: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_3wunj_2{padding:2rem;background-color:#f9fafb;min-height:100vh}._search-section_3wunj_8{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._search-bar_3wunj_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_3wunj_26{width:20px;height:20px;margin-right:.5rem;color:#6b7280}._search-input_3wunj_33{border:none;outline:none;width:100%;font-size:1rem}._actions-bar_3wunj_40{display:flex;gap:1rem}._sort-dropdown_3wunj_45,._filter-dropdown_3wunj_45{position:relative}._sort-dropdown-menu_3wunj_49,._filter-dropdown-menu_3wunj_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_3wunj_49{width:280px}._sort-option-group_3wunj_66,._filter-option-group_3wunj_66{padding:.5rem}._filter-option-group_3wunj_66:not(:last-child){border-bottom:1px solid #e5e7eb}._sort-option-label_3wunj_74,._filter-option-label_3wunj_74{font-size:.75rem;font-weight:600;color:#6b7280;padding:.5rem;text-transform:uppercase}._sort-option_3wunj_66,._filter-option_3wunj_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_3wunj_66:hover,._filter-option_3wunj_66:hover{background-color:#f3f4f6}._sort-option_3wunj_66._active_3wunj_98,._filter-option_3wunj_66._active_3wunj_98{background-color:#e5e7eb;font-weight:600}._order-count_3wunj_103{font-size:1rem;color:#6b7280}._orders-header_3wunj_109{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._orders-actions_3wunj_116{display:flex;gap:16px;align-items:center}._action-btn_3wunj_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_3wunj_122:hover{background-color:#f3f4f6}._action-icon_3wunj_140{width:16px;height:16px;color:#6b7280}._orders-list_3wunj_147{display:flex;flex-direction:column;gap:24px}._order-card_3wunj_154{background:#fff;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000d}._order-header_3wunj_163{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#fff;border-bottom:1px solid #f0f0f0}._order-title_3wunj_172 h2{margin:0;font-size:24px;font-weight:600;color:#333}._order-title_3wunj_172{display:flex;align-items:center;gap:1rem}._reservation-badge_3wunj_185{background-color:#e6f7ff;color:#1890ff;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:600}._order-value_3wunj_194{font-size:18px;font-weight:600;color:#333}._value-label_3wunj_200{font-weight:600}._order-status_3wunj_204{display:flex;align-items:center}._status-badge_3wunj_209{background:#e8f5e8;color:#2e7d32;padding:6px 12px;border-radius:20px;font-size:14px;font-weight:500}._order-actions_3wunj_218{display:flex;align-items:center;gap:8px}._edit-btn_3wunj_224{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_3wunj_224:hover{background:#f8f8f8;border-color:#d0d0d0}._edit-btn_3wunj_224 svg{width:16px;height:16px;color:#666}._delete-btn_3wunj_248{color:#dc2626}._delete-btn_3wunj_248:hover{background:#fee2e2;border-color:#fca5a5}._delete-btn_3wunj_248 ._material-icons_3wunj_257{color:#dc2626;font-size:18px}._order-products_3wunj_263{padding:20px 24px;background:#fafafa;border-bottom:1px solid #f0f0f0}._order-products_3wunj_263 h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#333}._products-table_3wunj_276{background:transparent}._products-header_3wunj_280{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_3wunj_293{display:flex;align-items:center}._header-cell_3wunj_293:nth-child(1){padding-left:60px}._header-cell_3wunj_293:nth-child(2),._header-cell_3wunj_293:nth-child(3),._header-cell_3wunj_293:nth-child(4){justify-content:center}._product-row_3wunj_308{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_3wunj_308:last-child{border-bottom:none}._product-row_3wunj_308:hover{background:#f0f0f0}._product-row_3wunj_308>*{padding:0 8px;position:relative}._product-row_3wunj_308>*:not(:first-child):not(:last-child):after{content:"";position:absolute;right:0;top:20%;bottom:20%;width:1px;background:#e0e0e0}._product-info_3wunj_344{display:flex;align-items:center;gap:12px}._product-thumbnail_3wunj_350{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_3wunj_364{font-size:20px;color:#999}._product-thumbnail-img_3wunj_369{width:100%;height:100%;object-fit:cover}._product-details_3wunj_375{display:flex;flex-direction:column;gap:2px}._product-name_3wunj_381{font-size:16px;font-weight:600;color:#333;line-height:1.2}._product-category_3wunj_388{font-size:14px;color:#666;line-height:1.2}._product-quantity_3wunj_394,._product-unit-price_3wunj_395,._product-total-value_3wunj_396{font-size:16px;color:#333;text-align:center;display:flex;justify-content:center;align-items:center}._product-total-value_3wunj_396{font-weight:500}._order-client_3wunj_410{padding:20px 24px;background:#fff;border-bottom:1px solid #f0f0f0}._order-client_3wunj_410 h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#333}._client-info_3wunj_423{max-width:60%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}._client-field_3wunj_430{display:flex;flex-direction:column;gap:4px}._field-label_3wunj_436{font-size:14px;color:#666;font-weight:500}._field-value_3wunj_442{font-size:16px;color:#333;font-weight:400}._order-payment_3wunj_449{padding:20px 24px;background:#fff;display:flex;flex-direction:column;gap:8px}._order-payment_3wunj_449 h3{margin:0;font-size:18px;font-weight:600;color:#333}._reservation-payment-status_3wunj_464{margin-top:1rem}._reservation-payment-status_3wunj_464 h4{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#555}._payment-status_3wunj_475{color:#2e7d32;text-decoration:underline;font-size:20px;font-weight:600}._order-created-at_3wunj_483{flex-basis:100%;margin-top:4px;font-size:14px;color:#666;font-weight:500}._order-status-history_3wunj_492{padding:20px 24px;background:#fff;border-top:1px solid #eee;display:flex;flex-direction:column;gap:12px}._order-status-history_3wunj_492 h3{margin:0;font-size:18px;font-weight:600;color:#333}._status-timeline_3wunj_508{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}._status-timeline-item_3wunj_517{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 12px;background:#f7f9fc;border-radius:8px;border-left:3px solid #2e7d32}._timeline-status_3wunj_528{font-size:15px;font-weight:600;color:#2e7d32}._timeline-date_3wunj_534{font-size:14px;color:#555;font-weight:500}@media(max-width:768px){._orders-page_3wunj_2{padding:16px 12px}._orders-header_3wunj_109{justify-content:center;margin-bottom:16px}._orders-actions_3wunj_116{flex-wrap:wrap;gap:12px;width:100%;justify-content:center}._action-btn_3wunj_122{padding:10px 12px;font-size:14px}._action-btn_3wunj_122 span{display:none}._action-btn_3wunj_122 ._action-icon_3wunj_140{width:20px;height:20px}._order-header_3wunj_163{padding:16px 20px;flex-direction:column;align-items:flex-start;gap:12px}._order-title_3wunj_172 h2{font-size:20px}._order-value_3wunj_194{font-size:16px}._order-status_3wunj_204,._order-actions_3wunj_218{align-self:flex-end}._order-products_3wunj_263{padding:16px 20px}._order-products_3wunj_263 h3{font-size:16px;margin-bottom:12px}._products-header_3wunj_280{display:none}._product-row_3wunj_308{display:block;padding:16px 0;border-bottom:1px solid #e0e0e0;background:#fff;border-radius:8px;margin-bottom:12px}._product-row_3wunj_308>*:after{display:none}._product-info_3wunj_344{margin-bottom:12px}._product-details_3wunj_375{gap:4px}._product-name_3wunj_381{font-size:18px;font-weight:600}._product-row_3wunj_308 ._product-quantity_3wunj_394,._product-row_3wunj_308 ._product-unit-price_3wunj_395,._product-row_3wunj_308 ._product-total-value_3wunj_396{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f0f0f0;font-size:15px}._product-row_3wunj_308 ._product-quantity_3wunj_394:before{content:"Liczba szt.:";color:#666;font-weight:500}._product-row_3wunj_308 ._product-unit-price_3wunj_395:before{content:"Cena jednostk.:";color:#666;font-weight:500}._product-row_3wunj_308 ._product-total-value_3wunj_396:before{content:"Łączna wartość:";color:#666;font-weight:500}._product-row_3wunj_308 ._product-total-value_3wunj_396:last-of-type{border-bottom:none}._order-client_3wunj_410{padding:16px 20px}._order-client_3wunj_410 h3{font-size:16px;margin-bottom:12px}._client-info_3wunj_423{display:block;gap:12px}._client-field_3wunj_430{margin-bottom:12px}._client-field_3wunj_430:last-child{margin-bottom:0}._order-payment_3wunj_449{padding:16px 20px;flex-direction:column;align-items:flex-start;gap:8px}._order-payment_3wunj_449 h3{font-size:16px}._payment-status_3wunj_475{font-size:18px}}@media(min-width:769px)and (max-width:1024px){._orders-page_3wunj_2{padding:24px 16px}._client-info_3wunj_423{grid-template-columns:1fr 1fr;gap:20px}._client-field_3wunj_430:last-child{grid-column:1 / -1}}@media(min-width:1025px){._orders-page_3wunj_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}}._blogs-page_4ku73_2{max-width:1200px;margin:0 auto;padding:32px 24px;background:#fff}._search-section_4ku73_10{margin-bottom:24px}._search-bar_4ku73_14{display:flex;align-items:center;background:#f0f0f0;border:none;border-radius:8px;padding:12px 16px;max-width:400px}._search-icon_4ku73_24{margin-right:12px;color:#666;width:20px;height:20px}._search-input_4ku73_31{border:none;background:transparent;outline:none;font-size:16px;flex:1;color:#222}._search-input_4ku73_31::placeholder{color:#666}._blogs-header_4ku73_45{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._blog-count_4ku73_52{font-size:20px;font-weight:400;color:#666}._blogs-actions_4ku73_58{display:flex;gap:16px;align-items:center}._action-btn_4ku73_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_4ku73_64:hover{background:#f8f8f8}._action-icon_4ku73_82{width:18px;height:18px}._blogs-table_4ku73_88{background:transparent;border:none}._table-header_4ku73_93{display:grid;grid-template-columns:2.5fr 1fr 1fr 1fr 1fr 80px;gap:16px;padding:16px 20px;background:transparent;border:none;font-size:14px;color:#666;font-weight:500}._header-cell_4ku73_105{display:flex;align-items:center}._header-cell_4ku73_105:nth-child(1){padding-left:0}._header-cell_4ku73_105:nth-child(2),._header-cell_4ku73_105:nth-child(3),._header-cell_4ku73_105:nth-child(4),._header-cell_4ku73_105:nth-child(5){justify-content:center}._header-cell_4ku73_105:nth-child(6){justify-content:center}._blog-row_4ku73_125{display:grid;grid-template-columns:2.5fr 1fr 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}._blog-row_4ku73_125>*{padding:0 8px;position:relative}._blog-row_4ku73_125>*:not(:first-child):not(:last-child):after{content:"";position:absolute;right:0;top:20%;bottom:20%;width:1px;background:#e0e0e0}._blog-row_4ku73_125:hover{background:#eee}._blog-row_4ku73_125:last-child{margin-bottom:0}._blog-info_4ku73_162{display:flex;align-items:center;gap:12px}._blog-thumbnail_4ku73_168{width:64px;height:48px;border:1px solid #e0e0e0;border-radius:6px;display:flex;align-items:center;justify-content:center;background:#f8f8f8;flex-shrink:0;overflow:hidden}._thumbnail-image_4ku73_181{width:100%;height:100%;object-fit:cover;border-radius:6px}._thumbnail-placeholder_4ku73_188{font-size:18px;color:#999}._blog-details_4ku73_193{display:flex;flex-direction:column;gap:4px;min-width:0}._blog-title_4ku73_200{font-size:16px;font-weight:600;color:#333;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._blog-excerpt_4ku73_210{font-size:13px;color:#888;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:400px}._blog-status_4ku73_221{display:flex;justify-content:center;align-items:center}._status-badge_4ku73_227{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;line-height:1.2}._status-published_4ku73_236{background:#dcfce7;color:#166534}._status-draft_4ku73_241{background:#fef3c7;color:#92400e}._status-archived_4ku73_246{background:#f3f4f6;color:#4b5563}._blog-author_4ku73_252,._blog-date_4ku73_253,._blog-views_4ku73_254{font-size:14px;color:#555;text-align:center;display:flex;justify-content:center;align-items:center}._blog-views_4ku73_254{font-weight:500;color:#333}._blog-actions_4ku73_269{display:flex;gap:8px;justify-content:center;align-items:center}._action-btn-small_4ku73_276{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_4ku73_276:hover{background:#f8f8f8;border-color:#d0d0d0}._action-btn-small_4ku73_276 ._material-icons_4ku73_295{font-size:16px;color:#888;transition:color .2s ease}._action-btn-small_4ku73_276:hover ._material-icons_4ku73_295{color:#666}._action-btn-small_4ku73_276:disabled{opacity:.5;cursor:not-allowed;background:#f5f5f5}._loading-state_4ku73_312,._error-state_4ku73_313,._empty-state_4ku73_314{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_4ku73_313{color:#d32f2f;background:#ffebee}._loading-state_4ku73_312{color:#1976d2;background:#e3f2fd}@media(max-width:768px){._blogs-page_4ku73_2{padding:16px 12px}._search-bar_4ku73_14{max-width:100%;margin-bottom:16px}._blogs-header_4ku73_45{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:16px}._blog-count_4ku73_52{font-size:18px}._blogs-actions_4ku73_58{flex-wrap:wrap;gap:12px;width:100%}._action-btn_4ku73_64{padding:10px 12px;font-size:14px}._action-btn_4ku73_64 span{display:none}._action-btn_4ku73_64 ._action-icon_4ku73_82{width:20px;height:20px}._table-header_4ku73_93{display:none}._blog-row_4ku73_125{display:block;padding:16px;margin-bottom:16px;border-radius:12px;background:#fff;border:1px solid #e0e0e0;box-shadow:0 2px 4px #0000000d}._blog-row_4ku73_125>*:after{display:none}._blog-info_4ku73_162{margin-bottom:12px}._blog-title_4ku73_200{font-size:18px;white-space:normal}._blog-excerpt_4ku73_210{white-space:normal;max-width:100%}._blog-row_4ku73_125 ._blog-status_4ku73_221,._blog-row_4ku73_125 ._blog-author_4ku73_252,._blog-row_4ku73_125 ._blog-date_4ku73_253,._blog-row_4ku73_125 ._blog-views_4ku73_254{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f0f0f0;font-size:15px}._blog-row_4ku73_125 ._blog-status_4ku73_221:before{content:"Status:";color:#666;font-weight:500}._blog-row_4ku73_125 ._blog-author_4ku73_252:before{content:"Autor:";color:#666;font-weight:500}._blog-row_4ku73_125 ._blog-date_4ku73_253:before{content:"Data publikacji:";color:#666;font-weight:500}._blog-row_4ku73_125 ._blog-views_4ku73_254:before{content:"Wyświetlenia:";color:#666;font-weight:500}._blog-actions_4ku73_269{justify-content:flex-end;margin-top:12px;padding-top:12px;border-top:1px solid #f0f0f0}._action-btn-small_4ku73_276{width:36px;height:36px}._action-btn-small_4ku73_276 ._material-icons_4ku73_295{font-size:18px}}@media(min-width:769px)and (max-width:1024px){._blogs-page_4ku73_2{padding:24px 16px}._search-bar_4ku73_14{max-width:350px}._table-header_4ku73_93,._blog-row_4ku73_125{grid-template-columns:2fr .8fr .8fr .8fr .8fr 80px}}@media(min-width:1025px){._blogs-page_4ku73_2{padding:32px 24px}}._editorWrapper_15e75_2{border:1px solid #e0e0e0;border-radius:10px;background:#fff;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}._editorWrapper_15e75_2:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._toolbar_15e75_16{display:flex;flex-wrap:wrap;align-items:center;gap:2px;padding:8px 10px;background:#fafafa;border-bottom:1px solid #e8e8e8;position:sticky;top:0;z-index:10}._toolbarGroup_15e75_29{display:flex;align-items:center;gap:2px}._toolbarDivider_15e75_35{width:1px;height:24px;background:#ddd;margin:0 6px;flex-shrink:0}._toolbarBtn_15e75_43{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:transparent;color:#555;cursor:pointer;transition:all .15s ease;font-size:13px;font-weight:700;padding:0}._toolbarBtn_15e75_43:hover{background:#eee;color:#333}._toolbarBtnActive_15e75_65{background:#e0e7ff;color:#4338ca}._toolbarBtnActive_15e75_65:hover{background:#c7d2fe;color:#3730a3}._toolbarBtn_15e75_43:disabled{opacity:.35;cursor:not-allowed}._toolbarBtn_15e75_43:disabled:hover{background:transparent;color:#555}._toolbarBtn_15e75_43 svg{flex-shrink:0}._editorContent_15e75_90{min-height:400px;max-height:700px;overflow-y:auto}._editorContent_15e75_90 .tiptap{padding:20px 24px;min-height:400px;outline:none;font-size:16px;line-height:1.7;color:#333}._editorContent_15e75_90 .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#adb5bd;pointer-events:none;height:0;font-style:italic}._editorContent_15e75_90 .tiptap h2{font-size:1.75em;font-weight:700;margin:1.2em 0 .6em;color:#1a1a1a;line-height:1.3}._editorContent_15e75_90 .tiptap h3{font-size:1.4em;font-weight:600;margin:1em 0 .5em;color:#222;line-height:1.3}._editorContent_15e75_90 .tiptap h4{font-size:1.15em;font-weight:600;margin:.8em 0 .4em;color:#333;line-height:1.3}._editorContent_15e75_90 .tiptap p{margin:.6em 0}._editorContent_15e75_90 .tiptap ul,._editorContent_15e75_90 .tiptap ol{padding-left:1.5em;margin:.6em 0}._editorContent_15e75_90 .tiptap li{margin:.25em 0}._editorContent_15e75_90 .tiptap blockquote{border-left:4px solid #667eea;margin:1em 0;padding:.5em 1em;background:#f8f9ff;border-radius:0 6px 6px 0;color:#555;font-style:italic}._editorContent_15e75_90 .tiptap hr{border:none;border-top:2px solid #e5e7eb;margin:1.5em 0}._editorContent_15e75_90 .tiptap a{color:#667eea;text-decoration:underline;cursor:pointer}._editorContent_15e75_90 .tiptap img{max-width:100%;height:auto;border-radius:8px;margin:1em 0;display:block}._editorContent_15e75_90 .tiptap img.ProseMirror-selectednode{outline:3px solid #667eea;outline-offset:2px;border-radius:8px}._editorContent_15e75_90 .tiptap code{background:#f1f3f5;padding:.15em .4em;border-radius:4px;font-size:.9em;font-family:SF Mono,Fira Code,monospace;color:#e53e3e}._editorContent_15e75_90 .tiptap pre{background:#1e1e1e;color:#d4d4d4;border-radius:8px;padding:16px 20px;margin:1em 0;overflow-x:auto;font-family:SF Mono,Fira Code,monospace;font-size:14px;line-height:1.6}._editorContent_15e75_90 .tiptap pre code{background:none;padding:0;border-radius:0;color:inherit;font-size:inherit}._editorContent_15e75_90::-webkit-scrollbar{width:6px}._editorContent_15e75_90::-webkit-scrollbar-track{background:transparent}._editorContent_15e75_90::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}._editorContent_15e75_90::-webkit-scrollbar-thumb:hover{background:#9ca3af}._page_q86f5_2{max-width:1400px;margin:0 auto;padding:0 24px 48px;background:#fff;min-height:100vh}._topBar_q86f5_11{display:flex;align-items:center;justify-content:space-between;padding:16px 0;margin-bottom:24px;border-bottom:1px solid #f0f0f0;position:sticky;top:0;background:#fff;z-index:20}._backBtn_q86f5_24{display:flex;align-items:center;gap:8px;background:none;border:none;color:#555;font-size:15px;font-weight:500;cursor:pointer;padding:8px 12px;border-radius:8px;transition:all .15s ease}._backBtn_q86f5_24:hover{background:#f5f5f5;color:#333}._topBarActions_q86f5_44{display:flex;align-items:center;gap:16px}._statusSelect_q86f5_50{display:flex;align-items:center;gap:8px}._viewsDisplay_q86f5_56{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#f5f5f5;border-radius:8px;color:#555;font-size:14px;font-weight:500}._viewsDisplay_q86f5_56 svg{color:#888}._statusLabel_q86f5_72{font-size:14px;color:#666;font-weight:500}._statusDropdown_q86f5_78{padding:8px 32px 8px 12px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;color:#333;background:#fff;cursor:pointer;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='%23666' 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 8px center;background-size:14px;transition:border-color .2s}._statusDropdown_q86f5_78:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._saveBtn_q86f5_100{display:flex;align-items:center;gap:8px;background:#667eea;border:none;border-radius:8px;padding:10px 20px;font-size:15px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease}._saveBtn_q86f5_100:hover{background:#5a6fd6;transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}._saveBtn_q86f5_100:active{transform:translateY(0)}._saveBtn_q86f5_100:disabled{background:#b0b8d6;cursor:not-allowed;transform:none;box-shadow:none}._errorBanner_q86f5_133{display:flex;align-items:center;gap:10px;padding:12px 16px;margin-bottom:20px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;font-size:14px}._errorBanner_q86f5_133 svg{flex-shrink:0}._errorBanner_q86f5_133 span{flex:1}._errorClose_q86f5_154{background:none;border:none;color:#dc2626;font-size:20px;cursor:pointer;padding:0 4px;line-height:1;opacity:.6;transition:opacity .15s}._errorClose_q86f5_154:hover{opacity:1}._layout_q86f5_171{display:grid;grid-template-columns:1fr 340px;gap:28px;align-items:start}._mainColumn_q86f5_178{display:flex;flex-direction:column;gap:20px;min-width:0}._sidebar_q86f5_185{display:flex;flex-direction:column;gap:20px;position:sticky;top:80px}._titleInput_q86f5_194{width:100%;padding:16px 0;border:none;border-bottom:2px solid #f0f0f0;font-size:28px;font-weight:700;color:#1a1a1a;background:transparent;transition:border-color .2s;outline:none;box-sizing:border-box}._titleInput_q86f5_194:focus{border-bottom-color:#667eea}._titleInput_q86f5_194::placeholder{color:#ccc;font-weight:400}._editorSection_q86f5_218{background:transparent}._card_q86f5_223{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:20px}._cardTitle_q86f5_230{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#333;margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}._fieldGroup_q86f5_243{margin-bottom:16px}._fieldGroup_q86f5_243:last-child{margin-bottom:0}._fieldLabel_q86f5_251{display:block;font-size:13px;font-weight:600;color:#555;margin-bottom:6px;text-transform:uppercase;letter-spacing:.03em}._input_q86f5_261{width:100%;padding:10px 12px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;color:#333;background:#fafafa;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}._input_q86f5_261:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;background:#fff}._input_q86f5_261::placeholder{color:#aaa}._textarea_q86f5_284{width:100%;padding:10px 12px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;color:#333;background:#fafafa;resize:vertical;min-height:72px;font-family:inherit;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}._textarea_q86f5_284:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;background:#fff}._textarea_q86f5_284::placeholder{color:#aaa}._fieldHint_q86f5_310{display:block;margin-top:4px;font-size:12px;color:#999}._coverUpload_q86f5_318{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:32px 16px;border:2px dashed #ddd;border-radius:10px;background:#fafafa;cursor:pointer;transition:all .2s ease;color:#999;text-align:center}._coverUpload_q86f5_318:hover{border-color:#667eea;background:#f5f7ff;color:#667eea}._coverUpload_q86f5_318 span{font-size:13px;font-weight:500}._coverPreview_q86f5_345{position:relative;border-radius:10px;overflow:hidden}._coverPreview_q86f5_345 img{width:100%;aspect-ratio:16 / 10;object-fit:cover;display:block;border-radius:10px}._coverActions_q86f5_359{display:flex;gap:8px;margin-top:10px}._coverChangeBtn_q86f5_365,._coverRemoveBtn_q86f5_366{flex:1;padding:7px 0;border:1px solid #e0e0e0;border-radius:7px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;text-align:center}._coverChangeBtn_q86f5_365{background:#f5f5f5;color:#555}._coverChangeBtn_q86f5_365:hover{background:#eee}._coverRemoveBtn_q86f5_366{background:#fff;color:#dc2626;border-color:#fecaca}._coverRemoveBtn_q86f5_366:hover{background:#fef2f2}._loadingScreen_q86f5_398{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:120px 0;color:#888;font-size:16px}._spinner_q86f5_409{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:currentColor;border-radius:50%;animation:_spin_q86f5_409 .6s linear infinite;flex-shrink:0}._loadingScreen_q86f5_398 ._spinner_q86f5_409{width:32px;height:32px;border:3px solid #e0e0e0;border-top-color:#667eea}@keyframes _spin_q86f5_409{to{transform:rotate(360deg)}}@media(max-width:1024px){._layout_q86f5_171{grid-template-columns:1fr}._sidebar_q86f5_185{position:static}}@media(max-width:640px){._page_q86f5_2{padding:0 12px 32px}._topBar_q86f5_11{flex-direction:column;align-items:stretch;gap:12px}._topBarActions_q86f5_44{justify-content:space-between}._titleInput_q86f5_194{font-size:22px}._layout_q86f5_171{gap:16px}}._submissions-page_lveo2_1{max-width:1400px;margin:0 auto;padding:32px 24px;background:#fff}._header_lveo2_8{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:16px;flex-wrap:wrap}._title_lveo2_17{margin:0;font-size:24px;font-weight:600;color:#222}._subtitle_lveo2_24{margin:6px 0 0;color:#666;font-size:14px}._filters_lveo2_30{display:flex;gap:8px;flex-wrap:wrap}._filter-btn_lveo2_36{background:#f0f0f0;border:1px solid transparent;border-radius:6px;padding:8px 14px;font-size:14px;color:#444;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}._filter-btn_lveo2_36:hover{background:#e8e8e8}._filter-btn-active_lveo2_51{background:#222;color:#fff;border-color:#222}._count_lveo2_57{color:#666;font-size:16px;margin-bottom:12px}._error-state_lveo2_63{background:#fdecea;color:#c62828;padding:12px 16px;border:1px solid #f5c6c0;border-radius:6px;margin-bottom:16px;font-size:14px}._table_lveo2_74{border:1px solid #ececec;border-radius:8px;overflow:hidden;background:#fff}._table-header_lveo2_81,._row_lveo2_82{display:grid;grid-template-columns:160px 1.3fr 1fr 1.5fr 90px 120px 140px;gap:12px;align-items:center;padding:14px 20px}._table-header_lveo2_81{background:#fafafa;font-size:13px;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #ececec}._row_lveo2_82{border-top:1px solid #f1f1f1;cursor:pointer;transition:background .15s ease;font-size:14px;color:#333}._row_lveo2_82:first-child{border-top:none}._row_lveo2_82:hover{background:#fafafa}._row-expanded_lveo2_116{background:#f5f5f5}._cell_lveo2_120{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._email-link_lveo2_126{color:#1a73e8;text-decoration:none}._email-link_lveo2_126:hover{text-decoration:underline}._thumb-count_lveo2_135{display:inline-flex;align-items:center;gap:4px;color:#555}._thumb-count_lveo2_135 ._material-icons_lveo2_142{font-size:18px!important}._thumb-empty_lveo2_146{color:#aaa}._status-badge_lveo2_151{display:inline-block;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.4px}._status-new_lveo2_161{background:#fff3e0;color:#c05621}._status-handled_lveo2_166{background:#e6f4ea;color:#1e7c3a}._actions_lveo2_171{display:flex;justify-content:flex-end;gap:4px}._icon-btn_lveo2_177{background:transparent;border:none;padding:6px;border-radius:6px;color:#555;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}._icon-btn_lveo2_177:hover:not(:disabled){background:#e8e8e8;color:#222}._icon-btn_lveo2_177:disabled{opacity:.5;cursor:not-allowed}._icon-btn_lveo2_177 ._material-icons_lveo2_142{font-size:20px!important}._row-wrapper_lveo2_205{border-top:1px solid #f1f1f1}._row-wrapper_lveo2_205:first-child,._row-wrapper_lveo2_205 ._row_lveo2_82{border-top:none}._details_lveo2_217{background:#fafafa;padding:20px 24px;border-top:1px solid #ececec;display:grid;grid-template-columns:1fr 1fr;gap:24px}._details-heading_lveo2_226{margin:0 0 10px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#555}._description-text_lveo2_235{margin:0;white-space:pre-wrap;line-height:1.55;color:#222;font-size:14px}._no-images_lveo2_243{margin:0;color:#888;font-style:italic;font-size:14px}._image-grid_lveo2_250{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px}._image-tile_lveo2_256{display:block;aspect-ratio:1 / 1;border-radius:6px;overflow:hidden;background:#eee;border:1px solid #ddd;cursor:zoom-in}._image-tile_lveo2_256 img{width:100%;height:100%;object-fit:cover;display:block}._loading-state_lveo2_274,._empty-state_lveo2_275{padding:40px 20px;text-align:center;color:#777;font-size:15px}@media(max-width:1024px){._table-header_lveo2_81,._row_lveo2_82{grid-template-columns:140px 1.2fr 1fr 1.4fr 80px 110px 130px;padding:12px 16px}._details_lveo2_217{grid-template-columns:1fr}}@media(max-width:768px){._submissions-page_lveo2_1{padding:20px 14px}._table-header_lveo2_81{display:none}._row_lveo2_82{grid-template-columns:1fr;gap:6px;padding:14px 16px}._row_lveo2_82 ._cell_lveo2_120{white-space:normal}._actions_lveo2_171{justify-content:flex-start;margin-top:4px}}
