.cube-layout{grid-template-columns:1.15fr .85fr;align-items:center}
.cube-wrap{min-height:340px;display:grid;place-items:center}
.olap-cube{display:block;width:100%;max-width:560px;height:auto;overflow:visible}
.cube-shadow{fill:#102b43;opacity:.12}.cube-top-svg{fill:url(#cubeTop);stroke:#102b43;stroke-width:3}.cube-front-svg{fill:url(#cubeFront);stroke:#102b43;stroke-width:3}.cube-side-svg{fill:url(#cubeSide);stroke:#102b43;stroke-width:3}.cube-grid-svg{fill:none;stroke:#102b43;stroke-width:1.5;opacity:.45}.cube-cell{fill:#fff2b5;stroke:#a46118;stroke-width:3}.cube-cell-dot{fill:#d67932;stroke:#fff;stroke-width:2}.cube-axis{fill:none;stroke:#d67932;stroke-width:2}.cube-label{font:700 13px 'Noto Sans Thai',sans-serif;letter-spacing:.12em;fill:#102b43}.cube-callout{fill:none;stroke:#087e83;stroke-width:2;stroke-dasharray:5 4}.cube-callout-label{font:700 12px 'Noto Sans Thai',sans-serif;letter-spacing:.08em;fill:#087e83}.cube-callout-copy{font:500 10px 'Noto Sans Thai',sans-serif;fill:#51666e}
.cube-coordinate{display:grid;gap:6px;margin-top:24px;padding:18px;background:#fafaf7;border-left:5px solid #d67932}.cube-coordinate code{font-size:11px}.cube-coordinate strong{margin-top:6px;font-size:12px;color:#087e83}
.deep-dive{margin-top:28px;padding:30px;background:#f8f8f4;border:1px solid var(--line)}.deep-dive>h3{margin-top:0;font-size:clamp(24px,3vw,34px)}.deep-dive>p{max-width:920px;color:var(--muted)}.deep-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:22px}.deep-grid article{padding:24px;background:#fff;border:1px solid var(--line);border-top:4px solid #2aa9aa}.deep-grid article:nth-child(even){border-top-color:#d67932}.deep-grid span{font-size:10px;font-weight:700;letter-spacing:.1em;color:#087e83}.deep-grid h4{margin:8px 0;font-size:18px}.deep-grid p,.deep-grid li{font-size:13px;color:var(--muted)}.deep-grid ul{margin:12px 0 0;padding-left:20px}.worked-example{margin-top:18px;padding:24px;background:#102b43;color:#e5f1f0}.worked-example h4{margin:0 0 12px;color:#72ded3}.worked-example code{display:block;white-space:pre-wrap;color:#f3d3b9;font-size:12px}.interpretation-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.interpretation-strip div{padding:18px;background:#e6ebe8}.interpretation-strip b,.interpretation-strip span{display:block}.interpretation-strip b{color:#d67932;font-size:11px}.interpretation-strip span{margin-top:7px;font-size:13px;color:var(--muted)}
@media(max-width:900px){.cube-layout,.deep-grid{grid-template-columns:1fr}.interpretation-strip{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.cube-wrap{min-height:260px}.interpretation-strip{grid-template-columns:1fr}.deep-dive{padding:20px}}
