:root{--bg:#f5f7fb;--card:#fff;--ink:#172033;--muted:#8490a5;--brand:#5a57ed;--soft:#edecff;--line:#ebeff5}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:500 14px/1.45 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.app{max-width:680px;min-height:100vh;margin:auto;padding:calc(22px + env(safe-area-inset-top)) 20px calc(90px + env(safe-area-inset-bottom))}header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}small{font-weight:800;letter-spacing:1.8px;color:var(--brand)}h1{font-size:24px;letter-spacing:-.8px;margin:2px 0 0}h2{font-size:19px;margin:0}.avatar{width:43px;height:43px;border:0;border-radius:14px;background:linear-gradient(135deg,#716df8,#403bc8);color:#fff;font-weight:800}button{font:inherit;border:0;cursor:pointer}.hero{padding:21px;border-radius:23px;background:linear-gradient(135deg,#625ef5,#3c38bf);box-shadow:0 14px 26px #5c57e040;color:#fff}.hero p{margin:0;color:#dddcff}.hero h2{margin:4px 0 17px;font-size:21px}.badge{display:inline-block;padding:7px 10px;background:#ffffff20;border-radius:9px;font-size:12px}.badge:before{content:"";display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:#73edba}.section{margin-top:25px}.heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.heading h2{font-size:17px}.link{color:var(--brand);background:transparent;font-size:12px;font-weight:800}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.quick,.stat,.list{background:var(--card);box-shadow:0 10px 30px #1c2c5010}.quick{min-height:112px;padding:15px;border-radius:17px;text-align:left}.quick i,.icon{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:var(--soft);color:var(--brand);font-style:normal;font-size:19px;margin-bottom:12px}.quick strong,.row strong{display:block;font-size:13px}.quick span,.row em{display:block;color:var(--muted);font-size:11px;font-style:normal}.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.stat{padding:15px;border-radius:16px}.stat span{display:block;color:var(--muted);font-size:11px}.stat b{display:block;margin-top:5px;font-size:18px}.list{border-radius:17px;overflow:hidden}.row{display:flex;align-items:center;gap:11px;width:100%;padding:14px;text-align:left;background:#fff;border-bottom:1px solid var(--line)}.row:last-child{border:0}.row .icon{flex:0 0 39px;width:39px;height:39px;margin:0;background:#f3f5fa}.row .copy{flex:1}.arrow{color:#aab3c1;font-size:20px}.status{padding:5px 7px;border-radius:8px;background:#def8eb;color:#118154;font-size:10px;font-weight:800}.status.off{color:#7b8799;background:#eef1f5}.filters{display:flex;gap:8px;overflow:auto;margin-bottom:14px}.filter{padding:8px 11px;white-space:nowrap;border-radius:10px;background:#fff;color:var(--muted);font-size:12px}.filter.active{color:#fff;background:var(--brand)}.note{color:var(--muted);margin:-11px 0 18px}.add{position:fixed;right:max(20px,calc((100vw - 680px)/2 + 20px));bottom:84px;width:53px;height:53px;border-radius:18px;background:var(--brand);color:#fff;font-size:26px;box-shadow:0 10px 24px #5a57ed66}nav{position:fixed;z-index:2;bottom:0;left:50%;transform:translateX(-50%);display:flex;justify-content:space-around;width:min(680px,100%);padding:10px 14px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fffffff0;backdrop-filter:blur(12px)}nav button{display:flex;min-width:62px;flex-direction:column;align-items:center;gap:1px;color:#95a0b2;background:transparent;font-size:20px}nav span{font-size:10px}nav button.active{color:var(--brand);font-weight:800}#modal{position:fixed;z-index:10;inset:0;display:flex;align-items:flex-end;background:#0f172a66}#modal[hidden]{display:none}#modal section{width:min(680px,100%);padding:21px 20px calc(24px + env(safe-area-inset-bottom));border-radius:25px 25px 0 0;background:#fff}.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.modal-head button{width:30px;height:30px;border-radius:10px;background:#f1f3f7;color:#657184;font-size:22px}label{display:block;margin:12px 0;color:#596579;font-size:12px;font-weight:700}input,select{width:100%;margin-top:5px;padding:13px;border:1px solid #e2e7ef;border-radius:11px;background:#fff;outline-color:var(--brand)}.primary{width:100%;padding:14px;margin-top:12px;border-radius:12px;background:var(--brand);color:#fff;font-weight:800}.result{padding:19px;background:#f3fff9;border-radius:15px;text-align:center}.result b{display:block;margin:7px;font-size:17px}output{position:fixed;z-index:20;left:50%;bottom:92px;transform:translate(-50%,20px);opacity:0;padding:12px 15px;border-radius:12px;background:#162033;color:#fff;transition:.25s;font-size:12px;white-space:nowrap}output.show{opacity:1;transform:translate(-50%)}
