:root{--sf-lime:#a8e600;--sf-black:#090b09;--sf-panel:#121512;--sf-line:#2a3029;--sf-text:#f7f8f5;--sf-muted:#9ca39a}
.sfvc{background:#090b09;color:var(--sf-text);min-height:100vh;padding:clamp(28px,4vw,64px) max(18px,3vw);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.sfvc *{box-sizing:border-box}.sfvc button{font:inherit}.sfvc-hero{max-width:1600px;margin:0 auto 32px}.sfvc-hero>p,.sfvc-kicker{color:var(--sf-lime);font-size:12px;font-weight:900;letter-spacing:.08em}.sfvc-hero h1{font-size:clamp(36px,5vw,72px);line-height:.98;letter-spacing:-.05em;margin:8px 0 24px}.sfvc-hero h1 span{color:var(--sf-lime)}.sfvc-usage{display:flex;gap:10px;flex-wrap:wrap}.sfvc-usage button{background:#131713;color:#fff;border:1px solid #303630;border-radius:999px;padding:10px 18px;cursor:pointer}.sfvc-usage button.is-active{background:var(--sf-lime);border-color:var(--sf-lime);color:#0b0d0b;font-weight:900}.sfvc-empty{max-width:1600px;margin:0 auto 22px;padding:18px;border:1px solid #4b552c;background:#14180f;border-radius:14px}.sfvc-app{max-width:1600px;margin:auto;display:grid;grid-template-columns:minmax(260px,330px) minmax(420px,1fr) minmax(280px,360px);gap:18px;align-items:start}.sfvc-sidebar,.sfvc-summary-sticky,.sfvc-stage-wrap{background:#0e110e;border:1px solid #252b25;border-radius:20px}.sfvc-sidebar{padding:18px;max-height:calc(100vh - 130px);overflow:auto}.sfvc-sidebar-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.sfvc-sidebar h2,.sfvc-summary h2{margin:0;font-size:24px}.sfvc-sidebar-head button{border:0;background:none;color:var(--sf-lime);font-size:12px;font-weight:800;cursor:pointer}.sfvc-slots{display:grid;gap:7px;margin:18px 0}.sfvc-slots button{display:flex;justify-content:space-between;align-items:center;width:100%;border:1px solid #252c25;background:#141814;color:#e8ebe6;padding:12px 13px;border-radius:10px;cursor:pointer;text-align:left}.sfvc-slots button.is-active{border-color:var(--sf-lime);box-shadow:inset 3px 0 0 var(--sf-lime)}.sfvc-slots b{color:var(--sf-lime)}.sfvc-products{display:grid;gap:8px}.sfvc-product{width:100%;display:grid;grid-template-columns:58px 1fr;align-items:center;gap:11px;border:1px solid #242b24;background:#101310;color:#fff;border-radius:12px;padding:8px;text-align:left;cursor:pointer}.sfvc-product.is-selected{border-color:var(--sf-lime);background:#151b10}.sfvc-product img{width:58px;height:58px;object-fit:contain;background:#fff;border-radius:8px}.sfvc-product span{min-width:0;display:grid}.sfvc-product strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sfvc-product small{color:var(--sf-lime);font-weight:900;margin-top:5px}.sfvc-no-products{color:var(--sf-muted);font-size:13px;padding:16px 4px}.sfvc-stage-wrap{padding:18px}.sfvc-stage{position:relative;isolation:isolate;overflow:hidden;aspect-ratio:16/10;background:radial-gradient(circle at 50% 40%,#25321a 0,#0b0e0b 55%,#070907 100%);border-radius:14px;border:1px solid #222822}.sfvc-stage-base,.sfvc-layers,.sfvc-layers img{position:absolute;inset:0;width:100%;height:100%}.sfvc-stage-base{object-fit:cover;z-index:1}.sfvc-layers{z-index:3}.sfvc-layers img{object-fit:contain;pointer-events:none}.sfvc-fallbacks{position:absolute;inset:0;z-index:5;display:grid;grid-template-columns:repeat(3,1fr);align-content:end;gap:8px;padding:16px;pointer-events:none}.sfvc-stage-chip{background:rgba(10,12,10,.82);border:1px solid rgba(168,230,0,.28);border-radius:10px;padding:7px;backdrop-filter:blur(8px);display:flex;align-items:center;gap:7px;min-width:0}.sfvc-stage-chip img{width:38px;height:38px;object-fit:contain;background:#fff;border-radius:6px}.sfvc-stage-chip span{font-size:10px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.sfvc-stage-note{font-size:11px;color:#757e74;margin:10px 4px 0}.sfvc-summary-sticky{position:sticky;top:20px;padding:20px}.sfvc-budget{margin:20px 0}.sfvc-budget label{display:flex;justify-content:space-between;font-size:13px;margin-bottom:10px}.sfvc-budget input{width:100%;accent-color:var(--sf-lime)}.sfvc-budget-status{font-size:12px;border-radius:8px;padding:9px 10px;margin-bottom:14px}.sfvc-budget-status.is-ok{background:#14200e;color:#bce873}.sfvc-budget-status.is-over{background:#2b1212;color:#ff9d9d}.sfvc-summary-items{display:grid;gap:0}.sfvc-summary-items>div{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px;border-bottom:1px solid #242924;padding:10px 0}.sfvc-summary-items span{display:grid;min-width:0}.sfvc-summary-items small{color:#737c72;text-transform:uppercase;font-size:9px;font-weight:800}.sfvc-summary-items span{font-size:12px}.sfvc-summary-items strong{font-size:12px}.sfvc-summary-items button{border:0;background:none;color:#8e968d;font-size:18px;cursor:pointer}.sfvc-summary-empty{color:#777f76;font-size:13px}.sfvc-total{display:flex;justify-content:space-between;align-items:end;padding:18px 0}.sfvc-total strong{font-size:28px;color:var(--sf-lime)}.sfvc-cart,.sfvc-reset{width:100%;border-radius:10px;min-height:50px;font-weight:900;cursor:pointer}.sfvc-cart{border:0;background:var(--sf-lime);color:#090b09}.sfvc-cart:disabled{opacity:.5;cursor:wait}.sfvc-reset{margin-top:8px;border:1px solid #303630;background:transparent;color:#dfe3dd}.sfvc-cart-status{font-size:12px;line-height:1.4;color:#b9c0b7}.sfvc-cart-status a{color:var(--sf-lime);font-weight:900}.sfvc button:focus-visible,.sfvc input:focus-visible{outline:3px solid rgba(168,230,0,.35);outline-offset:2px}
@media(max-width:1180px){.sfvc-app{grid-template-columns:280px 1fr}.sfvc-summary{grid-column:1/-1}.sfvc-summary-sticky{position:static;display:grid;grid-template-columns:1fr 1fr;gap:10px 24px}.sfvc-summary-sticky>.sfvc-kicker,.sfvc-summary-sticky>h2{grid-column:1}.sfvc-summary-items{grid-column:1}.sfvc-budget,.sfvc-budget-status,.sfvc-total,.sfvc-cart,.sfvc-reset,.sfvc-cart-status{grid-column:2}.sfvc-total{align-self:end}}
@media(max-width:780px){.sfvc{padding-inline:12px}.sfvc-app{grid-template-columns:1fr}.sfvc-sidebar{max-height:none}.sfvc-stage-wrap{order:-1}.sfvc-summary{grid-column:auto}.sfvc-summary-sticky{display:block}.sfvc-fallbacks{grid-template-columns:repeat(2,1fr)}.sfvc-stage{aspect-ratio:4/3}}
@media(max-width:480px){.sfvc-hero h1{font-size:38px}.sfvc-usage{display:grid;grid-template-columns:1fr 1fr}.sfvc-usage button{border-radius:10px}.sfvc-stage-wrap,.sfvc-sidebar,.sfvc-summary-sticky{border-radius:14px;padding:12px}.sfvc-fallbacks{grid-template-columns:1fr 1fr;padding:8px}.sfvc-stage-chip span{display:none}.sfvc-stage-chip{justify-content:center}.sfvc-product{grid-template-columns:50px 1fr}.sfvc-product img{width:50px;height:50px}}
