@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap";:root{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#f8fafc;background-color:#090d16;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background:radial-gradient(circle at top right,rgba(99,102,241,.15),transparent 40%),radial-gradient(circle at bottom left,rgba(236,72,153,.15),transparent 40%),#090d16}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff05}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#fff3}.demo-container{max-width:1280px;margin:0 auto;padding:2.5rem 1.5rem}.demo-header{text-align:center;margin-bottom:3rem;animation:fadeIn .8s ease-out}.demo-header h1{font-family:Outfit,sans-serif;font-size:3.5rem;font-weight:700;margin:0 0 .5rem;background:linear-gradient(135deg,#a5b4fc,#6366f1,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.03em}.demo-header p{color:#94a3b8;font-size:1.15rem;max-width:600px;margin:0 auto}.demo-grid{display:grid;grid-template-columns:320px 1fr;gap:2rem;align-items:start}.glass-panel{background:#1e293b73;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem;box-shadow:0 8px 32px #0000005e;transition:border-color .3s ease,box-shadow .3s ease}.glass-panel:hover{border-color:#ffffff1f;box-shadow:0 12px 40px #00000080}.config-title,.logs-title{font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:600;margin:0 0 1rem;color:#f1f5f9;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:.5rem}.config-group{margin-bottom:1.25rem}.config-group label{display:block;font-size:.85rem;color:#94a3b8;margin-bottom:.5rem;font-weight:500}.config-input{width:100%;padding:.65rem .85rem;background:#0f172a99;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#f8fafc;font-family:inherit;font-size:.9rem;transition:all .2s ease;box-sizing:border-box}.config-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f133}.theme-presets{display:flex;gap:.5rem;margin-top:.5rem}.theme-btn{flex:1;padding:.5rem;font-size:.8rem;font-weight:600;border-radius:6px;cursor:pointer;border:1px solid rgba(255,255,255,.1);background:#0f172a66;color:#94a3b8;transition:all .2s ease}.theme-btn.active{background:#6366f1;color:#fff;border-color:#6366f1}.workspace{display:flex;flex-direction:column;gap:1.5rem}.tabs-bar{display:flex;gap:.5rem;background:#0f172a66;padding:.35rem;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.tab-item{padding:.65rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;background:transparent;color:#94a3b8;border:none;cursor:pointer;transition:all .2s ease}.tab-item:hover{color:#f1f5f9;background:#ffffff0d}.tab-item.active{background:#6366f1;color:#fff;box-shadow:0 4px 12px #6366f159}.card-container{display:flex;justify-content:center;align-items:center;min-height:480px;background:var(--auth-color-background, rgba(15, 23, 42, .3));background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:16px;border:1px dashed rgba(255,255,255,.1);padding:2rem;transition:all .3s ease}.logs-panel{margin-top:1.5rem;max-height:240px;display:flex;flex-direction:column}.logs-list{list-style:none;padding:0;margin:0;overflow-y:auto;flex-grow:1;font-family:Courier New,Courier,monospace;font-size:.8rem;display:flex;flex-direction:column;gap:.4rem}.log-item{padding:.4rem .6rem;border-radius:4px;background:#0003;border-left:3px solid #64748b;display:flex;justify-content:space-between}.log-item.success{border-left-color:#10b981;color:#a7f3d0}.log-item.error{border-left-color:#ef4444;color:#fca5a5}.log-time{color:#64748b}.dashboard-card{width:100%;max-width:600px;animation:scaleUp .3s ease-out}.dashboard-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:1rem;margin-bottom:1.5rem}.user-badge{display:flex;align-items:center;gap:.75rem}.user-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#ec4899);display:flex;align-items:center;justify-content:center;font-family:Outfit,sans-serif;font-weight:700;color:#fff;font-size:1.25rem}.user-info h3{margin:0;font-size:1.15rem;color:#f8fafc}.user-info p{margin:0;font-size:.85rem;color:#94a3b8}.logout-btn{padding:.5rem 1rem;font-size:.85rem;font-weight:600;border-radius:8px;border:1px solid rgba(239,68,68,.2);background:#ef44441a;color:#fca5a5;cursor:pointer;transition:all .2s ease}.logout-btn:hover{background:#ef444440;color:#fff;border-color:#ef4444}.token-viewer{background:#0f172a99;padding:1rem;border-radius:8px;border:1px solid rgba(255,255,255,.05)}.token-title{font-size:.9rem;color:#a5b4fc;margin:0 0 .5rem;font-weight:600}.token-box{word-break:break-all;font-family:monospace;font-size:.75rem;color:#cbd5e1;background:#0003;padding:.5rem;border-radius:4px;max-height:100px;overflow-y:auto}.jwt-claims{margin-top:1rem}.claims-title{font-size:.9rem;color:#f472b6;margin:0 0 .5rem;font-weight:600}.claims-grid{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1.5rem;font-family:monospace;font-size:.8rem;background:#00000040;padding:.75rem;border-radius:6px}.claim-key{color:#94a3b8}.claim-val{color:#e2e8f0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleUp{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (max-width: 900px){.demo-grid{grid-template-columns:1fr}}.colors-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.5rem}.color-picker-item{display:flex;flex-direction:column;gap:.25rem}.color-picker-item label{font-size:.75rem;color:#94a3b8}.color-picker-input{width:100%;height:36px;padding:0;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:transparent;cursor:pointer}.config-switch-group{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.switch-item{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.85rem;color:#e2e8f0}.switch-item input[type=checkbox]{width:16px;height:16px;accent-color:#6366f1;cursor:pointer}.json-viewer-container{position:relative;margin-top:1rem;background:#0f172ab3;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:.75rem .5rem .5rem}.json-viewer-header{display:flex;justify-content:space-between;align-items:center;padding:0 .5rem .5rem;border-bottom:1px solid rgba(255,255,255,.05)}.json-viewer-title{font-size:.75rem;color:#94a3b8;text-transform:uppercase;font-weight:600;letter-spacing:.05em}.copy-json-btn{font-family:inherit;font-size:.75rem;font-weight:600;background:#6366f126;border:1px solid rgba(99,102,241,.3);color:#a5b4fc;padding:.25rem .6rem;border-radius:4px;cursor:pointer;transition:all .2s ease}.copy-json-btn:hover{background:#6366f1;color:#fff}.json-pre{margin:.5rem 0 0;padding:.5rem;overflow-x:auto;max-height:200px;font-family:monospace;font-size:.75rem;color:#cbd5e1}.config-accordion{display:flex;flex-direction:column}.accordion-section{width:100%}.accordion-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.85rem 0;background:transparent;border:none;color:#f1f5f9;font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;text-align:left;transition:color .2s ease}.accordion-trigger:hover{color:#6366f1}.accordion-arrow{font-size:.75rem;color:#94a3b8;transition:transform .2s ease}.info-tooltip-wrapper{position:relative;display:inline-flex;align-items:center;margin-left:6px;cursor:help}.info-tooltip-icon{font-size:.7rem;width:15px;height:15px;border-radius:50%;background:#6366f133;color:#a5b4fc;display:inline-flex;align-items:center;justify-content:center;font-weight:700;border:1px solid rgba(99,102,241,.4);transition:all .2s ease}.info-tooltip-wrapper:hover .info-tooltip-icon{background:#6366f1;color:#fff;border-color:#6366f1}.info-tooltip-box{visibility:hidden;opacity:0;width:250px;background:#1e293b;color:#f8fafc;text-align:left;border-radius:8px;padding:8px 12px;position:absolute;z-index:100;bottom:125%;left:50%;transform:translate(-50%);box-shadow:0 10px 25px -5px #00000080,0 0 0 1px #ffffff1a;font-size:.75rem;line-height:1.45;transition:opacity .2s ease,visibility .2s ease;pointer-events:none}.info-tooltip-wrapper:hover .info-tooltip-box{visibility:visible;opacity:1}.info-tooltip-box:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#1e293b transparent transparent transparent}._loaderWrapper_1hv7d_1{display:inline-flex;align-items:center;justify-content:center;gap:8px}._spinner_1hv7d_8{animation:_authSpin_1hv7d_1 .75s linear infinite;flex-shrink:0;display:inline-block;vertical-align:middle}._label_1hv7d_15{font-size:inherit;color:inherit;font-weight:inherit}._overlay_1hv7d_21{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffbf;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;border-radius:inherit;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}@keyframes _authSpin_1hv7d_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._googleButton_m967l_2{box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:10px;height:44px;padding:11px 16px;font-size:.95rem;font-weight:500;background:#fff;color:#374151!important;border:1px solid var(--auth-color-border, #d1d5db);border-radius:var(--auth-border-radius-button, var(--auth-border-radius, 8px));cursor:pointer;transition:all .2s ease;width:100%}._googleButton_m967l_2:hover{background:#f9fafb;border-color:#c3c6cb}._googleIcon_m967l_26{width:18px;height:18px}._apiErrorBlock_13f3b_2{box-sizing:border-box;display:flex;align-items:flex-start;gap:10px;padding:10px 14px;background:#ef444412;border:1px solid rgba(239,68,68,.18);border-left:4px solid var(--auth-color-error, #ef4444);border-radius:var(--auth-border-radius, 6px);color:var(--auth-color-error, #ef4444);font-size:.85rem;font-weight:500;line-height:1.4;margin-bottom:16px;text-align:left}._apiErrorIcon_13f3b_20{flex-shrink:0;width:16px;height:16px;margin-top:2px;color:var(--auth-color-error, #ef4444)}._apiSuccessBlock_13f3b_29{box-sizing:border-box;display:flex;align-items:flex-start;gap:10px;padding:10px 14px;background:#10b98112;border:1px solid rgba(16,185,129,.18);border-left:4px solid var(--auth-color-success, #10b981);border-radius:var(--auth-border-radius, 6px);color:var(--auth-color-success, #10b981);font-size:.85rem;font-weight:500;line-height:1.4;margin-bottom:16px;text-align:left}._apiSuccessIcon_13f3b_47{flex-shrink:0;width:16px;height:16px;margin-top:2px;color:var(--auth-color-success, #10b981)}._card_j9l1e_1{box-sizing:border-box;background:var(--auth-color-surface, #ffffff);border:var(--auth-border-width-card, 1px) solid var(--auth-color-border-outer, var(--auth-color-border, transparent));border-radius:var(--auth-border-radius-card, var(--auth-border-radius, 12px));padding:calc(var(--auth-spacing) * 2);width:100%;max-width:440px;box-shadow:var(--auth-card-shadow, 0 10px 25px -5px rgba(0, 0, 0, .06), 0 8px 10px -6px rgba(0, 0, 0, .03));font-family:var(--auth-font-body, system-ui, -apple-system, sans-serif);color:var(--auth-color-text, #1f2937);margin:0 auto;transition:border-color .25s ease;position:relative}._card_j9l1e_1:hover{border-color:var(--auth-color-border-outer-hover, var(--auth-color-border-hover, var(--auth-color-primary, #6366f1)))}._heading_j9l1e_22{margin-top:0;margin-bottom:calc(var(--auth-spacing) * .3);font-family:var(--auth-font-heading, system-ui, -apple-system, sans-serif);font-size:1.625rem;font-weight:700;text-align:center;color:var(--auth-color-text, #1f2937);letter-spacing:-.02em}._subtext_j9l1e_34{font-size:.875rem;color:var(--auth-color-text-muted, #6b7280);text-align:center;margin-bottom:calc(var(--auth-spacing) * 1.5);line-height:1.5}._form_j9l1e_43{display:flex;flex-direction:column;gap:calc(var(--auth-spacing) * 1.1)}._formGroup_j9l1e_49{display:flex;flex-direction:column;gap:6px;position:relative}._label_j9l1e_56{font-size:.875rem;font-weight:500;color:var(--auth-color-text, #374151);text-align:left}._inputWrapper_j9l1e_63{position:relative;display:flex;align-items:center;width:100%}._input_j9l1e_63{box-sizing:border-box;width:100%;height:44px;padding:10px 14px;font-size:.95rem;background:var(--auth-color-surface, #ffffff);color:var(--auth-color-text, #1f2937);border:1px solid var(--auth-color-border-inner, var(--auth-color-border, #d1d5db));border-radius:var(--auth-border-radius-input, var(--auth-border-radius, 8px));outline:none;transition:all .2s ease}._input_j9l1e_63::placeholder{color:#94a3b8!important;opacity:.85}._input_j9l1e_63:focus{border-color:var(--auth-color-border-inner-hover, var(--auth-color-primary, #004ac6));box-shadow:0 0 0 3px #004ac61a}._inputError_j9l1e_94{border-color:var(--auth-color-error, #ef4444)}._inputError_j9l1e_94:focus{border-color:var(--auth-color-error, #ef4444);box-shadow:0 0 0 3px #ef44441a}._inputIcon_j9l1e_103{position:absolute;right:14px;background:none;border:none;color:var(--auth-color-text-muted, #94a3b8);cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:color .2s ease}._inputIcon_j9l1e_103:hover{color:var(--auth-color-text, #1f2937)}._eyeIcon_j9l1e_121{width:18px;height:18px}._errorText_j9l1e_126{font-size:.8rem;color:var(--auth-color-error, #ef4444);margin-top:4px;display:flex;align-items:center;gap:4px}._button_j9l1e_136{box-sizing:border-box;width:100%;height:44px;display:flex;align-items:center;justify-content:center;padding:11px 16px;font-size:.95rem;font-weight:600;color:#fff;background:var(--auth-color-primary, #004ac6);border:none;border-radius:var(--auth-border-radius-button, var(--auth-border-radius, 8px));cursor:pointer;transition:all .2s ease}._button_j9l1e_136:hover:not(:disabled){background:var(--auth-color-primary-hover, #003ba1)}._button_j9l1e_136:active:not(:disabled){transform:scale(.99)}._button_j9l1e_136:disabled{opacity:.6;cursor:not-allowed}._link_j9l1e_168{font-size:.875rem;color:var(--auth-color-secondary, #ec4899);text-decoration:none;font-weight:500;transition:all .2s ease;cursor:pointer;background:none;border:none;padding:0}._link_j9l1e_168:hover{opacity:.85;text-decoration:underline}._footerText_j9l1e_185{font-size:.875rem;text-align:center;color:var(--auth-color-text-muted, #6b7280);margin-top:calc(var(--auth-spacing) * .5)}._divider_j9l1e_193{display:flex;align-items:center;text-align:center;margin:calc(var(--auth-spacing) * .8) 0;color:var(--auth-color-text-muted, #6b7280);font-size:.813rem;font-weight:500}._divider_j9l1e_193:before,._divider_j9l1e_193:after{content:"";flex:1;border-bottom:1px solid var(--auth-color-border, #e2e8f0)}._divider_j9l1e_193:not(:empty):before{margin-right:1em}._divider_j9l1e_193:not(:empty):after{margin-left:1em}._headerIconWrapper_j9l1e_219{display:flex;align-items:center;justify-content:center;margin-bottom:calc(var(--auth-spacing, 16px) * .8);text-align:center;width:100%}._headerIconImage_j9l1e_228{max-width:64px;max-height:64px;width:auto;height:auto;object-fit:contain;border-radius:var(--auth-border-radius, 8px)}._headerIconSvg_j9l1e_237{display:flex;align-items:center;justify-content:center;width:48px;height:48px;color:var(--auth-color-primary, #004ac6)}._headerIconSvg_j9l1e_237 svg{width:100%;height:100%}._otpCard_68hfu_2{box-sizing:border-box;background:var(--auth-color-surface, #ffffff);border:var(--auth-border-width-card, 1px) solid var(--auth-color-border-outer, var(--auth-color-border, transparent));border-radius:var(--auth-border-radius-card, var(--auth-border-radius, 16px));padding:calc(var(--auth-spacing, 16px) * 2);width:100%;max-width:440px;box-shadow:var(--auth-card-shadow, 0 10px 25px -5px rgba(0, 0, 0, .06), 0 8px 10px -6px rgba(0, 0, 0, .03));font-family:var(--auth-font-body, system-ui, -apple-system, sans-serif);color:var(--auth-color-text, #1f2937);margin:0 auto;transition:all .25s ease;position:relative}._otpTitle_68hfu_18{margin-top:0;margin-bottom:10px;font-family:var(--auth-font-heading, system-ui, -apple-system, sans-serif);font-size:1.5rem;font-weight:700;text-align:center;color:var(--auth-color-text, #1f2937);letter-spacing:-.01em}._otpSubtext_68hfu_29{font-size:.875rem;color:var(--auth-color-text-muted, #6b7280);text-align:center;margin-bottom:6px;line-height:1.5;padding:0 10px}._otpEmailText_68hfu_38{font-size:.938rem;font-weight:700;color:var(--auth-color-text, #1f2937);text-align:center;margin-bottom:24px;word-break:break-all}._otpSectionLabel_68hfu_47{font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--auth-color-text-muted, #6b7280);text-align:center;margin-bottom:10px}._otpInputPill_68hfu_57{box-sizing:border-box;width:100%;height:44px;padding:0 .6em;font-size:1.25rem;font-weight:700;text-align:center;letter-spacing:.6em;background:var(--auth-color-surface, #ffffff);color:var(--auth-color-text, #1f2937);border:1px solid var(--auth-color-border-inner, var(--auth-color-border, #d1d5db));border-radius:var(--auth-border-radius-input, var(--auth-border-radius, 8px));outline:none;transition:all .2s ease;font-family:inherit}._otpInputPill_68hfu_57::placeholder{color:var(--auth-color-text-muted, #94a3b8)!important;opacity:.6;letter-spacing:.6em;font-weight:700}._otpInputPill_68hfu_57:focus{border-color:var(--auth-color-border-inner-hover, var(--auth-color-primary, #004ac6));box-shadow:0 0 0 3px #004ac61a}._otpInputPillError_68hfu_87{border-color:var(--auth-color-error, #ef4444)!important;box-shadow:0 0 0 3px #ef44441a!important}._otpTimerContainer_68hfu_92{display:flex;justify-content:center;align-items:center;margin-top:14px;margin-bottom:24px}._otpTimerText_68hfu_100{font-size:.875rem;color:var(--auth-color-timer, var(--auth-color-text-muted, #6b7280));font-weight:500}._otpTimerBold_68hfu_106{color:var(--auth-color-timer, var(--auth-color-text, #1f2937));font-weight:700}._otpResendBtn_68hfu_111{font-size:.875rem;color:var(--auth-color-secondary, var(--auth-color-primary, #004ac6));font-weight:600;background:none;border:none;padding:0;cursor:pointer;transition:opacity .2s ease}._otpResendBtn_68hfu_111:hover{opacity:.85;text-decoration:underline}._otpButtonGroup_68hfu_127{display:flex;gap:12px;align-items:center;margin-top:8px;width:100%}._otpButtonGroup_68hfu_127 ._otpCancelButton_68hfu_135{flex:1}._otpButtonGroup_68hfu_127 ._otpGradientButton_68hfu_139{flex:1.4}._otpCancelButton_68hfu_135{box-sizing:border-box;display:flex;align-items:center;justify-content:center;height:44px;padding:11px 16px;font-size:.9rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--auth-color-text, #1f2937);background:transparent;border:1px solid var(--auth-color-border-inner, var(--auth-color-border, #d1d5db));border-radius:var(--auth-border-radius-button, var(--auth-border-radius, 8px));cursor:pointer;transition:all .2s ease}._otpCancelButton_68hfu_135:hover{background:#0000000a;border-color:var(--auth-color-border-inner-hover, var(--auth-color-primary, #004ac6))}._otpGradientButton_68hfu_139{box-sizing:border-box;width:100%;height:44px;display:flex;align-items:center;justify-content:center;padding:11px 16px;font-size:.95rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:var(--auth-color-primary, #004ac6);border:none;border-radius:var(--auth-border-radius-button, var(--auth-border-radius, 8px));cursor:pointer;transition:all .2s ease}._otpGradientButton_68hfu_139:hover:not(:disabled){background:var(--auth-color-primary-hover, #003ba1)}._otpGradientButton_68hfu_139:active:not(:disabled){transform:scale(.99)}._otpGradientButton_68hfu_139:disabled{opacity:.6;cursor:not-allowed}._otpContainer_68hfu_200{display:flex;justify-content:space-between;gap:10px;margin:10px 0}._otpInput_68hfu_57{box-sizing:border-box;width:50px;height:50px;font-size:1.5rem;font-weight:700;text-align:center;background:var(--auth-color-surface, #ffffff);color:var(--auth-color-text, #1f2937);border:1px solid var(--auth-color-border, #d1d5db);border-radius:var(--auth-border-radius, 8px);outline:none;transition:all .2s ease}._otpInput_68hfu_57:focus{border-color:var(--auth-color-primary, #004ac6);box-shadow:0 0 0 3px #004ac61a}
