:root{--bg:#f3f5f4;--card:#fff;--ink:#14201b;--muted:#728078;--green:#16a36a;--dark:#17241e;--red:#da4f4f}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:15px -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;padding-bottom:88px}header{height:92px;padding:18px 20px 10px;display:flex;justify-content:space-between;align-items:center}small{font-size:10px;letter-spacing:2px;color:var(--muted)}h1{margin:1px 0;font-size:28px}h2{font-size:17px;margin:24px 2px 12px}.icon{border:0;background:var(--dark);color:white;border-radius:50%;height:42px;width:42px;font-size:22px}main{padding:0 16px;max-width:680px;margin:auto}.filters{display:grid;grid-template-columns:repeat(3,1fr);background:#e7ebe8;padding:3px;border-radius:13px;margin-bottom:10px}.filters button{border:0;padding:9px;background:transparent;border-radius:10px;color:var(--muted)}.filters .active{background:white;color:var(--ink);box-shadow:0 2px 8px #17241e12}select,input{width:100%;border:1px solid #dfe4e1;background:white;border-radius:12px;padding:12px 13px;font-size:15px}.hero{margin-top:12px;background:var(--dark);color:white;border-radius:22px;padding:22px;min-height:142px;display:flex;flex-direction:column}.hero span,.grid span,.frozen span{color:#98a69f;font-size:12px}.hero strong{font-size:36px;margin:auto 0 3px}.hero em{font-style:normal;color:#6de0a8;font-size:12px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.grid article{background:var(--card);border-radius:17px;padding:15px;min-height:83px;display:flex;flex-direction:column}.grid b{font-size:19px;margin-top:auto}.chart{height:150px;background:white;border-radius:18px;padding:18px 12px 28px;display:flex;align-items:flex-end;gap:9px;overflow:hidden}.bar{background:#47bd88;min-width:25px;flex:1;border-radius:7px 7px 2px 2px;position:relative}.bar span{position:absolute;bottom:-20px;font-size:9px;color:var(--muted);left:50%;transform:translateX(-50%)}.frozen{background:#e1f5ea;border-radius:17px;padding:16px;margin-top:10px;display:flex;justify-content:space-between}.frozen b{color:#08794b}.device,.person{background:white;padding:14px;border-radius:15px;margin:9px 0;display:flex;justify-content:space-between;gap:10px}.device p,.person p{margin:0}.device small{letter-spacing:0}.tag{font-size:11px;color:#08794b;background:#e1f5ea;padding:5px 8px;border-radius:10px;height:max-content}.tag.sold{background:#edf0ee;color:#65716a}.add{display:grid;gap:9px}.add button{border:0;border-radius:12px;background:var(--green);color:white;padding:12px;font-weight:700}.person button{border:0;color:var(--red);background:transparent}nav{position:fixed;z-index:3;bottom:0;left:0;right:0;height:76px;background:#fff;border-top:1px solid #e1e5e2;display:flex;justify-content:center;padding-bottom:8px}nav button{width:30%;max-width:180px;border:0;background:transparent;color:#849087;font-size:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}nav span{font-size:11px}nav .active{color:var(--green)}#error{display:none;position:fixed;left:16px;right:16px;bottom:90px;background:#a83232;color:white;padding:12px;border-radius:12px}@media(min-width:700px){.grid{grid-template-columns:repeat(3,1fr)}}
