:root{--bg:#080b10;--panel:#11161f;--panel2:#171d28;--line:#252d3b;--text:#f6f8fb;--muted:#8d99aa;--accent:#178fbd;--accent2:#22b8cf;--danger:#ff6372;--green:#37d39a;--radius:18px}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 20% -10%,#112231 0,transparent 30%),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}.topbar{height:76px;border-bottom:1px solid #171e28;background:rgba(8,11,16,.88);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:space-between;padding:0 max(22px,calc((100vw - 1180px)/2));position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:13px}.brand-icon{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#1565c0,#7c4dff);display:grid;place-items:center;font-size:22px;box-shadow:0 8px 30px #3150ff22}.brand strong{display:block;font-size:16px;letter-spacing:.04em}.brand span{display:block;color:var(--muted);font-size:12px;margin-top:2px}.icon-btn,.icon-picker{border:1px solid var(--line);background:var(--panel2);color:var(--text);border-radius:12px;display:grid;place-items:center;cursor:pointer}.icon-btn{width:42px;height:42px;font-size:20px}.shell{width:min(1180px,calc(100% - 32px));margin:44px auto 80px}.eyebrow{color:var(--accent2);font-size:12px;font-weight:800;letter-spacing:.16em}.hero h1{font-size:clamp(38px,6vw,68px);line-height:.98;margin:12px 0 18px;letter-spacing:-.045em}.hero h1 span{color:#aab5c3}.hero p{max-width:720px;color:var(--muted);font-size:16px;line-height:1.6}.summary{display:flex;gap:14px;align-items:stretch;margin:32px 0 18px}.summary>div{background:linear-gradient(180deg,#131a24,#0f141c);border:1px solid var(--line);border-radius:15px;min-width:150px;padding:14px 18px}.summary .num{display:block;font-size:27px;font-weight:800}.summary div span:last-child{font-size:12px;color:var(--muted)}button{font:inherit}.primary,.secondary{border:none;border-radius:12px;padding:0 16px;min-height:46px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.primary{background:linear-gradient(135deg,var(--accent),#1570c8);color:white;box-shadow:0 8px 24px #1570c822}.secondary{background:var(--panel2);border:1px solid var(--line);color:var(--text)}.danger-soft{color:#ff8792;margin-left:auto}.add-card{display:grid;grid-template-columns:minmax(220px,1fr) 130px 210px 48px auto;gap:12px;align-items:end;background:linear-gradient(180deg,#121822,#0f141c);border:1px solid var(--line);border-radius:var(--radius);padding:16px;box-shadow:0 18px 55px #0005}.field label{display:block;color:var(--muted);font-size:11px;font-weight:700;margin:0 0 7px 4px}.field input,.field select,.category-new input,.icon-search input{width:100%;height:46px;border:1px solid #293344;background:#0a0f16;color:var(--text);border-radius:12px;padding:0 13px;outline:none}.field input:focus,.field select:focus,.category-new input:focus,.icon-search input:focus{border-color:#258eb8;box-shadow:0 0 0 3px #258eb822}.icon-picker{width:48px;height:46px;font-size:23px}.category-pills{display:flex;gap:8px;overflow-x:auto;padding:16px 2px 12px;scrollbar-width:none}.pill{white-space:nowrap;border:1px solid var(--line);background:#111722;color:#aeb7c5;border-radius:999px;padding:8px 13px;cursor:pointer;font-size:13px}.pill.active{background:#126e99;color:#fff;border-color:#178fbd}.list-card{margin-top:6px;background:linear-gradient(180deg,#111720,#0d1219);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.list-head{display:flex;justify-content:space-between;padding:17px 18px;border-bottom:1px solid var(--line)}.list-head span{color:var(--muted);font-size:12px}.item{display:grid;grid-template-columns:34px 34px minmax(0,1fr) auto minmax(150px,210px) auto;gap:12px;align-items:center;padding:12px 16px;border-bottom:1px solid #1d2530}.item:last-child{border-bottom:0}.check{width:26px;height:26px;border:2px solid #445066;border-radius:8px;background:transparent;cursor:pointer;color:#fff;display:grid;place-items:center}.item.checked .check{background:var(--green);border-color:var(--green)}.product-icon{width:44px;height:44px;border-radius:12px;background:#18212d;display:grid;place-items:center;font-size:24px}.item-main{display:flex;gap:12px;align-items:center;min-width:0}.product-text{min-width:0}.product-name{font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-meta{color:var(--muted);font-size:12px;margin-top:3px}.item.checked .product-name{text-decoration:line-through;color:#6f7b8c}.qty-badge{background:#192330;border:1px solid #2a3545;border-radius:10px;padding:7px 10px;color:#d6deea;font-size:12px;white-space:nowrap}.favorite{border:0;background:transparent;color:#788497;font-size:25px;line-height:1;cursor:pointer;padding:4px}.favorite:hover,.favorite.active{color:#f7c843}.item-category-select{height:36px;min-width:150px;max-width:210px;border:1px solid #2a3545;background:#0c121a;color:#dbe3ee;border-radius:10px;padding:0 9px;outline:none}.item-category-select:focus{border-color:var(--accent)}.favorite-pill{font-weight:700}.delete-item{border:0;background:transparent;color:#697486;font-size:18px;cursor:pointer;padding:8px}.delete-item:hover{color:var(--danger)}.empty{text-align:center;padding:54px 20px;color:var(--muted);display:flex;align-items:center;flex-direction:column;gap:7px}.empty iconify-icon{font-size:40px;color:#526174}.empty strong{color:#c9d1dc}.hidden{display:none!important}.modal-backdrop{position:fixed;inset:0;background:#02040aaa;backdrop-filter:blur(8px);z-index:50;display:grid;place-items:center;padding:18px}.modal{width:min(660px,100%);max-height:88vh;overflow:auto;background:#10161f;border:1px solid #2b3544;border-radius:20px;box-shadow:0 25px 90px #000a;padding:20px}.modal-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.modal h2{margin:5px 0 0;font-size:28px}.category-new{display:grid;grid-template-columns:48px 1fr auto;gap:10px;margin-bottom:16px}.category-manager{display:flex;flex-direction:column;gap:8px}.cat-row{display:grid;grid-template-columns:42px 1fr auto;gap:10px;align-items:center;border:1px solid var(--line);background:#0c1118;border-radius:13px;padding:8px}.cat-row .cat-icon{width:42px;height:42px;border-radius:10px;background:#18212d;display:grid;place-items:center;font-size:21px}.cat-row .cat-name{font-weight:650}.mini-danger{border:0;background:transparent;color:#798598;font-size:18px;cursor:pointer}.mini-danger:hover{color:var(--danger)}.icon-search{display:grid;grid-template-columns:1fr auto;gap:10px}.icon-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(58px,1fr));gap:8px;margin:18px 0}.icon-result{height:58px;border:1px solid var(--line);border-radius:12px;background:#0c1118;color:#dbe4f0;display:grid;place-items:center;font-size:26px;cursor:pointer}.icon-result:hover{border-color:var(--accent);background:#14202b}.hint{color:var(--muted);font-size:12px}.toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%);z-index:100;background:#1a2230;border:1px solid #344155;color:white;border-radius:12px;padding:11px 16px;box-shadow:0 12px 45px #0008;font-size:13px}@media(max-width:980px){.item{grid-template-columns:34px 34px minmax(0,1fr) auto}.item-category-select{grid-column:3/5;justify-self:start;max-width:100%;width:min(210px,100%)}.delete-item{grid-column:4;grid-row:1}}@media(max-width:820px){.shell{width:min(100% - 22px,700px);margin-top:28px}.topbar{height:66px;padding:0 14px}.add-card{grid-template-columns:1fr 1fr}.field.grow{grid-column:1/-1}.category-field{grid-column:1/-1}.icon-picker{width:100%}.summary{display:grid;grid-template-columns:1fr 1fr}.summary .secondary{grid-column:1/-1;margin-left:0}.item{grid-template-columns:34px 34px minmax(0,1fr) auto}.item-main .product-icon{width:40px;height:40px}.delete-item{grid-column:4}.qty-badge{grid-column:3;justify-self:start}.hero h1{font-size:44px}.category-new{grid-template-columns:48px 1fr}.category-new .primary{grid-column:1/-1}.icon-search{grid-template-columns:1fr}.icon-search .primary{width:100%}}@media(max-width:480px){.brand strong{font-size:14px}.brand span{font-size:11px}.hero p{font-size:14px}.summary>div{min-width:0}.add-card{grid-template-columns:1fr}.field.grow,.category-field{grid-column:auto}.qty{grid-column:auto}.primary{width:100%}.item{padding:11px 10px}.product-meta{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-head{padding:15px 13px}}
.item-actions{display:flex;align-items:center;gap:2px}.edit-item{border:0;background:transparent;color:#8290a3;font-size:18px;cursor:pointer;padding:8px}.edit-item:hover{color:var(--accent2)}.edit-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.edit-grid .field:nth-child(1),.edit-grid .field:nth-child(3){grid-column:1/-1}.edit-icon-picker{width:100%;padding:0 14px;display:flex;gap:10px;justify-content:flex-start;font-size:16px}.edit-icon-picker iconify-icon{font-size:24px}.favorite-toggle{display:flex;align-items:center;gap:9px;color:#f7c843;font-weight:700;align-self:end;min-height:46px}.favorite-toggle input{width:18px;height:18px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.modal-actions .secondary{min-width:110px}@media(max-width:620px){.edit-grid{grid-template-columns:1fr}.edit-grid .field:nth-child(1),.edit-grid .field:nth-child(3){grid-column:auto}.modal-actions{display:grid;grid-template-columns:1fr 1fr}.item-actions{grid-column:4;grid-row:1}.item-category-select{grid-column:3/5}.edit-item,.delete-item{font-size:20px}}
