*{box-sizing:border-box}html,body{margin:0;padding:0;background:#1a1a1a;color:#ededed;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100%;overscroll-behavior:none}#dashboard{min-height:100vh;padding:20px 16px 40px}.dash-header{display:flex;align-items:center;gap:12px;padding:8px 4px 24px}.dash-logo{font-size:2rem}.dash-title{font-size:1.15rem;font-weight:700}.dash-subtitle{font-size:.85rem;color:#9a9a9a}.dash-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.dash-card{position:relative;background:#242424;border:1px solid #333;border-radius:16px;padding:20px 14px;display:flex;flex-direction:column;align-items:center;gap:8px;color:inherit;font:inherit;cursor:pointer;transition:transform .15s ease,background .15s ease}.dash-card:active{transform:scale(.97);background:#2b2b2b}.dash-card-icon{font-size:1.8rem}.dash-card-title{font-size:.88rem;font-weight:600;text-align:center}.dash-card-disabled{opacity:.45;cursor:default}.dash-card-disabled:active{transform:none;background:#242424}.dash-card-badge{position:absolute;top:8px;right:8px;font-size:.62rem;padding:2px 6px;background:#3a3a3a;border-radius:20px;color:#ccc}.module-sheet{position:fixed;top:0;right:0;bottom:0;left:0;visibility:hidden;pointer-events:none;z-index:100}.module-sheet.open{visibility:visible;pointer-events:all}.module-sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;opacity:0;transition:opacity .3s ease}.module-sheet.open .module-sheet-backdrop{opacity:1}.module-sheet-panel{position:absolute;left:0;right:0;bottom:0;height:94vh;background:#1a1a1a;border-radius:20px 20px 0 0;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .3s cubic-bezier(.25,.8,.25,1);overflow:hidden}.module-sheet.open .module-sheet-panel{transform:translateY(0)}.module-sheet-bar{flex:0 0 auto;padding:10px 0;display:flex;justify-content:center;cursor:pointer}.module-sheet-bar:before{content:"";width:40px;height:4px;background:#444;border-radius:4px}.module-iframe{flex:1 1 auto;width:100%;height:100%;border:none;background:#1a1a1a}
