:root{--color-primary:#6366f1;--color-primary-hover:#4f46e5;--color-secondary:#ec4899;--color-bg:#0f172a;--color-surface:#1e293b;--color-surface-hover:#334155;--color-text:#f8fafc;--color-text-muted:#94a3b8;--color-success:#10b981;--color-error:#ef4444;--color-warning:#f59e0b;--font-family:"Inter", system-ui, Avenir, Helvetica, Arial, sans-serif;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-glow:0 0 15px #6366f166;--glass-bg:#1e293bd9;--glass-border:#ffffff14}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.5}a{color:inherit;text-decoration:none}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:var(--radius-lg)}.btn{border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--color-primary);color:#fff;box-shadow:0 4px 6px #6366f133}.btn-primary:hover{background-color:var(--color-primary-hover);box-shadow:var(--shadow-glow);transform:translateY(-1px)}.btn-secondary{background-color:var(--color-surface);color:var(--color-text);border:1px solid var(--glass-border)}.btn-secondary:hover{background-color:var(--color-surface-hover)}.btn-danger{background-color:var(--color-error);color:#fff}.input-field{background-color:var(--color-bg);border:1px solid var(--glass-border);border-radius:var(--radius-md);width:100%;color:var(--color-text);padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s}.input-field:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 2px #6366f133}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-surface-hover);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s forwards fadeIn}.badge{border-radius:var(--radius-full);padding:.25rem .75rem;font-size:.875rem;font-weight:500}.badge-success{color:var(--color-success);background-color:#10b98133}.badge-warning{color:var(--color-warning);background-color:#f59e0b33}.badge-error{color:var(--color-error);background-color:#ef444433}.product-rich-editor ul{margin:.35rem 0;padding-left:1.5rem;list-style-type:disc}.product-rich-editor ol{margin:.35rem 0;padding-left:1.5rem;list-style-type:decimal}.product-rich-editor li{margin:.15rem 0;display:list-item}.product-rich-editor:empty:before{content:attr(data-placeholder);color:#6d7175;pointer-events:none}.safe-area-top{padding-top:max(.75rem, env(safe-area-inset-top))}.safe-area-bottom{padding-bottom:max(1rem, env(safe-area-inset-bottom))}.page-container{width:100%;max-width:80rem;margin-left:auto;margin-right:auto;padding-left:clamp(.75rem,3vw,2rem);padding-right:clamp(.75rem,3vw,2rem)}.responsive-page-header{flex-direction:column;align-items:stretch;gap:1rem;margin-bottom:1.5rem;display:flex}@media (width>=640px){.responsive-page-header{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:2rem}}.responsive-page-header h1{font-size:clamp(1.35rem,4vw,1.875rem)}.responsive-table-wrap{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.responsive-table-wrap table{min-width:var(--table-min-width,720px)}.category-scroll{-webkit-overflow-scrolling:touch}.scrollbar-thin::-webkit-scrollbar{height:4px}.scrollbar-thin::-webkit-scrollbar-thumb{background:var(--color-surface-hover);border-radius:var(--radius-full)}@media (pointer:coarse){.btn{min-height:44px}.input-field{min-height:44px;font-size:16px}}img,video{max-width:100%;height:auto}.seller-page{width:100%;max-width:80rem;margin-inline:auto}.seller-page-title{margin-bottom:clamp(1rem,3vw,2rem);font-size:clamp(1.35rem,4vw,1.875rem);font-weight:700;line-height:1.2}.seller-panel{border-radius:var(--radius-xl);padding:clamp(1rem,3vw,2rem)}.responsive-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}@media (width>=640px){.responsive-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.875rem}}@media (width>=1024px){.responsive-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.responsive-share-row{flex-wrap:wrap;gap:.75rem;display:flex}.responsive-share-row>*{flex:calc(50% - .375rem);min-width:8.5rem}@media (width>=640px){.responsive-share-row>*{flex:0 auto}}.seller-kyc-shell{width:100%;max-width:56rem;margin-inline:auto;padding:clamp(1rem,3vw,2rem)}.seller-kyc-success{text-align:center;width:100%;max-width:40rem;margin-inline:auto;padding:clamp(1rem,3vw,2rem)}.auth-card{-webkit-backdrop-filter:blur(16px);background:#1e293bbf;border:1px solid #ffffff14;border-radius:16px;width:100%;max-width:450px;padding:2rem;box-shadow:0 10px 35px #00000059}@media (width>=640px){.auth-card{padding:2.5rem}}.auth-form-group{flex-direction:column;display:flex}.auth-label{color:#f8fafcf2;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.auth-input-container{background-color:#0f172a99;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:.75rem;width:100%;height:2.75rem;padding:0 1rem;transition:all .2s;display:flex}.auth-input-container:hover{background-color:#0f172acc;border-color:#ffffff40}.auth-input-container:focus-within{background-color:#0f172ae6;border-color:#ffd401;box-shadow:0 0 0 3px #ffd40126}.auth-input-icon{color:#94a3b8;flex-shrink:0;transition:color .2s}.auth-input-container:focus-within .auth-input-icon{color:#ffd401}.auth-input-field{color:#fff;background:0 0;border:none;outline:none;flex:1;height:100%;padding:0;font-size:.9rem}.auth-input-field::placeholder{color:#64748b}.auth-btn{color:#1a1a2e;cursor:pointer;background-color:#ffd401;border:none;border-radius:12px;justify-content:center;align-items:center;width:100%;height:2.75rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #ffd40133}.auth-btn:hover:not(:disabled){background-color:#ffe045;transform:translateY(-1px);box-shadow:0 6px 16px #ffd40159}.auth-btn:active:not(:disabled){transform:translateY(0)}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-alert-error{color:#fca5a5;text-align:center;background-color:#ef444426;border:1px solid #ef44444d;border-radius:12px;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.875rem;animation:.3s fadeIn}.auth-alert-success{color:#a7f3d0;text-align:center;background-color:#10b98126;border:1px solid #10b9814d;border-radius:12px;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.875rem;animation:.3s fadeIn}.auth-name-row{flex-direction:row;gap:1rem;width:100%;display:flex}.auth-name-row>div{flex:1;min-width:0}@media (width<=640px){.auth-name-row{flex-direction:column;gap:1.25rem}}
