@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");:root{--ink:#1f2933;--muted:#5b6670;--border:#d7dfe3;--surface:#fff;--shell:#f5f7f8;--accent:#0f81d0;--accent-strong:#0b6ba8;--nav:#0a7cc1;--header:#1b1b1b;--flash:#f7d5c5;--blue-50:#eff6ff;--blue-100:#dbeafe;--blue-500:#3b82f6;--blue-600:#2563eb;--blue-700:#1d4ed8;--green-50:#f0fdf4;--green-500:#22c55e;--green-600:#16a34a;--green-700:#15803d;--orange-50:#fff7ed;--orange-500:#f97316;--orange-600:#ea580c;--orange-700:#c2410c;--red-50:#fef2f2;--red-500:#ef4444;--red-600:#dc2626;--red-700:#b91c1c;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--purple-50:#faf5ff;--purple-500:#a855f7;--purple-600:#9333ea;--yellow-50:#fefce8;--yellow-500:#eab308;--yellow-600:#ca8a04;--blue-400:#60a5fa;--gray-300:#d1d5d9;--gray-400:#9ca3af}*{box-sizing:border-box}body{margin:0;font-family:inherit;background:var(--shell);color:var(--ink)}a{color:inherit}.page{min-height:100vh;display:flex;flex-direction:column}.top-header{display:flex;align-items:center;gap:16px;padding:10px 18px;background:var(--header);color:#f5f5f5;border-bottom:1px solid #000}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:600}.brand__logo{height:30px}.brand__text{display:flex;flex-direction:column;line-height:1.1}.brand__text span{font-size:12px;color:#d1d5db}.top-header__site{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;background:#2a2a2a;border-radius:6px;color:#e5e7eb}.site-name{font-weight:600}.site-host{color:#cbd5e1;font-size:13px}.top-header__spacer{flex:1 1}.top-header__actions{display:inline-flex;gap:10px;align-items:center}.plain{background:transparent;border:none;color:#e5e7eb;font-weight:600;cursor:pointer}.primary{background-color:#007bc7;color:#fff;border:1px solid #007bc7;border-radius:3px;padding:8px 12px;font-weight:400;font-family:Open Sans,Arial,Helvetica,sans-serif;cursor:pointer;display:inline-block;height:34px;min-width:100px;line-height:16px;text-align:center;text-decoration:none;transition:all .1s ease;box-sizing:border-box;position:relative;margin:0;float:none;list-style:none}.primary.slim{padding:8px 14px;font-size:13px}.primary:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.primary.ghost{background:transparent;color:#e5e7eb;border-color:#cbd5e1}.body{display:grid;grid-template-columns:56px 1fr;flex:1 1}.nav-rail{background:var(--nav);color:#fff;display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 6px}.nav-rail__site{writing-mode:vertical-rl;transform:rotate(180deg);font-size:12px;font-weight:600;letter-spacing:.04em;margin-bottom:12px}.nav-rail nav{display:flex;flex-direction:column;gap:6px;width:100%}.nav-rail a,.nav-rail button{background:transparent;border:none;color:#e0f2ff;padding:8px 0;width:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px;text-decoration:none;position:relative;z-index:1;min-height:40px}.nav-rail a.active,.nav-rail a:hover,.nav-rail button.active,.nav-rail button:hover{background:hsla(0,0%,100%,.14)}.content-area{padding:18px 20px 28px;background:#fff;border-left:1px solid var(--border);border-top:1px solid var(--border)}.content-area>.toolbar{margin-bottom:0}.content-header{display:flex;align-items:flex-end;gap:18px;margin-top:16px;margin-bottom:20px;padding-bottom:0}.content-header h1{margin:0;font-size:24px;color:#1f2937}.page-header{display:flex;justify-content:space-between;align-items:center;padding:20px 0 16px;border-bottom:1px solid var(--border);margin-bottom:0}.page-header__title{margin:0;font-size:24px;font-weight:600;color:#1f2937}.page-header__actions,.page-header__right{display:flex;align-items:center}.page-header__actions{gap:12px;justify-content:flex-start}.page-header__actions .primary{display:inline-block;align-items:center;gap:6px;padding:8px 12px;font-size:13px;height:34px;min-width:100px;line-height:16px}.tabs{display:inline-flex;gap:2px}.tab{background:#f3f4f6;border:1px solid var(--border);padding:7px 12px;border-radius:4px 4px 0 0;cursor:pointer;font-weight:600;color:#374151;font-size:13px}.tab.active{background:#fff;border-bottom-color:#fff;color:#111827}.toolbar{justify-content:space-between;background:#fff;border:none;padding:14px 0;border-radius:0;gap:16px;margin-bottom:0}.toolbar,.toolbar__left{display:flex;align-items:center}.toolbar__left{gap:12px;flex:1 1}.toolbar__right{display:flex;align-items:center;gap:12px;justify-content:flex-end;flex-shrink:0}.control{background:#f8fafc;border:1px solid var(--border);padding:8px 10px;border-radius:4px;cursor:pointer;font-weight:600;color:#1f2937;font-size:13px}.control .count{color:var(--muted);margin-left:4px}.caret{font-size:12px;margin-left:4px}.searchbox{display:flex;gap:8px;align-items:center}.searchbox__input{padding:8px 12px;border:1px solid var(--border);border-radius:6px;font-size:13px;min-width:280px;background:#fff;transition:border-color .2s,box-shadow .2s}.searchbox__input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(15,129,208,.1)}.searchbox__input:disabled{background:#f3f4f6;cursor:not-allowed}.searchbox__button{background:var(--accent);color:#fff;border:1px solid var(--accent-strong);padding:8px 14px;border-radius:6px;cursor:pointer;font-weight:600;font-size:13px;transition:background .2s}.searchbox__button:hover:not(:disabled){background:var(--accent-strong)}.searchbox__button:disabled{opacity:.6;cursor:not-allowed}.dropdown{position:relative}.dropdown__menu{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid var(--border);border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.1);min-width:140px;z-index:100;overflow:hidden}.dropdown__item{display:block;width:100%;padding:10px 14px;text-align:left;background:#fff;border:none;cursor:pointer;font-size:13px;color:#1f2937;transition:background .15s}.dropdown__item:hover{background:#f3f4f6}.dropdown__item--active{background:#eff6ff;color:var(--accent);font-weight:600}.control--active{background:#eff6ff;border-color:var(--accent);color:var(--accent)}.filters-panel{background:#fff;border:1px solid var(--border);border-top:none;padding:20px;margin-top:0}.toolbar+.filters-panel{margin-top:0}.filters-panel__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:16px;gap:16px}.filter-group{display:flex;flex-direction:column;gap:6px}.filter-label{font-size:12px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.5px}.filter-input{padding:8px 10px;border:1px solid var(--border);border-radius:6px;font-size:13px;background:#fff;transition:border-color .2s,box-shadow .2s}.filter-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(15,129,208,.1)}.custom-select{position:relative}.custom-select__selected{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;border:1px solid var(--border);border-radius:6px;font-size:13px;background:#fff;cursor:pointer;transition:border-color .2s,box-shadow .2s;min-height:38px}.custom-select__selected:hover{border-color:#9ca3af}.custom-select__selected:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px rgba(15,129,208,.1)}.custom-select__value{color:#1f2937;flex:1 1;text-align:left}.custom-select__arrow{color:#6b7280;font-size:12px;margin-left:8px;transition:transform .2s}.custom-select:hover .custom-select__arrow,.custom-select__selected:focus-within .custom-select__arrow{color:#374151}.custom-select__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid var(--border);border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.1);max-height:200px;overflow-y:auto;z-index:100}.custom-select__option{display:block;width:100%;padding:10px 14px;text-align:left;background:#fff;border:none;cursor:pointer;font-size:13px;color:#1f2937;transition:background .15s}.custom-select__option:hover{background:#f3f4f6}.custom-select__option--selected{background:#eff6ff;color:var(--accent);font-weight:500}.multiselect{position:relative}.multiselect__selected{display:flex;flex-wrap:wrap;gap:6px;padding:6px 10px;border:1px solid var(--border);border-radius:6px;background:#fff;min-height:38px;align-items:center;cursor:text}.multiselect__selected:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px rgba(15,129,208,.1)}.filter-chip{display:inline-flex;gap:4px;padding:4px 8px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;font-size:12px;font-weight:500}.filter-chip,.filter-chip__remove{align-items:center;color:var(--accent)}.filter-chip__remove{background:none;border:none;cursor:pointer;font-size:16px;line-height:1;padding:0;width:16px;height:16px;display:flex;justify-content:center;border-radius:2px;transition:background .15s}.filter-chip__remove:hover{background:rgba(15,129,208,.1)}.multiselect__input{flex:1 1;border:none;outline:none;padding:0;font-size:13px;min-width:120px;background:transparent}.multiselect__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid var(--border);border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.1);max-height:200px;overflow-y:auto;z-index:100}.multiselect__option{display:block;width:100%;padding:10px 14px;text-align:left;background:#fff;border:none;cursor:pointer;font-size:13px;color:#1f2937;transition:background .15s}.multiselect__option:hover{background:#f3f4f6}.multiselect__option--selected{background:#eff6ff;color:var(--accent);font-weight:500}.multiselect__empty{padding:10px 14px;color:var(--muted);font-size:13px;text-align:center}.production-time{display:inline-flex;align-items:baseline;gap:4px;padding:4px 8px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:4px;font-size:12px}.production-time__value{font-weight:700;color:#0369a1}.production-time__unit{color:#0284c7;font-weight:500}.image-zoom-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.9);justify-content:center;z-index:2000;cursor:pointer;animation:fadeIn .3s ease-in}.image-zoom-backdrop,.image-zoom-container{display:flex;align-items:center;padding:20px}.image-zoom-container{position:relative;max-width:90vw;max-height:90vh;flex-direction:column;cursor:default;background:#fff;border-radius:8px}.image-zoom-close{position:absolute;top:10px;right:10px;background:#f3f4f6;border:1px solid var(--border);color:#374151;width:36px;height:36px;border-radius:50%;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.image-zoom-close:hover{background:#e5e7eb;border-color:#9ca3af}.image-zoom-image{width:90vw;height:75vh;max-width:90vw;max-height:75vh;object-fit:contain;border-radius:4px;animation:fadeIn .4s ease-in;background:#f9fafb}.image-zoom-caption{margin-top:16px;color:#374151;font-size:14px;font-weight:500;text-align:center;max-width:100%;padding:0 20px}.products-grid,.table-shell{background:#fff;border:1px solid var(--border);border-top:none}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:24px;gap:24px;padding:24px}.products-grid__empty{grid-column:1/-1;display:flex;align-items:center;justify-content:center;min-height:400px}.product-card{background:#fff;border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}.product-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.product-card__image{width:100%;aspect-ratio:1;background:#f9fafb;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid var(--border);position:relative}.product-card__image--clickable{cursor:pointer}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__image--loading{opacity:0}.product-card__image--loaded{opacity:1;animation:fadeIn .5s ease-in}.product-card__image-loader{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:rgba(249,250,251,.9);z-index:1}.product-card__image-loader .safsira-loader{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-card__image-loader .safsira-loader__logo{width:60px;height:auto;max-width:80%;max-height:80%;animation:safsira-pulse 1.5s ease-in-out infinite}.product-card__placeholder{width:60%;height:60%;opacity:.3;object-fit:contain}.product-card__image-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;padding:20px;text-align:center}.product-card__image-error-message{margin-top:12px}.product-card__image-error-message p{margin:0 0 6px;font-size:14px;font-weight:600;color:#dc2626}.product-card__image-error-message small{display:block;font-size:12px;color:#6b7280;line-height:1.4}.product-card__actions{display:flex;gap:0;margin-top:auto;padding-top:16px}.product-card__actions .primary{flex:1 1;border-radius:0;margin:0}.product-card__actions .primary:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.product-card__actions .primary:last-child:not(:first-child){border-top-right-radius:0;border-bottom-right-radius:0}.product-card__actions .secondary{flex:1 1;background-color:#fff;border:1px solid #007bc7;color:#007bc7;border-radius:0;margin:0;font-size:13px;font-weight:400;font-family:Open Sans,Arial,Helvetica,sans-serif;height:34px;min-width:100px;line-height:16px;text-align:center;transition:all .1s ease;box-sizing:border-box}.product-card__actions .secondary:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.product-card__actions .secondary:last-child:not(:first-child){border-top-right-radius:0;border-bottom-right-radius:0}.product-card__actions button:not(:last-child){border-right:none}.product-card__actions .secondary:hover{background-color:#007bc7;color:#fff;border-color:#007bc7}.product-card__content{padding:16px;display:flex;flex-direction:column;gap:12px;flex:1 1;min-height:0}.product-card__name{margin:0;font-size:16px;font-weight:600;color:#1f2937;line-height:1.4}.product-card__meta{display:flex;gap:8px;flex-wrap:wrap}.product-card__brand,.product-card__category,.product-card__id{font-size:12px;padding:4px 8px;background:#f3f4f6;border-radius:4px;color:#6b7280;font-weight:500}.product-card__id{font-family:monospace;font-weight:600}.product-card__details{display:flex;flex-direction:column;gap:8px;font-size:13px}.product-card__detail{display:flex;justify-content:space-between;align-items:center}.product-card__label{color:var(--muted);font-weight:500}.product-card__value{color:#1f2937;font-weight:600}.product-card__value--small{font-size:12px;font-weight:500;font-family:monospace}.product-card__content .primary{width:100%;margin-top:auto;padding:10px;font-size:14px}.table{width:100%;border-collapse:collapse;font-size:13px}.table td,.table th{text-align:left;padding:10px 12px;border-bottom:1px solid var(--border)}.table th{font-weight:700;color:#374151;background:#f9fafb}.table__empty{padding:24px 16px}.table-avatar{width:42px;height:42px;border-radius:4px;overflow:hidden;border:1px solid var(--border);background:#fff;display:grid;place-items:center}.table-avatar--safsira{border:2px solid var(--blue-500);box-shadow:0 0 0 1px var(--blue-100)}.table-avatar--clickable{cursor:pointer;transition:transform .2s,box-shadow .2s}.table-avatar--clickable:hover{transform:scale(1.05);box-shadow:0 2px 8px rgba(0,0,0,.15)}.table-avatar img{display:block}.table-avatar img,.table-avatar__placeholder{width:100%;height:100%;object-fit:fill}.designed-product-row{position:relative}.safsira-row-badge{position:absolute;left:0;top:0;display:inline-flex;align-items:center;justify-content:center;padding:4px 6px;background:#0a32ad;border-radius:0;box-shadow:0 2px 6px rgba(0,0,0,.12);pointer-events:none;z-index:10}.safsira-row-badge__logo{width:44px;height:auto;display:block}.order-row--safsira{position:relative}.order-row--safsira:hover{background-color:rgba(10,50,173,.05)}.safsira-label{font-size:11px;color:var(--blue-700);font-weight:600;margin-top:4px}.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.35);display:grid;place-items:center;z-index:999;padding:16px}.modal{background:#fff;width:min(1200px,95vw);height:min(800px,90vh);border-radius:10px;border:1px solid var(--border);display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.25)}.modal__header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border)}.modal__header h3{margin:0}.modal__body{flex:1 1;background:#f8fafc}.modal--wide{width:min(1200px,96vw);height:min(900px,92vh)}.modal__actions{display:inline-flex;align-items:center;gap:8px}.input{padding:8px 10px;border:1px solid var(--border);border-radius:6px;font-size:14px;min-width:220px}.modal__body iframe{width:100%;height:100%;border:none;background:#fff}.product-detail-view{display:flex;flex-direction:column;gap:24px}.product-detail-view__image{text-align:center}.product-detail-view__image img{max-width:100%;max-height:400px;object-fit:contain;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.product-detail-view__info h2{margin:0 0 12px;font-size:24px;font-weight:600;color:var(--text)}.product-detail-view__description{margin:0 0 24px;color:var(--muted);line-height:1.6}.product-detail-view__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:16px;gap:16px;margin-bottom:24px}.product-detail-view__field{padding:12px;background:var(--bg-secondary);border-radius:6px;font-size:13px}.product-detail-view__field strong{display:block;margin-bottom:4px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.5px}.product-detail-view__section{margin-top:24px;padding-top:24px;border-top:1px solid var(--border)}.product-detail-view__section h3{margin:0 0 16px;font-size:18px;font-weight:600;color:var(--text)}.product-detail-view__raw{margin-top:24px;padding-top:24px;border-top:1px solid var(--border)}.product-detail-view__raw summary{cursor:pointer;font-weight:500;color:var(--muted);margin-bottom:12px}.product-detail-view__raw pre{background:var(--bg-secondary);padding:16px;border-radius:6px;overflow-x:auto}.designed-product-row{background:#f0f9ff}.designed-product-row:hover{background:#e0f2fe}.product-picker{overflow:auto}.product-table td,.product-table th{vertical-align:middle}.product-table td:last-child{text-align:right}.flash{background:var(--flash);color:#9a3412;border:1px solid #f4b8a1;padding:12px 14px;border-radius:4px;font-weight:600;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.6)}.flash--error{background:#ffe5e5;border-color:#fca5a5;color:#b91c1c}.pagination{display:flex;align-items:center;justify-content:center;gap:10px;padding:18px 0 6px;color:#111827;font-weight:700}.pagination .page-indicator{padding:4px 10px;border:1px solid var(--border);border-radius:4px;background:#fff}.muted{color:var(--muted)}.sortable .caret--header{color:#9ca3af;font-size:10px}.landing{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a32ad,#0f81d0 50%,#3b82f6);padding:40px 24px;position:relative;overflow:hidden}.landing:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,hsla(0,0%,100%,.08) 0,transparent 50%),radial-gradient(circle at 80% 80%,hsla(0,0%,100%,.08) 0,transparent 50%);pointer-events:none}.landing__hero{background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:60px 48px;border-radius:24px;max-width:900px;width:100%;box-shadow:0 20px 60px rgba(10,50,173,.4);text-align:center;position:relative;z-index:1;border:1px solid hsla(0,0%,100%,.3)}.landing__logo-container{margin-bottom:32px;animation:fadeInDown .8s ease-out}.landing__logo{width:220px;height:auto;filter:drop-shadow(0 0 20px rgba(10,50,173,.4)) drop-shadow(0 0 40px rgba(15,129,208,.3)) drop-shadow(0 4px 16px rgba(10,50,173,.2))}.landing__title{font-size:58px;font-weight:300;margin:0 0 20px;background:linear-gradient(135deg,#0a32ad,#0f81d0 50%,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;letter-spacing:-.02em;animation:fadeInUp .8s ease-out .2s both}.landing__subtitle{font-size:20px;font-weight:300;color:#5b6670;line-height:1.6;max-width:600px;margin:0 auto 40px;animation:fadeInUp .8s ease-out .4s both}.landing__auth-section{display:flex;align-items:center;justify-content:center;gap:40px;margin-bottom:60px;animation:fadeInUp .8s ease-out .6s both}.landing__auth-group{display:flex;flex-direction:column;align-items:center;gap:12px}.landing__auth-label{font-size:14px;font-weight:400;color:#6b7280;margin:0}.landing__divider{display:flex;align-items:center;color:#9ca3af;font-size:14px;font-weight:500;text-transform:uppercase;position:relative}.landing__divider:after,.landing__divider:before{content:"";height:1px;width:40px;background:#d1d5db}.landing__divider span{padding:0 16px}.landing__button{padding:16px 32px;border-radius:12px;font-weight:500;font-size:16px;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;cursor:pointer;border:none;letter-spacing:.01em;min-width:220px;justify-content:center}.landing__button--primary{background:linear-gradient(135deg,#0a32ad,#0f81d0);color:#fff;box-shadow:0 8px 24px rgba(10,50,173,.35)}.landing__button--primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(10,50,173,.45)}.landing__button--secondary{background:#fff;color:#0a32ad;border:2px solid #0f81d0}.landing__button--secondary:hover{background:#0f81d0;color:#fff;border-color:#0f81d0;transform:translateY(-2px)}.landing__features{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px;margin-top:40px;padding-top:40px;border-top:1px solid #e5e7eb;animation:fadeIn .8s ease-out .8s both}.landing__feature{text-align:center}.landing__feature-icon{width:64px;height:64px;margin:0 auto 16px;background:linear-gradient(135deg,#0a32ad,#0f81d0);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;box-shadow:0 4px 16px rgba(10,50,173,.3)}.landing__feature h3{font-size:18px;font-weight:500;margin:0 0 8px;color:var(--ink)}.landing__feature p{font-size:14px;font-weight:300;color:var(--muted);margin:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.landing__hero{padding:40px 32px}.landing__title{font-size:42px;font-weight:400}.landing__subtitle{font-size:18px}.landing__auth-section{flex-direction:column;gap:32px}.landing__divider{width:100%}.landing__divider:after,.landing__divider:before{flex:1 1;width:auto}.landing__button{width:100%;min-width:100%}.landing__features{grid-template-columns:repeat(2,1fr);gap:24px}.landing__logo{width:180px}}@media (max-width:480px){.landing__features{grid-template-columns:1fr;gap:24px}}.safsira-loader{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:200px}.safsira-loader__logo{width:80px;height:auto;animation:safsira-pulse 1.5s ease-in-out infinite}@keyframes spin{to{transform:rotate(1turn)}}@keyframes safsira-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}.detail-screen{background:#fff;border:1px solid var(--border);border-radius:12px;padding:20px;margin-top:20px;box-shadow:0 4px 12px rgba(0,0,0,.06)}.detail-screen__header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.detail-screen__body{background:#f8fafc;border:1px solid var(--border);border-radius:10px;padding:16px}.order-detail__header{margin-bottom:24px;padding:20px;border-bottom:3px solid var(--border);background:linear-gradient(135deg,rgba(15,129,208,.03),rgba(168,85,247,.03));border-radius:8px;margin-left:-16px;margin-right:-16px}.order-detail__status-group{display:flex;gap:16px;flex-wrap:wrap}.order-detail__status-item{display:flex;flex-direction:column;gap:6px}.order-detail__status-item label{font-size:12px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.order-detail__badge{display:inline-block;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600;width:-moz-fit-content;width:fit-content}.order-detail__badge--neutral{background-color:var(--border);color:var(--ink)}.order-detail__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px;gap:24px;margin-bottom:24px}.order-detail__section{background:#fff;border:1px solid var(--border);border-radius:8px;padding:20px;margin-bottom:20px}.order-detail__section h2{font-size:18px;font-weight:700;color:var(--ink);border-bottom:3px solid var(--border);padding:10px 12px;margin:0 -12px 20px;position:relative;background:linear-gradient(90deg,rgba(15,129,208,.05),transparent);border-left:4px solid var(--accent);border-radius:4px 0 0 0}.order-detail__section--totals h2{border-left-color:var(--green-500);background:linear-gradient(90deg,rgba(34,197,94,.08),transparent)}.order-detail__section--line-items h2{border-left-color:var(--purple-500);background:linear-gradient(90deg,rgba(168,85,247,.08),transparent)}.order-detail__section--billing h2{border-left-color:var(--orange-500);background:linear-gradient(90deg,rgba(249,115,22,.08),transparent)}.order-detail__section--shipping h2{border-left-color:var(--blue-500);background:linear-gradient(90deg,rgba(59,130,246,.08),transparent)}.order-detail__section--payment h2{border-left-color:var(--green-600);background:linear-gradient(90deg,rgba(22,163,74,.08),transparent)}.order-detail__section--info h2{border-left-color:var(--accent);background:linear-gradient(90deg,rgba(15,129,208,.08),transparent)}.order-detail__section h3{margin:0 0 12px;font-size:16px;font-weight:600;color:var(--ink);padding-left:8px;border-left:3px solid var(--blue-400)}.order-detail__section h4{margin:0 0 8px;font-size:14px;font-weight:600;color:var(--ink);padding-left:6px;border-left:2px solid var(--gray-300)}.order-detail__field-group{display:flex;flex-direction:column;gap:12px}.order-detail__field{display:flex;gap:8px;font-size:14px;line-height:1.6}.order-detail__field strong{color:var(--ink);font-weight:600;min-width:140px}.order-detail__totals{display:flex;flex-direction:column;gap:8px}.order-detail__total-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px;border-bottom:1px solid var(--border)}.order-detail__total-row--final{border-top:3px solid var(--green-500);border-bottom:none;padding-top:16px;margin-top:8px;font-size:16px;background:linear-gradient(to right,var(--green-50),transparent);padding-left:12px;padding-right:12px;margin-left:-12px;margin-right:-12px;border-radius:6px}.order-detail__total-row--final strong{font-size:20px;font-weight:700}.order-detail__address{background:#f8fafc;border:1px solid var(--border);border-radius:6px;padding:12px;margin-bottom:12px;font-size:14px;line-height:1.6}.order-detail__address-meta{display:flex;gap:16px;flex-wrap:wrap;font-size:12px;color:var(--muted);margin-top:8px}.order-detail__shipping-order{background:#f8fafc;border:1px solid var(--border);border-radius:8px;padding:16px;margin-bottom:16px}.order-detail__raw{margin-top:24px;padding-top:16px;border-top:2px solid var(--border)}.order-detail__raw summary{cursor:pointer;font-weight:600;color:var(--muted);margin-bottom:8px}.order-detail__raw summary:hover{color:var(--ink)}.order-detail__raw pre{background:#1f2937;color:#e5e7eb;padding:16px;border-radius:6px;overflow-x:auto;font-size:11px;line-height:1.5}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(135deg,#f0f4f8,#e8eef5)}.auth-page img[alt=Safsira]{filter:drop-shadow(0 0 15px rgba(10,50,173,.3)) drop-shadow(0 0 30px rgba(15,129,208,.2)) drop-shadow(0 2px 8px rgba(10,50,173,.15))}.auth-page__card{width:100%;max-width:400px;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:32px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.auth-page h1{margin:0 0 8px;font-size:24px;font-weight:600;color:var(--ink)}.auth-page__subtitle{margin:0 0 24px;color:var(--muted);font-size:14px}.auth-page__form{display:flex;flex-direction:column;gap:16px}.auth-page__field{display:flex;flex-direction:column;gap:6px}.auth-page__field label{font-size:14px;font-weight:500;color:var(--ink)}.auth-page__field input{padding:10px 12px;border:1px solid var(--border);border-radius:6px;font-size:14px;font-family:inherit;transition:border-color .2s}.auth-page__field input:focus{outline:none;border-color:#0a32ad;box-shadow:0 0 0 3px rgba(10,50,173,.1)}.auth-page__error{background:var(--red-50);border:1px solid var(--red-500);border-radius:6px;color:var(--red-700)}.auth-page__error,.auth-page__message{padding:12px;font-size:14px;margin-bottom:16px}.auth-page__message{background:var(--green-50);border:1px solid var(--green-500);border-radius:6px;color:var(--green-700)}.auth-page__divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:var(--muted);font-size:14px}.auth-page__divider:after,.auth-page__divider:before{content:"";flex:1 1;height:1px;background:var(--border)}.auth-page__footer{margin-top:24px;padding-top:24px;border-top:1px solid var(--border);text-align:center;font-size:14px;color:var(--muted)}.auth-page__footer a{color:#0a32ad;text-decoration:none;font-weight:500}.auth-page__footer a:hover{color:#0f81d0;text-decoration:underline}.secondary-button{padding:10px 16px;background:var(--surface);border:2px solid #0a32ad;border-radius:6px;font-size:14px;font-weight:500;color:#0a32ad;cursor:pointer;transition:all .2s;font-family:inherit;width:100%}.secondary-button:hover{background:#0a32ad;color:#fff;border-color:#0a32ad}.secondary-button:disabled{opacity:.5;cursor:not-allowed}.auth-button{display:flex;align-items:center;gap:12px;margin-left:auto}.auth-button__link{padding:6px 12px;font-size:14px;color:#f5f5f5;text-decoration:none;border-radius:4px;transition:background .2s}.auth-button__link:hover{background:hsla(0,0%,100%,.1)}.auth-button__link--primary{background:var(--accent);color:#fff}.auth-button__link--primary:hover{background:var(--accent-strong)}.auth-button__signout{padding:6px 12px;font-size:14px;background:transparent;border:1px solid hsla(0,0%,100%,.2);color:#f5f5f5;border-radius:4px;cursor:pointer;transition:background .2s;font-family:inherit}.auth-button__signout:hover{background:hsla(0,0%,100%,.1)}.profile-section{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid var(--border)}.profile-section:last-child{border-bottom:none}.profile-section h2{margin:0 0 16px;font-size:20px;font-weight:600;color:var(--ink)}.profile-section__description{margin:0 0 20px;color:var(--muted);font-size:14px;line-height:1.6}.profile-section__error{padding:12px;background:var(--red-50);border:1px solid var(--red-500);border-radius:6px;color:var(--red-700);font-size:14px;margin-bottom:16px}.profile-section__success{padding:12px;background:var(--green-50);border:1px solid var(--green-500);border-radius:6px;color:var(--green-700);font-size:14px;margin-bottom:16px}.profile-section__upload{margin-top:16px}.profile-info{display:flex;flex-direction:column;gap:16px}.profile-info__field{display:flex;flex-direction:column;gap:4px}.profile-info__field label{font-size:12px;font-weight:500;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.profile-info__field p{margin:0;font-size:14px;color:var(--ink)}.profile-info__id{font-family:monospace;font-size:12px;color:var(--muted);word-break:break-all}.profile-logo-preview{margin-bottom:20px;padding:20px;background:var(--shell);border:1px solid var(--border);border-radius:8px;display:flex;justify-content:center;align-items:center}.profile-logo-preview__image{max-width:200px;max-height:200px;object-fit:contain}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at 20% 30%,#e0f2ff,transparent 30%),radial-gradient(circle at 80% 70%,#fde2e4,transparent 30%),var(--shell)}.auth-card{width:100%;max-width:440px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:40px;box-shadow:0 4px 24px rgba(0,0,0,.08)}.auth-card h1{margin:0 0 8px;font-size:28px;font-weight:700;color:var(--ink);text-align:center}.auth-subtitle{margin:0 0 32px;color:var(--muted);font-size:15px;text-align:center}.auth-toggle{display:flex;gap:8px;margin-bottom:24px;background:var(--shell);padding:4px;border-radius:8px}.auth-toggle button{flex:1 1;padding:10px;background:transparent;border:none;border-radius:6px;font-size:14px;font-weight:600;color:var(--muted);cursor:pointer;transition:all .2s;font-family:inherit}.auth-toggle button.active{background:var(--surface);color:var(--accent);box-shadow:0 2px 4px rgba(0,0,0,.05)}.auth-form{gap:20px}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{font-size:14px;font-weight:600;color:var(--ink)}.form-group input{padding:12px 14px;border:1px solid var(--border);border-radius:8px;font-size:14px;font-family:inherit;transition:all .2s;background:var(--surface)}.form-group input:focus{outline:none;border-color:#0a32ad;box-shadow:0 0 0 3px rgba(10,50,173,.1)}.form-group small{font-size:12px;color:var(--muted)}.error-message{background:var(--red-50);border:1px solid var(--red-500);border-radius:8px;color:var(--red-700)}.error-message,.success-message{padding:12px 16px;font-size:14px}.success-message{background:var(--green-50);border:1px solid var(--green-500);border-radius:8px;color:var(--green-700);line-height:1.6}.auth-footer{margin-top:24px;padding-top:24px;border-top:1px solid var(--border);text-align:center;font-size:14px;color:var(--muted)}.auth-footer a{color:#0a32ad;text-decoration:none;font-weight:600}.auth-footer a:hover{color:#0f81d0;text-decoration:underline}.primary-button{padding:12px 20px;background:linear-gradient(135deg,#0a32ad,#0f81d0);border:1px solid #0a32ad;border-radius:8px;font-size:15px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s;font-family:inherit;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.primary-button:hover:not(:disabled){background:linear-gradient(135deg,#081f6b,#0b6ba8);transform:translateY(-1px);box-shadow:0 4px 12px rgba(10,50,173,.4)}.primary-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.profile-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--shell)}.profile-card{width:100%;max-width:600px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:40px;box-shadow:0 4px 24px rgba(0,0,0,.08)}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:24px;border-bottom:2px solid var(--border)}.profile-header h1{margin:0;font-size:28px;font-weight:700;color:var(--ink)}.profile-info{background:var(--shell);padding:20px;border-radius:8px;margin-bottom:32px}.profile-info p{margin:8px 0;font-size:14px;color:var(--ink)}.profile-info strong{font-weight:600;margin-right:8px}.profile-form{display:flex;flex-direction:column;gap:20px}.logo-preview{margin-top:16px;padding:20px;background:var(--shell);border:1px solid var(--border);border-radius:8px;text-align:center}.logo-preview p{margin:0 0 12px;font-size:14px;font-weight:600;color:var(--ink)}.logo-preview img{max-width:200px;max-height:100px;object-fit:contain}.message{padding:12px 16px;border-radius:8px;font-size:14px}.message.success{background:var(--green-50);border:1px solid var(--green-500);color:var(--green-700)}.message.error{background:var(--red-50);border:1px solid var(--red-500);color:var(--red-700)}.auth-nav{display:flex;align-items:center;gap:12px}.auth-link{padding:8px 16px;font-size:14px;font-weight:500;color:#f5f5f5;text-decoration:none;border-radius:6px;transition:all .2s;display:inline-flex;align-items:center;gap:8px;border:none;background:transparent;cursor:pointer;font-family:inherit}.auth-link:hover{background:hsla(0,0%,100%,.1)}.auth-link.primary{background:linear-gradient(135deg,#0a32ad,#0f81d0);color:#fff}.auth-link.primary:hover{background:linear-gradient(135deg,#081f6b,#0b6ba8)}.user-link{border:1px solid hsla(0,0%,100%,.2)}.sign-out-button{padding:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.logo-upload{display:flex;flex-direction:column;gap:16px;padding:24px;background:#fff;border:1px solid var(--border);border-radius:12px}.logo-upload__preview{min-height:200px;background:var(--shell);border:2px dashed var(--border);border-radius:8px}.logo-upload__preview,.logo-upload__preview-container{display:flex;justify-content:center;align-items:center;position:relative}.logo-upload__preview-container{width:100%;height:100%;padding:20px}.logo-upload__preview-image{max-width:100%;max-height:200px;object-fit:contain;border-radius:4px}.logo-upload__placeholder{display:flex;flex-direction:column;align-items:center;gap:12px;color:var(--muted)}.logo-upload__placeholder svg{font-size:48px;opacity:.5}.logo-upload__success{position:absolute;top:12px;right:12px;background:var(--green-500);color:#fff;padding:8px 12px;border-radius:6px;font-size:14px;font-weight:600;display:flex;align-items:center;gap:6px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.logo-upload__error{padding:12px 16px;background:var(--red-50);border:1px solid var(--red-500);border-radius:8px;color:var(--red-700);font-size:14px}.logo-upload__actions{display:flex;gap:12px;flex-wrap:wrap}.logo-upload__button{padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:8px;border:none;font-family:inherit}.logo-upload__button--primary{background:linear-gradient(135deg,#0a32ad,#0f81d0);color:#fff}.logo-upload__button--primary:hover{background:linear-gradient(135deg,#081f6b,#0b6ba8);transform:translateY(-1px)}.logo-upload__button--upload{background:var(--green-500);color:#fff}.logo-upload__button--upload:hover{background:var(--green-600)}.logo-upload__button--remove{background:var(--red-500);color:#fff}.logo-upload__button--remove:hover{background:var(--red-600)}.logo-upload__button--secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.logo-upload__button--secondary:hover{background:#e5e7eb}.logo-upload__button:disabled{opacity:.6;cursor:not-allowed;transform:none}.logo-upload__hint{font-size:12px;color:var(--muted);margin:0;text-align:center}.logo-module{padding:10px 14px;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.logo-module,.logo-module__content{display:flex;align-items:center;gap:12px}.logo-module__logo{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--shell);border:1px solid var(--border);border-radius:8px;overflow:hidden;flex-shrink:0}.logo-module__logo-image{width:100%;height:100%;object-fit:contain;padding:4px}.logo-module__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(10,50,173,.1),rgba(15,129,208,.1));border:1px solid rgba(10,50,173,.2);border-radius:8px;color:#0a32ad;flex-shrink:0}.logo-module__icon svg{font-size:24px}.logo-module__info{display:flex;flex-direction:column;gap:2px;min-width:0}.logo-module__title{margin:0;font-size:14px;font-weight:600;color:var(--ink);line-height:1.2}.logo-module__subtitle{margin:0;font-size:12px;color:var(--muted);line-height:1.2}.logo-module__button{display:inline-flex;align-items:center;gap:6px;padding:0 16px;height:48px;background:#0a32ad;color:#fff;border:1px solid #0a32ad;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit;white-space:nowrap;flex-shrink:0}.logo-module__button:hover{background:#081f6b;color:#fff;border-color:#081f6b}.logo-module__button--primary{background:#0a32ad;color:#fff;border-color:#0a32ad}.logo-module__button--primary:hover{background:#081f6b;border-color:#081f6b}.logo-manager{background:#fff;border:1px solid var(--border);border-radius:8px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.logo-manager--floating{padding:20px}.logo-manager__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--border)}.logo-manager__header h3{margin:0;font-size:16px;font-weight:600;color:var(--ink)}.logo-manager__upload-button{display:inline-block;padding:8px 12px;background-color:#007bc7;color:#fff;border:1px solid #007bc7;border-radius:3px;font-size:13px;font-weight:400;font-family:Open Sans,Arial,Helvetica,sans-serif;cursor:pointer;height:34px;min-width:100px;line-height:16px;text-align:center;transition:all .1s ease;box-sizing:border-box;position:relative}.logo-manager__upload-button:hover{background-color:#0064a0;border-color:#0064a0}.logo-manager__error{padding:10px 12px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:13px;margin-bottom:12px}.logo-manager__empty{padding:40px 20px;text-align:center;color:#6b7280;font-size:14px}.logo-manager__grid{display:flex;flex-direction:row;gap:12px;overflow-x:auto;padding:12px 0;scrollbar-width:thin;width:100%}.logo-manager__grid::-webkit-scrollbar{height:6px}.logo-manager__grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.logo-manager__grid::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.logo-manager__grid::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.logo-manager__item{border:2px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:all .2s;background:#fff;flex:0 0 auto;width:140px;display:flex;flex-direction:column;min-height:200px}.logo-manager__item--upload{border-style:dashed;border-color:#d1d5db;padding:0;cursor:pointer}.logo-manager__item--upload:hover{border-color:#0a32ad;background:#f0f4ff}.logo-manager__item--upload:has(input:disabled){opacity:.6;cursor:not-allowed}.logo-manager__item:hover{border-color:#d1d5db;box-shadow:0 2px 8px rgba(0,0,0,.08)}.logo-manager__item--current{border-color:#0a32ad;background:#f0f4ff}.logo-manager__item-image{position:relative;width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:#f9fafb;padding:12px;border-bottom:1px solid #e5e7eb}.logo-manager__item-image img{max-width:100%;max-height:100%;object-fit:contain}.logo-manager__item-image--no-logo{background:linear-gradient(135deg,#f9fafb,#f3f4f6)}.logo-manager__item-image--upload{background:#fafafa;border:none}.logo-manager__item-image--upload:hover{background:#f0f4ff}.logo-manager__no-logo-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.logo-manager__item-badge{position:absolute;top:6px;right:6px;display:flex;align-items:center;gap:4px;padding:4px 8px;background:#0a32ad;color:#fff;border-radius:4px;font-size:11px;font-weight:600}.logo-manager__item-actions{display:flex;gap:6px;padding:0;flex-shrink:0;margin-top:auto}.logo-manager__item-button{flex:1 1;padding:8px 12px;border:none;border-top:1px solid #e5e7eb;border-radius:0;font-size:13px;font-weight:400;font-family:Open Sans,Arial,Helvetica,sans-serif;cursor:pointer;transition:all .1s ease;display:inline-block;height:34px;min-width:100px;line-height:16px;text-align:center;box-sizing:border-box;width:100%}.logo-manager__item-button:disabled{opacity:.5;cursor:not-allowed}.logo-manager__item-button--primary{background-color:#007bc7;color:#fff}.logo-manager__item-button--primary:hover:not(:disabled){background-color:#0064a0;border-color:#0064a0}.logo-manager__item-button--current{background-color:#007bc7;color:#fff;cursor:default;display:inline-flex;align-items:center;justify-content:center;gap:6px}.logo-manager__item-button--current:disabled{opacity:1;cursor:default}.logo-manager__item-button--delete{flex:0 0 auto;min-width:34px;width:34px;height:34px;padding:0;background-color:#f3f4f6;border:1px solid #dc2626;color:#dc2626;border-radius:3px;font-size:13px;font-weight:400;font-family:Open Sans,Arial,Helvetica,sans-serif;display:inline-flex;align-items:center;justify-content:center;transition:all .1s ease;box-sizing:border-box}.logo-manager__item-button--delete:hover:not(:disabled){background-color:#dc2626;color:#fff;border-color:#dc2626}.logo-manager__item-button--delete-overlay{background-color:hsla(0,0%,100%,.9);border:1px solid #dc2626;color:#dc2626;border-radius:3px;font-weight:400;font-family:Open Sans,Arial,Helvetica,sans-serif;cursor:pointer;transition:all .1s ease;box-sizing:border-box;box-shadow:0 2px 4px rgba(0,0,0,.1)}.logo-manager__item-button--delete-overlay:hover:not(:disabled){background-color:#dc2626;color:#fff;border-color:#dc2626}.logo-manager__item-button--delete-overlay:disabled{opacity:.5;cursor:not-allowed}.logo-module__button svg{font-size:16px}.logo-module{position:relative}.logo-module__upload{position:absolute;top:calc(100% + 12px);right:0;width:420px;max-width:calc(100vw - 40px);z-index:100;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.15);padding:0;overflow:hidden}.logo-module__upload .logo-upload{border:none;border-radius:0;padding:24px;margin:0}.product-page{min-height:100vh;display:flex;flex-direction:column;background:#fff}.product-page__header{background:#fff;border-bottom:1px solid #e5e7eb;padding:16px 24px}.product-page__header-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.product-page__logo{display:flex;align-items:center;gap:2px}.product-page__logo-img{height:32px;width:auto}.product-page__logo-text{font-size:28px;font-weight:700;color:#dc2626;letter-spacing:-.5px}.product-page__logo-reg{font-size:12px;color:#dc2626;vertical-align:super}.product-page__nav{display:flex;gap:24px;align-items:center}.product-page__nav a{color:#1f2937;text-decoration:none;font-size:15px;font-weight:500;transition:color .2s}.product-page__nav a:hover{color:#dc2626}.product-page__header-right{display:flex;align-items:center;gap:20px}.product-page__cart{display:flex;align-items:center;gap:8px;color:#1f2937;font-size:15px}.product-page__cart svg{font-size:18px}.product-page__search{position:relative;display:flex;align-items:center}.product-page__search svg{position:absolute;right:12px;color:#6b7280;font-size:16px;pointer-events:none}.product-page__search input{padding:8px 36px 8px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px;min-width:200px;background:#fff}.product-page__search input:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.1)}.product-page__main{flex:1 1;padding:40px 24px}.product-page__content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:start}.product-page__image-section{width:100%}.product-page__image{width:100%;height:auto;border-radius:8px;object-fit:contain}.product-page__image-placeholder{width:100%;aspect-ratio:1;background:#f3f4f6;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#6b7280}.product-page__details-section{display:flex;flex-direction:column;gap:24px}.product-page__title{font-size:32px;font-weight:700;color:#1f2937;margin:0;line-height:1.2}.product-page__description{font-size:16px;line-height:1.6;color:#374151;margin:0}.product-page__quantity{display:flex;align-items:center;gap:12px}.product-page__quantity label{font-size:15px;font-weight:500;color:#1f2937}.product-page__quantity-input{padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:15px;width:80px;background:#fff}.product-page__quantity-input:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.1)}.product-page__add-to-cart{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;background:#4b5563;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s;width:100%;max-width:300px}.product-page__add-to-cart:hover{background:#374151}.product-page__add-to-cart svg{font-size:18px}.product-page__pricing{display:flex;flex-direction:column;gap:8px;padding-top:16px;border-top:1px solid #e5e7eb}.product-page__price-row{display:flex;justify-content:space-between;font-size:15px;color:#1f2937}.product-page__price-row span:last-child{font-weight:600}.product-page__summary{display:flex;gap:0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:16px 0;margin-top:8px}.product-page__summary-item{flex:1 1;display:flex;flex-direction:column;gap:4px}.product-page__summary-label{font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.product-page__summary-value{font-size:15px;font-weight:500;color:#1f2937}.product-page__footer{background:#fff;border-top:1px solid #e5e7eb;padding:40px 24px;margin-top:auto}.product-page__footer-content{max-width:1200px;margin:0 auto;flex-direction:column}.product-page__footer-content,.product-page__footer-nav{display:flex;align-items:center;gap:24px}.product-page__footer-nav a{color:#1f2937;text-decoration:none;font-size:15px;font-weight:500;transition:color .2s}.product-page__footer-nav a:hover{color:#dc2626}.product-page__footer-copyright{display:flex;flex-direction:column;align-items:center;gap:12px}.product-page__footer-copyright p{margin:0;font-size:14px;color:#6b7280}.product-page__footer-links{display:flex;gap:16px}.product-page__footer-links a{color:#6b7280;text-decoration:none;font-size:13px;transition:color .2s}.product-page__footer-links a:hover{color:#dc2626}.product-page__error,.product-page__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px;padding:40px}.product-page__error p,.product-page__loading p{font-size:18px;color:#6b7280}@media (max-width:768px){.product-page__content{grid-template-columns:1fr;gap:32px}.product-page__header-content{flex-wrap:wrap}.product-page__nav{order:3;width:100%;justify-content:center;margin-top:12px}.product-page__header-right{margin-left:auto}.product-page__search input{min-width:150px}}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_0fc2d1;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_0fc2d1{font-family:__Inter_0fc2d1,__Inter_Fallback_0fc2d1;font-style:normal}