:root{font-family:Lato,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{height:100%}#root{width:100%;display:contents}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;display:block}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg: #f6f7fb;--card: #ffffff;--text: #0f172a;--muted: #64748b;--border: #e2e8f0;--primary: #473423;--primary-600: #473423;--ring: 0 0 0 4px rgba(71, 52, 35, .25);--shadow: 0 10px 25px rgba(0,0,0,.06)}.auth-page{display:grid;place-items:center;min-height:100vh;background:radial-gradient(1200px 600px at 10% -10%,#efece8,#efece800 60%),radial-gradient(1200px 600px at 90% 110%,#f6efe8,#f6efe800 60%),var(--bg);padding:32px 16px;color:var(--text)}.auth-card{width:100%;max-width:420px;background:var(--card);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:32px;box-sizing:border-box}.brand{text-align:center;margin-bottom:20px}.brand h1{margin:8px 0 4px;font-size:24px;font-weight:700}.subtitle{margin:0;color:var(--muted);font-size:14px}.alert{background:#fef2f2;color:#b91c1c;border:1px solid #fee2e2;border-radius:10px;padding:10px 12px;font-size:14px;margin:10px 0 6px}.form{display:grid;gap:16px;margin-top:8px}.field{display:grid;gap:8px}.label{font-size:13px;color:var(--muted)}.input{appearance:none;width:100%;border:1px solid var(--border);border-radius:10px;padding:12px;font-size:15px;background:#fff;color:var(--text);transition:box-shadow .2s,border-color .2s,background .2s;box-sizing:border-box}.input:focus{outline:none;border-color:var(--primary);box-shadow:var(--ring)}.input::placeholder{color:#94a3b8}.password-row{display:flex;align-items:center;gap:10px}.icon-btn{border:1px solid var(--border);background:#fff;padding:10px 12px;border-radius:10px;font-size:14px;line-height:1;cursor:pointer;color:var(--primary-600);height:44px}.icon-btn:hover{border-color:#cbd5e1;background:#fafafa}.icon-btn:focus{outline:none;box-shadow:var(--ring);border-color:var(--primary)}.primary-btn{display:inline-flex;justify-content:center;align-items:center;width:100%;border:1px solid transparent;background:var(--primary);color:#fff;font-weight:600;font-size:15px;padding:12px 14px;border-radius:10px;margin-top:4px;cursor:pointer;transition:background .2s,transform .02s}.primary-btn:hover{background:var(--primary-600)}.primary-btn:active{transform:translateY(1px)}.primary-btn:disabled{opacity:.7;cursor:not-allowed}.footer{margin-top:14px;display:flex;justify-content:flex-end}.link-btn{background:transparent;border:none;color:var(--primary-600);font-weight:500;padding:6px 8px;border-radius:8px;cursor:pointer}.link-btn:hover{background:#47342314}.link-btn:focus{outline:none;box-shadow:var(--ring)}@media(max-width:480px){.auth-page{padding:20px 12px}.auth-card{padding:20px;border-radius:12px}.form{gap:14px}.field{gap:6px}.input{font-size:16px;padding:12px}.icon-btn{height:44px;font-size:15px;padding:10px 12px}.primary-btn{font-size:16px;padding:12px 14px}}.layout{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:#fff}.sidebar{position:sticky;top:0;height:100vh;border-right:1px solid #ececec;background:#fff;display:flex;flex-direction:column;justify-content:space-between}.sidebar-top{padding:20px 16px 8px}.brand{display:flex;align-items:center;gap:10px;height:56px;padding:0 8px}.brand-logo{width:28px;height:28px;border-radius:999px;background:#d4af37;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;letter-spacing:.5px}.brand-text{line-height:1}.brand-name{font-weight:600;font-size:14px}.brand-sub{font-size:12px;color:#7a7a7a}.nav{margin-top:16px;display:flex;flex-direction:column;gap:6px}.nav-item{text-align:left;background:transparent;border:0;color:#a3a3a3;padding:12px;border-radius:8px;display:flex;align-items:center;gap:10px;font-size:18px}.nav-item:hover{color:#2a2a2a}.nav-item.active{color:#473423;font-size:20px;font-weight:600}.nav-item:focus{border:none;outline:none}.sidebar-bottom{padding:12px 16px 16px;border-top:1px solid #ececec}.logout{width:100%;background:transparent;border:0;color:#e25555;display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:8px}.logout:hover{background:#fdecec}.logout-icon{font-size:16px;line-height:1}.user-email{margin-top:8px;font-size:12px;color:#8a8a8a;padding:0 12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main{min-height:100vh;background:#fff}.content-wrap{max-width:1200px;margin:0 auto;padding:32px 24px}.content-wrap h2{margin:0 0 8px;font-size:24px}.content-wrap p{margin:0;color:#6b6b6b}.mobile-header{display:none;align-items:center;justify-content:space-between;padding:16px 20px;background:#fff;border-bottom:1px solid #ececec;position:sticky;top:0;z-index:999}.hamburger-btn{background:transparent;border:none;padding:8px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center}.hamburger-btn:hover{background:#f8f8f8}.hamburger-icon{width:24px;height:24px;color:#333}.mobile-brand{display:flex;align-items:center;gap:10px;font-weight:600;color:#333}.mobile-brand .brand-logo{width:32px;height:32px;border-radius:999px;background:#d4af37;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:999}@media(max-width:768px){.mobile-header{display:flex}.sidebar-overlay{display:block}.layout{grid-template-columns:1fr;grid-template-rows:auto 1fr}.sidebar{position:fixed;top:0;left:-100%;width:280px;height:100vh;z-index:1000;transition:left .3s ease;box-shadow:2px 0 10px #0000001a}.sidebar.open{left:0}.main{padding-top:0}.content-wrap{padding:20px 16px}.content-wrap h2{font-size:20px}}@media(min-width:769px)and (max-width:1024px){.layout{grid-template-columns:240px 1fr}.content-wrap{padding:24px 20px}}@media(min-width:1025px)and (max-width:1200px){.layout{grid-template-columns:260px 1fr}}@media(min-width:1201px){.layout{grid-template-columns:280px 1fr}}.confirmation-dialog-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.confirmation-dialog{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:400px;width:90%;max-height:90vh;overflow:hidden;animation:dialogSlideIn .2s ease-out}@keyframes dialogSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.confirmation-dialog-header{padding:24px 24px 0}.confirmation-dialog-title{margin:0;font-size:20px;font-weight:600;color:#1f2937;line-height:1.2}.confirmation-dialog-body{padding:16px 24px 24px}.confirmation-dialog-message{margin:0;font-size:16px;color:#6b7280;line-height:1.5}.confirmation-dialog-footer{display:flex;gap:12px;padding:0 24px 24px;justify-content:flex-end}.confirmation-dialog-btn{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:80px}.confirmation-dialog-btn-cancel{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.confirmation-dialog-btn-cancel:hover{background:#e5e7eb;border-color:#9ca3af}.confirmation-dialog-btn-primary{background:#3b82f6;color:#fff}.confirmation-dialog-btn-primary:hover{background:#2563eb}.confirmation-dialog-btn-danger{background:#dc2626;color:#fff}.confirmation-dialog-btn-danger:hover{background:#b91c1c}.confirmation-dialog-btn:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}.confirmation-dialog-btn-danger:focus{box-shadow:0 0 0 3px #dc26261a}@media(max-width:480px){.confirmation-dialog{width:95%;margin:0 16px}.confirmation-dialog-header,.confirmation-dialog-body,.confirmation-dialog-footer{padding-left:20px;padding-right:20px}.confirmation-dialog-title{font-size:18px}.confirmation-dialog-message{font-size:15px}.confirmation-dialog-footer{flex-direction:column;gap:8px}.confirmation-dialog-btn{width:100%;padding:12px 20px}}._products-page_158b1_2{max-width:1200px;margin:0 auto;padding:32px 24px;background:#fff}._search-section_158b1_10{margin-bottom:24px}._search-bar_158b1_14{display:flex;align-items:center;background:#f0f0f0;border:none;border-radius:8px;padding:12px 16px;max-width:400px}._search-icon_158b1_24{margin-right:12px;color:#666;width:20px;height:20px}._search-input_158b1_31{border:none;background:transparent;outline:none;font-size:16px;flex:1;color:#222}._search-input_158b1_31::placeholder{color:#666}._products-header_158b1_45{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._product-count_158b1_52{font-size:20px;font-weight:400;color:#666}._products-actions_158b1_58{display:flex;gap:16px;align-items:center}._action-btn_158b1_64{display:flex;align-items:center;gap:8px;background:transparent;border:none;border-radius:6px;padding:8px 16px;font-size:16px;color:#444;cursor:pointer;transition:all .2s ease}._action-btn_158b1_64:hover{background:#f8f8f8}._action-icon_158b1_82{width:18px;height:18px}._sort-dropdown_158b1_88{position:relative;display:inline-block}._sort-dropdown-menu_158b1_93{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:200px;margin-top:4px}._sort-options_158b1_106{padding:12px}._sort-option-group_158b1_110{margin-bottom:12px}._sort-option-group_158b1_110:last-child{margin-bottom:0}._sort-option-label_158b1_118{font-size:12px;font-weight:600;color:#666;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}._sort-option_158b1_106{display:block;width:100%;padding:8px 12px;border:none;background:transparent;text-align:left;font-size:14px;color:#333;cursor:pointer;border-radius:4px;transition:all .2s ease;margin-bottom:2px}._sort-option_158b1_106:hover{background:#f8f8f8}._sort-option_158b1_106._active_158b1_146{background:#e3f2fd;color:#1976d2;font-weight:500}._sort-option_158b1_106:last-child{margin-bottom:0}._products-table_158b1_157{background:transparent;border:none}._table-header_158b1_162{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 80px;gap:16px;padding:16px 20px;background:transparent;border:none;font-size:14px;color:#666;font-weight:500}._header-cell_158b1_174{display:flex;align-items:center}._header-cell_158b1_174:nth-child(1){padding-left:60px}._header-cell_158b1_174:nth-child(2),._header-cell_158b1_174:nth-child(3),._header-cell_158b1_174:nth-child(4){justify-content:center}._header-cell_158b1_174:nth-child(5){justify-content:center}._product-row_158b1_193{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 80px;gap:0;padding:16px 20px;background:#fbfbfb;border-radius:8px;align-items:center;margin-bottom:12px;transition:background-color .2s ease;position:relative}._product-row_158b1_193:after{content:"";position:absolute;inset:0;pointer-events:none}._product-row_158b1_193>*{padding:0 8px;position:relative}._product-row_158b1_193>*:not(:first-child):not(:last-child):after{content:"";position:absolute;right:0;top:20%;bottom:20%;width:1px;background:#e0e0e0}._product-row_158b1_193:hover{background:#eee}._product-row_158b1_193:last-child{margin-bottom:0}._product-info_158b1_239{display:flex;align-items:center;gap:12px}._product-thumbnail_158b1_245{width:48px;height:48px;border:1px solid #e0e0e0;border-radius:6px;display:flex;align-items:center;justify-content:center;background:#f8f8f8;flex-shrink:0;position:relative;overflow:hidden}._thumbnail-image_158b1_259{width:100%;height:100%;object-fit:cover;border-radius:6px}._thumbnail-placeholder_158b1_266{font-size:20px;color:#999}._product-details_158b1_271{display:flex;flex-direction:column;gap:2px}._product-name_158b1_277{font-size:16px;font-weight:600;color:#333;line-height:1.2}._product-category_158b1_284{font-size:14px;color:#666;line-height:1.2}._product-categories_158b1_290{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}._category-tag_158b1_297{display:inline-block;padding:2px 8px;background:#e3f2fd;color:#1976d2;border-radius:12px;font-size:12px;font-weight:500;line-height:1.2}._product-orders_158b1_308,._product-stock_158b1_309{font-size:16px;color:#333;text-align:center;display:flex;justify-content:center;align-items:center}._product-price_158b1_318{font-size:16px;color:#333;font-weight:500;text-align:center;display:flex;justify-content:center;align-items:center}._product-actions_158b1_328{display:flex;gap:8px;justify-content:center;align-items:center}._action-btn-small_158b1_335{width:32px;height:32px;border:1px solid #e0e0e0;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:all .2s ease}._action-btn-small_158b1_335:hover{background:#f8f8f8;border-color:#d0d0d0}._action-btn-small_158b1_335 ._material-icons_158b1_354{font-size:16px;color:#888;transition:color .2s ease}._action-btn-small_158b1_335:hover ._material-icons_158b1_354{color:#666}._action-btn-small_158b1_335:disabled{opacity:.5;cursor:not-allowed;background:#f5f5f5}._action-btn-small_158b1_335:disabled:hover{background:#f5f5f5;border-color:#e0e0e0}._action-btn-small_158b1_335:disabled ._material-icons_158b1_354{color:#ccc}@media(max-width:768px){._products-page_158b1_2{padding:16px 12px}._search-bar_158b1_14{max-width:100%;margin-bottom:16px}._products-header_158b1_45{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:16px}._product-count_158b1_52{font-size:18px}._products-actions_158b1_58{flex-wrap:wrap;gap:12px;width:100%}._action-btn_158b1_64{padding:10px 12px;font-size:14px}._action-btn_158b1_64 span{display:none}._action-btn_158b1_64 ._action-icon_158b1_82{width:20px;height:20px}._sort-dropdown-menu_158b1_93{right:auto;left:0;min-width:180px}._table-header_158b1_162{display:none}._product-row_158b1_193{display:block;padding:16px;margin-bottom:16px;border-radius:12px;background:#fff;border:1px solid #e0e0e0;box-shadow:0 2px 4px #0000000d}._product-row_158b1_193>*:after{display:none}._product-info_158b1_239{margin-bottom:12px}._product-details_158b1_271{gap:4px}._product-name_158b1_277{font-size:18px;font-weight:600}._product-category_158b1_284{font-size:14px;color:#888}._product-categories_158b1_290{margin-top:4px}._category-tag_158b1_297{font-size:11px;padding:1px 6px}._product-row_158b1_193 ._product-orders_158b1_308,._product-row_158b1_193 ._product-stock_158b1_309,._product-row_158b1_193 ._product-price_158b1_318{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f0f0f0;font-size:15px}._product-row_158b1_193 ._product-orders_158b1_308:before{content:"Aktywne zamówienia:";color:#666;font-weight:500}._product-row_158b1_193 ._product-stock_158b1_309:before{content:"Szt. na stanie:";color:#666;font-weight:500}._product-row_158b1_193 ._product-price_158b1_318:before{content:"Cena:";color:#666;font-weight:500}._product-row_158b1_193 ._product-orders_158b1_308:last-of-type,._product-row_158b1_193 ._product-stock_158b1_309:last-of-type,._product-row_158b1_193 ._product-price_158b1_318:last-of-type{border-bottom:none}._product-actions_158b1_328{justify-content:flex-end;margin-top:12px;padding-top:12px;border-top:1px solid #f0f0f0}._action-btn-small_158b1_335{width:36px;height:36px}._action-btn-small_158b1_335 ._material-icons_158b1_354{font-size:18px}}@media(min-width:769px)and (max-width:1024px){._products-page_158b1_2{padding:24px 16px}._search-bar_158b1_14{max-width:350px}._table-header_158b1_162,._product-row_158b1_193{grid-template-columns:1.8fr .8fr .8fr .8fr 80px}._header-cell_158b1_174:nth-child(1){padding-left:50px}}@media(min-width:1025px){._products-page_158b1_2{padding:32px 24px}}._loading-state_158b1_553,._error-state_158b1_554,._empty-state_158b1_555{display:flex;justify-content:center;align-items:center;padding:40px 20px;color:#666;font-size:16px;background:#f9f9f9;border-radius:8px;margin-top:10px}._error-state_158b1_554{color:#d32f2f;background:#ffebee}._loading-state_158b1_553{color:#1976d2;background:#e3f2fd}.category-dialog-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.category-dialog{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:600px;width:100%;max-height:80vh;display:flex;flex-direction:column}.category-dialog-header{padding:24px 24px 0;border-bottom:1px solid #e5e7eb;margin-bottom:24px}.category-dialog-header h3{margin:0;font-size:20px;font-weight:600;color:#111827}.category-dialog-body{padding:0 24px;flex:1;overflow-y:auto}.category-search-section{margin-bottom:24px}.field-label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.text-input{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;color:#111827;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.text-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.text-input::placeholder{color:#9ca3af}.categories-list-container{max-height:300px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.categories-loading,.categories-error,.categories-empty{padding:24px;text-align:center;color:#6b7280;font-style:italic}.categories-error{color:#dc2626}.categories-list{padding:8px}.category-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:6px;cursor:pointer;transition:background-color .2s ease;border:1px solid transparent;margin-bottom:4px}.category-item:hover{background-color:#f3f4f6}.category-item.selected{background-color:#dbeafe;border-color:#3b82f6}.category-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#3b82f6}.category-name{font-size:16px;color:#111827;cursor:pointer;-webkit-user-select:none;user-select:none;flex:1}.selected-categories-summary{margin-top:24px;padding:16px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px}.selected-categories-summary strong{display:block;margin-bottom:12px;color:#0369a1;font-size:14px}.selected-categories-list{display:flex;flex-wrap:wrap;gap:8px}.selected-category-tag{display:inline-block;padding:4px 12px;background:#3b82f6;color:#fff;border-radius:16px;font-size:14px;font-weight:500}.category-dialog-footer{padding:24px;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.btn-secondary{padding:12px 24px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.btn-primary{padding:12px 24px;border:1px solid #3b82f6;border-radius:8px;background:#3b82f6;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-primary:hover{background:#2563eb;border-color:#2563eb}.btn-primary:disabled{background:#9ca3af;border-color:#9ca3af;cursor:not-allowed}@media(max-width:640px){.category-dialog-overlay{padding:10px}.category-dialog{max-height:90vh}.category-dialog-header,.category-dialog-body,.category-dialog-footer{padding-left:16px;padding-right:16px}.category-dialog-footer{flex-direction:column}.btn-secondary,.btn-primary{width:100%}}.create-product-page{max-width:1200px;margin:0 auto;padding:32px 24px;background:#fff;min-height:100vh}.create-product-container{max-width:1000px;margin:0 auto}.create-product-header{margin-bottom:32px}.create-product-header h1{font-size:32px;font-weight:600;color:#333;margin:0}.error-message{background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;padding:12px 16px;margin-top:16px;color:#856404;font-size:14px}.photos-section{margin-bottom:32px}.form-fields-section{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:48px}.form-section{margin-bottom:24px}.form-label{display:block;font-size:20px;font-weight:500;color:#333;margin-bottom:12px}.photos-container{display:flex;gap:20px;flex-wrap:wrap}.photo-placeholder{width:160px;height:120px;border:1px solid #e0e0e0;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#f8f8f8;overflow:hidden}.coins-image{font-size:24px;line-height:1.2;text-align:center;color:#666}.add-photo-placeholder{width:160px;height:120px;border:1px solid #e0e0e0;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#f8f8f8;cursor:pointer;transition:all .2s ease}.add-photo-placeholder:hover{background:#f0f0f0;border-color:#d0d0d0}.plus-icon{font-size:36px;font-weight:300;color:#666}.photo-item{position:relative;width:160px;height:120px;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#f8f8f8}.photo-preview{width:100%;height:100%;object-fit:cover}.remove-photo-btn{position:absolute;top:4px;right:4px;width:24px;height:24px;border:none;border-radius:50%;background:#000000b3;color:#fff;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.remove-photo-btn:hover{background:#000000e6}.form-input{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:16px;color:#333;background:#f5f5f5;transition:border-color .2s ease}.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-textarea{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:16px;color:#333;background:#f5f5f5;resize:vertical;min-height:100px;font-family:inherit;transition:border-color .2s ease}.form-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-select{width:100%;padding:12px 40px 12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:16px;color:#333;background:#f5f5f5;cursor:pointer;transition:border-color .2s ease;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.form-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-select:disabled{background:#f0f0f0;color:#999;cursor:not-allowed}.category-selection-container{display:flex;flex-direction:column;gap:12px}.category-selection-button{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;background:#f5f5f5;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between;font-size:16px;color:#333;text-align:left}.category-selection-button:hover{background:#f0f0f0;border-color:#d0d0d0}.category-selection-button:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.category-button-text{flex:1}.category-button-icon{width:20px;height:20px;color:#666;transition:transform .2s ease}.category-selection-button:hover .category-button-icon{transform:translateY(1px)}.selected-categories-display{padding:12px;background-color:#f0f8ff;border:1px solid #bbdefb;border-radius:8px}.selected-categories-label{font-size:14px;font-weight:500;color:#1976d2;margin-bottom:8px}.selected-categories-tags{display:flex;flex-wrap:wrap;gap:6px}.selected-category-tag{display:inline-block;padding:4px 12px;background:#2196f3;color:#fff;border-radius:16px;font-size:14px;font-weight:500}.metal-indexing-container{display:flex;gap:12px}.metal-indexing-container .form-select{flex:1}.save-button-container{margin-top:24px}.save-button{background:#8b4513;border:1px solid #8B4513;border-radius:8px;padding:16px 32px;font-size:18px;font-weight:500;color:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;width:100%;justify-content:center}.save-button:hover{background:sienna;border-color:sienna}.save-button:active{transform:translateY(1px)}.save-button:disabled{background:#ccc;border-color:#ccc;cursor:not-allowed;opacity:.7}.save-button:disabled:hover{background:#ccc;border-color:#ccc}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:8px}.detail-field{display:flex;flex-direction:column;gap:6px;min-width:0}.detail-label{font-size:14px;font-weight:500;color:#555;margin:0}.detail-field .form-input{margin:0;width:100%;max-width:100%;box-sizing:border-box}.year-switch{display:flex;align-items:center;margin-bottom:8px}.year-switch label{display:flex;align-items:center;cursor:pointer;font-size:14px;color:#555}.year-switch input{margin-right:8px}.year-range-inputs{display:flex;align-items:center;gap:8px}.year-range-inputs .form-input{width:100%}.year-range-inputs span{font-size:16px;color:#555}@media(max-width:768px){.create-product-page{padding:16px 12px}.create-product-header h1{font-size:24px}.form-fields-section{grid-template-columns:1fr;gap:24px}.photos-container{flex-direction:column;align-items:flex-start}.photo-placeholder,.add-photo-placeholder{width:100%;max-width:250px;height:150px}.metal-indexing-container{flex-direction:column;gap:8px}.details-grid{grid-template-columns:1fr;gap:12px}.save-button{width:100%}}@media(min-width:769px)and (max-width:1024px){.create-product-page{padding:24px 16px}.create-product-content{gap:32px}}@media(min-width:1025px){.create-product-page{padding:32px 24px}}.categories-page{max-width:1200px;margin:0 auto;padding:32px 24px;background:#fff}.categories-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.category-count{font-size:20px;font-weight:400;color:#666}.categories-actions{display:flex;gap:16px;align-items:center}.action-btn{display:flex;align-items:center;gap:8px;background:transparent;border:none;border-radius:6px;padding:8px 16px;font-size:16px;color:#444;cursor:pointer;transition:all .2s ease}.action-btn:hover{background:#f8f8f8}.action-icon{width:18px;height:18px}.categories-list{display:flex;flex-direction:column;gap:24px}.category-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.category-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#fff;border-bottom:1px solid #f0f0f0}.category-title{display:flex;align-items:center;gap:16px}.category-title h2{margin:0;font-size:24px;font-weight:600;color:#333}.category-product-count{font-size:18px;color:#666;font-weight:400}.category-actions{display:flex;gap:8px;align-items:center}.category-action-btn{width:36px;height:36px;border:1px solid #e0e0e0;border-radius:50%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.category-action-btn:hover{background:#e8e8e8;border-color:#d0d0d0}.category-action-btn .material-icons{font-size:18px;color:#666}.category-products{background:#fafafa;padding:16px 0}.category-product-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 80px;gap:0;padding:16px 24px;background:#fafafa;align-items:center;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease;position:relative}.category-product-row:last-child{border-bottom:none}.category-product-row:hover{background:#f0f0f0}.category-product-row>*{padding:0 8px;position:relative}.category-product-row>*:not(:first-child):not(:last-child):after{content:"";position:absolute;right:0;top:20%;bottom:20%;width:1px;background:#e0e0e0}.product-info{display:flex;align-items:center;gap:12px}.product-thumbnail{width:48px;height:48px;border:1px solid #e0e0e0;border-radius:6px;display:flex;align-items:center;justify-content:center;background:#f8f8f8;flex-shrink:0;position:relative;overflow:hidden}.thumbnail-image{width:100%;height:100%;object-fit:cover;border-radius:6px}.thumbnail-placeholder{font-size:20px;color:#999}.product-details{display:flex;flex-direction:column;gap:2px}.product-name{font-size:16px;font-weight:600;color:#333;line-height:1.2}.product-orders,.product-stock{font-size:16px;color:#333;text-align:center;display:flex;justify-content:center;align-items:center}.product-price{font-size:16px;color:#333;font-weight:500;text-align:center;display:flex;justify-content:center;align-items:center}.product-actions{display:flex;gap:8px;justify-content:center;align-items:center}.action-btn-small{width:32px;height:32px;border:1px solid #e0e0e0;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:all .2s ease}.action-btn-small:hover{background:#f8f8f8;border-color:#d0d0d0}.action-btn-small svg{width:14px;height:14px;color:#666}.action-btn-small .material-icons{font-size:14px;color:#666}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:16px;z-index:1000}.modal{width:100%;max-width:480px;background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 10px 30px #0000001f;overflow:hidden}.modal-header{padding:16px 20px 8px}.modal-header h3{margin:0;font-size:20px;color:#2a2a2a}.modal-body{padding:16px 20px}.field-label{display:block;font-size:14px;color:#666;margin-bottom:6px}.text-input{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:15px;outline:none;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box;margin:0 0 8px}.modal-footer{padding:16px 20px 20px;display:flex;justify-content:flex-end;gap:10px}.btn-secondary{background:#f4f4f4;color:#333;border:1px solid #e1e1e1;border-radius:8px;padding:10px 14px;font-size:15px;cursor:pointer}.btn-secondary:hover{background:#ececec}.btn-primary{background:#473423;color:#fff;border:1px solid #3f2f20;border-radius:8px;padding:10px 14px;font-size:15px;cursor:pointer}.btn-primary[disabled],.btn-secondary[disabled]{opacity:.7;cursor:not-allowed}.btn-primary.loading{position:relative;padding-left:38px}.btn-spinner{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.6);border-top-color:#fff;animation:spin .8s linear infinite}@keyframes spin{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}@media(max-width:768px){.categories-page{padding:16px 12px}.categories-header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:16px}.category-count{font-size:18px}.categories-actions{flex-wrap:wrap;gap:12px;width:100%}.action-btn{padding:10px 12px;font-size:14px}.action-btn span{display:none}.action-btn .action-icon{width:20px;height:20px}.category-header{padding:16px 20px;flex-direction:column;align-items:flex-start;gap:12px}.category-title{flex-direction:column;align-items:flex-start;gap:4px}.category-title h2{font-size:20px}.category-product-count{font-size:14px}.category-actions{align-self:flex-end}.category-product-row{display:block;padding:16px 20px;border-bottom:1px solid #e0e0e0}.category-product-row>*:after{display:none}.product-info{margin-bottom:12px}.product-details{gap:4px}.product-name{font-size:18px;font-weight:600}.category-product-row .product-orders,.category-product-row .product-stock,.category-product-row .product-price{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f0f0f0;font-size:15px}.category-product-row .product-orders:before{content:"Aktywne zamówienia:";color:#666;font-weight:500}.category-product-row .product-stock:before{content:"Szt. na stanie:";color:#666;font-weight:500}.category-product-row .product-price:before{content:"Cena:";color:#666;font-weight:500}.category-product-row .product-orders:last-of-type,.category-product-row .product-stock:last-of-type,.category-product-row .product-price:last-of-type{border-bottom:none}.product-actions{justify-content:flex-end;margin-top:12px;padding-top:12px;border-top:1px solid #f0f0f0}.action-btn-small{width:36px;height:36px}}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s;border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;-webkit-transition:.4s;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#473423}input:focus+.slider{box-shadow:0 0 1px #473423}input:checked+.slider:before{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translate(20px)}._orders-page_19los_2{padding:2rem;background-color:#f9fafb;min-height:100vh}._search-section_19los_8{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._search-bar_19los_15{display:flex;align-items:center;background-color:#fff;border-radius:8px;padding:.5rem 1rem;box-shadow:0 1px 3px #0000001a;width:100%;max-width:400px}._search-icon_19los_26{width:20px;height:20px;margin-right:.5rem;color:#6b7280}._search-input_19los_33{border:none;outline:none;width:100%;font-size:1rem}._actions-bar_19los_40{display:flex;gap:1rem}._sort-dropdown_19los_45,._filter-dropdown_19los_45{position:relative}._sort-dropdown-menu_19los_49,._filter-dropdown-menu_19los_49{position:absolute;top:100%;right:0;margin-top:.5rem;background-color:#fff;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:10;padding:.5rem;width:250px}._filter-dropdown-menu_19los_49{width:280px}._sort-option-group_19los_66,._filter-option-group_19los_66{padding:.5rem}._filter-option-group_19los_66:not(:last-child){border-bottom:1px solid #e5e7eb}._sort-option-label_19los_74,._filter-option-label_19los_74{font-size:.75rem;font-weight:600;color:#6b7280;padding:.5rem;text-transform:uppercase}._sort-option_19los_66,._filter-option_19los_66{display:block;width:100%;text-align:left;padding:.5rem 1rem;border:none;background-color:transparent;cursor:pointer;border-radius:4px;font-size:.875rem}._sort-option_19los_66:hover,._filter-option_19los_66:hover{background-color:#f3f4f6}._sort-option_19los_66._active_19los_98,._filter-option_19los_66._active_19los_98{background-color:#e5e7eb;font-weight:600}._order-count_19los_103{font-size:1rem;color:#6b7280}._orders-header_19los_109{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._orders-actions_19los_116{display:flex;gap:16px;align-items:center}._action-btn_19los_122{display:flex;align-items:center;gap:8px;background:transparent;border:none;border-radius:6px;padding:8px 16px;font-size:16px;color:#444;cursor:pointer;transition:all .2s ease}._action-btn_19los_122:hover{background-color:#f3f4f6}._action-icon_19los_140{width:16px;height:16px;color:#6b7280}._orders-list_19los_147{display:flex;flex-direction:column;gap:24px}._order-card_19los_154{background:#fff;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000d}._order-header_19los_163{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#fff;border-bottom:1px solid #f0f0f0}._order-title_19los_172 h2{margin:0;font-size:24px;font-weight:600;color:#333}._order-title_19los_172{display:flex;align-items:center;gap:1rem}._reservation-badge_19los_185{background-color:#e6f7ff;color:#1890ff;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:600}._order-value_19los_194{font-size:18px;font-weight:600;color:#333}._value-label_19los_200{font-weight:600}._order-status_19los_204{display:flex;align-items:center}._status-badge_19los_209{background:#e8f5e8;color:#2e7d32;padding:6px 12px;border-radius:20px;font-size:14px;font-weight:500}._order-actions_19los_218{display:flex;align-items:center}._edit-btn_19los_223{width:32px;height:32px;border:1px solid #e0e0e0;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}._edit-btn_19los_223:hover{background:#f8f8f8;border-color:#d0d0d0}._edit-btn_19los_223 svg{width:16px;height:16px;color:#666}._order-products_19los_248{padding:20px 24px;background:#fafafa;border-bottom:1px solid #f0f0f0}._order-products_19los_248 h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#333}._products-table_19los_261{background:transparent}._products-header_19los_265{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:16px;padding:12px 0;background:transparent;border:none;font-size:14px;color:#666;font-weight:500;border-bottom:1px solid #e0e0e0}._header-cell_19los_278{display:flex;align-items:center}._header-cell_19los_278:nth-child(1){padding-left:60px}._header-cell_19los_278:nth-child(2),._header-cell_19los_278:nth-child(3),._header-cell_19los_278:nth-child(4){justify-content:center}._product-row_19los_293{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:0;padding:16px 0;background:transparent;align-items:center;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease;position:relative}._product-row_19los_293:last-child{border-bottom:none}._product-row_19los_293:hover{background:#f0f0f0}._product-row_19los_293>*{padding:0 8px;position:relative}._product-row_19los_293>*:not(:first-child):not(:last-child):after{content:"";position:absolute;right:0;top:20%;bottom:20%;width:1px;background:#e0e0e0}._product-info_19los_329{display:flex;align-items:center;gap:12px}._product-thumbnail_19los_335{width:48px;height:48px;border:1px solid #e0e0e0;border-radius:6px;display:flex;align-items:center;justify-content:center;background:#f8f8f8;flex-shrink:0;position:relative;overflow:hidden}._thumbnail-placeholder_19los_349{font-size:20px;color:#999}._product-thumbnail-img_19los_354{width:100%;height:100%;object-fit:cover}._product-details_19los_360{display:flex;flex-direction:column;gap:2px}._product-name_19los_366{font-size:16px;font-weight:600;color:#333;line-height:1.2}._product-category_19los_373{font-size:14px;color:#666;line-height:1.2}._product-quantity_19los_379,._product-unit-price_19los_380,._product-total-value_19los_381{font-size:16px;color:#333;text-align:center;display:flex;justify-content:center;align-items:center}._product-total-value_19los_381{font-weight:500}._order-client_19los_395{padding:20px 24px;background:#fff;border-bottom:1px solid #f0f0f0}._order-client_19los_395 h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#333}._client-info_19los_408{max-width:60%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}._client-field_19los_415{display:flex;flex-direction:column;gap:4px}._field-label_19los_421{font-size:14px;color:#666;font-weight:500}._field-value_19los_427{font-size:16px;color:#333;font-weight:400}._order-payment_19los_434{padding:20px 24px;background:#fff;display:flex;flex-direction:column;gap:8px}._order-payment_19los_434 h3{margin:0;font-size:18px;font-weight:600;color:#333}._reservation-payment-status_19los_449{margin-top:1rem}._reservation-payment-status_19los_449 h4{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#555}._payment-status_19los_460{color:#2e7d32;text-decoration:underline;font-size:20px;font-weight:600}@media(max-width:768px){._orders-page_19los_2{padding:16px 12px}._orders-header_19los_109{justify-content:center;margin-bottom:16px}._orders-actions_19los_116{flex-wrap:wrap;gap:12px;width:100%;justify-content:center}._action-btn_19los_122{padding:10px 12px;font-size:14px}._action-btn_19los_122 span{display:none}._action-btn_19los_122 ._action-icon_19los_140{width:20px;height:20px}._order-header_19los_163{padding:16px 20px;flex-direction:column;align-items:flex-start;gap:12px}._order-title_19los_172 h2{font-size:20px}._order-value_19los_194{font-size:16px}._order-status_19los_204,._order-actions_19los_218{align-self:flex-end}._order-products_19los_248{padding:16px 20px}._order-products_19los_248 h3{font-size:16px;margin-bottom:12px}._products-header_19los_265{display:none}._product-row_19los_293{display:block;padding:16px 0;border-bottom:1px solid #e0e0e0;background:#fff;border-radius:8px;margin-bottom:12px}._product-row_19los_293>*:after{display:none}._product-info_19los_329{margin-bottom:12px}._product-details_19los_360{gap:4px}._product-name_19los_366{font-size:18px;font-weight:600}._product-row_19los_293 ._product-quantity_19los_379,._product-row_19los_293 ._product-unit-price_19los_380,._product-row_19los_293 ._product-total-value_19los_381{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f0f0f0;font-size:15px}._product-row_19los_293 ._product-quantity_19los_379:before{content:"Liczba szt.:";color:#666;font-weight:500}._product-row_19los_293 ._product-unit-price_19los_380:before{content:"Cena jednostk.:";color:#666;font-weight:500}._product-row_19los_293 ._product-total-value_19los_381:before{content:"Łączna wartość:";color:#666;font-weight:500}._product-row_19los_293 ._product-total-value_19los_381:last-of-type{border-bottom:none}._order-client_19los_395{padding:16px 20px}._order-client_19los_395 h3{font-size:16px;margin-bottom:12px}._client-info_19los_408{display:block;gap:12px}._client-field_19los_415{margin-bottom:12px}._client-field_19los_415:last-child{margin-bottom:0}._order-payment_19los_434{padding:16px 20px;flex-direction:column;align-items:flex-start;gap:8px}._order-payment_19los_434 h3{font-size:16px}._payment-status_19los_460{font-size:18px}}@media(min-width:769px)and (max-width:1024px){._orders-page_19los_2{padding:24px 16px}._client-info_19los_408{grid-template-columns:1fr 1fr;gap:20px}._client-field_19los_415:last-child{grid-column:1 / -1}}@media(min-width:1025px){._orders-page_19los_2{padding:32px 24px}}.edit-order-dialog-backdrop{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.edit-order-dialog{background:#fff;padding:24px;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:500px;display:flex;flex-direction:column;gap:20px}.edit-order-dialog-header{padding-bottom:16px;border-bottom:1px solid #e5e7eb}.edit-order-dialog-title{font-size:1.25rem;font-weight:600;margin:0}.edit-order-dialog-body{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:8px;font-weight:500;font-size:.875rem}.form-group-checkbox{flex-direction:row;align-items:center;gap:10px}.form-control-checkbox{width:20px;height:20px}.form-control{padding:10px;border:1px solid #ccc;border-radius:4px;font-size:1rem}.edit-order-dialog-footer{display:flex;justify-content:flex-end;gap:12px;padding-top:16px;border-top:1px solid #e5e7eb}.btn{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-weight:600}.btn-primary{background-color:#007bff;color:#fff}.btn-secondary{background-color:#6c757d;color:#fff}._customers-page_6gjxo_1{padding:2rem;background-color:#f9fafb;min-height:100vh}._search-section_6gjxo_7{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._search-bar_6gjxo_14{display:flex;align-items:center;background-color:#fff;border-radius:8px;padding:.5rem 1rem;box-shadow:0 1px 3px #0000001a;width:100%;max-width:400px}._search-icon_6gjxo_25{width:20px;height:20px;margin-right:.5rem;color:#6b7280}._search-input_6gjxo_32{border:none;outline:none;width:100%;font-size:1rem}._actions-bar_6gjxo_39{display:flex;gap:1rem}._action-btn_6gjxo_44{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;transition:background-color .2s}._action-btn_6gjxo_44:hover{background-color:#f3f4f6}._action-icon_6gjxo_62{width:16px;height:16px;color:#6b7280}._sort-dropdown_6gjxo_68,._filter-dropdown_6gjxo_68{position:relative}._sort-dropdown-menu_6gjxo_72,._filter-dropdown-menu_6gjxo_72{position:absolute;top:100%;right:0;margin-top:.5rem;background-color:#fff;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:10;padding:.5rem;width:250px}._filter-dropdown-menu_6gjxo_72{width:280px}._sort-option-group_6gjxo_89,._filter-option-group_6gjxo_89{padding:.5rem}._filter-option-group_6gjxo_89:not(:last-child){border-bottom:1px solid #e5e7eb}._sort-option-label_6gjxo_97{font-size:.75rem;font-weight:600;color:#6b7280;padding:.5rem;text-transform:uppercase}._sort-option_6gjxo_89,._filter-option_6gjxo_89{display:block;width:100%;text-align:left;padding:.5rem 1rem;border:none;background-color:transparent;cursor:pointer;border-radius:4px;font-size:.875rem}._sort-option_6gjxo_89:hover,._filter-option_6gjxo_89:hover{background-color:#f3f4f6}._sort-option_6gjxo_89._active_6gjxo_121,._filter-option_6gjxo_89._active_6gjxo_121{background-color:#e5e7eb;font-weight:600}._customers-header_6gjxo_126{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._customer-count_6gjxo_133{font-size:1rem;color:#6b7280}._customers-list_6gjxo_138{display:flex;flex-direction:column;gap:1rem}._customer-card_6gjxo_144{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;box-shadow:0 1px 2px #0000000d;transition:box-shadow .2s}._customer-card_6gjxo_144:hover{box-shadow:0 4px 6px #0000001a}._customer-details_6gjxo_160{flex-grow:1}._customer-name_6gjxo_164{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}._customer-info-grid_6gjxo_170{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}._info-item_6gjxo_176{display:flex;flex-direction:column}._info-label_6gjxo_181{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}._info-value_6gjxo_187{font-size:1rem;font-weight:500;color:#111827}@media screen and (max-width:1024px){._customer-info-grid_6gjxo_170{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){._search-section_6gjxo_7{flex-direction:column;align-items:stretch;gap:1rem}._search-bar_6gjxo_14{max-width:none}._actions-bar_6gjxo_39{justify-content:flex-end}._customer-card_6gjxo_144{padding:1rem}._customer-name_6gjxo_164{font-size:1.25rem;margin-bottom:1rem}._customer-info-grid_6gjxo_170{grid-template-columns:1fr;gap:1rem}}._statsContainer_1aq26_1{padding:2rem;background-color:#f9fafb}._title_1aq26_6{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#111827}._statsGrid_1aq26_13{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}._statCard_1aq26_20{background-color:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;text-align:center}._statCard_1aq26_20 h2{font-size:1rem;font-weight:600;color:#4b5563;margin-bottom:.5rem}._statCard_1aq26_20 p{font-size:1.5rem;font-weight:700;color:#111827}._productStats_1aq26_41{background-color:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}._subtitle_1aq26_48{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#111827}._productTable_1aq26_55{width:100%;border-collapse:collapse}._productTable_1aq26_55 th,._productTable_1aq26_55 td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb}._productTable_1aq26_55 th{font-size:.875rem;font-weight:600;color:#4b5563;background-color:#f9fafb}._productTable_1aq26_55 td{font-size:.875rem;color:#111827}._productTable_1aq26_55 tbody tr:hover{background-color:#f3f4f6}._loading_1aq26_83,._error_1aq26_84{display:flex;justify-content:center;align-items:center;height:100%;font-size:1.5rem;color:#4b5563}.message-board-page{max-width:900px;margin:0 auto;padding:32px 24px}.page-header{margin-bottom:32px}.page-header h1{font-size:28px;font-weight:700;color:#333;margin-bottom:8px}.page-header p{font-size:16px;color:#666}.msg-form{display:flex;flex-direction:column;gap:24px}.card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 2px 8px #0000000d}.card-header{padding:20px 24px;border-bottom:1px solid #f0f0f0}.card-header h2{margin:0;font-size:20px;font-weight:600;color:#333}.card-body{padding:24px;display:flex;flex-direction:column;gap:24px}.toggle-group{display:flex;justify-content:space-between;align-items:center}.toggle-label{display:flex;flex-direction:column;gap:4px;cursor:pointer;flex-grow:1}.toggle-title{font-size:16px;font-weight:500;color:#444}.toggle-desc{font-size:14px;color:#777}.toggle-switch-container{position:relative;width:52px;height:32px;flex-shrink:0;margin-left:16px}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;border-radius:34px;transition:.4s}.toggle-slider:before{position:absolute;content:"";height:24px;width:24px;left:4px;bottom:4px;background-color:#fff;border-radius:50%;transition:.4s}.toggle-switch:checked+.toggle-slider{background-color:#473423}.toggle-switch:checked+.toggle-slider:before{transform:translate(20px)}.field{display:flex;flex-direction:column;gap:8px}.field label{font-size:14px;font-weight:500;color:#444}.text-input{width:100%;padding:12px 14px;border:1px solid #ddd;border-radius:8px;font-size:15px;outline:none;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box;resize:vertical}.text-input:focus{border-color:#c7a86d;box-shadow:0 0 0 3px #c7a86d33}.form-actions{display:flex;justify-content:flex-end;align-items:center;gap:16px;margin-top:8px}.form-message{font-size:15px;color:#473423}.btn-primary{background:#473423;color:#fff;border:1px solid #3f2f20;border-radius:8px;padding:12px 20px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-primary:hover{background:#3f2f20}.btn-primary[disabled]{opacity:.7;cursor:not-allowed}@media(max-width:768px){.message-board-page{padding:24px 16px}.toggle-group{flex-direction:column;align-items:flex-start;gap:12px}.toggle-switch-container{margin-left:0;align-self:flex-end}}.shipping-container{padding:2rem;background-color:#f9fafb}.shipping-container h1{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.shipping-container p{color:#6b7280;margin-bottom:2rem}.input-group{margin-bottom:1.5rem}.input-group label{display:block;font-weight:500;margin-bottom:.5rem}.input-group input{width:100%;max-width:300px;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem}.save-button{background-color:#8b4513;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:.375rem;font-weight:600;cursor:pointer;transition:background-color .2s}.save-button:hover{background-color:sienna}.save-button:disabled{background-color:#a5b4fc;cursor:not-allowed}.error-message{color:#ef4444;margin-bottom:1rem}.success-message{color:#22c55e;margin-bottom:1rem}.visitor-stats-container{padding:20px}.stats-controls{margin-bottom:20px}.stats-controls button{margin-right:10px;padding:5px 10px;border:1px solid #ccc;background-color:#f0f0f0;cursor:pointer}.stats-controls button.active{background-color:#8884d8;color:#fff;border-color:#8884d8}.error{color:red}.stats-summary{margin-top:20px;padding:20px;border:1px solid #eee;border-radius:5px;background-color:#f9f9f9}.stats-summary h3{margin-top:0}.bank-account-container{padding:2rem;background-color:#f9fafb}h2{font-size:1.5rem;margin-bottom:1.5rem;color:#111827}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:inset 0 1px 2px #0000000d}.submit-btn{padding:.75rem 1.5rem;border:none;border-radius:.375rem;background-color:#4f46e5;color:#fff;font-weight:600;cursor:pointer;transition:background-color .2s}.submit-btn:hover{background-color:#4338ca}.error{color:#dc2626;margin-bottom:1rem}.success{color:#16a34a;margin-bottom:1rem}.discount-codes-container{padding:2rem;background-color:#f9fafb;min-height:100%}.header h1{font-size:1.8rem;font-weight:600;margin-bottom:.25rem}.header p{color:#6b7280;margin-bottom:2rem}.loading-state{display:flex;justify-content:center;align-items:center;min-height:240px;font-weight:500;color:#6b7280}.alert{padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1.5rem;font-weight:500}.alert.error{background-color:#fee2e2;color:#b91c1c}.alert.success{background-color:#dcfce7;color:#15803d}.discount-form{background-color:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 10px 16px #0f172a14;margin-bottom:2rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.5rem}.form-control{display:flex;flex-direction:column;gap:.5rem}.form-control label{font-weight:600;color:#374151}.form-control input,.form-control select{padding:.75rem .85rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-control input:focus,.form-control select:focus{outline:none;border-color:#8b4513;box-shadow:0 0 0 3px #8b451333}.product-rules{background-color:#f3f4f6;border-radius:.75rem;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.rules-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.rules-header h2{font-size:1.1rem;font-weight:600;margin:0}.product-rule-row{display:grid;grid-template-columns:minmax(180px,1fr) 140px 40px;gap:1rem;align-items:end}.product-rule-row .form-control{margin:0}.icon-button{align-self:center;background:#fee2e2;border:none;border-radius:9999px;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.25rem;line-height:1;color:#b91c1c}.icon-button:hover{background:#fecaca}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.primary-button,.secondary-button,.danger-button{border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.primary-button{background-color:#8b4513;color:#fff}.primary-button:hover{background-color:sienna;transform:translateY(-1px)}.primary-button:disabled{background-color:#d1d5db;cursor:not-allowed;transform:none}.secondary-button{background-color:#e5e7eb;color:#374151}.secondary-button:hover{background-color:#d1d5db;transform:translateY(-1px)}.danger-button{background-color:#ef4444;color:#fff}.danger-button:hover{background-color:#dc2626;transform:translateY(-1px)}.danger-button:disabled{background-color:#fca5a5;cursor:not-allowed;transform:none}.codes-list h2{font-size:1.3rem;font-weight:600;margin-bottom:1rem}.empty-state{padding:2rem;border-radius:.75rem;background-color:#f3f4f6;color:#6b7280;text-align:center}.codes-table-wrapper{overflow-x:auto;background-color:#fff;border-radius:1rem;box-shadow:0 10px 16px #0f172a14}.codes-table{width:100%;border-collapse:collapse;min-width:640px}.codes-table thead{background-color:#f3f4f6}.codes-table th,.codes-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb;vertical-align:top}.codes-table tbody tr:hover{background-color:#f9fafb}.codes-table .actions{display:flex;gap:.75rem}.product-rules-list{margin:0;padding-left:1rem;color:#374151}.product-rules-list li{margin-bottom:.25rem}@media(max-width:768px){.discount-form{padding:1.25rem}.rules-header{flex-direction:column;align-items:flex-start}.product-rule-row{grid-template-columns:1fr}.form-actions{flex-direction:column;align-items:stretch}.codes-table{min-width:auto}}
