:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer;border:0;border-radius:12px;padding:.8rem 1rem;background:#2563eb;color:#fff}input,select{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:.75rem .85rem;background:#fff}label{display:grid;gap:.4rem;color:#334155}.app-shell{min-height:100vh}.topbar{display:grid;grid-template-columns:1fr auto auto;gap:1rem;align-items:center;padding:1.25rem 1.5rem;background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:20}.brand{font-size:1.25rem;font-weight:700}.subtitle,.muted{margin:.2rem 0 0;color:#64748b;font-size:.92rem}.nav{display:flex;gap:.75rem}.nav a{padding:.65rem .9rem;border-radius:10px;color:#334155}.nav a.active{background:#dbeafe;color:#1d4ed8}.user-box{display:flex;gap:.75rem;align-items:center}.page-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:1rem;padding:1rem;align-items:start}.content,.content-full{display:grid;gap:1rem}.content-full{grid-column:1 / -1}.panel,.card,.sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:18px}.panel{padding:1rem}.inset-panel{border-style:dashed}.panel-header,.order-header{display:flex;justify-content:space-between;gap:1rem;align-items:start}.filters{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;align-items:end}.view-switcher{margin-top:1rem;display:flex;justify-content:flex-end;align-items:center;gap:.75rem}.segmented-control{display:inline-flex;gap:.3rem;padding:.25rem;border-radius:12px;background:#eff6ff}.segmented-button{background:transparent;color:#1e293b;padding:.55rem .9rem;border-radius:10px}.segmented-button.is-active{background:#2563eb;color:#fff}.filter-field,.filter-checkbox-field{display:grid;gap:.4rem;color:#334155;font-size:.92rem}.filter-field input,.filter-field select{min-height:48px}.filter-checkbox-field .toggle{min-height:48px;border:1px solid #cbd5e1;border-radius:10px;padding:.75rem .85rem;background:#fff;align-self:stretch}.toggle{display:flex;gap:.5rem;align-items:center}.toggle input{width:auto;margin:0}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:1rem}.catalog-list-panel{padding:0;overflow:hidden}.list-toolbar{padding:1rem 1rem 0;display:flex;justify-content:flex-end}.column-settings{width:min(100%,420px)}.column-settings summary{cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none;padding:.75rem .9rem;border:1px solid #cbd5e1;border-radius:12px;background:#f8fafc;color:#334155;font-weight:600}.column-settings summary::-webkit-details-marker{display:none}.column-settings[open] summary{border-bottom-left-radius:0;border-bottom-right-radius:0}.column-settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;padding:.9rem;border:1px solid #cbd5e1;border-top:0;border-bottom-left-radius:12px;border-bottom-right-radius:12px;background:#fff}.column-toggle{display:flex;gap:.55rem;align-items:center;color:#334155}.column-toggle input{width:auto;margin:0}.catalog-list-table{min-width:max-content}.catalog-list-scroll-area{max-height:calc(100vh - 300px);overflow:auto}.catalog-list-scroll-area thead th{position:sticky;top:0;background:#fff;z-index:1}.list-image-cell{width:54px;height:54px;border-radius:10px;background:#f1f5f9;display:grid;place-items:center;overflow:hidden;color:#64748b;font-size:.75rem}.list-image-cell img{width:100%;height:100%;object-fit:cover}.list-name-cell{min-width:320px;max-width:400px;width:400px;white-space:normal;word-break:break-word}.list-action-cell{display:flex;gap:.5rem;flex-direction:row;align-items:center}.list-action-cell input{min-width:0}.list-action-cell button{white-space:nowrap;padding-left:.5rem;padding-right:.5rem}.list-order-column{width:200px;min-width:200px;max-width:200px}.list-error-text{margin-top:.35rem;color:#991b1b;font-size:.82rem}.list-info-text{margin-top:.35rem;color:#1d4ed8;font-size:.82rem}.card{display:grid;grid-template-columns:110px 1fr;gap:1rem;padding:1rem}.card-image{width:110px;height:110px;border-radius:16px;background:#f1f5f9;display:grid;place-items:center;overflow:hidden;color:#64748b}.card-image img{width:100%;height:100%;object-fit:cover}.card-content h3{margin:.4rem 0 .8rem;font-size:1rem}.badges,.action-row{display:flex;gap:.5rem;flex-wrap:wrap}.badge{padding:.25rem .55rem;border-radius:999px;background:#e2e8f0;font-size:.8rem}.badge-ok{background:#dcfce7;color:#166534}.badge-warn{background:#fef3c7;color:#92400e}.badge-danger{background:#fee2e2;color:#991b1b}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin:0}.field-grid div{padding:.5rem .65rem;background:#f8fafc;border-radius:12px}.field-grid dt{font-size:.78rem;color:#64748b}.field-grid dd{margin:.2rem 0 0;font-weight:600}.purchase-row,.cart-controls{display:flex;gap:.65rem;align-items:center;flex-wrap:nowrap}.purchase-row{margin-top:1rem}.purchase-row input,.cart-controls input{max-width:170px}.compact-quantity-input{width:108px;min-width:108px;max-width:108px;padding-left:8px;padding-right:8px}.cart-toggle-button{min-width:96px;display:inline-flex;align-items:center;justify-content:center;gap:.35rem}.cart-icon{width:16px;height:16px;flex:0 0 auto}.danger-button{background:#dc2626;color:#fff}.sidebar{position:sticky;top:88px;padding:1rem;display:grid;gap:1rem;max-height:calc(100vh - 104px);overflow:hidden}.cart-list,.orders-list,.manager-grid{display:grid;gap:.85rem}.manager-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.cart-item{padding:.8rem;border:1px solid #e2e8f0;border-radius:14px;display:grid;gap:.6rem}.cart-scroll-area{max-height:calc(100vh - 320px);overflow:auto;padding-right:.25rem}.primary-full{width:100%}.secondary-button{background:#e2e8f0;color:#0f172a}a.secondary-button.nav-login-link{display:inline-flex;align-items:center;padding:.8rem 1rem;border-radius:12px}.error-box,.info-box,.empty-state,.stat-box,.upload-box{padding:.85rem 1rem;border-radius:14px}.error-box{background:#fee2e2;color:#991b1b}.info-box{background:#dbeafe;color:#1d4ed8}.empty-state,.stat-box,.upload-box{background:#f8fafc;color:#334155}.upload-box input{margin-top:.75rem}.stats-list,.error-list{display:grid;gap:.5rem}.login-page{min-height:100vh;display:grid;place-items:center;padding:1rem}.login-form{width:min(100%,420px);max-width:100%;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:1.5rem;display:grid;gap:1rem;min-width:0}.login-form label{display:grid;gap:.35rem;min-width:0}.login-form input{min-width:0;max-width:100%}.login-form .small-hint{font-size:.85rem;line-height:1.4;margin:0}.login-form .error-box{overflow-wrap:anywhere;word-break:break-word;max-width:100%}.order-items-table{overflow:auto}table{width:100%;border-collapse:collapse}th,td{padding:.7rem .8rem;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:top}@media(max-width:1100px){.page-grid{grid-template-columns:1fr}.sidebar{position:static;max-height:none;overflow:visible}.cart-scroll-area,.catalog-list-scroll-area{max-height:none}}@media(max-width:780px){.topbar{grid-template-columns:1fr}.view-switcher{justify-content:flex-start;flex-wrap:wrap}.card,.field-grid{grid-template-columns:1fr}}
