.kcc-wrapper{display:flex;justify-content:center;align-items:center;padding:30px 15px;box-sizing:border-box}.kcc-card{background:linear-gradient(180deg,#0b0b0b 0%,#111111 100%);color:#fff;max-width:720px;width:100%;border-radius:16px;padding:32px;box-shadow:0 8px 30px rgb(0 0 0 / .7),inset 0 1px 0 rgb(255 255 255 / .02);text-align:center;box-sizing:border-box}.kcc-title{margin:0 0 12px;font-size:22px;letter-spacing:.4px;font-weight:600}.kcc-label{display:block;font-size:13px;margin-bottom:8px;opacity:.9}.kcc-input{width:100%;max-width:540px;margin:6px auto 14px;padding:12px 14px;border-radius:10px;border:1px solid rgb(255 255 255 / .08);background:rgb(255 255 255 / .02);color:#fff;font-size:15px;box-shadow:0 2px 6px rgb(0 0 0 / .6);outline:none;transition:box-shadow 180ms ease,transform 120ms ease,border-color 150ms ease}.kcc-input:focus{box-shadow:0 6px 20px rgb(0 0 0 / .8);transform:translateY(-1px);border-color:rgb(255 255 255 / .14)}.kcc-button{margin-top:6px;padding:10px 22px;border-radius:10px;border:none;background:linear-gradient(90deg,#1e1e1e 0%,#2b2b2b 100%);color:#fff;font-weight:600;cursor:pointer;font-size:15px;transition:transform 120ms ease,box-shadow 120ms ease,background 160ms ease;box-shadow:0 6px 18px rgb(0 0 0 / .6)}.kcc-button:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgb(0 0 0 / .7);background:linear-gradient(90deg,#2b8e63 0%,#1f7a53 100%)}.kcc-help{font-size:12px;opacity:.8;margin-top:10px;margin-bottom:14px}.kcc-result{margin-top:14px;min-height:48px;display:flex;justify-content:center;align-items:center;flex-direction:column}.kcc-result-text{font-size:16px;margin:6px 0}.kcc-badge{padding:6px 12px;border-radius:999px;color:#fff;font-weight:700;font-size:14px;display:inline-block}.kcc-low{background:#28a745;box-shadow:0 6px 16px rgb(40 167 69 / .18)}.kcc-medium{background:#ff8c1a;box-shadow:0 6px 16px rgb(255 140 26 / .18)}.kcc-high{background:#e74c3c;box-shadow:0 6px 16px rgb(231 76 60 / .18)}.kcc-validation{color:#fcc;background:rgb(255 255 255 / .02);padding:8px 12px;border-radius:8px;border:1px solid rgb(255 255 255 / .04);font-size:14px}.kcc-checked-url{font-size:12px;opacity:.85;margin-bottom:8px}@media (max-width:600px){.kcc-card{padding:20px}.kcc-input{max-width:100%}.kcc-title{font-size:18px}}