:root{--primary-50:#f0fdfa;--primary-100:#ccfbf1;--primary-300:#5eead4;--primary-400:#2dd4bf;--primary-500:#14b8a6;--primary-600:#0d9488;--primary-700:#0f766e;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--dark-400:#94a3b8;--dark-500:#64748b;--dark-600:#475569;--dark-700:#334155;--dark-800:#1e293b;--dark-900:#0f172a;--dark-950:#020617;--red-200:#fecaca;--red-500:#ef4444;--red-700:#b91c1c;--red-900-20:rgba(127,29,29,0.2);--shadow-glass:0 8px 32px rgba(0,0,0,0.08);--shadow-card:0 1px 3px rgba(0,0,0,0.04),0 1px 2px rgba(0,0,0,0.06);--shadow-card-hover:0 10px 40px rgba(0,0,0,0.08);--font-sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;--font-mono:ui-monospace,"SFMono-Regular",Menlo,Monaco,Consolas,monospace;}*{box-sizing:border-box;border-color:var(--gray-200);}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;}body{margin:0;min-height:100vh;font-family:var(--font-sans);background:var(--gray-50);color:var(--gray-900);}html.dark body{background:var(--dark-950);color:#f8fafc;}a{color:inherit;text-decoration:none;}button,input,textarea{font:inherit;}button{cursor:pointer;}[hidden]{display:none !important;}.container-6xl{width:100%;max-width:72rem;margin:0 auto;}.icon-xs{width:0.75rem;height:0.75rem;}.icon-sm{width:1rem;height:1rem;}.icon-md{width:1.25rem;height:1.25rem;}.icon-lg{width:1.5rem;height:1.5rem;}.text-primary{color:var(--primary-500);}.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;border:0;border-radius:1rem;padding:0.625rem 1rem;font-size:0.875rem;font-weight:500;transition:transform 0.2s ease-out,box-shadow 0.2s ease-out,background-color 0.2s ease-out,opacity 0.2s ease-out;}.btn:focus-visible,.icon-button:focus-visible,.input:focus-visible,.locale-option:focus-visible,.otp-input:focus-visible{outline:2px solid rgba(20,184,166,0.45);outline-offset:2px;}.btn:disabled,.icon-button:disabled{cursor:not-allowed;opacity:0.5;transform:none;}.btn-primary{color:#fff;background:linear-gradient(to right,var(--primary-500),var(--primary-600));box-shadow:0 8px 18px rgba(20,184,166,0.25);}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 22px rgba(20,184,166,0.3);}.btn-secondary{color:var(--gray-700);background:#fff;border:1px solid var(--gray-200);box-shadow:var(--shadow-card);}.btn-secondary:hover:not(:disabled){background:var(--gray-50);}html.dark .btn-secondary{color:#e2e8f0;background:rgba(30,41,59,0.88);border-color:rgba(71,85,105,0.9);}.icon-button{display:inline-flex;align-items:center;justify-content:center;gap:0.375rem;border:0;border-radius:0.5rem;padding:0.5rem;background:transparent;color:var(--gray-500);transition:background-color 0.2s ease,color 0.2s ease;}.icon-button:hover:not(:disabled){background:rgba(241,245,249,0.95);color:var(--gray-700);}html.dark .icon-button{color:var(--dark-400);}html.dark .icon-button:hover:not(:disabled){background:rgba(30,41,59,0.9);color:#fff;}.input-label{display:block;margin-bottom:0.375rem;color:var(--gray-700);font-size:0.875rem;font-weight:500;}html.dark .input-label{color:#cbd5e1;}.input{width:100%;border:1px solid var(--gray-200);border-radius:0.75rem;background:#fff;color:var(--gray-900);padding:0.625rem 1rem;font-size:0.875rem;transition:border-color 0.2s ease,box-shadow 0.2s ease,background-color 0.2s ease;}.input::placeholder{color:var(--gray-400);}.input:focus{outline:none;border-color:var(--primary-500);box-shadow:0 0 0 4px rgba(20,184,166,0.18);}.input.is-error{border-color:var(--red-500);box-shadow:0 0 0 4px rgba(239,68,68,0.12);}html.dark .input{background:rgba(30,41,59,0.9);color:#f8fafc;border-color:rgba(71,85,105,0.9);}html.dark .input::placeholder{color:var(--dark-400);}.input-error-text{min-height:1rem;margin-top:0.25rem;color:var(--red-500);font-size:0.75rem;}.card-glass{background:rgba(255,255,255,0.7);border:1px solid rgba(255,255,255,0.2);backdrop-filter:blur(24px);box-shadow:var(--shadow-glass);}html.dark .card-glass{background:rgba(30,41,59,0.7);border-color:rgba(51,65,85,0.5);}.alert-error{display:flex;align-items:flex-start;gap:0.75rem;border:1px solid var(--red-200);border-radius:0.75rem;background:#fef2f2;padding:1rem;}html.dark .alert-error{border-color:rgba(127,29,29,0.5);background:rgba(127,29,29,0.2);}.alert-error__text{color:var(--red-700);font-size:0.875rem;}html.dark .alert-error__text{color:#fca5a5;}.page-home{position:relative;display:flex;min-height:100vh;flex-direction:column;overflow:hidden;background:linear-gradient(135deg,var(--gray-50),rgba(240,253,250,0.9),var(--gray-100));}html.dark .page-home{background:linear-gradient(135deg,var(--dark-950),var(--dark-900),var(--dark-950));}.page-home__decorations,.page-login__decorations{pointer-events:none;position:absolute;inset:0;overflow:hidden;}.page-home__orb,.page-login__orb{position:absolute;border-radius:9999px;filter:blur(48px);}.page-home__orb--top-right{top:-10rem;right:-10rem;width:24rem;height:24rem;background:rgba(45,212,191,0.2);}.page-home__orb--bottom-left{bottom:-10rem;left:-10rem;width:24rem;height:24rem;background:rgba(20,184,166,0.15);}.page-home__orb--mid-left{top:25%;left:33.333333%;width:18rem;height:18rem;background:rgba(94,234,212,0.1);}.page-home__orb--mid-right{right:25%;bottom:25%;width:16rem;height:16rem;background:rgba(45,212,191,0.1);}.page-home__grid,.page-login__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(20,184,166,0.03) 1px,transparent 1px),linear-gradient(90deg,rgba(20,184,166,0.03) 1px,transparent 1px);background-size:64px 64px;}.page-home__header{position:relative;z-index:20;padding:1rem 1.5rem;}.home-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;}.home-logo{display:flex;align-items:center;}.home-logo img{width:2.5rem;height:2.5rem;border-radius:0.75rem;object-fit:contain;overflow:hidden;box-shadow:0 6px 18px rgba(15,23,42,0.12);}.home-nav__actions{display:flex;align-items:center;gap:0.75rem;}.locale-switcher{position:relative;}.locale-button{padding:0.375rem 0.5rem;font-size:0.875rem;font-weight:500;}.locale-button__code{display:inline-block;}.locale-menu{position:absolute;right:0;z-index:50;margin-top:0.25rem;width:8rem;overflow:hidden;border:1px solid var(--gray-200);border-radius:0.5rem;background:#fff;box-shadow:0 10px 25px rgba(15,23,42,0.12);}html.dark .locale-menu{border-color:rgba(51,65,85,0.9);background:rgba(30,41,59,0.98);}.locale-option{display:flex;width:100%;align-items:center;gap:0.5rem;border:0;background:transparent;padding:0.5rem 0.75rem;color:var(--gray-700);font-size:0.875rem;text-align:left;}.locale-option:hover,.locale-option.is-active{background:rgba(240,253,250,0.95);color:var(--primary-600);}html.dark .locale-option{color:#e2e8f0;}html.dark .locale-option:hover,html.dark .locale-option.is-active{background:rgba(13,148,136,0.18);color:var(--primary-300);}.home-auth-link{display:inline-flex;align-items:center;gap:0.375rem;border-radius:9999px;background:var(--gray-900);color:#fff;transition:background-color 0.2s ease;}.home-auth-link:hover{background:#1f2937;}html.dark .home-auth-link{background:var(--gray-800);}.home-auth-link--guest{padding:0.25rem 0.75rem;font-size:0.75rem;font-weight:500;}.home-auth-link--dashboard{padding:0.25rem 0.625rem 0.25rem 0.25rem;font-size:0.75rem;font-weight:500;gap:0.375rem;}.home-auth-link__avatar{display:inline-flex;width:1.25rem;height:1.25rem;align-items:center;justify-content:center;border-radius:9999px;background:linear-gradient(135deg,var(--primary-400),var(--primary-600));color:#fff;font-size:0.625rem;font-weight:600;}.home-auth-link__arrow{color:var(--gray-400);}.page-home__main{position:relative;z-index:10;flex:1;padding:4rem 1.5rem;}.home-hero{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:3rem;margin-bottom:3rem;}.home-hero__content,.home-hero__terminal{flex:1 1 0;}.home-hero__content{text-align:center;}.home-hero__title{margin:0 0 1rem;color:var(--gray-900);font-size:clamp(2.25rem,6vw,3.75rem);font-weight:700;}.home-hero__subtitle{margin:0 0 2rem;color:var(--gray-600);font-size:clamp(1.125rem,3vw,1.25rem);}html.dark .home-hero__title{color:#fff;}html.dark .home-hero__subtitle{color:#cbd5e1;}.home-cta-link{padding:0.75rem 2rem;font-size:1rem;box-shadow:0 10px 25px rgba(20,184,166,0.3);}.home-hero__terminal{display:flex;justify-content:center;}.home-tags{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;margin-bottom:3rem;}.tag-pill{display:inline-flex;align-items:center;gap:0.625rem;border:1px solid rgba(226,232,240,0.8);border-radius:9999px;background:rgba(255,255,255,0.8);padding:0.625rem 1.25rem;box-shadow:var(--shadow-card);backdrop-filter:blur(10px);}html.dark .tag-pill{border-color:rgba(51,65,85,0.8);background:rgba(30,41,59,0.8);}.tag-pill span{color:var(--gray-700);font-size:0.875rem;font-weight:500;}html.dark .tag-pill span{color:#e2e8f0;}.home-features{display:grid;gap:1.5rem;margin-bottom:3rem;}.feature-card{border:1px solid rgba(226,232,240,0.8);border-radius:1rem;background:rgba(255,255,255,0.6);padding:1.5rem;backdrop-filter:blur(10px);transition:transform 0.3s ease,box-shadow 0.3s ease;}.feature-card:hover{transform:translateY(-2px);box-shadow:0 20px 40px rgba(20,184,166,0.08);}html.dark .feature-card{border-color:rgba(51,65,85,0.8);background:rgba(30,41,59,0.6);}.feature-card__icon{display:flex;width:3rem;height:3rem;align-items:center;justify-content:center;border-radius:0.75rem;color:#fff;box-shadow:0 10px 25px rgba(15,23,42,0.18);transition:transform 0.3s ease;}.feature-card:hover .feature-card__icon{transform:scale(1.08);}.feature-card__icon--blue{background:linear-gradient(135deg,#3b82f6,#2563eb);}.feature-card__icon--teal{background:linear-gradient(135deg,var(--primary-500),var(--primary-600));}.feature-card__icon--purple{background:linear-gradient(135deg,#a855f7,#9333ea);}.feature-card h3{margin:1rem 0 0.5rem;color:var(--gray-900);font-size:1.125rem;font-weight:600;}.feature-card p{margin:0;color:var(--gray-600);font-size:0.875rem;line-height:1.65;}html.dark .feature-card h3{color:#fff;}html.dark .feature-card p{color:var(--dark-400);}.providers-heading{margin-bottom:0.75rem;text-align:center;}.providers-heading h2{margin:0 0 0.75rem;color:var(--gray-900);font-size:1.5rem;font-weight:700;}.providers-heading p{margin:0;color:var(--gray-600);font-size:0.875rem;}html.dark .providers-heading h2{color:#fff;}html.dark .providers-heading p{color:var(--dark-400);}.providers-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;margin-bottom:4rem;}.provider-pill{display:inline-flex;align-items:center;gap:0.5rem;border-radius:0.75rem;padding:0.75rem 1.25rem;backdrop-filter:blur(10px);}.provider-pill--supported{border:1px solid rgba(191,219,254,0.9);background:rgba(255,255,255,0.6);box-shadow:inset 0 0 0 1px rgba(20,184,166,0.2);}.provider-pill--soon{border:1px solid rgba(226,232,240,0.8);background:rgba(255,255,255,0.4);opacity:0.6;}html.dark .provider-pill--supported{border-color:rgba(31,41,55,0.9);background:rgba(30,41,59,0.6);}html.dark .provider-pill--soon{border-color:rgba(51,65,85,0.8);background:rgba(30,41,59,0.4);}.provider-pill__mark{display:inline-flex;width:2rem;height:2rem;align-items:center;justify-content:center;border-radius:0.5rem;color:#fff;font-size:0.75rem;font-weight:700;}.provider-pill__mark--orange{background:linear-gradient(135deg,#fb923c,#f97316);}.provider-pill__mark--green{background:linear-gradient(135deg,#22c55e,#16a34a);}.provider-pill__mark--blue{background:linear-gradient(135deg,#3b82f6,#2563eb);}.provider-pill__mark--rose{background:linear-gradient(135deg,#f43f5e,#db2777);}.provider-pill__mark--gray{background:linear-gradient(135deg,#6b7280,#4b5563);}.provider-pill__label{color:var(--gray-700);font-size:0.875rem;font-weight:500;}html.dark .provider-pill__label{color:#e2e8f0;}.provider-pill__badge{border-radius:0.25rem;background:rgba(204,251,241,0.95);padding:0.125rem 0.375rem;color:var(--primary-600);font-size:0.625rem;font-weight:500;}.provider-pill__badge--soon{background:var(--gray-100);color:var(--gray-500);}html.dark .provider-pill__badge{background:rgba(20,184,166,0.18);color:var(--primary-300);}html.dark .provider-pill__badge--soon{background:rgba(51,65,85,0.85);color:var(--dark-400);}.page-home__footer{position:relative;z-index:10;border-top:1px solid rgba(226,232,240,0.8);padding:2rem 1.5rem;}html.dark .page-home__footer{border-top-color:rgba(30,41,59,0.5);}.home-footer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center;}.home-footer p,.home-footer a{color:var(--gray-500);font-size:0.875rem;}.home-footer a:hover{color:var(--gray-700);}html.dark .home-footer p,html.dark .home-footer a{color:var(--dark-400);}html.dark .home-footer a:hover{color:#fff;}.home-footer__links{display:flex;align-items:center;gap:1rem;}.home-custom{min-height:100vh;}.home-custom-frame{width:100%;min-height:100vh;border:0;}.home-custom-html{min-height:100vh;}.terminal-container{position:relative;display:inline-block;}.terminal-window{width:420px;overflow:hidden;border-radius:14px;background:linear-gradient(145deg,#1e293b 0%,#0f172a 100%);box-shadow:0 25px 50px -12px rgba(0,0,0,0.4),0 0 0 1px rgba(255,255,255,0.1),inset 0 1px 0 rgba(255,255,255,0.1);transform:perspective(1000px) rotateX(2deg) rotateY(-2deg);transition:transform 0.3s ease;}.terminal-window:hover{transform:perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-4px);}.terminal-header{display:flex;align-items:center;padding:12px 16px;background:rgba(30,41,59,0.8);border-bottom:1px solid rgba(255,255,255,0.05);}.terminal-buttons{display:flex;gap:8px;}.terminal-buttons span{width:12px;height:12px;border-radius:50%;}.btn-close{background:#ef4444;}.btn-minimize{background:#eab308;}.btn-maximize{background:#22c55e;}.terminal-title{flex:1;margin-right:52px;color:#64748b;font-family:var(--font-mono);font-size:12px;text-align:center;}.terminal-body{padding:20px 24px;color:#e2e8f0;font-family:var(--font-mono);font-size:14px;line-height:2;}.code-line{display:flex;flex-wrap:wrap;align-items:center;gap:8px;opacity:0;animation:line-appear 0.5s ease forwards;}.line-1{animation-delay:0.3s;}.line-2{animation-delay:1s;}.line-3{animation-delay:1.8s;}.line-4{animation-delay:2.5s;}@keyframes line-appear{from{opacity:0;transform:translateY(5px);}to{opacity:1;transform:translateY(0);}}.code-prompt{color:#22c55e;font-weight:700;}.code-cmd{color:#38bdf8;}.code-flag{color:#a78bfa;}.code-url{color:#14b8a6;}.code-comment{color:#64748b;font-style:italic;}.code-success{border-radius:4px;background:rgba(34,197,94,0.15);padding:2px 8px;color:#22c55e;font-weight:600;}.code-response{color:#fbbf24;}.cursor{display:inline-block;width:8px;height:16px;background:#22c55e;animation:blink 1s step-end infinite;}@keyframes blink{0%,50%{opacity:1;}51%,100%{opacity:0;}}html.dark .terminal-window{box-shadow:0 25px 50px -12px rgba(0,0,0,0.6),0 0 0 1px rgba(20,184,166,0.2),0 0 40px rgba(20,184,166,0.1),inset 0 1px 0 rgba(255,255,255,0.1);}.page-login{position:relative;display:flex;min-height:100vh;align-items:center;justify-content:center;overflow:hidden;padding:1rem;}.page-login::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--gray-50),rgba(240,253,250,0.9),var(--gray-100));}html.dark .page-login::before{background:linear-gradient(135deg,var(--dark-950),var(--dark-900),var(--dark-950));}.page-login__orb--top-right{top:-10rem;right:-10rem;width:20rem;height:20rem;background:rgba(45,212,191,0.2);}.page-login__orb--bottom-left{bottom:-10rem;left:-10rem;width:20rem;height:20rem;background:rgba(20,184,166,0.15);}.page-login__orb--center{top:50%;left:50%;width:24rem;height:24rem;background:rgba(94,234,212,0.1);transform:translate(-50%,-50%);}.page-login__content{position:relative;z-index:10;width:100%;max-width:28rem;}.page-login__brand{margin-bottom:2rem;text-align:center;}.page-login__brand-logo{display:inline-flex;width:4rem;height:4rem;align-items:center;justify-content:center;overflow:hidden;border-radius:1rem;box-shadow:0 10px 25px rgba(20,184,166,0.3);}.page-login__brand-logo img{width:100%;height:100%;object-fit:contain;}.page-login__brand-title{margin:0.5rem 0;background:linear-gradient(to right,var(--primary-600),var(--primary-500));-webkit-background-clip:text;background-clip:text;color:transparent;font-size:1.875rem;font-weight:700;}.page-login__brand-subtitle{margin:0;color:var(--gray-500);font-size:0.875rem;}html.dark .page-login__brand-subtitle,html.dark .auth-footer,html.dark .auth-copyright{color:var(--dark-400);}.page-login__card{padding:2rem;border-radius:1rem;}.auth-title{margin:0;color:var(--gray-900);font-size:1.5rem;font-weight:700;text-align:center;}.auth-subtitle{margin:0.5rem 0 0;color:var(--gray-500);font-size:0.875rem;text-align:center;}html.dark .auth-title{color:#fff;}.oauth-section{margin-top:1.5rem;}.oauth-divider{display:flex;align-items:center;gap:0.75rem;margin-top:1rem;}.oauth-divider__line{flex:1;height:1px;background:var(--gray-200);}html.dark .oauth-divider__line{background:var(--dark-700);}.oauth-divider__text{color:var(--gray-500);font-size:0.75rem;}.auth-form{margin-top:1.5rem;}.field-group + .field-group,.field-group + .turnstile-wrap,.turnstile-wrap + .auth-feedback,.auth-feedback + .btn{margin-top:1.25rem;}.auth-feedback{margin-top:1.25rem;}.auth-feedback .alert-error{align-items:center;border-radius:1rem;padding:1rem 1.125rem;}.auth-feedback .alert-error__text{font-size:1rem;line-height:1.5;}.auth-feedback .auth-subtitle{margin-top:0;text-align:center;}.field-input-wrap{position:relative;}.field-input-wrap .input{padding-left:2.75rem;}.field-input-wrap--password .input{padding-right:2.75rem;}.field-input-icon,.field-input-action{position:absolute;top:0;bottom:0;display:flex;align-items:center;color:var(--gray-400);}.field-input-icon{left:0.875rem;pointer-events:none;}.field-input-action{right:0.875rem;border:0;background:transparent;padding:0;}.field-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:0.25rem;}.field-row .input-error-text{margin-top:0;}.auth-link{color:var(--primary-600);font-size:0.875rem;font-weight:500;}.auth-link:hover{color:var(--primary-500);}html.dark .auth-link{color:var(--primary-400);}.turnstile-wrap{min-height:65px;}.turnstile-wrap iframe{width:100% !important;}.auth-submit{width:100%;}.auth-footer{margin-top:1.5rem;color:var(--gray-500);font-size:0.875rem;text-align:center;}.auth-copyright{margin-top:2rem;color:var(--gray-400);font-size:0.75rem;text-align:center;}.spinner{width:1rem;height:1rem;border:2px solid rgba(255,255,255,0.35);border-top-color:#fff;border-radius:9999px;animation:spin 0.8s linear infinite;}@keyframes spin{to{transform:rotate(360deg);}}.modal-overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(0,0,0,0.5);}.modal-card{position:relative;width:100%;max-width:28rem;padding:1.5rem;border-radius:1rem;background:#fff;box-shadow:0 20px 40px rgba(15,23,42,0.2);}html.dark .modal-card{background:var(--dark-800);}.modal-card__icon{display:flex;width:3rem;height:3rem;align-items:center;justify-content:center;border-radius:9999px;background:rgba(20,184,166,0.12);color:var(--primary-600);}html.dark .modal-card__icon{background:rgba(13,148,136,0.2);color:var(--primary-300);}.modal-card__heading{margin:1rem 0 0;color:var(--gray-900);font-size:1.25rem;font-weight:600;}.modal-card__subtext,.modal-card__email{margin:0.5rem 0 0;color:var(--gray-500);font-size:0.875rem;}html.dark .modal-card__heading{color:#fff;}html.dark .modal-card__subtext,html.dark .modal-card__email{color:var(--dark-400);}.otp-grid{display:flex;justify-content:center;gap:0.5rem;margin:1.5rem 0 0;}.otp-input{width:2.5rem;height:3rem;border:1px solid var(--gray-300);border-radius:0.75rem;background:#fff;color:var(--gray-900);font-size:1.125rem;font-weight:600;text-align:center;}html.dark .otp-input{border-color:var(--dark-600);background:rgba(51,65,85,0.95);color:#fff;}.otp-input.is-error{border-color:var(--red-500);}.modal-actions{margin-top:1.25rem;}.modal-actions .btn{width:100%;}.modal-actions .btn + .btn{margin-top:0.75rem;}@media (min-width:768px){.home-features{grid-template-columns:repeat(3,minmax(0,1fr));}.home-footer{flex-direction:row;text-align:left;}}@media (min-width:1024px){.home-hero{flex-direction:row;gap:4rem;}.home-hero__content{text-align:left;}.home-hero__terminal{justify-content:flex-end;}}@media (max-width:767px){.page-home__header,.page-home__main,.page-home__footer{padding-left:1rem;padding-right:1rem;}.home-nav{flex-direction:column;align-items:stretch;}.home-nav__actions{justify-content:center;flex-wrap:wrap;}.terminal-window{width:min(100%,420px);}.otp-grid{gap:0.375rem;}.otp-input{width:2.25rem;}}