:root{color-scheme:light;font-family:IBM Plex Sans,Segoe UI,Arial,sans-serif;--bg: #fff5f5;--surface: #ffffff;--surface-2: #ffe8e8;--border: #ffcccc;--border-focus:#cc0000;--text: #1a0000;--text-muted: #660000;--text-light: #cc4444;--accent: #cc0000;--accent-hover:#aa0000;--accent-light:#ffe8e8;--success: #198038;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(0,0,0,.07), 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 12px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.05)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}.app-shell{min-height:100vh;display:flex;flex-direction:column}.cds--header{background:var(--surface)!important;border-bottom:1px solid var(--border)!important;box-shadow:var(--shadow-sm)}.cds--header__name,.cds--header__menu-item{color:var(--text)!important}.cds--header__name{display:flex!important;align-items:center!important}.nav-pill-group{display:flex;align-items:center;gap:.375rem;margin-left:1rem}.nav-pill{padding:.35rem 1rem;border-radius:2rem;border:1.5px solid var(--border);background:transparent;font-family:inherit;font-size:.8125rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:border-color .15s,background .15s,color .15s;line-height:1;white-space:nowrap}.nav-pill:hover{border-color:var(--accent);background:var(--accent-light);color:var(--accent)}.nav-pill--danger{color:var(--text-muted)}.nav-pill--danger:hover{border-color:#c00;background:#fff0f0;color:#c00}.nav-username-box{padding:.35rem .875rem;border-radius:2rem;background:var(--surface-2);border:1.5px solid var(--border);font-size:.8125rem;font-weight:600;color:var(--text);line-height:1;white-space:nowrap}.page-content{width:min(1060px,calc(100% - 3rem));margin:2.5rem auto 4rem;display:grid;gap:2rem}.hero-card{padding:3rem 2.5rem;background:var(--surface)!important;border:1px solid var(--border)!important;border-radius:var(--radius-lg)!important;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:0}.hero-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin:0 0 .75rem}.hero-card h1{margin:0 0 1rem;font-size:clamp(2rem,4vw,3.25rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;color:var(--text)}.hero-title-img{height:400rem;width:auto;display:block;margin-bottom:.25rem}.hero-card p{margin:0 0 2rem;max-width:30rem;font-size:1.0625rem;color:var(--text-muted);line-height:1.65}.dashboard-main{flex:1;display:flex;overflow:hidden;height:calc(100vh - 48px)}.chat-page{display:flex;flex:1;overflow:hidden;background:var(--bg)}.chat-history-sidebar{width:230px;flex-shrink:0;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden}.chat-history-new-btn{display:flex;align-items:center;gap:.5rem;margin:1rem .875rem .625rem;padding:.5rem .875rem;border-radius:var(--radius-sm);border:1.5px dashed var(--border);background:transparent;font-family:inherit;font-size:.8125rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:border-color .15s,color .15s,background .15s}.chat-history-new-btn:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.chat-history-list{flex:1;overflow-y:auto;padding:.25rem .5rem 1rem;display:flex;flex-direction:column;gap:.125rem}.chat-history-list::-webkit-scrollbar{width:3px}.chat-history-list::-webkit-scrollbar-track{background:transparent}.chat-history-list::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.chat-history-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .625rem;border-radius:var(--radius-sm);border:none;background:transparent;font-family:inherit;font-size:.8125rem;color:var(--text-muted);cursor:pointer;text-align:left;transition:background .12s,color .12s}.chat-history-item:hover{background:var(--surface-2);color:var(--text)}.chat-history-item--active{background:var(--accent-light);color:var(--accent)}.chat-history-item-title{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chat-history-group-label{display:block;font-size:.65rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--text-light);padding:.5rem .625rem .25rem}.chat-history-item-actions{display:flex;align-items:center;gap:.1rem;flex-shrink:0;opacity:0;transition:opacity .12s}.chat-history-item:hover .chat-history-item-actions,.chat-history-item--active .chat-history-item-actions{opacity:1}.chat-history-pin-btn,.chat-history-del-btn{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;background:transparent;border-radius:4px;cursor:pointer;font-size:.75rem;padding:0;transition:background .12s}.chat-history-pin-btn:hover{background:var(--accent-light)}.chat-history-pin-btn--active{opacity:1}.chat-history-del-btn:hover{background:#fde8e8}.chat-main{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--bg)}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem;scroll-behavior:smooth}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.chat-row{display:flex;align-items:flex-end;gap:.625rem}.chat-row--user{flex-direction:row-reverse}.chat-avatar{width:30px;height:30px;border-radius:50%;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-avatar--bot{background:var(--accent);color:#fff}.chat-avatar--user{background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted)}.chat-row-content{display:flex;flex-direction:column;gap:.2rem;max-width:72%}.chat-row--user .chat-row-content{align-items:flex-end}.chat-row-label{font-size:.68rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-light);padding:0 .25rem}.chat-bubble-new{position:relative;padding:.75rem 1rem;border-radius:var(--radius-md);font-size:.9375rem;line-height:1.6;color:var(--text);background:var(--surface);border:1px solid var(--border);border-bottom-left-radius:var(--radius-sm);word-break:break-word}.chat-bubble-new--user{background:var(--accent);color:#fff;border-color:var(--accent);border-bottom-left-radius:var(--radius-md);border-bottom-right-radius:var(--radius-sm);padding-right:2.25rem}.chat-edit-btn{position:absolute;top:.4rem;right:.4rem;border:none;background:transparent;cursor:pointer;font-size:.75rem;padding:.1rem .2rem;border-radius:4px;opacity:0;transition:opacity .12s,background .12s;line-height:1}.chat-bubble-new--user:hover .chat-edit-btn{opacity:1}.chat-edit-btn:hover{background:#fff3}.chat-edit-wrap{display:flex;flex-direction:column;gap:.4rem;max-width:72%}.chat-edit-textarea{width:100%;padding:.625rem .875rem;border:1.5px solid var(--accent);border-radius:var(--radius-md);font-family:inherit;font-size:.9375rem;line-height:1.5;color:var(--text);background:var(--bg);resize:none;outline:none;min-height:60px}.chat-edit-actions{display:flex;gap:.375rem;justify-content:flex-end}.chat-edit-save,.chat-edit-cancel{padding:.3rem .875rem;border-radius:var(--radius-sm);font-family:inherit;font-size:.8125rem;font-weight:600;cursor:pointer;border:1px solid transparent;transition:background .12s,border-color .12s}.chat-edit-save{background:var(--accent);color:#fff;border-color:var(--accent)}.chat-edit-save:hover{background:var(--accent-hover)}.chat-edit-cancel{background:var(--surface);color:var(--text-muted);border-color:var(--border)}.chat-edit-cancel:hover{background:var(--surface-2)}.chat-bubble-new--pending{background:var(--surface);border:1px solid var(--border);padding:.875rem 1rem}.typing-dots{display:flex;align-items:center;gap:4px;height:1rem}.typing-dots span{width:7px;height:7px;border-radius:50%;background:var(--text-light);animation:typing-bounce 1.3s ease-in-out infinite}.typing-dots span:nth-child(2){animation-delay:.18s}.typing-dots span:nth-child(3){animation-delay:.36s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1}}.chat-input-area{flex-shrink:0;padding:1rem 1.5rem 1.25rem;background:var(--surface);border-top:1px solid var(--border)}.chat-inline-suggestions{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.625rem}.chat-inline-suggestion-btn{padding:.375rem .75rem;border-radius:999px;border:1px solid var(--border);background:var(--bg);font-family:inherit;font-size:.8125rem;color:var(--text-muted);cursor:pointer;white-space:nowrap;line-height:1.4;transition:border-color .15s,background .15s,color .15s}.chat-inline-suggestion-btn:hover:not(:disabled){border-color:var(--accent);background:var(--accent-light);color:var(--accent)}.chat-inline-suggestion-btn:disabled{opacity:.45;cursor:not-allowed}.chat-input-wrap{display:flex;align-items:flex-end;gap:.625rem;padding:.625rem .625rem .625rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--bg);transition:border-color .15s,box-shadow .15s}.chat-input-wrap:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)}.chat-textarea{flex:1;border:none;background:transparent;outline:none;resize:none;font-family:inherit;font-size:.9375rem;color:var(--text);line-height:1.5;max-height:140px;overflow-y:auto;padding:0}.chat-textarea::placeholder{color:var(--text-light)}.chat-send-btn{flex-shrink:0;width:36px;height:36px;border-radius:var(--radius-sm);border:none;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,opacity .15s}.chat-send-btn:hover:not(:disabled){background:var(--accent-hover)}.chat-send-btn:disabled{opacity:.35;cursor:not-allowed}.chat-input-hint{margin:.4rem 0 0;font-size:.7rem;color:var(--text-light)}@media(max-width:768px){.chat-history-sidebar{display:none}.chat-messages{padding:1rem}.chat-input-area{padding:.75rem 1rem 1rem}}.acct-badge{display:inline-flex;align-items:center;padding:.2rem .75rem;border-radius:2rem;background:var(--accent-light);border:1px solid var(--border);font-size:.72rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--accent);margin-bottom:1.25rem}.acct-form{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.field-input--error{border-color:var(--accent)!important}.field-hint{display:block;font-size:.78rem;color:var(--text-muted);margin-top:.3rem}.field-error{font-size:.78rem;color:var(--accent);margin-top:.15rem}.acct-form-footer{margin-top:.5rem}.acct-submit-btn{width:100%;justify-content:center;padding:.75rem 1.5rem;font-size:1rem}.acct-success{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 0 1rem;text-align:center;color:var(--text-muted)}.acct-success-icon{width:3rem;height:3rem;border-radius:50%;background:var(--accent);color:#fff;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center}.acct-skip-hint{font-size:.78rem;color:var(--text-light);align-self:center}.wizard-page{min-height:calc(100vh - 48px);display:flex;align-items:flex-start;justify-content:center;padding:3rem 1rem 5rem}.wizard-card{width:100%;max-width:640px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.wizard-accent-bar{height:4px;background:var(--accent);transition:width .4s ease}.wizard-inner{padding:2.25rem 2.5rem 2rem}.wizard-step-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .7rem;border-radius:2rem;background:var(--accent-light);border:1px solid #d0e1ff;font-size:.72rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--accent);margin-bottom:1.25rem}.wizard-heading{margin:0 0 .4rem;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--text);line-height:1.25}.wizard-sub{margin:0 0 2rem;font-size:.9rem;color:var(--text-muted);line-height:1.55}.step-dots{display:flex;align-items:center;gap:.35rem;margin-bottom:2rem}.step-dot{width:8px;height:8px;border-radius:50%;background:var(--border);transition:background .2s,width .2s;cursor:default}.step-dot.done{background:var(--accent);cursor:pointer}.step-dot.active{width:24px;border-radius:4px;background:var(--accent)}.step-body{display:flex;flex-direction:column;gap:1rem}.option-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(175px,1fr));gap:.625rem}.option-card{display:flex;flex-direction:column;gap:.2rem;padding:.875rem 1rem;border-radius:var(--radius-md);border:1.5px solid var(--border);background:var(--surface);font-family:inherit;font-size:.9rem;font-weight:500;color:var(--text);cursor:pointer;text-align:left;transition:border-color .15s,background .15s,box-shadow .15s;line-height:1.35}.option-card:hover{border-color:var(--accent);background:var(--accent-light)}.option-card.selected{border-color:var(--accent);background:var(--accent-light);box-shadow:0 0 0 3px #0f62fe1f}.option-card-icon{font-size:1.25rem;line-height:1;margin-bottom:.15rem}.option-card-sub{font-size:.75rem;font-weight:400;color:var(--text-muted)}.option-list{display:flex;flex-direction:column;gap:.5rem}.option-row{display:flex;align-items:flex-start;gap:.875rem;padding:.875rem 1rem;border-radius:var(--radius-md);border:1.5px solid var(--border);background:var(--surface);font-family:inherit;font-size:.9rem;font-weight:500;color:var(--text);cursor:pointer;text-align:left;transition:border-color .15s,background .15s,box-shadow .15s;line-height:1.4;width:100%}.option-row:hover{border-color:var(--accent);background:var(--accent-light)}.option-row.selected{border-color:var(--accent);background:var(--accent-light);box-shadow:0 0 0 3px #0f62fe1f}.option-row-radio{flex-shrink:0;margin-top:2px;width:16px;height:16px;border-radius:50%;border:2px solid var(--border);background:var(--surface);display:flex;align-items:center;justify-content:center;transition:border-color .15s}.option-row.selected .option-row-radio{border-color:var(--accent)}.option-row-radio-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);opacity:0;transition:opacity .15s}.option-row.selected .option-row-radio-dot{opacity:1}.option-row-title{display:block;font-weight:500}.option-row-hint{display:block;font-size:.78rem;font-weight:400;color:var(--text-muted);margin-top:.1rem}.income-fields{display:grid;grid-template-columns:1fr 1fr;gap:.875rem}.field-group{display:flex;flex-direction:column;gap:.35rem}.field-label{font-size:.8rem;font-weight:600;color:var(--text-muted);letter-spacing:.01em}.field-input{padding:.65rem .875rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-family:inherit;font-size:.9375rem;color:var(--text);background:var(--surface);outline:none;transition:border-color .15s,box-shadow .15s;width:100%;-moz-appearance:textfield}.field-input::-webkit-inner-spin-button,.field-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.field-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:2.25rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%2357606a' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 16px;cursor:pointer}.field-input:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px #0f62fe1f}.wizard-footer{padding:1.25rem 2.5rem 1.75rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:.75rem}.wizard-footer-right{display:flex;gap:.625rem;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.625rem 1.375rem;border-radius:var(--radius-sm);font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;border:none;transition:background .15s,box-shadow .15s,opacity .15s;line-height:1;white-space:nowrap}.btn-primary{background:var(--accent);color:#fff;min-width:8rem}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-primary:disabled{opacity:.4;cursor:not-allowed}.btn-ghost{background:transparent;color:var(--text-muted);border:1.5px solid var(--border)}.btn-ghost:hover{background:var(--surface-2);border-color:#c6c6c6}@media(max-width:640px){.page-content{width:calc(100% - 2rem);margin-top:1.5rem}.hero-card{padding:2rem 1.5rem}.wizard-page{padding:1.5rem .75rem 3rem;align-items:flex-start}.wizard-inner{padding:1.75rem 1.25rem 1.25rem}.wizard-footer{padding:1rem 1.25rem 1.25rem}.option-grid{grid-template-columns:1fr 1fr}.income-fields{grid-template-columns:1fr}.chat-input-bar{grid-template-columns:1fr;padding:.875rem 1rem}.chat-body{padding:1rem}}.home-main{display:flex;flex-direction:column}.home-hero{display:flex;flex-direction:column;align-items:center;text-align:center;width:min(760px,calc(100% - 4rem));margin:3.5rem auto 2rem}.home-hero-title-img{height:clamp(4rem,8vw,7rem);width:auto;display:block;margin-bottom:.75rem}.home-hero-heading{margin:0 0 1.25rem;font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.12;color:var(--text)}.home-hero-sub{margin:0;font-size:1.0625rem;color:var(--text-muted);line-height:1.65;max-width:28rem}.home-hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;margin-top:1.75rem}.home-hero-signin{font-size:.9375rem;padding:.6rem 1.5rem}.home-section{padding:5rem 2rem;text-align:center}.home-section--tinted{background:var(--surface-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.home-section-heading{margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;letter-spacing:-.02em;color:var(--text)}.home-section-sub{margin:0 auto 3rem;max-width:36rem;font-size:1rem;color:var(--text-muted);line-height:1.65}.home-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1100px;margin:0 auto;text-align:left}.home-feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem 1.5rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s,border-color .2s}.home-feature-card:hover{box-shadow:var(--shadow-md);border-color:var(--accent)}.home-feature-icon{font-size:1.75rem;display:block;margin-bottom:.75rem;line-height:1}.home-feature-title{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:var(--text)}.home-feature-desc{margin:0;font-size:.875rem;color:var(--text-muted);line-height:1.6}.home-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto;text-align:left}.home-step{display:flex;flex-direction:column;gap:.5rem}.home-step-number{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--accent);color:#fff;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:.25rem;flex-shrink:0}.home-step-title{margin:0;font-size:1rem;font-weight:600;color:var(--text)}.home-step-desc{margin:0;font-size:.875rem;color:var(--text-muted);line-height:1.6}.home-cta{background:var(--accent);padding:5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.home-cta-heading{margin:0;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;letter-spacing:-.02em;color:#fff}.home-cta-sub{margin:0 0 .5rem;font-size:1rem;color:#fffc;max-width:30rem}.cta-btn{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2.25rem;background:#fff;color:var(--accent);font-family:inherit;font-size:1.0625rem;font-weight:700;letter-spacing:-.01em;border:2px solid #ffffff;border-radius:100px;cursor:pointer;transition:background .18s,color .18s,transform .18s,box-shadow .18s;box-shadow:0 4px 20px #00000026}.cta-btn:hover{background:transparent;color:#fff;transform:translateY(-2px);box-shadow:0 8px 28px #0003}.cta-btn-arrow{font-size:1.2rem;transition:transform .18s}.cta-btn:hover .cta-btn-arrow{transform:translate(4px)}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:900px;margin:0 auto;text-align:left}.contact-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem 1.5rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.4rem}.contact-card-icon{font-size:1.75rem;line-height:1;margin-bottom:.25rem}.contact-card-title{margin:0;font-size:1rem;font-weight:600;color:var(--text)}.contact-card-desc{margin:0 0 .5rem;font-size:.875rem;color:var(--text-muted);line-height:1.55}.contact-link{font-size:.9rem;font-weight:600;color:var(--accent);text-decoration:none;margin-top:auto}.contact-link:hover{text-decoration:underline}.contact-link-btn{background:none;border:none;padding:0;font-family:inherit;font-size:.9rem;font-weight:600;color:var(--accent);cursor:pointer;margin-top:auto;text-align:left}.contact-link-btn:hover{text-decoration:underline}@media(max-width:768px){.contact-cards{grid-template-columns:1fr}}.home-footer{background:var(--surface);border-top:1px solid var(--border);padding:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.home-footer p{margin:0;font-size:.8rem;color:var(--text-light)}@media(max-width:768px){.home-hero{margin:2rem auto}.home-features-grid{grid-template-columns:1fr 1fr}.home-steps{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:480px){.home-features-grid{grid-template-columns:1fr}}.pin-gate{min-height:100dvh;display:flex;align-items:center;justify-content:center;background:var(--surface)}.pin-card{width:100%;max-width:380px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.25rem 2rem 2rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.pin-logo{height:2.5rem;width:auto;margin-bottom:.5rem}.pin-label{font-size:.875rem;color:var(--text-muted);text-align:center;margin:0;line-height:1.5}.pin-input{width:100%;padding:.625rem .875rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-family:inherit;font-size:1rem;color:var(--text);background:var(--bg);outline:none;transition:border-color .15s,box-shadow .15s;text-align:center;letter-spacing:.1em}.pin-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)}.pin-input--error{border-color:#dc2626}.pin-error{font-size:.8125rem;color:#dc2626;margin:0;text-align:center}.pin-btn{width:100%;padding:.625rem 1rem;border-radius:var(--radius-sm);border:none;background:var(--accent);color:#fff;font-family:inherit;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .15s,opacity .15s;margin-top:.25rem}.pin-btn:hover:not(:disabled){background:var(--accent-hover)}.pin-btn:disabled{opacity:.45;cursor:not-allowed}.pin-back{background:none;border:none;font-family:inherit;font-size:.8125rem;color:var(--text-muted);cursor:pointer;padding:0;margin-top:.125rem}.pin-back:hover{color:var(--accent)}
