:root{--ink:#171a16;--muted:#747a70;--paper:#f4f5f1;--surface:#fff;--line:#dfe3dc;--lime:#d9f36f;--lime-strong:#b7dd24;--forest:#25462f;--red:#b7473f;--soft-red:#f6dedb;--soft-green:#e3efdf;--shadow:0 10px 30px rgba(29,42,25,.07);font-family:Manrope,system-ui,sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--paper);color:var(--ink)}button,input{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;padding:calc(16px + env(safe-area-inset-top)) 16px calc(88px + env(safe-area-inset-bottom));max-width:720px;margin:auto}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.identity{display:flex;align-items:center;gap:11px}.logo{width:40px;height:40px;display:grid;place-items:center;background:var(--ink);color:var(--lime);border-radius:8px;font:600 22px Newsreader,serif}.identity strong{display:block;font-size:15px}.identity span{display:block;color:var(--muted);font-size:11px}.avatar{width:38px;height:38px;border-radius:50%;background:var(--soft-green);display:grid;place-items:center;font-weight:700;color:var(--forest);overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.market-card{background:var(--forest);color:white;border-radius:8px;padding:20px;min-height:178px;position:relative;overflow:hidden}.market-card:after{content:"";position:absolute;right:-55px;bottom:-75px;width:190px;height:190px;border:1px solid rgba(217,243,111,.3);border-radius:50%;box-shadow:0 0 0 26px rgba(217,243,111,.06),0 0 0 52px rgba(217,243,111,.04)}.market-label{font-size:12px;color:#cad7ca}.market-price{font:600 36px/1 Newsreader,serif;margin:20px 0 8px;position:relative;z-index:1}.market-meta{font-size:12px;color:#d7dfd6;position:relative;z-index:1}.market-symbol{display:inline-flex;padding:4px 7px;border:1px solid rgba(255,255,255,.22);border-radius:5px;margin-bottom:4px;font-size:11px}.spark{position:absolute;bottom:14px;right:15px;width:145px;height:65px;z-index:1}.spark path{fill:none;stroke:var(--lime);stroke-width:2;vector-effect:non-scaling-stroke}.spark area{fill:rgba(217,243,111,.12)}.search{display:grid;grid-template-columns:1fr 44px;gap:8px;margin:14px 0 24px}.search input{width:100%;height:46px;border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:0 14px;outline:0}.search input:focus{border-color:var(--forest)}.icon-btn{width:44px;height:44px;border:0;border-radius:8px;background:var(--ink);color:white;display:grid;place-items:center}.icon-btn svg{width:19px}.section-title{display:flex;justify-content:space-between;align-items:center;margin:20px 0 11px}.section-title h2{font-size:16px;margin:0}.section-title button{border:0;background:transparent;color:var(--forest);font-weight:700;font-size:12px}.quotes{display:grid;gap:8px}.quote-row{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:13px 14px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:11px}.asset-mark{width:38px;height:38px;border-radius:7px;background:#edf0e9;display:grid;place-items:center;font-size:11px;font-weight:800}.quote-row h3{font-size:13px;margin:0 0 2px}.quote-row p{font-size:11px;color:var(--muted);margin:0}.quote-value{text-align:right}.quote-value strong{display:block;font-size:13px}.quote-value span{font-size:10px;color:var(--muted)}.empty{border:1px dashed #cdd3c8;border-radius:8px;padding:28px 18px;text-align:center;color:var(--muted)}.empty svg{width:24px;margin-bottom:8px}.empty p{font-size:12px;margin:0}.rules{display:grid;gap:8px}.rule{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:14px}.rule-top{display:flex;justify-content:space-between;gap:10px}.rule h3{font-size:14px;margin:0}.rule p{font-size:11px;color:var(--muted);margin:3px 0 0}.condition{font-size:11px;background:var(--soft-green);color:var(--forest);border-radius:5px;padding:5px 7px;white-space:nowrap}.condition.hit{background:var(--soft-red);color:var(--red)}.rule-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);margin-top:12px;padding-top:10px;font-size:11px;color:var(--muted)}.trash{border:0;background:transparent;color:var(--red);width:30px;height:28px;display:grid;place-items:center}.trash svg{width:16px}.history-row{display:grid;grid-template-columns:10px 1fr auto;gap:10px;align-items:start;padding:12px 2px;border-bottom:1px solid var(--line)}.history-dot{width:8px;height:8px;background:var(--lime-strong);border-radius:50%;margin-top:5px}.history-row h3{font-size:12px;margin:0}.history-row p,.history-row time{font-size:10px;color:var(--muted);margin:2px 0 0}.fab{position:fixed;right:max(18px,calc((100vw - 720px)/2 + 18px));bottom:calc(76px + env(safe-area-inset-bottom));width:50px;height:50px;border:0;border-radius:8px;background:var(--lime);color:var(--ink);box-shadow:var(--shadow);display:grid;place-items:center;z-index:5}.fab svg{width:22px}.tabs{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(720px,100%);height:calc(64px + env(safe-area-inset-bottom));padding:5px 15px env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(3,1fr);background:rgba(255,255,255,.96);border-top:1px solid var(--line);z-index:4}.tab{border:0;background:transparent;color:var(--muted);display:grid;place-items:center;align-content:center;gap:2px;font-size:10px}.tab svg{width:19px}.tab.active{color:var(--forest);font-weight:700}.modal-wrap{position:fixed;inset:0;background:rgba(14,20,14,.38);z-index:10;display:flex;align-items:flex-end}.modal{width:min(720px,100%);margin:auto;background:var(--paper);border-radius:8px 8px 0 0;padding:18px 16px calc(22px + env(safe-area-inset-bottom));max-height:90vh;overflow:auto}.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.modal-head h2{font:600 25px Newsreader,serif;margin:0}.close{border:0;background:#e5e8e1;border-radius:7px;width:36px;height:36px;display:grid;place-items:center}.close svg{width:18px}.field{display:grid;gap:6px;margin:13px 0}.field span{font-size:11px;color:var(--muted);font-weight:600}.field input{height:46px;border:1px solid var(--line);background:white;border-radius:8px;padding:0 13px;outline:0}.field input:focus{border-color:var(--forest)}.segments{display:grid;grid-template-columns:1fr 1fr;background:#e7eae4;padding:3px;border-radius:8px}.segments label{position:relative}.segments input{position:absolute;opacity:0}.segments span{height:39px;display:grid;place-items:center;border-radius:6px;font-size:12px;font-weight:700}.segments input:checked+span{background:white;color:var(--forest);box-shadow:0 1px 5px rgba(0,0,0,.08)}.primary{height:48px;border:0;border-radius:8px;background:var(--forest);color:white;width:100%;font-weight:700;margin-top:10px}.primary:disabled{opacity:.55}.boot{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:12px;color:var(--muted);font-size:12px}.boot .logo{animation:pulse 1.2s infinite alternate}@keyframes pulse{to{transform:scale(1.06)}}#toast{position:fixed;left:50%;bottom:calc(78px + env(safe-area-inset-bottom));transform:translate(-50%,15px);max-width:calc(100% - 32px);background:var(--ink);color:white;border-radius:7px;padding:10px 13px;font-size:12px;opacity:0;pointer-events:none;transition:.2s;z-index:20}#toast.show{opacity:1;transform:translate(-50%,0)}@media(min-width:600px){.app-shell{padding-top:28px}.modal-wrap{align-items:center;padding:18px}.modal{border-radius:8px;max-width:480px}.fab{bottom:86px}}
