.smart-command-center{background:var(--scc-bg);color:var(--scc-text);overflow:hidden}.smart-command-center,.smart-command-center *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}.smart-command-center__shell{position:relative;overflow:hidden;border:.1rem solid var(--scc-border);border-radius:var(--scc-radius);padding:clamp(2.4rem,3vw,4rem);background:radial-gradient(circle at top left,rgba(213,162,74,.11),transparent 34%),radial-gradient(circle at bottom right,rgba(255,255,255,.045),transparent 30%),linear-gradient(180deg,#ffffff09,#ffffff03),var(--scc-shell);box-shadow:0 2rem 5rem #00000029}.smart-command-center__shell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.04),transparent 42%),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px);background-size:auto,5.6rem 5.6rem,5.6rem 5.6rem;opacity:.58}.smart-command-center__header{position:relative;z-index:2;max-width:94rem;margin:0 auto 4rem;text-align:center}.smart-command-center__eyebrow{display:block;margin-bottom:1.2rem;color:var(--scc-accent);font-size:1.25rem;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.smart-command-center__header h2{margin:0 0 1.4rem;color:var(--scc-text);font-size:clamp(3rem,4vw,4.8rem);line-height:1.02;letter-spacing:-.04em}.smart-command-center__header p{max-width:82rem;margin:0 auto;color:var(--scc-muted);font-size:1.65rem;line-height:1.7}.smart-command-center__experience{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(36rem,.75fr);gap:clamp(2rem,3vw,3.6rem);align-items:stretch}.smart-command-center__visual{position:relative;overflow:hidden;min-height:58rem;border:.1rem solid rgba(255,255,255,.075);border-radius:2.6rem;background:var(--scc-panel);box-shadow:0 1.6rem 3.8rem #0000002e}.smart-command-center__image{width:100%;height:100%;min-height:58rem;display:block;object-fit:cover;filter:brightness(.82) contrast(1.05) saturate(1.04);transition:transform .7s ease,filter .7s ease}.smart-command-center__visual:hover .smart-command-center__image{transform:scale(1.025);filter:brightness(.9) contrast(1.06) saturate(1.08)}.smart-command-center__placeholder{min-height:58rem;display:flex;align-items:center;justify-content:center;padding:2rem;color:var(--scc-muted);text-align:center;background:radial-gradient(circle at center,rgba(213,162,74,.14),transparent 38%),repeating-linear-gradient(45deg,rgba(255,255,255,.035) 0 .4rem,transparent .4rem 1.4rem),var(--scc-panel)}.smart-command-center__visual-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,.55),transparent 42%,rgba(0,0,0,.35)),linear-gradient(180deg,#00000014,#00000094)}.smart-command-center__ambient-line{position:absolute;left:8%;right:8%;height:.1rem;background:linear-gradient(90deg,transparent,rgba(213,162,74,.75),transparent);box-shadow:0 0 1.6rem #d5a24a59;opacity:.8;animation:smartCommandLine 3.4s ease-in-out infinite}.smart-command-center__ambient-line--top{top:18%}.smart-command-center__ambient-line--bottom{bottom:18%;animation-delay:.7s}.smart-command-center__floating-status{position:absolute;left:2rem;bottom:2rem;z-index:3;display:inline-flex;align-items:center;gap:.9rem;max-width:calc(100% - 4rem);padding:1rem 1.2rem;border:.1rem solid rgba(213,162,74,.35);border-radius:999px;background:#0f0f0fc7;color:var(--scc-text);box-shadow:0 1rem 2.4rem #00000047;-webkit-backdrop-filter:blur(.8rem);backdrop-filter:blur(.8rem)}.smart-command-center__floating-status span{width:.8rem;height:.8rem;border-radius:999px;background:var(--scc-accent);box-shadow:0 0 0 .45rem #d5a24a21,0 0 1.4rem #d5a24a8c;animation:smartCommandPulse 1.7s ease-in-out infinite}.smart-command-center__floating-status strong{font-size:1.18rem;font-weight:850;line-height:1.2}.smart-command-center__dashboard{position:relative;overflow:hidden;border:.1rem solid rgba(255,255,255,.075);border-radius:2.6rem;background:radial-gradient(circle at top right,rgba(213,162,74,.14),transparent 36%),linear-gradient(180deg,#ffffff0d,#ffffff05),var(--scc-card);box-shadow:0 1.6rem 3.8rem #0000002e,inset 0 0 0 .1rem #ffffff05}.smart-command-center__dashboard:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px);background-size:4.2rem 4.2rem;opacity:.55}.smart-command-center__dashboard-top{position:relative;z-index:2;display:flex;justify-content:space-between;gap:1.6rem;padding:1.8rem;border-bottom:.1rem solid rgba(255,255,255,.075)}.smart-command-center__dashboard-top span{display:block;margin-bottom:.5rem;color:var(--scc-accent);font-size:1.05rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.smart-command-center__dashboard-top strong{display:block;color:var(--scc-text);font-size:1.95rem;font-weight:900;line-height:1.1;letter-spacing:-.03em}.smart-command-center__status-pill{display:inline-flex;align-items:center;align-self:flex-start;gap:.7rem;padding:.65rem .9rem;border:.1rem solid rgba(213,162,74,.34);border-radius:999px;background:#d5a24a14;color:var(--scc-accent);font-size:1.08rem;font-weight:800;line-height:1.1;white-space:nowrap}.smart-command-center__status-pill span{width:.62rem;height:.62rem;margin:0;border-radius:999px;background:var(--scc-accent)}.smart-command-center__screen{position:relative;z-index:2;padding:2rem}.smart-command-center__screen-glow{position:absolute;top:2rem;right:2rem;bottom:2rem;left:2rem;border-radius:2rem;pointer-events:none;background:radial-gradient(circle at top right,rgba(213,162,74,.16),transparent 38%);opacity:.9}.smart-command-center__mode-head{position:relative;z-index:2;min-height:17rem;border:.1rem solid rgba(255,255,255,.075);border-radius:2rem;padding:2rem;background:linear-gradient(180deg,#ffffff0b,#ffffff05),#ffffff06;overflow:hidden}.smart-command-center__mode-head:before{content:"";position:absolute;left:0;top:0;width:100%;height:.12rem;background:linear-gradient(90deg,var(--scc-accent),transparent)}.smart-command-center__mode-head span{display:block;margin-bottom:1rem;color:var(--scc-accent);font-size:1.1rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.smart-command-center__mode-head h3{margin:0 0 1rem;color:var(--scc-text);font-size:clamp(2.4rem,2.8vw,3.8rem);line-height:1.05;letter-spacing:-.045em}.smart-command-center__mode-head p{margin:0;color:var(--scc-muted);font-size:1.45rem;line-height:1.65}.smart-command-center__progress{position:relative;height:.46rem;margin:1.6rem 0}.smart-command-center__progress-track,.smart-command-center__progress-fill{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px}.smart-command-center__progress-track{background:#ffffff17}.smart-command-center__progress-fill{width:var(--scc-progress);background:linear-gradient(90deg,rgba(213,162,74,.58),var(--scc-accent));box-shadow:0 0 1.2rem #d5a24a73,0 0 2.8rem #d5a24a2e;transition:width .38s cubic-bezier(.22,.61,.36,1)}.smart-command-center__mode-buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.smart-command-center__mode{min-width:0;border:.1rem solid rgba(255,255,255,.075);border-radius:1.6rem;padding:1.2rem;background:linear-gradient(180deg,#ffffff09,#ffffff04),#ffffff05;color:inherit;-webkit-appearance:none;appearance:none;cursor:pointer;text-align:left;transition:border-color .24s ease,background .24s ease,transform .24s ease}.smart-command-center__mode:hover,.smart-command-center__mode:focus-visible,.smart-command-center__mode.is-active{border-color:#d5a24a73;background:linear-gradient(180deg,#d5a24a1c,#ffffff05),#ffffff05;outline:none}.smart-command-center__mode:hover,.smart-command-center__mode:focus-visible{transform:translateY(-.12rem)}.smart-command-center__mode span{display:inline-flex;align-items:center;justify-content:center;min-width:3.2rem;height:3.2rem;margin-bottom:.8rem;border:.1rem solid rgba(213,162,74,.28);border-radius:999px;color:var(--scc-accent);font-size:1.2rem;font-weight:850}.smart-command-center__mode strong{display:block;color:var(--scc-text);font-size:1.22rem;font-weight:850;line-height:1.2}.smart-command-center__controls{display:grid;gap:1rem;margin-top:1.2rem}.smart-command-center__control{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:1.1rem;border:.1rem solid rgba(255,255,255,.075);border-radius:1.6rem;padding:1.2rem;background:#ffffff06}.smart-command-center__control-icon{display:inline-flex;align-items:center;justify-content:center;min-width:4.6rem;height:4.6rem;border:.1rem solid rgba(213,162,74,.32);border-radius:1.4rem;background:#d5a24a14;color:var(--scc-accent);font-size:1.05rem;font-weight:900;line-height:1;text-transform:uppercase}.smart-command-center__control strong{display:block;margin-bottom:.35rem;color:var(--scc-text);font-size:1.42rem;font-weight:850;line-height:1.2}.smart-command-center__control small{display:block;color:var(--scc-muted);font-size:1.22rem;line-height:1.4}.smart-command-center__note{position:relative;z-index:2;margin-top:1.6rem;border:.1rem solid rgba(213,162,74,.2);border-radius:2rem;padding:1.6rem 1.8rem;background:linear-gradient(90deg,#d5a24a1a,#ffffff06),#ffffff06;text-align:center}.smart-command-center__note,.smart-command-center__note p{margin-bottom:0;color:var(--scc-text);font-size:1.45rem;font-weight:750;line-height:1.5}.smart-command-center__note p{margin:0}@keyframes smartCommandLine{0%,to{transform:scaleX(.65);opacity:.35}50%{transform:scaleX(1);opacity:.95}}@keyframes smartCommandPulse{0%,to{transform:scale(1);opacity:.78}50%{transform:scale(1.24);opacity:1}}@media screen and (max-width:1199px){.smart-command-center__experience{grid-template-columns:1fr}.smart-command-center__visual,.smart-command-center__image,.smart-command-center__placeholder{min-height:44rem}}@media screen and (max-width:749px){.smart-command-center__shell{border-radius:2.2rem;padding:2rem 1.6rem}.smart-command-center__header{margin-bottom:2.6rem;text-align:left}.smart-command-center__header p{font-size:1.5rem}.smart-command-center__experience{gap:1.2rem}.smart-command-center__visual,.smart-command-center__dashboard{border-radius:1.8rem}.smart-command-center__visual,.smart-command-center__image,.smart-command-center__placeholder{min-height:30rem}.smart-command-center__visual:hover .smart-command-center__image{transform:none}.smart-command-center__ambient-line{left:10%;right:10%}.smart-command-center__floating-status{left:1.2rem;bottom:1.2rem;max-width:calc(100% - 2.4rem);padding:.85rem 1rem}.smart-command-center__dashboard-top{padding:1.5rem;flex-direction:column}.smart-command-center__screen{padding:1.5rem}.smart-command-center__mode-head{min-height:auto;border-radius:1.6rem;padding:1.6rem}.smart-command-center__mode-head h3{font-size:2.45rem}.smart-command-center__mode-head p{font-size:1.35rem}.smart-command-center__mode-buttons{grid-template-columns:1fr}.smart-command-center__mode{padding:1.1rem;transform:none!important}.smart-command-center__mode span{margin-bottom:.6rem}.smart-command-center__control{border-radius:1.4rem;padding:1.1rem}.smart-command-center__control-icon{min-width:4.2rem;height:4.2rem}.smart-command-center__note{border-radius:1.6rem;text-align:left}}@media(prefers-reduced-motion:reduce){.smart-command-center *,.smart-command-center *:before,.smart-command-center *:after{animation:none!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/section-smart-command-center.css.map */
