:root{--bg: #0D0D0F;--surface: #1A1A1F;--surface-elevated: #242429;--border: #2E2E35;--primary: #C9A84C;--positive: #22C55E;--negative: #EF4444;--text: #F1F5F9;--text-secondary: #94A3B8;--text-muted: #4B5563;--radius: 12px;--radius-sm: 8px;--radius-lg: 16px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.5;min-height:100dvh;-webkit-tap-highlight-color:transparent;overscroll-behavior:none}#root{min-height:100dvh;display:flex;flex-direction:column;max-width:480px;margin:0 auto}button{cursor:pointer;border:none;outline:none;font-family:inherit;font-size:15px;font-weight:600;border-radius:var(--radius);min-height:44px;padding:10px 20px;transition:opacity .15s;display:flex;align-items:center;justify-content:center;gap:6px}button:active{opacity:.75}button:disabled{opacity:.4;cursor:not-allowed}.btn-primary{background:var(--primary);color:#000}.btn-secondary{background:var(--surface-elevated);color:var(--text);border:1px solid var(--border)}.btn-ghost{background:transparent;color:var(--primary)}.btn-danger{background:var(--negative);color:#fff}.btn-full{width:100%}.btn-lg{min-height:52px;font-size:17px;padding:14px 24px}input{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-family:inherit;font-size:16px;font-weight:600;min-height:48px;padding:10px 14px;width:100%;outline:none;transition:border-color .15s}input:focus{border-color:var(--primary)}input::placeholder{color:var(--text-muted);font-weight:400}input.error{border-color:var(--negative)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px}.card-elevated{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px}.label{font-size:11px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:var(--text-secondary)}.screen{flex:1;display:flex;flex-direction:column;overflow:hidden}.screen-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border);background:var(--bg);min-height:56px}.screen-body,.screen-scroll{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;-webkit-overflow-scrolling:touch}.screen-footer{padding:16px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px;background:var(--bg)}.input{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-family:inherit;font-size:16px;font-weight:600;min-height:48px;padding:10px 14px;width:100%;outline:none;transition:border-color .15s}.input:focus{border-color:var(--primary)}.input::placeholder{color:var(--text-muted);font-weight:400}.text-primary{color:var(--primary)}.text-positive{color:var(--positive)}.text-negative{color:var(--negative)}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.title{font-size:26px;font-weight:700;letter-spacing:-.3px}.subtitle{font-size:20px;font-weight:600}.caption{font-size:13px;color:var(--text-secondary)}.error-text{font-size:13px;color:var(--negative);margin-top:4px}.divider{height:1px;background:var(--border)}
