:root{--bg:#f3f5f7;--panel:#fff;--ink:#14202b;--muted:#687684;--line:#e3e8ed;--nav:#111b25;--nav-muted:#8ea0af;--accent:#e6532e;--accent-dark:#c84020;--shadow:0 18px 50px rgba(18,31,43,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input{font:inherit}button{cursor:pointer}a{color:inherit}.hidden{display:none!important}.shell{min-height:100vh;display:grid;grid-template-columns:230px 1fr}.sidebar{position:sticky;top:0;height:100vh;background:var(--nav);padding:24px 18px;display:flex;flex-direction:column;color:#fff}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;font-size:19px;font-weight:800;letter-spacing:-.02em;padding:4px 8px 24px}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--accent);font-size:12px;letter-spacing:.03em}.side-nav{display:grid;gap:6px}.nav-item{width:100%;border:0;background:transparent;color:var(--nav-muted);display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:10px;text-align:left}.nav-item:hover,.nav-item.active{background:rgba(255,255,255,.08);color:#fff}.nav-icon{width:19px;text-align:center}.sidebar-bottom{margin-top:auto;display:grid;gap:12px;padding:12px 8px 4px;color:var(--nav-muted);font-size:13px}.sidebar-bottom>a{text-decoration:none}.status-mini{display:flex;align-items:center;gap:8px;padding-bottom:7px;border-bottom:1px solid rgba(255,255,255,.09)}.status-dot{width:8px;height:8px;border-radius:50%;background:#6b7680}.status-dot.on{background:#4fd09d;box-shadow:0 0 0 4px rgba(79,208,157,.12)}.main{padding:48px clamp(24px,5vw,72px) 70px;max-width:1500px;width:100%}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;margin-bottom:30px}.kicker{font-size:12px;font-weight:800;letter-spacing:.13em;color:var(--accent);margin-bottom:10px}h1{font-size:clamp(34px,4.4vw,58px);line-height:1.02;letter-spacing:-.045em;margin:0 0 14px;max-width:760px}.subhead{font-size:17px;color:var(--muted);line-height:1.6;max-width:720px;margin:0}.top-actions{display:flex;gap:10px;flex:none}.button{border-radius:11px;border:1px solid transparent;padding:11px 15px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.15s ease}.button:active{transform:translateY(1px)}.button.primary{background:var(--accent);color:#fff;box-shadow:0 7px 18px rgba(230,83,46,.18)}.button.primary:hover{background:var(--accent-dark)}.button.secondary{background:#fff;border-color:var(--line);color:var(--ink)}.button.ghost{background:transparent;border-color:var(--line);color:var(--muted)}.button:disabled{opacity:.45;cursor:not-allowed;transform:none}.notice{background:#fff8e7;border:1px solid #f4dda2;border-radius:12px;padding:13px 15px;margin-bottom:18px;color:#71591c;font-size:14px;line-height:1.5}.notice.error{background:#fff2f2;border-color:#f2c6c6;color:#8a3333}.notice.success{background:#eefaf5;border-color:#bfe6d5;color:#286a52}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}.stat-card{background:var(--panel);border:1px solid var(--line);border-radius:15px;padding:19px 20px}.stat-label{display:block;color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;margin-bottom:8px}.stat-card strong{display:block;font-size:24px;letter-spacing:-.025em;margin-bottom:2px}.stat-card small{color:#8a97a2}.panel{background:var(--panel);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.canva-panel{margin-bottom:18px;padding:22px;display:flex;align-items:center;justify-content:space-between;gap:28px}.canva-copy{min-width:0;flex:1}.canva-copy h2{font-size:22px;margin:0 0 7px}.canva-copy p{color:var(--muted);line-height:1.55;margin:0;max-width:760px}.canva-actions{display:grid;gap:8px;min-width:220px}.canva-actions small{color:var(--muted);line-height:1.35}.code-box{display:flex;align-items:center;gap:8px;margin-top:14px}.code-box code{display:block;flex:1;min-width:0;padding:12px;border:1px solid var(--line);background:#f7f8f9;border-radius:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.code-help{margin-top:8px!important;font-size:13px}.toolbar-panel{overflow:hidden}.toolbar{padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.toolbar h2{margin:0 0 4px;font-size:21px}.toolbar p{margin:0;color:var(--muted);font-size:14px}.toolbar-actions{display:flex;align-items:center;gap:9px}.search{height:43px;display:flex;align-items:center;gap:8px;border:1px solid var(--line);background:#fff;border-radius:11px;padding:0 12px;color:#84919d}.search input{border:0;outline:0;width:210px;color:var(--ink);background:transparent}.bulkbar{padding:11px 22px;background:#fafbfc;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.select-all{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:14px}.select-all input,.product-check input{accent-color:var(--accent)}.bulk-actions{display:flex;gap:8px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:18px}.product-card{position:relative;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;transition:.15s ease}.product-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(18,31,43,.09)}.product-card.selected{border-color:var(--accent);box-shadow:0 0 0 2px rgba(230,83,46,.12)}.product-check{position:absolute;z-index:3;top:12px;left:12px;width:31px;height:31px;border-radius:9px;background:rgba(255,255,255,.95);display:grid;place-items:center;box-shadow:0 3px 12px rgba(0,0,0,.12)}.product-check input{width:17px;height:17px}.product-image{aspect-ratio:4/3;background:#ecf0f3;overflow:hidden;display:grid;place-items:center}.product-image img{width:100%;height:100%;object-fit:cover;display:block}.product-placeholder{font-size:40px;font-weight:800;color:#a7b1ba}.product-body{padding:15px}.product-title{font-size:15px;line-height:1.38;font-weight:750;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:41px}.product-meta{display:flex;justify-content:space-between;gap:10px;align-items:center}.price{font-weight:800}.badge{font-size:11px;border:1px solid var(--line);background:#fafafa;color:var(--muted);padding:4px 7px;border-radius:999px}.loading-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:18px}.skeleton{height:285px;border-radius:14px;background:linear-gradient(90deg,#f0f2f4,#f8f9fa,#f0f2f4);background-size:200% 100%;animation:shine 1.2s infinite}@keyframes shine{to{background-position:-200% 0}}.empty{text-align:center;padding:70px 20px}.empty-icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;margin:0 auto 15px;background:#f1f3f5;color:#7f8d99;font-size:22px}.empty h3{margin:0 0 8px}.empty p{color:var(--muted);max-width:500px;margin:0 auto 18px;line-height:1.55}.empty-actions{display:flex;gap:9px;justify-content:center}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}.how-grid article{background:#fff;border:1px solid var(--line);border-radius:15px;padding:22px}.step{font-size:11px;font-weight:900;letter-spacing:.09em;color:var(--accent)}.how-grid h3{margin:9px 0 8px}.how-grid p{margin:0;color:var(--muted);line-height:1.55;font-size:14px}.toast{position:fixed;right:24px;bottom:24px;transform:translateY(20px);opacity:0;pointer-events:none;background:#14202b;color:#fff;padding:12px 15px;border-radius:11px;box-shadow:0 15px 35px rgba(0,0,0,.18);transition:.2s ease;font-size:14px;max-width:360px}.toast.show{transform:translateY(0);opacity:1}@media(max-width:1050px){.shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;display:flex;flex-direction:row;align-items:center;padding:14px 20px}.brand{padding:0}.side-nav,.sidebar-bottom{display:none}.main{padding-top:34px}.product-grid,.loading-grid{grid-template-columns:repeat(2,1fr)}.canva-panel{align-items:flex-start;flex-direction:column}.canva-actions{width:100%}}@media(max-width:720px){.main{padding:28px 15px 48px}.topbar{display:block}.top-actions{margin-top:20px}.stats{grid-template-columns:1fr}.toolbar{align-items:flex-start;flex-direction:column}.toolbar-actions{width:100%;flex-wrap:wrap}.search{flex:1}.search input{width:100%}.product-grid,.loading-grid{grid-template-columns:1fr}.how-grid{grid-template-columns:1fr}.bulkbar{gap:10px}.bulk-actions{flex-wrap:wrap;justify-content:flex-end}.code-box{align-items:stretch;flex-direction:column}}