@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap";:root{font-family:DM Sans,Noto Sans SC,Inter,system-ui,sans-serif;color:#15284d;background:#f4f8fd;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f4f8fd;--surface: #fff;--surface-muted: #f5f8fc;--navy: #102957;--text: #15284d;--muted: #6c7d9d;--border: #dbe5f2;--border-strong: #c9d8eb;--blue: #1f5fff;--blue-dark: #123d9b;--blue-soft: #eaf1ff;--green: #22a66f;--orange: #d98a16;--red: #df4b52;--shadow-card: 0 12px 35px rgba(35, 74, 130, .08);--shadow-button: 0 10px 22px rgba(31, 95, 255, .2);--radius-card: 20px;--radius-control: 12px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bg)}button,input,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.shell{min-height:100vh;display:flex;flex-direction:column}.shell main{flex:1}.auth-shell{background:#fff}.site-header{position:sticky;top:0;z-index:20;background:#ffffffdb;border-bottom:1px solid rgba(201,216,235,.72);box-shadow:0 6px 22px #234a820f;backdrop-filter:blur(18px) saturate(135%);-webkit-backdrop-filter:blur(18px) saturate(135%)}.header-inner{width:min(100%,1320px);min-height:70px;margin:0 auto;padding:0 25px;display:flex;align-items:center;gap:35px;background:transparent}.brand{display:inline-flex;align-items:center;gap:9px;flex:none;color:var(--navy);font-family:Space Grotesk,sans-serif;font-size:22px;font-weight:700;letter-spacing:-1.3px}.brand>span:last-child>span,.site-footer strong span{color:var(--blue)}.brand-mark{width:31px;height:31px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#276cff,#1344a9);border-radius:10px 10px 10px 4px;font-size:18px;box-shadow:0 6px 12px #1f5fff3d}.main-nav{display:flex;align-items:center;gap:28px;flex:1}.main-nav a{position:relative;color:#30476f;font-size:14px;font-weight:700;white-space:nowrap}.main-nav a:hover,.main-nav a.active{color:var(--blue)}.main-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-25px;height:3px;border-radius:10px 10px 0 0;background:var(--blue)}.header-actions{display:flex;align-items:center;gap:16px;flex:none}.language-toggle{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 9px;color:#526a90;border:1px solid transparent;border-radius:9px;background:transparent;font-size:12px;font-weight:800;white-space:nowrap;transition:.18s ease}.language-toggle:hover{color:var(--blue);border-color:var(--border);background:#f7faff}.language-toggle svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.language-toggle:focus-visible{outline:3px solid rgba(31,95,255,.2);outline-offset:2px}.header-search{width:280px;height:46px;display:flex;align-items:center;gap:10px;padding:0 16px;color:#8ba0c1;background:#f5f8fc;border:1px solid #edf2f8;border-radius:14px}.header-search svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;flex:none}.header-search input{width:100%;border:0;outline:0;color:var(--text);background:transparent;font-size:13px}.header-search input::placeholder{color:#8ba0c1}.cart-link{width:30px;height:34px;display:grid;place-items:center;color:var(--navy)}.cart-link svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.cart-link:hover{color:var(--blue)}.user-avatar{width:40px;height:40px;border:2px solid #dce8fb;border-radius:50%;overflow:hidden;background:#eaf1ff}.user-avatar img{width:100%;height:100%;object-fit:cover}.account-menu{position:relative}.account-trigger{display:inline-flex;align-items:center;gap:5px;padding:0;border:0;background:transparent}.account-caret{width:13px;height:13px;fill:none;stroke:#6c7d9d;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.account-dropdown{position:absolute;top:calc(100% + 10px);right:0;z-index:25;min-width:156px;padding:6px;display:grid;gap:2px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 14px 32px #234a8229}.account-dropdown a,.account-dropdown button{width:100%;padding:10px 12px;border:0;border-radius:8px;color:var(--text);background:transparent;text-align:left;font-size:13px;font-weight:700}.account-dropdown a:hover,.account-dropdown button:hover{color:var(--blue);background:var(--blue-soft)}.account-dropdown button{color:var(--red)}.logout-button,.nav-login{border:0;color:var(--blue);background:transparent;font-size:13px;font-weight:700;white-space:nowrap}.mobile-logout{display:none}.nav-login{padding:11px 18px;background:var(--blue);color:#fff;border-radius:11px;box-shadow:var(--shadow-button)}.nav-login:hover{background:var(--blue-dark)}.menu-toggle{display:none;width:38px;height:38px;padding:8px;border:1px solid var(--border);border-radius:10px;background:#fff}.menu-toggle span{display:block;height:2px;margin:4px 0;background:var(--navy);border-radius:2px}.site-footer{width:min(100% - 44px,1320px);margin:20px auto 0;padding:30px 10px 38px;display:flex;align-items:end;justify-content:space-between;gap:20px;color:var(--muted);font-size:12px}.site-footer strong{color:var(--navy);font-family:Space Grotesk,sans-serif;font-size:18px;letter-spacing:-1px}.site-footer p{margin:7px 0 0}.primary-button,.secondary-button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 22px;border-radius:var(--radius-control);font-weight:800;transition:.2s ease}.primary-button{border:0;color:#fff;background:var(--blue);box-shadow:var(--shadow-button)}.primary-button:hover{background:var(--blue-dark);transform:translateY(-1px)}.primary-button:disabled{opacity:.55;cursor:wait;transform:none}.secondary-button{color:var(--navy);border:1px solid var(--border);background:#fff}.secondary-button:hover{border-color:var(--blue);color:var(--blue)}.full{width:100%}.subtle-button{border:0;color:var(--muted);background:transparent;font-size:13px}.subtle-button:hover{color:var(--blue)}.eyebrow{color:var(--blue);font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase}.back-link{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:14px;font-weight:600}.back-link:hover{color:var(--blue)}.page-container{width:min(100%,1240px);margin:0 auto;padding:54px 28px 80px}.page-title{margin-bottom:32px}.page-title h1{margin:8px 0 0;color:var(--navy);font-family:Space Grotesk,sans-serif;font-size:clamp(32px,4vw,46px);line-height:1.1;letter-spacing:-1.7px}.page-title p{margin:9px 0 0;color:var(--muted)}.empty{padding:80px 10px;color:var(--muted);text-align:center}.empty p{margin:0 0 25px}.form-error{color:var(--red)!important;font-size:13px}.form-success{color:var(--green);font-size:13px}.toast{position:fixed;right:24px;bottom:24px;z-index:30;max-width:calc(100% - 48px);padding:14px 18px;color:var(--navy);background:#fff;border:1px solid #bcd1f5;border-radius:12px;box-shadow:0 16px 40px #1c40702e}.catalog-page{width:min(100%,1320px);margin:0 auto;padding:0 0 70px}.home-hero{min-height:415px;position:relative;display:flex;align-items:center;overflow:hidden;border-radius:0;background:#122951;isolation:isolate}.home-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,#071839f5,#091f48d1 31%,#0c214914 75%)}.hero-copy{width:49%;padding:58px 0 58px 62px;z-index:2}.hero-copy .eyebrow{color:#91c2ff}.hero-copy h1{margin:16px 0;color:#fff;font-family:Space Grotesk,sans-serif;font-size:clamp(42px,5vw,64px);line-height:1.03;letter-spacing:-3.1px}.hero-copy h1 em{color:#77a9ff;font-style:normal}.hero-copy p{max-width:370px;margin:0 0 28px;color:#e2eaf9;font-size:16px;line-height:1.55}.hero-art{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.hero-art:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#0b244c 0%,transparent 54%)}.hero-art img{width:100%;height:100%;object-fit:cover;object-position:center right}.hero-cta-arrow{font-size:20px;line-height:1}.benefit-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;padding:28px 30px;background:#fff;border:1px solid var(--border);border-radius:0 0 20px 20px;box-shadow:var(--shadow-card)}.benefit{display:flex;align-items:center;gap:14px;min-width:0}.benefit>div{min-width:0}.benefit .benefit-icon{width:42px;height:42px;display:grid;place-items:center;flex:none;margin-top:0;color:var(--blue);background:var(--blue-soft);border-radius:14px;font-size:21px}.benefit strong{display:block;color:var(--navy);font-size:14px}.benefit div span{display:block;margin-top:3px;color:var(--muted);font-size:12px;overflow-wrap:anywhere}.catalog-content{padding:58px 22px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px}.section-heading h2{margin:8px 0 0;color:var(--navy);font-family:Space Grotesk,sans-serif;font-size:clamp(26px,3vw,34px);letter-spacing:-1.3px}.product-count{color:var(--muted);font-size:13px}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:26px 0 22px}.chips{display:flex;flex-wrap:wrap;gap:9px}.chips button{padding:9px 15px;color:#557096;border:1px solid var(--border);border-radius:10px;background:#fff;font-size:13px;font-weight:700}.chips button:hover,.chips button.active{color:var(--blue);border-color:#a9c5fb;background:var(--blue-soft)}.search{width:min(100%,260px);height:42px;padding:0 14px;color:var(--text);border:1px solid var(--border);border-radius:11px;outline:0;background:#fff}.search:focus,.summary input:focus,.field-control:focus{border-color:#82aafb;box-shadow:0 0 0 3px #1f5fff1a}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{position:relative;overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 7px 22px #2c507e0d;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.product-card:hover{border-color:#a9c5fb;box-shadow:0 14px 30px #234a8221;transform:translateY(-4px)}.product-card-link{display:block}.product-visual{height:218px;position:relative;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#edf4ff,#dce9fc)}.product-visual:after{content:"";position:absolute;inset:auto 15% 12px;height:20px;border-radius:50%;background:#2f569624;filter:blur(12px)}.product-visual img{width:78%;height:82%;position:relative;z-index:1;object-fit:contain;filter:drop-shadow(0 18px 15px rgba(21,54,105,.2));transition:transform .25s ease}.product-card:hover .product-visual img{transform:scale(1.06) rotate(-2deg)}.item-symbol{color:#7ca1de;font-size:120px;text-shadow:0 12px 20px rgba(31,95,255,.18)}.card-info{position:absolute;top:14px;right:16px;z-index:2;width:24px;height:24px;display:grid;place-items:center;color:#6983ab;border:1px solid rgba(105,131,171,.35);border-radius:50%;background:#ffffffb3;font-size:13px;font-weight:800}.product-body{padding:18px 18px 14px}.product-category{margin:0 0 7px;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:1.3px;text-transform:uppercase}.product-body h3{min-height:42px;margin:0 0 7px;color:var(--navy);font-size:18px;line-height:1.22}.product-description{height:43px;overflow:hidden;margin:0;color:var(--muted);font-size:13px;line-height:1.55}.product-actions{display:flex;align-items:center;gap:9px;padding:0 18px 18px}.product-price{flex:1;color:var(--navy);font-size:20px;font-weight:800}.price-login-hint{flex:1;color:var(--muted);font-size:12px;font-weight:700}.buy-now-button{min-height:40px;padding:0 14px;border:0;border-radius:11px;color:#fff;background:var(--blue);box-shadow:0 8px 16px #1f5fff2e;font-size:13px;font-weight:800;white-space:nowrap}.buy-now-button:hover{background:var(--blue-dark)}.buy-now-button:disabled{cursor:wait;opacity:.55}.cart-layout,.order-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}.cart-list,.detail-panel,.summary,.order-board{background:#fff;border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-card)}.cart-list{overflow:hidden}.cart-row,.detail-item{display:flex;align-items:center;gap:18px;padding:21px 24px;border-bottom:1px solid #edf2f8}.cart-row:last-child,.detail-item:last-child{border-bottom:0}.selection-check{width:21px;height:21px;display:grid;place-items:center;flex:none;color:#fff;background:var(--blue);border-radius:6px;font-size:13px}.mini-art{width:76px;height:76px;display:grid;place-items:center;flex:none;overflow:hidden;background:linear-gradient(145deg,#edf4ff,#dce9fc);border-radius:14px}.mini-art img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 8px 7px rgba(21,54,105,.2))}.mini-art span{color:#7ca1de;font-size:42px}.cart-details{min-width:0;flex:1}.cart-details h3,.detail-item h3{overflow:hidden;margin:0 0 6px;color:var(--navy);font-size:16px;text-overflow:ellipsis;white-space:nowrap}.cart-details p,.detail-item p{margin:0 0 8px;color:var(--muted);font-size:13px}.cart-quantity,.quantity-control{display:flex;align-items:center;gap:11px;color:var(--navy);font-weight:700}.cart-quantity button,.quantity-control button{width:29px;height:29px;border:1px solid var(--border);border-radius:8px;color:var(--navy);background:#fff}.cart-quantity button:hover,.quantity-control button:hover{color:var(--blue);border-color:#98b8ef}.cart-row>strong,.detail-item>strong{min-width:80px;color:var(--navy);text-align:right;font-size:16px}.remove-button{width:30px;height:30px;display:grid;place-items:center;border:0;color:#7890b4;background:transparent}.remove-button:hover{color:var(--red)}.remove-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.summary{padding:24px}.summary h2,.detail-panel h2{margin:0 0 24px;color:var(--navy);font-family:Space Grotesk,sans-serif;font-size:22px;letter-spacing:-.6px}.summary label{display:block;margin:16px 0;color:#526a90;font-size:13px;font-weight:700}.field-control,.summary input{display:block;width:100%;height:43px;margin-top:7px;padding:0 12px;color:var(--text);border:1px solid var(--border);border-radius:10px;outline:0;background:#fff}.summary-total{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:24px 0;padding-top:20px;color:#526a90;border-top:1px solid #e7eef7}.summary-total strong{color:var(--navy);font-size:25px}.summary p{margin:0 0 20px;color:var(--muted);font-size:12px;line-height:1.55}.order-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.order-tabs{display:flex;gap:25px;border-bottom:1px solid var(--border)}.order-tab{position:relative;padding:0 2px 14px;border:0;color:var(--muted);background:transparent;font-weight:700}.order-tab.active{color:var(--navy)}.order-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:var(--blue);border-radius:5px}.order-filters{display:flex;align-items:center;gap:12px}.order-search{width:300px;height:43px;padding:0 14px;color:var(--text);border:1px solid var(--border);border-radius:11px;outline:0;background:#fff}.order-filter-select{height:43px;padding:0 38px 0 13px;color:#526a90;border:1px solid var(--border);border-radius:11px;outline:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7F9E' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 13px center;background-size:14px;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease}.order-filter-select:hover{border-color:#bdcde3}.order-filter-select:focus-visible{border-color:var(--blue);box-shadow:0 0 0 3px #1f5fff1f}.order-board{overflow:hidden}.order-table-head,.order-table-row{display:grid;grid-template-columns:1.1fr 1.8fr .8fr .9fr .9fr .65fr;align-items:center;gap:14px;padding:18px 22px}.order-table-head{color:var(--muted);background:#f8fbff;font-size:12px;font-weight:800}.order-table-row{min-height:78px;color:var(--text);border-top:1px solid #edf2f8;font-size:14px}.order-table-row:hover{background:#fbfdff}.order-number{color:var(--navy);font-weight:700}.order-item-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-amount{color:var(--navy);font-weight:800}.order-date{color:var(--muted);font-size:13px}.status-badge{display:inline-flex;width:max-content;align-items:center;padding:7px 12px;border-radius:999px;color:#285284;background:#eaf1ff;font-size:12px;font-weight:800}.status-badge.status-success{color:#168357;background:#e0f7ec}.status-badge.status-warning{color:#a9690a;background:#fff1d7}.status-badge.status-danger{color:#c44149;background:#ffe5e7}.status-badge.status-purple{color:#6d46a6;background:#efe6ff}.view-order{color:var(--blue);font-weight:800}.view-order:hover{color:var(--blue-dark)}.order-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px;background:#fff;border:1px solid var(--border);border-radius:16px}.order-row:hover{border-color:#a9c5fb}.order-list{display:grid;gap:14px}.order-row small,.order-row p{color:var(--muted)}.order-row h3{margin:7px 0;color:var(--navy)}.order-row-end{display:flex;flex-direction:column;align-items:end;justify-content:space-between;gap:10px}.order-row-end>span:last-child{color:var(--blue);font-size:13px;font-weight:700}.order-detail .page-title{margin-top:27px}.detail-panel{padding:24px}.detail-item{padding:16px 0}.detail-item>div:nth-child(2){min-width:0;flex:1}.detail-item>div:nth-child(2) p{margin-bottom:0}.order-summary-status{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:22px}.order-summary-status span:first-child{color:var(--muted);font-size:13px}.order-summary-note{padding:12px 14px;color:#526a90;background:#f5f8fc;border-radius:10px;line-height:1.5}.auth-page{min-height:calc(100vh - 20px);display:grid;grid-template-columns:minmax(0,.95fr) minmax(440px,1.05fr);margin:10px auto;width:min(100% - 28px,1440px);overflow:hidden;background:#fff;border-radius:24px;box-shadow:0 12px 45px #25487e14}.auth-art-panel{position:relative;min-height:790px;overflow:hidden;background:#173c7b}.auth-art-panel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#11316714,#0718399e)}.auth-art-panel img{width:100%;height:100%;object-fit:cover;object-position:center}.auth-art-brand{position:absolute;top:40px;left:42px;z-index:2;display:flex;align-items:center;gap:11px;color:#fff;font-family:Space Grotesk,sans-serif;font-size:25px;font-weight:700;letter-spacing:-1.4px}.auth-art-brand .brand-mark{background:#ffffff38;box-shadow:none}.auth-art-copy{position:absolute;left:44px;right:40px;bottom:44px;z-index:2;color:#fff}.auth-art-copy h2{max-width:430px;margin:0 0 12px;font-family:Space Grotesk,sans-serif;font-size:clamp(32px,4vw,54px);line-height:1.02;letter-spacing:-2.8px}.auth-art-copy p{margin:0;color:#dce9ff;font-size:15px}.auth-panel{position:relative;display:flex;align-items:center;justify-content:center;padding:55px 70px}.auth-language{position:absolute;top:28px;right:32px}.auth-card{width:min(100%,450px)}.auth-logo{display:block;margin-bottom:38px;color:var(--navy);font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:700;letter-spacing:-1.4px}.auth-logo span{color:var(--blue)}.auth-card h1{margin:0;color:var(--navy);font-family:Space Grotesk,sans-serif;font-size:42px;line-height:1.05;letter-spacing:-2px}.auth-subtitle{margin:10px 0 30px;color:var(--muted);font-size:16px}.social-buttons{display:grid;gap:10px}.social-buttons button{position:relative;height:48px;border:1px solid var(--border);border-radius:11px;color:#526a90;background:#fff;font-size:14px;font-weight:700;cursor:not-allowed}.social-buttons button:hover{background:#fbfdff}.social-buttons small{position:absolute;top:17px;right:13px;color:#a6b5cb;font-size:10px;font-weight:500}.social-icon{position:absolute;left:16px;font-size:17px;font-weight:800}.fb{color:#1877f2}.google{color:#ea4335}.apple{color:#1e2f54}.divider{display:flex;align-items:center;gap:16px;margin:25px 0 22px;color:#9aaac1;font-size:12px}.divider:before,.divider:after{content:"";height:1px;flex:1;background:var(--border)}.auth-card form label{display:block;margin-bottom:17px;color:var(--navy);font-size:14px;font-weight:700}.auth-card input{width:100%;height:48px;margin-top:8px;padding:0 14px;color:var(--text);border:1px solid var(--border);border-radius:11px;outline:0;background:#fff}.auth-card input:focus{border-color:#82aafb;box-shadow:0 0 0 3px #1f5fff1a}.password-field{position:relative}.password-field button{position:absolute;top:17px;right:13px;border:0;color:#6c7d9d;background:transparent;font-size:12px}.password-field input{padding-right:65px}.auth-card .primary-button{height:50px;margin-top:4px}.auth-switch{margin-top:25px;color:var(--muted);text-align:center;font-size:13px}.auth-switch button{border:0;color:var(--blue);background:transparent;font-weight:800}.auth-page-centered{display:grid;grid-template-columns:1fr;place-items:center;width:min(calc(100% - 28px),720px);min-height:calc(100vh - 20px)}.center{text-align:center}.center .primary-button{margin-top:30px}@media(max-width:1100px){.header-inner{gap:20px}.main-nav{gap:17px}.header-search{width:210px}.product-grid{grid-template-columns:repeat(3,1fr)}.auth-page{grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr)}.auth-panel{padding:50px 45px}}@media(max-width:850px){.header-inner{position:relative;padding:0 16px}.menu-toggle{display:block;margin-left:auto}.main-nav{display:none;position:absolute;top:77px;left:0;right:0;padding:16px;flex-direction:column;align-items:stretch;gap:0;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow-card)}.main-nav.is-open{display:flex}.main-nav a{padding:12px 10px}.main-nav a.active{color:var(--blue);background:var(--blue-soft);border-radius:9px}.main-nav a.active:after{display:none}.mobile-logout{display:block;width:100%;margin-top:6px;padding:14px 10px 12px;border:0;border-top:1px solid var(--border);color:var(--blue);background:transparent;text-align:left;font-size:14px;font-weight:700}.header-actions{gap:8px}.header-search,.logout-button{display:none}.catalog-page{padding:0 0 55px}.home-hero{min-height:430px}.hero-copy{width:66%;padding:48px 0 48px 36px}.hero-art img{object-position:60% center}.benefit-strip{grid-template-columns:repeat(2,minmax(0,1fr));border-radius:0 0 18px 18px}.product-grid{grid-template-columns:repeat(2,1fr)}.cart-layout,.order-detail-grid{grid-template-columns:1fr}.summary{order:-1}.order-toolbar{align-items:stretch;flex-direction:column}.order-filters{flex-wrap:wrap}.order-search{flex:1;width:auto}.order-board{overflow-x:auto}.order-table-head,.order-table-row{min-width:820px}.auth-page{display:block;width:min(100% - 20px,580px);margin:10px auto}.auth-art-panel{min-height:300px;max-height:360px}.auth-art-panel img{object-position:center 28%}.auth-art-copy{bottom:28px;left:30px}.auth-art-copy h2{font-size:35px}.auth-panel{padding:44px 34px 50px}.auth-language{top:20px;right:25px}}@media(max-width:540px){.brand{font-size:19px}.brand-mark{width:28px;height:28px;font-size:16px}.nav-login{padding:9px 12px;font-size:12px}.user-avatar{width:34px;height:34px}.cart-link{width:25px}.site-footer{width:calc(100% - 32px);align-items:start;flex-direction:column;padding-top:20px}.home-hero{min-height:470px}.hero-copy{width:87%;padding:40px 0 40px 25px}.hero-copy h1{font-size:43px;letter-spacing:-2.1px}.hero-art img{width:100%;max-width:100%;object-position:60% center;opacity:.68}.benefit-strip{gap:16px 10px;padding:20px 16px}.benefit{gap:9px}.benefit .benefit-icon{width:34px;height:34px;font-size:16px;border-radius:11px}.benefit strong{font-size:12px}.benefit span{font-size:10px}.catalog-content{padding:42px 16px 0}.section-heading{align-items:start;flex-direction:column;gap:4px}.toolbar{align-items:stretch;flex-direction:column}.search{width:100%}.product-grid{gap:12px}.product-visual{height:150px}.product-body{padding:13px}.product-body h3{min-height:37px;font-size:15px}.product-description{height:38px;font-size:11px}.product-actions{padding:0 13px 13px}.product-price{font-size:16px}.product-actions{align-items:stretch;flex-direction:column}.buy-now-button{width:100%}.cart-row,.detail-item{gap:10px;padding:16px;flex-wrap:wrap}.cart-details{min-width:calc(100% - 115px)}.cart-row>strong,.detail-item>strong{margin-left:auto;min-width:65px;font-size:14px}.cart-quantity{margin-left:30px}.remove-button{margin-left:auto}.page-container{padding:40px 16px 60px}.page-title h1{font-size:34px}.order-tabs{gap:16px;overflow-x:auto}.order-tab{white-space:nowrap}.order-filters{flex-direction:column}.order-search,.order-filter-select{width:100%}.order-row{align-items:start;flex-direction:column}.order-row-end{width:100%;align-items:start;flex-direction:row;flex-wrap:wrap}.auth-page{width:calc(100% - 14px);border-radius:18px}.auth-art-panel{min-height:245px}.auth-art-copy{left:22px;bottom:22px}.auth-art-copy h2{font-size:31px}.auth-panel{padding:38px 22px 35px}.auth-card h1{font-size:34px}.auth-logo{margin-bottom:28px}}.product-card-link:hover h3{color:var(--blue)}.product-detail-page{max-width:1190px}.product-detail-page>.back-link{margin-bottom:20px}.product-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,470px);gap:48px;align-items:center;margin-top:22px}.product-detail-visual{min-height:490px;position:relative;display:grid;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:22px;background:radial-gradient(circle at 50% 42%,#f5f9ff,#e1edfd 58%,#d3e4fb);box-shadow:var(--shadow-card)}.product-detail-visual:after{content:"";position:absolute;left:20%;right:20%;bottom:48px;height:36px;border-radius:50%;background:#2d599b29;filter:blur(17px)}.product-detail-visual img{width:78%;height:78%;position:relative;z-index:1;object-fit:contain;filter:drop-shadow(0 28px 20px rgba(21,54,105,.22))}.product-detail-visual .item-symbol{position:relative;z-index:1;color:#7ca1de;font-size:210px}.product-detail-thumbnails{position:absolute;left:24px;bottom:22px;z-index:2;display:flex;gap:8px}.product-detail-thumbnail{width:54px;height:54px;padding:4px;border:2px solid var(--blue);border-radius:12px;background:#fff}.product-detail-thumbnail img{width:100%;height:100%;filter:none}.product-detail-copy{min-width:0}.product-detail-copy h1{margin:12px 0 8px;color:var(--navy);font-family:Space Grotesk,sans-serif;font-size:clamp(36px,4vw,52px);line-height:1.05;letter-spacing:-2.3px}.product-detail-subtitle{margin:0 0 18px;color:var(--muted);font-size:17px}.product-trust-tags{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 28px}.trust-tag{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;color:var(--green);background:#e1f7ed;border-radius:10px;font-size:12px;font-weight:800}.trust-tag:before{content:"✓";width:17px;height:17px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--green);font-size:11px}.product-detail-description{min-height:72px;margin:0 0 26px;color:#526a90;font-size:15px;line-height:1.7}.sku-options-label{display:block;margin-bottom:10px;color:var(--navy);font-size:15px;font-weight:800}.sku-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0 0 25px}.sku-option{min-height:76px;padding:13px 10px;border:1px solid var(--border);border-radius:13px;color:var(--navy);background:#fff;text-align:center}.sku-option:hover,.sku-option.selected{border-color:var(--blue);box-shadow:0 0 0 3px #1f5fff1a}.sku-option strong,.sku-option span{display:block}.sku-option strong{font-size:15px}.sku-option span{margin-top:6px;color:var(--blue);font-size:13px;font-weight:800}.product-detail-buy{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding-top:23px;border-top:1px solid var(--border)}.product-detail-buy>strong{color:var(--navy);font-size:28px;font-weight:800}.product-detail-buy .primary-button,.product-detail-buy .product-add-cart{grid-column:1 / -1;min-height:52px}.quantity-control{justify-content:center;min-height:43px;padding:0 10px;border:1px solid var(--border);border-radius:11px}.product-detail-buy .quantity-control{justify-self:end;width:max-content;min-width:122px}.quantity-control button{border:0}.product-detail-info{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:42px;padding:25px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.product-info-item{display:flex;align-items:center;justify-content:center;gap:12px;padding:0 18px;border-right:1px solid var(--border)}.product-info-item:last-child{border-right:0}.product-info-item>span:first-child{width:38px;height:38px;display:grid;place-items:center;color:var(--blue);background:var(--blue-soft);border-radius:50%;font-size:17px}.product-info-item strong,.product-info-item small{display:block}.product-info-item strong{color:var(--navy);font-size:14px}.product-info-item small{margin-top:3px;color:var(--muted);font-size:11px}.product-info-copy{min-width:0}.product-detail-description-block{padding-top:34px}.product-detail-description-block h2{margin:0 0 14px;color:var(--navy);font-family:Space Grotesk,sans-serif;font-size:24px}.product-detail-description-block p{max-width:760px;margin:0;color:#526a90;line-height:1.7}@media(max-width:850px){.product-detail{grid-template-columns:1fr;gap:32px}.product-detail-visual{min-height:380px}.product-detail-copy h1{font-size:40px}}@media(max-width:540px){.product-detail-visual{min-height:310px}.product-detail-visual img{width:72%;height:72%}.product-detail-info{grid-template-columns:1fr;gap:18px}.product-info-item{justify-content:start;padding:0;border-right:0}.sku-options{grid-template-columns:repeat(2,1fr)}.product-detail-buy>strong{font-size:23px}}
