html{scroll-behavior:smooth;font-size:18px}@media (width<=1400px){html{font-size:17px}}@media (width<=1100px){html{font-size:16px}}*{box-sizing:border-box}body{color:#0f172a;background:#f8fafc;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button{font-family:inherit}.header{color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:50;background:#02061799;justify-content:space-between;align-items:center;width:100%;height:76px;padding:0 64px;display:flex;position:fixed;top:0}.logo{align-items:center;gap:12px;font-size:1.1rem;font-weight:800;display:flex}.logo-icon{background:#0ea5e933;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.nav{gap:36px;font-size:.9rem;display:flex}.nav a{opacity:.85}.nav a:hover,.nav a.active{opacity:1;color:#38bdf8}.header-actions{align-items:center;gap:18px;display:flex}.icon-button,.cart-link{color:#fff;cursor:pointer;background:0 0;border:0;font-size:1.15rem;position:relative}.cart-badge{color:#fff;background:#0ea5e9;border-radius:50%;place-items:center;width:20px;height:20px;font-size:.65rem;font-weight:800;display:grid;position:absolute;top:-9px;right:-12px}.outline-button{border:1px solid #fff6;border-radius:999px;padding:.65rem 1.1rem;font-weight:700}.user-actions{align-items:center;gap:12px;display:flex}.logout-button{color:#fff;cursor:pointer;background:#ef4444e6;border:0;border-radius:999px;padding:.65rem 1.1rem;font-weight:800}.logout-button:hover{background:#dc2626}.hero{color:#fff;background-color:#0000;background-image:linear-gradient(90deg,#020617e6,#02061766),url(https://fishmarketapi.cyber-ed.de/uploads/products/main.avif);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-items:center;min-height:100vh;display:flex;position:relative}.hero-overlay{background:linear-gradient(#0000 70%,#f8fafc 100%);position:absolute;inset:0}.hero-content{z-index:1;padding:160px 80px 80px;position:relative}.hero-side{display:none}.hero-text{max-width:650px}.hero-text h1{margin:0;font-size:clamp(3rem,5vw,4.5rem);line-height:1}.hero-text p{opacity:.85;margin-top:1.5rem;font-size:1.2rem}.hero-buttons{gap:1rem;margin-top:2rem;display:flex}.primary-button,.ghost-button{border-radius:14px;justify-content:center;align-items:center;padding:1rem 1.6rem;font-weight:700;display:inline-flex}.primary-button{color:#fff;background:#0ea5e9}.primary-button:hover{background:#0284c7}.ghost-button{border:1px solid #fff6}.scroll-hint{opacity:.85;font-size:.85rem;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.mouse-icon{display:none}.catalog-section{background:#fff;padding:80px 6vw}.page-section{min-height:100vh;padding-top:120px}.section-header{justify-content:space-between;align-items:flex-end;gap:24px;max-width:1280px;margin:0 auto 40px;display:flex}.section-kicker{color:#0ea5e9;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:900}.section-header h2{margin:8px 0 0;font-size:2rem}.text-link{color:#0ea5e9;font-weight:800}.category-tabs{flex-wrap:wrap;gap:12px;max-width:1280px;margin:0 auto 32px;display:flex}.category-tabs button{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;padding:.7rem 1rem;font-weight:700}.category-tabs button.active,.category-tabs button:hover{color:#fff;background:#0ea5e9;border-color:#0ea5e9}.product-grid{grid-template-columns:repeat(4,1fr);gap:28px;max-width:1280px;margin:0 auto;display:grid}.product-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;position:relative;overflow:hidden;box-shadow:0 18px 50px #0f172a14}.product-image{background:linear-gradient(135deg,#e0f2fe,#f8fafc);place-items:center;height:200px;font-size:70px;display:grid;position:relative}.product-badge{color:#fff;background:#f59e0b;border-radius:999px;padding:7px 12px;font-size:.7rem;font-weight:900;position:absolute;top:16px;left:16px}.product-body{padding:20px;position:relative}.product-body h3{margin:0;font-size:1.1rem}.product-description{color:#64748b;min-height:46px;margin:10px 0 14px;font-size:.9rem;line-height:1.45}.price-block{flex-direction:column;gap:4px;display:flex}.price-block strong{font-size:1.4rem}.price-block span{color:#64748b;font-size:.85rem}.warning-box{color:#92400e;background:#fff7ed;border-radius:10px;margin-top:10px;padding:10px;font-size:.8rem;line-height:1.35}.round-cart-button{color:#fff;cursor:pointer;background:#0ea5e9;border:none;border-radius:50%;width:46px;height:46px;position:absolute;bottom:14px;right:14px;box-shadow:0 14px 30px #0ea5e947}.round-cart-button:hover{background:#0284c7}.round-cart-button:disabled{cursor:wait;opacity:.7}.features-section{background:#f1f8ff;grid-template-columns:repeat(4,1fr);gap:24px;padding:60px 6vw;display:grid}.feature{gap:12px;display:flex}.feature>span{background:#e0f2fe;border-radius:50%;flex:0 0 52px;place-items:center;width:52px;height:52px;font-size:1.4rem;display:grid}.feature h3{margin:0 0 6px}.feature p{color:#64748b;margin:0;line-height:1.45}.muted{color:#64748b}.error-box{color:#991b1b;background:#fee2e2;border-radius:14px;max-width:1280px;margin:0 auto;padding:16px;font-weight:700}.form-error,.form-success{border-radius:14px;margin-bottom:18px;padding:14px;font-size:.9rem;font-weight:700}.form-error{color:#991b1b;background:#fee2e2}.form-success{color:#166534;background:#dcfce7}.cart-page,.orders-page,.seller-page{background:#f8fafc}.cart-container,.orders-container,.seller-container{width:min(1280px,100% - 48px);margin:0 auto;padding-bottom:70px}.cart-header,.orders-header,.seller-header{margin-bottom:30px}.cart-layout{grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:30px;display:grid}.cart-items{flex-direction:column;gap:18px;display:flex}.cart-item{background:#fff;border:1px solid #e2e8f0;border-radius:22px;grid-template-columns:150px minmax(0,1fr);gap:22px;padding:18px;display:grid;box-shadow:0 18px 50px #0f172a0f}.cart-item-image{background:linear-gradient(135deg,#e0f2fe,#f8fafc);border-radius:18px;place-items:center;min-height:140px;font-size:4rem;display:grid}.cart-item-title-row{justify-content:space-between;gap:20px;display:flex}.cart-item-title-row h3{margin:0 0 8px;font-size:1.25rem}.variable-label{color:#92400e;background:#fffbeb;border-radius:999px;padding:6px 10px;font-size:.75rem;font-weight:800;display:inline-flex}.remove-button{color:#ef4444;cursor:pointer;background:0 0;border:0;align-self:flex-start;font-weight:800}.cart-item-meta{color:#64748b;flex-wrap:wrap;gap:14px;margin-top:14px;font-size:.9rem;display:flex}.cart-item-bottom{justify-content:space-between;align-items:center;gap:22px;margin-top:18px;display:flex}.quantity-control{border:1px solid #cbd5e1;border-radius:999px;align-items:center;display:inline-flex;overflow:hidden}.quantity-control button{cursor:pointer;background:#fff;border:0;width:42px;height:38px;font-size:1.2rem}.quantity-control button:hover{background:#e0f2fe}.quantity-control span{text-align:center;min-width:42px;font-weight:800}.line-total{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.line-total span{color:#64748b;font-size:.8rem}.line-total strong{font-size:1.25rem}.cart-summary{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:24px;position:sticky;top:100px;box-shadow:0 18px 50px #0f172a14}.cart-summary h3{margin:0 0 18px;font-size:1.4rem}.summary-row{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:18px;padding:14px 0;display:flex}.summary-row span{color:#64748b}.summary-row strong{font-size:1.1rem}.summary-warning{color:#92400e;background:#fffbeb;border-radius:14px;margin-top:16px;padding:14px;font-size:.85rem;line-height:1.4}.checkout-button{color:#fff;background:#0ea5e9;border-radius:16px;justify-content:center;width:100%;margin-top:22px;padding:1rem 1.2rem;font-weight:900;display:inline-flex}.checkout-button:hover{background:#0284c7}.empty-cart{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:28px;max-width:560px;margin:60px auto 0;padding:44px;box-shadow:0 18px 50px #0f172a14}.empty-cart-icon{font-size:4rem}.empty-cart h3{margin:12px 0 8px;font-size:1.6rem}.empty-cart p{color:#64748b;margin:0 0 24px}.auth-page{background-color:#0000;background-image:linear-gradient(90deg,#020617e0,#0206176b),url(https://images.unsplash.com/photo-1544943910-4c1dc44aab44?auto=format&fit=crop&w=2200&q=80);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:center;align-items:center;padding-left:24px;padding-right:24px;display:flex}.auth-card{background:#fffffff5;border-radius:30px;grid-template-columns:1fr 430px;width:min(1120px,100%);display:grid;overflow:hidden;box-shadow:0 30px 80px #02061759}.auth-side{color:#fff;background:linear-gradient(145deg,#0284c7f2,#0f172af5),radial-gradient(circle at 20% 20%,#ffffff40,#0000 32%);padding:56px}.auth-side .section-kicker{color:#bae6fd}.auth-side h1{margin:12px 0 18px;font-size:2.4rem;line-height:1.05}.auth-side p{color:#ffffffd1;max-width:520px;margin:0;line-height:1.55}.auth-note{color:#ffffffe0;background:#ffffff1f;border-radius:18px;margin-top:30px;padding:18px;line-height:1.45}.auth-form{background:#fff;flex-direction:column;justify-content:center;padding:44px;display:flex}.auth-form h2{margin:0 0 24px;font-size:1.7rem}.form-field{flex-direction:column;gap:8px;margin-bottom:18px;display:flex}.form-field span{color:#334155;font-size:.85rem;font-weight:800}.form-field input,.form-field textarea,.form-field select{background:#fff;border:1px solid #cbd5e1;border-radius:14px;outline:none;width:100%;padding:.9rem 1rem;font-size:1rem}.form-field textarea{resize:vertical;min-height:110px}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:#0ea5e9;box-shadow:0 0 0 4px #0ea5e91f}.submit-button{color:#fff;cursor:pointer;background:#0ea5e9;border:0;border-radius:16px;margin-top:6px;padding:1rem 1.2rem;font-weight:900}.submit-button:hover{background:#0284c7}.submit-button:disabled{cursor:wait;opacity:.7}.auth-switch{text-align:center;color:#64748b;margin:20px 0 0}.auth-switch a{color:#0ea5e9;font-weight:900}.orders-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.order-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:24px;display:block;box-shadow:0 18px 50px #0f172a12}.order-card-top,.order-detail-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.order-number{color:#0ea5e9;text-transform:uppercase;font-size:.8rem;font-weight:900}.order-card h3,.order-detail-head h3{margin:8px 0 0;font-size:1.25rem}.status-badge{white-space:nowrap;border-radius:999px;align-items:center;padding:8px 12px;font-size:.75rem;font-weight:900;display:inline-flex}.status-NEW{color:#334155;background:#e2e8f0}.status-PROCESSING{color:#1d4ed8;background:#dbeafe}.status-PACKED{color:#6d28d9;background:#ede9fe}.status-HANDED_TO_DELIVERY{color:#c2410c;background:#ffedd5}.status-DELIVERED{color:#166534;background:#dcfce7}.status-CANCELLED{color:#991b1b;background:#fee2e2}.order-card-info,.order-card-bottom,.order-customer-grid{gap:16px;margin-top:22px;display:grid}.order-card-info{grid-template-columns:repeat(3,minmax(0,1fr))}.order-card-bottom{border-top:1px solid #e2e8f0;grid-template-columns:repeat(2,minmax(0,1fr));padding-top:18px}.order-customer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.order-card-info div,.order-card-bottom div,.order-customer-grid div{flex-direction:column;gap:5px;display:flex}.order-card-info span,.order-card-bottom span,.order-customer-grid span{color:#64748b;font-size:.8rem}.order-card-info strong,.order-card-bottom strong,.order-customer-grid strong{color:#0f172a;font-size:.95rem}.order-detail-layout{grid-template-columns:minmax(0,1fr) 390px;align-items:start;gap:30px;display:grid}.order-detail-main{flex-direction:column;gap:22px;display:flex}.order-detail-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:24px;box-shadow:0 18px 50px #0f172a12}.danger-action-button{color:#fff;cursor:pointer;background:#ef4444;border:0;border-radius:16px;margin-top:22px;padding:.9rem 1.2rem;font-weight:900}.danger-action-button:hover{background:#dc2626}.block-title{margin:0 0 18px;font-size:1.35rem}.order-items-list{flex-direction:column;gap:16px;display:flex}.order-item-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;grid-template-columns:90px minmax(0,1fr) 170px;gap:18px;padding:16px;display:grid}.order-item-icon{background:linear-gradient(135deg,#e0f2fe,#fff);border-radius:16px;place-items:center;min-height:86px;font-size:2.5rem;display:grid}.order-item-info h4{margin:0 0 10px;font-size:1.05rem}.order-item-meta{color:#64748b;flex-wrap:wrap;gap:9px 14px;font-size:.85rem;display:flex}.order-item-total{flex-direction:column;justify-content:center;align-items:flex-end;display:flex}.order-item-total span{color:#64748b;font-size:.78rem}.order-item-total strong{margin-top:5px;font-size:1.1rem}.order-summary{position:sticky;top:100px}.history-title{border-top:1px solid #e2e8f0;padding-top:22px;margin-top:28px!important}.history-list{flex-direction:column;gap:16px;display:flex}.history-item{grid-template-columns:18px minmax(0,1fr);gap:12px;display:grid}.history-dot{background:#0ea5e9;border-radius:50%;width:10px;height:10px;margin-top:6px}.history-item strong{font-size:.9rem;display:block}.history-item span{color:#64748b;margin-top:4px;font-size:.78rem;display:block}.history-item p{color:#334155;margin:7px 0 0;font-size:.85rem;line-height:1.35}.seller-refresh-button{color:#fff;cursor:pointer;background:#0ea5e9;border:0;border-radius:999px;padding:.8rem 1.2rem;font-weight:900}.seller-refresh-button:hover{background:#0284c7}.seller-filters{flex-wrap:wrap;gap:10px;margin:0 0 28px;display:flex}.seller-filters button{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;padding:.7rem 1rem;font-weight:800}.seller-filters button:hover,.seller-filters button.active{color:#fff;background:#0ea5e9;border-color:#0ea5e9}.seller-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;overflow:hidden;box-shadow:0 18px 50px #0f172a12}.seller-table{min-width:960px}.seller-table-head,.seller-table-row{grid-template-columns:90px 1.6fr 1fr 1fr 1.1fr 120px;align-items:center;gap:18px;padding:18px 22px;display:grid}.seller-table-head{color:#64748b;text-transform:uppercase;letter-spacing:.04em;background:#f1f5f9;font-size:.8rem;font-weight:900}.seller-table-row{border-top:1px solid #e2e8f0;transition:background .15s}.seller-table-row:hover{background:#f8fafc}.seller-table-row span{min-width:0}.seller-table-row strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.seller-table-row small{color:#64748b;margin-top:5px;font-size:.75rem;display:block}.seller-order-id{color:#0ea5e9;font-weight:900}.seller-variable-note{font-weight:800;color:#92400e!important}.seller-row-action{color:#0ea5e9;text-align:right;font-weight:900}@media (width<=1100px){.header{padding:0 28px}.nav{display:none}.product-grid,.features-section{grid-template-columns:repeat(2,1fr)}.cart-layout,.order-detail-layout{grid-template-columns:1fr}.cart-summary,.order-summary{position:static}.auth-card{grid-template-columns:1fr}.auth-side{padding:38px}.orders-list{grid-template-columns:1fr}.seller-table-card{overflow-x:auto}}@media (width<=700px){html{font-size:15px}.header{height:68px;padding:0 18px}.outline-button{display:none}.user-actions{gap:6px}.logout-button{padding:.55rem .8rem}.hero-content{padding:120px 24px 70px}.hero-buttons{flex-direction:column;align-items:flex-start}.catalog-section{padding-left:24px;padding-right:24px}.section-header{flex-direction:column;align-items:flex-start}.product-grid,.features-section{grid-template-columns:1fr}.cart-container,.orders-container,.seller-container{width:min(100% - 32px,1280px)}.cart-item{grid-template-columns:1fr}.cart-item-bottom{flex-direction:column;align-items:flex-start}.line-total,.order-item-total{align-items:flex-start}.auth-page{padding-top:92px}.auth-side,.auth-form{padding:28px}.order-card-info,.order-card-bottom,.order-customer-grid,.order-item-row{grid-template-columns:1fr}}.success-box{color:#166534;background:#dcfce7;border-radius:14px;max-width:1280px;margin:0 auto 18px;padding:16px;font-weight:800}.seller-header-actions{align-items:center;gap:18px;display:flex}.seller-order-layout{grid-template-columns:minmax(0,1fr) 390px;align-items:start;gap:30px;display:grid}.seller-order-main{flex-direction:column;gap:22px;display:flex}.seller-order-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:24px;box-shadow:0 18px 50px #0f172a12}.seller-order-sidebar{flex-direction:column;gap:22px;display:flex;position:sticky;top:100px}.seller-order-items{flex-direction:column;gap:18px;display:flex}.seller-order-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;grid-template-columns:96px minmax(0,1fr);gap:18px;padding:18px;display:grid}.seller-order-item-content{min-width:0}.seller-order-item-head{justify-content:space-between;gap:18px;display:flex}.seller-order-item-head h4{margin:0 0 8px;font-size:1.1rem}.final-label{color:#166534;background:#dcfce7;border-radius:999px;padding:6px 10px;font-size:.75rem;font-weight:900;display:inline-flex}.confirm-price-form{background:#fff;border:1px solid #e2e8f0;border-radius:18px;grid-template-columns:180px 180px minmax(0,1fr) auto;align-items:end;gap:14px;margin-top:18px;padding:18px;display:grid}.confirm-price-form .form-field{margin-bottom:0}.confirm-comment-field{min-width:220px}.seller-confirm-button{color:#fff;cursor:pointer;white-space:nowrap;background:#0ea5e9;border:0;border-radius:14px;height:52px;padding:0 1.1rem;font-weight:900}.seller-confirm-button:hover{background:#0284c7}.seller-confirm-button:disabled{cursor:wait;opacity:.7}.seller-status-actions{flex-direction:column;gap:12px;display:flex}.seller-status-button{color:#fff;cursor:pointer;background:#0ea5e9;border:0;border-radius:16px;width:100%;padding:.95rem 1.1rem;font-weight:900}.seller-status-button:hover{background:#0284c7}.seller-status-button.danger{background:#ef4444}.seller-status-button.danger:hover{background:#dc2626}.seller-status-button:disabled{cursor:wait;opacity:.7}@media (width<=1100px){.seller-order-layout{grid-template-columns:1fr}.seller-order-sidebar{position:static}.confirm-price-form{grid-template-columns:repeat(2,minmax(0,1fr))}.seller-confirm-button{grid-column:1/-1}}@media (width<=700px){.seller-header-actions{flex-direction:column;align-items:flex-start}.seller-order-item{grid-template-columns:1fr}.seller-order-item-head{flex-direction:column}.confirm-price-form{grid-template-columns:1fr}}.admin-page{background:#f8fafc}.admin-container{width:min(1280px,100% - 48px);margin:0 auto;padding-bottom:70px}.admin-header{margin-bottom:30px}.admin-layout{grid-template-columns:430px minmax(0,1fr);align-items:start;gap:30px;display:grid}.admin-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:24px;box-shadow:0 18px 50px #0f172a12}.admin-form{flex-direction:column;display:flex}.admin-list{flex-direction:column;gap:14px;display:flex}.admin-list-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;justify-content:space-between;gap:18px;padding:18px;display:flex}.admin-list-item strong{font-size:1.05rem;display:block}.admin-list-item p{color:#64748b;margin:6px 0 0;line-height:1.4}.admin-list-item span{color:#0ea5e9;font-weight:900}@media (width<=1100px){.admin-layout{grid-template-columns:1fr}}@media (width<=700px){.admin-container{width:min(100% - 32px,1280px)}.admin-list-item{flex-direction:column}}.admin-layout-wide{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:30px;display:grid}.admin-card-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.small-muted-button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;padding:.55rem .9rem;font-weight:800}.small-muted-button:hover{background:#f1f5f9}.admin-checkbox{color:#334155;align-items:center;gap:10px;margin:0 0 18px;font-weight:800;display:inline-flex}.admin-checkbox input{width:18px;height:18px}.admin-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.admin-image-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:14px;margin:0 0 18px;padding:12px;display:grid}.admin-image-preview img{object-fit:cover;background:#e0f2fe;border-radius:12px;width:92px;height:72px}.admin-image-preview span{color:#64748b;overflow-wrap:anywhere;font-size:.8rem}.admin-list-card{margin-top:30px}.admin-entity-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.admin-entity-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;overflow:hidden;box-shadow:0 14px 36px #0f172a0f}.admin-entity-image{background:linear-gradient(135deg,#e0f2fe,#f8fafc);place-items:center;height:170px;font-size:3.2rem;display:grid}.admin-entity-image img{object-fit:cover;width:100%;height:100%}.admin-entity-body{padding:18px}.admin-entity-body>strong{font-size:1.1rem;display:block}.admin-entity-body p{color:#64748b;min-height:42px;margin:8px 0 14px;font-size:.9rem;line-height:1.4}.admin-entity-meta{flex-wrap:wrap;gap:8px;display:flex}.admin-entity-meta span{color:#475569;background:#f1f5f9;border-radius:999px;padding:5px 9px;font-size:.72rem;font-weight:800}.admin-product-price{flex-direction:column;gap:5px;margin-top:14px;display:flex}.admin-product-price strong{font-size:1.25rem}.admin-product-price span{color:#64748b;font-size:.85rem}.admin-edit-button{color:#fff;cursor:pointer;background:#0ea5e9;border:0;border-radius:14px;width:100%;margin-top:16px;padding:.8rem 1rem;font-weight:900}.admin-edit-button:hover{background:#0284c7}@media (width<=1100px){.admin-layout-wide{grid-template-columns:1fr}.admin-entity-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.admin-form-grid,.admin-image-preview{grid-template-columns:1fr}.admin-image-preview img{width:100%;height:180px}.admin-entity-grid{grid-template-columns:1fr}.admin-card-head{flex-direction:column}}.header-search{background:#ffffff1f;border:1px solid #ffffff47;border-radius:999px;align-items:center;width:210px;height:42px;display:flex;overflow:hidden}.header-search input{color:#fff;background:0 0;border:0;outline:none;width:100%;min-width:0;height:100%;padding:0 0 0 16px;font-size:.85rem}.header-search input::placeholder{color:#ffffffb3}.header-search button{cursor:pointer;background:0 0;border:0;width:44px;height:100%}.product-card{transition:transform .18s,box-shadow .18s,border-color .18s}.product-card:hover{border-color:#0ea5e973;transform:translateY(-8px);box-shadow:0 28px 70px #0f172a26}.product-card:hover .product-image img,.product-card:hover .product-image span{transform:scale(1.06)}.product-image{overflow:hidden}.product-image img{object-fit:contain;width:100%;height:100%;padding:14px;transition:transform .18s}.product-image span{transition:transform .18s}.admin-entity-image img,.admin-image-preview img{object-fit:contain;background:#f8fafc;padding:10px}.catalog-search-result{color:#64748b;margin:10px 0 0}.footer{color:#fff;background:#020617}.footer-inner{grid-template-columns:1.7fr 1fr 1fr 1fr;gap:38px;width:min(1280px,100% - 48px);margin:0 auto;padding:54px 0 38px;display:grid}.footer-logo{align-items:center;gap:12px;font-weight:900;display:inline-flex}.footer p{color:#ffffffb3;max-width:430px;margin:18px 0 0;line-height:1.55}.footer h4{margin:0 0 14px;font-size:1rem}.footer a,.footer span{color:#ffffffb8;margin-top:10px;display:block}.footer a:hover{color:#38bdf8}.footer-bottom{color:#ffffff8c;border-top:1px solid #ffffff1f;width:min(1280px,100% - 48px);margin:0 auto;padding:18px 0}@media (width<=1100px){.header-search{width:180px}.footer-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.header-search{display:none}.footer-inner{grid-template-columns:1fr;width:min(100% - 32px,1280px)}.footer-bottom{width:min(100% - 32px,1280px)}}.hero-kicker{color:#bae6fd;text-transform:uppercase;letter-spacing:.08em;background:#0ea5e933;border-radius:999px;margin-bottom:18px;padding:8px 14px;font-size:.8rem;font-weight:900;display:inline-flex}.animated-hero{animation:.8s both heroFadeUp}.scroll-down-button{color:#fff;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;bottom:42px;left:50%;transform:translate(-50%)}.scroll-down-button span{opacity:.85;font-size:.8rem}.scroll-down-button strong{background:#ffffff1f;border:1px solid #ffffff73;border-radius:50%;place-items:center;width:42px;height:42px;font-size:1.3rem;animation:1.2s ease-in-out infinite scrollArrowMove;display:grid}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@keyframes scrollArrowMove{0%,to{transform:translateY(0)}50%{transform:translateY(9px)}}.info-page{background:#f8fafc}.info-hero{color:#fff;background:linear-gradient(135deg,#0284c7eb,#0f172af5),radial-gradient(circle at 80% 20%,#fff3,#0000 34%);border-radius:32px;width:min(1120px,100% - 48px);margin:0 auto 40px;padding:54px;box-shadow:0 24px 70px #0f172a2e}.info-hero h1{max-width:780px;margin:12px 0 18px;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.04}.info-hero p{color:#ffffffd1;max-width:760px;margin:0 0 28px;font-size:1.05rem;line-height:1.6}.info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;width:min(1120px,100% - 48px);margin:0 auto 70px;display:grid}.info-card,.info-step{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:26px;box-shadow:0 18px 50px #0f172a12}.info-card>span{background:#e0f2fe;border-radius:50%;place-items:center;width:54px;height:54px;font-size:1.5rem;display:grid}.info-card h3,.info-step h3{margin:18px 0 8px}.info-card p,.info-step p{color:#64748b;margin:0;line-height:1.5}.info-steps{gap:18px;width:min(1120px,100% - 48px);margin:0 auto 70px;display:grid}.info-step{grid-template-columns:74px minmax(0,1fr);gap:22px;display:grid}.info-step>span{color:#fff;background:#0ea5e9;border-radius:18px;place-items:center;width:58px;height:58px;font-weight:900;display:grid}.checkout-page{background:#f8fafc}.checkout-container{width:min(1280px,100% - 48px);margin:0 auto;padding-bottom:70px}.checkout-header{margin-bottom:30px}.checkout-layout{grid-template-columns:minmax(0,1fr) 430px;align-items:start;gap:30px;display:grid}.checkout-card{background:#fff;border:1px solid #e2e8f0;border-radius:26px;padding:26px;box-shadow:0 18px 50px #0f172a12}.checkout-form{flex-direction:column;display:flex}.checkout-sidebar{flex-direction:column;gap:22px;display:flex;position:sticky;top:100px}.checkout-items{flex-direction:column;gap:14px;display:flex}.checkout-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;grid-template-columns:64px minmax(0,1fr);gap:14px;padding:14px;display:grid}.checkout-item-icon{background:linear-gradient(135deg,#e0f2fe,#fff);border-radius:16px;place-items:center;width:64px;height:64px;font-size:1.8rem;display:grid}.checkout-item strong{margin-bottom:4px;display:block}.checkout-item span,.checkout-item small{color:#64748b;font-size:.85rem;line-height:1.35;display:block}.checkout-total-card{border-color:#0ea5e952}.admin-entity-image{background:#f8fafc}.admin-entity-image img{object-fit:contain;background:#f8fafc;width:100%;height:100%;padding:14px}.admin-image-preview img{object-fit:contain;padding:8px}.product-image img{object-fit:contain;background:#f8fafc;padding:14px}@media (width<=1100px){.checkout-layout{grid-template-columns:1fr}.checkout-sidebar{position:static}.info-grid{grid-template-columns:1fr}}@media (width<=700px){.scroll-down-button{bottom:26px}.info-hero,.info-grid,.info-steps,.checkout-container{width:min(100% - 32px,1280px)}.info-hero{padding:32px}.info-step,.checkout-item{grid-template-columns:1fr}}.product-page{background:#f8fafc}.product-container{width:min(1280px,100% - 48px);margin:0 auto;padding-bottom:80px}.product-top-link{margin-bottom:26px}.product-detail{grid-template-columns:minmax(0,1fr) 520px;align-items:start;gap:36px;display:grid}.product-detail-image{background:radial-gradient(circle at 50% 35%,#0ea5e929,#0000 42%),#fff;border:1px solid #e2e8f0;border-radius:32px;place-items:center;min-height:560px;display:grid;position:sticky;top:110px;overflow:hidden;box-shadow:0 24px 70px #0f172a14}.product-detail-image img{object-fit:contain;width:100%;height:100%;max-height:560px;padding:34px;transition:transform .2s}.product-detail-image:hover img{transform:scale(1.035)}.product-detail-image>span{font-size:7rem}.product-detail-info{background:#fff;border:1px solid #e2e8f0;border-radius:32px;padding:34px;box-shadow:0 24px 70px #0f172a14}.product-detail-info h1{margin:10px 0 18px;font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.05}.product-detail-description{color:#64748b;margin:0 0 24px;font-size:1.05rem;line-height:1.6}.product-detail-price-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:24px;padding:22px}.product-detail-price-card>span{color:#64748b;font-size:.85rem;font-weight:800}.product-detail-price-card>strong{margin-top:8px;font-size:2.2rem;display:block}.product-detail-price-meta{flex-wrap:wrap;gap:12px;margin-top:12px;display:flex}.product-detail-price-meta span{color:#075985;background:#e0f2fe;border-radius:999px;padding:7px 11px;font-size:.82rem;font-weight:800}.product-detail-stock{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;justify-content:space-between;align-items:center;margin-top:22px;padding:18px;display:flex}.product-detail-stock span{color:#64748b}.product-detail-stock strong{font-size:1.15rem}.product-detail-actions{align-items:center;gap:16px;margin-top:24px;display:flex}.product-add-button{color:#fff;cursor:pointer;background:#0ea5e9;border:0;border-radius:17px;flex:1;min-height:54px;padding:0 1.3rem;font-weight:900}.product-add-button:hover{background:#0284c7}.product-add-button:disabled{cursor:not-allowed;opacity:.65}@media (width<=1100px){.product-detail{grid-template-columns:1fr}.product-detail-image{min-height:420px;position:static}}@media (width<=700px){.product-container{width:min(100% - 32px,1280px)}.product-detail-image{min-height:320px}.product-detail-info{padding:24px}.product-detail-actions{flex-direction:column;align-items:stretch}.product-add-button{width:100%}}html,body{overflow-x:hidden}.product-card{flex-direction:column;min-height:100%;display:flex}.product-image{background:#f8fafc;flex:0 0 220px;place-items:center;height:220px;min-height:220px;max-height:220px;display:grid;overflow:hidden}.product-image img{object-fit:contain;width:100%;height:100%;padding:18px;display:block}.product-body{flex-direction:column;flex:1;display:flex}.round-cart-button{align-self:flex-end;margin-top:auto;position:static}.admin-entity-card{flex-direction:column;height:100%;display:flex;overflow:hidden}.admin-entity-image{background:#f8fafc;flex:0 0 220px;place-items:center;width:100%;height:220px;min-height:220px;max-height:220px;display:grid;overflow:hidden}.admin-entity-image img{object-fit:contain;background:#f8fafc;width:100%;height:100%;padding:16px;display:block}.admin-entity-body{flex-direction:column;flex:1;padding:18px;display:flex}.admin-entity-body>strong{margin-top:0;line-height:1.25}.admin-entity-body p{min-height:auto}.admin-edit-button{margin-top:auto}.admin-image-preview{grid-template-columns:120px minmax(0,1fr)}.admin-image-preview img{object-fit:contain;background:#f8fafc;width:120px;height:90px;padding:8px;display:block}.product-detail-image{min-height:520px;max-height:620px}.product-detail-image img{object-fit:contain;width:100%;height:100%;padding:34px;display:block}.confirm-price-form{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:16px}.confirm-comment-field{grid-column:1/-1;min-width:0}.seller-confirm-button{grid-column:1/-1;width:100%;height:54px}.confirm-price-form .form-field input{min-width:0}.seller-order-item-content{min-width:0;overflow:hidden}.seller-order-item{overflow:hidden}@media (width<=700px){.product-image,.admin-entity-image{flex-basis:190px;height:190px;min-height:190px;max-height:190px}.admin-image-preview{grid-template-columns:1fr}.admin-image-preview img{width:100%;height:180px}.product-detail-image{min-height:320px}.confirm-price-form{grid-template-columns:1fr}}.product-stock-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin:0 0 12px;padding:10px 12px;display:flex}.product-stock-row span{color:#64748b;font-size:.8rem;font-weight:700}.product-stock-row strong{color:#0f172a;font-size:.9rem}.in-cart-label{color:#166534;background:#dcfce7;border-radius:999px;margin:0 0 12px;padding:9px 12px;font-size:.8rem;font-weight:900}.product-detail-in-cart{margin-top:16px;display:inline-flex}.product-card-disabled{opacity:.56;filter:grayscale(.5);cursor:not-allowed}.product-card-disabled:hover{border-color:#e2e8f0;transform:none;box-shadow:0 18px 50px #0f172a14}.product-card-disabled .product-image{pointer-events:none}.product-card-disabled .round-cart-button{cursor:not-allowed;box-shadow:none;background:#94a3b8}.product-stock-overlay{color:#fff;text-transform:uppercase;letter-spacing:.06em;background:#0f172a9e;place-items:center;font-size:1rem;font-weight:1000;display:grid;position:absolute;inset:0}.product-detail-disabled .product-detail-image{opacity:.72;filter:grayscale(.45)}.product-detail-disabled .product-detail-info{border-color:#cbd5e1}.profile-page{background:#f8fafc}.profile-container{width:min(1280px,100% - 48px);margin:0 auto;padding-bottom:80px}.profile-header{margin-bottom:30px}.profile-layout{grid-template-columns:minmax(0,1fr) 420px;align-items:start;gap:30px;display:grid}.profile-card{background:#fff;border:1px solid #e2e8f0;border-radius:26px;padding:26px;box-shadow:0 18px 50px #0f172a12}.profile-info-card{grid-row:span 2}.profile-avatar{color:#fff;background:linear-gradient(135deg,#0ea5e9,#0369a1);border-radius:28px;place-items:center;width:92px;height:92px;font-size:2rem;font-weight:1000;display:grid}.profile-main-info{margin-top:20px}.profile-main-info h3{margin:0;font-size:1.7rem}.profile-main-info p{color:#64748b;margin:8px 0 0}.profile-badges{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.profile-badges span{color:#075985;background:#e0f2fe;border-radius:999px;padding:7px 11px;font-size:.78rem;font-weight:900}.profile-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px;display:grid}.profile-meta-grid div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:16px}.profile-meta-grid span{color:#64748b;font-size:.78rem;font-weight:800;display:block}.profile-meta-grid strong{color:#0f172a;overflow-wrap:anywhere;margin-top:6px;display:block}.profile-form{flex-direction:column;display:flex}.profile-password-button{width:100%}@media (width<=1100px){.profile-layout{grid-template-columns:1fr}.profile-info-card{grid-row:auto}}@media (width<=700px){.profile-container{width:min(100% - 32px,1280px)}.profile-meta-grid{grid-template-columns:1fr}}.admin-list-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.admin-list-header .block-title{margin-bottom:4px}.admin-list-count{color:#64748b;margin:0;font-size:.85rem}.admin-search-input{background:#f8fafc;border:1px solid #cbd5e1;border-radius:999px;outline:none;width:min(360px,100%);padding:.9rem 1rem;font-size:.95rem}.admin-search-input:focus{border-color:#0ea5e9;box-shadow:0 0 0 4px #0ea5e91f}@media (width<=700px){.admin-list-header{flex-direction:column}.admin-search-input{width:100%}}.admin-users-page{background:#f8fafc}.admin-users-container{width:min(1380px,100% - 48px);margin:0 auto;padding-bottom:80px}.admin-users-header{margin-bottom:30px}.admin-users-stats{grid-template-columns:repeat(7,minmax(0,1fr));gap:14px;margin-bottom:26px;display:grid}.admin-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:18px;box-shadow:0 14px 36px #0f172a0f}.admin-stat-card span{color:#64748b;min-height:34px;font-size:.78rem;font-weight:800;line-height:1.35;display:block}.admin-stat-card strong{margin-top:8px;font-size:1.25rem;display:block}.admin-users-toolbar{grid-template-columns:minmax(280px,1fr) 210px 210px;gap:14px;margin-bottom:24px;display:grid}.admin-filter-select{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:999px;outline:none;padding:.9rem 1rem;font-weight:800}.admin-filter-select:focus{border-color:#0ea5e9;box-shadow:0 0 0 4px #0ea5e91f}.admin-users-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;overflow:hidden;box-shadow:0 18px 50px #0f172a12}.admin-users-table{min-width:1180px}.admin-users-table-head,.admin-users-table-row{grid-template-columns:70px 1.5fr 150px 130px 190px 90px 130px 120px 110px;align-items:center;gap:14px;padding:18px 22px;display:grid}.admin-users-table-head{color:#64748b;text-transform:uppercase;letter-spacing:.04em;background:#f1f5f9;font-size:.75rem;font-weight:900}.admin-users-table-row{border-top:1px solid #e2e8f0;transition:background .15s}.admin-users-table-row:hover{background:#f8fafc}.admin-users-table-row strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.admin-users-table-row small{color:#64748b;overflow-wrap:anywhere;margin-top:5px;font-size:.75rem;display:block}.user-status-badge{border-radius:999px;padding:7px 10px;font-size:.72rem;font-weight:900;display:inline-flex}.user-status-badge.enabled{color:#166534;background:#dcfce7}.user-status-badge.disabled{color:#991b1b;background:#fee2e2}.user-roles-cell{flex-wrap:wrap;gap:6px;display:flex}.user-role-pill{color:#075985;background:#e0f2fe;border-radius:999px;padding:5px 8px;font-size:.68rem;font-weight:900;display:inline-flex}@media (width<=1200px){.admin-users-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-users-table-card{overflow-x:auto}}@media (width<=700px){.admin-users-container{width:min(100% - 32px,1380px)}.admin-users-stats,.admin-users-toolbar{grid-template-columns:1fr}}.admin-user-header-actions{align-items:center;gap:18px;display:flex}.admin-user-layout{grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:30px;display:grid}.admin-user-main{flex-direction:column;gap:24px;display:flex}.admin-user-sidebar{flex-direction:column;gap:24px;display:flex;position:sticky;top:100px}.admin-user-card{background:#fff;border:1px solid #e2e8f0;border-radius:26px;padding:26px;box-shadow:0 18px 50px #0f172a12}.admin-user-profile-card{grid-template-columns:110px minmax(0,1fr);gap:24px;display:grid}.admin-user-avatar{color:#fff;background:linear-gradient(135deg,#0ea5e9,#0369a1);border-radius:28px;place-items:center;width:96px;height:96px;font-size:2rem;font-weight:1000;display:grid}.admin-user-profile-info h3{margin:10px 0 8px;font-size:1.8rem}.admin-user-profile-info p{color:#64748b;margin:0}.admin-user-meta-grid{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:8px;display:grid}.admin-user-meta-grid div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:16px}.admin-user-meta-grid span{color:#64748b;font-size:.78rem;font-weight:800;display:block}.admin-user-meta-grid strong{overflow-wrap:anywhere;margin-top:6px;display:block}.admin-role-editor{flex-wrap:wrap;gap:12px;margin-bottom:20px;display:flex}.admin-role-option{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:999px;align-items:center;gap:8px;padding:12px 14px;font-weight:900;display:inline-flex}.admin-role-option input{width:18px;height:18px}.admin-user-actions{flex-direction:column;gap:14px;display:flex}.admin-user-action-link{color:#fff;background:#0ea5e9;border-radius:16px;justify-content:center;width:100%;padding:.95rem 1.1rem;font-weight:900;display:inline-flex}.admin-user-action-link:hover{background:#0284c7}@media (width<=1100px){.admin-user-layout{grid-template-columns:1fr}.admin-user-sidebar{position:static}.admin-user-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.admin-user-header-actions{flex-direction:column;align-items:flex-start}.admin-user-profile-card,.admin-user-meta-grid{grid-template-columns:1fr}}.admin-user-subtitle{color:#64748b;margin:8px 0 0;font-size:.95rem}.admin-user-orders-stats{grid-template-columns:repeat(5,minmax(0,1fr))}.admin-user-orders-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.admin-user-order-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:24px;box-shadow:0 18px 50px #0f172a12}.admin-user-order-address,.admin-user-order-comment{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;margin-top:18px;padding:16px}.admin-user-order-address span,.admin-user-order-comment span{color:#64748b;font-size:.78rem;font-weight:800;display:block}.admin-user-order-address strong{overflow-wrap:anywhere;margin-top:6px;display:block}.admin-user-order-comment p{color:#334155;margin:6px 0 0;line-height:1.45}.admin-user-order-items{flex-direction:column;gap:10px;margin-top:18px;display:flex}.admin-user-order-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;justify-content:space-between;gap:14px;padding:12px 14px;display:flex}.admin-user-order-item span{color:#334155;font-weight:800}.admin-user-order-item strong{white-space:nowrap}.admin-user-order-actions{margin-top:18px}@media (width<=1200px){.admin-user-orders-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-user-orders-list{grid-template-columns:1fr}}@media (width<=700px){.admin-user-orders-stats{grid-template-columns:1fr}.admin-user-order-item{flex-direction:column}.admin-user-order-item strong{white-space:normal}}.pd-consent-box{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:16px;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:12px;margin:4px 0 20px;padding:16px;line-height:1.45;display:grid}.pd-consent-box input{width:20px;height:20px;margin-top:2px}.pd-consent-box span{font-size:.9rem}.legal-page{background:#f8fafc}.legal-container{width:min(900px,100% - 40px);margin:0 auto;padding:60px 0}.legal-container h1{margin-bottom:20px;font-size:2rem}.legal-container h3{margin-top:24px;margin-bottom:8px}.legal-container p,.legal-container li{color:#334155;line-height:1.6}.pd-link{color:#0ea5e9;font-weight:600;text-decoration:underline}.pd-link:hover{color:#0284c7}
