:root{color-scheme:light only;--navy: #14344a;--navy-hover: #1a4060;--navy-soft: #e3ecf3;--lime: #c7df4a;--light-bg: #f0f2f5;--card-bg: #ffffff;--hairline: #d6dbe3;--text: #1a1d26;--text-dim: #5a6472;--surface-high: #e8ebf0;--success: #10b981;--warning: #b8860b;--danger: #d32f2f}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}html{-webkit-text-size-adjust:100%}body{font-family:-apple-system,SF Pro Text,Roboto,Segoe UI,system-ui,sans-serif;background:var(--light-bg);color:var(--text);font-size:14px;line-height:20px;overscroll-behavior-y:none;-webkit-tap-highlight-color:transparent}button{font:inherit;border:none;background:none;color:inherit;cursor:pointer}input,textarea,select{font:inherit;color:inherit}input:focus,textarea:focus,select:focus{outline:none}.headline-small{font-size:22px;font-weight:700}.title-large{font-size:20px;font-weight:600}.title-medium{font-size:16px;font-weight:600}.title-small{font-size:14px;font-weight:600}.body-large{font-size:16px;line-height:24px}.body-medium{font-size:14px;line-height:20px}.body-small{font-size:12px;line-height:16px}.label-large{font-size:14px;font-weight:500}.label-medium{font-size:12px;font-weight:500;letter-spacing:.3px}.label-small{font-size:11px;font-weight:500;letter-spacing:.6px}.text-dim{color:var(--text-dim)}.text-error{color:var(--danger)}.app-shell{display:flex;flex-direction:column;height:100%;height:100dvh;max-width:640px;margin:0 auto;background:var(--light-bg);position:relative;overflow:hidden}.tab-content{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;position:relative}.screen{display:flex;flex-direction:column;height:100%;min-height:0}.screen-scroll{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.nav-bar{display:flex;background:var(--card-bg);border-top:1px solid var(--hairline);padding-bottom:env(safe-area-inset-bottom,0);flex-shrink:0}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:9px 0 10px;color:var(--text-dim);font-size:11px;font-weight:500}.nav-item .nav-pill{width:56px;height:28px;border-radius:999px;display:flex;align-items:center;justify-content:center}.nav-item.selected{color:var(--navy)}.nav-item.selected .nav-pill{background:var(--navy-soft)}.app-shell.kb-open .nav-bar{display:none}.overlay-sheet{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--card-bg);display:flex;flex-direction:column;animation:sheet-in .26s ease;z-index:20}@keyframes sheet-in{0%{transform:translateY(16%);opacity:0}to{transform:translateY(0);opacity:1}}.page-header{background:var(--card-bg);border-bottom:1px solid var(--hairline);padding-top:env(safe-area-inset-top,0);flex-shrink:0}.page-header-row{display:flex;align-items:center;padding:12px 16px;gap:4px}.page-header-eyebrow{font-size:10px;letter-spacing:1.6px;font-weight:600;color:var(--navy)}.page-header-title{font-size:20px;font-weight:700}.page-header-subtitle{font-size:12px;color:var(--text-dim)}.card{background:var(--card-bg);border:1px solid var(--hairline);border-radius:14px}.card-12{border-radius:12px}.section-header{font-size:11px;letter-spacing:1.2px;font-weight:600;color:var(--text-dim);text-transform:uppercase}.divider{height:1px;background:var(--hairline);border:none}.pill{display:inline-flex;align-items:center;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:500;letter-spacing:.6px;white-space:nowrap}.btn-primary{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:44px;border-radius:10px;background:var(--navy);color:#fff;font-size:14px;font-weight:500}.btn-primary:disabled{background:#14344a59;color:#fffc}.btn-outlined{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:40px;border-radius:10px;border:1px solid var(--hairline);background:var(--card-bg);color:var(--navy);font-size:14px;font-weight:500}.btn-text{color:var(--navy);font-size:14px;font-weight:500;padding:8px 12px;border-radius:8px}.btn-danger{background:var(--danger);color:#fff}.icon-btn{width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center;color:var(--text);flex-shrink:0}.icon-btn:active{background:#14344a14}.icon-btn:disabled{opacity:.4}.field{width:100%;border:1px solid var(--hairline);border-radius:12px;background:var(--card-bg);padding:13px 14px;font-size:14px}.field:focus{border-color:var(--navy)}.field-label{font-size:12px;font-weight:500;color:var(--text-dim);margin-bottom:4px;display:block}.field-wrap{position:relative}.field-wrap .field{padding-left:44px}.field-leading{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-dim);display:flex}.field-trailing{position:absolute;right:6px;top:50%;transform:translateY(-50%)}.filter-chip{display:inline-flex;align-items:center;height:32px;padding:0 14px;border-radius:8px;border:1px solid var(--hairline);background:var(--card-bg);font-size:13px;font-weight:500;color:var(--text);white-space:nowrap}.filter-chip.selected{background:var(--navy-soft);color:var(--navy);border-color:var(--navy-soft)}.linear-progress{height:4px;background:var(--surface-high);overflow:hidden;position:relative;flex-shrink:0}.linear-progress:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--navy);animation:indeterminate 1.4s infinite ease;transform-origin:left}@keyframes indeterminate{0%{transform:translate(-100%) scaleX(.4)}to{transform:translate(250%) scaleX(.4)}}.progress-track{display:block;background:var(--light-bg);border-radius:999px;overflow:hidden}.progress-fill{display:block;height:100%;background:var(--navy);border-radius:999px}.spinner{width:20px;height:20px;border:2px solid rgba(20,52,74,.2);border-top-color:var(--navy);border-radius:999px;animation:spin .8s linear infinite;flex-shrink:0}.spinner.on-primary{border-color:#ffffff59;border-top-color:#fff}@keyframes spin{to{transform:rotate(360deg)}}.dialog-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:100;padding:18px}.dialog{background:var(--card-bg);border-radius:26px;border:1px solid var(--hairline);width:100%;max-width:420px;max-height:min(760px,90dvh);display:flex;flex-direction:column;padding:20px}.dialog-title{font-size:20px;font-weight:600;margin-bottom:4px}.dialog-body{overflow-y:auto;flex:1;min-height:0}.dialog-actions{display:flex;justify-content:flex-end;align-items:center;gap:4px;padding-top:14px}.dialog-actions .btn-filled{display:flex;align-items:center;gap:8px;background:var(--navy);color:#fff;border-radius:999px;height:40px;padding:0 22px;font-size:14px;font-weight:500}.dialog-actions .btn-filled:disabled{opacity:.5}.sheet-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:flex-end;justify-content:center;z-index:100}.bottom-sheet{background:var(--card-bg);width:100%;max-width:640px;border-radius:24px 24px 0 0;max-height:80dvh;overflow-y:auto;padding-bottom:max(16px,env(safe-area-inset-bottom,0));animation:sheet-in .22s ease}.bottom-sheet .drag-handle{width:34px;height:4px;border-radius:2px;background:var(--hairline);margin:10px auto 6px}.menu-anchor{position:relative}.menu{position:absolute;min-width:190px;background:var(--card-bg);border:1px solid var(--hairline);border-radius:10px;box-shadow:0 6px 24px #10182824;z-index:60;padding:6px 0}.menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:11px 16px;font-size:14px;text-align:left}.menu-item:active{background:var(--light-bg)}.list-item{display:flex;align-items:center;gap:14px;padding:12px 16px;width:100%;text-align:left;background:var(--card-bg)}.list-item:active{background:var(--light-bg)}.switch{position:relative;width:48px;height:28px;border-radius:999px;background:var(--surface-high);border:1px solid var(--hairline);transition:background .15s;flex-shrink:0}.switch:after{content:"";position:absolute;top:3px;left:4px;width:20px;height:20px;border-radius:999px;background:#fff;border:1px solid var(--hairline);transition:transform .15s}.switch.on{background:var(--navy);border-color:var(--navy)}.switch.on:after{transform:translate(19px);border-color:var(--navy)}.checkbox{width:20px;height:20px;border:2px solid var(--text-dim);border-radius:3px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.checkbox.on{background:var(--navy);border-color:var(--navy);color:#fff}.radio{width:20px;height:20px;border:2px solid var(--text-dim);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.radio.on{border-color:var(--navy)}.radio.on:after{content:"";width:10px;height:10px;border-radius:999px;background:var(--navy)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{scrollbar-width:none}.splash-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:200}.splash-overlay.leaving{animation:splash-out .32s ease forwards}.splash-logo{width:190px;animation:enter-down .5s ease both}.splash-rule{width:44px;height:4px;background:var(--lime);border-radius:2px;margin-top:18px;animation:enter-up .5s ease .15s both}@keyframes splash-out{to{opacity:0;visibility:hidden}}@keyframes enter-down{0%{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:translateY(0)}}@keyframes enter-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.enter-brand{animation:enter-down .5s ease both}.enter-form{animation:enter-up .5s ease .15s both}.tab-fade{animation:tab-fade-in .22s ease both;display:flex;flex-direction:column;height:100%;min-height:0}@keyframes tab-fade-in{0%{opacity:0}to{opacity:1}}.typing-dots{display:flex;gap:5px;padding-top:6px}.typing-dots span{width:8px;height:8px;border-radius:999px;background:var(--text-dim);animation:dot-pulse 1.2s infinite ease-in-out}.typing-dots span:nth-child(2){animation-delay:.18s}.typing-dots span:nth-child(3){animation-delay:.36s}@keyframes dot-pulse{0%,to{opacity:.25}50%{opacity:1}}
