:root{--font-sans:"Manrope", "Segoe UI", sans-serif;--font-display:"Sora", "Segoe UI", sans-serif;--bg-main:#f2f5fb;--bg-panel:#ffffffc7;--bg-sidebar:#0f2237;--bg-soft:#e8eef7;--text-main:#1f2937;--text-muted:#64748b;--text-light:#cbd5e1;--primary:#0ea5e9;--primary-2:#22d3ee;--success:#16a34a;--danger:#dc2626;--border:#1e293b1f;--shadow-lg:0 28px 55px #0f172a2e;--shadow-sm:0 12px 25px #0f172a14;--radius:18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--bg-main:#070f1f;--bg-panel:#0c1626d6;--bg-sidebar:#060d18;--bg-soft:#101f34;--text-main:#e2e8f0;--text-muted:#94a3b8;--text-light:#94a3b8;--border:#94a3b833;--shadow-lg:0 25px 55px #0206178f;--shadow-sm:0 12px 25px #02061759;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#app{min-height:100vh;margin:0}body{font-family:var(--font-sans);color:var(--text-main);background:radial-gradient(circle at 5% 5%, #22d3ee33, transparent 28%), radial-gradient(circle at 90% 10%, #0ea5e92e, transparent 30%), var(--bg-main);line-height:1.5}h1,h2,h3,h4,p{margin:0}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}.muted{color:var(--text-muted)}.primary-btn,.ghost-btn,.danger-btn,.google-btn,.icon-btn{cursor:pointer;border:1px solid #0000;border-radius:12px;padding:10px 16px;transition:all .2s}.primary-btn,.google-btn{background:linear-gradient(120deg, var(--primary), var(--primary-2));color:#fff;box-shadow:var(--shadow-sm);font-weight:700}.primary-btn:hover,.google-btn:hover{transform:translateY(-1px)}.ghost-btn{border-color:var(--border);color:var(--text-main);background:0 0}.ghost-btn:hover{background:var(--bg-soft)}.danger-btn{color:var(--danger);background:#dc262626;border-color:#dc26264d}.icon-btn{border-color:var(--border);background:0 0;border-radius:10px;place-items:center;width:36px;height:36px;padding:0;display:inline-grid}.login-page{place-items:center;min-height:100vh;padding:24px;display:grid;position:relative;overflow:hidden}.login-bg-orb{filter:blur(6px);opacity:.5;border-radius:999px;width:380px;height:380px;position:absolute}.orb-left{background:linear-gradient(160deg,#22d3ee,#0ea5e9);top:-80px;left:-90px}.orb-right{background:linear-gradient(160deg,#34d399,#10b981);bottom:-120px;right:-120px}.glass-card{-webkit-backdrop-filter:blur(18px);background:var(--bg-panel);border:1px solid var(--border);box-shadow:var(--shadow-lg)}.login-card{z-index:1;border-radius:24px;flex-direction:column;gap:18px;width:min(520px,100%);padding:34px;animation:.45s riseIn;display:flex;position:relative}.chip{color:#0284c7;background:#0ea5e929;border-radius:999px;width:max-content;padding:6px 10px;font-size:13px;font-weight:700}.login-card h1{font-family:var(--font-display);font-size:clamp(30px,5vw,42px);line-height:1.1}.login-caption{color:var(--text-muted)}.hint-text{color:var(--text-muted);font-size:14px}.storefront-shell{background:linear-gradient(#0ea5e914,#0000 30%);min-height:100vh}.storefront-header{z-index:20;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#ffffffc2;justify-content:space-between;align-items:center;gap:12px;padding:14px 24px;display:flex;position:sticky;top:0}[data-theme=dark] .storefront-header{background:#020617bf}.storefront-brand{cursor:pointer}.storefront-brand h2{font-family:var(--font-display);font-size:21px}.storefront-nav{flex-wrap:wrap;gap:8px;display:flex}.storefront-nav-item{border:1px solid var(--border);color:var(--text-main);cursor:pointer;background:0 0;border-radius:999px;padding:8px 14px}.storefront-nav-item.active,.storefront-nav-item:hover{background:#0ea5e924;border-color:#0ea5e966}.storefront-main{flex-direction:column;gap:16px;padding:24px;display:flex}.storefront-content{flex-direction:column;gap:16px;display:flex}.dashboard-shell{grid-template-columns:280px 1fr;min-height:100vh;display:grid}.sidebar{color:var(--text-light);background:linear-gradient(#0f2237f5,#0b1929f5);flex-direction:column;gap:24px;padding:26px 16px;display:flex}.sidebar-user{background:linear-gradient(#0f2237f5,#0b1929f5)}.sidebar-admin{background:linear-gradient(#3d1259f5,#260a3cf5)}.sidebar-admin .brand-eyebrow{color:#f5d0fe}.sidebar-admin .sidebar-item.active,.sidebar-admin .sidebar-item:hover{color:#fdf2f8;background:#f472b638;border-color:#f472b65c}.brand-block{padding:10px}.brand-eyebrow{color:#67e8f9;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px;font-size:12px}.brand-block h2{font-family:var(--font-display)}.sidebar-nav{flex-direction:column;gap:8px;display:flex}.sidebar-item{text-align:left;color:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;padding:11px 13px}.sidebar-item.active,.sidebar-item:hover{color:#d1fae5;background:#67e8f924;border-color:#67e8f94d}.dashboard-main{flex-direction:column;gap:16px;padding:24px;display:flex}.topbar{border:1px solid var(--border);background:var(--bg-panel);border-radius:var(--radius);justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.topbar-title{font-size:22px;font-weight:800;font-family:var(--font-display)}.topbar-subtitle{color:var(--text-muted);font-size:14px}.topbar-actions{gap:10px;display:flex}.dashboard-content{flex-direction:column;gap:16px;display:flex}.admin-shortcuts{flex-wrap:wrap;gap:10px;display:flex}.panel-grid{grid-template-columns:repeat(2,minmax(280px,1fr));gap:16px;display:grid}.panel,.project-card,.skeleton-card,.empty-state,.table-wrap,.profile-card{border:1px solid var(--border);background:var(--bg-panel);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.panel{flex-direction:column;gap:12px;padding:20px;display:flex}.profile-panel{align-items:flex-start}.profile-avatar-wrap{border:2px solid #0ea5e959;border-radius:999px;width:76px;height:76px;overflow:hidden}.profile-avatar{object-fit:cover;width:100%;height:100%}.profile-body{flex-direction:column;gap:4px;display:flex}.inline-actions{flex-wrap:wrap;gap:10px;display:flex}.section-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.card-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;display:grid}.project-card{flex-direction:column;gap:10px;padding:16px;display:flex}.project-card h4{font-size:19px}.empty-state{text-align:center;color:var(--text-muted);padding:24px}.stack-form{flex-direction:column;gap:14px;display:flex}.stack-form label{color:var(--text-muted);flex-direction:column;gap:8px;font-size:14px;display:flex}.stack-form input,.stack-form textarea,.data-table select{border:1px solid var(--border);color:var(--text-main);background:#ffffff8f;border-radius:10px;padding:10px 12px}.product-form-grid{grid-template-columns:repeat(2,minmax(180px,1fr));gap:12px;display:grid}.product-upload-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.product-preview-image{border:1px solid var(--border);border-radius:12px;width:min(240px,100%)}.catalog-filter{border:1px solid var(--border);background:var(--bg-panel);color:var(--text-main);border-radius:10px;padding:10px 12px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;display:grid}.product-tile,.product-detail-card{border:1px solid var(--border);background:var(--bg-panel);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.product-tile{flex-direction:column;display:flex;overflow:hidden}.product-image-wrap{background:var(--bg-soft);border-bottom:1px solid var(--border);height:170px}.product-image,.product-detail-image{object-fit:cover;width:100%;height:100%}.product-image-placeholder{width:100%;height:100%;color:var(--text-muted);place-items:center;font-size:14px;display:grid}.product-tile-body{flex-direction:column;gap:8px;padding:14px;display:flex}.product-price{color:var(--primary);font-size:20px;font-weight:800}.product-detail-card{grid-template-columns:360px 1fr;gap:18px;padding:16px;display:grid}.product-detail-image-wrap{border:1px solid var(--border);border-radius:14px;min-height:250px;overflow:hidden}.product-detail-content{flex-direction:column;gap:12px;display:flex}.product-metadata{grid-template-columns:repeat(2,minmax(180px,1fr));gap:8px;display:grid}[data-theme=dark] .stack-form input,[data-theme=dark] .stack-form textarea,[data-theme=dark] .data-table select{background:#0f172a80}.table-wrap{padding:14px;overflow-x:auto}.data-table{border-collapse:collapse;width:100%;min-width:640px}.data-table th,.data-table td{border-bottom:1px solid var(--border);text-align:left;padding:12px}.data-table th{color:var(--text-muted);font-weight:600}.modal-backdrop{z-index:100;background:#03081385;place-items:center;padding:14px;display:grid;position:fixed;inset:0}.modal{border:1px solid var(--border);background:var(--bg-panel);width:min(560px,100%);box-shadow:var(--shadow-lg);border-radius:18px;animation:.26s riseIn}.modal-product-form{flex-direction:column;width:min(760px,100%);max-height:min(92vh,920px);display:flex;overflow:hidden}.modal-product-form .modal-body{padding-bottom:20px;overflow-y:auto}.modal-header,.modal-body,.modal-footer{padding:16px 18px}.modal-header,.modal-footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.modal-header{border-bottom:1px solid var(--border)}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end}.skeleton{background:linear-gradient(90deg,#94a3b833,#94a3b859,#94a3b833) 0 0/240px 100%;border-radius:10px;animation:1.1s linear infinite shimmer}.skeleton-card{flex-direction:column;gap:12px;padding:16px;display:flex}.skeleton-line{height:12px}.skeleton-line.short{width:45%}.skeleton-avatar{border-radius:999px;width:72px;height:72px}.fullpage-loader{flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:100vh;display:flex}.loader-spinner{border:3px solid #0ea5e933;border-top-color:var(--primary);border-radius:999px;width:34px;height:34px;animation:.8s linear infinite spin}.toast-viewport{z-index:140;flex-direction:column;gap:8px;display:flex;position:fixed;top:18px;right:18px}.toast{color:#fff;min-width:270px;max-width:360px;box-shadow:var(--shadow-lg);border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:12px;display:flex}.toast-success{background:linear-gradient(120deg,#16a34a,#22c55e)}.toast-error{background:linear-gradient(120deg,#dc2626,#f43f5e)}.toast-info{background:linear-gradient(120deg,#0284c7,#06b6d4)}.toast-close{color:#fff;cursor:pointer;background:#fff3;border:0;border-radius:999px;width:24px;height:24px}@keyframes shimmer{0%{background-position:-240px 0}to{background-position:240px 0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes riseIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=992px){.dashboard-shell{grid-template-columns:1fr}.sidebar{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;padding:14px}.sidebar-nav{flex-flow:wrap}.panel-grid,.product-detail-card{grid-template-columns:1fr}}@media (width<=640px){.dashboard-main{padding:12px}.topbar{flex-direction:column;align-items:flex-start}.storefront-header,.storefront-main{padding:12px}.storefront-header{flex-direction:column;align-items:flex-start}.topbar-actions,.inline-actions,.product-upload-row{width:100%}.topbar-actions button,.inline-actions button,.google-btn,.primary-btn,.ghost-btn,.danger-btn{flex:1}.login-card{padding:24px}.toast-viewport{left:12px;right:12px}.toast{width:100%;min-width:0}.product-form-grid,.product-metadata{grid-template-columns:1fr}}
