.KarpenterPlayground-module__FYJTea__container{background:var(--bg-surface);border:1px solid var(--border);font-family:var(--font-body);border-radius:16px;margin:3rem 0 4rem;overflow:hidden;box-shadow:0 12px 36px #00000059}.KarpenterPlayground-module__FYJTea__header{background:var(--bg-elevated);border-bottom:1px solid var(--border);flex-direction:column;gap:.75rem;padding:1.5rem 1.75rem;display:flex}@media (min-width:768px){.KarpenterPlayground-module__FYJTea__header{flex-direction:row;justify-content:space-between;align-items:center}}.KarpenterPlayground-module__FYJTea__headerTitleGroup{flex-direction:column;gap:.25rem;display:flex}.KarpenterPlayground-module__FYJTea__badge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;color:var(--accent);background:var(--accent-subtle);border:1px solid var(--accent-border);border-radius:9999px;align-items:center;gap:.4rem;width:fit-content;padding:.2rem .6rem;font-size:.7rem;font-weight:700;display:inline-flex}.KarpenterPlayground-module__FYJTea__title{font-family:var(--font-heading);color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:800}.KarpenterPlayground-module__FYJTea__subtitle{color:var(--text-muted);margin:0;font-size:.85rem}.KarpenterPlayground-module__FYJTea__modeToggle{background:var(--bg-surface);border:1px solid var(--border);border-radius:10px;gap:.25rem;padding:.25rem;display:flex}.KarpenterPlayground-module__FYJTea__modeBtn{font-family:var(--font-mono);color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem .85rem;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.KarpenterPlayground-module__FYJTea__modeBtnActive{background:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--border);box-shadow:0 2px 8px #0003}.KarpenterPlayground-module__FYJTea__modeBtnActiveAccent{background:var(--accent-subtle);color:var(--accent);border:1px solid var(--accent-border);box-shadow:0 2px 8px #10b98126}.KarpenterPlayground-module__FYJTea__telemetryGrid{background:var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(2,1fr);gap:1px;display:grid}@media (min-width:768px){.KarpenterPlayground-module__FYJTea__telemetryGrid{grid-template-columns:repeat(4,1fr)}}.KarpenterPlayground-module__FYJTea__telemetryCard{background:var(--bg-surface);flex-direction:column;gap:.25rem;padding:1rem 1.25rem;display:flex}.KarpenterPlayground-module__FYJTea__telemetryLabel{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.7rem}.KarpenterPlayground-module__FYJTea__telemetryValue{font-family:var(--font-mono);color:var(--text-primary);font-size:1.35rem;font-weight:800;line-height:1}.KarpenterPlayground-module__FYJTea__telemetrySub{font-family:var(--font-mono);color:var(--text-secondary);font-size:.75rem}.KarpenterPlayground-module__FYJTea__positive{color:#10b981!important}.KarpenterPlayground-module__FYJTea__negative{color:#ef4444!important}.KarpenterPlayground-module__FYJTea__workspace{background:var(--bg-surface);grid-template-columns:1fr;display:grid}@media (min-width:1024px){.KarpenterPlayground-module__FYJTea__workspace{grid-template-columns:340px 1fr}}.KarpenterPlayground-module__FYJTea__controlPanel{border-right:1px solid var(--border);background:#00000026;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.KarpenterPlayground-module__FYJTea__controlGroup{flex-direction:column;gap:.6rem;display:flex}.KarpenterPlayground-module__FYJTea__controlHeader{justify-content:space-between;align-items:center;display:flex}.KarpenterPlayground-module__FYJTea__controlLabel{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-size:.75rem;font-weight:700}.KarpenterPlayground-module__FYJTea__controlVal{font-family:var(--font-mono);color:var(--accent);font-size:.8rem;font-weight:600}.KarpenterPlayground-module__FYJTea__slider{width:100%;accent-color:var(--accent);cursor:pointer}.KarpenterPlayground-module__FYJTea__presetsGrid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.KarpenterPlayground-module__FYJTea__presetBtn{font-family:var(--font-mono);border:1px solid var(--border);background:var(--bg-elevated);color:var(--text-secondary);text-align:left;cursor:pointer;border-radius:8px;padding:.6rem;font-size:.75rem;font-weight:600;transition:all .2s}.KarpenterPlayground-module__FYJTea__presetBtn:hover{border-color:var(--accent-border);color:var(--text-primary)}.KarpenterPlayground-module__FYJTea__presetBtnActive{background:var(--accent-subtle);border-color:var(--accent);color:var(--accent)}.KarpenterPlayground-module__FYJTea__actionBtn{width:100%;font-family:var(--font-mono);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.8rem;font-weight:700;transition:all .2s;display:flex}.KarpenterPlayground-module__FYJTea__reclaimBtn{color:#ef4444;background:#ef44441f;border:1px solid #ef444440}.KarpenterPlayground-module__FYJTea__reclaimBtn:hover{background:#ef444433}.KarpenterPlayground-module__FYJTea__clusterCanvas{flex-direction:column;gap:1.5rem;padding:1.75rem;display:flex}.KarpenterPlayground-module__FYJTea__canvasHeader{justify-content:space-between;align-items:center;display:flex}.KarpenterPlayground-module__FYJTea__clusterStatus{font-family:var(--font-mono);color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.KarpenterPlayground-module__FYJTea__statusDot{background:#10b981;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #10b981}.KarpenterPlayground-module__FYJTea__statusDotWarning{background:#f59e0b;box-shadow:0 0 8px #f59e0b}.KarpenterPlayground-module__FYJTea__statusDotError{background:#ef4444;box-shadow:0 0 8px #ef4444}.KarpenterPlayground-module__FYJTea__nodesGrid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.KarpenterPlayground-module__FYJTea__nodesGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}.KarpenterPlayground-module__FYJTea__nodeCard{background:var(--bg-elevated);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:.75rem;padding:1rem;transition:all .2s;display:flex;position:relative}.KarpenterPlayground-module__FYJTea__nodeCardSelected{border-color:var(--accent);box-shadow:0 0 16px #10b98133}.KarpenterPlayground-module__FYJTea__nodeCardSpot{border-top:3px solid #06b6d4}.KarpenterPlayground-module__FYJTea__nodeCardOnDemand{border-top:3px solid #10b981}.KarpenterPlayground-module__FYJTea__nodeCardDraining{opacity:.6;border-top:3px solid #ef4444}.KarpenterPlayground-module__FYJTea__nodeHeader{justify-content:space-between;align-items:flex-start;display:flex}.KarpenterPlayground-module__FYJTea__nodeName{font-family:var(--font-mono);color:var(--text-primary);font-size:.85rem;font-weight:700}.KarpenterPlayground-module__FYJTea__nodeZone{font-family:var(--font-mono);color:var(--text-muted);font-size:.7rem}.KarpenterPlayground-module__FYJTea__nodeTypeBadge{font-family:var(--font-mono);text-transform:uppercase;border-radius:4px;padding:.15rem .45rem;font-size:.65rem;font-weight:700}.KarpenterPlayground-module__FYJTea__badgeSpot{color:#06b6d4;background:#06b6d426;border:1px solid #06b6d44d}.KarpenterPlayground-module__FYJTea__badgeOnDemand{color:#10b981;background:#10b98126;border:1px solid #10b9814d}.KarpenterPlayground-module__FYJTea__meterContainer{flex-direction:column;gap:.25rem;display:flex}.KarpenterPlayground-module__FYJTea__meterLabelRow{font-family:var(--font-mono);color:var(--text-muted);justify-content:space-between;font-size:.7rem;display:flex}.KarpenterPlayground-module__FYJTea__meterTrack{background:var(--bg-surface);border:1px solid var(--border);border-radius:3px;height:6px;overflow:hidden}.KarpenterPlayground-module__FYJTea__meterFill{background:var(--accent);border-radius:3px;height:100%;transition:width .3s}.KarpenterPlayground-module__FYJTea__podsGrid{border-top:1px solid #ffffff0d;flex-wrap:wrap;gap:.35rem;padding-top:.5rem;display:flex}.KarpenterPlayground-module__FYJTea__podChip{font-family:var(--font-mono);background:var(--bg-surface);border:1px solid var(--border);color:var(--text-secondary);border-radius:4px;align-items:center;gap:.3rem;padding:.2rem .45rem;font-size:.65rem;display:flex}.KarpenterPlayground-module__FYJTea__podPending{color:#ef4444;background:#ef444426;border-color:#ef44444d;animation:1.5s infinite KarpenterPlayground-module__FYJTea__pulse}@keyframes KarpenterPlayground-module__FYJTea__pulse{0%,to{opacity:1}50%{opacity:.5}}.KarpenterPlayground-module__FYJTea__consoleSection{border-top:1px solid var(--border);background:#08080c;padding:1rem 1.5rem}.KarpenterPlayground-module__FYJTea__consoleHeader{font-family:var(--font-mono);color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.75rem;display:flex}.KarpenterPlayground-module__FYJTea__consoleLogs{font-family:var(--font-mono);color:#94a3b8;flex-direction:column;gap:.4rem;max-height:110px;font-size:.75rem;display:flex;overflow-y:auto}.KarpenterPlayground-module__FYJTea__logTimestamp{color:var(--text-muted);margin-right:.5rem}.KarpenterPlayground-module__FYJTea__logKarpenter{color:#38bdf8}.KarpenterPlayground-module__FYJTea__logDrain{color:#fbbf24}.KarpenterPlayground-module__FYJTea__logAlert{color:#f87171}.KarpenterPlayground-module__FYJTea__logSavings{color:#34d399;font-weight:700}
.LlmInferencePlayground-module__7BipCq__container{font-family:var(--font-body);color:#ededed;box-sizing:border-box;background:#0d0d12;border:1px solid #ffffff14;border-radius:16px;width:100%;margin:2.5rem 0;padding:1.5rem;box-shadow:0 16px 40px #00000080}@media (min-width:768px){.LlmInferencePlayground-module__7BipCq__container{padding:2.25rem}}.LlmInferencePlayground-module__7BipCq__header{border-bottom:1px solid #ffffff14;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.LlmInferencePlayground-module__7BipCq__badge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;color:#10b981;background:#10b9811a;border:1px solid #10b98140;border-radius:9999px;align-items:center;gap:.4rem;width:fit-content;padding:.25rem .65rem;font-size:.7rem;font-weight:700;display:inline-flex}.LlmInferencePlayground-module__7BipCq__title{font-family:var(--font-heading);color:#ededed;margin:.25rem 0 0;font-size:1.35rem;font-weight:800;line-height:1.25}@media (min-width:768px){.LlmInferencePlayground-module__7BipCq__title{font-size:1.6rem}}.LlmInferencePlayground-module__7BipCq__subtitle{color:#a1a1aa;max-width:800px;margin:0;font-size:.88rem;line-height:1.55}.LlmInferencePlayground-module__7BipCq__presetStrip{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.85rem 1rem;display:flex}.LlmInferencePlayground-module__7BipCq__presetLabel{font-family:var(--font-mono);text-transform:uppercase;color:#71717a;margin-right:.5rem;font-size:.72rem;font-weight:700}.LlmInferencePlayground-module__7BipCq__presetBtn{font-family:var(--font-mono);color:#a1a1aa;cursor:pointer;background:#14141c;border:1px solid #ffffff14;border-radius:8px;align-items:center;padding:.45rem .85rem;font-size:.75rem;transition:all .2s;display:inline-flex}.LlmInferencePlayground-module__7BipCq__presetBtn:hover{color:#ededed;border-color:#10b98166}.LlmInferencePlayground-module__7BipCq__presetBtnActive{color:#10b981;background:#10b98126;border-color:#10b981;font-weight:700}.LlmInferencePlayground-module__7BipCq__sectionCard{background:#ffffff04;border:1px solid #ffffff12;border-radius:14px;flex-direction:column;gap:1.25rem;margin-bottom:1.75rem;padding:1.25rem;display:flex}@media (min-width:768px){.LlmInferencePlayground-module__7BipCq__sectionCard{padding:1.5rem}}.LlmInferencePlayground-module__7BipCq__sectionHeader{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-bottom:.75rem;display:flex}.LlmInferencePlayground-module__7BipCq__sectionTitle{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;color:#d4d4d8;align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;display:flex}.LlmInferencePlayground-module__7BipCq__configGrid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:640px){.LlmInferencePlayground-module__7BipCq__configGrid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.LlmInferencePlayground-module__7BipCq__configGrid{grid-template-columns:1.2fr 1.2fr 1fr 1fr}}.LlmInferencePlayground-module__7BipCq__fieldGroup{flex-direction:column;gap:.45rem;display:flex}.LlmInferencePlayground-module__7BipCq__fieldLabel{color:#a1a1aa;font-size:.78rem;font-weight:600}.LlmInferencePlayground-module__7BipCq__selectInput{color:#ededed;cursor:pointer;box-sizing:border-box;background:#111118;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;min-height:42px;padding:.65rem .75rem;font-size:.8rem;transition:border-color .2s}.LlmInferencePlayground-module__7BipCq__selectInput:focus{border-color:#10b981}.LlmInferencePlayground-module__7BipCq__slidersGrid{grid-template-columns:1fr;gap:1.25rem;padding-top:.5rem;display:grid}@media (min-width:768px){.LlmInferencePlayground-module__7BipCq__slidersGrid{grid-template-columns:1fr 1fr 1fr}}.LlmInferencePlayground-module__7BipCq__sliderHeader{justify-content:space-between;align-items:center;display:flex}.LlmInferencePlayground-module__7BipCq__sliderVal{font-family:var(--font-mono);color:#10b981;font-size:.82rem;font-weight:700}.LlmInferencePlayground-module__7BipCq__rangeInput{accent-color:#10b981;cursor:pointer;border-radius:4px;width:100%;height:6px}.LlmInferencePlayground-module__7BipCq__rangeLabels{font-family:var(--font-mono);color:#71717a;justify-content:space-between;font-size:.68rem;display:flex}.LlmInferencePlayground-module__7BipCq__togglesGrid{grid-template-columns:1fr;gap:.75rem;display:grid}@media (min-width:640px){.LlmInferencePlayground-module__7BipCq__togglesGrid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.LlmInferencePlayground-module__7BipCq__togglesGrid{grid-template-columns:repeat(4,1fr)}}.LlmInferencePlayground-module__7BipCq__toggleBtn{cursor:pointer;text-align:left;background:#111118;border:1px solid #ffffff14;border-radius:10px;justify-content:space-between;align-items:center;min-height:52px;padding:.75rem .85rem;transition:all .2s;display:flex}.LlmInferencePlayground-module__7BipCq__toggleBtn:hover{border-color:#ffffff2e}.LlmInferencePlayground-module__7BipCq__toggleBtnActive{background:#10b98114;border-color:#10b98173}.LlmInferencePlayground-module__7BipCq__toggleInfo{flex-direction:column;padding-right:.5rem;display:flex}.LlmInferencePlayground-module__7BipCq__toggleName{color:#ededed;font-size:.76rem;font-weight:700}.LlmInferencePlayground-module__7BipCq__toggleDesc{color:#71717a;font-size:.65rem}.LlmInferencePlayground-module__7BipCq__toggleSwitch{background:#27272a;border-radius:9999px;flex-shrink:0;width:28px;height:16px;transition:background .2s;position:relative}.LlmInferencePlayground-module__7BipCq__toggleSwitchActive{background:#10b981}.LlmInferencePlayground-module__7BipCq__toggleKnob{background:#fff;border-radius:50%;width:12px;height:12px;transition:transform .2s;position:absolute;top:2px;left:2px}.LlmInferencePlayground-module__7BipCq__toggleKnobActive{transform:translate(12px)}.LlmInferencePlayground-module__7BipCq__vramHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.LlmInferencePlayground-module__7BipCq__vramCapacity{font-family:var(--font-mono);color:#ededed;font-size:.85rem;font-weight:700}.LlmInferencePlayground-module__7BipCq__vramBarContainer{background:#14141f;border:1px solid #ffffff14;border-radius:6px;width:100%;height:24px;display:flex;position:relative;overflow:hidden}.LlmInferencePlayground-module__7BipCq__vramBarWeights{background:#3b82f6;height:100%;transition:width .3s}.LlmInferencePlayground-module__7BipCq__vramBarKv{background:#10b981;height:100%;transition:width .3s}.LlmInferencePlayground-module__7BipCq__vramBarActivation{background:#f59e0b;height:100%;transition:width .3s}.LlmInferencePlayground-module__7BipCq__vramBarOom{background:#ef4444;height:100%}.LlmInferencePlayground-module__7BipCq__vramLegend{font-size:.72rem;font-family:var(--font-mono);flex-wrap:wrap;gap:.75rem 1.25rem;display:flex}.LlmInferencePlayground-module__7BipCq__legendItem{color:#a1a1aa;align-items:center;gap:.4rem;display:flex}.LlmInferencePlayground-module__7BipCq__dotBlue{background:#3b82f6;border-radius:2px;width:9px;height:9px}.LlmInferencePlayground-module__7BipCq__dotGreen{background:#10b981;border-radius:2px;width:9px;height:9px}.LlmInferencePlayground-module__7BipCq__dotAmber{background:#f59e0b;border-radius:2px;width:9px;height:9px}.LlmInferencePlayground-module__7BipCq__dotZinc{background:#52525b;border-radius:2px;width:9px;height:9px}.LlmInferencePlayground-module__7BipCq__oomAlert{color:#fca5a5;font-size:.75rem;font-family:var(--font-mono);background:#ef44441f;border:1px solid #ef444459;border-radius:8px;align-items:flex-start;gap:.6rem;padding:.85rem 1rem;line-height:1.5;display:flex}.LlmInferencePlayground-module__7BipCq__metricsGrid{grid-template-columns:repeat(2,1fr);gap:.85rem;display:grid}@media (min-width:768px){.LlmInferencePlayground-module__7BipCq__metricsGrid{grid-template-columns:repeat(4,1fr)}}.LlmInferencePlayground-module__7BipCq__metricTile{background:#111118;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;gap:.25rem;padding:1rem;display:flex}.LlmInferencePlayground-module__7BipCq__metricTileLabel{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.04em;color:#71717a;font-size:.68rem}.LlmInferencePlayground-module__7BipCq__metricTileVal{font-family:var(--font-mono);color:#ededed;font-size:1.3rem;font-weight:800}.LlmInferencePlayground-module__7BipCq__metricTileSub{color:#10b981;font-size:.68rem;font-family:var(--font-mono)}.LlmInferencePlayground-module__7BipCq__simCard{background:#09090e;border:1px solid #ffffff12;border-radius:12px;flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.LlmInferencePlayground-module__7BipCq__simHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.LlmInferencePlayground-module__7BipCq__simTitle{font-family:var(--font-mono);text-transform:uppercase;color:#a1a1aa;align-items:center;gap:.4rem;font-size:.75rem;font-weight:700;display:flex}.LlmInferencePlayground-module__7BipCq__simBtn{color:#09090b;font-family:var(--font-mono);cursor:pointer;background:#10b981;border:none;border-radius:6px;align-items:center;gap:.4rem;min-height:36px;padding:.5rem 1rem;font-size:.75rem;font-weight:700;transition:all .2s;display:inline-flex}.LlmInferencePlayground-module__7BipCq__simBtn:hover{background:#34d399}.LlmInferencePlayground-module__7BipCq__streamSlots{flex-direction:column;gap:.5rem;display:flex}.LlmInferencePlayground-module__7BipCq__slotRow{font-family:var(--font-mono);background:#12121a;border:1px solid #ffffff0d;border-radius:6px;align-items:center;gap:.75rem;padding:.6rem .85rem;font-size:.72rem;display:flex}.LlmInferencePlayground-module__7BipCq__slotId{color:#71717a;flex-shrink:0;width:45px}.LlmInferencePlayground-module__7BipCq__slotStatus{flex-shrink:0;width:75px;font-weight:700}.LlmInferencePlayground-module__7BipCq__slotText{color:#a1a1aa;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.LlmInferencePlayground-module__7BipCq__slotTokens{color:#10b981;text-align:right;flex-shrink:0;width:60px;font-weight:700}.LlmInferencePlayground-module__7BipCq__tableContainer{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.LlmInferencePlayground-module__7BipCq__matrixTable{border-collapse:collapse;width:100%;min-width:540px;font-size:.78rem;font-family:var(--font-mono)}.LlmInferencePlayground-module__7BipCq__matrixTable th{text-align:left;color:#71717a;border-bottom:1px solid #ffffff14;padding:.65rem .85rem}.LlmInferencePlayground-module__7BipCq__matrixTable td{border-bottom:1px solid #ffffff0a;padding:.75rem .85rem}.LlmInferencePlayground-module__7BipCq__matrixHighlight{color:#10b981;background:#10b9810a;font-weight:700}.LlmInferencePlayground-module__7BipCq__roiSummaryRow{font-size:.78rem;font-family:var(--font-mono);border-top:1px solid #10b98126;flex-direction:column;gap:.5rem;padding-top:.75rem;display:flex}@media (min-width:640px){.LlmInferencePlayground-module__7BipCq__roiSummaryRow{flex-direction:row;justify-content:space-between;align-items:center}}.LlmInferencePlayground-module__7BipCq__tabList{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.LlmInferencePlayground-module__7BipCq__tabBtn{font-family:var(--font-mono);color:#a1a1aa;cursor:pointer;background:#111118;border:1px solid #ffffff14;border-radius:8px;align-items:center;min-height:38px;padding:.5rem .85rem;font-size:.75rem;transition:all .2s;display:inline-flex}.LlmInferencePlayground-module__7BipCq__tabBtn:hover{color:#ededed;border-color:#10b98159}.LlmInferencePlayground-module__7BipCq__tabBtnActive{color:#10b981;background:#10b98126;border-color:#10b981;font-weight:700}.LlmInferencePlayground-module__7BipCq__tabContent{background:#09090e;border:1px solid #ffffff0f;border-radius:12px;padding:1.25rem;font-size:.85rem;line-height:1.65}.LlmInferencePlayground-module__7BipCq__codeBlock{font-family:var(--font-mono);color:#34d399;background:#050508;border:1px solid #ffffff14;border-radius:8px;margin-top:.75rem;padding:1rem;font-size:.75rem;line-height:1.5;overflow-x:auto}
.ArticleDetail-module__8dJ7ta__container{max-width:1140px;color:var(--text-primary);margin:0 auto;padding:7rem 1.5rem 6rem}.ArticleDetail-module__8dJ7ta__backLink{font-family:var(--font-mono);color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.85rem;text-decoration:none;transition:color .2s;display:inline-flex}.ArticleDetail-module__8dJ7ta__backLink:hover{color:var(--accent)}.ArticleDetail-module__8dJ7ta__header{border-bottom:1px solid var(--border);max-width:860px;margin:0 auto 3.5rem;padding-bottom:2.5rem}.ArticleDetail-module__8dJ7ta__metaRow{flex-wrap:wrap;align-items:center;gap:.85rem;margin-bottom:1.25rem;display:flex}.ArticleDetail-module__8dJ7ta__category{font-family:var(--font-mono);text-transform:uppercase;color:var(--accent);background:var(--accent-subtle);border:1px solid var(--accent-border);border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.ArticleDetail-module__8dJ7ta__date,.ArticleDetail-module__8dJ7ta__readTime{font-family:var(--font-mono);color:var(--text-muted);font-size:.8rem}.ArticleDetail-module__8dJ7ta__title{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2.2rem,5vw,3.25rem);font-weight:800;line-height:1.15}.ArticleDetail-module__8dJ7ta__subtitle{color:var(--text-secondary);margin-bottom:1.75rem;font-size:1.2rem;line-height:1.55}.ArticleDetail-module__8dJ7ta__authorBox{background:var(--bg-elevated);border:1px solid var(--border);border-radius:12px;align-items:center;gap:1rem;padding:.9rem 1.25rem;font-size:.875rem;display:flex}.ArticleDetail-module__8dJ7ta__authorName{color:var(--text-primary);font-weight:600}.ArticleDetail-module__8dJ7ta__authorRole{color:var(--text-muted);font-size:.8rem}.ArticleDetail-module__8dJ7ta__heroMetricBox{background:var(--bg-surface);border-left:4px solid var(--accent);border-top:1px solid var(--border);border-right:1px solid var(--border);border-bottom:1px solid var(--border);border-radius:0 12px 12px 0;flex-direction:column;gap:.35rem;margin:2.5rem 0;padding:1.5rem;display:flex}.ArticleDetail-module__8dJ7ta__heroMetricNum{font-family:var(--font-mono);color:var(--accent);font-size:2.5rem;font-weight:800;line-height:1}.ArticleDetail-module__8dJ7ta__heroMetricText{font-family:var(--font-mono);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.ArticleDetail-module__8dJ7ta__diagramSection{width:100%;max-width:1140px;margin:3rem auto}.ArticleDetail-module__8dJ7ta__workbenchSection{width:100%;max-width:1140px;margin:3.5rem auto}.ArticleDetail-module__8dJ7ta__workbenchHeader{max-width:860px;margin:0 auto 1.5rem}.ArticleDetail-module__8dJ7ta__sectionTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.ArticleDetail-module__8dJ7ta__body{max-width:860px;font-family:var(--font-body);color:var(--text-secondary);margin:0 auto;font-size:1.05rem;line-height:1.75}.ArticleDetail-module__8dJ7ta__body h2{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.01em;margin-top:3rem;margin-bottom:1rem;font-size:1.75rem;font-weight:700}.ArticleDetail-module__8dJ7ta__body h3{font-family:var(--font-heading);color:var(--text-primary);margin-top:2rem;margin-bottom:.75rem;font-size:1.35rem;font-weight:600}.ArticleDetail-module__8dJ7ta__body p{margin-bottom:1.35rem}.ArticleDetail-module__8dJ7ta__body ul,.ArticleDetail-module__8dJ7ta__body ol{margin-bottom:1.5rem;padding-left:1.5rem}.ArticleDetail-module__8dJ7ta__body li{margin-bottom:.5rem}.ArticleDetail-module__8dJ7ta__body strong{color:var(--text-primary);font-weight:600}.ArticleDetail-module__8dJ7ta__body a{color:var(--accent);text-underline-offset:3px;text-decoration:underline}.ArticleDetail-module__8dJ7ta__body a:hover{color:var(--text-primary)}.ArticleDetail-module__8dJ7ta__body code{font-family:var(--font-mono);background:var(--bg-surface);border:1px solid var(--border);color:var(--accent);border-radius:4px;padding:.15em .4em;font-size:.9em}.ArticleDetail-module__8dJ7ta__body pre{border:1px solid var(--border);background:#09090d;border-radius:10px;margin:1.5rem 0;padding:1.25rem;overflow-x:auto}.ArticleDetail-module__8dJ7ta__body pre code{color:#e2e8f0;background:0 0;border:none;padding:0;font-size:.875rem;line-height:1.6}.ArticleDetail-module__8dJ7ta__body table{border-collapse:collapse;width:100%;margin:2rem 0;font-size:.925rem}.ArticleDetail-module__8dJ7ta__body th,.ArticleDetail-module__8dJ7ta__body td{text-align:left;border:1px solid var(--border);padding:.85rem 1rem}.ArticleDetail-module__8dJ7ta__body th{background:var(--bg-elevated);color:var(--text-primary);font-family:var(--font-mono);font-weight:600}.ArticleDetail-module__8dJ7ta__body td{background:var(--bg-surface)}.ArticleDetail-module__8dJ7ta__sidebarBox{background:var(--bg-elevated);border:1px solid var(--border);border-radius:16px;max-width:860px;margin:4rem auto 0;padding:2rem}.ArticleDetail-module__8dJ7ta__linksTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1rem;font-size:1.2rem;font-weight:700}.ArticleDetail-module__8dJ7ta__linkList{flex-direction:column;gap:.65rem;display:flex}.ArticleDetail-module__8dJ7ta__refLink{font-family:var(--font-mono);color:var(--accent);align-items:center;gap:.5rem;font-size:.85rem;text-decoration:none;display:inline-flex}.ArticleDetail-module__8dJ7ta__refLink:hover{text-decoration:underline}.ArticleDetail-module__8dJ7ta__ctaCard{border:1px solid var(--accent-border);text-align:center;background:linear-gradient(135deg,#10b98114 0%,#06b6d40a 100%);border-radius:16px;max-width:860px;margin:3.5rem auto 0;padding:2.5rem}.ArticleDetail-module__8dJ7ta__ctaTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.75rem;font-size:1.6rem;font-weight:800}.ArticleDetail-module__8dJ7ta__ctaText{color:var(--text-secondary);max-width:600px;margin:0 auto 1.75rem;font-size:1rem}.ArticleDetail-module__8dJ7ta__ctaButton{background:var(--accent);color:#000;font-family:var(--font-mono);border-radius:9999px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:transform .2s,background-color .2s;display:inline-flex}.ArticleDetail-module__8dJ7ta__ctaButton:hover{background:#34d399;transform:translateY(-2px)}
