:root{--bg: #0b1220;--panel: rgba(255, 255, 255, .08);--panel-strong: rgba(255, 255, 255, .12);--text: #e5e7eb;--muted: #9ca3af;--border: rgba(148, 163, 184, .35);--accent: #22d3ee;--accent-soft: rgba(34, 211, 238, .22);--bg-glow-1: rgba(34, 211, 238, .18);--bg-glow-2: rgba(56, 189, 248, .16);--header-bg: rgba(11, 18, 32, .78);--footer-bg: rgba(11, 18, 32, .66);--surface-subtle: rgba(255, 255, 255, .03);--surface-soft: rgba(255, 255, 255, .08);--surface-card-deep: rgba(15, 23, 42, .55);--surface-slider: rgba(12, 20, 36, .92);--input-bg: rgba(0, 0, 0, .15);--focus-ring: rgba(34, 211, 238, .5);--shadow: 0 10px 28px rgba(2, 6, 23, .22);--danger-soft: rgba(248, 113, 113, .2);--success-soft: rgba(52, 211, 153, .2);--radius: 16px;--radius-sm: 12px}:root[data-mode=light]{--bg: #f5f8fc;--panel: rgba(255, 255, 255, .88);--panel-strong: rgba(15, 23, 42, .08);--text: #0f172a;--muted: #475569;--border: rgba(15, 23, 42, .16);--header-bg: rgba(255, 255, 255, .8);--footer-bg: rgba(255, 255, 255, .68);--surface-subtle: rgba(255, 255, 255, .7);--surface-soft: rgba(255, 255, 255, .96);--surface-card-deep: rgba(255, 255, 255, .94);--surface-slider: rgba(255, 255, 255, .95);--input-bg: rgba(255, 255, 255, .94);--focus-ring: rgba(14, 165, 233, .32);--shadow: 0 10px 26px rgba(15, 23, 42, .09)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{background:radial-gradient(circle at 10% -10%,var(--bg-glow-1),transparent 35%),radial-gradient(circle at 95% 0%,var(--bg-glow-2),transparent 34%),var(--bg);color:var(--text);font-family:Avenir Next,Montserrat,Trebuchet MS,sans-serif;line-height:1.45}::selection{background:var(--accent-soft);color:var(--text)}a{color:inherit;text-decoration:none}h1,h2,h3,p,dl,dd,dt{margin:0}.container{width:min(1180px,calc(100% - 2rem));margin:0 auto}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-shell.landing-shell{min-height:100vh}.landing-main{flex:1;width:100%;margin:0;padding:0}.site-header{position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--header-bg);border-bottom:1px solid var(--border)}.header-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0}.menu-toggle{display:none;border:1px solid var(--border);border-radius:10px;background:var(--surface-subtle);color:var(--text);padding:.45rem .75rem;font-size:.82rem;font-weight:700;cursor:pointer}.brand-block{display:grid;gap:.25rem}.brand-link{display:inline-flex;align-items:center;gap:.5rem;font-weight:800;letter-spacing:.6px;font-size:1.05rem;line-height:1.1}.brand-logo{width:1.7rem;height:1.7rem;border-radius:8px;border:1px solid var(--border);background:var(--surface-soft);flex-shrink:0}.brand-tagline{color:var(--muted);font-size:.85rem;max-width:58ch}.main-nav{display:flex;flex-wrap:wrap;gap:.5rem}.header-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.6rem}.nav-link{border:1px solid var(--border);border-radius:999px;padding:.45rem .9rem;font-size:.88rem;display:inline-flex;align-items:center;gap:.4rem;color:var(--muted);transition:all .2s ease}.nav-link-icon{width:.92rem;height:.92rem;stroke:currentColor;stroke-width:1.85;fill:none;opacity:.95;flex-shrink:0}.nav-link.active,.nav-link:hover{color:var(--text);background:var(--panel-strong);border-color:var(--accent)}.theme-toggle{display:flex;flex-wrap:wrap;gap:.35rem}.theme-chip{border:1px solid var(--border);background:var(--surface-subtle);color:var(--muted);border-radius:999px;padding:.35rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex;align-items:center;gap:.38rem;cursor:pointer}.theme-chip:hover{color:var(--text);border-color:var(--accent)}.theme-chip.active{color:var(--text);border-color:var(--accent);background:var(--accent-soft)}.color-cycle-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:999px;background:var(--surface-subtle);color:var(--text);padding:.42rem .7rem;font-size:.78rem;font-weight:700;white-space:nowrap;cursor:pointer}.color-cycle-btn:hover{border-color:var(--accent);background:var(--accent-soft)}.theme-swatch{width:.58rem;height:.58rem;border-radius:999px}.mode-toggle{display:inline-flex;border:1px solid var(--border);border-radius:999px;overflow:hidden;background:var(--surface-subtle)}.mode-chip{border:0;background:transparent;color:var(--muted);font-size:.74rem;font-weight:700;padding:.34rem .62rem;cursor:pointer}.mode-chip.active{color:var(--text);background:var(--accent-soft)}.main-content{flex:1;width:min(1180px,calc(100% - 2rem));margin:0 auto;padding-block:1.25rem 2rem}.site-footer{border-top:1px solid var(--border);background:var(--footer-bg)}.footer-inner{display:flex;justify-content:space-between;gap:1rem;color:var(--muted);font-size:.88rem;padding:.9rem 0}.footer-inner p:first-child{color:var(--text);font-weight:700}.footer-inner p:last-child{max-width:62ch}.btn{border:1px solid transparent;border-radius:12px;padding:.65rem 1rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease}.btn.primary{background:var(--accent);color:#041018}.btn.primary:hover{filter:brightness(1.06)}.btn.secondary,.btn.ghost{background:var(--surface-subtle);border-color:var(--border);color:var(--text)}.btn.secondary:hover,.btn.ghost:hover{border-color:var(--accent);background:var(--surface-soft)}.chip{border:1px solid var(--border);background:#94a3b833;color:var(--text);border-radius:999px;font-size:.75rem;font-weight:700;padding:.4rem .7rem;display:inline-flex;align-items:center}button.chip{cursor:pointer}.chip.compact{padding:.25rem .6rem}.chip.selected{border-color:var(--accent);background:var(--accent-soft)}.hero-panel{border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(120deg,#ffffff17,#ffffff0a);padding:1.25rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.hero-panel h1{font-size:clamp(1.6rem,4vw,2.4rem)}.hero-subtitle{color:var(--muted);margin-top:.45rem;max-width:56ch}.hero-actions{display:flex;flex-wrap:wrap;gap:.65rem}.landing-page{display:grid;gap:1rem}.ctc-homepage{min-height:100%;background:linear-gradient(180deg,#d9e8f8,#eef5fc 24%,#fff 52%,#fff)}.ctc-home-desk{background:#fff;color:#0f223a;padding:clamp(2.1rem,4vw,3.2rem) 1rem clamp(2.3rem,4vw,3.4rem)}.ctc-home-desk-inner{width:min(1180px,100%);margin:0 auto;display:grid;gap:1.15rem}.ctc-home-desk-header{display:grid;gap:.4rem}.ctc-home-desk-header p{margin:0;color:#3f6a9a;text-transform:uppercase;letter-spacing:.12em;font-size:.73rem;font-weight:700}.ctc-home-desk-header h2{margin:0;font-size:clamp(1.35rem,2.8vw,2rem);letter-spacing:.02em}.ctc-home-desk-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.ctc-home-desk-card{border:1px solid #d7e3f0;border-radius:16px;background:linear-gradient(165deg,#fff,#f7fbff);padding:1rem;display:grid;gap:.65rem;box-shadow:0 10px 24px #11223a14}.ctc-home-desk-card h3{margin:0;font-size:1.02rem;color:#12314e}.ctc-home-desk-card p{margin:0;color:#4a617d;line-height:1.48}.ctc-home-desk-chips{display:flex;flex-wrap:wrap;gap:.45rem}.ctc-home-desk-chips span{border:1px solid #c6d9ec;border-radius:999px;padding:.32rem .62rem;font-size:.72rem;font-weight:600;color:#234669;background:#eff6fd}.ctc-home-desk-actions{display:flex;flex-wrap:wrap;gap:.65rem}.ctc-homepage .btn.secondary{background:linear-gradient(180deg,#fff,#ecf4fd);border-color:#b7cfe8;color:#1b4268}.ctc-homepage .btn.secondary:hover{background:#e4f0fd;border-color:#8fb6df;color:#12395f}.ctc-homepage .btn.primary{background:linear-gradient(90deg,#6eb1ef,#3f86d3);border-color:#3f86d3;color:#fff}.ctc-homepage .btn.primary:hover{filter:brightness(1.03)}.ctc-home-suite{background:#f4f8fd;color:#0f223a;padding:clamp(2.2rem,4vw,3.4rem) 1rem clamp(2.5rem,4vw,3.7rem);border-top:1px solid #dbe6f3}.ctc-home-suite-inner{width:min(1180px,100%);margin:0 auto;display:grid;gap:1rem}.ctc-home-suite-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.ctc-home-suite-card{border:1px solid #cfe0f1;border-radius:16px;background:#fff;box-shadow:0 10px 22px #0f223a14;padding:1rem;display:grid;gap:.7rem}.ctc-suite-kicker{margin:0;color:#3a6697;text-transform:uppercase;letter-spacing:.11em;font-size:.68rem;font-weight:700}.ctc-home-suite-card h3{margin:0;color:#0f223a;font-size:1.06rem}.ctc-home-suite-card p{margin:0;color:#4a607a;line-height:1.5}.ctc-suite-list{margin:0;padding-left:1rem;color:#395674;display:grid;gap:.35rem}.ctc-suite-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}.ctc-suite-metrics div{border:1px solid #dbe7f4;border-radius:12px;background:#f7fbff;padding:.48rem .52rem;display:grid;gap:.12rem}.ctc-suite-metrics strong{color:#123f70;font-size:1.02rem;line-height:1.1}.ctc-suite-metrics span{color:#4d6785;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em}.ctc-suite-tags{display:flex;flex-wrap:wrap;gap:.42rem}.ctc-suite-tags span{border:1px solid #caddf0;border-radius:999px;padding:.28rem .58rem;background:#eef5fc;color:#284a6d;font-size:.7rem;font-weight:600}.ctc-suite-contact{padding:.55rem .65rem;border-radius:12px;background:#f7fbff;border:1px solid #dbe7f4}.ctc-reference-hero{position:relative;min-height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff}.ctc-reference-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:radial-gradient(circle at 14% 22%,rgba(255,255,255,.22),transparent 34%),radial-gradient(circle at 84% 14%,rgba(220,236,255,.18),transparent 32%)}.ctc-media-stack{position:absolute;top:0;right:0;bottom:0;left:0}.ctc-media-layer{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .9s ease}.ctc-media-layer.active{opacity:1}.ctc-reference-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:saturate(.95) contrast(.95) brightness(.88);transform:scale(1.02)}.ctc-reference-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#3c639138,#2d507957 58%,#1c395b70),linear-gradient(125deg,#a6c3e233,#48709b1a)}.ctc-reference-texture{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.15;background:repeating-linear-gradient(0deg,rgba(255,255,255,.07) 0,rgba(255,255,255,.07) 1px,transparent 1px,transparent 3px),repeating-linear-gradient(90deg,rgba(255,255,255,.05) 0,rgba(255,255,255,.05) 1px,transparent 1px,transparent 3px)}.ctc-reference-topbar{position:absolute;inset:0 0 auto 0;z-index:3;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.7rem;border-bottom:1px solid rgba(230,238,248,.2);background:linear-gradient(180deg,#3f5a7f59,#3f5a7f14)}.ctc-reference-brand{display:inline-flex;align-items:center;gap:.85rem}.ctc-reference-brand img{width:1.8rem;height:1.8rem;filter:brightness(0) invert(1)}.ctc-reference-brand span{color:#eef4fd;font-size:1.06rem;letter-spacing:.09em;text-transform:uppercase;font-weight:600}.ctc-reference-nav{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;gap:1.5rem}.ctc-reference-nav a{color:#edf4fbeb;letter-spacing:.11em;text-transform:uppercase;font-size:.9rem;display:inline-flex;align-items:center;gap:.4rem;padding-bottom:.15rem;border-bottom:1px solid transparent}.ctc-reference-nav a:hover{border-bottom-color:#edf4fbd9}.ctc-reference-center{position:relative;z-index:4;margin-top:4.6rem;text-align:center;display:grid;justify-items:center;gap:1.1rem}.ctc-reference-kicker{color:#ecf5ffe6;text-transform:uppercase;letter-spacing:.14em;font-size:.74rem}.ctc-reference-mark{width:clamp(62px,6vw,86px);height:clamp(62px,6vw,86px);filter:brightness(0) invert(1)}.ctc-reference-center h1{color:#f4f8fe;font-size:clamp(2rem,2.6vw,3rem);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.ctc-reference-cta{border:2px solid rgba(239,246,255,.9);color:#f4f8fd;text-transform:uppercase;letter-spacing:.18em;font-weight:600;font-size:1.05rem;padding:1rem 2.2rem;min-width:min(540px,84vw);background:#ffffff0d;display:inline-flex;align-items:center;justify-content:center}.ctc-reference-cta:hover{background:#ffffff26}.ctc-reference-slider{position:absolute;z-index:4;inset:auto 1.2rem 1.1rem 1.2rem;display:flex;align-items:center;justify-content:center;gap:.65rem}.ctc-reference-arrow{border:1px solid rgba(240,247,255,.55);background:#f0f7ff1f;color:#f4f8fd;width:2rem;height:2rem;border-radius:999px;font-size:1.4rem;line-height:1;cursor:pointer}.ctc-reference-arrow:hover{background:#f0f7ff42}.ctc-reference-dots{display:flex;align-items:center;gap:.45rem}.ctc-reference-dot{width:.68rem;height:.68rem;border-radius:999px;border:1px solid rgba(240,247,255,.6);background:#f0f7ff2e;cursor:pointer}.ctc-reference-dot.active{background:#f4f8fd}.landing-hero{border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(125deg,#ffffff1a,#ffffff08);padding:clamp(1rem,3vw,1.6rem);display:grid;grid-template-columns:1.1fr .9fr;gap:1rem}.landing-hero h1{font-size:clamp(1.8rem,4vw,2.7rem);line-height:1.16}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;font-weight:700;font-size:.78rem;margin-bottom:.5rem}.hero-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.mini-stat-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-card-deep);padding:.75rem}.mini-value{font-size:1.25rem;font-weight:800}.mini-label{color:var(--muted);font-size:.82rem}.slider-section{border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);padding:1rem;display:grid;gap:.8rem}.slider-header p{color:var(--muted);margin-top:.35rem}.slider-shell{display:grid;grid-template-columns:auto 1fr auto;gap:.6rem;align-items:center}.slider-control{border:1px solid var(--border);background:var(--surface-soft);color:var(--text);width:2.2rem;height:2.2rem;border-radius:999px;cursor:pointer;font-size:1.4rem;line-height:1}.slider-control:hover{border-color:var(--accent)}.slider-viewport{overflow:hidden}.slider-track{display:flex;transition:transform .38s ease}.slide-card{min-width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:var(--surface-slider)}.slide-image{width:100%;height:100%;min-height:250px;object-fit:cover}.slide-content{padding:1rem;display:grid;align-content:center;gap:.55rem}.slide-kicker{color:var(--accent);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.slide-copy{color:var(--muted)}.slide-actions{display:flex;flex-wrap:wrap;gap:.55rem}.slider-dots{display:flex;gap:.45rem;justify-content:center}.dot{width:.68rem;height:.68rem;border-radius:999px;border:1px solid var(--border);background:#fff3;cursor:pointer}.dot.active{background:var(--accent);border-color:var(--accent)}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.feature-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--panel);padding:.9rem}.feature-card p{color:var(--muted);margin-top:.35rem}.cta-band{border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(90deg,#22d3ee21,#ffffff0a);padding:1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.cta-band p{color:var(--muted);margin-top:.35rem}.about-page,.contact-page{display:grid;gap:1rem}.brand-showcase{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-soft);padding:.8rem}.brand-wordmark{width:100%;border-radius:12px;border:1px solid var(--border);display:block}.about-grid,.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.about-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);padding:1rem}.about-card p{color:var(--muted);margin-top:.5rem}.about-card ul{margin:.65rem 0 0;padding-left:1rem;color:var(--muted);display:grid;gap:.35rem}.catalog-layout{margin-top:1rem;display:grid;grid-template-columns:320px minmax(0,1fr);gap:1rem}.filter-panel,.rfq-form,.detail-card,.not-found-card,.supplier-card,.product-card,.empty-state{border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);box-shadow:var(--shadow)}.filter-panel{padding:1rem;position:sticky;top:86px;align-self:start}.mobile-filter-toggle{display:none}.filter-panel h2{margin-bottom:.8rem}.filter-actions{display:flex;justify-content:space-between;gap:.6rem;align-items:center}.filter-actions h2{margin:0}.filter-clear{padding:.45rem .7rem;font-size:.78rem}.filter-block{margin-top:.9rem}.field-label,.filter-title{display:block;color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.45rem;font-weight:700}.text-input,.select-input,.text-area{width:100%;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--input-bg);color:var(--text);padding:.65rem .75rem;font:inherit}.text-input:focus,.select-input:focus,.text-area:focus{outline:2px solid var(--focus-ring);border-color:var(--accent)}.text-area{min-height:120px;resize:vertical}.catalog-panel{display:grid;gap:.9rem}.results-head{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid var(--border);padding-bottom:.55rem}.results-head p{color:var(--muted)}.results-controls{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;justify-content:flex-end}.results-controls .field-label{margin:0}.inline-select{border:1px solid var(--border);border-radius:10px;background:var(--surface-soft);color:var(--text);font:inherit;padding:.35rem .55rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.9rem}.product-card{padding:.8rem;display:grid;gap:.6rem}.product-image{width:100%;height:180px;border-radius:12px;object-fit:cover;border:1px solid var(--border)}.image-dot-row{display:flex;gap:6px;align-items:center;margin-top:-.25rem;margin-bottom:.2rem;padding-left:2px}.image-dot-row .dot{width:8px;height:8px;border-radius:50%;background:var(--border-strong);opacity:.7}.image-dot-row .dot.active{background:var(--accent);opacity:1}.product-title{font-size:1.05rem}.chip-row{display:flex;flex-wrap:wrap;gap:.4rem}.meta-grid{display:grid;gap:.2rem;font-size:.9rem}.meta-label{color:var(--muted);font-weight:700}.product-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.empty-state{padding:1rem}.empty-state h3{margin-bottom:.4rem}.empty-state p{color:var(--muted)}.section-header{margin-bottom:1rem}.section-header p{color:var(--muted);margin-top:.35rem}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem}.enhanced-detail-layout{align-items:start}.detail-media-panel{display:grid;gap:.7rem;position:static}.detail-image{width:100%;border-radius:var(--radius);border:1px solid var(--border);min-height:340px;object-fit:cover;background:#00000040}.detail-dots{margin:-.2rem 0 .3rem}.detail-thumb-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}.detail-thumb{border:1px solid var(--border);border-radius:10px;padding:0;background:transparent;overflow:hidden;cursor:pointer;aspect-ratio:4 / 3;transition:transform .15s ease,border-color .15s ease}.detail-thumb:hover{border-color:var(--accent);transform:translateY(-1px)}.detail-thumb.active{border-color:var(--accent);box-shadow:0 0 0 1px #54baff66}.detail-thumb img{width:100%;height:100%;object-fit:cover}.detail-content{display:grid;gap:.8rem;align-content:start}.detail-title-wrap{display:grid;gap:.55rem}.detail-title-wrap h2{margin:0}.detail-kpi-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.detail-kpi{border:1px solid var(--border);border-radius:12px;background:var(--surface-soft);padding:.65rem .7rem;display:grid;gap:.22rem}.detail-kpi span{font-size:.74rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.detail-kpi strong{font-size:1.04rem;line-height:1.15}.detail-description{color:var(--muted)}.spec-grid{display:grid;gap:.45rem;font-size:.95rem}.spec-row{border:1px solid var(--border);border-radius:10px;background:var(--surface-soft);padding:.55rem .65rem;display:flex;justify-content:space-between;align-items:center;gap:.55rem}.spec-grid dt{color:var(--muted);font-weight:700}.spec-grid dd{margin:0;text-align:right}.detail-card{padding:.95rem;display:grid;gap:.6rem}.detail-cta{width:fit-content}.detail-action-row{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.supplier-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.9rem}.suppliers-page{display:grid;gap:.85rem}.supplier-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.supplier-stat-tile{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-soft);padding:.7rem .8rem;display:grid;gap:.2rem}.supplier-stat-tile strong{font-size:1.25rem;line-height:1}.supplier-stat-tile span{color:var(--muted);font-size:.84rem}.supplier-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:.65rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-soft);padding:.75rem}.supplier-field .field-label{margin-bottom:.35rem}.supplier-card{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;text-align:left;padding:.9rem;cursor:pointer;color:var(--text);transition:transform .18s ease,border-color .18s ease,background .18s ease;display:grid;gap:.65rem}.supplier-card-media{position:relative;width:100%;aspect-ratio:16 / 6;border-radius:var(--radius-md);background:var(--surface-soft);background-size:cover;background-position:center;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0d}.supplier-card-logo{position:absolute;left:.9rem;bottom:.9rem;width:52px;height:52px;border-radius:50%;object-fit:cover;background:#fff;padding:6px;box-shadow:0 10px 24px #0000002e}.supplier-card-logo.placeholder{background:var(--surface-strong);border:1px dashed var(--border);box-shadow:none}.supplier-card:hover{border-color:var(--accent);background:var(--surface-soft);transform:translateY(-1px)}.supplier-card:focus-visible{outline:2px solid var(--focus-ring);border-color:var(--accent)}.supplier-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;flex-wrap:wrap;margin-bottom:.65rem}.supplier-name{font-size:1.03rem;line-height:1.3}.supplier-country{color:var(--muted);font-size:.91rem;margin-top:.2rem}.supplier-tagline{margin-top:.3rem;color:var(--text-soft);font-size:.92rem;max-width:70ch}.status-badge{border-radius:999px;padding:.3rem .7rem;border:1px solid var(--border);font-size:.74rem;font-weight:700;white-space:normal;line-height:1.1;text-align:center}.status-badge.verified{background:var(--success-soft);border-color:#34d39973}.status-badge.unverified{background:var(--danger-soft);border-color:#f8717173}.supplier-meta{border-top:1px solid var(--border);padding-top:.55rem;display:flex;justify-content:space-between;align-items:center;gap:.55rem;color:var(--muted);font-size:.84rem}.supplier-link-text{color:var(--accent);font-weight:700}.supplier-hint{margin-top:-.1rem}.rfq-page{max-width:760px}.rfq-form{padding:1rem;display:grid;gap:.7rem}.helper-text{color:var(--muted);font-size:.9rem}.helper-text a{color:var(--accent)}.not-found-card{max-width:560px;margin:1rem auto;padding:1rem;display:grid;gap:.8rem}@media(max-width:980px){.header-inner{align-items:flex-start;flex-wrap:wrap}.menu-toggle{display:inline-flex;align-items:center;justify-content:center}.header-controls{display:none;width:100%;margin-top:.4rem;padding-top:.7rem;border-top:1px solid var(--border);justify-content:flex-start}.header-controls.open{display:grid;gap:.55rem}.main-nav{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.nav-link{text-align:center;justify-content:center}.color-cycle-btn{align-self:flex-start}.catalog-layout,.detail-layout,.landing-hero,.feature-grid,.about-grid,.contact-grid{grid-template-columns:1fr}.ctc-reference-topbar{padding:.85rem 1rem;flex-direction:column;align-items:flex-start;gap:.45rem}.ctc-reference-brand span{font-size:.95rem}.ctc-reference-nav{justify-content:flex-start;gap:.75rem}.ctc-reference-nav a{font-size:.76rem}.ctc-reference-slider{inset:auto .9rem .9rem .9rem}.ctc-reference-center{margin-top:5.4rem}.ctc-reference-center h1{font-size:clamp(1.45rem,3.8vw,2rem)}.ctc-reference-cta{min-width:min(430px,88vw);font-size:.84rem;padding:.82rem 1.2rem}.filter-panel{position:static;display:none}.filter-panel.open{display:block}.mobile-filter-toggle{display:inline-flex;width:100%;justify-content:center}.hero-panel{flex-direction:column}.slide-card{grid-template-columns:1fr}.cta-band{flex-direction:column;align-items:flex-start}.supplier-toolbar{grid-template-columns:1fr}.supplier-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-media-panel{position:static;top:auto}.detail-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.container,.main-content{width:calc(100% - 1rem)}.ctc-reference-topbar{padding:.7rem}.ctc-reference-brand{gap:.5rem}.ctc-reference-brand img{width:1.45rem;height:1.45rem}.ctc-reference-brand span{font-size:.72rem;letter-spacing:.07em}.ctc-reference-nav{gap:.4rem .6rem}.ctc-reference-nav a{font-size:.62rem;letter-spacing:.09em}.ctc-reference-center{margin-top:6rem;gap:.7rem}.ctc-reference-center h1{font-size:clamp(1.05rem,6.2vw,1.35rem)}.ctc-reference-cta{font-size:.7rem;min-width:min(320px,92vw);padding:.72rem .8rem;letter-spacing:.12em}.ctc-reference-kicker{font-size:.64rem;letter-spacing:.1em}.ctc-reference-slider{inset:auto .7rem .7rem .7rem}.ctc-reference-arrow{display:none}.header-inner{align-items:stretch}.header-controls.open{width:100%}.main-nav{grid-template-columns:1fr}.nav-link{text-align:left;justify-content:flex-start}.nav-link-icon{width:.82rem;height:.82rem}.mode-toggle,.color-cycle-btn{width:100%}.mode-chip{flex:1}.theme-chip-label{display:none}.footer-inner{flex-direction:column}.results-head{flex-direction:column;align-items:flex-start;gap:.45rem}.product-actions,.spec-grid{grid-template-columns:1fr}.spec-grid dd{text-align:left;margin-bottom:.3rem}.hero-card-grid,.slider-shell{grid-template-columns:1fr}.slider-control{display:none}.results-controls{justify-content:flex-start}.supplier-stats{grid-template-columns:1fr}.supplier-meta{flex-direction:column;align-items:flex-start}.detail-thumb-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.spec-row{display:grid;grid-template-columns:1fr;justify-items:flex-start;gap:.2rem}.detail-action-row{display:grid;grid-template-columns:1fr}.detail-action-row .btn{width:100%;justify-content:center}}.ctc-internal-shell{position:relative;isolation:isolate}.ctc-internal-shell:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-2;pointer-events:none;background:linear-gradient(180deg,#162d4abf,#0a182bd1),url(https://images.unsplash.com/photo-1563897539633-7374c276c212?auto=format&fit=crop&w=2000&q=80) center / cover no-repeat;opacity:.8}.ctc-internal-shell:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:radial-gradient(circle at 18% 18%,rgba(144,190,243,.18),transparent 40%),radial-gradient(circle at 86% 5%,rgba(148,183,224,.14),transparent 32%)}.site-header{background:linear-gradient(180deg,#2f4a6c94,#152a489e),var(--header-bg);border-bottom-color:#bed2ec2e}.site-footer{background:linear-gradient(180deg,#152a484d,#0f213a80),var(--footer-bg);border-top-color:#bed2ec29}.ctc-internal-shell .brand-link{letter-spacing:.1em;text-transform:uppercase;font-size:.9rem;color:#f0f7fff2}.ctc-internal-shell .main-nav{gap:1.05rem}.ctc-internal-shell .nav-link{border:0;border-bottom:1px solid transparent;border-radius:0;padding:.25rem .05rem;background:transparent;letter-spacing:.11em;text-transform:uppercase;font-size:.72rem;color:#dae8f9d1}.ctc-internal-shell .nav-link.active,.ctc-internal-shell .nav-link:hover{background:transparent;border-bottom-color:#eef6ffc7;color:#f5f9ff}.ctc-internal-shell .nav-link-icon{width:.82rem;height:.82rem}.ctc-internal-shell .mode-toggle,.ctc-internal-shell .color-cycle-btn{border-color:#bed2ec42;background:#0f243e94;color:#eaf4ffeb}.main-content{width:min(1240px,calc(100% - 2rem));padding-block:1.4rem 2.4rem}.ctc-content-page{display:grid;gap:1rem}.ctc-page-header{position:relative;overflow:hidden;border:1px solid rgba(180,204,234,.2);border-radius:var(--radius);padding:1.05rem 1.15rem;background:linear-gradient(120deg,#22487170,#11264038),#0c1b2e8f;box-shadow:0 14px 34px #06111f40}.ctc-page-header:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(120deg,rgba(174,211,255,.1),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.08),transparent 55%)}.ctc-page-header>*{position:relative;z-index:1}.ctc-page-header--wide{padding:1.2rem 1.25rem}.ctc-page-header h1{text-transform:uppercase;letter-spacing:.08em;font-size:clamp(1.22rem,2.8vw,1.85rem)}.ctc-page-header p{color:#d8e7f8d1;margin-top:.45rem}.hero-panel{border-color:#b4ccea33;background:linear-gradient(120deg,#264d786b,#11264038),#0c1b2e94}.section-header{margin-bottom:0}.section-header p{color:#d8e7f8c7}.filter-panel,.rfq-form,.detail-card,.not-found-card,.supplier-card,.product-card,.empty-state,.about-card,.feature-card,.brand-showcase,.supplier-stat-tile,.supplier-toolbar,.slider-section,.slide-card,.cta-band{border-color:#b5cdeb33;background:linear-gradient(160deg,#2142684d,#0d1d321f),#0a182a8f;box-shadow:0 12px 28px #040c173d}.text-input,.select-input,.text-area,.inline-select{border-color:#bad2ee38;background:#081424ad}.text-input::placeholder,.text-area::placeholder{color:#bcd0e885}.chip{background:#7699c438;border-color:#adc9ec3d}.chip.selected{background:#5399db54}.btn.primary{background:linear-gradient(90deg,#8fc4ff,#69a8ec);color:#08213d}.btn.secondary,.btn.ghost{background:#1229458c;border-color:#b0caea3d}.product-card .meta-label,.supplier-country,.supplier-meta,.helper-text,.about-card p,.feature-card p,.results-head p,.mini-label,.slide-copy{color:#cedff4c7}.supplier-link-text{color:#9aceff}.product-detail-page .detail-content h2,.product-detail-page .detail-card h3{margin:0;text-transform:uppercase;letter-spacing:.07em}.ctc-reference-mini{position:absolute;z-index:5;inset:auto 1.3rem 4.2rem 1.3rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem}.ctc-reference-mini-item{border:1px solid rgba(233,241,252,.28);border-radius:12px;background:#0514276b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:.55rem .62rem;display:grid;gap:.15rem}.ctc-reference-mini-item strong{color:#f4f8fe;font-size:1.03rem;letter-spacing:.02em}.ctc-reference-mini-item span{color:#dce8f8d9;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em}.ctc-reference-slider{z-index:5;inset:auto 1.2rem 1.1rem 1.2rem}@media(max-width:980px){.ctc-home-suite-grid{grid-template-columns:1fr}.ctc-suite-metrics,.ctc-home-desk-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ctc-reference-mini{inset:auto .9rem 4.05rem .9rem;grid-template-columns:repeat(2,minmax(0,1fr))}.ctc-reference-center{margin-top:4.6rem}}@media(max-width:640px){.ctc-home-suite{padding-inline:.7rem}.ctc-home-suite-card{padding:.88rem}.ctc-suite-metrics{grid-template-columns:1fr 1fr}.ctc-home-desk{padding-inline:.7rem}.ctc-home-desk-grid{grid-template-columns:1fr}.ctc-home-desk-card{padding:.88rem}.main-content{width:calc(100% - 1rem)}.ctc-page-header{padding:.92rem}.ctc-reference-mini{inset:auto .7rem 3.65rem .7rem;gap:.45rem}.ctc-reference-mini-item{padding:.48rem .52rem}.ctc-reference-mini-item strong{font-size:.9rem}.ctc-reference-mini-item span{font-size:.59rem}}.ctc-internal-shell{background:#eef3f9;color:#0f223a}.ctc-internal-shell:before,.ctc-internal-shell:after{display:none}.ctc-internal-shell .site-header{background:linear-gradient(180deg,#2d496ba3,#1f3a5d61);border-bottom:1px solid rgba(231,241,255,.2)}.ctc-internal-shell .brand-link,.ctc-internal-shell .brand-link span{color:#fff}.ctc-internal-shell .brand-tagline{display:none}.ctc-internal-shell .header-inner{padding:.85rem 0}.ctc-internal-shell .main-nav{gap:1.15rem}.ctc-internal-shell .nav-link{border:0;border-radius:0;padding:.25rem 0;background:transparent;color:#f4f9ffeb;text-transform:uppercase;letter-spacing:.1em;font-size:.76rem}.ctc-internal-shell .nav-link.active,.ctc-internal-shell .nav-link:hover{color:#fff;background:transparent;border-bottom:1px solid #ffffff}.ctc-internal-shell .mode-toggle,.ctc-internal-shell .color-cycle-btn{border-color:#eff6ff8f;background:#ffffff1f;color:#fff}.ctc-internal-shell .mode-chip{color:#eff6fff0}.ctc-internal-shell .mode-chip.active{color:#123456;background:#ffffffeb}.ctc-internal-shell .container.main-content{width:100%;max-width:none;margin:0;padding:1.7rem 1rem 2.6rem;background:#fff}.ctc-internal-shell .ctc-content-page{width:min(1220px,100%);margin:0 auto;gap:1.1rem}.ctc-internal-shell .site-footer{background:#fff;border-top:1px solid #dbe6f3}.ctc-internal-shell .footer-inner{color:#4e6078}.ctc-internal-shell .footer-inner p:first-child{color:#0f223a}.ctc-internal-shell .ctc-page-header,.ctc-internal-shell .hero-panel,.ctc-internal-shell .filter-panel,.ctc-internal-shell .rfq-form,.ctc-internal-shell .detail-card,.ctc-internal-shell .not-found-card,.ctc-internal-shell .supplier-card,.ctc-internal-shell .product-card,.ctc-internal-shell .empty-state,.ctc-internal-shell .about-card,.ctc-internal-shell .feature-card,.ctc-internal-shell .brand-showcase,.ctc-internal-shell .supplier-stat-tile,.ctc-internal-shell .supplier-toolbar,.ctc-internal-shell .slider-section,.ctc-internal-shell .slide-card{background:#fff;border-color:#d5e1ee;box-shadow:0 10px 24px #11223a14}.ctc-internal-shell .ctc-page-header:after{display:none}.ctc-internal-shell .ctc-page-header h1,.ctc-internal-shell .hero-panel h1,.ctc-internal-shell .section-header h1,.ctc-internal-shell .section-header h2,.ctc-internal-shell .detail-content h2,.ctc-internal-shell .detail-card h3{color:#0f223a}.ctc-internal-shell .ctc-page-header p,.ctc-internal-shell .hero-subtitle,.ctc-internal-shell .section-header p,.ctc-internal-shell .detail-description,.ctc-internal-shell .about-card p,.ctc-internal-shell .feature-card p,.ctc-internal-shell .helper-text,.ctc-internal-shell .results-head p,.ctc-internal-shell .supplier-country,.ctc-internal-shell .supplier-meta,.ctc-internal-shell .slide-copy,.ctc-internal-shell .mini-label{color:#4e6078}.ctc-internal-shell .product-title,.ctc-internal-shell .supplier-name,.ctc-internal-shell .meta-grid p,.ctc-internal-shell .spec-grid dt,.ctc-internal-shell .spec-grid dd,.ctc-internal-shell .field-label,.ctc-internal-shell .filter-title,.ctc-internal-shell .supplier-link-text{color:#0f223a}.ctc-internal-shell .product-card .meta-label{color:#2b4669}.ctc-internal-shell .status-badge{font-weight:800;letter-spacing:.01em}.ctc-internal-shell .status-badge.verified{background:#d9f6e9;border-color:#79d8ad;color:#0f6f48}.ctc-internal-shell .status-badge.unverified{background:#ffe3e3;border-color:#ef9f9f;color:#a43a3a}.ctc-internal-shell .text-input,.ctc-internal-shell .select-input,.ctc-internal-shell .text-area,.ctc-internal-shell .inline-select{background:#fff;color:#0f223a;border-color:#c9d8e9}.ctc-internal-shell .text-input::placeholder,.ctc-internal-shell .text-area::placeholder{color:#8195ad}.ctc-internal-shell .chip{background:#edf5fd;color:#1f3f62;border-color:#bdd2e7}.ctc-internal-shell .chip.selected{background:#dcecff;border-color:#9fc4ec;color:#173556}.ctc-internal-shell .btn.primary{background:#3c79ba;color:#fff}.ctc-internal-shell .btn.secondary,.ctc-internal-shell .btn.ghost{background:#fff;border-color:#c9d8e9;color:#173556}.ctc-internal-shell .btn.secondary:hover,.ctc-internal-shell .btn.ghost:hover{background:#f3f8ff;border-color:#9fc1e7}.ctc-internal-shell .supplier-country,.ctc-internal-shell .supplier-meta{color:#3f5672}.ctc-internal-shell .supplier-link-text{color:#16395e;font-weight:800}@media(max-width:980px){.ctc-internal-shell .header-controls{background:#244267d1;border-top:1px solid rgba(239,246,255,.24);padding:.8rem;border-radius:0 0 10px 10px}.ctc-internal-shell .main-nav{gap:.65rem}.ctc-internal-shell .nav-link{text-align:left;justify-content:flex-start;padding:.35rem 0}}.ctc-topbar-header{position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;border-bottom:1px solid #d4e3f3}.ctc-topbar-header .header-inner{padding:.85rem 0}.ctc-topbar-header .brand-link,.ctc-topbar-header .brand-link span{color:#173556;letter-spacing:.08em;text-transform:uppercase;font-size:.92rem}.ctc-topbar-header .brand-tagline{display:none}.ctc-topbar-header .main-nav{gap:1.15rem}.ctc-topbar-header .header-controls{display:flex;align-items:center;justify-content:flex-end}.ctc-topbar-header .nav-link{border:0;border-radius:0;padding:.25rem 0;background:transparent;color:#2a4e73;text-transform:uppercase;letter-spacing:.1em;font-size:.76rem}.ctc-topbar-header .nav-link.active,.ctc-topbar-header .nav-link:hover{color:#102a45;background:transparent;border-bottom:1px solid #102a45}.landing-shell .ctc-topbar-header{background:#ffffffe6;border-bottom:1px solid #d8e4f1}.landing-shell .ctc-topbar-header .brand-link,.landing-shell .ctc-topbar-header .brand-link span{color:#173556}.landing-shell .ctc-topbar-header .nav-link{color:#2a4e73}.landing-shell .ctc-topbar-header .nav-link.active,.landing-shell .ctc-topbar-header .nav-link:hover{color:#102a45;border-bottom-color:#102a45}@media(max-width:980px){.ctc-topbar-header .header-inner{align-items:center;flex-wrap:wrap}.ctc-topbar-header .brand-block{max-width:calc(100% - 5rem)}.ctc-topbar-header .menu-toggle{display:inline-flex;align-items:center;justify-content:center;border-color:#c8d9ea;background:#fff;color:#173556}.ctc-topbar-header .header-controls{display:none;width:100%;margin-top:.45rem;background:#fffffffa;border-top:1px solid #d8e4f1;padding:.8rem;border-radius:0 0 10px 10px;justify-content:flex-start}.ctc-topbar-header .header-controls.open{display:grid;gap:.55rem}.ctc-topbar-header .main-nav{width:100%;display:grid;grid-template-columns:1fr;gap:.65rem}.ctc-topbar-header .nav-link{width:100%;text-align:left;justify-content:flex-start;padding:.35rem 0;color:#173556}.landing-shell .ctc-topbar-header .menu-toggle{border-color:#c8d9ea;background:#fff;color:#173556}.landing-shell .ctc-topbar-header .header-controls{background:#fffffffa;border-top-color:#d8e4f1}.landing-shell .ctc-topbar-header .nav-link{color:#173556}}@media(min-width:981px){.ctc-topbar-header .menu-toggle{display:none}.ctc-topbar-header .header-controls{display:flex!important;width:auto;margin-top:0;padding:0;border-top:0;background:transparent;border-radius:0;justify-content:flex-end}.ctc-topbar-header .main-nav{width:auto;display:flex;grid-template-columns:none}}:root[data-mode=light]{--bg: #edf6ff;--panel: rgba(255, 255, 255, .96);--panel-strong: rgba(31, 93, 160, .13);--text: #0f2742;--muted: #3f5c7c;--border: rgba(37, 95, 161, .22);--header-bg: rgba(245, 251, 255, .92);--footer-bg: rgba(245, 251, 255, .92);--surface-subtle: rgba(255, 255, 255, .9);--surface-soft: rgba(255, 255, 255, .98);--surface-card-deep: rgba(255, 255, 255, .99);--surface-slider: rgba(255, 255, 255, .99);--input-bg: #ffffff;--focus-ring: rgba(38, 127, 227, .36);--shadow: 0 12px 28px rgba(15, 52, 92, .1)}.ctc-homepage{background:linear-gradient(180deg,#e8f4ff,#f5faff 26%,#fff 58%,#fff)}.ctc-home-desk{background:linear-gradient(180deg,#fff,#f7fbff)}.ctc-home-suite{background:linear-gradient(180deg,#edf7ff,#f7fbff)}.ctc-home-suite-card{background:linear-gradient(180deg,#fff,#f9fcff);border-color:#c7dcf1}.ctc-internal-shell{background:linear-gradient(180deg,#eaf5ff,#f4faff 28%,#fff 60%)}.ctc-internal-shell .container.main-content{background:linear-gradient(180deg,#f4faff,#fff 22%)}.ctc-internal-shell .ctc-page-header,.ctc-internal-shell .hero-panel,.ctc-internal-shell .filter-panel,.ctc-internal-shell .rfq-form,.ctc-internal-shell .detail-card,.ctc-internal-shell .not-found-card,.ctc-internal-shell .supplier-card,.ctc-internal-shell .product-card,.ctc-internal-shell .empty-state,.ctc-internal-shell .about-card,.ctc-internal-shell .feature-card,.ctc-internal-shell .brand-showcase,.ctc-internal-shell .supplier-stat-tile,.ctc-internal-shell .supplier-toolbar,.ctc-internal-shell .slider-section,.ctc-internal-shell .slide-card{background:linear-gradient(180deg,#fff,#f9fcff);border-color:#c7dcf1;box-shadow:0 12px 26px #0e365f17}.ctc-internal-shell .site-header,.ctc-topbar-header{background:#ffffffe0;border-bottom:1px solid #d4e3f3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ctc-topbar-header .brand-link,.ctc-topbar-header .brand-link span,.ctc-internal-shell .brand-link,.ctc-internal-shell .brand-link span{color:#173556}.ctc-topbar-header .nav-link,.ctc-internal-shell .nav-link{color:#2a4e73}.ctc-topbar-header .nav-link.active,.ctc-topbar-header .nav-link:hover,.ctc-internal-shell .nav-link.active,.ctc-internal-shell .nav-link:hover{color:#102a45;border-bottom-color:#102a45}.ctc-internal-shell .mode-toggle,.ctc-internal-shell .color-cycle-btn{border-color:#c2d7ec;background:#fff;color:#204669}.ctc-internal-shell .mode-chip{color:#385c80}.ctc-internal-shell .mode-chip.active{color:#173556;background:#dcecff}@media(max-width:980px){.ctc-topbar-header .menu-toggle{border-color:#c8d9ea;background:#fff;color:#173556}.ctc-topbar-header .header-controls{background:#fffffffa;border-top-color:#d8e4f1}.ctc-topbar-header .nav-link,.ctc-internal-shell .nav-link{color:#173556}}.admin-page{display:grid;gap:1.1rem;padding-bottom:2.2rem}.admin-shell{display:grid;grid-template-columns:minmax(180px,240px) minmax(0,1fr);align-items:start;gap:1rem}.admin-sidebar{position:sticky;top:84px;border:1px solid #c7dcf1;border-radius:16px;background:linear-gradient(180deg,#fff,#f6fbff);box-shadow:0 12px 24px #0e365f14;padding:.85rem;display:grid;gap:.6rem}.admin-sidebar h3{margin:0;color:#12395f}.admin-side-nav{display:grid;gap:.35rem}.admin-side-link{border:1px solid #d5e4f3;border-radius:999px;padding:.4rem .7rem;font-size:.84rem;font-weight:700;text-decoration:none;color:#204669;background:#fff;transition:border-color .2s ease,background .2s ease}.admin-side-link:hover{border-color:#93badf;background:#edf5ff}.admin-main{display:grid;gap:1.1rem}.admin-login-form{max-width:520px}.admin-toolbar{display:flex;flex-wrap:wrap;gap:.65rem}.admin-section{background:linear-gradient(180deg,#fff,#f9fcff);border:1px solid #c7dcf1;border-radius:18px;padding:1rem;box-shadow:0 12px 24px #0e365f17}.admin-section h2{margin:0;color:#102a45}.admin-section h3{margin:0;color:#13365b}.admin-section p{margin-top:.45rem}.admin-demo-grid{margin-top:.85rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.65rem}.admin-demo-grid div{border:1px solid #d5e4f3;border-radius:12px;padding:.7rem;background:#fff;display:grid;gap:.18rem}.admin-demo-grid strong{font-size:1.15rem;color:#12395f}.admin-demo-grid span{color:#4a6683;font-size:.85rem}.admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.8rem;margin-top:.85rem}.admin-grid-wide{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.admin-submissions-toolbar{margin-top:.85rem;display:flex;align-items:flex-end;justify-content:space-between;gap:.8rem;flex-wrap:wrap}.admin-card{border:1px solid #d5e4f3;border-radius:14px;padding:.8rem;display:grid;gap:.45rem;background:#fff}.admin-product-list{margin-top:.85rem;display:grid;gap:.65rem;max-height:68vh;overflow-y:auto;padding-right:.25rem}.admin-product-row{gap:.7rem}.admin-product-row-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.8rem}.admin-product-meta{margin:.25rem 0 0;color:#4a6683;font-size:.84rem}.admin-row-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.45rem}.admin-product-editor{border-top:1px solid #deebf7;padding-top:.75rem;display:grid;gap:.45rem}.admin-empty-state{margin:0;border:1px dashed #bfd6ec;border-radius:12px;padding:.8rem;color:#4f6881;background:#f9fcff}.admin-submission-list{margin-top:.85rem;display:grid;gap:.65rem;max-height:68vh;overflow-y:auto;padding-right:.2rem}.admin-submission-card{gap:.55rem}.admin-submission-head{display:flex;justify-content:space-between;align-items:center;gap:.6rem}.admin-submission-time{color:#4a6683;font-size:.83rem;font-weight:700}.admin-submission-grid{display:grid;gap:.35rem}.admin-submission-grid p{margin:0;color:#173d61}.admin-option-grid{display:flex;flex-wrap:wrap;gap:.5rem}.admin-option-chip{display:inline-flex;align-items:center;gap:.35rem;border:1px solid #c9d9ea;border-radius:999px;padding:.3rem .6rem;color:#234a70;font-size:.82rem;font-weight:700;background:#f4f9ff}.admin-option-chip.checked{border-color:#73a9e1;background:#e6f1ff}.admin-checkbox-row{display:inline-flex;align-items:center;gap:.5rem;color:#244866;font-weight:700}.admin-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.8rem}.admin-remove{width:fit-content}.admin-value-block{border-top:1px solid #deebf7;padding-top:.8rem;margin-top:.8rem;display:grid;gap:.45rem}.admin-json{width:100%;min-height:280px;border:1px solid #c7dcf1;border-radius:14px;background:#fcfdff;color:#123454;font-family:SFMono-Regular,Consolas,Menlo,monospace;font-size:.81rem;line-height:1.45;padding:.75rem;resize:vertical}.admin-error,.admin-notice{margin:0;padding:.7rem .85rem;border-radius:12px;font-weight:700}.admin-error{color:#8f1d1d;background:#ffe7e7;border:1px solid #f8bcbc}.admin-notice{color:#114a2f;background:#e6fbe9;border:1px solid #b7e9c3}.admin-hint{margin-top:.2rem;color:#48637c;font-size:.86rem}@media(max-width:780px){.admin-product-row-head{flex-direction:column}.admin-row-actions{justify-content:flex-start}.admin-submission-head{flex-direction:column;align-items:flex-start}}@media(max-width:1100px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:static;top:auto}.admin-side-nav{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}
