:root{--bg: #000000;--surface: rgba(28, 28, 30, .72);--surface-solid: #1c1c1e;--border: rgba(255, 255, 255, .08);--text-primary: #f5f5f7;--text-secondary: #a1a1a6;--text-tertiary: #6e6e73;--accent: #0a84ff;--accent-money: #30d158;--accent-danger: #ff453a;--accent-warn: #ff9f0a;--radius-lg: 22px;--radius-md: 16px;--radius-sm: 12px;--blur: 24px;--shadow: 0 8px 30px rgba(0, 0, 0, .45);--spring: cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Inter,Segoe UI,Helvetica,Arial,sans-serif;letter-spacing:-.01em;overscroll-behavior-y:none}button{font-family:inherit;color:inherit;border:none;background:none;cursor:pointer}.screen{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--bg)}.screen-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 8px;flex-shrink:0}.screen-header h1{font-size:28px;font-weight:700;margin:0;letter-spacing:-.02em}.icon-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--surface);backdrop-filter:blur(var(--blur));-webkit-backdrop-filter:blur(var(--blur));border:1px solid var(--border);flex-shrink:0}.icon-btn:active{transform:scale(.92)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);backdrop-filter:blur(var(--blur));-webkit-backdrop-filter:blur(var(--blur))}.fab{position:fixed;right:20px;bottom:28px;width:58px;height:58px;border-radius:50%;background:var(--accent-danger);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #ff453a66;z-index:50}.fab svg{width:26px;height:26px}
