.btn-primary{background:var(--accent,#0d9488)!important;color:#fff!important;cursor:pointer!important;border:0!important;border-radius:999px!important;padding:8px 14px!important;font-weight:500!important}.btn-primary:hover{background:var(--accent-hover,#0f766e)!important}.btn-secondary{color:var(--text,#1e293b)!important;border:1px solid var(--border-warm,#e8dccd)!important;cursor:pointer!important;background:#fff!important;border-radius:999px!important;padding:8px 12px!important;font-weight:500!important}.btn-secondary:hover{border-color:var(--accent,#0d9488)!important}.btn-danger{background:var(--danger,#b3261e)!important;color:#fff!important;cursor:pointer!important;border:0!important;border-radius:999px!important;padding:8px 12px!important;font-weight:500!important}.btn-danger:hover{background:var(--danger-hover,#9a2a2a)!important}.btn-primary:disabled,.btn-secondary:disabled,.btn-danger:disabled{opacity:.6!important;cursor:not-allowed!important;pointer-events:none!important}.wtopy-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-top:20px;padding-bottom:20px;display:grid}.wtopy-card{border:1px solid var(--border-warm,#e8dccd);cursor:pointer;background:#fff;border-radius:16px;flex-direction:column;padding:16px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a}.wtopy-card:before{content:"";background:linear-gradient(90deg, var(--accent,#0d9488), #2dd4bf);opacity:0;height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.wtopy-card:hover{border-color:var(--accent,#0d9488);transform:translateY(-4px);box-shadow:0 8px 24px #0d948833}.wtopy-card:hover:before{opacity:1}.wtopy-card-image{object-fit:cover;background:#f5f5f5;border-radius:8px;width:100%;height:200px;margin-bottom:12px}.wtopy-card-image-placeholder{color:#ccc;background:linear-gradient(135deg,#f5f5f5 0%,#e8e8e8 100%);border:2px dashed #e0e0e0;border-radius:8px;justify-content:center;align-items:center;width:100%;height:200px;margin-bottom:12px;font-size:64px;transition:all .3s;display:flex}.wtopy-card:hover .wtopy-card-image-placeholder{border-color:var(--accent,#0d9488);color:var(--accent,#0d9488);background:linear-gradient(135deg,#ecfeff 0%,#ccfbf1 100%)}.wtopy-card-kod{color:var(--text-muted,#64748b);text-transform:uppercase;margin-bottom:4px;font-size:11px}.wtopy-card-producent{color:var(--text,#1e293b);margin-bottom:8px;font-size:16px;font-weight:700}.wtopy-card-nazwa{color:var(--text-muted,#64748b);margin-bottom:8px;font-size:14px;line-height:1.4}.wtopy-card-rozmiar{color:var(--text-muted,#64748b);margin-bottom:12px;font-size:13px}.wtopy-card-ilosc{color:var(--accent,#0d9488);margin-bottom:8px;font-size:24px;font-weight:700}.wtopy-card-date{color:var(--text-muted,#64748b);border-top:1px solid #f0f0f0;margin-top:auto;padding-top:8px;font-size:11px}.wtopy-card-actions{z-index:10;opacity:0;gap:6px;transition:opacity .2s;display:flex;position:absolute;top:12px;right:12px}.wtopy-card:hover .wtopy-card-actions{opacity:1}.wtopy-card-actions button{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-warm,#e8dccd);cursor:pointer;background:#fffffff2;border-radius:8px;padding:6px 10px;font-size:14px;transition:all .2s;box-shadow:0 2px 8px #0000001a}.wtopy-card-actions button:hover{border-color:var(--accent,#0d9488);background:#fff;transform:scale(1.05);box-shadow:0 4px 12px #0d948833}.wtopy-filters{border:1px solid var(--border-warm,#e8dccd);background:#fff;border-radius:16px;flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:24px;padding:20px;display:flex;box-shadow:0 2px 8px #0000000a}.wtopy-search-input{border:2px solid var(--border-warm,#e8dccd);background:#fafafa;border-radius:10px;flex:1;min-width:200px;padding:12px 16px;font-size:14px;transition:all .2s}.wtopy-search-input:focus{border-color:var(--accent,#0d9488);background:#fff;outline:none;box-shadow:0 0 0 3px #0d94881a}.wtopy-search-input::placeholder{color:var(--text-muted,#64748b)}.wtopy-sort-select{border:2px solid var(--border-warm,#e8dccd);cursor:pointer;background:#fff;border-radius:10px;min-width:160px;padding:12px 16px;font-size:14px;transition:all .2s}.wtopy-sort-select:focus{border-color:var(--accent,#0d9488);outline:none;box-shadow:0 0 0 3px #0d94881a}.wtopy-sort-select:hover{border-color:var(--accent,#0d9488)}.wtopy-export-pdf-btn{white-space:nowrap}.wtopy-modal{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.wtopy-modal-content{background:#fff;border-radius:20px;width:100%;max-width:600px;max-height:90vh;padding:32px;animation:.3s slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.wtopy-modal-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.wtopy-modal-close{cursor:pointer;color:var(--text-muted,#64748b);width:var(--touch-min,44px);height:var(--touch-min,44px);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;font-size:24px;transition:background-color .2s;display:flex}.wtopy-modal-close:hover{background-color:#f3f4f6}.wtopy-form-group{margin-bottom:16px}.wtopy-form-label{color:var(--text,#1e293b);margin-bottom:6px;font-size:14px;font-weight:500;display:block}.wtopy-form-input,.wtopy-form-textarea,.wtopy-form-input[type=file]{border:2px solid var(--border-warm,#e8dccd);box-sizing:border-box;background:#fafafa;border-radius:10px;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;transition:all .2s}.wtopy-form-input[type=file]{cursor:pointer;padding:10px}.wtopy-form-input[type=file]:hover{border-color:var(--accent,#0d9488);background:#fff}.wtopy-form-input[type=file]::file-selector-button{border:1px solid var(--border-warm,#e8dccd);color:var(--text,#1e293b);cursor:pointer;background:#fff;border-radius:6px;margin-right:12px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.wtopy-form-input[type=file]::file-selector-button:hover{background:var(--accent,#0d9488);color:#fff;border-color:var(--accent,#0d9488)}.wtopy-upload-zone{border:2px dashed var(--border-warm,#e8dccd);text-align:center;cursor:pointer;background:#fafafa;border-radius:12px;justify-content:center;align-items:center;min-height:200px;padding:40px 20px;transition:all .3s;display:flex;position:relative}.wtopy-upload-zone:hover{border-color:var(--accent,#0d9488);background:var(--accent-soft,#0d948814)}.wtopy-upload-zone-active{border-color:var(--accent,#0d9488);background:var(--accent-soft,#0d948814);border-style:solid;box-shadow:0 0 0 4px #0d94881a}.wtopy-upload-zone-uploading{cursor:wait;opacity:.7}.wtopy-upload-zone-content{flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;display:flex}.wtopy-upload-icon{opacity:.6;margin-bottom:8px;font-size:48px}.wtopy-upload-text{color:var(--text,#1e293b);margin-bottom:4px;font-size:16px;font-weight:500}.wtopy-upload-hint{color:var(--text-muted,#64748b);font-size:13px}.wtopy-upload-preview{border:2px solid var(--border-warm,#e8dccd);object-fit:contain;border-radius:12px;max-width:100%;max-height:300px;margin-bottom:8px;box-shadow:0 2px 8px #0000001a}.wtopy-upload-spinner{border:3px solid var(--border-warm,#e8dccd);border-top-color:var(--accent,#0d9488);border-radius:50%;width:32px;height:32px;margin-bottom:12px;animation:.8s linear infinite spin}.wtopy-upload-info{color:var(--text-muted,#64748b);border:1px solid var(--border-warm,#e8dccd);text-align:center;background:#f8f8f8;border-radius:8px;margin-top:12px;padding:8px 12px;font-size:13px}.wtopy-form-input:focus,.wtopy-form-textarea:focus{border-color:var(--accent,#0d9488);background:#fff;outline:none;box-shadow:0 0 0 3px #0d94881a}.wtopy-form-input::placeholder,.wtopy-form-textarea::placeholder{color:var(--text-muted,#64748b)}.wtopy-form-group .wtopy-form-input[type=number]{flex:1}.wtopy-form-group select.wtopy-form-input{flex-shrink:0;min-width:100px}.wtopy-form-textarea{resize:vertical;min-height:100px;line-height:1.5}.wtopy-form-actions{border-top:1px solid #f0f0f0;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:24px;display:flex}.wtopy-empty-state{text-align:center;color:var(--text-muted,#64748b);padding:60px 20px}.wtopy-empty-state-icon{opacity:.5;margin-bottom:16px;font-size:64px}.wtopy-empty-state-text{color:var(--text-muted,#64748b);margin-bottom:8px;font-size:16px}.wtopy-empty-state-hint{color:var(--text-muted,#64748b);font-size:14px}.wtopy-page-title{color:var(--text,#1e293b);margin-bottom:8px;font-size:28px;font-weight:700;line-height:1.2}.wtopy-page-subtitle{color:var(--text-muted,#64748b);margin-bottom:24px;font-size:14px}.wtopy-loading{color:var(--text-muted,#64748b);justify-content:center;align-items:center;padding:40px;font-size:14px;display:flex}.wtopy-loading:before{content:"";border:3px solid var(--border-warm,#e8dccd);border-top-color:var(--accent,#0d9488);border-radius:50%;width:20px;height:20px;margin-right:12px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.wtopy-error{background:var(--danger-soft,#b3261e1a);border:1px solid var(--danger-soft,#b3261e1a);color:var(--danger,#b3261e);text-align:center;border-radius:10px;margin:20px 0;padding:16px}.wtopy-add-button{white-space:nowrap;align-items:center;gap:8px;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #0d94884d}.wtopy-add-button:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0d948866}.wtopy-add-button:active{transform:translateY(0)}.wtopy-add-button span{font-size:18px;font-weight:700}.wtopy-card:hover .wtopy-card-producent{color:var(--accent,#0d9488);transition:color .2s}.wtopy-card:hover .wtopy-card-ilosc{transition:transform .2s;transform:scale(1.05)}.wtopy-card-image-placeholder{position:relative;overflow:hidden}.wtopy-card-image-placeholder:before{content:"";opacity:.3;border:3px solid;border-radius:50%;width:60px;height:60px;margin:-30px 0 0 -30px;position:absolute;top:50%;left:50%}.wtopy-card-image-placeholder:after{content:"";opacity:.5;border:3px solid;border-top-color:#0000;border-radius:50%;width:40px;height:40px;margin:-20px 0 0 -20px;animation:1s linear infinite spin;position:absolute;top:50%;left:50%}@media (max-width:768px){.wtopy-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.wtopy-filters{flex-direction:column}.wtopy-search-input,.wtopy-sort-select{width:100%}.wtopy-modal-content{max-height:95vh;padding:16px}}@media (max-width:480px){.wtopy-grid{grid-template-columns:1fr}.wtopy-card-image,.wtopy-card-image-placeholder{height:150px}.wtopy-page-title{font-size:24px}.wtopy-filters{padding:16px}.wtopy-modal-content{border-radius:16px;padding:20px}}.wtopy-card-ilosc{align-items:baseline;gap:4px;display:flex}.wtopy-modal-content,.wtopy-category-list{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.wtopy-modal-content::-webkit-scrollbar{width:10px}.wtopy-category-list::-webkit-scrollbar{width:10px}.wtopy-modal-content::-webkit-scrollbar-track{background:0 0;margin:20px 0}.wtopy-category-list::-webkit-scrollbar-track{background:0 0;margin:20px 0}.wtopy-modal-content::-webkit-scrollbar-thumb{background:#cbd5e1 padding-box content-box;border:3px solid #0000;border-radius:999px}.wtopy-category-list::-webkit-scrollbar-thumb{background:#cbd5e1 padding-box content-box;border:3px solid #0000;border-radius:999px}.wtopy-modal-content::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.wtopy-category-list::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.wtopy-form-label:has(+input[required]):after{content:" *";color:var(--accent,#0d9488);font-weight:600}.wtopy-form-label:has(+textarea[required]):after{content:" *";color:var(--accent,#0d9488);font-weight:600}.wtopy-card{animation:.3s both fadeInCard}@keyframes fadeInCard{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.wtopy-card:first-child{animation-delay:50ms}.wtopy-card:nth-child(2){animation-delay:.1s}.wtopy-card:nth-child(3){animation-delay:.15s}.wtopy-card:nth-child(4){animation-delay:.2s}.wtopy-card:nth-child(5){animation-delay:.25s}.wtopy-card:nth-child(6){animation-delay:.3s}.wtopy-card:nth-child(n+7){animation-delay:.35s}.wtopy-card-kategoria{text-transform:uppercase;letter-spacing:.04em;color:var(--accent,#0d9488);background:var(--accent-soft,#0d948814);border:1px solid #0d948840;border-radius:999px;align-self:flex-start;margin-bottom:8px;padding:2px 10px;font-size:11px;font-weight:600;display:inline-block}.wtopy-card-prices{flex-direction:column;gap:2px;margin-bottom:8px;font-size:13px;display:flex}.wtopy-card-price{color:var(--text,#1e293b)}.wtopy-card-price-label{color:var(--text-muted,#64748b)}.wtopy-card-price-suggested{font-weight:700}.wtopy-form-row{gap:12px;display:flex}.wtopy-form-row .wtopy-form-group{flex:1;min-width:0}@media (max-width:520px){.wtopy-form-row{flex-direction:column;gap:0}}.wtopy-category-add{gap:8px;margin-bottom:16px;display:flex}.wtopy-category-add .wtopy-form-input{flex:1;min-width:0}.wtopy-category-add .btn{white-space:nowrap}.wtopy-category-list{flex-direction:column;gap:8px;max-height:320px;margin:0 0 16px;padding:0;list-style:none;display:flex;overflow-y:auto}.wtopy-category-row{border:1px solid var(--border-warm,#e8dccd);background:#fafafa;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.wtopy-category-name{color:var(--text,#1e293b);overflow-wrap:anywhere;font-size:14px;font-weight:600}.wtopy-category-actions{flex-shrink:0;gap:6px;display:flex}.wtopy-category-actions .btn{font-size:13px}.wtopy-category-empty{color:var(--text-muted,#64748b);margin:0 0 16px;font-size:14px}
