:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#090e12;color:#f6f5f1}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:#090e12}body{min-height:100vh}.presentation-shell{min-height:100vh;display:grid;grid-template-rows:1fr auto;padding:22px 30px 20px;gap:18px}.controls{display:flex;align-items:center;justify-content:space-between;gap:24px}.stage{min-height:0;display:grid;grid-template-columns:48px minmax(0,1fr) 48px;gap:18px;align-items:center;justify-content:center}.slide-frame{margin:0;max-width:min(1180px,calc(100vw - 170px));width:100%;justify-self:center;overflow:hidden;border-radius:4px;background:#090e12;box-shadow:0 24px 70px rgba(0,0,0,.5)}.slide-frame img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;background:#090e12}.nav-button{width:44px;height:44px;border:1px solid #2b333b;border-radius:50%;background:#13191f;color:#f6f5f1;font-size:22px;cursor:pointer}.nav-button:hover:not(:disabled){border-color:#fa8927;color:#fa8927}.nav-button:disabled{opacity:.25;cursor:default}.controls{font-size:12px;color:#a8a49c}.controls strong{color:#f6f5f1}.dots{display:flex;gap:8px}.dots button{width:7px;height:7px;border:0;border-radius:50%;background:#2b333b;padding:0;cursor:pointer}.dots button[aria-current="page"]{background:#fa8927;transform:scale(1.35)}.hint{margin:0}@media(max-width:720px){.presentation-shell{padding:15px 12px;gap:12px}.stage{grid-template-columns:34px minmax(0,1fr) 34px;gap:7px}.slide-frame{max-width:calc(100vw - 94px)}.nav-button{width:32px;height:32px;font-size:16px}.hint{display:none}}
