:root{--header-height:68px;--bg:#f3f5f8;--bg-card:#fff;--fg:#121c33;--fg-muted:#66758e;--border:#d8e0eb;--primary:#0f1b34;--primary-fg:#f9fbff;--accent:#223d67;--accent-fg:#fff;--accent-strong:#2f4f7f;--accent-strong-soft:#e7eef8;--accent-strong-border:rgba(47,79,127,.22);--surface:#eef2f7;--surface-soft:#f6f8fb;--danger:#dc2626;--danger-fg:#fff;--success:#16a34a;--success-bg:#dcfce7;--error-bg:#fee2e2;--error-fg:#991b1b;--radius:14px;--radius-sm:10px;--shadow-sm:0 8px 22px rgba(15,23,42,.05);--shadow:0 18px 42px rgba(15,23,42,.08);--shadow-md:0 24px 58px rgba(15,23,42,.1);--transition:180ms ease-out}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff}body{font-family:var(--font-inter,"Inter"),-apple-system,BlinkMacSystemFont,system-ui,sans-serif;background:linear-gradient(180deg,#fff,#f5f7fa 28%,#f2f5f8);color:var(--fg);line-height:1.65;letter-spacing:-.012em}a{color:inherit;text-decoration:none}a:hover{opacity:.8}img{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{color:#13203a;letter-spacing:-.03em;line-height:1.1}p{max-width:74ch}.container{max-width:1280px;margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 20px;border-radius:999px;font-size:.9rem;font-weight:600;border:1px solid rgba(148,163,184,.34);background:rgba(15,23,42,.018);color:var(--fg);cursor:pointer;transition:all var(--transition);white-space:nowrap;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);letter-spacing:-.01em}.btn:hover{opacity:1;box-shadow:var(--shadow-sm);background:rgba(15,23,42,.035);transform:translateY(-1px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:var(--primary-fg);border-color:transparent}.btn-primary:hover{opacity:1;color:var(--primary-fg);background:#18294d;transform:translateY(-1px);box-shadow:0 18px 36px rgba(15,27,52,.22)}.btn-accent{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}.btn-accent:hover{opacity:1;color:var(--accent-fg);background:#2b4b83}.btn-danger{background:var(--danger);color:var(--danger-fg);border-color:var(--danger)}.btn-danger:hover{opacity:1;color:var(--danger-fg);background:#c81e1e}.btn-sm{padding:6px 12px;font-size:.8rem}.btn-ghost{border-color:transparent;background:transparent}.btn-ghost:hover{background:var(--border)}.btn-disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.input,.select,.textarea{width:100%;padding:10px 14px;border-radius:var(--radius);font-size:.92rem;border:1px solid var(--border);background:var(--bg-card);color:var(--fg);transition:border-color var(--transition);outline:none}.input:focus,.select:focus,.textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.textarea{resize:vertical;min-height:80px}.field{display:grid;grid-gap:6px;gap:6px}.field-label{font-size:.8rem;font-weight:700;color:#64748b;letter-spacing:.01em}.field-error{font-size:.78rem;color:var(--danger)}.field-hint{font-size:.78rem;color:var(--fg-muted);margin-top:3px;line-height:1.45}.card{background:var(--bg-card);border-radius:18px;padding:18px 18px 20px;border:1px solid rgba(148,163,184,.32);box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:rgba(59,130,246,.42)}.table-wrap{overflow-x:auto}.table{width:100%;border-collapse:collapse;font-size:.88rem}.table td,.table th{padding:10px 12px;text-align:left;border-bottom:1px solid var(--border)}.table th{font-weight:600;color:var(--fg-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.table tr:hover td{background:#f9fafb}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;font-size:.75rem;font-weight:500;background:var(--border);color:var(--fg-muted)}.badge-accent{background:#dbeafe;color:#1e40af}.toast-container{position:fixed;bottom:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast{pointer-events:auto;padding:12px 18px;border-radius:var(--radius);font-size:.88rem;font-weight:500;box-shadow:var(--shadow-md);animation:toast-in .25s ease;color:var(--fg);background:var(--bg-card);border:1px solid var(--border)}.toast--rich{min-width:320px;max-width:420px;display:grid;grid-template-columns:44px minmax(0,1fr);grid-gap:14px;gap:14px;padding:14px 16px;border-radius:18px;box-shadow:0 18px 45px rgba(16,24,40,.14)}.toast-success{border-color:var(--success);background:var(--success-bg);color:#166534}.toast-error{border-color:var(--danger);background:var(--error-bg);color:var(--error-fg)}.toast-info{border-color:#93c5fd;background:#eff6ff;color:#1d4ed8}.toast__icon{width:44px;height:44px;display:grid;place-items:center}.toast__icon svg{width:44px;height:44px}.toast__icon-circle{fill:#16a34a}.toast__body{display:grid;grid-gap:4px;gap:4px}.toast__title{font-size:.98rem;font-weight:800;line-height:1.1;color:#12213f}.toast__message{line-height:1.45}.toast-success.toast--rich{background:linear-gradient(180deg,#fff,#f4fbf6);border-color:rgba(22,163,74,.22);color:#38556e}.toast-success.toast--rich .toast__message{color:#4c6178}@keyframes toast-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:hsla(0,0%,100%,.96);border-bottom:1px solid rgba(16,25,45,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-header__inner{min-height:68px;display:grid;grid-template-columns:auto 1fr auto;grid-gap:18px;gap:18px;align-items:center}.site-logo{display:inline-flex;align-items:center;gap:12px}.site-logo__mark{width:42px;height:42px;border-radius:10px;background:linear-gradient(135deg,#1a2f50,#0d1828);color:#fff;display:grid;place-items:center;box-shadow:0 4px 14px rgba(15,27,52,.22);flex-shrink:0}.site-logo__mark svg{width:24px;height:24px}.site-logo__text{display:grid;grid-gap:2px;gap:2px}.site-logo strong{display:block;font-size:1.08rem;font-weight:700;letter-spacing:-.025em;line-height:1}.site-logo small{display:block;color:var(--fg-muted);font-size:.74rem;line-height:1.15;letter-spacing:.02em}.site-nav{display:flex;justify-content:center;gap:24px;align-items:center}.site-nav__link{font-size:.875rem;font-weight:500;color:#4d5d78;position:relative;padding-bottom:2px;letter-spacing:-.005em;transition:color var(--transition)}.site-nav__link:hover{color:var(--primary);opacity:1}.site-nav__link:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;border-radius:999px;background:linear-gradient(90deg,rgba(47,79,127,0),rgba(47,79,127,.9),rgba(47,79,127,0));transform:scaleX(.35);transform-origin:center;opacity:0;transition:transform var(--transition),opacity var(--transition)}.site-nav__link:hover:after{transform:scaleX(1);opacity:1}.site-actions{display:flex;gap:0}.site-action{width:40px;height:40px;display:grid;place-items:center;color:#51607c}.site-action svg{width:26px;height:26px}.site-action--cart{position:relative;width:58px;height:58px;transition:transform var(--transition)}.site-action__cart-shell{width:46px;height:46px;border-radius:999px;background:#fff;display:grid;place-items:center;color:#44526d;box-shadow:0 14px 30px rgba(15,23,42,.1);transition:transform var(--transition),box-shadow var(--transition),background var(--transition),color var(--transition)}.site-action__cart-shell svg{width:20px;height:20px}.site-action__badge{position:absolute;top:0;right:1px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#ff2d3f,#e3122a);color:#fff;font-size:.78rem;font-weight:700;line-height:1;box-shadow:0 14px 26px rgba(227,18,42,.28);transition:transform var(--transition),box-shadow var(--transition),filter var(--transition)}.site-action--cart:hover{opacity:1;transform:translateY(-1px)}.site-action--cart:hover .site-action__cart-shell{background:radial-gradient(circle at 30% 25%,#26365e 0,#121c33 58%,#090f1f 100%);color:#fff;transform:translateY(-1px) scale(1.03);box-shadow:0 20px 38px rgba(15,23,42,.2)}.site-action--cart:hover .site-action__badge{transform:scale(1.06);box-shadow:0 18px 28px rgba(227,18,42,.34);filter:saturate(1.05)}@keyframes pageIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.page-transition{animation:pageIn .22s ease}@keyframes skeletonShimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton-pulse{background:linear-gradient(90deg,hsla(0,0%,100%,.06) 25%,hsla(0,0%,100%,.12) 50%,hsla(0,0%,100%,.06) 75%);background-size:800px 100%;animation:skeletonShimmer 1.4s linear infinite;border-radius:6px}@media (prefers-color-scheme:light){.skeleton-pulse{background:linear-gradient(90deg,#e8ecf2 25%,#f0f3f8 50%,#e8ecf2 75%);background-size:800px 100%;animation:skeletonShimmer 1.4s linear infinite}}.skeleton-card__media{height:200px;border-radius:10px 10px 0 0;width:100%}.skeleton-card__body{padding:16px;display:grid;grid-gap:0;gap:0}.skeleton-line{border-radius:5px}.hero-block{position:relative;overflow:hidden;background:radial-gradient(ellipse at 72% 38%,rgba(79,150,255,.14),transparent 36%),radial-gradient(ellipse at 90% 62%,rgba(56,215,170,.07),transparent 28%),linear-gradient(118deg,#0a1020,#101828 42%,#1a2d44);min-height:300px;color:#fff;display:flex;align-items:center}.hero-block__content{position:relative;width:100%;padding-top:36px;padding-bottom:36px}.hero-block__copy{position:relative;z-index:2}.hero-block__title{font-size:clamp(1.85rem,3vw,2.75rem);line-height:1.06;letter-spacing:-.04em;margin-bottom:14px;max-width:720px;color:#fff;font-weight:800;text-shadow:0 2px 8px rgba(0,0,0,.22)}.hero-block__text{max-width:580px;font-size:1rem;line-height:1.7;color:hsla(0,0%,100%,.78);text-shadow:0 1px 2px rgba(0,0,0,.16);font-weight:400}.hero-block__visual{position:absolute;top:-50px;right:calc((100vw - 100%) / -2);bottom:-50px;left:14%;width:auto;min-height:0;border-radius:0;background:transparent;box-shadow:none;pointer-events:none;z-index:1}.hero-block__visual:after{content:"";position:absolute;inset:0 0 0 0;pointer-events:none;background:linear-gradient(90deg,hsla(0,0%,100%,.03) 1px,transparent 0),linear-gradient(180deg,hsla(0,0%,100%,.022) 1px,transparent 0);background-size:36px 36px;opacity:.58;-webkit-mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,.04) 10%,rgba(0,0,0,.18) 18%,rgba(0,0,0,.42) 28%,rgba(0,0,0,.72) 42%,rgba(0,0,0,.9) 58%,rgba(0,0,0,.92) 74%,rgba(0,0,0,.95) 88%,rgba(0,0,0,.98) 96%,#000);mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,.04) 10%,rgba(0,0,0,.18) 18%,rgba(0,0,0,.42) 28%,rgba(0,0,0,.72) 42%,rgba(0,0,0,.9) 58%,rgba(0,0,0,.92) 74%,rgba(0,0,0,.95) 88%,rgba(0,0,0,.98) 96%,#000)}.hero-block__beam,.hero-block__drone,.hero-block__drone-trail,.hero-block__plane-drone,.hero-block__plane-trail,.hero-block__pulse,.hero-block__radar-ring,.hero-block__visual-grid{position:absolute}.hero-block__visual-grid{inset:0;background:linear-gradient(90deg,rgba(15,22,41,0),rgba(15,22,41,.02) 14%,rgba(15,22,41,.07) 34%,rgba(15,22,41,.03)),linear-gradient(180deg,hsla(0,0%,100%,.003),rgba(7,12,22,.035) 78%,rgba(7,12,22,.07))}.hero-block__radar-ring{top:50%;left:78%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(140,193,255,.08)}.hero-block__radar-ring--1{width:108px;height:108px}.hero-block__radar-ring--2{width:176px;height:176px;border-color:rgba(140,193,255,.05)}.hero-block__pulse{width:12px;height:12px;top:50%;left:78%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,hsla(0,0%,100%,.9) 0,#a6d0ff 38%,rgba(142,197,255,.03) 100%);box-shadow:0 0 14px rgba(110,185,255,.14)}.hero-block__beam{top:50%;left:78%;width:108px;height:1px;transform-origin:left center;background:linear-gradient(90deg,rgba(120,194,255,.22),rgba(120,194,255,0))}.hero-block__beam--a{transform:rotate(-20deg);width:122px}.hero-block__beam--b{transform:rotate(12deg);width:108px;opacity:.42}.hero-block__drone-trail{top:calc(50% - 31px);left:calc(78% + 88px);transform-origin:left center;pointer-events:none}.hero-block__drone-trail--a{width:54px;height:1px;background:linear-gradient(90deg,rgba(138,199,255,0),rgba(138,199,255,.11) 48%,rgba(138,199,255,.02));transform:rotate(-24deg)}.hero-block__drone-trail--b{width:36px;height:1px;background:linear-gradient(90deg,rgba(138,199,255,0),rgba(138,199,255,.08) 52%,rgba(138,199,255,.01));transform:translate(4px,6px) rotate(-24deg)}.hero-block__drone{top:calc(50% - 34px);left:calc(78% + 84px);width:32px;height:26px;opacity:.4;filter:drop-shadow(0 0 10px rgba(128,193,255,.08));transform:rotate(156deg)}.hero-block__plane-trail{left:calc(78% + 74px);bottom:calc(50% - 118px);transform-origin:left center;pointer-events:none}.hero-block__plane-trail--a{width:70px;height:1px;background:linear-gradient(90deg,rgba(138,199,255,0),rgba(138,199,255,.08) 48%,rgba(138,199,255,.01));transform:rotate(-146deg)}.hero-block__plane-trail--b{width:42px;height:1px;background:linear-gradient(90deg,rgba(138,199,255,0),rgba(138,199,255,.05) 52%,rgba(138,199,255,.01));transform:translate(3px,-6px) rotate(-146deg)}.hero-block__plane-drone{left:calc(78% + 108px);bottom:calc(50% - 126px);width:34px;height:18px;opacity:.42;filter:drop-shadow(0 0 10px rgba(128,193,255,.08));transform:rotate(146deg)}.hero-block__plane-body,.hero-block__plane-tail,.hero-block__plane-wing{position:absolute;top:50%;left:50%}.hero-block__plane-body{width:18px;height:4px;border-radius:999px;border:1px solid rgba(184,224,255,.2);background:linear-gradient(90deg,rgba(186,224,255,.26),rgba(128,184,240,.1));transform:translate(-50%,-50%)}.hero-block__plane-wing{width:20px;height:1px;background:linear-gradient(90deg,rgba(170,216,255,.03),rgba(170,216,255,.24),rgba(170,216,255,.03));transform:translate(-50%,-50%) rotate(90deg)}.hero-block__plane-tail{width:8px;height:6px;border-left:1px solid rgba(170,216,255,.2);border-top:1px solid rgba(170,216,255,.16);transform:translate(-10px,-3px) skewX(-24deg)}.hero-block__drone-arm,.hero-block__drone-body,.hero-block__drone-camera,.hero-block__drone-leg,.hero-block__drone-nose,.hero-block__drone-rotor,.hero-block__drone-spine,.hero-block__drone-tail{position:absolute}.hero-block__drone-arm{top:50%;left:50%;width:25px;height:1px;background:linear-gradient(90deg,rgba(150,205,255,.02),rgba(173,219,255,.3),rgba(150,205,255,.02));transform-origin:center}.hero-block__drone-arm--a{transform:translate(-50%,-50%) rotate(28deg)}.hero-block__drone-arm--b{transform:translate(-50%,-50%) rotate(-28deg)}.hero-block__drone-spine{top:50%;left:50%;width:13px;height:1px;background:linear-gradient(90deg,rgba(173,219,255,.06),rgba(189,226,255,.3),rgba(173,219,255,.06));transform:translate(-50%,-50%)}.hero-block__drone-body{top:50%;left:50%;width:11px;height:6px;border-radius:4px;border:1px solid rgba(184,224,255,.18);background:linear-gradient(180deg,rgba(186,224,255,.34),rgba(128,184,240,.1));transform:translate(-50%,-50%);box-shadow:0 0 6px rgba(127,191,255,.08)}.hero-block__drone-nose{top:50%;left:50%;width:6px;height:2px;border-radius:2px;background:rgba(194,229,255,.28);transform:translate(2px,-50%)}.hero-block__drone-tail{top:50%;left:50%;width:4px;height:2px;border-radius:2px;background:rgba(165,207,245,.12);transform:translate(-7px,-50%)}.hero-block__drone-camera{top:50%;left:50%;width:3px;height:3px;border-radius:50%;background:rgba(205,232,255,.22);box-shadow:0 0 4px rgba(154,206,255,.08);transform:translate(5px,1px)}.hero-block__drone-leg{top:50%;left:50%;width:1px;height:4px;background:linear-gradient(180deg,rgba(174,214,250,.18),rgba(174,214,250,.01));transform-origin:top center}.hero-block__drone-leg--l{transform:translate(-3px,2px) rotate(18deg)}.hero-block__drone-leg--r{transform:translate(3px,2px) rotate(-18deg)}.hero-block__drone-rotor{width:6px;height:6px;border-radius:50%;border:1px solid rgba(170,216,255,.22);background:radial-gradient(circle,rgba(196,227,255,.14) 0,rgba(152,205,255,.03) 62%,rgba(152,205,255,0) 100%);box-shadow:inset 0 0 0 1px rgba(142,198,255,.02)}.hero-block__drone-rotor:before{content:"";position:absolute;inset:1px;border-radius:50%;border:1px solid rgba(176,220,255,.08)}.hero-block__drone-rotor--tl{top:0;left:0}.hero-block__drone-rotor--tr{top:0;right:0}.hero-block__drone-rotor--bl{bottom:0;left:0}.hero-block__drone-rotor--br{bottom:0;right:0}.home-page{min-height:calc(100vh - var(--header-height));display:flex;flex-direction:column}.catalog-section{padding-top:0;flex:1 0 auto}.catalog-toolbar-wrap{position:-webkit-sticky;position:sticky;top:var(--header-height);z-index:30;background:hsla(0,0%,100%,.97);border-bottom:1px solid rgba(16,25,45,.07);box-shadow:0 4px 18px rgba(15,23,42,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.catalog-toolbar{display:grid;grid-template-columns:280px 280px minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:center;padding:14px 0}.catalog-search,.catalog-select{height:44px;border-radius:12px;background:#f5f6f9;border:1px solid rgba(16,25,45,.08);display:flex;align-items:center;padding:0 14px;color:#8a96ab;transition:border-color .15s ease,box-shadow .15s ease}.catalog-search:focus-within{border-color:rgba(34,61,103,.35);box-shadow:0 0 0 3px rgba(34,61,103,.08);background:#fff}.catalog-select{position:relative}.catalog-select--custom{overflow:visible}.catalog-search svg{width:18px;height:18px;flex:none}.catalog-search__submit{min-height:48px;padding:0 18px;white-space:nowrap}.catalog-search__input,.catalog-select__input{width:100%;border:0;outline:none;background:transparent;color:var(--fg);font-size:.95rem}.catalog-select__button{width:100%;height:100%;border:0;background:transparent;color:var(--fg);font-size:.92rem;font-weight:600;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer}.catalog-select__button-mobile-label{display:none;align-items:center;gap:8px}.catalog-select__button-mobile-label svg{width:16px;height:16px;flex:none}.catalog-select__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:28px}.catalog-select__arrow{color:#8a95aa;display:inline-flex;transition:transform var(--transition)}.catalog-select.is-open .catalog-select__arrow{transform:rotate(180deg)}.catalog-select__arrow svg{width:16px;height:16px}.catalog-select__dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:60;background:#fff;border:1px solid rgba(16,25,45,.1);border-radius:18px;box-shadow:0 18px 42px rgba(17,24,39,.12),0 2px 8px rgba(17,24,39,.06);padding:8px;opacity:0;transform:translateY(-6px) scale(.98);transform-origin:top center;pointer-events:none;visibility:hidden;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.catalog-select__dropdown.is-visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto;visibility:visible}.catalog-select__option{width:100%;border:0;background:transparent;min-height:46px;border-radius:12px;padding:11px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--fg);font-size:.92rem;font-weight:500;text-align:left;cursor:pointer}.catalog-select__option:hover{background:#f6f7fb}.catalog-select__option.is-selected{background:#eef1f7}.catalog-select__option svg{width:16px;height:16px;color:#6b7280;flex:none}.catalog-section__meta{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:22px 0 18px;border-bottom:1px solid rgba(16,25,45,.07);margin-bottom:22px}.catalog-section__count{color:#3d4f6a;font-size:.875rem;font-weight:500}.catalog-section__count strong{font-weight:700;color:#1e2d45}.catalog-section__sort{color:#6d7e96;font-size:.82rem;font-weight:400}.catalog-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:72px 24px 56px;gap:10px}.catalog-empty__icon{width:44px;height:44px;color:#c4cedf;margin-bottom:8px;stroke-width:1.4}.catalog-empty__title{font-size:1.05rem;font-weight:700;color:#2d3a52;max-width:none;margin:0}.catalog-empty__sub{font-size:.9rem;color:#7a8ba5;max-width:none;margin:0}.catalog-empty__reset{display:inline-flex;align-items:center;margin-top:12px;padding:9px 20px;border-radius:999px;border:1px solid rgba(16,25,45,.14);font-size:.875rem;font-weight:600;color:#3d4f6a;transition:background .15s ease,border-color .15s ease}.catalog-empty__reset:hover{opacity:1;background:#f0f3f8;border-color:rgba(16,25,45,.22)}.product-card{display:grid;border-radius:16px;overflow:hidden;background:#fff;border:1px solid rgba(16,25,45,.07);box-shadow:0 2px 12px rgba(31,45,75,.06),0 1px 3px rgba(0,0,0,.04);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(31,45,75,.12),0 4px 12px rgba(0,0,0,.06);border-color:rgba(34,61,103,.18)}.product-card__media{position:relative;aspect-ratio:1.18/1;background:#e8eef6}.product-card__image{width:100%;height:100%;object-fit:cover}.product-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,19,38,.04),rgba(12,19,38,.02))}.product-card__body{padding:11px 13px 12px;display:grid;grid-template-rows:auto auto auto auto;grid-gap:5px;gap:5px;height:100%;align-content:start}.product-card__category{font-size:.64rem;font-weight:500;letter-spacing:.03em;text-transform:uppercase;color:#8190aa}.product-availability--in_stock{color:#16a34a;font-weight:700}.product-availability--on_order{color:#92400e}.product-availability--discontinued{color:#94a3b8}.product-card__title{font-size:1.28rem;line-height:1.18;letter-spacing:-.03em;color:#16213a;min-height:1.18em;-webkit-line-clamp:1}.product-card__summary,.product-card__title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.product-card__summary{color:#5d6c85;font-size:.8rem;line-height:1.28;min-height:2.1em;-webkit-line-clamp:2}.product-card__specs{color:#50617d;font-size:.76rem;line-height:1.26;display:grid;grid-gap:1px;gap:1px;align-content:start;min-height:3.1em}.product-card__specs>div{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;min-height:1.28em}.product-card__specs strong{color:#1f2d4b;font-weight:700}.product-card__meta{padding-top:0}.product-card__status{display:grid;grid-template-rows:auto auto;grid-gap:1px;gap:1px;font-size:.78rem;line-height:1.15;min-height:0;align-items:start;align-content:start;justify-items:start}.product-card__status-label{font-weight:700;min-height:0}.product-card__status-detail{color:#5f6f8a;font-size:.72rem;font-weight:500;line-height:1.15;max-width:22ch;min-height:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__status--in_stock{color:#15803d}.product-card__status--on_order{color:#9a3412}.product-card__status--discontinued{color:#64748b}.product-card__footer{display:flex;justify-content:space-between;gap:8px;align-items:flex-end;padding-top:8px;margin-top:0;border-top:1px solid rgba(16,25,45,.08)}.product-card__footer-main{display:grid;grid-gap:2px;gap:2px;align-content:end;align-self:end}.product-card__price-label{color:var(--fg-muted);font-size:.72rem;line-height:1.1}.product-card__price{font-size:.95rem;color:#13203a}.product-card__cta{min-width:118px;min-height:40px;border:0;border-radius:10px;background:#101828;color:#fff;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;font-size:.81rem;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:background .16s ease,transform .16s ease,box-shadow .16s ease}.product-card__cta:hover{background:#1e3050;box-shadow:0 6px 16px rgba(15,27,52,.22)}.product-page{background:#f8fafc;min-height:calc(100vh - 88px)}.product-breadcrumbs{background:#fff;border-bottom:1px solid rgba(16,25,45,.08)}.product-breadcrumbs__inner{display:flex;gap:10px;align-items:center;min-height:46px;font-size:.85rem;color:var(--fg-muted)}.product-page__body{padding-top:28px;padding-bottom:56px}.product-back-link{display:inline-block;margin-bottom:24px;color:var(--fg-muted);font-size:.92rem}.product-page__hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,460px);grid-template-areas:"header header" "media summary";grid-gap:38px;gap:38px;align-items:start;margin-bottom:56px}.product-page__header{grid-area:header;display:grid;grid-gap:6px;gap:6px}.product-page__media-column{grid-area:media;display:grid;grid-gap:18px;gap:18px}.product-gallery{display:grid;grid-gap:12px;gap:12px}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,74px));grid-gap:8px;gap:8px;justify-content:center}.product-gallery__thumb{height:74px;border-radius:0;background:transparent;border:1px solid rgba(0,0,0,.16);overflow:hidden;padding:0;cursor:pointer;transition:transform var(--transition),opacity var(--transition)}.product-gallery__thumb.is-active{opacity:1}.product-gallery__thumb:hover{opacity:1;transform:translateY(-1px)}.product-gallery__thumb-image{width:100%;height:100%;object-fit:cover;border-radius:0;background:#e8eef6}.product-gallery__main{background:transparent;border-radius:14px;overflow:hidden;border:none;box-shadow:none}.product-gallery__main-image{position:relative;background:transparent;height:520px;min-height:520px;max-height:520px;overflow:hidden}.product-gallery__main-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center;display:block}.product-summary{grid-area:summary;display:grid;grid-gap:0;gap:0;padding:0;border-radius:20px;background:#fff;border:1px solid rgba(16,25,45,.1);box-shadow:0 4px 24px rgba(16,25,45,.08),0 1px 4px rgba(0,0,0,.04);position:-webkit-sticky;position:sticky;top:calc(var(--header-height) + 24px);align-self:start;overflow:hidden}.product-summary__eyebrow-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.product-summary__category,.product-summary__sku{color:#5d6d87;font-size:.92rem;font-weight:500}.product-summary__badge{display:inline-flex;align-items:center;min-height:28px;padding:0 11px;border-radius:999px;background:#eaf0f8;color:#27446f;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-summary__title{font-size:2.2rem;line-height:1.08;letter-spacing:-.045em;margin:4px 0 8px;color:#16213a;font-weight:800}.product-summary__price-box{padding:22px 24px 20px;border-bottom:1px solid rgba(16,25,45,.08);background:#f8fafc}.product-summary__price-meta{padding:20px 24px;display:grid;grid-gap:10px;gap:10px;border-bottom:1px solid rgba(16,25,45,.07)}.product-summary__price-label{color:#6d7e96;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px}.product-summary__price{font-size:2rem;font-weight:800;line-height:1.1;letter-spacing:-.04em;color:#111c32}.product-summary__availability{font-size:.9rem;font-weight:700;letter-spacing:-.01em}.product-summary__availability.product-availability--in_stock{color:#16a34a}.product-summary__availability.product-availability--on_order{color:#2f4f7f}.product-summary__availability.product-availability--discontinued{color:#94a3b8}.product-summary__price-note{color:#7a8ba5;font-size:.82rem;line-height:1.6;font-weight:400;max-width:none}.product-summary__actions{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px;padding:20px 24px}.product-summary__primary-btn{min-height:48px;padding-inline:20px;border-radius:12px;font-weight:700;font-size:.95rem;box-shadow:0 6px 20px rgba(15,27,52,.2);width:100%;letter-spacing:-.01em}.product-summary__secondary-btn{background:transparent;border:1px solid rgba(16,25,45,.18);color:#3d4f6a;border-radius:12px;font-weight:600;font-size:.9rem;width:100%;min-height:44px;letter-spacing:-.01em}.product-summary__secondary-btn:hover{opacity:1;background:#f0f4fa;border-color:rgba(16,25,45,.28);color:#1e2d45}.product-summary__features{display:grid;grid-gap:12px;gap:12px}.product-summary__features--beneath-gallery{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:28px}.product-summary__feature{display:grid;grid-gap:6px;gap:6px;padding:16px 18px;border-radius:16px;background:#fff;border:1px solid rgba(16,25,45,.07)}.product-summary__feature strong{font-size:.96rem;line-height:1.3}.product-summary__feature span{color:var(--fg-muted);font-size:.88rem;line-height:1.55}@media (max-width:900px){.product-summary__features--beneath-gallery{grid-template-columns:1fr;margin-bottom:22px}}.product-tabs{margin-bottom:48px}.product-tabs__nav{display:flex;gap:8px 20px;flex-wrap:wrap;border-bottom:1px solid rgba(16,25,45,.08);margin-bottom:24px}.product-tabs__link{background:transparent;padding:14px 0;border:0;border-bottom:2px solid transparent;font-size:.94rem;font-weight:600;color:#4b5d79;cursor:pointer}.product-tabs__link:hover{color:var(--fg);border-color:rgba(16,25,45,.18);opacity:1}.product-tabs__link--active{color:var(--fg);border-color:var(--primary);opacity:1}.product-tabs__panel{max-width:860px;margin-bottom:40px}.product-tabs__panel h3{font-size:1.38rem;margin-bottom:18px}.product-richtext{display:grid;grid-gap:14px;gap:14px;color:#43526b;line-height:1.8;font-size:.95rem}.product-spec-table{border-top:1px solid rgba(16,25,45,.08)}.product-spec-table>div{display:grid;grid-template-columns:minmax(180px,240px) 1fr;grid-gap:20px;gap:20px;padding:14px 0;border-bottom:1px solid rgba(16,25,45,.08)}.product-spec-table span{color:var(--fg-muted)}.product-docs{display:grid}.product-package{margin-top:28px}.product-package h4{font-size:1rem;margin-bottom:14px}.product-package__list{display:grid;grid-gap:10px;gap:10px}.product-package__list>div{position:relative;padding-left:18px;color:#43526b;line-height:1.6}.product-package__list>div:before{content:"";position:absolute;left:0;top:.68em;width:6px;height:6px;border-radius:50%;background:var(--primary)}.product-docs>div{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:16px 0;border-bottom:1px solid rgba(16,25,45,.08)}.product-contact-box{background:#10192d;color:#fff;border-radius:20px;padding:42px;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.95fr);grid-gap:48px;gap:48px;align-items:start}.product-contact-box h3{font-size:1.6rem;line-height:1.12;margin-bottom:24px;color:#f4f7ff}.product-contact-box p{max-width:640px;color:hsla(0,0%,100%,.78);font-size:.98rem;line-height:1.6;margin-bottom:30px}.product-contact-box__details{display:grid;grid-gap:18px;gap:18px}.product-contact-box__detail{display:inline-flex;align-items:center;gap:14px;color:hsla(0,0%,100%,.9);font-size:.95rem;font-weight:500}.product-contact-box__detail svg{width:24px;height:24px;color:hsla(0,0%,100%,.82);flex:none}.product-contact-form{background:#fff;border-radius:16px;padding:28px 30px;display:grid;grid-gap:16px;gap:16px;box-shadow:0 18px 40px rgba(8,13,26,.18)}.product-contact-form h4{color:#111a31;font-size:1rem;line-height:1.2}.product-contact-form__input{width:100%;height:54px;border-radius:12px;border:1px solid #cfd7e5;background:#fff;padding:0 18px;color:#111a31;font-size:.96rem;outline:none}.product-contact-form__input:focus{border-color:#8fa1c5;box-shadow:0 0 0 3px rgba(143,161,197,.15)}.product-contact-form__submit{height:48px;border:0;border-radius:12px;background:linear-gradient(180deg,#4d79dc,#2d56b4);color:#fff;font-size:.96rem;font-weight:700;box-shadow:0 14px 28px rgba(45,86,180,.28);cursor:pointer;transition:transform var(--transition),opacity var(--transition),box-shadow var(--transition),filter var(--transition)}.product-contact-form__submit:hover{opacity:1;filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 18px 34px rgba(61,105,214,.34)}.product-contact-form__checkbox-group{margin:8px 0 12px}.product-contact-form__checkbox{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:.9rem;line-height:1.6;color:#666}.product-contact-form__checkbox input[type=checkbox]{width:20px;height:20px;min-width:20px;margin-top:2px;cursor:pointer;accent-color:#4d79dc}.product-contact-form__checkbox a{color:#4d79dc;text-decoration:underline;transition:color var(--transition)}.product-contact-form__checkbox a:hover{color:#2d56b4;opacity:1}.modal-shell{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:24px;background:rgba(10,14,26,0);-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);transition:background .18s ease,-webkit-backdrop-filter .18s ease;transition:background .18s ease,backdrop-filter .18s ease;transition:background .18s ease,backdrop-filter .18s ease,-webkit-backdrop-filter .18s ease}.modal-shell.is-visible{background:rgba(10,14,26,.42);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-card{position:relative;width:min(100%,460px);max-height:92dvh;overflow-y:auto;border-radius:20px;background:#fff;box-shadow:0 28px 80px rgba(15,23,42,.22);transform:translateY(18px) scale(.96);opacity:0;transition:transform .18s ease,opacity .18s ease}.modal-card.is-visible{transform:translateY(0) scale(1);opacity:1}.modal-card__close{position:absolute;top:14px;right:14px;width:34px;height:34px;border:0;border-radius:999px;background:#f3f5f9;color:#52607a;display:grid;place-items:center;cursor:pointer}.modal-card__close svg{width:16px;height:16px}.modal-card__content{padding:30px 28px 28px;display:grid;grid-gap:14px;gap:14px}.modal-card__header{display:grid;grid-gap:8px;gap:8px;padding-right:28px}.modal-card__content h3,.modal-card__title{color:#14203a;font-size:1.4rem;line-height:1.1;font-weight:800}.modal-card__content p,.modal-card__description{color:#5f6f8a;font-size:.94rem;line-height:1.6}.modal-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 16px 28px;gap:16px}.modal-success__icon{width:64px;height:64px;color:#16a34a;animation:modal-success-pop .35s cubic-bezier(.34,1.56,.64,1) both}.modal-success__circle{fill:#16a34a}@keyframes modal-success-pop{0%{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}.modal-success__title{font-size:1.3rem;font-weight:800;color:var(--fg);margin:0}.modal-success__text{font-size:.92rem;color:var(--fg-muted);line-height:1.65;max-width:340px;margin:0}.modal-success__close{margin-top:4px;min-width:140px}.modal-form{display:grid;grid-gap:12px;gap:12px}.modal-form__input{width:100%;height:52px;border-radius:14px;border:1px solid #d7dfeb;background:#fff;padding:0 16px;font-size:.95rem;color:var(--fg);outline:none}.modal-form__input:focus{border-color:#9aabca;box-shadow:0 0 0 3px rgba(154,171,202,.16)}.modal-form__honeypot{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.modal-form__error{color:#b91c1c;font-size:.84rem}.modal-form__submit{height:50px;border:0;border-radius:14px;background:#4d6fcf;color:#fff;font-size:.95rem;font-weight:700;cursor:pointer;box-shadow:0 14px 30px rgba(77,111,207,.28);transition:background .16s ease,box-shadow .16s ease,transform .16s ease,color .16s ease}.modal-form__submit:disabled{background:#0d1228;color:hsla(0,0%,100%,.8);cursor:not-allowed;box-shadow:0 10px 24px rgba(13,18,40,.2)}.modal-form__submit:hover{opacity:1;background:#5b7ee0;transform:translateY(-1px)}.modal-form__submit:disabled:hover{background:#0d1228;transform:none}.modal-form__textarea{height:auto;padding-top:14px;padding-bottom:14px;resize:vertical;min-height:80px}.modal-form__checkbox-group{margin:8px 0 12px}.modal-form__checkbox{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:.9rem;line-height:1.6}.modal-form__checkbox input[type=checkbox]{width:20px;height:20px;min-width:20px;margin-top:2px;cursor:pointer;accent-color:var(--accent)}.modal-form__checkbox a{color:var(--accent);text-decoration:underline;transition:color var(--transition)}.modal-form__checkbox a:hover{color:var(--accent-strong);opacity:1}.modal-card--wide{width:min(100%,560px)}.modal-order-summary{border-radius:12px;background:#f5f7fb;padding:12px 14px;font-size:.88rem}.modal-order-summary__heading{font-weight:700;margin-bottom:8px;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:#5f6f8a}.modal-order-summary__list{list-style:none;padding:0;margin:0;display:grid;grid-gap:6px;gap:6px}.modal-order-summary__item{display:flex;justify-content:space-between;gap:10px;align-items:baseline}.modal-order-summary__name{color:#14203a;font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-order-summary__price{color:#5f6f8a;white-space:nowrap;flex-shrink:0}.modal-order-summary__total{border-top:1px solid #dde3ed;margin-top:8px;padding-top:8px;text-align:right;font-size:.9rem;color:#14203a}.product-related{margin-top:48px}.product-related h2{font-size:1.75rem;margin-bottom:24px}.cart-page{min-height:calc(100vh - var(--header-height));background:#f6f8fc;padding:28px 0 52px}.cart-page__inner{display:grid;grid-gap:18px;gap:18px}.cart-page__back{display:inline-flex;align-items:center;gap:8px;color:#4d5c78;font-size:.95rem;font-weight:500}.cart-page__heading h1{font-size:2.1rem;line-height:1.05;letter-spacing:-.04em}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:32px;gap:32px;align-items:start}.cart-layout__main{display:grid;grid-gap:18px;gap:18px}.cart-empty{text-align:center;padding:40px 0}.cart-empty p{margin-bottom:12px;color:var(--fg-muted)}.cart-item-card{display:grid;grid-template-columns:136px minmax(0,1fr);grid-gap:26px;gap:26px;padding:26px;border-radius:20px;background:#fff;border:1px solid rgba(16,25,45,.08);box-shadow:0 10px 30px rgba(31,45,75,.08)}.cart-item-card__image-link{display:block;width:136px;height:136px;border-radius:16px;overflow:hidden;background:#eef3fa;border:1px solid rgba(16,25,45,.08)}.cart-item-card__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.cart-item-card__image--placeholder{background:linear-gradient(135deg,#e8edf5,#dbe5f1)}.cart-item-card__content{display:grid;grid-gap:22px;gap:22px;min-width:0}.cart-item-card__bottom,.cart-item-card__top{display:flex;justify-content:space-between;gap:20px}.cart-item-card__info{display:grid;grid-gap:6px;gap:6px;min-width:0}.cart-item-card__title{font-size:1.1rem;font-weight:700;line-height:1.25;color:#16213a}.cart-item-card__category{color:#70809c;font-size:.95rem}.cart-item-card__remove{width:38px;height:38px;border:0;border-radius:10px;background:#f6f8fc;color:#9aacc9;display:grid;place-items:center;cursor:pointer;flex:none}.cart-item-card__remove:hover{opacity:1;background:#fff1f2;color:#ff3347}.cart-item-card__remove svg{width:18px;height:18px}.cart-item-card__controls{display:grid;grid-gap:16px;gap:16px}.cart-item-card__qty-row{display:flex;align-items:center;gap:14px;color:#4f5f7b;font-size:.98rem}.cart-item-card__qty-box{display:inline-grid;grid-template-columns:40px 38px 40px;align-items:center;height:46px;border-radius:14px;border:1px solid #cad5e7;background:#fff;overflow:hidden}.cart-item-card__qty-box button,.cart-item-card__qty-box span{display:grid;place-items:center;height:100%}.cart-item-card__qty-box button{border:0;background:transparent;color:#5f6f8e;font-size:1.4rem;cursor:pointer}.cart-item-card__qty-box span{font-size:1rem;font-weight:600;color:#15203a}.cart-item-card__stock{display:inline-flex;align-items:flex-start;gap:8px;width:-moz-fit-content;width:fit-content;border-radius:8px;padding:5px 10px;background:#fffbeb;color:#b45309;font-size:.82rem;font-weight:600;line-height:1.4}.cart-item-card__stock--in_stock{background:#f0fdf4;color:#16a34a}.cart-item-card__stock--on_order{background:#fffbeb;color:#b45309}.cart-item-card__stock--discontinued{background:#f1f5f9;color:#64748b}.cart-item-card__stock-dot{width:7px;height:7px;border-radius:999px;background:currentColor;flex-shrink:0;margin-top:4px}.cart-item-card__lead-time{display:block;font-weight:400;font-size:.78rem;opacity:.8;margin-top:1px}.cart-item-card__price-block{text-align:right;align-self:end}.cart-item-card__price{font-size:1.1rem;font-weight:800;line-height:1.1;color:#18243f}.cart-item-card__price-note{color:#6b7c97;font-size:.9rem;margin-top:4px}.cart-summary{position:-webkit-sticky;position:sticky;top:calc(var(--header-height) + 28px)}.cart-summary__card{border-radius:20px;background:#fff;border:1px solid rgba(16,25,45,.08);box-shadow:0 10px 30px rgba(31,45,75,.08);padding:26px;display:grid;grid-gap:18px;gap:18px}.cart-summary__card h3{font-size:1.1rem}.cart-summary__row,.cart-summary__total{display:flex;justify-content:space-between;gap:16px;align-items:baseline}.cart-summary__row{color:#475979;font-size:.98rem}.cart-summary__free{color:#16a34a}.cart-summary__divider{height:1px;background:#d8e0ec}.cart-summary__total{color:#16213a}.cart-summary__total strong{font-size:1.2rem;font-weight:800}.cart-summary__primary,.cart-summary__secondary{height:56px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-size:.98rem;font-weight:700}.cart-summary__primary{background:#18233d;color:#fff}.cart-summary__primary:hover{opacity:1;background:#223152}.cart-summary__secondary{border:0;background:#eef2f7;color:#233250;cursor:pointer}.cart-summary__secondary:hover{opacity:1;background:#e4eaf2}.cart-summary__features{display:grid;grid-gap:12px;gap:12px;color:#495a79;font-size:.94rem}.cart-summary__features div{position:relative;padding-left:20px}.cart-summary__features div:before{content:"✓";position:absolute;left:0;top:0;color:#16a34a;font-weight:700}.about-page{background:linear-gradient(180deg,#f7f9fc,#eef3f9);min-height:calc(100vh - var(--header-height))}.about-hero{background:linear-gradient(135deg,#121c33,#22314f);color:#fff}.about-hero__inner{padding:58px 24px 64px;display:grid;grid-gap:18px;gap:18px}.about-hero__eyebrow{display:inline-flex;width:-moz-fit-content;width:fit-content;padding:6px 12px;border-radius:999px;border:1px solid hsla(0,0%,100%,.18);color:hsla(0,0%,100%,.82);font-size:.82rem;letter-spacing:.04em;text-transform:uppercase}.about-hero h1{max-width:820px;font-size:clamp(2.1rem,4vw,3.5rem);line-height:1.02;letter-spacing:-.05em;color:#f4f7ff;text-shadow:0 1px 2px rgba(0,0,0,.18)}.about-hero p{max-width:820px;color:hsla(0,0%,100%,.82);font-size:1rem;line-height:1.75}.about-section{padding:36px 0}.about-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.about-card{background:#fff;border-radius:18px;border:1px solid rgba(16,25,45,.08);box-shadow:0 10px 30px rgba(31,45,75,.06);padding:26px;display:grid;grid-gap:14px;gap:14px}.about-card--lead{grid-column:span 3}.about-card h2,.about-card h3,.about-contact h2,.about-values__intro h2{color:#16213a;line-height:1.1}.about-card h2{font-size:1.58rem}.about-card h3{font-size:1.12rem}.about-card p,.about-contact p,.about-value span,.about-values__intro p{color:#4e5f79;line-height:1.75;font-size:.95rem}.about-section--values{padding-top:8px}.about-values{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);grid-gap:28px;gap:28px;align-items:start}.about-values__intro,.about-values__list{display:grid;grid-gap:14px;gap:14px}.about-value{background:#fff;border-radius:16px;border:1px solid rgba(16,25,45,.08);padding:22px 24px;display:grid;grid-gap:8px;gap:8px}.about-value strong{color:#16213a;font-size:1.02rem;line-height:1.25}.about-contact{padding:16px 0 56px}.about-contact__inner{background:#121c33;color:#fff;border-radius:20px;padding:30px 32px;display:flex;justify-content:space-between;gap:24px;align-items:center}.about-contact__inner h2{color:#fff}.about-contact__inner p{max-width:720px;color:hsla(0,0%,100%,.8);margin-top:10px}.about-contact__actions{display:flex;gap:12px;flex-wrap:wrap}.about-contact__actions .btn{opacity:1}.about-contact__actions .btn:not(.btn-primary){background:transparent;color:#fff;border-color:hsla(0,0%,100%,.22)}.about-contact__actions .btn:not(.btn-primary):hover{background:hsla(0,0%,100%,.08);color:#fff;border-color:hsla(0,0%,100%,.32)}.catalog-legal-notice{background:#eef1f6;border-top:1px solid rgba(16,25,45,.07);border-bottom:1px solid rgba(16,25,45,.07);margin-top:48px;padding:32px 0}.catalog-legal-notice__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:16px;gap:16px}.catalog-legal-notice__item{background:#fff;border-radius:12px;padding:18px 20px;border:1px solid rgba(16,25,45,.07)}.catalog-legal-notice__item h4{color:#2d3a52;font-size:.72rem;font-weight:700;margin-bottom:8px;text-transform:uppercase;letter-spacing:.06em}.catalog-legal-notice__item p{color:#64748b;font-size:.82rem;line-height:1.65;margin:0;max-width:none}.catalog-legal-notice__item a{color:#3d5a8a;text-decoration:underline;text-underline-offset:2px;transition:color var(--transition)}.catalog-legal-notice__item a:hover{color:#1e3a6a}.catalog-footer{background:linear-gradient(180deg,#f8fafc,#f2f5f9);border-top:1px solid rgba(16,25,45,.07);margin-top:0;padding-top:48px}.catalog-footer__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:36px;gap:36px;padding:0 0 48px}.catalog-footer__item h3{font-size:.92rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#2d3a52;margin-bottom:14px}.catalog-footer__item p{color:#5b6b84;font-size:.9rem;line-height:1.8}.pagination{display:flex;gap:8px;align-items:center;margin-top:24px}.pagination a,.pagination span{padding:6px 12px;border-radius:var(--radius-sm);font-size:.85rem;border:1px solid var(--border)}.pagination a:hover{background:var(--border)}.pagination .active{background:var(--primary);color:var(--primary-fg);border-color:var(--primary)}.admin-dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:12px}.admin-dashboard-title{font-size:1.4rem;font-weight:800}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:14px;gap:14px;margin-bottom:32px}.admin-stat-card{background:var(--card-bg,#fff);border:1px solid var(--border);border-radius:14px;padding:20px;display:flex;align-items:center;gap:16px;text-decoration:none;color:inherit;transition:box-shadow .15s,transform .15s;position:relative;overflow:hidden}.admin-stat-card--link:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);transform:translateY(-1px)}.admin-stat-card--alert{border-color:#fed7aa;background:#fffbeb}.admin-stat-card__icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-stat-card__icon--blue{background:#eff6ff;color:#2563eb}.admin-stat-card__icon--violet{background:#f5f3ff;color:#7c3aed}.admin-stat-card__icon--teal{background:#f0fdfa;color:#0d9488}.admin-stat-card__icon--orange{background:#fff7ed;color:#ea580c}.admin-stat-card__icon--muted{background:#f1f5f9;color:#94a3b8}.admin-stat-card__value{font-size:1.8rem;font-weight:800;line-height:1}.admin-stat-card__label{font-size:.8rem;color:var(--fg-muted);margin-top:3px}.admin-stat-card__badge{position:absolute;top:12px;right:12px;background:#ef4444;color:#fff;font-size:.7rem;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.admin-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:12px}.admin-section-title{font-size:1rem;font-weight:700}.table--hoverable tbody tr{transition:background .1s}.table--hoverable tbody tr:hover{background:rgba(37,99,235,.03)}.table-link{color:inherit;font-weight:600;text-decoration:none}.table-link:hover{color:var(--primary)}.table-sub{font-size:.75rem;margin-top:2px}.table-id,.table-sub{color:var(--fg-muted)}.table-id{font-family:monospace;font-size:.82rem}.table-actions{display:flex;gap:4px;align-items:center}.table-icon-btn{width:30px;height:30px;border:1px solid var(--border);border-radius:7px;background:transparent;color:var(--fg-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .12s,background .12s,border-color .12s;text-decoration:none}.table-icon-btn:hover{color:var(--primary);background:rgba(37,99,235,.06);border-color:rgba(37,99,235,.3)}.table-icon-btn--danger:hover{color:var(--danger);background:rgba(239,68,68,.06);border-color:rgba(239,68,68,.3)}.admin-product-thumb{width:38px;height:38px;border-radius:8px;background:var(--admin-bg,#f4f6fb);border:1px solid var(--border);overflow:hidden;display:flex;align-items:center;justify-content:center;color:var(--fg-muted);flex-shrink:0}.admin-product-thumb img{width:100%;height:100%;object-fit:cover}.badge-stock{display:inline-flex;align-items:center;padding:3px 8px;border-radius:6px;font-size:.73rem;font-weight:600;white-space:nowrap}.badge-stock--in_stock{background:#f0fdf4;color:#16a34a}.badge-stock--on_order{background:#fffbeb;color:#b45309}.badge-stock--discontinued{background:#f1f5f9;color:#64748b}.badge-pub--draft{background:#f8fafc;color:#475569}.badge-pub--published{background:#eff6ff;color:#2563eb}.badge-pub--hidden{background:#faf5ff;color:#7c3aed}.badge-order{display:inline-flex;align-items:center;padding:3px 8px;border-radius:6px;font-size:.73rem;font-weight:600;white-space:nowrap}.badge-order--new{background:#fef2f2;color:#dc2626}.badge-order--in_progress{background:#eff6ff;color:#2563eb}.badge-order--contacted{background:#fffbeb;color:#b45309}.badge-order--closed{background:#f1f5f9;color:#64748b}.admin-header__logo{gap:8px;font-weight:800;color:#fff;font-size:1rem}.admin-header__link,.admin-header__logo{display:flex;align-items:center;white-space:nowrap}.admin-header__link{gap:6px;color:hsla(0,0%,100%,.65);padding:4px 10px;border-radius:7px;transition:color .15s,background .15s}.admin-header__link:hover{color:#fff;background:hsla(0,0%,100%,.08)}.admin-header__link--active{color:#fff;background:hsla(0,0%,100%,.12)}.admin-header__back{display:flex;align-items:center;gap:5px;color:hsla(0,0%,100%,.5);font-size:.8rem;transition:color .15s}.admin-header__back:hover{color:hsla(0,0%,100%,.8)}.admin-header__logout{display:flex;align-items:center;gap:6px;padding:5px 12px;border:1px solid hsla(0,0%,100%,.2);border-radius:7px;background:transparent;color:hsla(0,0%,100%,.7);font-size:.83rem;cursor:pointer;transition:color .15s,background .15s,border-color .15s}.admin-header__logout:hover{color:#fff;background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.35)}.admin-order-delete{width:30px;height:30px;border:1px solid var(--border);border-radius:7px;background:transparent;color:var(--fg-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .12s,background .12s,border-color .12s}.admin-order-delete:hover{color:var(--danger);background:rgba(239,68,68,.06);border-color:rgba(239,68,68,.3)}.admin-order-delete:disabled{opacity:.5;cursor:wait}.admin-order-delete svg{width:14px;height:14px}@media (max-width:640px){.product-grid{grid-template-columns:1fr}.table{font-size:.8rem}.table td,.table th{padding:8px 6px}}@media (max-width:1100px){.site-header__inner{grid-template-columns:1fr;padding:14px 0}.site-nav{justify-content:flex-start;flex-wrap:wrap;gap:16px 24px}.hero-block__content{grid-template-columns:1fr;align-items:flex-start}.hero-block__visual{inset:0;width:auto;min-height:150px;max-width:none}.hero-block__stats{flex-direction:row;border:none;padding:0}.hero-stat{text-align:left;border-right:none;border-bottom:1px solid hsla(0,0%,100%,.12);padding-right:0;padding-bottom:10px}.hero-usp-grid{gap:16px}.catalog-toolbar{grid-template-columns:1fr;padding:14px 0}.catalog-filter-btn{width:100%}.catalog-legal-notice__grid{grid-template-columns:1fr}.catalog-footer__grid,.catalog-section__meta{grid-template-columns:1fr;display:grid}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.about-grid,.about-values{grid-template-columns:1fr}.about-card--lead{grid-column:span 1}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){:root{--header-height:64px}.container{padding:0 16px}.catalog-toolbar-wrap{top:124px}.site-header{padding-inline:max(10px,env(safe-area-inset-left)) max(10px,env(safe-area-inset-right))}.site-header__inner{min-height:64px;grid-template-columns:auto 1fr auto;grid-template-areas:"logo . actions" "nav nav nav";align-items:center;row-gap:14px;padding:14px 0 16px}.site-logo{grid-area:logo}.site-nav{grid-area:nav;justify-content:flex-start;gap:14px 28px}.site-actions{grid-area:actions;justify-self:end;align-self:start}.site-logo__mark{width:46px;height:46px}.catalog-toolbar{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"category category" "search submit";gap:12px;align-items:stretch}.catalog-search{grid-area:search;min-width:0}.catalog-select--category{grid-area:category;width:auto;min-width:0;padding:0 14px}.catalog-select--category .catalog-select__button{gap:8px}.catalog-select--category .catalog-select__button-label{display:none}.catalog-select--category .catalog-select__button-mobile-label{display:inline-flex;color:var(--fg);font-size:.9rem;font-weight:600;white-space:nowrap}.catalog-toolbar>.catalog-select:not(.catalog-select--category){display:none}.catalog-search__submit{grid-area:submit;min-height:48px;width:auto;padding-inline:16px}.catalog-section__sort{display:none}.site-logo strong{font-size:1.02rem}.site-logo small{font-size:.68rem}.site-action--cart{width:52px;height:52px}.site-action__cart-shell{width:42px;height:42px}.site-action__badge{min-width:20px;height:20px;font-size:.72rem}.hero-block__content{padding-right:0;padding-top:20px;padding-bottom:20px}.hero-block{min-height:0}.hero-block__visual{inset:0;width:auto}.product-grid{grid-template-columns:1fr}.catalog-footer{padding-top:28px}.catalog-footer__grid{gap:26px;padding-bottom:20px}.cart-page{padding-top:20px}.cart-page__heading h1{font-size:1.8rem}.cart-item-card{grid-template-columns:1fr;gap:18px;padding:18px}.cart-item-card__image-link{width:100%;max-width:148px;height:148px}.cart-item-card__bottom,.cart-item-card__qty-row,.cart-item-card__top{display:grid}.cart-item-card__price-block{text-align:left}.about-hero__inner{padding:38px 16px 42px}.about-contact__inner{padding:24px 20px;display:grid}.product-gallery,.product-page__hero{grid-template-columns:1fr}.product-summary__title{margin:0;font-size:1.75rem}.product-summary__actions{justify-content:stretch}.product-summary__actions>*{width:100%}.product-page__hero{grid-template-areas:"header" "media" "summary";gap:18px;margin-bottom:36px}.product-gallery__thumbs{grid-template-columns:repeat(4,1fr);gap:6px;padding-top:6px}.product-gallery__thumb{height:64px}.product-gallery__main{border-radius:12px;border:none;background:transparent;overflow:hidden}.product-gallery__main-image{position:relative;height:320px;min-height:320px;max-height:320px;background:#e8eef6}.product-summary{padding:22px 18px;border-radius:18px;gap:14px;position:static}.product-summary__price-box{padding:18px}.product-contact-box{padding:24px 20px;grid-template-columns:1fr;gap:24px}.product-contact-form{padding:22px 20px}.modal-shell{padding:16px}.modal-card__content{padding:24px 20px 20px}.product-contact-box h3{margin-bottom:16px}.product-contact-box p{margin-bottom:20px}.product-spec-table>div{grid-template-columns:1fr;gap:4px}}@media (min-width:901px) and (max-width:1100px){.site-header__inner{grid-template-columns:auto 1fr auto;padding:0}.site-nav{justify-content:center}}@media (min-width:641px) and (max-width:1100px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.page-loading{min-height:calc(100vh - var(--header-height));display:grid;place-items:center}.page-loading__spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.product-card__price{font-size:1.1rem;font-weight:800;color:var(--fg);letter-spacing:-.02em}.product-card__cta{background:var(--primary);color:var(--primary-fg);border-color:transparent;padding:9px 18px;font-size:.82rem;border-radius:999px;white-space:nowrap;flex-shrink:0}.product-card__cta:hover{opacity:1;background:#162445;color:var(--primary-fg);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.product-contact-form--success{text-align:center;align-content:center;min-height:200px}.product-contact-form__success-icon{font-size:2.5rem;color:var(--success);margin-bottom:12px}.product-contact-form--success h4{font-size:1.2rem;margin-bottom:8px;color:var(--fg)}.product-contact-form--success p{font-size:.9rem;color:hsla(0,0%,100%,.7);margin:0}.product-contact-form__error{font-size:.82rem;color:var(--danger);background:var(--error-bg);padding:8px 12px;border-radius:var(--radius-sm)}@media (prefers-color-scheme:dark){:root{--bg:#0e1220;--bg-card:#161c2d;--fg:#e8edf5;--fg-muted:#a3aec4;--border:#263045;--primary:#4475d4;--primary-fg:#fff;--accent:#4475d4;--accent-fg:#fff;--shadow-sm:0 6px 18px rgba(0,0,0,.3);--shadow:0 18px 45px rgba(0,0,0,.4);--shadow-md:0 24px 60px rgba(0,0,0,.5)}body{background:linear-gradient(180deg,#0e1220,#111827)}html{background:#0e1220;color-scheme:dark}.about-card p,.about-contact p,.about-value span,.about-values__intro p,.cart-item-card__category,.cart-item-card__price-note,.cart-page__back,.cart-summary__features,.catalog-section__count,.catalog-section__sort,.field-hint,.field-label,.product-back-link,.product-breadcrumbs__inner,.product-docs>div,.product-richtext,.product-spec-table span,.product-summary__category,.product-summary__feature span,.product-summary__sku,.site-logo small{color:#b7c4d9}.about-card h2,.about-card h3,.about-contact h2,.about-value strong,.about-values__intro h2,.cart-item-card__price,.cart-item-card__title,.cart-page__heading h1,.cart-summary__card h3,.cart-summary__row strong,.cart-summary__total,.catalog-footer__item a,.catalog-footer__item h3,.catalog-footer__item p,.product-related h2,.product-summary__feature strong,.product-summary__price,.product-summary__title,.product-tabs__panel h3{color:#f3f7ff}.site-header{background:rgba(14,18,32,.96);border-bottom-color:hsla(0,0%,100%,.07)}.site-nav__link{color:#d9e2f1}.site-nav__link:hover{color:#fff}.about-page,.cart-page,.product-page{background:linear-gradient(180deg,#0e1220,#111827)}.product-breadcrumbs{border-top:1px solid hsla(0,0%,100%,.04);border-bottom:1px solid hsla(0,0%,100%,.06);background:rgba(11,17,30,.72)}.catalog-toolbar-wrap{background:#111827}.catalog-search,.catalog-select{background:#1a2236;border-color:hsla(0,0%,100%,.07);color:var(--fg-muted)}.catalog-select__dropdown{background:#1a2236;border-color:var(--border);box-shadow:0 18px 40px rgba(0,0,0,.38)}.catalog-search__input,.catalog-select__button{color:var(--fg)}.catalog-search__input::placeholder{color:#a7b3cb}.catalog-select__option{color:#dce5f3}.catalog-select__option:hover{background:rgba(68,117,212,.16);color:#fff}.catalog-select__option.is-selected{background:rgba(68,117,212,.2);color:#fff}.catalog-select__option:first-child{color:#fff}.product-card{background:var(--bg-card);border-color:var(--border)}.product-availability--in_stock{color:#4ade80}.product-availability--on_order{color:#fbbf24}.product-card__status--in_stock{color:#4ade80}.product-card__status--on_order{color:#fbbf24}.product-card__status--discontinued{color:#94a3b8}.product-card__category{color:#7f91af}.product-card__title{color:#e8eef8}.product-card__specs,.product-card__summary{color:#8fa3c0}.product-card__specs strong{color:#c8d8ef}.product-card__price-label{color:#7a8ea8}.product-card__price{color:#eef3ff}.product-card__footer{border-top-color:hsla(0,0%,100%,.08)}.product-card__cta{background:var(--accent);color:#fff}.hero-block{background:radial-gradient(ellipse at 72% 38%,rgba(60,120,220,.1),transparent 36%),linear-gradient(118deg,#080e1a,#0e1828 50%,#152236)}.hero-block__visual{background:transparent}.hero-block__visual-label{color:rgba(219,229,245,.42)}.catalog-section__meta{border-bottom-color:hsla(0,0%,100%,.07)}.catalog-section__count{color:#b0bed5}.catalog-section__count strong{color:#dce5f6}.catalog-section__sort{color:#7a8ba5}.catalog-legal-notice{background:#0d1525;border-top-color:hsla(0,0%,100%,.06);border-bottom-color:hsla(0,0%,100%,.06)}.catalog-legal-notice__item{background:#1a2538;border-color:hsla(0,0%,100%,.08)}.catalog-legal-notice__item h4{color:#8ea4c8}.catalog-legal-notice__item p{color:#7a8ba5}.catalog-legal-notice__item a{color:#7eaadd}.catalog-footer{background:linear-gradient(180deg,#0e1220,#111827);border-top-color:hsla(0,0%,100%,.07)}.catalog-footer__item h3{color:#c4d0e8}.catalog-toolbar-wrap{background:rgba(14,18,32,.97);border-bottom-color:hsla(0,0%,100%,.07)}.product-card__cta:hover{background:#2a4070}.catalog-empty__icon{color:#3a4d68}.catalog-empty__title{color:#d0daf0}.catalog-empty__sub{color:#7a8ba5}.catalog-empty__reset{color:#a8b8d0;border-color:hsla(0,0%,100%,.12)}.catalog-empty__reset:hover{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.22)}.product-gallery__main{background:#111827;border:none}.product-gallery__main-image,.product-gallery__thumbs{background:#111827}.product-gallery__thumb{background:#0f172a;border-color:#334155}.product-gallery__thumb.is-active{border-color:#6ea8ff;box-shadow:0 0 0 1px rgba(110,168,255,.4)}.product-summary{background:#1a2538;border-color:hsla(0,0%,100%,.1);box-shadow:0 8px 32px rgba(0,0,0,.4),0 1px 0 hsla(0,0%,100%,.05)}.product-summary__price-box{background:#111c2e}.product-summary__price-box,.product-summary__price-meta{border-bottom-color:hsla(0,0%,100%,.07)}.product-summary__category,.product-summary__feature span,.product-summary__price-label,.product-summary__sku{color:#8196b4}.product-summary__price-note{color:#7a8ba5}.product-summary__price,.product-summary__title{color:#eef3ff}.product-summary__availability.product-availability--in_stock{color:#4ade80}.product-summary__availability.product-availability--on_order{color:#fbbf24}.product-summary__secondary-btn{background:transparent;border-color:hsla(0,0%,100%,.14);color:#c8d5ea}.product-summary__secondary-btn:hover{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.24);color:#fff}.product-summary__feature{background:#182235;border-color:hsla(0,0%,100%,.08)}.product-summary__features--beneath-gallery .product-summary__feature{background:#111827;border-color:hsla(0,0%,100%,.08)}.product-docs>div,.product-spec-table,.product-spec-table>div,.product-summary__actions,.product-summary__price-box,.product-tabs__nav{border-color:hsla(0,0%,100%,.08)}.product-tabs__link{color:#bcc8dc}.product-tabs__link--active,.product-tabs__link:hover{color:#fff;border-color:#4f83e9}.product-tabs__panel{color:#d7e1f0}.product-richtext{color:#b7c4db}.product-package__list>div{color:#c2cfe4}.product-package__list>div:before{background:#5c8ff2}.product-docs>div{color:#c0ccdf}.product-contact-box{background:#0a0f1e}.product-contact-form{background:#1a2236}.product-contact-form h4,.product-contact-form__input{color:var(--fg)}.product-contact-form__input{background:#111827;border-color:var(--border)}.modal-card{background:#1a2236}.modal-card__content h3,.modal-card__header h3,.modal-card__title{color:#f8fafc!important}.modal-card__content p,.modal-card__description,.modal-card__header p{color:#cbd5e1!important}.modal-card__close{background:#243050;color:#94a3b8}.modal-success__circle{fill:#22c55e}.modal-success__icon{color:#22c55e}.modal-form__input{background:#111827;border-color:#2d3a52;color:var(--fg)}.modal-form__input:focus{border-color:#4a6fa5}.modal-order-summary{background:#111827}.modal-order-summary__heading{color:#64748b}.modal-order-summary__name{color:#e2e8f0}.modal-order-summary__price{color:#94a3b8}.modal-order-summary__total{border-color:#2d3a52;color:#e2e8f0}.about-card,.about-value,.card,.cart-item-card,.cart-summary__card{background:var(--bg-card);border-color:var(--border)}.cart-item-card{box-shadow:0 12px 30px rgba(0,0,0,.24)}.cart-item-card__image-link{background:#0f172a;border-color:hsla(0,0%,100%,.08)}.cart-item-card__category,.cart-item-card__qty-row,.cart-page__back,.cart-summary__features,.cart-summary__row{color:#9aabc7}.cart-item-card__price,.cart-item-card__title,.cart-summary__card h3,.cart-summary__row strong,.cart-summary__total{color:#f3f7ff}.cart-item-card__qty-box{border-color:#334155;background:#111827}.cart-item-card__qty-box button,.cart-item-card__qty-box span{color:#e2e8f0}.cart-item-card__qty-box button:hover{background:hsla(0,0%,100%,.06);color:#fff;opacity:1}.cart-item-card__remove{background:#1f2937;color:#a7b7d2}.cart-item-card__remove:hover{background:rgba(239,68,68,.14);color:#ff8591}.cart-item-card__stock{background:rgba(22,163,74,.12);color:#4ade80}.cart-item-card__price-note{color:#8fa0bc}.admin-dashboard-title,.admin-editor-form h1,.admin-editor-form h2,.admin-editor-form h3,.admin-main h1,.admin-main h2,.admin-main h3,.admin-section-title,.admin-settings-form h1{color:#f3f7ff}.admin-main .field-hint,.admin-main .field-label,.admin-main .field-label-secondary,.admin-main .table th,.admin-main p{color:#b7c4d9}.cart-summary__secondary{background:#1f2937;color:#e2e8f0}.cart-summary__secondary:hover{background:#273244}.cart-summary__primary{background:#22314f;border:1px solid hsla(0,0%,100%,.16);color:#fff}.cart-summary__primary:hover{background:#2c3e63}.cart-summary__free{color:#4ade80}.cart-summary__divider{background:hsla(0,0%,100%,.08)}.about-contact__inner,.catalog-footer{background:#0f172a}.about-contact__inner{border:1px solid hsla(0,0%,100%,.07)}.table tr:hover td{background:#1a2236}.site-action__cart-shell{background:#1a2236;color:var(--fg-muted)}}.admin-page{min-height:100vh;background:var(--admin-bg,#f4f6fb)}.admin-main{max-width:1240px;margin:0 auto;padding-top:28px;padding-bottom:40px}.admin-header{background:#0f1b34;color:#e8edf5;position:-webkit-sticky;position:sticky;top:0;z-index:50;box-shadow:0 2px 12px rgba(0,0,0,.18)}.admin-header__inner{display:flex;justify-content:space-between;align-items:center;height:52px;font-size:.9rem;gap:12px}.admin-header__actions{display:flex;align-items:center;gap:12px;flex-wrap:nowrap}.admin-header__nav{display:flex;gap:18px;align-items:center;min-width:0;flex-wrap:wrap}.form-row-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;align-items:start}.admin-editor-form,.admin-settings-form{width:100%;margin:0 auto}.admin-editor-form{display:grid;grid-gap:20px;gap:20px;max-width:860px}.admin-settings-form{display:grid;grid-gap:24px;gap:24px;max-width:960px}.admin-editor-form .card,.admin-settings-form .card{width:100%}.admin-editor-form__actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.admin-category-picker,.admin-category-picker__control{position:relative}.admin-category-picker__input{padding-right:48px}.admin-category-picker__toggle{position:absolute;top:50%;right:12px;transform:translateY(-50%);width:28px;height:28px;border:0;border-radius:8px;background:transparent;color:var(--fg-muted);display:grid;place-items:center;cursor:pointer}.admin-category-picker__toggle svg{width:18px;height:18px;transition:transform .18s ease}.admin-category-picker.is-open .admin-category-picker__toggle svg{transform:rotate(180deg)}.admin-category-picker__dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:30;display:grid;grid-gap:4px;gap:4px;padding:8px;border-radius:18px;border:1px solid rgba(20,35,72,.12);background:hsla(0,0%,100%,.98);box-shadow:0 18px 40px rgba(15,27,52,.14);opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.admin-category-picker__dropdown.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.admin-category-picker__option{width:100%;border:0;background:transparent;border-radius:12px;padding:11px 14px;text-align:left;font-size:.95rem;color:var(--fg);cursor:pointer;transition:background .16s ease,color .16s ease}.admin-category-picker__option.is-selected,.admin-category-picker__option:hover{background:rgba(15,27,52,.07)}.admin-category-picker__option--new{color:var(--accent);font-weight:600}.admin-filter-bar{display:flex;gap:10px;flex-wrap:wrap;align-items:flex-end;margin-bottom:16px}.admin-filter-bar .field{flex:1 1;min-width:160px}.admin-orders-filter{display:grid;grid-template-columns:minmax(0,1fr) 220px auto;grid-gap:12px;gap:12px;margin-bottom:18px}.admin-order-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);grid-gap:18px;gap:18px;align-items:start}.specs-editor{display:grid;grid-gap:8px;gap:8px}.spec-row{display:grid;grid-template-columns:1fr 1fr auto;grid-gap:8px;gap:8px;align-items:center}.spec-row .input{padding:8px 12px;font-size:.85rem}.pf-section{display:grid;grid-gap:18px;gap:18px}.pf-content-zone{display:grid;grid-gap:6px;gap:6px;padding:16px 18px;border-radius:14px;border:1px solid var(--border);background:linear-gradient(180deg,hsla(0,0%,100%,.9),rgba(248,250,252,.95))}.pf-content-zone--catalog{border-color:#bfdbfe;background:linear-gradient(180deg,#eff6ff,#f8fbff)}.pf-content-zone--product{border-color:#bbf7d0;background:linear-gradient(180deg,#f0fdf4,#f7fff9)}.pf-content-zone__eyebrow{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted)}.pf-content-zone__title{font-size:1rem;font-weight:800;line-height:1.2;color:var(--fg)}.pf-content-zone__text{font-size:.86rem;line-height:1.55;color:#4f5f79}.pf-section__title{font-size:.92rem;font-weight:700;color:var(--fg)}.pf-section__header,.pf-section__title{padding-bottom:12px;border-bottom:1px solid var(--border)}.pf-section__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.field-label-secondary{font-weight:400;color:var(--fg-muted);font-size:.82em}.pf-slug-row{display:flex;align-items:center;gap:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--bg-card)}.pf-slug-base{padding:0 10px;font-size:.82rem;color:var(--fg-muted);background:var(--admin-bg,#f4f6fb);border-right:1px solid var(--border);white-space:nowrap;line-height:40px;height:40px}.pf-slug-input{border:none!important;border-radius:0!important;flex:1 1;box-shadow:none!important}.pf-price-wrap{position:relative}.pf-price-sign{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:.88rem;font-weight:600;color:var(--fg-muted);pointer-events:none}.pf-price-wrap .input{padding-right:32px}.pf-cat-grid{display:flex;flex-wrap:wrap;gap:8px;padding:4px 0}.pf-cat-chip{display:inline-flex;align-items:center;gap:0;border:1.5px solid var(--border);border-radius:8px;background:var(--bg-card);overflow:hidden;transition:border-color .15s,box-shadow .15s}.pf-cat-chip.is-selected{border-color:var(--primary);box-shadow:0 0 0 2px rgba(37,99,235,.15)}.pf-cat-chip__label{padding:6px 12px;font-size:.83rem;font-weight:500;background:none;border:none;cursor:pointer;color:var(--fg);white-space:nowrap}.pf-cat-chip.is-selected .pf-cat-chip__label{color:var(--primary);font-weight:700}.pf-cat-chip__actions{display:flex;align-items:center;border-left:1px solid var(--border);opacity:0;transition:opacity .15s}.pf-cat-chip:hover .pf-cat-chip__actions{opacity:1}.pf-cat-chip__btn{display:grid;place-items:center;width:28px;height:100%;padding:0;background:none;border:none;cursor:pointer;color:var(--fg-muted);transition:color .12s,background .12s}.pf-cat-chip__btn svg{width:12px;height:12px}.pf-cat-chip__btn:hover{color:var(--primary);background:rgba(37,99,235,.06)}.pf-cat-chip__btn--del:hover{color:var(--danger);background:rgba(239,68,68,.06)}.pf-cat-chip--new{padding:6px 12px;font-size:.83rem;font-weight:600;color:var(--primary);border-style:dashed;cursor:pointer;background:none;display:flex;align-items:center;gap:5px;transition:background .15s}.pf-cat-chip--new:hover{background:rgba(37,99,235,.06)}.pf-cat-chip--new svg{width:12px;height:12px}.pf-cat-dialog{margin-top:10px;padding:14px 16px;background:var(--bg-card);border:1.5px solid var(--primary);border-radius:10px;box-shadow:0 4px 16px rgba(37,99,235,.1)}.pf-cat-dialog__title{font-size:.82rem;font-weight:700;color:var(--fg-muted);margin-bottom:10px}.pf-cat-dialog__row{display:flex;gap:8px;align-items:center}.pf-cat-dialog__row .input{flex:1 1}.pf-stock-row{display:flex;gap:8px;flex-wrap:wrap}.pf-stock-btn{display:inline-flex;align-items:center;gap:7px;padding:7px 14px;border-radius:8px;font-size:.84rem;font-weight:600;border:1.5px solid var(--border);background:var(--bg-card);cursor:pointer;color:var(--fg);transition:all .15s}.pf-stock-btn__dot{width:8px;height:8px;border-radius:50%;background:var(--border);flex-shrink:0}.pf-stock-btn--in_stock.is-selected{border-color:#16a34a;background:#f0fdf4;color:#15803d}.pf-stock-btn--in_stock.is-selected .pf-stock-btn__dot{background:#16a34a}.pf-stock-btn--on_order.is-selected{border-color:#d97706;background:#fffbeb;color:#b45309}.pf-stock-btn--on_order.is-selected .pf-stock-btn__dot{background:#d97706}.pf-stock-btn--discontinued.is-selected{border-color:#94a3b8;background:#f1f5f9;color:#64748b}.pf-stock-btn--discontinued.is-selected .pf-stock-btn__dot{background:#94a3b8}.pf-pub-btn--draft.is-selected{border-color:#64748b;background:#f8fafc;color:#475569}.pf-pub-btn--draft.is-selected .pf-stock-btn__dot{background:#64748b}.pf-pub-btn--published.is-selected{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.pf-pub-btn--published.is-selected .pf-stock-btn__dot{background:#2563eb}.pf-pub-btn--hidden.is-selected{border-color:#7c3aed;background:#faf5ff;color:#7c3aed}.pf-pub-btn--hidden.is-selected .pf-stock-btn__dot{background:#7c3aed}.pf-main-photo{display:flex;gap:16px;align-items:flex-start}.pf-main-photo__thumb{width:120px;height:100px;flex-shrink:0;border-radius:10px;overflow:hidden;border:1px solid var(--border);background:var(--admin-bg,#f4f6fb)}.pf-main-photo__thumb img{width:100%;height:100%;object-fit:cover;display:block}.pf-main-photo__empty{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--fg-muted);font-size:.72rem}.pf-main-photo__body{flex:1 1;display:flex;flex-direction:column;gap:2px}.pf-specs__head{padding:0 4px 6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--fg-muted)}.pf-specs__head,.pf-specs__row{display:grid;grid-template-columns:1fr 1fr 32px;grid-gap:8px;gap:8px}.pf-specs__row{align-items:center}.pf-specs__del{display:grid;place-items:center;width:32px;height:32px;border-radius:6px;border:1px solid var(--border);background:none;cursor:pointer;color:var(--fg-muted);transition:color .12s,background .12s}.pf-specs__del svg{width:12px;height:12px}.pf-specs__del:hover{color:var(--danger);background:rgba(239,68,68,.08);border-color:var(--danger)}.pf-empty-state{display:flex;align-items:center;gap:10px;padding:16px;border-radius:8px;background:var(--admin-bg,#f4f6fb);color:var(--fg-muted);font-size:.85rem;border:1px dashed var(--border)}.pf-docs{display:grid;grid-gap:6px;gap:6px}.pf-docs__row{display:grid;grid-template-columns:18px 1fr 32px 32px;align-items:center;grid-gap:8px;gap:8px}.pf-docs__icon{color:var(--fg-muted);flex-shrink:0}.pf-docs__label{min-width:0}.pf-docs__preview{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border-radius:6px;flex-shrink:0}.pf-tab-map{background:var(--admin-bg,#f4f6fb);border:1px solid var(--border);border-radius:10px;padding:14px 18px;display:grid;grid-gap:10px;gap:10px}.pf-tab-map__label{font-size:.8rem;font-weight:600;color:var(--fg-muted);text-transform:uppercase;letter-spacing:.04em}.pf-tab-map__tabs{display:flex;gap:8px;flex-wrap:wrap}.pf-tab-map__item{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border-radius:20px;font-size:.8rem;font-weight:600;text-decoration:none;border:1.5px solid transparent;transition:background .15s,border-color .15s}.pf-tab-map__item--1{background:#eff6ff;color:#2563eb;border-color:#bfdbfe}.pf-tab-map__item--2{background:#f0fdf4;color:#16a34a;border-color:#bbf7d0}.pf-tab-map__item--3{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.pf-tab-map__item--4{background:#faf5ff;color:#7c3aed;border-color:#ddd6fe}.pf-tab-map__item:hover{filter:brightness(.95)}.pf-tab-badge{display:inline-flex;align-items:center;padding:2px 9px;border-radius:20px;font-size:.72rem;font-weight:600;margin-left:10px;vertical-align:middle;letter-spacing:.01em;border:1.5px solid transparent}.pf-tab-badge--1{background:#eff6ff;color:#2563eb;border-color:#bfdbfe}.pf-tab-badge--2{background:#f0fdf4;color:#16a34a;border-color:#bbf7d0}.pf-tab-badge--3{background:#fff7ed;color:#9a3412;border-color:#fdba74;font-weight:700}.pf-tab-badge--4{background:#faf5ff;color:#7c3aed;border-color:#ddd6fe}.pf-tab-badge--meta{background:#f8fafc;color:#64748b;border-color:#cbd5e1}.pf-section--readonly{opacity:1}.pf-readonly-notice{display:flex;align-items:flex-start;gap:7px;padding:10px 14px;border-radius:8px;background:#fffbeb;border:1px solid #facc15;color:#9a3412;font-size:.88rem;font-weight:500;line-height:1.5}.pf-readonly-notice svg,.pf-readonly-notice__icon{flex-shrink:0;margin-top:1px}.pf-readonly-notice__icon{width:26px;height:26px;border-radius:999px;display:inline-grid;place-items:center;background:#b45309;color:#fff;font-size:.95rem;font-weight:800;line-height:1;font-family:Georgia,Times New Roman,serif}.pf-readonly-link{color:#b45309;font-weight:700;text-decoration:underline}.pf-readonly-link:hover{color:#92400e}.pf-readonly-preview{display:grid;grid-gap:12px;gap:12px}.pf-readonly-preview__block{padding:10px 14px;border-radius:8px;background:var(--admin-bg,#f4f6fb);border:1px solid var(--border)}.pf-readonly-preview__label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--fg-muted);margin-bottom:4px}.pf-readonly-preview__text{font-size:.85rem;color:var(--fg);white-space:pre-wrap;line-height:1.55}.pf-readonly-preview__doc{display:flex;align-items:center;gap:8px;padding:9px 14px;border-radius:7px;background:var(--admin-bg,#f4f6fb);border:1px solid var(--border);font-size:.84rem;color:var(--fg-muted)}.pf-readonly-preview__doc span{font-style:italic}.pf-readonly-preview__doc svg{flex-shrink:0;color:var(--fg-muted)}@media (prefers-color-scheme:dark){.pf-slug-base{background:#1a2236}.pf-content-zone,.pf-tab-map{background:#111827;border-color:#2d3a52}.pf-content-zone--catalog{background:#0f1d36;border-color:#1e40af}.pf-content-zone--product{background:#0c2215;border-color:#166534}.pf-content-zone__text{color:#94a3b8}.pf-tab-map__item--1{background:#172554;color:#93c5fd;border-color:#1e40af}.pf-tab-map__item--2{background:#052e16;color:#86efac;border-color:#166534}.pf-tab-map__item--3{background:#431407;color:#fdba74;border-color:#9a3412}.pf-tab-map__item--4{background:#2e1065;color:#c4b5fd;border-color:#5b21b6}.pf-tab-badge--1{background:#172554;color:#93c5fd;border-color:#1e40af}.pf-tab-badge--2{background:#052e16;color:#86efac;border-color:#166534}.pf-tab-badge--3{background:#431407;color:#fdba74;border-color:#9a3412}.pf-tab-badge--4{background:#2e1065;color:#c4b5fd;border-color:#5b21b6}.pf-tab-badge--meta{background:#1a2236;color:#94a3b8;border-color:#2d3a52}.pf-readonly-notice{background:#1c1000;border-color:#78350f;color:#fbbf24}.pf-readonly-notice__icon{background:#f59e0b;color:#1c1000}.pf-readonly-link{color:#fbbf24}.pf-readonly-link:hover{color:#fde68a}.pf-cat-chip,.pf-readonly-preview__block,.pf-readonly-preview__doc{background:#1a2236;border-color:#2d3a52}.pf-cat-chip.is-selected{border-color:#3b82f6}.pf-cat-chip--new,.pf-cat-chip.is-selected .pf-cat-chip__label{color:#93c5fd}.pf-cat-dialog{background:#1a2236;border-color:#3b82f6;box-shadow:0 4px 16px rgba(59,130,246,.15)}.pf-stock-btn{background:#1a2236;border-color:#2d3a52;color:#e2e8f0}.pf-stock-btn--in_stock.is-selected{background:#052e16;border-color:#16a34a;color:#86efac}.pf-stock-btn--on_order.is-selected{background:#1c1000;border-color:#d97706;color:#fbbf24}.pf-pub-btn--draft.is-selected{background:#1a2236;border-color:#475569;color:#cbd5e1}.pf-pub-btn--published.is-selected{background:#172554;border-color:#2563eb;color:#93c5fd}.pf-pub-btn--hidden.is-selected{background:#2e1065;border-color:#7c3aed;color:#c4b5fd}.pf-empty-state,.pf-main-photo__thumb{background:#1a2236}.pf-empty-state{border-color:#2d3a52}}@media (max-width:600px){.site-logo small{color:#bcc8de;font-size:.82rem}.catalog-search__input,.catalog-select__button,.catalog-select__button-mobile-label{font-size:.98rem}.product-card__summary{font-size:.9rem;line-height:1.55}.product-card__specs{font-size:.88rem;line-height:1.6}.product-card__price-label,.product-card__status{font-size:.88rem}.pf-main-photo{flex-direction:column}.pf-main-photo__thumb{width:100%;height:140px}.pf-specs__head,.pf-specs__row{grid-template-columns:1fr 1fr 32px}.pf-cat-dialog__row{flex-wrap:wrap}}.images-editor{display:grid;grid-gap:10px;gap:10px}.images-editor__grid{display:flex;gap:10px;flex-wrap:wrap}.images-editor__thumb{position:relative;width:132px;height:132px;border-radius:10px;overflow:hidden;border:1px solid var(--border);background:var(--bg)}.images-editor__thumb img{width:100%;height:100%;object-fit:contain;object-position:center;background:#fff;padding:4px}.images-editor__make-main{position:absolute;left:4px;right:4px;bottom:4px;height:26px;border:0;border-radius:999px;background:rgba(15,27,52,.82);color:#fff;font-size:12px;font-weight:700;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.images-editor__make-main:hover{background:rgba(22,36,69,.92)}.images-editor__remove{position:absolute;top:3px;right:3px;width:20px;height:20px;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;border:0;cursor:pointer;display:grid;place-items:center;font-size:11px;line-height:1}@media (prefers-color-scheme:dark){:root{--admin-bg:#0e1220}.admin-header{background:#070d1a}.admin-stat-card{background:#111827;border-color:#1e2a3d}.admin-stat-card--alert{background:#1c1000;border-color:#78350f}.admin-stat-card__icon--blue{background:#172554;color:#93c5fd}.admin-stat-card__icon--violet{background:#2e1065;color:#c4b5fd}.admin-stat-card__icon--teal{background:#042f2e;color:#5eead4}.admin-stat-card__icon--orange{background:#431407;color:#fdba74}.admin-stat-card__icon--muted{background:#1a2236;color:#64748b}.admin-product-thumb{background:#1a2236;border-color:#2d3a52}.badge-stock--in_stock{background:#052e16;color:#86efac}.badge-stock--on_order{background:#1c1000;color:#fbbf24}.badge-stock--discontinued{background:#1a2236;color:#94a3b8}.badge-pub--draft{background:#1a2236;color:#cbd5e1}.badge-pub--published{background:#172554;color:#93c5fd}.badge-pub--hidden{background:#2e1065;color:#c4b5fd}.badge-order--new{background:#450a0a;color:#fca5a5}.badge-order--in_progress{background:#172554;color:#93c5fd}.badge-order--contacted{background:#1c1000;color:#fbbf24}.badge-order--closed{background:#1a2236;color:#94a3b8}.badge-accent,.toast-info{background:#1e3a5f;color:#93c5fd;border-color:#2a4d7a}.images-editor__thumb,.spec-row .input{background:var(--bg-card);border-color:var(--border)}}.site-footer{background:#0d1525;color:hsla(0,0%,100%,.6);border-top:1px solid hsla(0,0%,100%,.06);margin-top:48px}.cookie-banner{position:fixed;right:16px;bottom:16px;z-index:120;pointer-events:none}.cookie-banner__card{max-width:300px;display:flex;flex-direction:column;gap:10px;padding:12px 14px;border-radius:12px;border:1px solid hsla(0,0%,100%,.12);background:linear-gradient(135deg,rgba(13,21,37,.97),rgba(24,37,63,.97));color:hsla(0,0%,100%,.88);box-shadow:0 8px 24px rgba(8,15,30,.32);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);pointer-events:auto}.cookie-banner__text{font-size:.8rem;line-height:1.45;color:hsla(0,0%,100%,.78);margin:0}.cookie-banner__text a{color:#dbeafe;text-decoration:underline;text-underline-offset:2px}.cookie-banner__accept{align-self:flex-start;min-height:32px;padding:0 14px;font-size:.8rem;border-radius:8px}@media (max-width:480px){.cookie-banner{right:10px;bottom:10px;left:10px}.cookie-banner__card{max-width:none}.cookie-banner__accept{align-self:stretch}}.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:52px;padding-top:14px;padding-bottom:14px;flex-wrap:wrap}.site-footer__links{display:flex;gap:20px;flex-wrap:wrap}.site-footer__links a{font-size:.8rem;color:hsla(0,0%,100%,.5);transition:color .14s ease;white-space:nowrap}.site-footer__links a:hover{opacity:1;color:hsla(0,0%,100%,.85)}.site-footer__copyright{margin:0;font-size:.78rem;color:hsla(0,0%,100%,.35);max-width:none}@media (max-width:640px){.site-footer__inner{flex-direction:column;align-items:flex-start;gap:8px;padding-top:16px;padding-bottom:16px}}.legal-page{min-height:100dvh;padding:60px 0;background:radial-gradient(circle at top left,rgba(67,97,177,.18),transparent 28%),linear-gradient(180deg,#0d1323,#0f172a 42%,#111827)}.legal-page__inner{max-width:900px;margin:0 auto}.legal-page__back{display:inline-flex;align-items:center;margin-bottom:32px;color:#8fb0ff;font-weight:600;text-decoration:none;transition:all var(--transition);padding:8px 12px;border-radius:var(--radius-sm)}.legal-page__back:hover{background:rgba(143,176,255,.12);transform:translateX(-4px)}.legal-content{background:#1a2031;border-radius:var(--radius);padding:48px;border:1px solid hsla(0,0%,100%,.08);box-shadow:0 24px 60px rgba(5,10,24,.38);line-height:1.8}.legal-content h1{font-size:2.2rem;margin-bottom:12px;color:#5f84e6}.legal-updated{color:rgba(224,231,255,.72);font-size:.9rem;margin-bottom:32px;display:block}.legal-content section{margin-bottom:36px}.legal-content section:last-of-type{margin-bottom:24px}.legal-content h2{font-size:1.4rem;margin-bottom:16px;margin-top:24px;color:#5f84e6;border-bottom:2px solid hsla(0,0%,100%,.16);padding-bottom:12px}.legal-content h3{font-size:1.1rem;margin-bottom:12px;margin-top:16px;color:#7fa2ff}.legal-content p{margin-bottom:16px;color:rgba(238,243,255,.86);line-height:1.8}.legal-content ul{list-style:none;margin-bottom:16px;padding-left:0}.legal-content li{margin-bottom:12px;padding-left:24px;position:relative;color:rgba(238,243,255,.86);line-height:1.8}.legal-content li:before{content:"→";position:absolute;left:0;color:#7fa2ff;font-weight:600}.legal-content strong{color:#dfe8ff;font-weight:700}.legal-footer{margin-top:48px;padding-top:24px;border-top:2px solid hsla(0,0%,100%,.12)}.legal-link{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;background:rgba(95,132,230,.16);border-radius:var(--radius-sm);color:#b9ccff;font-weight:600;transition:all var(--transition);text-decoration:none;border:1px solid rgba(127,162,255,.22)}.legal-link:hover{background:#5f84e6;color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-sm)}@media (max-width:768px){.legal-page{padding:40px 0}.legal-page__inner{padding:0 16px}.legal-content{padding:32px 24px}.legal-content h1{font-size:1.8rem}.legal-content h2{font-size:1.2rem}.legal-content h3{font-size:1rem}.legal-content li{padding-left:20px}}@media (max-width:760px){.admin-header__inner{height:auto;min-height:52px;padding:10px 0;flex-wrap:wrap;gap:8px}.admin-header__nav{gap:12px}.admin-header__logo{font-size:.9rem}.admin-order-layout,.admin-orders-filter,.form-row-2{grid-template-columns:1fr}.spec-row{grid-template-columns:1fr 1fr auto}.admin-filter-bar .field{min-width:100%}}@media (max-width:480px){.spec-row{grid-template-columns:1fr;gap:6px}.spec-row .btn-danger{justify-self:end}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.page-loading__spinner{animation:none;border-top-color:var(--accent)}}