/* The original ASCII Dool lives directly underneath the 3D room. */
.main-dool{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr);gap:35px;align-items:center;border-bottom:1px solid #a7ad98;padding:25px 24px 30px;background:#faf7e9}.main-dool-image{min-width:0}.main-dool-image canvas{display:block;width:100%;height:auto;max-height:570px;object-fit:contain}.main-dool-notes{max-width:420px}.dool-app .main-dool h2{font-family:'Kalam',cursive!important;font-size:52px;line-height:1.1;margin:18px 0 20px}.main-dool-notes>p{font-size:18px;line-height:1.6}.main-dool-notes #mainDoolStatus{font-size:15px;color:#768159;border-top:1px dashed #b4b99c;padding-top:14px}.main-dool-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:22px}.main-dool-actions button{background:#eeebc4;border:1px solid #a5ad8e;border-radius:0;padding:9px 13px;font-size:14px!important;box-shadow:none}.main-dool-actions button:nth-child(n+3){background:transparent}.main-dool-image pre{font:clamp(3px,.68vw,11px)/1.14 'Courier New',monospace!important;letter-spacing:0;white-space:pre;overflow:auto;color:#27312e;user-select:text;margin:0;padding:10px 0;max-height:590px}.main-dool-image [hidden]{display:none!important}@media(max-width:750px){.main-dool{padding:16px 12px 25px;gap:14px;grid-template-columns:1fr}.main-dool-image canvas{max-height:460px}.main-dool-notes{max-width:none}.dool-app .main-dool h2{font-size:39px;margin:10px 0}.main-dool-notes>p{font-size:16px}.main-dool-image pre{font-size:clamp(3.7px,1.05vw,8px)!important;max-height:none}.main-dool-actions button{font-size:13px!important}}
