:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}.auth-page{background:#f4f6f8;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.auth-page__card{width:100%}.auth-page__header{margin-bottom:20px}.auth-page__title{color:#111827;margin:0 0 8px;font-size:28px}.auth-page__subtitle{color:#6b7280;margin:0;font-size:14px}.auth-page__languages{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.auth-page__language-btn{min-width:100px}.auth-page__form{margin-bottom:12px}.auth-page__switch{justify-content:flex-end;display:flex}.btn{cursor:pointer;border:1px solid #0000;border-radius:8px;padding:12px 16px;font-size:14px;font-weight:600;transition:background-color .2s,border-color .2s,opacity .2s}.btn:disabled{opacity:.7;cursor:not-allowed}.btn--full-width{width:100%}.btn--default{color:#1f2937;background:#e9ecef}.btn--default:hover:not(:disabled){background:#dde2e6}.btn--primary{color:#fff;background:#0a66c2}.btn--primary:hover:not(:disabled){background:#0958a8}.btn--secondary{color:#1f2937;background:#fff;border-color:#d1d5db}.btn--secondary:hover:not(:disabled){background:#f9fafb}.btn--ghost{color:#0a66c2;background:0 0;border-color:#0000}.btn--ghost:hover:not(:disabled){background:#0a66c214}.card{box-sizing:border-box;background:#fff;border-radius:16px}.card--default{padding:24px;box-shadow:0 8px 24px #00000014}.card--outlined{border:1px solid #e5e7eb;padding:24px}.card--compact{border:1px solid #e5e7eb;padding:16px}.card--auth{width:100%;max-width:420px;padding:24px;box-shadow:0 8px 24px #00000014}.login-form{flex-direction:column;gap:16px;display:flex}.login-form__message{border-radius:8px;padding:10px 12px;font-size:14px}.login-form__message--error{color:#dc143c;background:#ffe5e5}.input{box-sizing:border-box;color:#111827;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-size:14px;transition:border-color .2s,box-shadow .2s}.input--default{background:#fff;border:1px solid #d1d5db}.input--default:focus{border-color:#0a66c2;box-shadow:0 0 0 3px #0a66c226}.input--error{background:#fff;border:1px solid #dc143c}.input--error:focus{border-color:#dc143c;box-shadow:0 0 0 3px #dc143c1f}.form-field{flex-direction:column;gap:6px;display:flex}.form-field__label{color:#111827;font-size:14px;font-weight:600}.form-field__error{color:#dc143c;font-size:13px}.forgot-password-form{flex-direction:column;gap:16px;display:flex}.forgot-password-form__message{border-radius:8px;padding:10px 12px;font-size:14px}.forgot-password-form__message--error{color:#dc143c;background:#ffe5e5}.forgot-password-form__message--success{color:#166534;background:#e8ffe8}.reset-password-page{background:#f4f6f8;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.reset-password-page__card{width:100%}.reset-password-page__header{margin-bottom:20px}.reset-password-page__title{color:#111827;margin:0 0 8px;font-size:28px}.reset-password-page__subtitle{color:#6b7280;margin:0;font-size:14px}.reset-password-page__languages{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.reset-password-page__language-btn{min-width:100px}.reset-password-page__form{margin-bottom:16px}.reset-password-page__footer{text-align:right}.reset-password-form{flex-direction:column;gap:16px;display:flex}.reset-password-form__message{border-radius:8px;padding:10px 12px;font-size:14px}.reset-password-form__message--error{color:#dc143c;background:#ffe5e5}.reset-password-form__message--success{color:#166534;background:#e8ffe8}.main-page{background:#f9fafb;min-height:100vh}.main-page__content{box-sizing:border-box;width:100%;padding:24px}@media (width<=768px){.main-page__content{padding:16px}}@media (width<=480px){.main-page__content{padding:12px}}.main-header{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;padding:16px 24px;display:flex}.main-header__left{align-items:center;gap:24px;min-width:0;display:flex}.main-header__brand{color:#111827;white-space:nowrap;font-size:20px;font-weight:700}.main-header__store{color:#374151;flex-wrap:wrap;align-items:center;gap:6px;min-width:0;font-size:14px;display:flex}.main-header__store-label{font-weight:600}.main-header__store-value{color:#111827;overflow-wrap:anywhere}.main-header__right{flex-shrink:0;align-items:center;gap:12px;display:flex}.main-header__desktop-actions{align-items:center;gap:12px;display:flex}.main-header__mobile-actions{display:none}.main-header__mobile-menu-panel{flex-direction:column;gap:12px;min-width:220px;display:flex}.main-header__dropdown-content{flex-direction:column;gap:4px;display:flex}.main-header__menu-info{color:#374151;border-radius:8px;padding:10px 12px;font-size:14px}.main-header__menu-item{text-align:left;cursor:pointer;color:#111827;background:0 0;border:none;border-radius:8px;width:100%;padding:10px 12px;font-size:14px}.main-header__menu-item:hover{background:#f3f4f6}.main-header__menu-item--active{background:#eef4ff;font-weight:600}@media (width<=768px){.main-header{align-items:flex-start;padding:12px 16px}.main-header__left{flex-direction:column;align-items:flex-start;gap:8px}.main-header__desktop-actions{display:none}.main-header__mobile-actions{align-items:center;display:flex}.main-header__mobile-menu-panel>*{width:100%}}@media (width<=480px){.main-header__brand{font-size:18px}.main-header__store{font-size:13px}}.dropdown{position:relative}.dropdown__trigger{display:inline-flex}.dropdown__menu{z-index:100;background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:220px;padding:8px;position:absolute;top:calc(100% + 8px);box-shadow:0 10px 30px #00000014}.dropdown__menu--right{right:0}.dropdown__menu--left{left:0}.roles-popup__state{color:#374151;font-size:14px}.roles-popup__state--error{color:#dc143c}.roles-popup__table-wrapper{overflow-x:auto}.roles-popup__table{border-collapse:collapse;width:100%}.roles-popup__table th,.roles-popup__table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:12px 10px;font-size:14px}.roles-popup__table th{color:#111827;background:#f9fafb;font-weight:700}.modal-overlay{z-index:200;box-sizing:border-box;background:#11182773;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:720px;max-height:calc(100vh - 40px);display:flex;overflow:hidden;box-shadow:0 16px 40px #0000002e}.modal__header{background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.modal__title{color:#111827;margin:0;font-size:20px}.modal__close{cursor:pointer;color:#6b7280;background:0 0;border:none;font-size:24px;line-height:1}.modal__content{min-height:0;padding:20px;overflow:visible auto}@media (width<=768px){.modal-overlay{padding:12px}.modal{border-radius:12px;max-height:calc(100vh - 24px)}.modal__header{padding:14px 16px}.modal__content{padding:16px}}.selected-customer-toast{z-index:160;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f0fdf4c7;border:1px solid #bbf7d0;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:12px;width:min(340px,100vw - 40px);padding:12px 12px 12px 14px;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 12px 28px #0f172a29}.selected-customer-toast__content{flex-direction:column;gap:4px;min-width:0;display:flex}.selected-customer-toast__label{color:#15803d;text-transform:uppercase;font-size:12px;font-weight:800}.selected-customer-toast__name{color:#111827;word-break:break-word;font-size:15px;line-height:1.35}.selected-customer-toast__order{color:#374151;word-break:break-word;font-size:13px;line-height:1.35}.selected-customer-toast__actions{flex:none;align-items:center;gap:8px;display:flex}.selected-customer-toast__clear,.selected-customer-toast__close{color:#166534;cursor:pointer;background:#ffffff7a;border:1px solid #15803d3d;border-radius:8px}.selected-customer-toast__clear{min-height:32px;padding:0 10px;font-size:13px;font-weight:700}.selected-customer-toast__close{flex:0 0 32px;width:32px;height:32px;font-size:22px;line-height:1}.selected-customer-toast__clear:hover,.selected-customer-toast__close:hover{background:#ffffffc2}@media (width<=640px){.selected-customer-toast{width:calc(100vw - 24px);bottom:12px;right:12px}.selected-customer-toast__actions{flex-direction:column-reverse;align-items:stretch}}.feature-panel{background:#fff;border-bottom:1px solid #e5e7eb;padding:16px 24px}.feature-panel--admin{background:#fdecec;border-bottom:1px solid #f5c2c2}.feature-panel__desktop{flex-wrap:wrap;gap:12px;display:flex}.feature-panel__mobile{display:none}.feature-panel__mobile-toggle{justify-content:center;width:100%}.feature-panel__mobile-list{flex-direction:column;gap:12px;display:flex}.feature-panel__state{color:#374151;font-size:14px}.feature-panel__state--error{color:#dc143c}@media (width<=768px){.feature-panel{padding:12px 16px}.feature-panel__desktop{display:none}.feature-panel__mobile{display:block}}.feature-button{justify-content:center;min-width:140px}.feature-button--active{box-shadow:inset 0 -3px #ffffff73}@media (width<=768px){.feature-button{width:100%;min-width:0}}.admin-stores-form{flex-direction:column;gap:20px;display:flex}.admin-stores-form__header{background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;min-height:48px;padding:14px 16px;display:flex;box-shadow:0 1px 2px #0f172a0a}.admin-stores-form__title{color:#374151;margin:0;font-size:24px}.admin-stores-form__header .btn{min-height:42px;padding:10px 18px}.admin-stores-form__list{flex-direction:column;gap:12px;display:flex}.admin-stores-form__state{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.admin-stores-form__state--error{color:#b91c1c}@media (width<=768px){.admin-stores-form{gap:16px}.admin-stores-form__header{flex-direction:column;align-items:stretch;padding:12px}.admin-stores-form__title{font-size:22px}.admin-stores-form__header .btn{width:100%}}.store-toolbar{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.store-toolbar__grid{grid-template-columns:repeat(4,minmax(0,1fr)) auto;align-items:center;gap:16px;display:grid}.store-toolbar__checkbox{color:#374151;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 12px;font-size:14px;font-weight:600;transition:background-color .2s,border-color .2s;display:inline-flex}.store-toolbar__checkbox:hover{background:#f9fafb;border-color:#9ca3af}.store-toolbar__checkbox input{accent-color:#0a66c2;width:16px;height:16px;margin:0}@media (width<=1000px){.store-toolbar__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.store-toolbar{padding:12px}.store-toolbar__grid{grid-template-columns:1fr;gap:12px}.store-toolbar__checkbox{box-sizing:border-box;justify-content:flex-start;width:100%}}.store-list-item{border:1px solid var(--store-status-border,#e5e7eb);border-left:5px solid var(--store-status-accent,#cbd5e1);background:linear-gradient(90deg, var(--store-status-wash,#94a3b81f), #ffffffe6 56%), var(--store-status-bg,#fff);border-radius:12px;justify-content:space-between;gap:16px;padding:16px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;box-shadow:0 1px 2px #0f172a0a}.store-list-item:hover{border-color:var(--store-status-accent,#d7e6ff);transform:translateY(-1px);box-shadow:0 10px 24px #0f172a14}.store-list-item--active{--store-status-accent:#16a34a;--store-status-border:#bbf7d0;--store-status-bg:#f0fdf4;--store-status-wash:#16a34a29;--store-status-text:#14532d;--store-status-chip-border:#bbf7d0}.store-list-item--inactive{--store-status-accent:#dc2626;--store-status-border:#fecaca;--store-status-bg:#fef2f2;--store-status-wash:#dc262624;--store-status-text:#7f1d1d;--store-status-chip-border:#fecaca}.store-list-item__main{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.store-list-item__top{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.store-list-item__name{letter-spacing:-.01em;color:#0f172a;word-break:break-word;margin:0;font-size:18px;font-weight:800}.store-list-item__meta{color:var(--store-status-text,#4b5563);flex-wrap:wrap;gap:8px;font-size:14px;line-height:1.5;display:flex}.store-list-item__status{border:1px solid var(--store-status-chip-border,#bfdbfe);color:var(--store-status-text,#1e40af);white-space:nowrap;background:#ffffffc7;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.store-list-item__status--active{color:var(--store-status-text,#166534)}.store-list-item__status--inactive{color:var(--store-status-text,#991b1b)}.store-list-item__actions{flex-shrink:0;align-items:flex-start;gap:8px;display:flex}@media (width<=768px){.store-list-item{flex-direction:column;align-items:stretch}.store-list-item__actions{flex-direction:column;width:100%}.store-list-item__actions .btn{width:100%}}.store-create-modal__form{flex-direction:column;gap:16px;display:flex;overflow:visible}.store-create-modal__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid;overflow:visible}.store-create-modal__textarea{resize:vertical;border:1px solid #d1d5db;border-radius:8px;min-height:90px;padding:10px 12px}.store-create-modal__checkbox{align-items:center;gap:8px;display:flex}.store-create-modal__error{color:#b91c1c;background:#fee2e2;border-radius:8px;padding:10px 12px}.store-create-modal__actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=768px){.store-create-modal__grid{grid-template-columns:1fr;gap:12px}.store-create-modal__actions{flex-direction:column-reverse}.store-create-modal__actions .btn{width:100%}}.delete-store-modal{flex-direction:column;gap:20px;display:flex}.delete-store-modal__text{color:#111827;margin:0}.delete-store-modal__actions{justify-content:flex-end;gap:8px;display:flex}.store-details-form{flex-direction:column;gap:18px;display:flex}.store-details-form__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.store-details-form__title{color:#111827;margin:0 0 6px;font-size:24px;line-height:1.2}.store-details-form__subtitle{color:#6b7280;margin:0;line-height:1.5}.store-details-form__header-actions{flex:none;gap:8px;display:flex}.store-details-form__summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.store-details-form__summary-item,.store-details-form__card{background:#fff;border:1px solid #e5e7eb;border-radius:8px}.store-details-form__summary-item{flex-direction:column;gap:8px;min-width:0;padding:14px;display:flex}.store-details-form__summary-item span,.store-details-form__definition-list dt{color:#6b7280;text-transform:uppercase;font-size:12px;font-weight:700}.store-details-form__summary-item strong{color:#111827;word-break:break-word;min-width:0;font-size:18px;line-height:1.35}.store-details-form__status{border-radius:999px;width:fit-content;padding:5px 9px;font-size:12px!important}.store-details-form__status--active{background:#dcfce7;color:#166534!important}.store-details-form__status--inactive{background:#f3f4f6;color:#374151!important}.store-details-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.store-details-form__card{flex-direction:column;gap:14px;min-width:0;padding:16px;display:flex}.store-details-form__card-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.store-details-form__card-title{color:#111827;margin:0;font-size:18px}.store-details-form__definition-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;display:grid}.store-details-form__definition-list div{min-width:0}.store-details-form__definition-list dd{color:#111827;word-break:break-word;margin:4px 0 0;line-height:1.45}.store-details-form__link-button{color:#0a66c2;white-space:nowrap;background:#fff;border:1px solid #bfdbfe;border-radius:8px;justify-content:center;align-items:center;min-height:34px;padding:7px 10px;font-size:12px;font-weight:800;text-decoration:none;transition:background-color .2s,border-color .2s;display:inline-flex}.store-details-form__link-button:hover{background:#eff6ff;border-color:#0a66c2}.store-details-form__link-button:focus-visible{outline-offset:2px;outline:2px solid #0a66c2}.store-details-form__badge{color:#1e40af;background:#dbeafe;border-radius:999px;align-items:center;min-height:22px;padding:3px 8px;font-size:12px;font-weight:600;display:inline-flex}.store-details-form__badge--muted{color:#374151;background:#e5e7eb}.store-details-form__state{color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px}.store-details-form__state--error{color:#b91c1c}@media (width<=980px){.store-details-form__summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.store-details-form__header{flex-direction:column;align-items:stretch}.store-details-form__header .btn{width:100%}.store-details-form__header-actions{flex-direction:column-reverse}.store-details-form__grid,.store-details-form__summary,.store-details-form__definition-list{grid-template-columns:1fr}.store-details-form__card-header{flex-direction:column;align-items:stretch}.store-details-form__link-button{width:100%}}.store-update-modal__form{flex-direction:column;gap:16px;display:flex}.store-update-modal__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.store-update-modal__textarea{resize:vertical;border:1px solid #d1d5db;border-radius:8px;min-height:90px;padding:10px 12px}.store-update-modal__checkbox{align-items:center;gap:8px;display:flex}.store-update-modal__error{color:#b91c1c;background:#fee2e2;border-radius:8px;padding:10px 12px}.store-update-modal__actions{justify-content:flex-end;gap:8px;display:flex}.admin-employees-form{flex-direction:column;gap:20px;display:flex}.admin-employees-form__header{background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;min-height:48px;padding:14px 16px;display:flex;box-shadow:0 1px 2px #0f172a0a}.admin-employees-form__title{color:#374151;margin:0;font-size:24px}.admin-employees-form__header .btn{min-height:42px;padding:10px 18px}.admin-employees-form__list{flex-direction:column;gap:12px;display:flex}.admin-employees-form__state{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.admin-employees-form__state--error{color:#b91c1c}@media (width<=768px){.admin-employees-form{gap:16px}.admin-employees-form__header{flex-direction:column;align-items:stretch;padding:12px}.admin-employees-form__title{font-size:22px}.admin-employees-form__header .btn{width:100%}}.employee-toolbar{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.employee-toolbar__grid{grid-template-columns:1.2fr 1fr 1fr 1fr 1fr 1fr;gap:16px;display:grid}@media (width<=1100px){.employee-toolbar__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=768px){.employee-toolbar{padding:12px}.employee-toolbar__grid{grid-template-columns:1fr;gap:12px}}.select{box-sizing:border-box;color:#333;background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:10px 12px;font-size:14px}.searchable-select{width:100%;position:relative}.searchable-select__trigger{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:10px 12px;font-size:14px;display:flex}.searchable-select__trigger:disabled{cursor:not-allowed;opacity:.7}.searchable-select__trigger-text{text-overflow:ellipsis;white-space:nowrap;color:#333;overflow:hidden}.searchable-select__trigger-icon{margin-left:8px}.searchable-select__menu{z-index:1000;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:12px;width:100%;padding:8px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 12px 30px #00000014}.searchable-select__menu--floating{z-index:10000;position:fixed}.searchable-select__search{box-sizing:border-box;border:1px solid #d1d5db;border-radius:8px;width:100%;margin-bottom:8px;padding:10px 12px;font-size:14px}.searchable-select__options{flex-direction:column;gap:4px;max-height:220px;display:flex;overflow-y:auto}.searchable-select__option{text-align:left;cursor:pointer;color:#333;background:0 0;border:none;border-radius:8px;width:100%;padding:10px 12px;font-size:14px}.searchable-select__option:hover{background:#f3f4f6}.searchable-select__option--active{background:#eef4ff;font-weight:600}.searchable-select__option--clear{margin-bottom:6px}.searchable-select__empty{color:#6b7280;padding:10px 12px;font-size:14px}.employee-list-item{border:1px solid var(--employee-status-border,#e5e7eb);border-left:5px solid var(--employee-status-accent,#cbd5e1);background:linear-gradient(90deg, var(--employee-status-wash,#94a3b81f), #ffffffe6 56%), var(--employee-status-bg,#fff);border-radius:12px;justify-content:space-between;gap:16px;padding:16px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;box-shadow:0 1px 2px #0f172a0a}.employee-list-item:hover{border-color:var(--employee-status-accent,#d7e6ff);transform:translateY(-1px);box-shadow:0 10px 24px #0f172a14}.employee-list-item--active{--employee-status-accent:#16a34a;--employee-status-border:#bbf7d0;--employee-status-bg:#f0fdf4;--employee-status-wash:#16a34a29;--employee-status-text:#14532d;--employee-status-chip-border:#bbf7d0}.employee-list-item--inactive{--employee-status-accent:#dc2626;--employee-status-border:#fecaca;--employee-status-bg:#fef2f2;--employee-status-wash:#dc262624;--employee-status-text:#7f1d1d;--employee-status-chip-border:#fecaca}.employee-list-item__main{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.employee-list-item__top{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.employee-list-item__name{letter-spacing:-.01em;color:#0f172a;word-break:break-word;margin:0;font-size:18px;font-weight:800}.employee-list-item__meta{color:var(--employee-status-text,#4b5563);flex-wrap:wrap;gap:8px;font-size:14px;line-height:1.5;display:flex}.employee-list-item__status{border:1px solid var(--employee-status-chip-border,#bfdbfe);color:var(--employee-status-text,#1e40af);white-space:nowrap;background:#ffffffc7;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.employee-list-item__status--active{color:var(--employee-status-text,#166534)}.employee-list-item__status--inactive{color:var(--employee-status-text,#991b1b)}.employee-list-item__actions{flex-shrink:0;align-items:flex-start;gap:8px;display:flex}@media (width<=768px){.employee-list-item{flex-direction:column;align-items:stretch}.employee-list-item__actions{flex-direction:column;width:100%}.employee-list-item__actions .btn{width:100%}}.employee-create-modal__form{flex-direction:column;gap:16px;display:flex;overflow:visible}.employee-create-modal__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid;overflow:visible}.employee-create-modal__error{color:#b91c1c;background:#fee2e2;border-radius:8px;padding:10px}.employee-create-modal__actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=768px){.employee-create-modal__grid{grid-template-columns:1fr;gap:12px}.employee-create-modal__actions{flex-direction:column-reverse}.employee-create-modal__actions .btn{width:100%}}.delete-employee-modal{flex-direction:column;gap:16px;display:flex}.delete-employee-modal__actions{justify-content:flex-end;gap:8px;display:flex}.admin-roles-form{flex-direction:column;gap:16px;display:flex}.admin-roles-form__panel{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;gap:14px;padding:16px;display:flex;box-shadow:0 1px 2px #0f172a0a}.admin-roles-form__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.admin-roles-form__title{color:#374151;margin:0 0 4px;font-size:20px;line-height:1.2}.admin-roles-form__subtitle{color:#6b7280;margin:0;line-height:1.45}.admin-roles-form__header-actions{flex:none;align-items:center;gap:8px;display:flex}.admin-roles-form__header-actions .btn{min-height:42px;padding:9px 14px}.admin-roles-form__count{color:#3730a3;background:#eef2ff;border-radius:999px;justify-content:center;align-items:center;min-width:34px;height:34px;padding:0 10px;font-size:13px;font-weight:800;display:inline-flex}.admin-roles-form__list{flex-direction:column;gap:10px;max-height:520px;display:flex;overflow-y:auto}.admin-roles-form__state{color:#374151;background:#f9fafb;border:1px solid #f1f5f9;border-radius:10px;padding:14px}.admin-roles-form__state--error{color:#b91c1c}.admin-roles-form__state--empty{color:#6b7280}@media (width<=768px){.admin-roles-form{gap:16px}.admin-roles-form__header{flex-direction:column;align-items:stretch}.admin-roles-form__title{font-size:20px}.admin-roles-form__header-actions{flex-direction:column;align-items:stretch}.admin-roles-form__header-actions .btn,.admin-roles-form__count{width:100%}}.role-toolbar{padding:0}.role-toolbar__grid{grid-template-columns:minmax(220px,1fr) minmax(180px,240px);gap:12px;display:grid}.role-toolbar .input,.role-toolbar .select{color:#1f2937;border-radius:10px;min-height:44px}@media (width<=768px){.role-toolbar__grid{grid-template-columns:1fr}}.role-list-item{background:#f9fafb;border:1px solid #0000;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:14px;transition:border-color .2s,background-color .2s,box-shadow .2s;display:flex}.role-list-item:hover{background:#f8fafc;border-color:#d7e6ff;box-shadow:0 8px 18px #0f172a0a}.role-list-item__main{min-width:0;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;flex:1;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:0;display:grid;position:relative}.role-list-item__main:before{content:"";opacity:0;background:#0a66c2;border-radius:999px;width:3px;transition:opacity .2s;position:absolute;top:4px;bottom:4px;left:-14px}.role-list-item:hover .role-list-item__main:before,.role-list-item__main:focus-visible:before{opacity:1}.role-list-item__main:focus-visible{outline-offset:4px;border-radius:8px;outline:2px solid #0a66c2}.role-list-item__body{flex-direction:column;gap:4px;min-width:0;display:flex}.role-list-item__name{color:#111827;word-break:break-word;margin:0;font-size:16px}.role-list-item__access{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.role-list-item__badge{color:#1e40af;white-space:nowrap;background:#dbeafe;border-radius:999px;align-items:center;min-height:24px;padding:3px 9px;font-size:12px;font-weight:700;display:inline-flex}.role-list-item__badge--muted{color:#374151;background:#e5e7eb}.role-list-item__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.role-list-item__actions .btn{min-height:40px;padding:9px 14px}@media (width<=768px){.role-list-item{flex-direction:column;align-items:stretch}.role-list-item__access{grid-column:1/-1;justify-content:flex-start}.role-list-item__actions{flex-direction:column;width:100%}.role-list-item__actions .btn{width:100%}}.role-create-modal__form{flex-direction:column;gap:16px;display:flex}.role-create-modal__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.role-create-modal__error{color:#b91c1c;background:#fee2e2;border-radius:8px;padding:10px 12px}.role-create-modal__actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=768px){.role-create-modal__grid{grid-template-columns:1fr}.role-create-modal__actions{flex-direction:column-reverse}.role-create-modal__actions .btn{width:100%}}.delete-role-modal{flex-direction:column;gap:20px;display:flex}.delete-role-modal__text{color:#111827;margin:0}.delete-role-modal__actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=768px){.delete-role-modal__actions{flex-direction:column-reverse}.delete-role-modal__actions .btn{width:100%}}.role-details-form{flex-direction:column;gap:16px;display:flex}.role-details-form__header{background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;min-height:48px;padding:14px 16px;display:flex;box-shadow:0 1px 2px #0f172a0a}.role-details-form__title{color:#111827;margin:0;font-size:24px;line-height:1.2}.role-details-form__header .btn{min-height:40px;padding:9px 14px}.role-details-form__grid{grid-template-columns:minmax(260px,.35fr) minmax(0,1fr);align-items:start;gap:16px;display:grid}.role-details-form__card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px;box-shadow:0 1px 2px #0f172a0a}.role-details-form__card-title{color:#111827;margin:0 0 12px;font-size:18px}.role-details-form__row{border-bottom:1px solid #f3f4f6;justify-content:space-between;gap:16px;padding:10px 0;display:flex}.role-details-form__row:last-child{border-bottom:none}.role-details-form__label{color:#374151;font-weight:600}.role-details-form__value{color:#111827;text-align:right;word-break:break-word}.role-details-form__badge{color:#1e40af;white-space:nowrap;background:#dbeafe;border-radius:999px;align-items:center;min-height:24px;padding:3px 9px;font-size:12px;font-weight:600;display:inline-flex}.role-details-form__state{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px;box-shadow:0 1px 2px #0f172a0a}.role-details-form__card:nth-child(2){grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px;display:grid}.role-details-form__card:nth-child(2) .role-details-form__card-title{grid-column:1/-1}@media (width<=768px){.role-details-form__header{flex-direction:column;align-items:stretch}.role-details-form__header .btn{width:100%}.role-details-form__grid,.role-details-form__card:nth-child(2){grid-template-columns:1fr}.role-details-form__row{flex-direction:column;gap:6px}.role-details-form__value{text-align:left}.role-details-form__badge{white-space:normal}}.employee-details-form{flex-direction:column;gap:18px;display:flex}.employee-details-form__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.employee-details-form__title{color:#111827;margin:0 0 6px;font-size:24px;line-height:1.2}.employee-details-form__subtitle{color:#6b7280;margin:0;line-height:1.5}.employee-details-form__summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.employee-details-form__summary-item,.employee-details-form__card{background:#fff;border:1px solid #e5e7eb;border-radius:8px}.employee-details-form__summary-item{flex-direction:column;gap:8px;min-width:0;padding:14px;display:flex}.employee-details-form__summary-item span,.employee-details-form__definition-list dt{color:#6b7280;text-transform:uppercase;font-size:12px;font-weight:700}.employee-details-form__summary-item strong{color:#111827;word-break:break-word;min-width:0;font-size:18px;line-height:1.35}.employee-details-form__status{border-radius:999px;width:fit-content;padding:5px 9px;font-size:12px!important}.employee-details-form__status--active{background:#dcfce7;color:#166534!important}.employee-details-form__status--inactive{background:#f3f4f6;color:#374151!important}.employee-details-form__layout{grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);align-items:start;gap:16px;display:grid}.employee-details-form__card{flex-direction:column;gap:14px;min-width:0;padding:16px;display:flex}.employee-details-form__card--store{align-self:start}.employee-details-form__roles-panel{grid-column:1/-1;min-width:0}.employee-details-form__card-title{color:#111827;margin:0;font-size:18px}.employee-details-form__definition-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;display:grid}.employee-details-form__definition-list--single{grid-template-columns:1fr}.employee-details-form__definition-list div{min-width:0}.employee-details-form__definition-list dd{color:#111827;word-break:break-word;margin:4px 0 0;line-height:1.45}.employee-details-form__badge{color:#1e40af;background:#dbeafe;border-radius:999px;align-items:center;min-height:22px;padding:3px 8px;font-size:12px;font-weight:600;display:inline-flex}.employee-details-form__badge--muted{color:#374151;background:#e5e7eb}.employee-details-form__state{color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px}.employee-details-form__state--error{color:#b91c1c}.employee-details-form__card-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.employee-details-form__card-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.employee-details-form__card-header .btn,.employee-details-form__card-actions .btn{min-height:40px;padding:9px 14px}@media (width<=980px){.employee-details-form__summary{grid-template-columns:repeat(2,minmax(0,1fr))}.employee-details-form__layout{grid-template-columns:1fr}}@media (width<=768px){.employee-details-form__header{flex-direction:column;align-items:stretch}.employee-details-form__header .btn{width:100%}.employee-details-form__layout,.employee-details-form__summary,.employee-details-form__definition-list{grid-template-columns:1fr}.employee-details-form__card-header,.employee-details-form__card-actions{flex-direction:column;align-items:stretch}.employee-details-form__card-header .btn,.employee-details-form__card-actions .btn{width:100%}}.employee-roles-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px;box-shadow:0 1px 2px #0f172a0a}.employee-roles-card__header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.employee-roles-card__title{color:#111827;margin:0;font-size:18px}.employee-roles-card__state{color:#374151;background:#f9fafb;border:1px solid #f1f5f9;border-radius:10px;padding:14px}.employee-roles-card__state--error{color:#b91c1c}.employee-roles-card__list{flex-direction:column;gap:12px;display:flex}.employee-roles-card__item{background:#f9fafb;border:1px solid #f1f5f9;border-radius:10px;justify-content:space-between;gap:16px;padding:14px;transition:border-color .2s,background-color .2s;display:flex}.employee-roles-card__item:hover{background:#f8fafc;border-color:#d7e6ff}.employee-roles-card__item-main{min-width:0}.employee-roles-card__item-title{color:#1e40af;background:#dbeafe;border-radius:999px;align-items:center;min-height:24px;padding:3px 9px;font-size:13px;font-weight:600;display:inline-flex}.employee-roles-card__item-subtitle{color:#6b7280;margin-top:4px}.employee-roles-card__item-side{flex-shrink:0;align-items:center;gap:12px;display:flex}.employee-roles-card__item-meta{color:#374151;text-align:right;white-space:nowrap;font-size:14px}.employee-roles-card__header .btn,.employee-roles-card__item-side .btn{min-height:40px;padding:9px 14px}@media (width<=768px){.employee-roles-card__header{flex-direction:column;align-items:stretch}.employee-roles-card__header .btn{width:100%}.employee-roles-card__item{flex-direction:column}.employee-roles-card__item-side{flex-direction:column;align-items:stretch}.employee-roles-card__item-meta{text-align:left;white-space:normal}.employee-roles-card__item-side .btn{width:100%}}.assign-employee-role-modal__form{flex-direction:column;gap:16px;display:flex}.assign-employee-role-modal__error{color:#b91c1c;background:#fee2e2;border-radius:8px;padding:10px 12px}.assign-employee-role-modal__actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=768px){.assign-employee-role-modal__actions{flex-direction:column-reverse}.assign-employee-role-modal__actions .btn{width:100%}}.remove-employee-role-modal{flex-direction:column;gap:20px;display:flex}.remove-employee-role-modal__text{color:#111827;margin:0}.remove-employee-role-modal__actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=768px){.remove-employee-role-modal__actions{flex-direction:column-reverse}.remove-employee-role-modal__actions .btn{width:100%}}.change-active-store-modal{flex-direction:column;gap:16px;display:flex}.change-active-store-modal__modes{flex-direction:column;gap:10px;display:flex}.change-active-store-modal__mode{align-items:center;gap:8px;display:flex}.change-active-store-modal__role-list{flex-direction:column;gap:10px;max-height:320px;display:flex;overflow-y:auto}.change-active-store-modal__role-item{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:100%;padding:12px}.change-active-store-modal__role-item--selected{background:#eef4ff;border-color:#2563eb}.change-active-store-modal__role-title{color:#111827;font-weight:600}.change-active-store-modal__role-meta{color:#6b7280;flex-wrap:wrap;gap:6px;margin-top:4px;font-size:14px;display:flex}.change-active-store-modal__empty{color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:12px}.change-active-store-modal__actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=768px){.change-active-store-modal__actions{flex-direction:column-reverse}.change-active-store-modal__actions .btn{width:100%}}.edit-employee-basic-info-modal{flex-direction:column;gap:16px;display:flex}.edit-employee-basic-info-modal__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.edit-employee-basic-info-modal__checkbox{align-items:center;gap:8px;display:flex}.edit-employee-basic-info-modal__error{color:#b91c1c;background:#fee2e2;border-radius:8px;padding:10px 12px}.edit-employee-basic-info-modal__actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=768px){.edit-employee-basic-info-modal__grid{grid-template-columns:1fr}.edit-employee-basic-info-modal__actions{flex-direction:column-reverse}.edit-employee-basic-info-modal__actions .btn{width:100%}}.scroll-to-top-button{color:#fff;cursor:pointer;z-index:1000;opacity:0;pointer-events:none;background:#2563eb;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;font-weight:700;transition:opacity .2s,transform .2s,box-shadow .2s,background .2s;display:flex;position:fixed;bottom:24px;right:max(16px,50vw - 584px);transform:translateY(8px);box-shadow:0 10px 25px #2563eb47}.scroll-to-top-button--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-to-top-button:hover{background:#1d4ed8;box-shadow:0 14px 30px #2563eb59}@media (width<=768px){.scroll-to-top-button{width:48px;height:48px;bottom:16px;right:16px}}.admin-inventory-form{flex-direction:column;gap:18px;display:flex}.admin-inventory-form__content{min-width:0}.admin-inventory-form__content .admin-items-form,.admin-inventory-form__content .admin-type-params,.admin-inventory-form__content .admin-item-classes-form{gap:16px}.admin-inventory-form__content .admin-items-form__header,.admin-inventory-form__content .admin-item-classes-form__header,.admin-inventory-form__content .parameter-catalog-form__header{background:#fff;border:1px solid #e5e7eb;border-radius:14px;min-height:48px;padding:14px 16px;box-shadow:0 1px 2px #0f172a0a}.admin-inventory-form__content .admin-items-form__title,.admin-inventory-form__content .admin-item-classes-form__title,.admin-inventory-form__content .parameter-catalog-form__title{color:#1f2937;font-size:24px;line-height:1.2}.admin-inventory-form__content .admin-items-form__header .btn,.admin-inventory-form__content .admin-item-classes-form__header .btn,.admin-inventory-form__content .parameter-catalog-form__header .btn{min-height:42px;padding:10px 18px}@media (width<=768px){.admin-inventory-form{gap:14px}.admin-inventory-form__content .admin-items-form__title,.admin-inventory-form__content .admin-item-classes-form__title,.admin-inventory-form__content .parameter-catalog-form__title{font-size:22px}.admin-inventory-form__content .admin-items-form__header,.admin-inventory-form__content .admin-item-classes-form__header,.admin-inventory-form__content .parameter-catalog-form__header{padding:12px}}.inventory-subnav{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:8px;box-shadow:0 1px 2px #0f172a0a}.inventory-subnav__scroll{gap:6px;padding-bottom:0;display:flex;overflow-x:auto}.inventory-subnav__button{white-space:nowrap;color:#374151;border-color:#0000;border-radius:10px;flex:none;min-height:44px;padding:10px 18px}.inventory-subnav__button.btn--secondary{background:0 0}.inventory-subnav__button.btn--secondary:hover:not(:disabled){background:#f3f6fa;border-color:#dbe2ea}.inventory-subnav__button--active{color:#fff;box-shadow:0 8px 18px #0a66c22e}.inventory-subnav__scroll::-webkit-scrollbar{height:6px}.inventory-subnav__scroll::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px}@media (width<=768px){.inventory-subnav{margin-inline:-4px}.inventory-subnav__scroll{gap:4px}.inventory-subnav__button{min-height:40px;padding:9px 14px}}.admin-items-form{flex-direction:column;gap:20px;display:flex}.admin-items-form__header{background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;min-height:48px;padding:14px 16px;display:flex;box-shadow:0 1px 2px #0f172a0a}.admin-items-form__title{color:#374151;margin:0;font-size:24px}.admin-items-form__header .btn{min-height:42px;padding:10px 18px}.admin-items-form__list{flex-direction:column;gap:12px;display:flex}.admin-items-form__state{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.admin-items-form__state--error{color:#b91c1c}@media (width<=768px){.admin-items-form__header{flex-direction:column;align-items:stretch;padding:12px}.admin-items-form__header .btn{width:100%}}.items-toolbar{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:16px;padding:16px;display:flex}.items-toolbar__quick{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.items-toolbar__mobile-actions{grid-template-columns:1fr 1fr;gap:12px;display:none}.items-toolbar__filters{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid}.items-toolbar__sort-desktop{display:block}.items-toolbar__type-parameters{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:14px;padding:14px;display:flex}.items-toolbar__type-parameters-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.items-toolbar__type-parameters-header h3{color:#111827;margin:0 0 4px;font-size:16px}.items-toolbar__type-parameters-header p{color:#6b7280;margin:0;font-size:14px}.items-toolbar__parameter-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.items-toolbar__parameters-empty{color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px}@media (width<=1100px){.items-toolbar__quick{grid-template-columns:1fr}.items-toolbar__filters,.items-toolbar__parameter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.items-toolbar{gap:12px;padding:12px}.items-toolbar__mobile-actions{display:grid}.items-toolbar__filters{grid-template-columns:1fr;display:none}.items-toolbar__filters--open{display:grid}.items-toolbar__sort-desktop{display:none}.items-toolbar__type-parameters-header{flex-direction:column}.items-toolbar__type-parameters-header .btn{width:100%}.items-toolbar__parameter-grid{grid-template-columns:1fr}}.item-list-item{border:1px solid var(--item-status-border,#e5e7eb);border-left:5px solid var(--item-status-accent,#cbd5e1);background:linear-gradient(90deg, var(--item-status-wash,#94a3b81f), #ffffffe6 56%), var(--item-status-bg,#fff);border-radius:12px;justify-content:space-between;gap:16px;padding:16px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;box-shadow:0 1px 2px #0f172a0a}.item-list-item:hover{border-color:var(--item-status-accent,#d7e6ff);transform:translateY(-1px);box-shadow:0 10px 24px #0f172a14}.item-list-item--available{--item-status-accent:#16a34a;--item-status-border:#bbf7d0;--item-status-bg:#f0fdf4;--item-status-wash:#16a34a29;--item-status-text:#14532d;--item-status-chip-border:#bbf7d0}.item-list-item--rented{--item-status-accent:#4f46e5;--item-status-border:#c7d2fe;--item-status-bg:#eef2ff;--item-status-wash:#4f46e529;--item-status-text:#312e81;--item-status-chip-border:#c7d2fe}.item-list-item--service{--item-status-accent:#d97706;--item-status-border:#fde68a;--item-status-bg:#fffbeb;--item-status-wash:#d9770629;--item-status-text:#78350f;--item-status-chip-border:#fde68a}.item-list-item--sold{--item-status-accent:#64748b;--item-status-border:#cbd5e1;--item-status-bg:#f8fafc;--item-status-wash:#64748b24;--item-status-text:#334155;--item-status-chip-border:#cbd5e1}.item-list-item--lost{--item-status-accent:#dc2626;--item-status-border:#fecaca;--item-status-bg:#fef2f2;--item-status-wash:#dc262624;--item-status-text:#7f1d1d;--item-status-chip-border:#fecaca}.item-list-item--reserved{--item-status-accent:#db2777;--item-status-border:#fbcfe8;--item-status-bg:#fdf2f8;--item-status-wash:#db277724;--item-status-text:#831843;--item-status-chip-border:#fbcfe8}.item-list-item--removed{--item-status-accent:#6b7280;--item-status-border:#d1d5db;--item-status-bg:#f9fafb;--item-status-wash:#6b72801f;--item-status-text:#374151;--item-status-chip-border:#d1d5db}.item-list-item__main{flex-direction:column;flex:1;gap:10px;min-width:0;display:flex}.item-list-item__top{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.item-list-item__name{color:#111827;margin:0;font-size:18px}.item-list-item__status,.item-list-item__type,.item-list-item__class{white-space:nowrap;border:1px solid #0000;border-radius:999px;font-size:12px;font-weight:600}.item-list-item__status{border-color:var(--item-status-chip-border,#bfdbfe);color:var(--item-status-text,#1e40af);background:#ffffffc7;padding:4px 10px}.item-list-item__type,.item-list-item__class{padding:4px 8px}.item-list-item__type{color:#111827;background:#ffffffb8;border-color:#94a3b842}.item-list-item__class{color:#374151;background:#ffffffa8;border-color:#94a3b83d}.item-list-item__status--available{color:var(--item-status-text,#166534)}.item-list-item__status--rented{color:var(--item-status-text,#3730a3)}.item-list-item__status--service{color:var(--item-status-text,#92400e)}.item-list-item__status--sold{color:var(--item-status-text,#374151)}.item-list-item__status--lost{color:var(--item-status-text,#991b1b)}.item-list-item__status--reserved{color:var(--item-status-text,#9d174d)}.item-list-item__status--removed{color:var(--item-status-text,#4b5563)}.item-list-item__meta{color:var(--item-status-text,#4b5563);flex-wrap:wrap;gap:8px;font-size:14px;line-height:1.5;display:flex}.item-list-item__parameters{flex-wrap:wrap;gap:8px;display:flex}.item-list-item__parameter{border:1px solid var(--item-status-chip-border,#e5e7eb);color:#374151;background:#ffffffad;border-radius:999px;padding:6px 10px;font-size:13px}.item-list-item__parameter strong{color:#111827}.item-list-item__parameters--empty{color:#9ca3af;font-size:13px}.item-list-item__actions{flex-shrink:0;align-items:flex-start;gap:8px;display:flex}@media (width<=768px){.item-list-item{flex-direction:column;align-items:stretch}.item-list-item__actions{flex-direction:column;width:100%}.item-list-item__actions .btn{width:100%}}@media (width<=520px){.item-list-item{border-radius:8px;gap:12px;padding:14px}.item-list-item__main{gap:8px}.item-list-item__top{align-items:flex-start;gap:8px}.item-list-item__status{order:0}.item-list-item__name{overflow-wrap:anywhere;flex:100%;order:1;font-size:16px;line-height:1.25}.item-list-item__type,.item-list-item__class{order:2}.item-list-item__meta{gap:4px 8px;font-size:13px}.item-list-item__parameter{border-radius:8px;font-size:12px}.item-list-item__actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.item-list-item__actions .btn{min-height:44px;padding:10px 8px}}.item-create-modal{flex-direction:column;gap:16px;display:flex}.item-create-modal__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.item-create-modal__parameters{border-top:1px solid #e5e7eb;flex-direction:column;gap:16px;padding-top:16px;display:flex}.item-create-modal__parameters-header h3{color:#111827;margin:0 0 4px;font-size:18px}.item-create-modal__parameters-header p{color:#6b7280;margin:0;font-size:14px}.item-create-modal__parameter-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.item-create-modal__empty{color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:12px}.item-create-modal__error{color:#b91c1c;background:#fee2e2;border-radius:8px;padding:10px 12px}.item-create-modal__actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=768px){.item-create-modal__grid,.item-create-modal__parameter-list{grid-template-columns:1fr}.item-create-modal__actions{flex-direction:column-reverse}.item-create-modal__actions .btn{width:100%}}.delete-item-modal{flex-direction:column;gap:16px;display:flex}.delete-item-modal__meta{color:#6b7280;margin:-8px 0 0;font-size:14px}.delete-item-modal__fallback{color:#7f1d1d;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:12px}.delete-item-modal__fallback p{margin:6px 0 0}.delete-item-modal__fallback .delete-item-modal__meta{color:#991b1b;margin-top:8px}.delete-item-modal__actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=768px){.delete-item-modal__actions{flex-direction:column-reverse}.delete-item-modal__actions .btn{width:100%}}.item-qr-modal{max-width:460px}.item-qr-modal__body{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.item-qr-modal__code{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px}.item-qr-modal__code img{width:240px;height:240px;display:block}.item-qr-modal__details{flex-direction:column;gap:6px;max-width:100%;display:flex}.item-qr-modal__details span{color:#6b7280;letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.item-qr-modal__details strong{color:#111827}.item-qr-modal__details a{color:#2563eb;overflow-wrap:anywhere;font-size:13px}.item-qr-modal__actions{justify-content:flex-end;gap:8px;width:100%;display:flex}@media print{body *{visibility:hidden}.item-qr-modal,.item-qr-modal *{visibility:visible}.item-qr-modal{max-width:none;box-shadow:none;position:fixed;inset:0}.item-qr-modal__actions,.modal__header{display:none}}.admin-type-params{flex-direction:column;gap:16px;display:flex}.admin-type-params__store-panel{background:#fff;border:1px solid #e5e7eb;border-radius:14px;align-items:flex-end;gap:12px;padding:14px;display:flex;box-shadow:0 1px 2px #0f172a0a}.admin-type-params__store-field{flex-direction:column;gap:6px;min-width:280px;display:flex}.admin-type-params__store-field>span{color:#4b5563;font-size:13px;font-weight:700}.admin-type-params__selected-store{color:#374151;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:8px;min-height:44px;padding:0 14px;display:inline-flex}.admin-type-params__selected-store:before{content:"";background:#0a66c2;border-radius:999px;flex:none;width:8px;height:8px}.admin-type-params__grid{grid-template-columns:minmax(360px,.72fr) minmax(0,1.28fr);align-items:start;gap:20px;display:grid}@media (width<=768px){.admin-type-params__store-panel{flex-direction:column;align-items:stretch}.admin-type-params__store-field{min-width:0}.admin-type-params__grid{grid-template-columns:1fr}}.item-type-list{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;gap:14px;padding:16px;display:flex;box-shadow:0 1px 2px #0f172a0a}.item-type-list__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.item-type-list__title{color:#374151;white-space:nowrap;margin:0;font-size:20px;line-height:1.2}.item-type-list__header-actions{flex:none;gap:6px;display:flex}.item-type-list__header-actions .btn{min-height:40px;padding:9px 14px}.item-type-list__state--error{color:#b91c1c}.item-type-list .select{color:#1f2937;border-radius:10px;min-height:44px}.item-type-list__items{flex-direction:column;gap:8px;max-height:400px;display:flex;overflow-y:auto}.item-type-list__item{text-align:left;cursor:pointer;color:#111827;background:0 0;border:1px solid #0000;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:12px 12px 12px 14px;font-weight:500;display:flex;position:relative}.item-type-list__scope{color:#1e40af;white-space:nowrap;background:#dbeafe;border-radius:999px;align-items:center;min-height:24px;padding:3px 9px;font-size:12px;font-weight:700;display:inline-flex}.item-type-list__scope--global{color:#374151;background:#f3f4f6}.item-type-list__item:hover{background:#f3f4f6}.item-type-list__item--active{color:#0f172a;background:#eef4ff;border-color:#d7e6ff;font-weight:600}.item-type-list__item--active:before{content:"";background:#0a66c2;border-radius:999px;width:3px;position:absolute;top:10px;bottom:10px;left:0}@media (width<=768px){.item-type-list__header{flex-direction:column;align-items:stretch}.item-type-list__header-actions{flex-direction:column}.item-type-list__header-actions .btn{width:100%}.item-type-list__title{white-space:normal}}.defined-param-list{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;gap:14px;padding:16px;display:flex;box-shadow:0 1px 2px #0f172a0a}.defined-param-list--empty{color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:center;align-items:center;min-height:180px;padding:24px;display:flex;box-shadow:0 1px 2px #0f172a0a}.defined-param-list__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.defined-param-list__title{color:#374151;margin:0;font-size:20px;line-height:1.2}.defined-param-list__header-actions{flex:none;gap:8px;display:flex}.defined-param-list__header-actions .btn{min-height:40px;padding:9px 14px}.defined-param-list__state--error{color:#b91c1c}.defined-param-list .select{color:#1f2937;border-radius:10px;min-height:44px}.defined-param-list__items{flex-direction:column;gap:10px;display:flex}.defined-param-list__item{background:#f9fafb;border:1px solid #0000;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.defined-param-list__item:hover{background:#f8fafc;border-color:#e5e7eb}.defined-param-list__item-main{text-align:left;cursor:pointer;color:#111827;background:0 0;border:none;flex:1;justify-content:space-between;align-items:center;gap:12px;display:flex}.defined-param-list__badges{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:inline-flex}.defined-param-list__item-main:hover{opacity:.85}.defined-param-list__item .btn{min-height:40px;padding:9px 14px}.defined-param-list__badge{color:#1e40af;background:#dbeafe;border-radius:999px;padding:3px 8px;font-size:12px;font-weight:600}.defined-param-list__badge--muted{color:#374151;background:#e5e7eb}.defined-param-list__badge--global{color:#374151;background:#f3f4f6}@media (width<=768px){.defined-param-list__header{flex-direction:column;align-items:stretch}.defined-param-list__header-actions{flex-direction:column}.defined-param-list__header-actions .btn{width:100%}.defined-param-list__item{flex-direction:column;align-items:stretch}.defined-param-list__item .btn{width:100%}}.type-params-modal{flex-direction:column;gap:16px;display:flex}.type-params-modal__summary{color:#111827}.type-params-modal__modes{flex-direction:column;gap:10px;display:flex}.type-params-modal__mode,.type-params-modal__checkbox{align-items:center;gap:8px;display:flex}.type-params-modal__error{color:#b91c1c;background:#fee2e2;border-radius:8px;padding:10px 12px}.type-params-modal__actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=768px){.type-params-modal__actions{flex-direction:column-reverse}.type-params-modal__actions .btn{width:100%}}.parameter-catalog-form{flex-direction:column;gap:16px;display:flex}.parameter-catalog-form__header{justify-content:space-between;align-items:center;gap:16px;display:flex}.parameter-catalog-form__title{margin:0;font-size:24px}.parameter-catalog-form__header-actions{gap:8px;display:flex}.parameter-catalog-form__toolbar{background:#fff;border:1px solid #e5e7eb;border-radius:12px;grid-template-columns:minmax(220px,1fr) minmax(160px,220px);gap:12px;padding:12px;display:grid}.parameter-catalog-form__field{flex-direction:column;gap:6px;display:flex}.parameter-catalog-form__field>span{color:#4b5563;font-size:13px;font-weight:700}.parameter-catalog-form__selected-store{color:#374151;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;align-self:flex-start;align-items:center;gap:8px;padding:10px 14px;display:inline-flex}.parameter-catalog-form__selected-store:before{content:"";background:#0a66c2;border-radius:999px;flex:none;width:8px;height:8px}.parameter-catalog-form__state{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.parameter-catalog-form__state--error{color:#b91c1c}.parameter-catalog-form__list{flex-direction:column;gap:12px;display:flex}.parameter-catalog-form__item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.parameter-catalog-form__item-main{flex-direction:column;gap:6px;display:flex}.parameter-catalog-form__item-name{color:#111827;font-weight:600}.parameter-catalog-form__item-meta{color:#6b7280;flex-wrap:wrap;align-items:center;gap:8px;display:flex}.parameter-catalog-form__scope{color:#1e40af;white-space:nowrap;background:#dbeafe;border-radius:999px;align-items:center;min-height:24px;padding:3px 9px;font-size:12px;font-weight:700;display:inline-flex}.parameter-catalog-form__scope--global{color:#374151;background:#f3f4f6}.parameter-catalog-form__item-actions{gap:8px;display:flex}.parameter-catalog-modal{flex-direction:column;gap:16px;display:flex}.parameter-catalog-modal__actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=768px){.parameter-catalog-form__header{flex-direction:column;align-items:stretch}.parameter-catalog-form__header-actions{flex-direction:column}.parameter-catalog-form__header-actions .btn{width:100%}.parameter-catalog-form__toolbar{grid-template-columns:1fr}.parameter-catalog-form__item{flex-direction:column;align-items:stretch}.parameter-catalog-form__item-actions,.parameter-catalog-modal__actions{flex-direction:column-reverse}.parameter-catalog-form__item-actions .btn,.parameter-catalog-modal__actions .btn{width:100%}}.admin-item-classes-form{flex-direction:column;gap:16px;display:flex}.admin-item-classes-form__panel{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;gap:14px;padding:16px;display:flex;box-shadow:0 1px 2px #0f172a0a}.admin-item-classes-form__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.admin-item-classes-form__title{color:#374151;margin:0 0 4px;font-size:20px;line-height:1.2}.admin-item-classes-form__subtitle{color:#6b7280;margin:0;line-height:1.45}.admin-item-classes-form__header-actions{flex:none;align-items:center;gap:8px;display:flex}.admin-item-classes-form__header-actions .btn{min-height:42px;padding:9px 14px}.admin-item-classes-form__count{color:#3730a3;background:#eef2ff;border-radius:999px;justify-content:center;align-items:center;min-width:34px;height:34px;padding:0 10px;font-size:13px;font-weight:800;display:inline-flex}.admin-item-classes-form__selected-store{color:#374151;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;align-self:flex-start;align-items:center;gap:8px;padding:10px 14px;display:inline-flex}.admin-item-classes-form__selected-store:before{content:"";background:#0a66c2;border-radius:999px;flex:none;width:8px;height:8px}.admin-item-classes-form__list{flex-direction:column;gap:10px;max-height:520px;display:flex;overflow-y:auto}.admin-item-classes-form__state{color:#374151;background:#f9fafb;border:1px solid #f1f5f9;border-radius:10px;padding:14px}.admin-item-classes-form__state--error{color:#b91c1c}.admin-item-classes-form__state--empty{color:#6b7280}@media (width<=768px){.admin-item-classes-form{gap:16px}.admin-item-classes-form__header{flex-direction:column;align-items:stretch}.admin-item-classes-form__title{font-size:20px}.admin-item-classes-form__header-actions{flex-direction:column;align-items:stretch}.admin-item-classes-form__header-actions .btn,.admin-item-classes-form__count{width:100%}}.item-classes-toolbar{grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) minmax(180px,240px);gap:12px;padding:0;display:grid}.item-classes-toolbar .input,.item-classes-toolbar .select,.item-classes-toolbar .searchable-select__trigger{color:#1f2937;border-radius:10px;min-height:44px}@media (width<=768px){.item-classes-toolbar{grid-template-columns:1fr}}.item-class-list-item{background:#f9fafb;border:1px solid #0000;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:14px;transition:border-color .2s,background-color .2s,box-shadow .2s;display:flex}.item-class-list-item:hover{background:#f8fafc;border-color:#d7e6ff;box-shadow:0 8px 18px #0f172a0a}.item-class-list-item__main{min-width:0;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;flex:1;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:0;display:grid;position:relative}.item-class-list-item__main:before{content:"";opacity:0;background:#0a66c2;border-radius:999px;width:3px;transition:opacity .2s;position:absolute;top:4px;bottom:4px;left:-14px}.item-class-list-item:hover .item-class-list-item__main:before,.item-class-list-item__main:focus-visible:before{opacity:1}.item-class-list-item__main:focus-visible{outline-offset:4px;border-radius:8px;outline:2px solid #0a66c2}.item-class-list-item__body{flex-direction:column;gap:4px;min-width:0;display:flex}.item-class-list-item__name{color:#111827;word-break:break-word;margin:0;font-size:16px}.item-class-list-item__badges{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.item-class-list-item__badge{color:#1e40af;white-space:nowrap;background:#dbeafe;border-radius:999px;align-items:center;min-height:24px;padding:3px 9px;font-size:12px;font-weight:700;display:inline-flex}.item-class-list-item__badge--price{color:#166534;background:#dcfce7}.item-class-list-item__badge--global{color:#374151;background:#f3f4f6}.item-class-list-item__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.item-class-list-item__actions .btn{min-height:40px;padding:9px 14px}@media (width<=768px){.item-class-list-item{flex-direction:column;align-items:stretch}.item-class-list-item__badges{grid-column:1/-1;justify-content:flex-start;width:fit-content}.item-class-list-item__actions{flex-direction:column;width:100%}.item-class-list-item__actions .btn{width:100%}}.item-class-modal{flex-direction:column;gap:16px;display:flex}.item-class-modal__summary{color:#111827}.item-class-modal__error{color:#b91c1c;background:#fee2e2;border-radius:8px;padding:10px 12px}.item-class-modal__actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=768px){.item-class-modal__actions{flex-direction:column-reverse}.item-class-modal__actions .btn{width:100%}}.admin-orders-form{flex-direction:column;gap:16px;display:flex}.admin-orders-form__header{background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;min-height:48px;padding:14px 16px;display:flex;box-shadow:0 1px 2px #0f172a0a}.admin-orders-form__title{color:#374151;margin:0;font-size:24px}.admin-orders-form__selected-store,.admin-orders-form__state{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px;box-shadow:0 1px 2px #0f172a0a}.admin-orders-form__selected-store{color:#374151;background:#f8fafc;align-self:flex-start;align-items:center;gap:8px;padding:10px 14px;display:inline-flex}.admin-orders-form__selected-store:before{content:"";background:#0a66c2;border-radius:999px;flex:none;width:8px;height:8px}.admin-orders-form__state--error{color:#b91c1c}.admin-orders-form__list{flex-direction:column;gap:12px;display:flex}@media (width<=768px){.admin-orders-form{gap:16px}.admin-orders-form__header{flex-direction:column;align-items:stretch;padding:12px}.admin-orders-form__title{font-size:22px}}.order-toolbar{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.order-toolbar__grid{grid-template-columns:1.2fr 1fr 1fr 1fr 1fr 1fr;gap:16px;display:grid}.order-toolbar__field{flex-direction:column;gap:7px;min-width:0;display:flex}.order-toolbar__field>span{color:#4b5563;letter-spacing:0;text-transform:uppercase;font-size:12px;font-weight:700}@media (width<=1100px){.order-toolbar__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.order-toolbar__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.order-toolbar{padding:12px}.order-toolbar__grid{grid-template-columns:1fr;gap:12px}}.order-list-item{border:1px solid var(--order-status-border,#e5e7eb);border-left:5px solid var(--order-status-accent,#cbd5e1);background:linear-gradient(90deg, var(--order-status-wash,#94a3b81f), #ffffffe6 56%), var(--order-status-bg,#fff);border-radius:14px;justify-content:space-between;gap:16px;padding:16px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;box-shadow:0 1px 2px #0f172a0a}.order-list-item:hover{border-color:var(--order-status-accent,#d7e6ff);transform:translateY(-1px);box-shadow:0 10px 24px #0f172a14}.order-list-item--new{--order-status-accent:#2563eb;--order-status-border:#bfdbfe;--order-status-bg:#eff6ff;--order-status-wash:#2563eb29;--order-status-text:#1e3a8a;--order-status-chip-border:#bfdbfe}.order-list-item--active{--order-status-accent:#16a34a;--order-status-border:#bbf7d0;--order-status-bg:#f0fdf4;--order-status-wash:#16a34a29;--order-status-text:#14532d;--order-status-chip-border:#bbf7d0}.order-list-item--completed{--order-status-accent:#64748b;--order-status-border:#cbd5e1;--order-status-bg:#f8fafc;--order-status-wash:#64748b24;--order-status-text:#334155;--order-status-chip-border:#cbd5e1}.order-list-item--cancelled{--order-status-accent:#dc2626;--order-status-border:#fecaca;--order-status-bg:#fef2f2;--order-status-wash:#dc262624;--order-status-text:#7f1d1d;--order-status-chip-border:#fecaca}.order-list-item--onhold{--order-status-accent:#d97706;--order-status-border:#fde68a;--order-status-bg:#fffbeb;--order-status-wash:#d9770629;--order-status-text:#78350f;--order-status-chip-border:#fde68a}.order-list-item__main{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.order-list-item__top{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.order-list-item__name{color:#111827;word-break:break-word;margin:0;font-size:18px}.order-list-item__meta{color:var(--order-status-text,#4b5563);flex-wrap:wrap;gap:8px 14px;font-size:14px;line-height:1.5;display:flex}.order-list-item__status{white-space:nowrap;border:1px solid var(--order-status-chip-border,#bfdbfe);color:var(--order-status-text,#1e40af);background:#ffffffc7;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.order-list-item__actions{flex-shrink:0;align-items:flex-start;gap:8px;display:flex}.order-list-item__actions .btn{min-height:40px;padding:9px 14px}@media (width<=768px){.order-list-item{flex-direction:column;align-items:stretch}.order-list-item__actions{flex-direction:column;width:100%}.order-list-item__actions .btn{width:100%}}.order-details-form{flex-direction:column;gap:18px;display:flex}.order-details-form__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.order-details-form__title{color:#111827;margin:0 0 6px;font-size:24px}.order-details-form__subtitle{color:#6b7280;margin:0;line-height:1.5}.order-details-form__summary{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.order-details-form__summary-item,.order-details-form__card{background:#fff;border:1px solid #e5e7eb;border-radius:8px}.order-details-form__summary-item{flex-direction:column;gap:8px;padding:14px;display:flex}.order-details-form__summary-item span,.order-details-form__definition-list dt,.order-details-form__customer-meta dt{color:#6b7280;text-transform:uppercase;font-size:12px;font-weight:700}.order-details-form__summary-item strong{color:#111827;font-size:18px}.order-details-form__status{border-radius:999px;width:fit-content;padding:5px 9px;font-size:12px!important}.order-details-form__status--new{background:#dbeafe;color:#1e40af!important}.order-details-form__status--active{background:#dcfce7;color:#166534!important}.order-details-form__status--completed{background:#f3f4f6;color:#374151!important}.order-details-form__status--cancelled{background:#fee2e2;color:#991b1b!important}.order-details-form__status--onhold{background:#fef3c7;color:#92400e!important}.order-details-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.order-details-form__card{flex-direction:column;gap:14px;min-width:0;padding:16px;display:flex}.order-details-form__card-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.order-details-form__section-title{align-items:center;gap:10px;min-width:0;display:flex}.order-details-form__card-title{color:#111827;margin:0;font-size:18px}.order-details-form__count,.order-details-form__pill{color:#3730a3;white-space:nowrap;background:#eef2ff;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:700}.order-details-form__pill--total{color:#166534;background:#ecfdf5}.order-details-form__toggle{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:8px;min-height:36px;padding:8px 10px;font-size:14px;font-weight:700;transition:background-color .2s,border-color .2s;display:inline-flex}.order-details-form__toggle:hover{background:#f9fafb;border-color:#9ca3af}.order-details-form__toggle-icon{justify-content:center;align-items:center;width:16px;height:16px;transition:transform .24s;display:inline-flex}.order-details-form__toggle-icon--open{transform:rotate(180deg)}.order-details-form__collapse{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .28s,opacity .2s;display:grid}.order-details-form__collapse--open{opacity:1;grid-template-rows:1fr}.order-details-form__collapse-inner{min-height:0;overflow:hidden}.order-details-form__definition-list,.order-details-form__customer-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;display:grid}.order-details-form__definition-list div,.order-details-form__customer-meta div{min-width:0}.order-details-form__definition-list dd,.order-details-form__customer-meta dd{color:#111827;word-break:break-word;margin:4px 0 0;line-height:1.45}.order-details-form__customer-list,.order-details-form__item-list,.order-details-form__item-groups{flex-direction:column;gap:12px;display:flex}.order-details-form__customer,.order-details-form__item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.order-details-form__customer{flex-direction:column;gap:14px;padding:14px;display:flex}.order-details-form__customer-main{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.order-details-form__customer-actions{flex-shrink:0;align-items:flex-start;gap:8px;display:flex}.order-details-form__customer-main h4{color:#111827;margin:0 0 4px;font-size:16px}.order-details-form__customer-main p{color:#4b5563;word-break:break-word;margin:0;line-height:1.45}.order-details-form__item{border-color:var(--item-border,#e5e7eb);border-left:5px solid var(--item-accent,#cbd5e1);background:linear-gradient(90deg, var(--item-wash,#94a3b824), #ffffffe0 58%), var(--item-bg,#f9fafb);color:var(--item-text,#4b5563);grid-template-columns:.8fr repeat(4,minmax(0,1fr));gap:10px;padding:12px;font-size:14px;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid;box-shadow:0 8px 18px #0f172a0a}.order-details-form__item strong{color:#111827}.order-details-form__item span{word-break:break-word;min-width:0}.order-details-form__item-identity{flex-direction:column;gap:7px;min-width:0;display:flex}.order-details-form__item-identity>strong{color:#0f172a;word-break:break-word;font-size:15px;line-height:1.25}.order-details-form__item-identity div{flex-wrap:wrap;gap:6px;display:flex}.order-details-form__item-identity span{border:1px solid var(--item-border,#cbd5e1);width:fit-content;color:var(--item-text,#475569);white-space:nowrap;background:#ffffffb8;border-radius:999px;padding:3px 7px;font-size:11px;font-weight:800;line-height:1.2}.order-details-form__item--reserved{--item-accent:#2563eb;--item-border:#bfdbfe;--item-bg:#eff6ff;--item-wash:#2563eb2e;--item-text:#1e3a8a}.order-details-form__item--issued{--item-accent:#16a34a;--item-border:#bbf7d0;--item-bg:#f0fdf4;--item-wash:#16a34a2e;--item-text:#14532d}.order-details-form__item--returned{--item-accent:#64748b;--item-border:#cbd5e1;--item-bg:#f8fafc;--item-wash:#64748b29;--item-text:#334155}.order-details-form__item--cancelled{--item-accent:#dc2626;--item-border:#fecaca;--item-bg:#fef2f2;--item-wash:#dc262629;--item-text:#7f1d1d}.order-details-form__item--lost{--item-accent:#d97706;--item-border:#fde68a;--item-bg:#fffbeb;--item-wash:#d977062e;--item-text:#78350f}.order-details-form__other-items{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.order-details-form__other-items-toggle{color:#334155;cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;width:100%;min-height:42px;padding:10px 12px;font-size:14px;font-weight:800;display:grid}.order-details-form__other-items-toggle:hover{background:#f1f5f9b8}.order-details-form__other-items-toggle strong{color:#334155;background:#e2e8f0;border-radius:999px;justify-content:center;align-items:center;min-width:26px;height:26px;padding:0 8px;font-size:12px;display:inline-flex}.order-details-form__other-items-collapse{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .28s,opacity .2s;display:grid}.order-details-form__other-items-collapse--open{opacity:1;grid-template-rows:1fr}.order-details-form__other-items-inner{min-height:0;overflow:hidden}.order-details-form__other-items-inner>.order-details-form__item-list{padding:0 12px 12px}.order-details-form__items-modal{max-width:820px}.order-details-form__modal-items{flex-direction:column;gap:12px;display:flex}.order-details-form__modal-items-header{background:#eff6ff;border:1px solid #dbeafe;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.order-details-form__modal-items-header strong{color:#1e3a8a;font-size:15px}.order-details-form__modal-items-header span{color:#fff;background:#0a66c2;border-radius:999px;justify-content:center;align-items:center;min-width:30px;height:30px;padding:0 10px;font-size:13px;font-weight:800;display:inline-flex}.order-details-form__modal-item-list{gap:10px}.order-details-form__modal-item{text-align:left}.order-details-form__modal-item:hover{border-color:var(--item-accent,#b6c7dd);transform:translateY(-1px);box-shadow:0 12px 26px #1118271a}.order-details-form__modal-item:focus-visible{outline-offset:2px;outline:2px solid #0a66c2}.order-details-form__item-status{border:1px solid var(--item-border,#cbd5e1);background:#ffffffc7;border-radius:999px;align-items:center;width:fit-content;padding:3px 8px;font-weight:800;line-height:1.2;display:inline-flex;color:var(--item-text,#374151)!important;font-size:11px!important}.order-details-form__item-status--reserved{color:var(--item-text,#1e40af)!important}.order-details-form__item-status--issued{color:var(--item-text,#166534)!important}.order-details-form__item-status--returned{color:var(--item-text,#374151)!important}.order-details-form__item-status--cancelled{color:var(--item-text,#991b1b)!important}.order-details-form__item-status--lost{color:var(--item-text,#92400e)!important}.order-details-form__item-ref-link{color:#0a66c2;background:#fff;border:1px solid #bfdbfe;border-radius:8px;justify-content:center;align-items:center;min-height:26px;padding:4px 9px;font-size:12px;font-weight:800;text-decoration:none;transition:background-color .2s,border-color .2s;display:inline-flex}.order-details-form__item-ref-link:hover{background:#eff6ff;border-color:#0a66c2}.order-details-form__item-ref-link:focus-visible{outline-offset:2px;outline:2px solid #0a66c2}.order-details-form__empty{color:#6b7280;background:#f9fafb;border:1px dashed #d1d5db;border-radius:8px;padding:14px}@media (width<=980px){.order-details-form__summary,.order-details-form__item{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.order-details-form__header,.order-details-form__customer-main,.order-details-form__customer-actions,.order-details-form__card-header{flex-direction:column;align-items:stretch}.order-details-form__header .btn,.order-details-form__customer-actions .btn{width:100%}.order-details-form__section-title{justify-content:space-between}.order-details-form__toggle{justify-content:center;width:100%}.order-details-form__grid,.order-details-form__summary,.order-details-form__definition-list,.order-details-form__customer-meta,.order-details-form__item{grid-template-columns:1fr}}.selected-store-toast{z-index:150;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#eff6ffb8;border:1px solid #bfdbfe;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:12px;width:min(320px,100vw - 40px);padding:12px 12px 12px 14px;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 12px 28px #0f172a29}.selected-store-toast__content{flex-direction:column;gap:4px;min-width:0;display:flex}.selected-store-toast__label{color:#1d4ed8;text-transform:uppercase;font-size:12px;font-weight:700}.selected-store-toast__store{color:#111827;word-break:break-word;font-size:15px;line-height:1.35}.selected-store-toast__close{color:#1e3a8a;cursor:pointer;background:#ffffff70;border:1px solid #1d4ed83d;border-radius:8px;flex:0 0 32px;width:32px;height:32px;font-size:22px;line-height:1}.selected-store-toast__close:hover{background:#ffffffb8}@media (width<=640px){.selected-store-toast{width:calc(100vw - 24px);max-height:28vh;bottom:12px;right:12px;overflow:auto}}.public-order-page{background:#f4f6f8;justify-content:center;align-items:flex-start;min-height:100vh;padding:40px 20px;display:flex}.public-order-page__card{width:100%;max-width:640px}.public-order-page__title{color:#111827;margin:0 0 24px;font-size:28px}.public-order-page__step-title{color:#111827;margin:0 0 20px;font-size:20px}.public-order-page__subtitle{color:#374151;margin:0 0 12px;font-size:16px}.public-order-page__row{gap:12px;margin-bottom:16px;display:flex}.public-order-page__row>.form-field{flex:1}.public-order-page__row--centered{align-items:center}.public-order-page__date-control{gap:8px;display:flex}.public-order-page__date-control .input{flex:1;min-width:0}.public-order-page__calendar-btn{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;min-width:92px;font-size:13px;font-weight:600}.public-order-page__calendar-btn:hover{background:#f9fafb}.public-order-page__actions{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.public-order-page__error{color:#dc143c;background:#fef2f2;border-radius:8px;margin-bottom:12px;padding:8px 12px;font-size:14px}.public-order-page__wishlist{border-top:1px solid #e5e7eb;margin-top:24px;padding-top:20px}.public-order-page__wishlist-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:12px;padding:16px}.public-order-page__wishlist-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.public-order-page__wishlist-label{color:#374151;font-size:14px;font-weight:600}.public-order-page__remove-btn{color:#dc143c;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:13px;font-weight:600}.public-order-page__remove-btn:hover{background:#fef2f2}.public-order-page__licensed{color:#374151;flex:1;align-items:center;gap:8px;min-height:40px;font-size:14px;font-weight:600;display:flex}.public-order-page__licensed input{width:16px;height:16px}.public-order-page__add-btn{margin-top:8px}.public-order-page__step--centered{text-align:center}.public-order-page__qr-text{color:#6b7280;margin:0 0 20px;font-size:14px}.public-order-page__qr{background:#fff;border:2px solid #e5e7eb;border-radius:12px;margin:0 auto 16px;padding:16px;display:inline-block}.public-order-page__qr img{width:240px;height:240px;display:block}.public-order-page__qr-order{color:#6b7280;margin:0 0 8px;font-size:14px}.public-order-page__qr-order strong{color:#111827}.public-order-page__qr-link{flex-direction:column;gap:6px;max-width:100%;margin:8px auto 0;display:flex}.public-order-page__qr-link span{color:#6b7280;letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.public-order-page__qr-link a{color:#2563eb;overflow-wrap:anywhere;font-size:13px}@media (width<=640px){.public-order-page{padding:20px 12px}.public-order-page__row,.public-order-page__actions{flex-direction:column}.public-order-page__calendar-btn{min-height:40px}.public-order-page__actions .btn{width:100%}}@media print{body *{visibility:hidden}.public-order-page__step--centered,.public-order-page__step--centered *{visibility:visible}.public-order-page{background:#fff;min-height:auto;padding:0;display:block}.public-order-page__card{max-width:none;box-shadow:none;border:none;padding:0}.public-order-page__title,.public-order-page__actions{display:none}.public-order-page__step--centered{text-align:center;position:fixed;inset:24px}.public-order-page__qr{border-color:#111827}}.customer-wishlist-page{box-sizing:border-box;background:#f3f4f6;min-height:100vh;padding:32px}.customer-wishlist-page__panel{flex-direction:column;gap:20px;width:min(1120px,100%);margin:0 auto;display:flex}.customer-wishlist-page__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.customer-wishlist-page__title{color:#111827;margin:0 0 6px;font-size:28px}.customer-wishlist-page__subtitle{color:#6b7280;word-break:break-word;margin:0;line-height:1.5}.customer-wishlist-page__overview,.customer-wishlist-page__toolbar,.customer-wishlist-page__section,.customer-wishlist-page__select-bar,.customer-wishlist-page__state,.customer-wishlist-page__item,.customer-wishlist-page__issued-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px}.customer-wishlist-page__overview{grid-template-columns:1.1fr 1.9fr;gap:20px;padding:18px;display:grid}.customer-wishlist-page__profile{align-items:center;gap:14px;min-width:0;display:flex}.customer-wishlist-page__avatar{color:#1e40af;text-transform:uppercase;background:#dbeafe;border-radius:8px;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;font-weight:800;display:flex}.customer-wishlist-page__profile-main{min-width:0}.customer-wishlist-page__profile-main h2{color:#111827;margin:0 0 4px;font-size:20px}.customer-wishlist-page__profile-main p{color:#4b5563;word-break:break-word;margin:0;line-height:1.45}.customer-wishlist-page__details{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0;display:grid}.customer-wishlist-page__details div{min-width:0}.customer-wishlist-page__details dt,.customer-wishlist-page__field>span,.customer-wishlist-page__item-label{color:#6b7280;text-transform:uppercase;font-size:12px;font-weight:700}.customer-wishlist-page__details dd{color:#111827;word-break:break-word;margin:4px 0 0;line-height:1.45}.customer-wishlist-page__section{flex-direction:column;gap:10px;padding:14px;display:flex}.customer-wishlist-page__section-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.customer-wishlist-page__section-header h2{color:#111827;margin:0 0 4px;font-size:18px}.customer-wishlist-page__section-header p{color:#6b7280;margin:0;font-size:14px;line-height:1.45}.customer-wishlist-page__issued-summary{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.customer-wishlist-page__issued-summary span{color:#3730a3;background:#eef2ff;border-radius:999px;justify-content:center;align-items:center;min-width:34px;height:30px;padding:0 10px;font-size:13px;font-weight:800;display:inline-flex}.customer-wishlist-page__issued-summary strong{color:#166534;white-space:nowrap;background:#ecfdf5;border-radius:999px;align-items:center;min-height:30px;padding:0 10px;font-size:13px;font-weight:800;display:inline-flex}.customer-wishlist-page__issued-list{flex-direction:column;gap:8px;display:flex}.customer-wishlist-page__issued-item{background:#fff;border-left:4px solid #16a34a;grid-template-columns:minmax(260px,1fr) auto;align-items:center;gap:18px;min-height:54px;padding:10px 14px;display:grid}.customer-wishlist-page__issued-main{flex-wrap:wrap;align-items:center;gap:12px;min-width:0;display:flex}.customer-wishlist-page__issued-main h3{color:#111827;word-break:break-word;margin:0;font-size:16px;line-height:1.25}.customer-wishlist-page__issued-main h3 a{color:inherit;text-decoration:none}.customer-wishlist-page__issued-main h3 a:hover{color:#0a66c2}.customer-wishlist-page__issued-meta{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.customer-wishlist-page__issued-meta span{color:#14532d;word-break:break-word;font-size:14px;line-height:1.45}.customer-wishlist-page__issued-meta strong{color:#166534;white-space:nowrap;background:#ffffffd1;border:1px solid #bbf7d0;border-radius:999px;padding:2px 7px;font-size:12px;font-weight:800;line-height:1.2}.customer-wishlist-page__issued-parameters{flex-wrap:wrap;justify-content:flex-end;gap:6px;min-width:0;display:flex}.customer-wishlist-page__issued-parameters span{color:#14532d;word-break:break-word;background:#ffffffc7;border:1px solid #bbf7d0;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:700;line-height:1.2}.customer-wishlist-page__toolbar{padding:16px}.customer-wishlist-page__field{flex-direction:column;gap:6px;display:flex}.customer-wishlist-page__select-bar{z-index:20;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex;position:sticky;bottom:16px;box-shadow:0 12px 28px #0f172a24}.customer-wishlist-page__select-bar span{color:#15803d;text-transform:uppercase;font-size:12px;font-weight:800}.customer-wishlist-page__select-bar strong{color:#111827;margin-top:3px;font-size:15px;display:block}.customer-wishlist-page__select-bar p{color:#4b5563;margin:3px 0 0;font-size:13px}.customer-wishlist-page__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.customer-wishlist-page__item{justify-content:space-between;align-items:flex-start;gap:16px;min-width:0;padding:16px;display:flex}.customer-wishlist-page__item-main{min-width:0}.customer-wishlist-page__item h2{color:#111827;word-break:break-word;margin:4px 0;font-size:18px}.customer-wishlist-page__item p{color:#4b5563;word-break:break-word;margin:0;line-height:1.45}.customer-wishlist-page__item-badges{flex-wrap:wrap;flex:0 0 220px;justify-content:flex-end;align-items:flex-start;gap:8px;display:flex}.customer-wishlist-page__item-badges span{color:#3730a3;word-break:break-word;background:#eef2ff;border-radius:999px;padding:5px 8px;font-size:12px;font-weight:700;line-height:1.2}.customer-wishlist-page__state{color:#4b5563;padding:16px}.customer-wishlist-page__state--error{color:#b91c1c}@media (width<=980px){.customer-wishlist-page__overview,.customer-wishlist-page__details,.customer-wishlist-page__list{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-wishlist-page__issued-item{grid-template-columns:1fr}.customer-wishlist-page__issued-parameters{justify-content:flex-start}}@media (width<=640px){.customer-wishlist-page{padding:16px}.customer-wishlist-page__header,.customer-wishlist-page__profile,.customer-wishlist-page__item,.customer-wishlist-page__issued-item,.customer-wishlist-page__section-header,.customer-wishlist-page__select-bar{flex-direction:column;align-items:stretch}.customer-wishlist-page__header .btn,.customer-wishlist-page__select-bar .btn{width:100%}.customer-wishlist-page__overview,.customer-wishlist-page__details,.customer-wishlist-page__list,.customer-wishlist-page__issued-item{grid-template-columns:1fr}.customer-wishlist-page__item-badges{flex:auto;justify-content:flex-start}}.item-details-page{box-sizing:border-box;background:#f8fafc;min-height:100vh;padding:32px}.item-details-page__panel{flex-direction:column;gap:18px;width:min(100%,1040px);margin:0 auto;display:flex}.item-details-page__header,.item-details-page__overview,.item-details-page__summary,.item-details-page__section,.item-details-page__barcode-card,.item-details-page__assign-card,.item-details-page__group,.item-details-page__state{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px;box-shadow:0 1px 2px #0f172a0a}.item-details-page__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.item-details-page__header-actions{flex:none;gap:8px;display:flex}.item-details-page__overview{box-shadow:none;background:0 0;border:none;grid-template-columns:minmax(0,1fr) minmax(300px,390px);gap:16px;padding:0;display:grid}.item-details-page__title{color:#111827;letter-spacing:0;margin:0;font-size:32px;line-height:1.1}.item-details-page__subtitle,.item-details-page__summary-main p,.item-details-page__assign-card p{color:#6b7280;margin:6px 0 0;font-size:14px}.item-details-page__summary{background:linear-gradient(#fff 0%,#f8fafc 100%);justify-content:space-between;align-items:flex-start;gap:16px;min-height:172px;display:flex}.item-details-page__eyebrow,.item-details-page__section-heading span,.item-details-page__assign-card span,.item-details-page__group dt,.item-details-page__assignment-log-item span,.item-details-page__parameter span{color:#6b7280;letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.item-details-page__summary-main h2,.item-details-page__section h2,.item-details-page__group h2{color:#111827;letter-spacing:0;margin:4px 0 0;font-size:22px;line-height:1.2}.item-details-page__status-header{align-items:center;gap:10px;margin-top:10px;display:flex}.item-details-page__status-header h2{color:#111827;letter-spacing:0;margin:0;font-size:28px;line-height:1.1}.item-details-page__status-dot{border:3px solid #fff;border-radius:999px;flex-shrink:0;width:14px;height:14px;box-shadow:0 0 0 1px #0f172a24,0 3px 8px #0f172a29}.status--available{background:#22c55e}.status--rented{background:#4f46e5}.status--service{background:#f59e0b}.status--sold{background:#64748b}.status--lost{background:#ef4444}.status--reserved{background:#db2777}.status--removed{background:#6b7280}.item-details-page__barcode-card{flex-direction:column;gap:12px;display:flex}.item-details-page__barcode-card .btn{margin-top:2px}.item-details-page__section-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.item-details-page__section-heading strong{color:#111827;overflow-wrap:anywhere;text-align:right;max-width:60%;font-family:ui-monospace,Consolas,monospace;font-size:13px}.item-details-page__content-grid{grid-template-columns:minmax(0,1fr) minmax(260px,320px);align-items:start;gap:16px;display:grid}.item-details-page__section-title-row{justify-content:flex-start;align-items:center;gap:12px;display:flex}.item-details-page__section-title-row h2{margin:0}.item-details-page__content-grid--single{grid-template-columns:1fr}.item-details-page__groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.item-details-page__group{text-align:left}.item-details-page__group h2{color:#111827;margin:0 0 14px;font-size:18px}.item-details-page__group dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;display:grid}.item-details-page__group dl div,.item-details-page__parameter,.item-details-page__assignment-log-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px 14px}.item-details-page__group dt,.item-details-page__group dd{margin:0}.item-details-page__group dd{color:#111827;overflow-wrap:anywhere;margin-top:4px;font-weight:700}.item-details-page__group--plain>strong{color:#111827;overflow-wrap:anywhere;margin-top:-6px;font-weight:700;display:block}.item-details-page__history-group{grid-column:1/-1}.item-details-page__assignment-log{gap:12px;display:grid}.item-details-page__assignment-log-item{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) minmax(0,.8fr) minmax(0,1fr);gap:12px;display:grid}.item-details-page__assignment-log-item strong{color:#111827;overflow-wrap:anywhere;margin-top:4px;display:block}.item-details-page__empty{color:#6b7280;font-size:14px}.item-details-page__parameters{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.item-details-page__parameter{text-align:left;flex-direction:column;gap:6px;min-height:74px;display:flex}.item-details-page__parameter strong,.item-details-page__assign-card strong{color:#111827;overflow-wrap:anywhere}.item-details-page__assign-card{flex-direction:column;gap:10px;display:flex;position:sticky;top:18px}.item-details-page__assign-card>strong{font-size:18px;line-height:1.25}.item-details-page__customer-link{color:#0f172a;cursor:pointer;width:100%;font:inherit;text-align:left;background:linear-gradient(135deg,#eff6fff2,#ffffffd6),#fff;border:1px solid #bfdbfe;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;transition:border-color .2s,box-shadow .2s,transform .2s;display:inline-flex;box-shadow:0 6px 16px #0f172a0f}.item-details-page__customer-link span:first-child{color:#0f172a;overflow-wrap:anywhere;min-width:0;font-size:18px;font-weight:800;line-height:1.25}.item-details-page__customer-link span:last-child{color:#fff;letter-spacing:.04em;text-transform:uppercase;background:#0a66c2;border-radius:999px;flex-shrink:0;padding:4px 8px;font-size:11px;font-weight:800}.item-details-page__customer-link:hover{border-color:#0a66c2;transform:translateY(-1px);box-shadow:0 10px 22px #0a66c229}.item-details-page__customer-link:focus-visible{outline-offset:2px;outline:2px solid #0a66c2}.item-details-page__customer-warning{color:#78350f;background:#fffbeb;border:1px solid #f59e0b;border-left:4px solid #d97706;border-radius:8px;padding:8px 10px}.item-details-page__customer-warning span{color:#92400e;letter-spacing:.04em;text-transform:uppercase;margin-bottom:3px;font-size:11px;font-weight:800;display:block}.item-details-page__customer-warning p{color:#78350f;margin:0;font-size:12px;line-height:1.3}.item-details-page__customer-warning strong{color:#111827}.item-details-page__assign-card .btn{margin-top:8px}.item-details-page__assignment-actions{gap:8px;margin-top:8px;display:grid}.item-details-page__assignment-actions--choice{grid-template-columns:repeat(2,minmax(0,1fr))}.item-details-page__state{color:#4b5563;text-align:left}.item-details-page__state--error{color:#991b1b;background:#fef2f2}@media (width<=768px){.item-details-page{padding:16px}.item-details-page__header,.item-details-page__summary{flex-direction:column;align-items:stretch}.item-details-page__header .btn{width:100%}.item-details-page__header-actions{flex-direction:column-reverse;width:100%}.item-details-page__overview,.item-details-page__content-grid{grid-template-columns:1fr;display:contents}.item-details-page__assign-card{order:1}.item-details-page__barcode-card{order:2}.item-details-page__summary{order:3}.item-details-page__parameters-section{order:4}.item-details-page__groups{order:5}.item-details-page__groups,.item-details-page__group dl,.item-details-page__assignment-log-item,.item-details-page__parameters{grid-template-columns:1fr}.item-details-page__assign-card{position:static}.item-details-page__title{font-size:26px}}@media (width<=520px){.item-details-page{padding:10px}.item-details-page__panel{gap:12px}.item-details-page__header,.item-details-page__summary,.item-details-page__section,.item-details-page__barcode-card,.item-details-page__assign-card,.item-details-page__group,.item-details-page__state{border-radius:8px;padding:14px}.item-details-page__title{overflow-wrap:anywhere;font-size:22px;line-height:1.2}.item-details-page__summary{min-height:auto}.item-details-page__summary-main h2,.item-details-page__section h2,.item-details-page__group h2{font-size:18px}.item-details-page__section-heading{flex-direction:column;gap:4px}.item-details-page__section-heading strong{text-align:left;max-width:100%}.item-details-page__group dl div,.item-details-page__parameter,.item-details-page__assignment-log-item{padding:10px}.item-details-page__parameter{min-height:0}.item-details-page__assign-card .btn,.item-details-page__assignment-actions .btn,.item-details-page__barcode-card .btn{min-height:44px}}@media print{body *{visibility:hidden}.item-details-page__barcode-card,.item-details-page__barcode-card *{visibility:visible}.item-details-page__barcode-card{width:auto;height:auto;box-shadow:none;border:none;position:fixed;inset:24px}.item-details-page__barcode-card .btn{display:none}}.pagination{justify-content:flex-end;align-items:center;gap:8px;margin-top:12px;display:flex}.pagination .btn{padding:8px 12px}.pagination__pages{flex-wrap:wrap;gap:6px;display:flex}.pagination__page{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;min-width:34px;height:34px;padding:0 8px;font-size:13px;font-weight:700}.pagination__page:hover{background:#f9fafb}.pagination__page--active{color:#fff;background:#0a66c2;border-color:#0a66c2}@media (width<=768px){.pagination{flex-direction:column;align-items:stretch}.pagination__pages{justify-content:center}}@media (width<=520px){.pagination{gap:10px}.pagination .btn{width:100%;min-height:44px}.pagination__pages{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.pagination__page{width:100%;min-width:0;height:40px}}.barcode{box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:10px}.barcode__svg{width:100%;max-height:120px;display:block}.barcode__svg text{fill:#111827;letter-spacing:0;font-family:ui-monospace,Consolas,monospace;font-size:12px}.barcode--empty{color:#9ca3af;justify-content:center;align-items:center;min-height:96px;font-size:14px;display:flex}.item-edit-modal{flex-direction:column;gap:16px;display:flex}.item-edit-modal__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.item-edit-modal__parameters{border-top:1px solid #e5e7eb;flex-direction:column;gap:16px;padding-top:16px;display:flex}.item-edit-modal__parameters-header h3{color:#111827;margin:0 0 4px;font-size:18px}.item-edit-modal__parameters-header p{color:#6b7280;margin:0;font-size:14px}.item-edit-modal__parameter-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.item-edit-modal__error{color:#b91c1c;background:#fee2e2;border-radius:8px;padding:10px 12px}.item-edit-modal__actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=768px){.item-edit-modal__grid,.item-edit-modal__parameter-list{grid-template-columns:1fr}.item-edit-modal__actions{flex-direction:column-reverse}.item-edit-modal__actions .btn{width:100%}}
