.domain-grid {grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;}
.domain-card-copy {padding:24px;}.domain-card-copy p {min-height:84px;}
@media(max-width:1000px){.domain-grid{grid-template-columns:1fr 1fr}.domain-slam{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;}}
.domain-slam .domain-preview { display:flex; align-items:center; color:var(--text); }
.sl-lab {margin:28px 0; padding:24px; border:1px solid var(--border); border-radius:16px; background:var(--surface); color:var(--text);}
.sl-lab h3 {margin:6px 0 20px;}.sl-lab small {color:var(--muted);}.sl-controls {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;}
.sl-controls label {font-size:13px;line-height:1.6;}.sl-controls output {float:right;font-variant-numeric:tabular-nums;font-weight:600;}.sl-controls input {display:block;width:100%;margin:14px 0;accent-color:var(--text);}
.sl-actions {display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 20px;}.sl-actions button {font-size:12px;}
.sl-chart-scroll {overflow-x:auto;max-width:100%;}.sl-chart-scroll svg {display:block;width:100%;min-width:580px;height:auto;color:var(--text);}.sl-chart-scroll text {font:13px system-ui;fill:currentColor;}.sl-grid {stroke:var(--border);fill:none;stroke-width:.8;}
.sl-legend {display:flex;flex-wrap:wrap;gap:10px 20px;font-size:12px;}.sl-legend span {display:flex;align-items:center;gap:8px;}.sl-key {display:inline-block;width:24px;border-top:2px solid currentColor;}.sl-key-1 {border-top-style:dashed;}.sl-key-2 {border-top-style:dotted;}
.sl-result-copy {font-size:14px;line-height:1.8!important;}.sl-result details {font-size:12px;}.sl-result pre {max-height:220px;overflow:auto;background:var(--surface-2);padding:12px;}
.sl-playground {box-sizing:border-box;width:min(1000px,95vw);max-height:94vh;border:1px solid var(--border);border-radius:18px;background:var(--surface);color:var(--text);padding:24px;box-shadow:0 25px 100px #0004;overflow:auto;}
.sl-playground::backdrop {background:#0007;backdrop-filter:blur(4px);}.sl-playground header {display:flex;justify-content:space-between;align-items:center;}.sl-playground h2 {margin:4px 0 18px;}.sl-playground small {color:var(--muted);}.sl-play-select {display:flex;gap:20px;flex-wrap:wrap;}
.sl-playground select {background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:7px;padding:7px;font:inherit;}.sl-playground [data-support] {font-size:13px;line-height:1.7;}.sl-play-editor {height:320px;overflow:hidden;border:1px solid var(--border);border-radius:10px;}.sl-play-buttons {display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:16px 0;}.sl-playground pre {white-space:pre-wrap;overflow-wrap:anywhere;max-height:230px;overflow:auto;background:var(--surface-2);padding:16px;min-height:60px;font-size:13px;line-height:1.7;}.sl-playground textarea {display:block;width:100%;box-sizing:border-box;margin-top:6px;border:1px solid var(--border);border-radius:6px;background:var(--surface-2);color:var(--text);}.sl-playground [data-input-label] {display:block;font-size:12px;margin-top:14px;}.sl-playground [data-input-label][hidden] {display:none;}
@media(max-width:700px){.domain-grid{grid-template-columns:1fr}.domain-slam{display:block}.domain-card-copy p{min-height:0}.sl-lab {padding:16px 12px;}.sl-controls {grid-template-columns:1fr;gap:6px;}.sl-playground {padding:16px;}.sl-play-editor {height:280px;}.sl-actions button{padding:8px;}.library-nav-links {gap:2px;}}
