:root{--bg:#f5f7f5;--surface:#fff;--text:#17221d;--muted:#68756e;--line:#e2e8e4;--green:#166b4f;--green-2:#e7f4ee;--red:#b92d36;--shadow:0 12px 34px rgba(28,50,40,.07);font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--text)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.app-shell{min-height:100vh;display:grid;grid-template-columns:248px 1fr}.sidebar{background:#11251e;color:#d9e6df;padding:24px 18px;position:sticky;top:0;height:100vh;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:11px;font-size:19px;font-weight:800;letter-spacing:-.3px}.brand-mark{width:36px;height:36px;border-radius:11px;background:#e63946;color:white;display:grid;place-items:center;font-family:Georgia,serif;font-size:23px}.sidebar nav{display:flex;flex-direction:column;gap:5px;margin-top:34px}.nav-item{display:flex;gap:12px;align-items:center;padding:11px 13px;border-radius:10px;color:#b8c9c1;font-size:14px}.nav-item:hover{background:#1c392e;color:white}.nav-item.disabled{opacity:.68}.sidebar-foot{margin-top:auto;font-size:12px;color:#91aa9e;padding:12px}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#4fd19b;margin-right:7px}.main{min-width:0}.topbar{height:76px;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 32px;position:sticky;top:0;z-index:10;backdrop-filter:blur(12px)}.context-selectors{display:flex;gap:10px;flex:1}.context-pill{border:1px solid var(--line);background:#fafcfb;border-radius:10px;text-align:left;padding:7px 13px;min-width:170px}.context-pill small{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.5px}.context-pill strong{font-size:12px}.content{padding:34px;max-width:1500px;margin:auto}.menu-button{display:none;border:0;background:none;font-size:22px}.hero,.page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px}.hero{background:linear-gradient(125deg,#f0f7f3 0%,#fff 62%);border:1px solid #dce9e2;padding:30px;border-radius:20px}.hero h1,.page-head h1{font-size:34px;letter-spacing:-1.2px;margin:5px 0 7px}.hero p,.page-head p,.panel-head p{margin:0;color:var(--muted)}.eyebrow{font-size:11px;letter-spacing:1.4px;color:var(--green);font-weight:800}.hero-actions{display:flex;gap:10px}.primary-button,.secondary-button,.ghost-button{border-radius:10px;padding:11px 16px;font-weight:700;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.primary-button{background:var(--green);color:#fff;border:1px solid var(--green)}.secondary-button{background:#fff;color:var(--green);border:1px solid #bdd4c9}.ghost-button{background:transparent;border:1px solid var(--line);color:var(--text)}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:20px}.metric{background:var(--surface);border:1px solid var(--line);border-radius:15px;padding:18px;display:flex;gap:14px;align-items:center;box-shadow:var(--shadow)}.metric-icon{width:43px;height:43px;border-radius:12px;display:grid;place-items:center;font-weight:800}.metric-icon.green{background:#e1f4eb;color:#187456}.metric-icon.red{background:#fde8e9;color:#b72c37}.metric-icon.blue{background:#e7efff;color:#3563ad}.metric-icon.amber{background:#fff1d8;color:#a66700}.metric small,.metric em{display:block;color:var(--muted);font-size:11px;font-style:normal}.metric strong{font-size:25px;display:block;margin:2px 0}.dashboard-grid{display:grid;grid-template-columns:1.45fr 1fr;gap:20px}.panel{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:var(--shadow);margin-bottom:20px}.panel-head{display:flex;justify-content:space-between;margin-bottom:18px}.panel h2{font-size:18px;margin:0 0 5px}.steps{display:grid;grid-template-columns:1fr 1fr;gap:12px}.steps a{border:1px solid var(--line);border-radius:12px;padding:16px;display:flex;gap:12px}.steps a:hover{border-color:#a9cbbc;background:#f9fcfa}.steps b{width:30px;height:30px;border-radius:50%;background:var(--green-2);color:var(--green);display:grid;place-items:center}.steps span{display:flex;flex-direction:column;gap:4px}.steps small,.connection-list small{color:var(--muted)}.connection-list>div{display:flex;gap:10px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line)}.connection-list>div:last-child{border:0}.connection-list>div>span:nth-child(2){display:flex;flex-direction:column;flex:1}.provider-badge{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;font-weight:800}.provider-badge.shopify{background:#e5f3dc;color:#477f28}.provider-badge.pinterest{background:#fde5e8;color:#bd2330}.provider-badge.etsy{background:#fff0e9;color:#c45120}.tag{font-style:normal;padding:5px 8px;border-radius:100px;background:#edf0ee;color:#54625b;font-size:10px;text-transform:uppercase}.tag.active,.tag.completed,.tag.published{background:#e3f5ec;color:#187354}.tag.error,.tag.failed{background:#fde8e8;color:#b52b34}.tag.queued,.tag.processing{background:#e7efff;color:#3563ad}.empty{text-align:center;padding:34px;color:var(--muted)}.empty>span{font-size:32px}.empty strong{display:block;color:var(--text);margin:8px}.empty a{color:var(--green);font-weight:700}.notice{display:flex;gap:13px;background:#edf7f2;border:1px solid #cce4d8;border-radius:13px;padding:16px;margin-top:20px}.notice>span{width:26px;height:26px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:800;flex:0 0 auto}.notice strong{font-size:13px}.notice p{font-size:12px;color:var(--muted);margin:3px 0}.notice.warning{background:#fff8e8;border-color:#f0ddb0}.notice.warning>span{background:#c48113}.connection-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.provider-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px;display:flex;gap:13px}.provider-card>span{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;font-weight:800;background:#edf2ef}.provider-card h3{font-size:14px;margin:3px 0 6px}.provider-card p{font-size:11px;color:var(--muted);margin:0}.provider-card em{font-size:9px;color:var(--muted)}.provider-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.provider-card.muted{opacity:.7}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.stack{display:flex;flex-direction:column;gap:15px}label{font-size:12px;font-weight:700;color:#405047}input,select{width:100%;border:1px solid #ced8d2;background:#fff;border-radius:9px;padding:11px 12px;margin-top:6px;color:var(--text)}input:focus,select:focus{outline:3px solid #d9eee5;border-color:#83b69f}.form-actions{grid-column:1/-1}.data-table{display:flex;flex-direction:column}.table-row{display:grid;grid-template-columns:1fr 1.4fr 1.5fr 1fr 1.3fr;gap:10px;padding:13px 8px;border-bottom:1px solid var(--line);font-size:12px;align-items:center}.table-head{font-size:10px;text-transform:uppercase;letter-spacing:.7px;color:var(--muted);font-weight:800}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.product-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}.product-image{height:240px;background:#f0f2f1;display:grid;place-items:center;color:var(--muted)}.product-image img{width:100%;height:100%;object-fit:cover}.product-body{padding:15px}.product-body small{color:var(--muted);font-size:10px;text-transform:uppercase}.product-body h3{font-size:14px;line-height:1.35;height:38px;overflow:hidden;margin:6px 0}.price{font-weight:800}.stock{font-size:10px;color:#187354;margin:5px 0 13px}.stock.out{color:var(--red)}.product-actions{display:flex;gap:7px}.product-actions a,.product-actions button{padding:8px;font-size:10px;flex:1}.studio{display:grid;grid-template-columns:440px 1fr;gap:22px}.studio-preview{min-height:680px;border-radius:18px;background:#e6ebe8;display:grid;place-items:center;padding:30px}.studio-preview img{max-height:650px;max-width:100%;box-shadow:0 20px 50px rgba(0,0,0,.18)}#creative-placeholder{text-align:center;color:var(--muted)}#creative-placeholder span{font-size:44px}.guide-layout{display:grid;grid-template-columns:220px 1fr;gap:20px}.guide-nav{position:sticky;top:98px;align-self:start;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px}.guide-nav a{padding:10px;border-radius:8px;font-size:12px}.guide-nav a:hover{background:var(--green-2);color:var(--green)}.guide-content section{padding:8px 10px 22px;border-bottom:1px solid var(--line);scroll-margin-top:100px}.guide-content section:last-child{border:0}.guide-content h2{margin-top:10px}.guide-content p,.guide-content li{color:#516159;line-height:1.7;font-size:14px}.login-body{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 20% 20%,#dceee5,transparent 45%),#f5f7f5}.login-card{width:min(430px,calc(100% - 30px));background:#fff;border:1px solid var(--line);border-radius:22px;padding:35px;box-shadow:0 22px 60px rgba(19,46,35,.14)}.login-brand{margin-bottom:30px}.login-card h1{font-size:26px;margin-bottom:8px}.login-card>p{color:var(--muted);font-size:13px;margin-bottom:25px}.alert{padding:11px;border-radius:9px;font-size:12px;margin-bottom:15px}.alert.error{background:#fde8e8;color:#a52731}@media(max-width:1100px){.metrics,.connection-cards,.product-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.studio{grid-template-columns:1fr}.studio-preview{min-height:500px}}@media(max-width:760px){.app-shell{display:block}.sidebar{position:fixed;left:-260px;z-index:30;width:248px;transition:.2s}.sidebar.open{left:0}.menu-button{display:block}.topbar{padding:0 15px;gap:9px}.context-pill{min-width:0}.hide-mobile{display:none}.content{padding:20px 14px}.hero,.page-head{align-items:flex-start;flex-direction:column}.hero-actions{width:100%}.hero-actions>*{flex:1}.metrics,.connection-cards,.product-grid,.form-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.table-row{grid-template-columns:1fr 1fr}.table-row span:nth-child(n+3){display:none}.guide-layout{grid-template-columns:1fr}.guide-nav{position:static;display:grid;grid-template-columns:1fr 1fr}.studio-preview{min-height:400px}.hero h1,.page-head h1{font-size:28px}}

