:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#05070a;color:#f5f7fb}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#05070a}.app-shell{min-height:100vh;padding:24px}.feed-panel{min-width:0;min-height:0;overflow:hidden;display:grid;grid-template-rows:auto auto minmax(0,1fr);padding:12px;background:#111820;border:1px solid #2b3948;border-radius:8px}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.panel-header h2{margin:0;font-size:1rem}.feed-list{display:grid;align-content:start;gap:8px;margin-top:12px;min-height:0;overflow:auto}.feed-item{padding:10px;border-left:4px solid #667085;background:#0b1017}.feed-item a{color:#f5f7fb;font-weight:700}.feed-item p{margin:6px 0;color:#b8c3cf}.feed-item-urgent{border-color:#ef4444;background:#241010}.feed-item-watch{border-color:#f59e0b}.source-error{color:#fca5a5}.dashboard-shell{height:100vh;display:grid;grid-template-rows:auto 1fr;grid-template-columns:minmax(0,1fr) minmax(320px,28vw);gap:10px;padding:10px;overflow:hidden}.top-bar{grid-column:1 / -1;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;padding:8px 10px;background:#111820;border:1px solid #2b3948}.top-bar span:last-child{text-align:right}.dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:minmax(180px,1fr);gap:10px;min-height:0}.tile{min-width:0;min-height:0;display:grid;grid-template-rows:auto 1fr;overflow:hidden;border:1px solid #2b3948;background:#0b1017;border-radius:8px}.tile-expanded{position:fixed;inset:12px;z-index:10}.tile-expanded-image{display:block;background:#05070a;border:0;border-radius:0}.tile-expanded-image .tile-header{position:absolute;top:8px;left:8px;right:8px;z-index:1;background:#111820db}.tile-header{display:flex;align-items:center;justify-content:space-between;padding:6px 8px;background:#111820}.tile-header h3{margin:0;font-size:.9rem}.tile-actions{display:flex;gap:4px}.tile button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #39485a;background:#17212c;color:#f5f7fb}.tile img,.tile video,.tile iframe{width:100%;height:100%;object-fit:fill;border:0}.tile-expanded .tile-media-image{display:block;object-fit:contain;background:#05070a}.tile-expanded-image .tile-media-image{width:100vw;height:100vh;max-width:100%;max-height:100%}@media(max-width:900px){.dashboard-shell{height:auto;min-height:100vh;grid-template-columns:1fr;overflow:visible}.top-bar{grid-template-columns:1fr}.top-bar span:last-child{text-align:left}.dashboard-grid{grid-template-columns:1fr;grid-auto-rows:260px}.feed-panel{max-height:70vh}}.settings-toggle{position:fixed;right:16px;bottom:16px;z-index:20;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #39485a;background:#17212c;color:#f5f7fb}.settings-panel{position:fixed;right:16px;bottom:72px;z-index:20;width:min(420px,calc(100vw - 32px));display:grid;gap:12px;padding:16px;background:#111820;border:1px solid #39485a;border-radius:8px}.settings-panel h2{margin:0;font-size:1rem}.settings-panel label{display:grid;gap:6px}.settings-tile-rotations{display:grid;gap:10px;max-height:min(40vh,320px);overflow:auto;padding-right:4px}.settings-panel input{min-width:0;padding:8px;border:1px solid #39485a;background:#05070a;color:#f5f7fb}.settings-actions{display:flex;gap:8px}
