@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";:root{color-scheme:dark;font-family:Space Grotesk,sans-serif;background:radial-gradient(circle at top,rgba(255,116,54,.18),transparent 26%),radial-gradient(circle at 80% 20%,rgba(56,189,248,.12),transparent 22%),linear-gradient(180deg,#07080a,#0f1117);color:#f4f6fb;--surface: rgba(18, 21, 30, .88);--surface-strong: rgba(16, 18, 28, .96);--surface-soft: rgba(21, 25, 37, .72);--surface-elevated: rgba(11, 14, 22, .94);--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .16);--border-accent: rgba(255, 122, 60, .32);--accent: #ff7a3c;--accent-strong: #ff9e57;--accent-soft: rgba(255, 122, 60, .14);--cyan: #38bdf8;--cyan-soft: rgba(56, 189, 248, .14);--success: #34d399;--success-soft: rgba(52, 211, 153, .14);--danger: #ef4444;--danger-soft: rgba(239, 68, 68, .14);--warning: #f59e0b;--text-main: #f4f6fb;--text-soft: #ccd2df;--text-dim: #8b95ab;--text-faint: #667087;--shadow: 0 28px 90px rgba(0, 0, 0, .38);--shadow-soft: 0 16px 48px rgba(0, 0, 0, .24);--radius-xl: 28px;--radius-lg: 22px;--radius-md: 18px;--radius-sm: 14px}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{min-height:100vh;color:inherit;background:inherit}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}input,select,textarea{width:100%;border:1px solid var(--border);border-radius:16px;background:#080a10e0;color:var(--text-main);padding:.95rem 1rem;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}input:hover,select:hover,textarea:hover{border-color:var(--border-strong)}input:focus,select:focus,textarea:focus{outline:none;border-color:#ff7a3cb3;box-shadow:0 0 0 4px #ff7a3c1f}textarea{min-height:180px;resize:vertical;font-family:IBM Plex Mono,monospace;line-height:1.55}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid rgba(56,189,248,.72);outline-offset:3px}label{display:grid;gap:.45rem;color:var(--text-soft);font-size:.95rem}.file-upload-field{display:grid;gap:.45rem}.file-upload-field__native{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.file-upload-field__control{display:flex;align-items:center;gap:.9rem;min-height:70px;padding:.9rem 1rem;border-radius:18px;border:1px solid var(--border);background:linear-gradient(180deg,#12151ef5,#0a0d14fa),radial-gradient(circle at top right,rgba(255,122,60,.14),transparent 48%);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.file-upload-field:hover .file-upload-field__control{transform:translateY(-1px);border-color:var(--border-strong);box-shadow:var(--shadow-soft)}.file-upload-field__button{display:inline-flex;align-items:center;justify-content:center;min-width:128px;padding:.8rem 1rem;border-radius:14px;background:linear-gradient(135deg,#ff7a3cf5,#ff9e57e6);color:#090b11;font-weight:700;letter-spacing:-.02em}.file-upload-field__meta{display:grid;gap:.15rem;min-width:0}.file-upload-field__meta strong{color:var(--text-main);font-size:.95rem;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-upload-field__meta small{color:var(--text-dim);line-height:1.35}.file-upload-field__control.is-disabled{opacity:.6}.file-upload-field__control.is-disabled .file-upload-field__button{filter:grayscale(.2)}label span,.eyebrow{color:var(--text-dim);font-size:.74rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase}p,h1,h2,h3,h4,h5,h6{margin:0}small,.muted{color:var(--text-dim)}h1,h2,h3{letter-spacing:-.03em}.app-shell{height:100vh;min-height:100vh;padding:1.5rem;display:grid;grid-template-rows:auto minmax(0,1fr);gap:1.5rem;overflow:hidden}.surface{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.surface-muted{background:var(--surface-soft)}.topbar{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.2rem 1.4rem;position:relative;overflow:hidden}.topbar:after{content:"";position:absolute;inset:auto -10% 0 auto;width:280px;height:280px;background:radial-gradient(circle,rgba(255,122,60,.18),transparent 70%);pointer-events:none}.topbar-brand,.brand-lockup{display:flex;align-items:center;gap:1rem}.brand-lockup{flex-direction:column;align-items:flex-start;gap:.12rem}.brand-lockup strong{font-size:1.35rem}.brand-lockup small{color:var(--text-faint)}.topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex-wrap:wrap;z-index:1}.mobile-nav-button{display:none}.nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#05070c9e;opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:20}.nav-overlay.open{opacity:1;pointer-events:auto}.workspace{min-height:0}.workspace-with-sidebar{display:grid;grid-template-columns:302px minmax(0,1fr);gap:1.5rem;align-items:stretch;min-height:0;overflow:hidden}.sidebar{display:grid;gap:1.1rem;padding:1.35rem;min-height:0;max-height:100%;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.sidebar-header{display:grid;gap:.35rem}.sidebar-header h2{font-size:1.3rem}.sidebar-header small{font-family:IBM Plex Mono,monospace;word-break:break-all}.sidebar-groups{display:grid;gap:1rem}.sidebar-group{display:grid;gap:.45rem}.sidebar-group-label{color:var(--text-faint);font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;margin:.15rem 0 0}.sidebar-nav{display:grid;gap:.35rem}.sidebar-link{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.95rem 1rem;border-radius:18px;color:var(--text-dim);border:1px solid transparent;background:transparent;transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease}.sidebar-link:hover,.sidebar-link.active{color:#fff;border-color:var(--border-strong);background:linear-gradient(135deg,#ff7a3c14,#ffffff09);transform:translate(4px)}.sidebar-footer{display:grid;gap:.7rem;padding-top:.4rem}.main-column{display:grid;gap:1.35rem;min-width:0;min-height:0;max-height:100%;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding-right:.2rem}.page-hero{display:flex;align-items:stretch;justify-content:space-between;gap:1.2rem;padding:1.6rem;overflow:hidden;position:relative}.page-hero:before{content:"";position:absolute;inset:auto auto -60px -60px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(56,189,248,.12),transparent 68%);pointer-events:none}.page-hero-copy,.page-hero-meta{position:relative;z-index:1}.page-hero-copy{display:grid;gap:.55rem;max-width:760px}.page-hero-copy h1{font-size:clamp(1.8rem,2.8vw,2.7rem)}.page-hero-copy p:last-child{max-width:720px;line-height:1.62}.page-hero-meta{min-width:260px;display:grid;gap:.85rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.hero-meta-card{display:grid;gap:.4rem;padding:1rem 1.1rem;border:1px solid var(--border);border-radius:18px;background:#ffffff09}.hero-meta-card span{color:var(--text-dim);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.hero-meta-card strong{font-size:1.05rem}.panel-card,.form-card{padding:1.35rem}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.panel-head h2,.panel-head h3{font-size:1.2rem}.metric-grid,.panel-grid,.card-grid,.callout-grid,.field-grid,.stacked-row{display:grid;gap:1rem}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-grid.five-up{grid-template-columns:repeat(5,minmax(0,1fr))}.metric-grid.six-up{grid-template-columns:repeat(6,minmax(0,1fr))}.panel-grid.three-up,.three-up,.callout-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.panel-grid.two-up,.two-up{grid-template-columns:repeat(2,minmax(0,1fr))}.four-up{grid-template-columns:repeat(4,minmax(0,1fr))}.five-up{grid-template-columns:repeat(5,minmax(0,1fr))}.six-up{grid-template-columns:repeat(6,minmax(0,1fr))}.metric-card{display:grid;gap:.45rem;padding:1.2rem 1.25rem}.metric-card strong{font-size:clamp(1.45rem,2vw,1.9rem)}.metric-card small{color:var(--text-faint)}.metric-card-emphasis{background:linear-gradient(135deg,#ff7a3c29,#38bdf814);border-color:#ff7a3c42}.mini-card{display:grid;gap:.35rem;padding:1rem}.mini-card strong{font-size:1.05rem}.list-stack,.stack,.stack-large,.chart-stack{display:grid}.list-stack{gap:.75rem}.list-stack.compact,.stack{gap:.8rem}.stack-large{gap:1rem}.chart-stack{gap:.9rem}.list-row,.identity-row,.editable-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1rem;border-radius:18px;border:1px solid rgba(255,255,255,.07);background:#080b12ad}.list-row strong,.identity-row strong,.editable-row strong{font-size:.98rem}.highlight-row{border-color:#ff7a3c2e;background:linear-gradient(135deg,#ff7a3c14,#080b12eb)}.editable-row{flex-wrap:wrap}.editable-meta,.editable-fields,.editable-actions,.inline-form,.table-actions,.media-meta,.settings-toggle-head,.review-head{display:flex;align-items:center;gap:.8rem}.inline-form,.table-actions{align-items:end}.inline-form.compact-wrap,.compact-wrap,.wrap-meta{flex-wrap:wrap}.editable-fields,.grow-field{flex:1}.align-end{align-items:end}.checkbox-row{display:flex;align-items:center;gap:.7rem}.checkbox-row input{width:auto;margin:0}.checkbox-row span{color:var(--text-soft);text-transform:none;letter-spacing:normal;font-size:.95rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;border:1px solid var(--border);border-radius:999px;padding:.78rem 1.15rem;background:#ffffff05;color:#fff;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.button:hover{transform:translateY(-1px);border-color:var(--border-strong);box-shadow:0 12px 30px #00000029}.button-primary{background:linear-gradient(135deg,var(--accent),var(--accent-strong));border-color:transparent;color:#0f1117;font-weight:700}.button-secondary{background:var(--cyan-soft);border-color:#38bdf84d}.button-danger{background:var(--danger-soft);border-color:#ef444457}.button-ghost{background:transparent;color:var(--text-soft)}.button-large{min-height:48px;padding-inline:1.3rem;justify-self:start}.inline-button{min-height:38px;padding:.55rem .9rem}.pill{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.4rem .75rem;border-radius:999px;background:#ffffff0f;border:1px solid var(--border);color:var(--text-soft);font-size:.8rem}.pill-info{background:#38bdf824;border-color:#38bdf84d}.pill-success{background:#34d39924;border-color:#34d3994d}.pill-danger{background:#ef44441f;border-color:#ef44444d}.identity-pill{display:flex;align-items:center;gap:.75rem;padding:.45rem .7rem;border-radius:999px;border:1px solid var(--border);background:#ffffff0a}.identity-pill img,.identity-pill span,.server-badge{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-weight:700;background:linear-gradient(135deg,#ff7a3c52,#38bdf838)}.identity-pill small,.sidebar-header small,.server-card small,.hero-meta-card small{font-family:IBM Plex Mono,monospace}.status-block{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 1.25rem}.status-copy{display:grid;gap:.3rem}.status-copy strong{font-size:1rem}.status-copy p{color:var(--text-dim);line-height:1.55}.status-spinner{width:42px;height:42px;border-radius:50%;border:3px solid rgba(255,255,255,.08);border-top-color:var(--accent);animation:spin .9s linear infinite}.status-error{border-color:#ef44444d}.inline-message{padding:.95rem 1rem;border-radius:16px;border:1px solid var(--border);color:var(--text-soft)}.chart-panel{min-height:100%}.bar-row{display:grid;grid-template-columns:90px minmax(0,1fr) max-content;gap:.85rem;align-items:center}.bar-label{color:var(--text-dim);font-size:.85rem}.bar-track{height:12px;border-radius:999px;background:#ffffff0f;overflow:hidden}.bar-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent),#ffd166)}.bar-fill-cyan{background:linear-gradient(90deg,var(--cyan),#67e8f9)}.bar-value{font-size:.92rem}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.9fr);gap:1rem}.dashboard-feature-card,.dashboard-side-stack{min-height:100%}.dashboard-feature-card{display:grid;gap:.8rem}.dashboard-side-stack{display:grid;gap:1rem}.dashboard-note{padding:1rem 1rem 1.05rem;border-radius:18px;border:1px solid rgba(255,255,255,.07);background:#ffffff08;display:grid;gap:.35rem}.analytics-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.9fr);gap:1rem}.table-wrap{overflow-x:auto;border-radius:20px;border:1px solid rgba(255,255,255,.05);background:#080b1261}.table-wrap table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:.95rem .85rem;border-bottom:1px solid rgba(255,255,255,.06);font-size:.94rem;vertical-align:top}th{color:var(--text-dim);font-weight:600;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;white-space:nowrap}tbody tr:hover{background:#ffffff06}.code-block,.code-cell,.table-wrap small,.hero-meta-card small,.identity-pill small,.server-card small{font-family:IBM Plex Mono,monospace}.code-block,.code-cell{word-break:break-all}.clickable-row{cursor:pointer}.review-card{padding:1rem}.callout-grid{align-items:stretch}.login-shell{min-height:100vh;display:grid;place-items:center;padding:2rem}.login-stage{width:min(1160px,100%);display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.72fr);gap:1.2rem;padding:1.6rem}.login-copy{display:grid;gap:1rem;align-content:start}.login-copy h1{font-size:clamp(2rem,3vw,3.2rem);max-width:14ch}.login-copy .muted{line-height:1.72;max-width:66ch}.login-cta-card{display:grid;gap:.9rem;align-content:center;padding:1.5rem}.servers-hero{padding:1.35rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.server-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.server-card{min-height:220px;padding:1.25rem;display:grid;gap:.8rem}.server-card-enhanced{transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.server-card-enhanced:hover{transform:translateY(-3px);border-color:var(--border-accent);box-shadow:0 22px 54px #0000003d}.server-card-top,.server-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.server-card-copy{display:grid;gap:.5rem}.server-card-copy strong{font-size:1.15rem}.server-card-footer{margin-top:auto;color:var(--accent-strong);font-weight:600}.media-meta{gap:1rem}.media-thumb,.banner-thumb,.product-card-image,.store-selected-image{object-fit:cover;border-radius:20px;border:1px solid var(--border);background:#ffffff0a}.media-thumb,.product-card-placeholder,.media-thumb-empty{width:88px;height:88px}.banner-thumb{width:100%;max-width:120px;height:72px}.product-card-placeholder,.media-thumb-empty,.store-selected-image.product-card-placeholder{display:grid;place-items:center;color:var(--text-dim)}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.product-card{padding:1rem;display:grid;gap:.85rem;border-radius:22px;text-align:left;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.product-card:hover{transform:translateY(-2px)}.product-card-active{border-color:#ff7a3c80;box-shadow:0 12px 40px #ff7a3c24}.product-card-image{width:100%;height:168px}.product-card-copy{display:grid;gap:.35rem}.product-card-copy strong{font-size:1rem}.product-card-copy span{color:#fff;font-weight:600}.product-card-copy small{color:var(--text-dim);line-height:1.45}.store-shell{display:grid;gap:1.25rem}.store-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.82fr);gap:1rem;padding:1.6rem}.store-hero-copy,.store-hero-panel,.store-selected-copy,.store-side-column,.store-main-column{display:grid;gap:.9rem}.store-hero-copy{align-content:start}.store-hero-copy h1{font-size:clamp(1.8rem,2.6vw,2.8rem)}.store-hero-copy .muted{line-height:1.7}.store-hero-panel{align-content:start;padding:1.2rem;border-radius:22px}.store-hero-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.store-trust-row,.inline-stats{display:flex;flex-wrap:wrap;gap:.65rem}.inline-stats{color:var(--text-dim);font-size:.85rem}.store-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.9fr);gap:1rem;align-items:start}.store-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.9rem}.category-chip{display:grid;gap:.45rem;text-align:left;padding:1rem;border-radius:20px;transition:transform .16s ease,border-color .16s ease,background .16s ease}.category-chip:hover{transform:translateY(-2px)}.category-chip-active{border-color:#ff7a3c7a;background:linear-gradient(135deg,#ff7a3c24,#080b12e6)}.category-chip strong{font-size:1rem}.category-chip small{color:var(--text-dim)}.store-selected-product{display:grid;grid-template-columns:minmax(220px,.95fr) minmax(0,1.2fr);gap:1.2rem;align-items:center}.store-selected-image{width:100%;min-height:260px;max-height:360px}.store-selected-copy h2{font-size:clamp(1.6rem,2.4vw,2.4rem)}.store-selected-copy .muted{line-height:1.7}.store-side-column{align-content:start}.purchase-sticky-card{position:sticky;top:1rem}.store-summary-block,.quote-card{padding:1rem;border-radius:18px;border:1px solid rgba(255,255,255,.07);background:#ffffff08}.quote-card{display:grid;gap:.65rem}.quote-card .list-row{padding:0;border:0;background:transparent;border-radius:0}.danger-panel{border-color:#ef444447;background:linear-gradient(135deg,#ef444414,#080b12f2)}.danger-panel-message{background:#ef444414;border:1px solid rgba(239,68,68,.2)}.settings-toggle-card{display:grid;gap:1rem;padding:1.5rem;border-color:#ff7a3c3d;background:linear-gradient(135deg,#ff7a3c14,#38bdf80f)}.settings-toggle-head{justify-content:space-between;align-items:flex-start}.settings-toggle-head h2{margin-top:.15rem}.settings-toggle-button{width:100%;display:grid;gap:.45rem;text-align:left;padding:1.3rem 1.4rem;border-radius:20px;border:1px solid var(--border-strong);background:#080b12e6}.settings-toggle-button strong{font-size:1.12rem}.settings-toggle-button span{color:var(--text-dim);font-size:.92rem;text-transform:none;letter-spacing:normal}.settings-toggle-button-enabled{border-color:#34d39966;background:linear-gradient(135deg,#34d39929,#080b12f2)}.settings-toggle-button-disabled{border-color:#ef444447;background:linear-gradient(135deg,#ef444414,#080b12f2)}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1400px){.metric-grid.six-up,.six-up{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-grid.five-up,.five-up,.four-up,.callout-grid,.three-up,.panel-grid.three-up{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1180px){.dashboard-grid,.analytics-grid,.store-layout,.store-hero,.store-selected-product,.login-stage{grid-template-columns:1fr}.store-selected-image{min-height:220px}.purchase-sticky-card{position:static}}@media(max-width:1024px){.app-shell{padding:1rem;height:auto;min-height:100vh;grid-template-rows:auto auto;overflow:visible}.workspace,.workspace-with-sidebar,.main-column{min-height:auto;max-height:none;overflow:visible}.workspace-with-sidebar,.metric-grid,.two-up,.panel-grid.two-up,.three-up,.panel-grid.three-up,.four-up,.five-up,.six-up,.callout-grid,.field-grid{grid-template-columns:1fr}.mobile-nav-button{display:inline-flex}.sidebar{position:fixed;top:0;left:0;bottom:0;width:min(86vw,340px);border-radius:0 28px 28px 0;transform:translate(calc(-100% - 24px));transition:transform .18s ease;z-index:30;overflow-y:auto;background:var(--surface-strong);max-height:none}.sidebar.drawer-open{transform:translate(0)}.page-hero,.servers-hero,.topbar,.topbar-actions,.settings-toggle-head,.editable-fields,.editable-actions,.inline-form,.table-actions,.media-meta,.review-head{flex-direction:column;align-items:stretch}.topbar-actions{justify-content:stretch}.page-hero-meta{min-width:0}.brand-lockup strong{font-size:1.2rem}}@media(max-width:768px){.app-shell,.login-shell{padding:.85rem}.topbar,.page-hero,.panel-card,.form-card,.store-hero,.login-stage,.server-card,.settings-toggle-card{padding:1.05rem;border-radius:22px}.topbar-brand{width:100%;justify-content:space-between}.topbar-actions,.topbar-actions .button,.topbar-actions .identity-pill,.sidebar-footer .button,.button-large{width:100%}.page-hero-copy h1,.login-copy h1,.store-hero-copy h1{font-size:1.7rem}.table-wrap{overflow:visible;background:transparent;border:0}table,thead,tbody,tr,th,td{display:block;width:100%}thead{display:none}tbody{display:grid;gap:.9rem}tr{border-radius:20px;padding:.95rem 1rem;border:1px solid rgba(255,255,255,.06);background:#080b12b3;box-shadow:var(--shadow-soft)}td{display:grid;grid-template-columns:minmax(96px,116px) minmax(0,1fr);gap:.8rem;padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,.05);white-space:normal}td:last-child{border-bottom:0;padding-bottom:0}td:before{content:attr(data-label);color:var(--text-dim);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}td:empty:before{display:none}td[data-label=작업] .table-actions,td[data-label=영수증] .button,td[data-label=작업] .button{width:100%}td[data-label=작업] .table-actions,.list-row,.identity-row,.editable-row,.status-block,.servers-hero,.store-selected-product{flex-direction:column;align-items:stretch}.bar-row{grid-template-columns:1fr}.bar-value{justify-self:start}.store-category-grid,.catalog-grid,.server-grid,.store-hero-stats,.category-chip{grid-template-columns:1fr}.banner-thumb{max-width:none;height:120px}.store-selected-image,.product-card-image{height:200px}.hero-meta-card,.mini-card,.quote-card,.store-summary-block{padding:.95rem}.status-spinner{width:34px;height:34px}}@media(max-width:480px){.app-shell,.login-shell{padding:.65rem}.topbar,.page-hero,.panel-card,.form-card,.store-hero,.login-stage,.server-card,.settings-toggle-card{padding:.95rem}.brand-lockup strong{font-size:1.05rem}.page-hero-copy h1,.login-copy h1,.store-hero-copy h1{font-size:1.45rem}td{grid-template-columns:1fr;gap:.35rem}td:before{font-size:.69rem}.button,.identity-pill,.topbar-actions .identity-pill{width:100%}.store-selected-image,.product-card-image{height:180px}}:root{--nexi-bg: #050123;--nexi-bg-2: #140f14;--nexi-panel: rgba(18, 12, 18, .55);--nexi-panel-strong: rgba(20, 17, 20, .72);--nexi-panel-soft: rgba(255, 255, 255, .04);--nexi-border: rgba(255, 90, 160, .22);--nexi-border-soft: rgba(255, 255, 255, .08);--nexi-text: #eae3ee;--nexi-text-soft: #cbbfd0;--nexi-text-dim: #a99cad;--nexi-accent: #ff5aa0;--nexi-accent-2: #ff88bd;--nexi-accent-strong: #d500ff;--nexi-cyan: #1ec8ff;--nexi-ok: #10d28a;--nexi-danger: #ff6b6b;--nexi-shadow: 0 16px 42px rgba(0, 0, 0, .42);--nexi-shadow-strong: 0 24px 64px rgba(0, 0, 0, .46)}body:has(.nexi-store-shell){font-family:Poppins,sans-serif;background:radial-gradient(circle at 12% 18%,rgba(213,0,255,.18),transparent 22%),radial-gradient(circle at 86% 14%,rgba(255,90,160,.16),transparent 22%),radial-gradient(circle at 70% 88%,rgba(30,200,255,.12),transparent 28%),linear-gradient(180deg,#020118,#070417 35%,#0f0a15);color:var(--nexi-text)}.nexi-store-shell{position:relative;min-height:100vh;display:grid;gap:1.5rem;padding:1.4rem;overflow:clip}.nexi-store-shell__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(32rem 32rem at 14% 22%,rgba(255,90,160,.14),transparent 60%),radial-gradient(30rem 30rem at 86% 14%,rgba(213,0,255,.14),transparent 56%),radial-gradient(36rem 36rem at 62% 88%,rgba(30,200,255,.09),transparent 60%)}.nexi-store-shell>*{position:relative;z-index:1}.nexi-glass-card,.nexi-glass-card-subtle{border:1px solid var(--nexi-border);border-radius:18px;box-shadow:var(--nexi-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nexi-glass-card{background:linear-gradient(180deg,#141114a6,#120c12ad)}.nexi-glass-card-subtle{background:linear-gradient(180deg,#ffffff0b,#ffffff06);border-color:var(--nexi-border-soft)}.nexi-topbar-wrap{position:sticky;top:1.4rem;z-index:30}.nexi-topbar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.25rem;padding:1rem 1.15rem}.nexi-brand{display:inline-flex;align-items:center;gap:.9rem}.nexi-brand__mark{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--nexi-accent-2),var(--nexi-accent-strong));box-shadow:0 12px 26px #ff5aa059,inset 0 1px #ffffff59}.nexi-brand strong{display:block;font-size:1.03rem;line-height:1.1}.nexi-brand small{color:var(--nexi-text-dim);font-size:.78rem}.nexi-nav{display:flex;align-items:center;justify-content:center;gap:.35rem}.nexi-nav__link,.nexi-mobile-drawer__link,.nexi-account-nav__link,.nexi-footer__links a,.nexi-text-link{transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease,opacity .18s ease}.nexi-nav__link{padding:.78rem 1rem;border-radius:999px;color:var(--nexi-text-soft);border:1px solid transparent;font-weight:600}.nexi-nav__link:hover,.nexi-nav__link.is-active{color:#fff;background:#ff5aa024;border-color:#ff5aa059}.nexi-topbar__actions{display:flex;align-items:center;gap:.8rem}.nexi-currency-switch{display:grid;gap:.2rem;min-width:120px}.nexi-currency-switch label,.nexi-mobile-drawer__foot label,.nexi-field span,.nexi-summary-table span,.nexi-inline-stats span,.nexi-account-sidebar__spotlight span,.nexi-order-item__submeta small,.nexi-product-card__category,.nexi-eyebrow{font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;color:var(--nexi-accent-2);font-weight:700}.nexi-currency-switch small{color:var(--nexi-text-dim);font-size:.72rem}.nexi-currency-switch select,.nexi-mobile-drawer__foot select,.nexi-field input,.nexi-field select,.nexi-field textarea{width:100%;min-height:48px;padding:.85rem .95rem;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#fff}.nexi-field textarea{min-height:120px;resize:vertical}.nexi-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:50px;padding:.82rem 1.2rem;border-radius:12px;font-weight:700;border:1px solid transparent}.nexi-btn:hover{transform:translateY(-1px)}.nexi-btn-primary{background:linear-gradient(135deg,var(--nexi-accent-2),var(--nexi-accent));color:#1a0f16;box-shadow:0 12px 26px #ff5aa047,inset 0 1px #ffffff38}.nexi-btn-ghost{border-color:#ff5aa061;background:#ffffff08;color:var(--nexi-text)}.nexi-cart-btn{min-width:78px;min-height:48px;display:inline-flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.82rem .95rem;border-radius:14px;color:#fff;border:1px solid rgba(255,90,160,.35);background:#ffffff0a}.nexi-cart-btn strong{min-width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:#ff5aa02e;color:#fff;font-size:.86rem}.nexi-account-menu{position:relative}.nexi-account-trigger{border:0;background:transparent;padding:0;cursor:pointer}.nexi-account-trigger img,.nexi-account-trigger span,.nexi-review-card__head img,.nexi-review-card__head span,.nexi-account-sidebar__identity img,.nexi-account-sidebar__identity span,.nexi-user-chip img,.nexi-user-chip span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;object-fit:cover;background:#ffffff14}.nexi-account-dropdown{position:absolute;right:0;top:calc(100% + .75rem);width:240px;padding:1rem;display:grid;gap:.9rem}.nexi-account-dropdown__identity strong,.nexi-account-dropdown__links a,.nexi-account-dropdown__links button{display:block}.nexi-account-dropdown__identity small{color:var(--nexi-text-dim)}.nexi-account-dropdown__links{display:grid;gap:.45rem}.nexi-account-dropdown__links a,.nexi-account-dropdown__links button,.nexi-mobile-drawer__link,.nexi-account-nav__link{width:100%;padding:.8rem .95rem;border-radius:12px;color:var(--nexi-text-soft);background:#ffffff08;border:1px solid transparent;text-align:left}.nexi-account-dropdown__links button{cursor:pointer}.nexi-account-dropdown__links a:hover,.nexi-account-dropdown__links button:hover,.nexi-mobile-drawer__link:hover,.nexi-mobile-drawer__link.is-active,.nexi-account-nav__link:hover,.nexi-account-nav__link.is-active{color:#fff;background:#ff5aa01f;border-color:#ff5aa047}.nexi-login-btn{min-width:120px}.nexi-menu-toggle{width:48px;height:48px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;border-radius:14px;display:none;align-items:center;justify-content:center;flex-direction:column;gap:4px}.nexi-menu-toggle span{width:18px;height:2px;background:#fff;display:block}.nexi-mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#03010cb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem}.nexi-mobile-drawer__panel{max-width:420px;margin-left:auto;display:grid;gap:1rem;padding:1rem}.nexi-mobile-drawer__head{display:flex;align-items:center;justify-content:space-between}.nexi-mobile-drawer__head button{border:0;background:transparent;color:#fff;font-size:2rem;line-height:1}.nexi-mobile-drawer__links,.nexi-mobile-drawer__foot{display:grid;gap:.65rem}.nexi-store-main,.nexi-page-stack{display:grid;gap:1.5rem}.nexi-store-inline-stack{display:grid;gap:1rem}.nexi-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:1.5rem;padding:clamp(1.5rem,3vw,2.4rem)}.nexi-hero__pill{display:inline-flex;align-items:center;gap:.55rem;padding:.6rem .9rem;border-radius:999px;background:#ff5aa029;border:1px solid rgba(255,90,160,.24);color:#fff;font-weight:700}.nexi-hero__copy h1{margin-top:.85rem;font-size:clamp(3.2rem,6vw,5.4rem);line-height:.96;letter-spacing:-.04em}.nexi-hero__copy h1 span{color:var(--nexi-accent-strong);text-shadow:0 0 18px rgba(255,90,160,.65)}.nexi-hero__copy p,.nexi-section-heading p,.nexi-rich-copy p,.nexi-review-card p,.nexi-feature-card p,.nexi-static-page p,.nexi-order-item p,.nexi-checkout-card p,.nexi-product-detail__summary p,.nexi-inline-note,.nexi-bank-card small,.nexi-product-card__meta-row small,.nexi-footer p,.nexi-footer__links span{color:var(--nexi-text-soft);line-height:1.75}.nexi-hero__actions,.nexi-about-section__actions,.nexi-auth-prompt__actions,.nexi-footer__cta-row{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;margin-top:1.2rem}.nexi-hero__stats,.nexi-inline-stats,.nexi-inline-stats-rich{display:grid;gap:1rem;margin-top:1.4rem;grid-template-columns:repeat(3,minmax(0,1fr))}.nexi-hero__stats article,.nexi-inline-stats article,.nexi-inline-stats-rich article{padding:1rem 1.1rem;border-radius:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.nexi-hero__stats strong,.nexi-inline-stats strong,.nexi-inline-stats-rich strong{display:block;font-size:1.35rem;margin-top:.35rem}.nexi-hero__art{display:grid;align-items:stretch}.nexi-hero__visual{position:relative;min-height:520px;overflow:hidden}.nexi-hero__visual img,.nexi-about-section__art img,.nexi-about-page__media img,.nexi-product-detail__gallery img,.nexi-cart-card__media img,.nexi-product-card__media img{width:100%;height:100%;object-fit:cover}.nexi-hero__product-spotlight{position:absolute;right:1.25rem;bottom:1.25rem;max-width:280px;padding:1rem 1.1rem;border-radius:16px;background:#080410bd;border:1px solid rgba(255,255,255,.1);box-shadow:0 18px 40px #0006}.nexi-ticker{position:relative;overflow:hidden;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);padding:.85rem 0}.nexi-ticker__track{display:flex;gap:2rem;width:max-content;animation:nexi-ticker 26s linear infinite}.nexi-ticker__track span{color:#f5f6fa;font-weight:600;white-space:nowrap}@keyframes nexi-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.nexi-section-heading{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1.25rem}.nexi-section-heading.is-compact{margin-bottom:1rem}.nexi-section-heading h2,.nexi-list-hero h1,.nexi-static-page h1,.nexi-faq-page h1,.nexi-product-detail__summary h1,.nexi-checkout-result h2,.nexi-about-page h1{margin-top:.35rem;font-size:clamp(2rem,4vw,3.2rem);line-height:1.04}.nexi-section-heading.is-compact h2{font-size:1.55rem}.nexi-about-section,.nexi-about-page{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.92fr);gap:1.5rem;padding:1.6rem}.nexi-bullet-list{display:grid;gap:.65rem;margin-top:1rem}.nexi-bullet-list li{padding-left:1.2rem;position:relative}.nexi-bullet-list li:before{content:"";position:absolute;left:0;top:.7rem;width:8px;height:8px;border-radius:50%;background:linear-gradient(180deg,var(--nexi-accent-2),var(--nexi-accent));box-shadow:0 0 12px #ff5aa073}.nexi-home-user-strip{display:flex;justify-content:space-between;align-items:start;gap:1rem;padding:1.2rem 1.3rem}.nexi-home-user-strip h3{margin-top:.35rem}.nexi-home-user-strip__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;width:min(620px,100%)}.nexi-home-user-strip__stats article{padding:.9rem 1rem;border-radius:14px;background:#ffffff08}.nexi-home-user-strip__stats strong{display:block;margin-top:.35rem}.nexi-products-showcase,.nexi-feature-grid-wrap{display:grid;gap:1.25rem}.nexi-product-grid{display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr))}.nexi-product-card{position:relative;overflow:hidden;display:grid;border-radius:16px;background:linear-gradient(180deg,#ffffff0b,#ffffff06);border:1px solid rgba(255,90,160,.18);box-shadow:var(--nexi-shadow)}.nexi-product-card:hover{transform:translateY(-4px);border-color:#ff5aa05c}.nexi-product-card__media{position:relative;aspect-ratio:16 / 9;overflow:hidden}.nexi-product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:end;justify-content:center;padding:1rem;background:linear-gradient(180deg,transparent 25%,rgba(4,2,12,.72) 100%);opacity:0}.nexi-product-card:hover .nexi-product-card__overlay{opacity:1}.nexi-product-card__badge{position:absolute;top:.85rem;left:.85rem;padding:.4rem .65rem;border-radius:999px;background:linear-gradient(135deg,var(--nexi-accent-2),var(--nexi-accent));color:#190b13;font-size:.72rem;font-weight:800}.nexi-product-card__fallback{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#ff5aa038,#d500ff2e);color:#fff;font-weight:800;letter-spacing:.22em}.nexi-product-card__body{display:grid;gap:.9rem;padding:1rem 1rem 1.1rem}.nexi-product-card__body h3,.nexi-review-card h3,.nexi-feature-card h3,.nexi-faq-item h3,.nexi-checkout-card h3,.nexi-cart-card h3,.nexi-order-item h3{margin-top:.4rem;font-size:1.05rem;line-height:1.35}.nexi-product-card__meta-row{display:flex;justify-content:space-between;align-items:end;gap:.8rem}.nexi-product-card__meta-row.is-bottom{align-items:center}.nexi-stock-chip,.nexi-status-pill{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .65rem;border-radius:999px;font-size:.72rem;font-weight:700}.nexi-stock-chip.is-ok,.nexi-status-pill.is-ok{background:#10d28a29;color:#8effcb}.nexi-stock-chip.is-out,.nexi-status-pill.is-degraded{background:#ff6b6b24;color:#ff9d9d}.nexi-review-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.nexi-review-grid.is-compact{grid-template-columns:1fr}.nexi-review-card{display:grid;gap:.9rem;padding:1rem}.nexi-review-card__head{display:flex;align-items:center;gap:.8rem}.nexi-review-stars{display:inline-flex;gap:.18rem;color:#ffffff38}.nexi-review-stars .is-filled{color:var(--nexi-accent);text-shadow:0 0 12px rgba(255,90,160,.45)}.nexi-feature-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.nexi-feature-card{padding:1.15rem}.nexi-inline-link-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1rem}.nexi-terms-intro{display:grid;gap:1rem}.nexi-policy-list{display:grid;gap:1.2rem}.nexi-policy-section{display:grid;gap:1rem}.nexi-policy-section h3{margin:0;font-size:1.2rem}.nexi-policy-section>p{margin:0}.nexi-list-hero,.nexi-static-page,.nexi-faq-page{padding:1.5rem}.nexi-toolbar{display:flex;gap:1rem;flex-wrap:wrap}.nexi-field{display:grid;gap:.45rem;min-width:220px}.nexi-field.is-compact{min-width:150px}.nexi-field-wide{grid-column:1 / -1}.nexi-inline-stats.is-compact{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:0}.nexi-inline-stats.is-compact article{padding:.8rem .9rem}.nexi-money{display:inline-grid;gap:.15rem}.nexi-money strong{font-size:1rem}.nexi-money small{color:var(--nexi-text-dim);font-size:.78rem}.nexi-money-l strong{font-size:1.7rem}.nexi-money.is-emphasis strong,.nexi-money.is-emphasis{color:#fff}.nexi-status-grid,.nexi-faq-list,.nexi-review-history-list,.nexi-review-compose-list,.nexi-order-group-list,.nexi-order-item-list,.nexi-charge-history-list{display:grid;gap:1rem}.nexi-status-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.nexi-status-card,.nexi-faq-item,.nexi-review-compose-card,.nexi-order-group,.nexi-order-item,.nexi-charge-history-item{padding:1rem}.nexi-status-card__head,.nexi-order-group__head,.nexi-order-item__summary,.nexi-cart-card__controls,.nexi-checkout-card,.nexi-charge-history-item{display:flex;align-items:center;justify-content:space-between;gap:1rem}.nexi-footer{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:1.5rem;padding:1.6rem;border-radius:20px;background:linear-gradient(180deg,#141114a6,#120c12b8);border:1px solid var(--nexi-border);box-shadow:var(--nexi-shadow-strong)}.nexi-footer__grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.nexi-footer h4{font-size:.88rem;text-transform:uppercase;letter-spacing:.14em;margin-bottom:.75rem}.nexi-footer__links{display:grid;gap:.45rem}.nexi-footer__links a,.nexi-footer__links span,.nexi-text-link{color:var(--nexi-text-soft)}.nexi-footer__links a:hover,.nexi-text-link:hover{color:#fff}.nexi-account-layout,.nexi-cart-layout,.nexi-checkout-layout{display:grid;gap:1.25rem;grid-template-columns:300px minmax(0,1fr)}.nexi-cart-layout,.nexi-checkout-layout{grid-template-columns:minmax(0,1fr) 360px}.nexi-account-sidebar{display:grid;gap:1rem;align-content:start;padding:1rem;position:sticky;top:7rem}.nexi-account-sidebar__identity{display:flex;align-items:center;gap:.8rem}.nexi-account-sidebar__spotlight{padding:1rem;border-radius:16px;background:#ffffff0a;display:grid;gap:.35rem}.nexi-account-sidebar__spotlight strong{font-size:1.4rem}.nexi-account-nav{display:grid;gap:.55rem}.nexi-account-nav__link span{margin-left:.4rem}.nexi-cart-list,.nexi-checkout-list{display:grid;gap:1rem}.nexi-cart-card,.nexi-checkout-card,.nexi-order-item{display:grid;grid-template-columns:140px minmax(0,1fr);gap:1rem}.nexi-cart-card__media{aspect-ratio:1 / 1;overflow:hidden;border-radius:16px}.nexi-cart-card__body,.nexi-product-detail__summary,.nexi-checkout-aside,.nexi-topup-panel,.nexi-bank-card,.nexi-review-form{display:grid;gap:1rem}.nexi-qty-stepper{display:inline-flex;align-items:center;border-radius:999px;background:#ffffff0d;overflow:hidden}.nexi-qty-stepper button{width:42px;height:42px;border:0;background:transparent;color:#fff}.nexi-qty-stepper span{min-width:40px;text-align:center}.nexi-summary-table{display:grid;gap:.7rem}.nexi-summary-table div{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.85rem .95rem;border-radius:12px;background:#ffffff0a}.nexi-inline-note{padding:.9rem 1rem;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a}.nexi-inline-note.is-success{border-color:#10d28a57}.nexi-inline-note.is-danger{border-color:#ff6b6b57}.nexi-product-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,460px);gap:1.4rem;padding:1.4rem}.nexi-product-detail__gallery{min-height:560px;overflow:hidden}.nexi-meta-pills{display:flex;gap:.55rem;flex-wrap:wrap}.nexi-meta-pills span{padding:.5rem .7rem;border-radius:999px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:var(--nexi-text-soft);font-size:.82rem}.nexi-product-detail__pricing{display:flex;align-items:end;justify-content:space-between;gap:1rem}.nexi-product-detail__pricing small{display:block;color:var(--nexi-text-dim)}.nexi-two-up-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(2,minmax(0,1fr))}.nexi-review-form,.nexi-charge-inline{display:grid;gap:.85rem}.nexi-order-item__submeta{display:flex;align-items:center;justify-content:space-between;gap:1rem}.nexi-order-item__meta,.nexi-checkout-card__side{display:grid;gap:.55rem;justify-items:end}.nexi-checkout-result__items{display:grid;gap:.75rem}.nexi-bank-card{padding:1rem;border-radius:16px;background:#ffffff0a}.nexi-desktop-only{display:flex}.nexi-mobile-only{display:none}@media(max-width:1200px){.nexi-product-grid,.nexi-feature-grid,.nexi-review-grid,.nexi-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nexi-account-layout,.nexi-cart-layout,.nexi-checkout-layout,.nexi-product-detail,.nexi-about-section,.nexi-about-page,.nexi-hero,.nexi-footer{grid-template-columns:1fr}.nexi-account-sidebar{position:static}.nexi-home-user-strip,.nexi-home-user-strip__stats{grid-template-columns:1fr;display:grid}}@media(max-width:960px){.nexi-store-shell{padding:1rem}.nexi-topbar{grid-template-columns:auto 1fr auto}.nexi-desktop-only{display:none}.nexi-mobile-only{display:inline-flex}.nexi-hero__stats,.nexi-inline-stats,.nexi-inline-stats-rich,.nexi-home-user-strip__stats,.nexi-inline-stats.is-compact,.nexi-footer__grid,.nexi-two-up-grid,.nexi-product-grid,.nexi-feature-grid,.nexi-review-grid,.nexi-status-grid,.nexi-cart-card,.nexi-checkout-card,.nexi-order-item{grid-template-columns:1fr}.nexi-cart-card__media{aspect-ratio:16 / 9}.nexi-topbar__actions{gap:.55rem}.nexi-cart-btn span{display:none}}@media(max-width:640px){.nexi-store-shell{padding:.75rem}.nexi-topbar-wrap{top:.75rem}.nexi-topbar,.nexi-list-hero,.nexi-static-page,.nexi-faq-page,.nexi-product-detail,.nexi-hero,.nexi-about-section,.nexi-about-page,.nexi-footer,.nexi-home-user-strip,.nexi-glass-card,.nexi-glass-card-subtle{border-radius:16px}.nexi-hero__copy h1{font-size:2.6rem}.nexi-section-heading{grid-template-columns:1fr;align-items:start}.nexi-hero__visual,.nexi-product-detail__gallery{min-height:320px}}.nexi-topbar{grid-template-columns:minmax(0,1fr) auto;padding:.9rem 1.05rem;border-radius:22px}.nexi-topbar__primary{display:flex;align-items:center;gap:1.4rem;min-width:0}.nexi-brand{min-width:max-content}.nexi-brand__mark{width:56px;height:56px;border-radius:18px;font-size:1rem;letter-spacing:.18em;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.4),transparent 40%),linear-gradient(135deg,#ff79ba,#d300ff 72%)}.nexi-nav{justify-content:flex-start;gap:.45rem}.nexi-nav__link{padding:.78rem 1.15rem;font-size:.95rem}.nexi-topbar__actions{justify-content:flex-end}.nexi-currency-switch{min-width:132px}.nexi-hero{grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);min-height:680px;align-items:stretch}.nexi-hero__copy{display:flex;flex-direction:column;justify-content:center;min-width:0}.nexi-hero__lead{margin-top:1rem;color:#ffffffbf;font-size:.98rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.nexi-hero__copy h1{max-width:11ch}.nexi-hero__overlay-grid{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;display:grid;align-content:space-between}.nexi-hero__badge-card{width:min(240px,100%);padding:1rem 1.05rem;border-radius:18px;background:#090712b8;border:1px solid rgba(255,255,255,.12);box-shadow:0 16px 32px #00000061}.nexi-hero__badge-card span,.nexi-hero__product-spotlight small{display:block;color:var(--nexi-accent-2);font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700}.nexi-hero__badge-card strong{display:block;margin-top:.35rem;font-size:1.5rem}.nexi-hero__badge-card small,.nexi-hero__product-spotlight p{color:var(--nexi-text-soft);line-height:1.65}.nexi-hero__product-spotlight{right:1.25rem;left:auto;bottom:1.25rem;max-width:320px}.nexi-about-section,.nexi-about-page,.nexi-list-hero,.nexi-static-page,.nexi-faq-page,.nexi-cart-summary,.nexi-checkout-aside,.nexi-checkout-result,.nexi-glass-card,.nexi-glass-card-subtle{border-radius:22px}.nexi-about-section__art,.nexi-about-page__media,.nexi-product-detail__gallery,.nexi-cart-card__media,.nexi-hero__visual{border-radius:20px}.nexi-home-user-strip{padding:1.35rem 1.45rem}.nexi-product-grid{gap:1.15rem}.nexi-product-card{border-radius:20px}.nexi-product-card__media{aspect-ratio:4 / 3}.nexi-product-card__overlay{padding:1.15rem}.nexi-product-card__overlay .nexi-btn{width:100%}.nexi-product-card__body{gap:.78rem;padding:1.05rem 1.05rem 1.15rem}.nexi-product-card__body h3{font-size:1.12rem}.nexi-feature-card,.nexi-review-card,.nexi-status-card,.nexi-review-compose-card,.nexi-order-group,.nexi-order-item,.nexi-charge-history-item{border-radius:18px}.nexi-footer{padding:1.8rem;border-radius:26px}.nexi-footer__brand h3{font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.08;margin-top:.4rem}.nexi-footer__links{gap:.55rem}.nexi-account-layout,.nexi-cart-layout,.nexi-checkout-layout{align-items:start}.nexi-checkout-layout{grid-template-columns:minmax(0,1fr) 380px}.nexi-account-sidebar,.nexi-cart-summary,.nexi-checkout-aside{top:7.5rem}.nexi-cart-summary,.nexi-checkout-aside{position:sticky;align-content:start}.nexi-order-group__items,.nexi-checkout-result__items{display:grid;gap:.7rem}.nexi-mobile-drawer__panel{max-width:420px;border-radius:24px}.nexi-mobile-drawer__links{max-height:min(58vh,460px);overflow:auto}@media(max-width:1200px){.nexi-hero{min-height:auto;grid-template-columns:1fr}.nexi-topbar{grid-template-columns:1fr;gap:.95rem}.nexi-topbar__primary,.nexi-topbar__actions{width:100%}}@media(max-width:960px){.nexi-topbar__primary{justify-content:space-between}.nexi-hero__copy h1{max-width:none}.nexi-hero__visual{min-height:440px}.nexi-checkout-layout,.nexi-cart-layout,.nexi-account-layout{grid-template-columns:1fr}.nexi-cart-summary,.nexi-checkout-aside,.nexi-account-sidebar{position:static}}@media(max-width:640px){.nexi-topbar{padding:.82rem .88rem}.nexi-brand__mark{width:48px;height:48px;border-radius:16px}.nexi-hero__copy h1{font-size:2.9rem}.nexi-hero__visual{min-height:320px}.nexi-hero__overlay-grid{padding:.9rem}.nexi-hero__badge-card,.nexi-hero__product-spotlight{max-width:100%}}html:has(.nexi-store-shell),body:has(.nexi-store-shell){min-height:100%;overflow-x:hidden;scroll-behavior:smooth}body:has(.nexi-store-shell) #root{min-height:100%}.app-shell.nexi-store-shell,.nexi-store-shell{height:auto;min-height:100vh;display:block;padding:0 0 3rem;overflow-x:hidden;overflow-y:visible}.nexi-store-shell__backdrop{background:radial-gradient(36rem 36rem at 8% 12%,rgba(255,90,160,.18),transparent 55%),radial-gradient(34rem 34rem at 88% 14%,rgba(39,197,255,.16),transparent 56%),radial-gradient(38rem 38rem at 72% 74%,rgba(39,197,255,.12),transparent 62%),linear-gradient(180deg,#0406110f,#04061105)}.nexi-topbar-wrap,.nexi-store-main,.nexi-footer{width:min(1240px,calc(100% - 1.5rem));margin-inline:auto}.nexi-topbar-wrap{top:.9rem;padding-top:.9rem}.nexi-store-main{display:block}.nexi-page-stack{display:grid;gap:clamp(3.25rem,5vw,5.25rem)}.nexi-glass-card,.nexi-glass-card-subtle,.nexi-topbar,.nexi-footer,.nexi-product-card,.nexi-list-hero,.nexi-static-page,.nexi-faq-page,.nexi-product-detail,.nexi-account-sidebar,.nexi-cart-summary,.nexi-checkout-aside,.nexi-mobile-drawer__panel{background:linear-gradient(180deg,#0a0e20db,#070a18d6);border:1px solid rgba(126,155,255,.1);box-shadow:inset 0 1px #ffffff0a,0 22px 60px #0000006b;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.nexi-topbar{grid-template-columns:minmax(0,1fr) auto;min-height:76px;padding:.9rem 1rem;border-radius:20px;background:linear-gradient(180deg,#0e1226e0,#0a0d1ddb)}.nexi-topbar__primary{min-width:0;justify-content:space-between}.nexi-brand{gap:.8rem}.nexi-brand__mark{width:36px;height:36px;padding:.2rem;border-radius:10px;background:#ffffff0f;box-shadow:none}.nexi-brand__mark img,.nexi-mobile-drawer__brand img,.nexi-footer__brand-mark img,.nexi-product-card__fallback img{width:100%;height:100%;object-fit:contain}.nexi-brand strong{font-size:1rem}.nexi-brand small{color:#e9edf7a6}.nexi-nav{justify-content:center;margin-left:1rem}.nexi-nav__link{padding:.7rem 1rem;font-size:.82rem;letter-spacing:.01em}.nexi-nav__link:hover,.nexi-nav__link.is-active{background:#ff5aa01f;border-color:#ff5aa042}.nexi-topbar__actions{gap:.6rem}.nexi-currency-switch{min-width:88px}.nexi-currency-switch label,.nexi-currency-switch small{display:none}.nexi-currency-switch select,.nexi-cart-btn,.nexi-login-btn,.nexi-btn,.nexi-menu-toggle{min-height:42px;border-radius:12px}.nexi-cart-btn{gap:.55rem}.nexi-mobile-drawer__brand{display:inline-flex;align-items:center;gap:.65rem}.nexi-mobile-drawer__brand img{width:28px;height:28px}.nexi-hero{position:relative;grid-template-columns:minmax(0,.95fr) minmax(360px,.85fr);gap:clamp(1.5rem,3vw,2.4rem);min-height:640px;padding:clamp(2rem,4vw,3rem);overflow:hidden;border-radius:28px;background:radial-gradient(circle at 50% 6%,rgba(39,197,255,.18),transparent 26%),linear-gradient(180deg,#090c1deb,#070a18e6)}.nexi-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(70,104,181,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(70,104,181,.12) 1px,transparent 1px);background-size:48px 48px;opacity:.28;pointer-events:none}.nexi-hero__copy{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.nexi-hero__pill{width:fit-content;background:#ff5aa01f;border-color:#ff5aa038;box-shadow:inset 0 1px #ffffff14}.nexi-hero__lead{margin-top:1rem;color:#e9edf7c2;font-size:.88rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.nexi-hero__copy h1{max-width:9.5ch;margin-top:.75rem;font-size:clamp(3.1rem,6vw,4.9rem);line-height:.95;letter-spacing:-.05em}.nexi-hero__copy h1 span{color:#b56cff;text-shadow:0 0 26px rgba(181,108,255,.4)}.nexi-hero__copy p{max-width:56ch}.nexi-hero__hint{margin-top:.25rem;color:#e9edf7e0;font-weight:600}.nexi-hero__actions{margin-top:1.1rem}.nexi-hero__actions .nexi-btn-primary{min-width:164px;background:linear-gradient(90deg,#f58bc5,#67d4ff)}.nexi-hero__actions .nexi-btn-ghost{min-width:164px}.nexi-hero__stats{width:min(560px,100%);gap:.9rem}.nexi-hero__stats article{background:#0c1022bd;border:1px solid rgba(255,255,255,.08);border-radius:16px}.nexi-hero__stats span{color:#e9edf79e;font-size:.8rem}.nexi-hero__ambient{position:relative;min-height:100%}.nexi-hero__ambient-grid,.nexi-hero__ambient-orb,.nexi-hero__ambient-frame,.nexi-hero__ambient-banner,.nexi-hero__ambient-badge{position:absolute}.nexi-hero__ambient-grid{top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(70,104,181,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(70,104,181,.16) 1px,transparent 1px);background-size:48px 48px;opacity:.4}.nexi-hero__ambient-orb{border-radius:999px;filter:blur(18px)}.nexi-hero__ambient-orb.is-primary{inset:6% 10% auto auto;width:320px;height:320px;background:radial-gradient(circle,rgba(39,197,255,.35),transparent 66%)}.nexi-hero__ambient-orb.is-secondary{inset:auto auto 6% 8%;width:240px;height:240px;background:radial-gradient(circle,rgba(255,90,160,.22),transparent 68%)}.nexi-hero__ambient-frame{width:90px;height:90px;border:1px solid rgba(67,147,255,.28)}.nexi-hero__ambient-frame.is-top{top:.65rem;right:.65rem;border-left:0;border-bottom:0;border-radius:0 18px 0 0}.nexi-hero__ambient-frame.is-bottom{left:.65rem;bottom:.65rem;border-right:0;border-top:0;border-radius:0 0 0 18px}.nexi-hero__ambient-banner{top:1.5rem;right:1.8rem;bottom:1.5rem;left:1.8rem;overflow:hidden;border-radius:22px;opacity:.32}.nexi-hero__ambient-banner img{width:100%;height:100%;object-fit:cover;filter:saturate(1.1) contrast(1.05)}.nexi-hero__ambient-badge{right:2.4rem;bottom:2rem;width:110px;aspect-ratio:1;overflow:hidden;border-radius:22px;background:#0a0c1acc;box-shadow:0 18px 34px #0000004d}.nexi-hero__ambient-badge img{width:100%;height:100%;object-fit:cover}.nexi-ticker{width:100vw;margin-left:calc(50% - 50vw);padding:.65rem 0;background:linear-gradient(90deg,#f998c9f2,#64d6fff5);border:0;overflow:hidden}.nexi-ticker__track span{color:#1d2038;font-size:.82rem;font-weight:700}.nexi-about-section,.nexi-about-page{align-items:center;gap:clamp(1.4rem,4vw,2.6rem);padding:0;background:transparent;border:0;box-shadow:none}.nexi-about-section__art,.nexi-about-page__media{position:relative;min-height:460px;display:grid;place-items:center;overflow:visible;background:transparent;border:0;box-shadow:none}.nexi-about-mockup{position:absolute;overflow:hidden;border-radius:28px}.nexi-about-mockup img{width:100%;height:100%;object-fit:cover}.nexi-about-mockup.is-center{z-index:2;width:min(420px,78%);aspect-ratio:.72;transform:translateY(0)}.nexi-about-mockup.is-left,.nexi-about-mockup.is-right{width:min(220px,42%);aspect-ratio:.72;opacity:.9}.nexi-about-mockup.is-left{left:3%;bottom:2%;transform:rotate(-18deg)}.nexi-about-mockup.is-right{right:5%;top:12%;transform:rotate(18deg)}.nexi-about-page__media{overflow:hidden;border-radius:26px;background:linear-gradient(180deg,#0a0e20db,#070a18d6);border:1px solid rgba(126,155,255,.1)}.nexi-about-page__badge{position:absolute;right:1rem;bottom:1rem;width:120px;aspect-ratio:1;overflow:hidden;border-radius:18px;background:#0c1022d6}.nexi-about-page__badge img{width:100%;height:100%;object-fit:cover}.nexi-products-showcase,.nexi-feature-grid-wrap{gap:1.5rem}.nexi-products-showcase__head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.nexi-products-showcase__head h2{margin-top:.35rem;font-size:clamp(2rem,3.5vw,3rem)}.nexi-products-showcase__head p:last-child{color:var(--nexi-text-soft);line-height:1.75}.nexi-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem}.nexi-product-card{border-radius:20px;background:linear-gradient(180deg,#090d1ffa,#070a18f0);border:1px solid rgba(126,155,255,.08)}.nexi-product-card__media{aspect-ratio:4 / 3;background:radial-gradient(circle at top,rgba(26,100,191,.2),transparent 60%),#07112d}.nexi-product-card__fallback{display:grid;place-items:center;background:radial-gradient(circle at top,rgba(25,115,221,.22),transparent 62%),#08102a}.nexi-product-card__fallback img{width:min(56%,140px);height:auto}.nexi-product-card__body h3{font-size:1rem}.nexi-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}.nexi-feature-card{min-height:180px;padding:1.25rem;border-radius:20px}.nexi-feature-card h3{font-size:1.18rem}.nexi-footer{margin-top:clamp(3rem,6vw,5rem);align-items:start}.nexi-footer__brand{display:grid;gap:.8rem}.nexi-footer__brand-mark{width:92px;aspect-ratio:1;overflow:hidden;border-radius:22px;background:#ffffff0a}.nexi-list-hero,.nexi-static-page,.nexi-faq-page,.nexi-product-detail,.nexi-cart-summary,.nexi-checkout-aside,.nexi-account-sidebar,.nexi-glass-card,.nexi-glass-card-subtle{border-radius:24px}.nexi-product-detail,.nexi-list-hero,.nexi-static-page,.nexi-faq-page{padding:clamp(1.4rem,3vw,2rem)}.nexi-product-detail__gallery,.nexi-cart-card__media,.nexi-product-card__media,.nexi-about-page__media{border-radius:20px}@media(max-width:1200px){.nexi-topbar-wrap,.nexi-store-main,.nexi-footer{width:min(1240px,calc(100% - 1.25rem))}.nexi-hero,.nexi-about-section,.nexi-about-page,.nexi-footer{grid-template-columns:1fr}.nexi-about-section__art,.nexi-about-page__media{min-height:400px}}@media(max-width:960px){.nexi-topbar-wrap,.nexi-store-main,.nexi-footer{width:min(1240px,calc(100% - 1rem))}.nexi-topbar{grid-template-columns:1fr auto;align-items:center}.nexi-topbar__primary{min-width:0}.nexi-desktop-only{display:none}.nexi-mobile-only{display:inline-flex}.nexi-hero{min-height:auto;padding:1.5rem}.nexi-hero__copy h1{max-width:none;font-size:clamp(2.8rem,10vw,4rem)}.nexi-hero__ambient{min-height:360px}.nexi-products-showcase__head{flex-direction:column;align-items:flex-start}.nexi-account-layout,.nexi-cart-layout,.nexi-checkout-layout,.nexi-product-detail{grid-template-columns:1fr}.nexi-account-sidebar,.nexi-cart-summary,.nexi-checkout-aside{position:static}}@media(max-width:640px){.nexi-store-shell{padding-bottom:2rem}.nexi-topbar-wrap{top:.65rem;padding-top:.65rem}.nexi-topbar,.nexi-footer,.nexi-list-hero,.nexi-static-page,.nexi-faq-page,.nexi-product-detail,.nexi-hero,.nexi-about-page__media,.nexi-glass-card,.nexi-glass-card-subtle,.nexi-mobile-drawer__panel{border-radius:18px}.nexi-brand strong{font-size:.94rem}.nexi-brand small{font-size:.7rem}.nexi-cart-btn{min-width:auto}.nexi-cart-btn span{display:none}.nexi-hero__stats,.nexi-inline-stats,.nexi-inline-stats-rich,.nexi-footer__grid,.nexi-feature-grid,.nexi-product-grid,.nexi-review-grid,.nexi-status-grid,.nexi-two-up-grid{grid-template-columns:1fr}.nexi-hero__ambient{min-height:260px}.nexi-hero__ambient-banner{top:1rem;right:1rem;bottom:1rem;left:1rem}.nexi-hero__ambient-badge{width:92px;right:1rem;bottom:1rem}.nexi-about-section__art,.nexi-about-page__media{min-height:320px}.nexi-about-mockup.is-center{width:min(260px,72%)}.nexi-about-mockup.is-left,.nexi-about-mockup.is-right{width:min(140px,30%)}}body.nexi-store-route,body.nexi-store-route #root,#root.nexi-store-root{min-height:auto;height:auto;overflow-x:hidden}body:has(.nexi-store-shell) #root{min-height:auto;height:auto}.nexi-store-shell,.nexi-store-main,.nexi-page-stack{overflow:visible}.nexi-topbar-wrap{position:sticky;top:0;z-index:80;width:min(1440px,calc(100% - .5rem));padding-top:0}.nexi-store-main,.nexi-footer{width:min(1320px,calc(100% - 2rem))}.nexi-topbar{min-height:72px;padding:.72rem 1rem;border-radius:0 0 24px 24px;background:linear-gradient(180deg,#0a0e1ff5,#080b18ed);box-shadow:inset 0 1px #ffffff0a,0 22px 44px #0000005c}.nexi-brand{gap:.7rem}.nexi-brand small{display:none}.nexi-brand__mark{width:34px;height:34px;padding:.15rem;border-radius:10px;background:#ffffff0d}.nexi-brand strong{font-size:.98rem;letter-spacing:-.02em}.nexi-nav{margin-left:1.2rem}.nexi-nav__link{padding:.65rem .92rem;font-size:.8rem}.nexi-login-btn,.nexi-cart-btn,.nexi-btn,.nexi-menu-toggle,.nexi-currency-switch select{min-height:40px;border-radius:12px}.nexi-topbar__actions{gap:.55rem}.nexi-cart-btn{min-width:84px;justify-content:center}.nexi-cart-btn strong{min-width:20px;text-align:center}.nexi-hero{grid-template-columns:minmax(0,1.26fr) minmax(300px,.74fr);gap:clamp(1.5rem,3vw,2.75rem);min-height:690px;padding:clamp(2.1rem,4vw,3.2rem)}.nexi-hero__copy{max-width:100%}.nexi-hero__copy h1{max-width:13.6ch;font-size:clamp(3.6rem,6vw,5.8rem);line-height:.93;letter-spacing:-.065em}.nexi-hero__copy p{max-width:62ch}.nexi-hero__lead{font-size:.82rem;letter-spacing:.12em}.nexi-hero__actions{margin-top:1.35rem}.nexi-hero__actions .nexi-btn-primary,.nexi-hero__actions .nexi-btn-ghost{min-width:170px}.nexi-hero__stats{width:min(620px,100%)}.nexi-hero__stats article{min-height:108px;padding:1.05rem 1.2rem;position:relative;overflow:hidden;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}.nexi-hero__stats article:before,.nexi-feature-card:before{content:"";position:absolute;inset:-35% auto auto -15%;width:180px;height:180px;border-radius:999px;background:radial-gradient(circle,rgba(39,197,255,.16),transparent 70%);opacity:0;pointer-events:none;transition:opacity .22s ease,transform .22s ease;transform:translate3d(0,8px,0)}.nexi-hero__stats article:hover,.nexi-feature-card:hover{transform:translateY(-4px);border-color:#ff5aa038;box-shadow:inset 0 1px #ffffff0d,0 22px 42px #00000042,0 0 0 1px #27c5ff14;background:linear-gradient(180deg,#0f142ae6,#090d1ce0)}.nexi-hero__stats article:hover:before,.nexi-feature-card:hover:before{opacity:1;transform:translateZ(0)}.nexi-hero__ambient{min-height:100%}.nexi-hero__ambient-banner{display:none}.nexi-hero__ambient-logo{position:absolute;top:1.9rem;right:2rem;bottom:1.9rem;left:2rem;display:grid;place-items:center;overflow:hidden;border-radius:24px;background:linear-gradient(180deg,#0c1022b8,#0a0c1a6b);opacity:.34}.nexi-hero__ambient-logo img{width:min(74%,360px);height:auto;object-fit:contain;filter:drop-shadow(0 26px 44px rgba(0,0,0,.34))}.nexi-hero__ambient-badge{right:1.65rem;bottom:1.65rem;width:118px;border-radius:24px}.nexi-ticker{padding:.58rem 0}.nexi-ticker__track span{font-size:.78rem;letter-spacing:.01em}.nexi-about-section{grid-template-columns:minmax(360px,.92fr) minmax(0,1.08fr);align-items:center}.nexi-about-section__art{min-height:500px}.nexi-about-logo{width:min(430px,82%);aspect-ratio:1 / 1;display:grid;place-items:center;padding:1.8rem;overflow:hidden;border-radius:30px;background:radial-gradient(circle at top,rgba(34,205,255,.12),transparent 55%),linear-gradient(180deg,#0c1022e6,#080b18e0);box-shadow:inset 0 1px #ffffff0d,0 32px 60px #00000057}.nexi-about-logo img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 22px 34px rgba(0,0,0,.3))}.nexi-about-mockup{display:none}.nexi-about-page__media{min-height:460px;display:grid;place-items:center}.nexi-about-page__media img{width:min(76%,380px);height:auto;object-fit:contain}.nexi-about-page__badge{display:none}.nexi-products-showcase__head p:last-child{max-width:58ch}#store-products{scroll-margin-top:96px}.nexi-product-grid{gap:1.3rem}.nexi-product-card{border-radius:18px}.nexi-product-card__media{aspect-ratio:1 / 1}.nexi-product-card__body{gap:.72rem}.nexi-product-card__category{order:2;margin:0;font-size:.73rem;letter-spacing:.11em}.nexi-product-card__body h3{margin-top:0;order:3;font-size:1rem}.nexi-product-card__meta-row{order:1;align-items:center}.nexi-product-card__meta-row .nexi-money strong{font-size:.98rem}.nexi-product-card__meta-row .nexi-money small{display:none}.nexi-stock-chip{padding:.42rem .64rem;font-size:.7rem}.nexi-feature-grid{margin-top:.25rem}.nexi-feature-card{position:relative;overflow:hidden;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}.nexi-footer__grid>div:last-child .nexi-footer__links{gap:.55rem}@media(max-width:960px){.nexi-topbar-wrap{width:calc(100% - .5rem)}.nexi-store-main,.nexi-footer{width:calc(100% - 1rem)}.nexi-topbar{border-radius:0 0 18px 18px;padding:.68rem .8rem}.nexi-hero{grid-template-columns:1fr;min-height:auto;padding:1.6rem 1.35rem 2rem}.nexi-hero__copy h1{max-width:11ch;font-size:clamp(3rem,10.5vw,4.45rem)}.nexi-hero__ambient{min-height:250px}.nexi-hero__ambient-logo{top:1.15rem;right:1.15rem;bottom:1.15rem;left:1.15rem}.nexi-about-section{grid-template-columns:1fr}.nexi-about-section__art{order:2;min-height:340px}.nexi-about-section__copy{order:1}.nexi-about-logo{width:min(300px,76%)}.nexi-product-grid,.nexi-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.nexi-topbar-wrap{width:calc(100% - .25rem)}.nexi-store-main,.nexi-footer{width:calc(100% - .8rem)}.nexi-topbar{min-height:60px;padding:.55rem .65rem;border-radius:0 0 16px 16px}.nexi-brand__mark{width:28px;height:28px}.nexi-brand strong{font-size:.9rem}.nexi-cart-btn,.nexi-menu-toggle{width:42px;min-width:42px;height:42px;min-height:42px;padding:0}.nexi-cart-btn span{display:none}.nexi-cart-btn strong{font-size:.74rem}.nexi-hero{padding:1.35rem 1rem 1.75rem}.nexi-hero__copy h1{max-width:none;font-size:clamp(2.95rem,12vw,4rem)}.nexi-hero__copy p{max-width:none}.nexi-hero__ambient{min-height:210px}.nexi-hero__ambient-badge{width:88px;right:1rem;bottom:1rem}.nexi-about-section__art,.nexi-about-page__media{min-height:280px}.nexi-about-logo,.nexi-about-page__media img{width:min(250px,86%)}.nexi-products-showcase__head h2,.nexi-section-heading h2{font-size:clamp(2rem,8vw,2.6rem)}.nexi-product-grid,.nexi-feature-grid{grid-template-columns:1fr}}.nexi-glass-card-subtle,.nexi-status-card,.nexi-faq-item,.nexi-review-compose-card,.nexi-order-group,.nexi-order-item,.nexi-charge-history-item,.nexi-checkout-aside,.nexi-checkout-result{padding:clamp(1.2rem,2vw,1.55rem)}.nexi-product-detail{gap:clamp(1.8rem,3vw,2.4rem);padding:clamp(1.7rem,3vw,2.2rem)}.nexi-product-detail__summary,.nexi-cart-card__body,.nexi-checkout-card__side,.nexi-account-sidebar,.nexi-topup-panel{gap:1.2rem}.nexi-product-detail__summary h1{margin-bottom:.25rem}.nexi-product-detail__summary p{margin:0}.nexi-meta-pills{gap:.7rem}.nexi-product-detail__pricing{gap:1.3rem}.nexi-product-detail__pricing>div{display:grid;gap:.5rem}.nexi-product-detail__form{display:grid;gap:1.35rem}.nexi-field{gap:.65rem}.nexi-inline-stats.is-compact,.nexi-inline-stats-rich,.nexi-hero__stats{gap:1.15rem}.nexi-inline-stats.is-compact article,.nexi-inline-stats-rich article,.nexi-hero__stats article{padding:1rem 1.05rem}.nexi-summary-table{gap:.95rem}.nexi-summary-table div{padding:1rem 1.05rem}.nexi-checkout-list,.nexi-order-group-list,.nexi-order-item-list,.nexi-review-history-list,.nexi-review-compose-list,.nexi-charge-history-list{gap:1.15rem}.nexi-cart-card,.nexi-checkout-card,.nexi-order-item,.nexi-cart-card__controls,.nexi-order-item__summary,.nexi-order-group__head{gap:1.2rem}.nexi-review-card,.nexi-feature-card{gap:1rem}.nexi-products-showcase,.nexi-feature-grid-wrap,.nexi-page-stack{gap:clamp(1.8rem,3vw,2.8rem)}@media(max-width:768px){.nexi-product-detail{gap:1.35rem;padding:1.35rem}.nexi-glass-card-subtle,.nexi-status-card,.nexi-faq-item,.nexi-review-compose-card,.nexi-order-group,.nexi-order-item,.nexi-charge-history-item,.nexi-checkout-aside,.nexi-checkout-result{padding:1rem}.nexi-inline-stats.is-compact,.nexi-inline-stats-rich,.nexi-hero__stats{gap:.85rem}.nexi-summary-table{gap:.8rem}}
