:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-primary-50:#eff6ff;--color-primary-100:#dbeafe;--color-primary-500:#2563eb;--color-primary-600:#1d4ed8;--color-primary-700:#1e40af;--color-success-50:#ecfdf5;--color-success-600:#059669;--color-warning-50:#fffbeb;--color-warning-600:#d97706;--color-danger-50:#fef2f2;--color-danger-600:#dc2626;--color-surface:#fff;--color-background:#f6f7fb;--color-border:#e5e7eb;--color-border-strong:#d1d5db;--color-text:#172033;--color-text-muted:#667085;--color-text-light:#98a2b3;--sidebar-width:272px;--header-height:76px;--mobile-nav-height:72px;--radius-small:8px;--radius-medium:12px;--radius-large:18px;--radius-pill:999px;--shadow-small:0 1px 2px #1018280d;--shadow-medium:0 8px 24px #10182814;--transition-fast:.16s ease}*{box-sizing:border-box}html{background:var(--color-background);min-height:100%}body{background:var(--color-background);min-width:320px;min-height:100vh;color:var(--color-text);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}#root,.app-shell{min-height:100vh}.app-shell__content{min-height:100vh;margin-left:var(--sidebar-width)}.desktop-navigation{z-index:20;width:var(--sidebar-width);border-right:1px solid var(--color-border);background:var(--color-surface);flex-direction:column;padding:26px 20px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:12px;padding:0 8px 28px;display:flex}.brand__mark{background:var(--color-primary-500);color:#fff;border-radius:13px;flex:none;place-items:center;width:44px;height:44px;font-size:15px;font-weight:800;display:grid}.brand__name{margin:0;font-size:15px;font-weight:750}.brand__tagline{color:var(--color-text-muted);margin:3px 0 0;font-size:11px}.desktop-navigation__links{flex-direction:column;gap:6px;display:flex}.navigation-link{border-radius:var(--radius-medium);min-height:48px;color:var(--color-text-muted);transition:color var(--transition-fast), background var(--transition-fast);align-items:center;gap:13px;padding:0 14px;font-size:14px;font-weight:650;display:flex}.navigation-link:hover,.navigation-link--active{background:var(--color-primary-50);color:var(--color-primary-600)}.navigation-link__icon{flex:none;place-items:center;width:24px;height:24px;display:grid}.navigation-link__icon svg{display:block}.desktop-navigation__footer{border-top:1px solid var(--color-border);color:var(--color-text-muted);margin-top:auto;padding:20px 10px 0}.desktop-navigation__footer p{margin-bottom:4px;font-size:12px}.desktop-navigation__footer small{font-size:11px}.app-header{z-index:15;min-height:var(--header-height);border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;justify-content:space-between;align-items:center;gap:16px;padding:12px 32px;display:flex;position:sticky;top:0}.app-header__eyebrow{color:var(--color-text-muted);margin-bottom:2px;font-size:12px}.app-header__name{margin:0;font-size:16px;font-weight:700}.header-user-button{border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface);color:var(--color-text);align-items:center;gap:9px;padding:6px 10px 6px 6px;display:flex}.header-user-button:hover{border-color:var(--color-border-strong)}.header-user-button__avatar{background:var(--color-primary-100);width:32px;height:32px;color:var(--color-primary-700);border-radius:50%;place-items:center;font-weight:750;display:grid}.header-user-button__label{font-size:12px;font-weight:650}.app-main{min-height:calc(100vh - var(--header-height))}.page-container{width:min(1180px,100%);margin:0 auto;padding:32px}.page-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;display:flex}.page-title{margin-bottom:8px;font-size:clamp(24px,4vw,34px);line-height:1.15}.page-description{max-width:680px;color:var(--color-text-muted);margin-bottom:0;line-height:1.6}.page-actions{gap:10px;display:flex}.loading-screen{min-height:100vh;color:var(--color-text-muted);place-content:center;justify-items:center;gap:16px;display:grid}.spinner{border:3px solid var(--color-primary-100);border-top-color:var(--color-primary-500);border-radius:50%;animation:.7s linear infinite spinner-rotate;display:inline-block}.spinner--small{width:18px;height:18px}.spinner--medium{width:26px;height:26px}.spinner--large{width:42px;height:42px}.mobile-navigation{display:none}@keyframes spinner-rotate{to{transform:rotate(360deg)}}@media (width<=820px){.desktop-navigation{display:none}.app-shell__content{padding-bottom:var(--mobile-nav-height);margin-left:0}.app-header{padding:10px 18px}.page-container{padding:24px 18px}.page-heading{flex-direction:column}.page-actions{width:100%}.mobile-navigation{z-index:30;min-height:var(--mobile-nav-height);border-top:1px solid var(--color-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;inset:auto 0 0;box-shadow:0 -8px 20px #1018280f}.mobile-navigation__link{color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:11px;font-weight:650;display:flex}.mobile-navigation__link--active{color:var(--color-primary-600)}.mobile-navigation__icon{place-items:center;width:24px;height:24px;display:grid}.mobile-navigation__icon svg{display:block}}@media (width<=520px){.header-user-button__label{display:none}.page-container{padding:22px 14px}}.dashboard-page{min-height:calc(100vh - var(--header-height));background:var(--color-border);grid-template-rows:repeat(3,minmax(0,1fr));gap:1px;display:grid}.dashboard-section{background:var(--color-background);flex-direction:column;min-height:0;display:flex}.dashboard-section__header{border-bottom:1px solid var(--color-border);background:var(--color-surface);justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.dashboard-section__header h2{margin:0;font-size:17px}.dashboard-section__header span{color:var(--color-text-muted);font-size:13px}.dashboard-section__content{min-height:0;padding:14px 20px;overflow-y:auto}.dashboard-product-list{gap:10px;display:grid}.dashboard-section__empty{color:var(--color-text-muted);margin:0}@media (width>=821px){.dashboard-page{background:var(--color-background);gap:18px;padding:24px 32px}.dashboard-section{border:1px solid var(--color-border);border-radius:var(--radius-large);overflow:hidden}}@media (width<=820px){.dashboard-page{height:calc(100vh - var(--header-height) - var(--mobile-nav-height));min-height:0}.dashboard-section__header,.dashboard-section__content{padding:10px 14px}}.form-field{gap:7px;display:grid}.form-label{color:var(--color-text);font-size:13px;font-weight:700}.form-input{border:1px solid var(--color-border-strong);border-radius:var(--radius-medium);background:var(--color-surface);width:100%;min-height:46px;color:var(--color-text);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);outline:none;padding:10px 13px}.form-input:focus{border-color:var(--color-primary-500);box-shadow:0 0 0 4px var(--color-primary-100)}.form-input--error{border-color:var(--color-danger-600)}.form-hint{color:var(--color-text-muted)}.form-error{color:var(--color-danger-600)}.form-textarea{resize:vertical;min-height:110px}.product-form-card{max-width:680px;padding:24px}.product-form{gap:20px;display:grid}.product-form__actions{justify-content:flex-end;gap:10px;display:flex}.product-photo-preview,.product-detail-photo{border:1px solid var(--color-border);border-radius:var(--radius-medium);object-fit:contain;width:min(100%,420px);max-height:360px}.product-form__actions--split{justify-content:space-between}.product-form__action-group{gap:10px;display:flex}@media (width<=520px){.product-form__actions--split{flex-direction:column-reverse;align-items:stretch}.product-form__action-group{grid-template-columns:1fr 1fr;display:grid}}.button{border-radius:var(--radius-medium);min-height:44px;transition:transform var(--transition-fast), background var(--transition-fast), border-color var(--transition-fast);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-weight:700;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.6}.button--primary{background:var(--color-primary-500);color:#fff}.button--primary:hover:not(:disabled){background:var(--color-primary-600)}.button--secondary{border-color:var(--color-border);background:var(--color-surface);color:var(--color-text)}.button--danger{background:var(--color-danger-600);color:#fff}.button--small{min-height:36px;padding-inline:13px;font-size:13px}.button--large{min-height:50px;padding-inline:24px}.card{border:1px solid var(--color-border);border-radius:var(--radius-large);background:var(--color-surface);box-shadow:var(--shadow-small)}.empty-products{padding:32px}.empty-products p{color:var(--color-text-muted)}.product-list{gap:12px;display:grid}.product-list__link{display:block}.product-list__item{align-items:center;gap:16px;padding:18px;display:flex}.product-list__item h2{margin-bottom:6px;font-size:17px}.product-list__item p{color:var(--color-text-muted);margin:0}.product-list__image{border-radius:var(--radius-medium);object-fit:cover;flex:none;width:72px;height:72px}.settings-card{max-width:680px;padding:24px}.settings-card h2{margin-bottom:12px}.settings-card p{color:var(--color-text-muted)}
