:root{--primary: #1351b4;--primary-dark: #0c326f;--primary-light: #dbe8fb;--on-primary: #ffffff;--sus-green: #00995d;--success: #0b6e17;--success-light: #e3f5e1;--warning: #ffcd07;--warning-light: #fff8e0;--danger: #e52207;--danger-light: #fde7e3;--ink: #1b1b1b;--body: #555555;--muted: #6e6e6e;--hairline: #e0e0e0;--hairline-strong: #cccccc;--surface: #ffffff;--surface-alt: #f8f8f8;--surface-blue: #f0f5ff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}*{box-sizing:border-box;margin:0;padding:0}body{background:#e9edf2;color:var(--ink);min-height:100vh}.stage{min-height:100vh;display:flex;gap:40px;align-items:flex-start;justify-content:center;padding:48px 24px;flex-wrap:wrap}.stage__intro{max-width:280px;padding-top:8px}.stage__intro h1{font-size:26px;line-height:1.2;margin-bottom:12px}.stage__intro p{font-size:15px;color:var(--body);line-height:1.5;margin-bottom:20px}.screen-nav{display:flex;flex-direction:column;gap:6px}.screen-nav__label{font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.screen-nav button{text-align:left;border:1px solid var(--hairline);background:var(--surface);border-radius:10px;padding:9px 12px;font-size:13px;color:var(--body);cursor:pointer;transition:all .15s}.screen-nav button:hover{border-color:var(--primary);color:var(--primary)}.screen-nav button[aria-current=true]{background:var(--primary);color:#fff;border-color:var(--primary);font-weight:700}.device{width:414px;background:#0e0e10;border-radius:54px;padding:12px;box-shadow:0 30px 70px #00000059;flex-shrink:0}.phone{width:390px;height:844px;border-radius:44px;overflow:hidden;background:var(--surface-alt);position:relative}.screen{height:100%;display:flex;flex-direction:column;justify-content:space-between;overflow-y:auto;scrollbar-width:none}.screen::-webkit-scrollbar{display:none}.statusbar{display:flex;justify-content:space-between;align-items:center;padding:14px 24px 4px;font-size:14px;font-weight:700}.header{display:flex;align-items:center;gap:12px;padding:10px 20px 18px}.header__back{font-size:26px;font-weight:700;line-height:1;background:none;border:none;color:inherit;cursor:pointer;padding:0 4px 4px 0}.header__title{font-size:18px;font-weight:700}.home-indicator{padding:10px 0;display:flex;justify-content:center}.home-indicator i{display:block;width:134px;height:5px;border-radius:999px;background:var(--hairline-strong)}.content{display:flex;flex-direction:column;padding:20px;gap:18px}.card{background:var(--surface);border:1px solid var(--hairline);border-radius:18px;padding:20px;box-shadow:0 8px 24px #00000014}.pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:700}.dot{width:8px;height:8px;border-radius:999px;display:inline-block}.btn{width:100%;border:none;border-radius:14px;padding:16px;font-size:16px;font-weight:700;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center}.btn--primary{background:var(--primary);color:var(--on-primary);box-shadow:0 8px 20px #1351b433}.btn--success{background:var(--success);color:#fff;box-shadow:0 8px 20px #0b6e1733}.btn--outline{background:var(--surface);color:var(--primary);border:1px solid var(--hairline-strong)}.btn:active{transform:translateY(1px)}.row{display:flex;gap:12px}.row--between{justify-content:space-between;align-items:center}.col{display:flex;flex-direction:column}.fill{width:100%}.tappable{cursor:pointer;transition:transform .1s}.tappable:active{transform:scale(.99)}.tabbar{display:flex;justify-content:space-between;align-items:center;padding:14px 30px 28px;background:var(--surface);border-top:1px solid var(--hairline)}.tabbar__item{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:11px;color:var(--muted);cursor:pointer}.tabbar__item--active{color:var(--primary);font-weight:700}.tabbar__item span:first-child{font-size:20px}.muted{color:var(--muted)}.body{color:var(--body)}
