/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-font-weight:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--font-weight-bold:700;--radius-md:.375rem;--radius-xl:.75rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.relative{position:relative}.static{position:static}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.m-0{margin:calc(var(--spacing)*0)}.mt-3{margin-top:calc(var(--spacing)*3)}.mb-0{margin-bottom:calc(var(--spacing)*0)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.w-full{width:100%}.shrink{flex-shrink:1}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.gap-2{gap:calc(var(--spacing)*2)}.gap-4{gap:calc(var(--spacing)*4)}.rounded-md{border-radius:var(--radius-md)}.rounded-xl{border-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.bg-\[\#f7f9fc\]{background-color:#f7f9fc}.p-4{padding:calc(var(--spacing)*4)}.px-2{padding-inline:calc(var(--spacing)*2)}.py-1{padding-block:calc(var(--spacing)*1)}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}@media (min-width:48rem){.md\:flex-row{flex-direction:row}}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}*{font-family:Inter;box-sizing:border-box!important}body,html{margin:0;padding:0;min-height:100vh;background-color:#101010;max-width:100vw;overflow-x:hidden}@media (max-width: 768px){body{display:unset}}a,a:link,a:visited{color:inherit;text-decoration:none}.search-form{width:100%;max-width:270px;height:48px;filter:drop-shadow(0px 12px 24px rgba(0,72,217,.05));border:1px solid #F2ECFF;border-radius:30px!important;padding:16px 30px!important;background-image:url(/images/search-normal.svg);background-repeat:no-repeat;background-position:right 20px center;transition:.3s;font-size:14px;font-weight:600;line-height:1;color:#000}.search-form:focus{border-color:#5459ea}.search-form::placeholder{color:#9da3bb}.button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:4px;border:1px solid #5459EA;background-color:#fff;color:#5459ea;text-align:center;font-size:13px;font-style:normal;font-weight:500;line-height:normal;cursor:pointer}.button img{width:14px;height:13px}.button:hover{background-color:#f7fafc}.button-orange{background-color:#ff9533;color:#fff;padding:11px 19px;font-size:13px;font-style:normal;font-weight:500;display:inline-flex;line-height:1;border:none;cursor:pointer;transition:.3s}.button-orange:hover{background-color:#ff9533}.header-actions{display:flex;align-items:center;gap:1rem}.header-actions .export-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:4px;border:1px solid #5459EA;background-color:#fff;color:#5459ea;text-align:center;font-size:13px;font-style:normal;font-weight:500;line-height:normal;cursor:pointer;width:124px;height:38px}.header-actions .export-button img{width:14px;height:13px}.header-actions .export-button:hover{background-color:#f7fafc}.header-actions .report-button{padding:.5rem 1rem;border-radius:4px;height:38px;background:#5459ea;color:#fff;text-align:center;font-size:13px;font-style:normal;font-weight:500;line-height:normal;border:none;cursor:pointer;font-size:.875rem;transition:transform .2s ease}.header-actions .report-button:hover{background-color:#5459ea;transform:translateY(-2px)}.status{display:inline-flex;align-items:center;gap:4px;justify-content:center;padding:4px 8px;border-radius:9px;font-size:9px;font-weight:500}.status.w-przygotowaniu,.status-waiting,.status-in_progress,.status.waiting,.status.in_progress,.status.interwencja{background:#ff95331a;color:#ff9533}.status.anulowane,.status.zatrzymane,.status.stopped,.status.withdrawn,.status.wycofane{background:#ff333f1a;color:#ff333f}.status.gotowe,.status.aktywny,.status.done,.status-done{background:#24c18f1a;color:#24c18f}.status.active{filter:brightness(150%)}.container{padding:0 2rem;width:100%;margin:0}.container h1{color:#2e3a59;font-size:24px}.container h2{color:#2e3a59;font-size:18px}@media (max-width: 768px){.container{padding:0}}.table{width:100%;border-collapse:collapse;text-align:left}.table th{padding:.55rem .25rem}.table td{color:#192a3e;font-size:10px;font-style:normal;font-weight:500;line-height:normal}.actions-column{display:flex;align-items:center}.product-card{display:flex;gap:29px;padding:32px;background:#fff;border-radius:12px;max-width:1000px;filter:drop-shadow(0px 12px 24px rgba(0,72,217,.05))}.product-card .product-form{flex:1}.product-card .product-form h1{font-size:24px;font-weight:600;color:#111827}.product-card .product-form .form-row{display:flex;gap:24px;margin-bottom:16px}@media (max-width: 768px){.product-card .product-form .form-row{flex-direction:column;padding:0}}@media (max-width: 768px){.product-card{flex-direction:column;padding:0}}.product-image{display:flex;flex-direction:column;gap:16px}.product-image .product-content .main-image{width:306.738px;height:344.925px;border-radius:8px;border:1px solid #EFF0F4;background:#f7f8fa;box-shadow:0 4px 4px #00000040;overflow:hidden}.product-image .product-content .main-image img{width:100%;height:100%;object-fit:contain;object-position:center}.product-image .thumbnail-container{display:flex;align-items:center;justify-content:center;gap:8px;padding:4px}.product-image .thumbnail-container .swipe-button{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:8px;cursor:pointer}.product-image .thumbnail-container .swipe-button .swipe-icon{width:11px;height:26px}.product-image .thumbnail-container .image-gallery{display:flex;gap:8px}.product-image .thumbnail-container .image-gallery .thumbnail{width:70px;height:70px;border-radius:8px;border:1px solid #EFF0F4;background:#f7f8fa;box-shadow:0 4px 4px #00000040;overflow:hidden}.product-image .thumbnail-container .image-gallery .thumbnail.empty{background:#f7f8fa}.product-image .thumbnail-container .image-gallery .thumbnail.selected{border:2px solid #5459EA}.product-image .thumbnail-container .image-gallery .thumbnail img{width:100%;height:100%;object-fit:cover}.product-image .button-container{display:flex;justify-content:center;width:100%;margin-top:8px}.product-image .add-photos-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:180px;height:38px;color:#5459ea;text-align:center;font-size:13px;font-style:normal;font-weight:500;line-height:normal;border-radius:4px;border:1px solid #5459EA;background:transparent;cursor:pointer;transition:transform .2s ease;margin-top:8px}.product-image .add-photos-btn:hover{background-color:#fff;transform:translateY(-2px)}.product-image .add-photos-btn svg{width:16px;height:16px}.product-image .add-photos-btn img{width:16px;height:16px}.product-image .placeholder-screens{display:flex;align-items:center;gap:16px;width:100%;height:300px}.product-image .screen-placeholders{display:flex;gap:8px;flex:1}.product-image .placeholder-screen{flex:1;height:100%;background:#fff;border:1px dashed #EFF0F4;border-radius:8px}.product-image .swipe-button{background:none;border:none;padding:8px;cursor:pointer;transition:opacity .2s ease;display:flex;align-items:center;justify-content:center}.product-image .swipe-button:disabled{opacity:.5;cursor:not-allowed}.product-image .swipe-button:not(:disabled):hover{opacity:.8}.product-image .swipe-button .swipe-icon{width:11px;height:26px}.product-image .thumbnail{width:70px;height:70px}.product-image .product-content{max-width:400px}.form-actions{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:24px}.form-actions .right-actions,.form-actions .left-actions{display:flex;gap:12px}.document-container{margin-top:20px}.document-container .document-item{display:flex;justify-content:space-between;align-items:center;padding:8px;margin:5px 0;background:#fff;border-radius:4px}.document-container .document-item a svg{width:20px;height:20px}.document-container .document-form{margin-top:10px;display:flex;flex-direction:column;gap:10px}.document-container .document-form input{padding:8px;border:1px solid #ddd;border-radius:4px}.document-container .document-form button{padding:8px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer}.document-container .document-form button:disabled{background-color:#ccc;cursor:not-allowed}.document-container .document-form button:hover:not(:disabled){background-color:#0056b3}.add-document-btn{margin-top:10px;padding:8px 16px;background-color:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer}.add-document-btn:hover{background-color:#218838}.searchable-select-wrapper{position:relative;width:100%}.searchable-dropdown{position:absolute;top:100%;left:0;right:0;max-height:200px;overflow-y:auto;background:#fff;border:1px solid #E4E6EE;border-radius:4px;box-shadow:0 4px 6px #0000001a;z-index:1000;margin-top:4px}.dropdown-item{padding:10px 12px;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;color:#2e3a59;transition:background-color .2s ease}.dropdown-item:hover{background-color:#f7f9fc}.dropdown-item:active{background-color:#e4e6ee}body{margin:0;padding:0;height:100%;background-color:#101010;display:flex;justify-content:center;align-items:center}.main-login{display:flex;justify-content:center;align-items:center;width:calc(100vw - 60px);max-width:1920px;min-height:calc(100vh - 60px);margin:30px}.login-container{display:flex;width:100%;height:100%;background-color:#fff;border-radius:30px;box-shadow:0 0 10px #ffffff4d,0 0 20px #fff3}.image-section{display:none;width:75%}.image-login{width:100%;height:100%;object-fit:cover;background-color:#101010;border-top-left-radius:30px;border-bottom-left-radius:30px;margin:0;padding:0}.form-section{width:100%;padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.form-section .logo{width:auto;width:300px;height:124px;margin-bottom:2rem}.form-section h2{color:#252733;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:normal;text-align:center;margin-bottom:.5rem}.form-section h3{color:#9fa2b4;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;margin-top:0;line-height:normal;text-align:center;margin-bottom:1.5rem}.login-form{width:100%;max-width:400px}.login-form .form-group{margin-bottom:1rem;color:#101010;font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:normal}.login-form .form-group label{display:block;font-size:.875rem;font-weight:500;color:#333;margin-bottom:.5rem}.login-form .form-group input{width:100%;padding:.75rem 1rem;height:57.831px;color:#9fa2b4;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:normal;border-radius:8px;border:1px solid #101010;background:#fcfdfe}.login-form .form-group input:focus{border-color:#f97316;box-shadow:0 0 0 1px #f97316}.login-form .form-group input::placeholder{color:#9ca3af}button{width:100%;background:#101010;color:#fff;font-size:16px;font-family:Inter;font-weight:700;line-height:normal;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s;display:inline-flex;justify-content:center;align-items:center}button:hover{background-color:#333}button:disabled{opacity:.5;cursor:not-allowed}.button-icon{width:25px;height:28px;margin-right:18px;animation:spin 1s linear infinite}.error{color:#dc2626;font-size:.875rem;margin-top:.25rem}p{font-size:.875rem;color:#4b5563;text-align:center;margin-top:1rem}@media (min-width: 768px){.image-section{display:block}.form-section{width:50%}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}
