@import"https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap";:root{--c-bg: #120c1a;--c-panel: #1a1327;--c-panel-alt: #1c1428;--c-border: #2c2140;--c-border-dashed: #3a2d54;--c-accent: #ff5f6d;--c-accent-light: #ff8f8f;--c-accent2: #08d9d6;--c-accent2-text: #0b2b2a;--c-text: #f2ecff;--c-text-strong: #fdfbff;--c-text-muted: #b9adde;--c-text-dim: #8478a3;--c-text-faint: #6c6086;--c-highlight-1: #241733;--c-highlight-2: #2a1a2e;--c-accent-glow-35: rgba(255, 95, 109, .35);--c-accent-glow-40: rgba(255, 95, 109, .4)}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;background:var(--c-bg);font-family:Manrope,sans-serif;color:var(--c-text)}button,input,textarea{font:inherit}.app-shell{width:100%;max-width:1080px;margin:0 auto}.poster-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--c-border) transparent}.poster-scroll::-webkit-scrollbar{height:8px}.poster-scroll::-webkit-scrollbar-track{background:transparent}.poster-scroll::-webkit-scrollbar-thumb{background:var(--c-border);border-radius:4px}.save-bar,.theme-bar{width:100%;max-width:1080px;margin:24px auto 0;display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;background:#1a1327e6;border:1px solid var(--c-border);border-radius:16px;padding:16px 20px}.theme-bar{margin-top:12px;justify-content:flex-start}.save-bar label,.theme-group{display:flex;align-items:center;gap:8px;color:var(--c-text-muted);min-height:44px}[contenteditable=true]:hover{background:#ffffff12}[contenteditable=true]:focus{background:#ff5f6d1a;box-shadow:0 0 0 1px #ff5f6d80;color:#fff}.save-bar input[type=date],.theme-group input[type=color],.theme-group input[type=file]{background:var(--c-panel-alt);border:1px solid var(--c-border);border-radius:8px;color:var(--c-text);padding:8px 12px;min-height:44px;font-size:16px}input[type=date]{color-scheme:dark}.btn-group{display:flex;gap:8px;flex-wrap:wrap}.btn,.btn-reset-mini,.btn-file{border:none;border-radius:10px;padding:10px 16px;cursor:pointer;font-weight:600;transition:background .2s ease;min-height:44px;font-size:16px;touch-action:manipulation}.btn-export{background:#f5d89a;color:#120c1a}.btn-success{background:var(--c-accent2);color:var(--c-accent2-text)}.btn-secondary{background:var(--c-border);color:var(--c-text-muted)}.btn-primary{background:var(--c-accent);color:#120c1a}.btn-reset-mini,.btn-file{background:var(--c-panel-alt);color:var(--c-text-muted);border:1px solid var(--c-border)}.poster{width:1080px;background:var(--c-bg);position:relative;overflow:hidden;padding-bottom:10px;margin-top:24px;border-radius:20px;border:1px solid var(--c-border)}.poster.hide-controls .game-actions,.poster.hide-controls .day-toggle,.poster.hide-controls .remove-btn{display:none!important}.poster.hide-controls .hero-content,.poster.hide-controls .right-controls,.poster.hide-controls .time-container{pointer-events:none}.hero{position:relative;height:350px;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;filter:saturate(.85) brightness(.55)}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(18,12,26,.15) 0%,rgba(18,12,26,.35) 55%,var(--c-bg) 100%)}.hero-content{position:absolute;left:64px;bottom:44px;z-index:2;max-width:70%}.eyebrow{font-family:Rajdhani,sans-serif;font-weight:600;font-size:20px;letter-spacing:6px;color:var(--c-accent);text-transform:uppercase;margin-bottom:10px;outline:none}.title{font-family:Rajdhani,sans-serif;font-weight:700;font-size:50px;line-height:.95;letter-spacing:1px;color:#fff;text-shadow:0 0 28px var(--c-accent-glow-35)}.title-line{outline:none}.subtitle{margin-top:14px;font-size:22px;color:var(--c-text-muted);font-weight:500;outline:none}.mascot-badge{position:absolute;right:76px;bottom:-46px;width:132px;height:132px;background:var(--c-panel-alt);border:3px solid var(--c-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 8px var(--c-bg),0 0 40px var(--c-accent-glow-40);z-index:3}.mascot-badge img{width:84px;height:84px;object-fit:contain}.schedule{padding:0 64px;display:flex;flex-direction:column;gap:14px}.row{display:grid;grid-template-columns:96px 1fr;align-items:start;background:var(--c-panel);border:1px solid var(--c-border);border-radius:14px;padding:22px 28px;position:relative;transition:all .2s ease;gap:12px}.row.off{background:transparent;border:1px dashed var(--c-border-dashed)}.row.off .game-actions{display:none}.row.highlight{border:1px solid var(--c-accent);background:linear-gradient(90deg,var(--c-highlight-1) 0%,var(--c-highlight-2) 100%)}.row.off.highlight{border:1px dashed var(--c-accent);background:transparent}.day-toggle,.highlight-toggle{width:32px;height:32px;border-radius:50%;background:var(--c-panel);border:1px solid var(--c-border-dashed);color:var(--c-text-dim);font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none;font-weight:700;padding:0;touch-action:manipulation}.day-toggle:hover,.highlight-toggle:hover{border-color:var(--c-accent);color:var(--c-accent)}.row.off .day-toggle{color:var(--c-accent2);border-color:var(--c-accent2)}.row.highlight .highlight-toggle{color:var(--c-accent);border-color:var(--c-accent);background:#ff5f6d33}.row.off .highlight-toggle{color:var(--c-text-dim);border-color:var(--c-border-dashed)}.row.highlight.off .highlight-toggle{color:var(--c-accent);border-color:var(--c-accent);background:#ff5f6d33}.right-controls{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.day{font-family:Rajdhani,sans-serif;font-weight:700;font-size:30px;color:var(--c-accent-light);line-height:1;outline:none}.date{font-size:14px;color:var(--c-text-dim);margin-top:6px;font-weight:500}.games-list{display:flex;flex-direction:column;gap:14px;overflow-wrap:break-word;word-break:break-all;-webkit-hyphens:auto;hyphens:auto}.game-item{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;width:100%}.game-item .game-info{display:flex;flex-direction:column}.game-item .game{font-size:26px;font-weight:600;color:var(--c-text-strong);outline:none}.game-item .tag{font-size:13px;color:var(--c-accent2);font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-top:4px;outline:none}.time-container{display:flex;align-items:center;gap:8px}.game-item .time{font-family:Rajdhani,sans-serif;font-weight:700;font-size:28px;color:#fff;background:var(--c-accent);padding:8px 18px;border-radius:999px;text-align:center;min-width:150px;justify-self:end;outline:none}.game-item .time.alt{background:var(--c-accent2);color:var(--c-accent2-text)}.game-item .time.off{background:transparent;color:var(--c-text-faint);font-size:18px;min-width:auto;font-family:Manrope,sans-serif;font-weight:600}.row.off .game-item{display:none}.row.off .off-placeholder{display:block}.off-placeholder{display:none;font-size:20px;color:var(--c-text-faint);font-weight:500}.day-controls{justify-content:space-between}.game-actions{display:flex;gap:6px;margin-top:6px}.game-actions button{background:var(--c-border);border:none;color:var(--c-text-muted);border-radius:6px;padding:8px 12px;font-size:14px;cursor:pointer;transition:background .2s;font-family:Manrope,sans-serif;font-weight:600;min-height:36px}.game-actions button:hover{background:var(--c-border-dashed);color:#fff}.game-actions button.add-btn{background:var(--c-accent2);color:var(--c-accent2-text)}.game-actions button.add-btn:hover{background:#4de8e6}.remove-btn{background:var(--c-accent);color:#120c1a;border:none;border-radius:999px;width:32px;height:32px;cursor:pointer;font-weight:700;display:flex;align-items:center;justify-content:center;touch-action:manipulation}.remove-btn:hover{background:#ff7a85}.footer{display:flex;align-items:center;justify-content:center;gap:18px;margin:24px 64px 0;padding-bottom:20px}.footer-line{flex:1;height:1px;background:#ffffff26}.twitch-link{display:inline-flex;align-items:center;gap:10px;color:var(--c-text-muted);text-decoration:none;font-weight:600}.twitch-link svg{width:24px;height:24px}.twitch-link span{outline:none}.view-switch{display:inline-flex;border:1px solid var(--c-border);border-radius:10px;overflow:hidden}.view-btn{border:none;background:var(--c-panel-alt);color:var(--c-text-muted);padding:10px 14px;cursor:pointer;font-weight:600;display:flex;min-height:44px;min-width:44px;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease;touch-action:manipulation}.view-btn+.view-btn{border-left:1px solid var(--c-border)}.view-btn.active{background:var(--c-accent);color:#120c1a}.poster.horizontal{width:auto}.poster.horizontal .schedule{display:grid;grid-template-columns:repeat(7,140px);gap:12px;overflow-x:auto;padding:0 12px}.poster.horizontal .row{grid-template-columns:1fr;padding:14px 16px;min-height:220px;text-align:center}.poster.horizontal .row>div:first-child{padding-right:34px}.poster.horizontal .date{text-align:center}.poster.horizontal .right-controls{right:8px;top:8px}.poster.horizontal .game-item{grid-template-columns:1fr;gap:8px;text-align:center}.poster.horizontal .game-item .game-info{align-items:center}.poster.horizontal .game-item .time{justify-self:center;min-width:auto}.poster.horizontal .time-container{justify-content:center;gap:8px}.poster.horizontal .day{font-size:24px}.poster.horizontal .game-item .game{font-size:17px;text-align:center}.poster.horizontal .game-item .time{font-size:17px;padding:4px 10px;width:100%}.poster.horizontal .games-list{margin-top:10px;align-items:center}.poster.horizontal .game-actions{justify-content:center;width:100%}.poster.horizontal .remove-btn{position:absolute;right:-8px}.poster.horizontal .game-item .tag{font-size:11px;text-align:center}.poster.mobile-edit{width:100%;border-radius:12px}.poster.mobile-edit .hero{height:220px}.poster.mobile-edit .hero-content{left:24px;bottom:28px;max-width:80%}.poster.mobile-edit .eyebrow{font-size:16px;letter-spacing:4px;margin-bottom:6px}.poster.mobile-edit .title{font-size:32px;text-shadow:0 0 18px var(--c-accent-glow-35)}.poster.mobile-edit .subtitle{font-size:16px;margin-top:8px}.poster.mobile-edit .mascot-badge{width:88px;height:88px;right:24px;bottom:-28px}.poster.mobile-edit .mascot-badge img{width:52px;height:52px}.poster.mobile-edit .schedule{padding:0 10px;gap:12px}.poster.mobile-edit .row{grid-template-columns:1fr;padding:18px 16px;gap:10px;border-radius:12px}.poster.mobile-edit .row>div:first-child{display:flex;align-items:baseline;justify-content:space-between;padding-right:0}.poster.mobile-edit .day{font-size:24px}.poster.mobile-edit .date{font-size:13px;margin-top:0}.poster.mobile-edit .games-list{gap:10px}.poster.mobile-edit .game-item{grid-template-columns:1fr auto;gap:8px;text-align:left;position:relative}.poster.mobile-edit .game-item .game{font-size:18px}.poster.mobile-edit .game-item .tag{font-size:12px}.poster.mobile-edit .time-container{justify-content:flex-start}.poster.mobile-edit .game-item .time{font-size:20px;padding:6px 14px;min-width:110px;justify-self:start}.poster.mobile-edit .right-controls{position:static;flex-direction:row;justify-content:flex-end;margin-top:4px}.poster.mobile-edit .day-toggle,.poster.mobile-edit .highlight-toggle{width:40px;height:40px;font-size:16px}.poster.mobile-edit .game-actions{margin-top:4px}.poster.mobile-edit .game-actions button{padding:10px 14px;font-size:14px;min-height:40px}.poster.mobile-edit .footer{margin:20px 16px 0}@media (max-width: 768px){.save-bar,.theme-bar{flex-direction:column;align-items:stretch;gap:16px;padding:16px}.btn-group{width:100%;justify-content:stretch}.btn-group .btn{flex:1 1 auto;min-width:0}.theme-bar{align-items:stretch}.theme-group{flex-wrap:wrap}.save-bar label,.theme-group{justify-content:space-between}.save-bar label input[type=date],.theme-group input[type=color]{flex:1 1 auto;min-width:0}.right-controls{right:4px;top:4px;gap:4px}.day-toggle,.highlight-toggle{width:36px;height:36px;font-size:16px}.remove-btn{width:36px;height:36px}.game-actions button{padding:10px 14px;font-size:14px}.row{padding:16px;gap:8px}.schedule{padding:0 16px;gap:10px}.poster{margin-top:16px;border-radius:12px}}@media (max-width: 480px){.app-shell{padding:0 8px 32px}.btn{font-size:14px;padding:10px 12px}.poster{border-radius:0;border-left:none;border-right:none}.schedule{padding:0 12px}.row{padding:14px 12px}}
