@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700;900&family=MedievalSharp&display=swap";:root{--water-dark:#0a1628;--water-mid:#0d2847;--water-light:#1a4a7a;--water-surface:#2980b9;--water-highlight:#5dade2;--gold:#f4d03f;--gold-dark:#b8860b;--parchment:#f5e6ca}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--water-dark);color:var(--parchment);min-height:100vh;font-family:MedievalSharp,cursive;overflow-x:hidden}#root{min-height:100vh}.water-bg{z-index:0;width:100vw;height:100vh;position:fixed;top:0;left:0}.character-container{flex-direction:column;align-items:center;margin-top:1rem;display:flex;position:relative}.character-image{z-index:2;border-radius:16px;width:clamp(250px,50vw,400px);height:auto;animation:4s ease-in-out infinite float;position:relative;box-shadow:0 0 30px #5dade266,0 0 60px #5dade233,0 8px 32px #0009}.character-glow{z-index:1;background:radial-gradient(circle,#5dade226 0%,#5dade20d 50%,#0000 70%);border-radius:50%;width:clamp(280px,55vw,440px);height:clamp(280px,55vw,440px);animation:3s ease-in-out infinite alternate pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.character-reflection{filter:blur(8px);background:radial-gradient(#5dade233 0%,#0000 70%);width:clamp(200px,40vw,320px);height:40px;margin-top:-10px;animation:2s ease-in-out infinite alternate shimmer}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse{0%{opacity:.6;transform:translate(-50%,-50%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1.05)}}@keyframes shimmer{0%{opacity:.5}to{opacity:1}}.twitch-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#9146ff 0%,#6441a5 100%);border:2px solid #9146ff80;border-radius:12px;align-items:center;gap:12px;padding:18px 40px;font-family:Cinzel,serif;font-size:1.3rem;font-weight:700;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 0 20px #9146ff66,0 4px 15px #0006}.twitch-button:hover{background:linear-gradient(135deg,#a164ff 0%,#7553b5 100%);transform:translateY(-3px)scale(1.03);box-shadow:0 0 40px #9146ff99,0 8px 25px #00000080}.twitch-button:active{transform:translateY(-1px)scale(.98)}.twitch-icon{flex-shrink:0;width:28px;height:28px}.twitch-text{z-index:2;position:relative}.twitch-pulse{background:#9146ff4d;border-radius:12px;width:100%;height:100%;animation:2s ease-in-out infinite twitchPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes twitchPulse{0%,to{opacity:0;transform:translate(-50%,-50%)scale(1)}50%{opacity:.4;transform:translate(-50%,-50%)scale(1.05)}}.schedule-section{width:100%;max-width:800px;margin-top:1rem}.schedule-title{text-align:center;color:var(--gold);text-shadow:0 0 15px #f4d03f66;margin-bottom:1.5rem;font-family:Cinzel,serif;font-size:clamp(1.5rem,4vw,2.2rem);font-weight:700}.schedule-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (width<=600px){.schedule-grid{grid-template-columns:1fr}}.schedule-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a1628b3;border:1px solid #5dade233;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #0000004d}.card-heading{color:var(--water-highlight);border-bottom:1px solid #5dade233;margin-bottom:1rem;padding-bottom:.5rem;font-family:Cinzel,serif;font-size:1.2rem;font-weight:700}.stream-list{flex-direction:column;gap:.75rem;display:flex}.stream-item{background:#1e64b41a;border-radius:8px;justify-content:space-between;align-items:center;padding:.6rem .8rem;transition:background .2s;display:flex}.stream-item:hover{background:#1e64b433}.stream-day{color:var(--parchment);font-weight:700}.stream-details{flex-direction:column;align-items:flex-end;font-size:.9rem;display:flex}.stream-time{color:var(--water-highlight)}.stream-game{color:#f5e6ca99;font-size:.8rem}.event-list{flex-direction:column;gap:.75rem;display:flex}.event-item{border-left:3px solid var(--gold);background:#f4d03f0d;border-radius:0 8px 8px 0;flex-direction:column;padding:.6rem .8rem;transition:background .2s;display:flex}.event-item:hover{background:#f4d03f1a}.event-date{color:var(--gold);font-size:.9rem;font-weight:700}.event-name{color:var(--parchment);font-size:.95rem}.schedule-note{text-align:center;color:#f5e6ca80;margin-top:1.5rem;font-size:.85rem;font-style:italic}.app{flex-direction:column;min-height:100vh;display:flex;position:relative}.content{z-index:10;flex-direction:column;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex;position:relative}.header{text-align:center;margin-bottom:1rem}.title{text-transform:uppercase;letter-spacing:.1em;color:var(--gold);text-shadow:0 0 10px #f4d03f99,0 0 30px #f4d03f4d,2px 2px 4px #000c;font-family:Cinzel,serif;font-size:clamp(2rem,6vw,4rem);font-weight:900;animation:3s ease-in-out infinite alternate titleGlow}@keyframes titleGlow{0%{text-shadow:0 0 10px #f4d03f99,0 0 30px #f4d03f4d,2px 2px 4px #000c}to{text-shadow:0 0 20px #f4d03fcc,0 0 50px #f4d03f80,0 0 80px #f4d03f33,2px 2px 4px #000c}}main{flex-direction:column;flex:1;align-items:center;gap:2.5rem;width:100%;max-width:900px;display:flex}.footer{text-align:center;opacity:.6;margin-top:3rem;padding:1.5rem;font-size:.9rem}
