@charset "UTF-8";*{box-sizing:border-box;-webkit-user-select:none;user-select:none}input,textarea,[contenteditable=true]{-webkit-user-select:text;user-select:text}body{background-color:#0d0221;color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;display:flex;justify-content:center;align-items:center;min-height:100vh;overflow:hidden;padding:10px;position:relative}#synth-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1}#app{position:relative;z-index:10;width:100%;max-width:1200px;background:#1a0b2eb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid #00ffff;box-shadow:0 0 20px #0ff,inset 0 0 10px #0ff;padding:15px 15px 120px;border-radius:8px;margin:20px 0;max-height:90vh;overflow-y:auto}@media(min-width:768px){#app{padding-bottom:25px}}#app.auth-mode{max-width:500px;margin:auto;max-height:none}#splash-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:#0d0221;z-index:9999;display:flex;justify-content:center;align-items:center;transition:opacity .8s ease-out,visibility .8s}#splash-screen.fade-out{opacity:0;visibility:hidden}#splash-screen .splash-content{text-align:center;width:300px}#splash-screen .splash-logo{font-size:4rem;font-weight:900;color:#0ff;text-shadow:0 0 10px #00ffff,0 0 20px #9d00ff;letter-spacing:10px;margin-bottom:30px;animation:pulse-glow 2s infinite alternate}#splash-screen .loading-bar-container{width:100%;height:4px;background:#9d00ff33;border-radius:2px;overflow:hidden;position:relative;box-shadow:0 0 10px #9d00ff4d}#splash-screen .loading-bar{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#ff00ff,transparent);animation:loading-slide 1.5s infinite linear}#splash-screen .loading-text{margin-top:15px;font-size:.7rem;color:#9d00ff;letter-spacing:2px;text-transform:uppercase}@keyframes pulse-glow{0%{text-shadow:0 0 10px #00ffff,0 0 20px #9d00ff;transform:scale(1)}to{text-shadow:0 0 20px #00ffff,0 0 40px #ff00ff;transform:scale(1.05)}}@keyframes loading-slide{0%{left:-100%}to{left:100%}}h1{text-align:center;text-transform:uppercase;letter-spacing:2px;color:#f0f;text-shadow:0 0 10px #ff00ff;margin-bottom:20px;font-size:1.5rem}.calendar-grid{display:flex;flex-direction:column;gap:10px;margin-top:15px}.day-cell{background:#ffffff0d;border:1px solid #9d00ff;min-height:80px;padding:10px;transition:all .3s ease;position:relative;display:flex;flex-direction:column}.day-cell:hover{background:#ffffff1a;box-shadow:0 0 10px #9d00ff}.day-cell .day-number{font-weight:700;color:#0ff;margin-bottom:8px;font-size:1.1rem;border-bottom:1px solid rgba(0,255,255,.3);padding-bottom:2px}.day-cell.today{border:2px solid #00ffff;box-shadow:0 0 10px #00ffff80,inset 0 0 5px #0ff3;animation:pulse-border 2s infinite}@keyframes pulse-border{0%{box-shadow:0 0 5px #00ffff80}50%{box-shadow:0 0 15px #0ffc}to{box-shadow:0 0 5px #00ffff80}}@media(min-width:768px){h1{font-size:2.5rem;letter-spacing:4px}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.day-cell{min-height:120px}.day-cell .day-number{font-size:1rem;border-bottom:none}#app{padding:25px}}.event-list{display:flex;flex-direction:column;gap:4px;max-height:120px;overflow-y:auto;padding-right:2px}.event-list::-webkit-scrollbar{width:4px}.event-list::-webkit-scrollbar-track{background:#9d00ff1a}.event-list::-webkit-scrollbar-thumb{background:#9d00ff;border-radius:2px}.event-list::-webkit-scrollbar-thumb:hover{background:#f0f}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0d0221}::-webkit-scrollbar-thumb{background:#00ffff4d;border-radius:4px;border:1px solid rgba(0,255,255,.5)}::-webkit-scrollbar-thumb:hover{background:#0ff9;box-shadow:0 0 10px #0ff}.event{font-size:.85em;padding:6px 24px 6px 6px;border-radius:4px;border-left:3px solid;background:#ffffff1a;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;cursor:pointer;position:relative;gap:2px 8px}.event .event-time{font-weight:700;font-size:.9em;color:#0ff;white-space:nowrap}.event .event-title{flex:1 1 auto;min-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event:hover{background:#fff3}.event.my-event{border-color:#0ff!important;box-shadow:inset 0 0 5px #0ff;font-weight:700}.event .delete-ev-btn{position:absolute;top:2px;right:4px;font-size:1.2em;color:#9d00ff;padding:2px;line-height:1;z-index:5}.event .delete-ev-btn:hover{color:#f0f;text-shadow:0 0 5px #ff00ff}[data-anim=zoom] .ad-bg-anim{animation:adZoom 15s infinite alternate}[data-anim=shake] .ad-content{animation:shake .4s infinite}[data-anim=drift] .ad-bg-anim{animation:drift 20s infinite linear}[data-anim=pulse] .ad-content{animation:pulse-border 1s infinite}button{background:transparent;border:2px solid #ff00ff;color:#f0f;padding:12px 20px;cursor:pointer;text-transform:uppercase;font-weight:700;transition:all .2s;box-shadow:0 0 5px #f0f;font-size:.9rem}button:hover{background:#f0f;color:#fff;box-shadow:0 0 20px #f0f}button:active{transform:scale(.95)}.auth-form{display:flex;flex-direction:column;gap:15px;max-width:400px;width:100%;margin:0 auto}.auth-form input{background:transparent;border:1px solid #00ffff;color:#fff;padding:12px;font-size:1rem}.auth-form input:focus{outline:none;box-shadow:0 0 10px #0ff}.external-ad-container{position:fixed;bottom:10px;left:50%;transform:translate(-50%);width:95%;max-width:800px;z-index:100;display:flex;justify-content:center}.ad-space{width:100%;height:90px;margin:0;position:relative;background:#1a0b2ee6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center;border:2px solid #ff00ff;box-shadow:0 0 15px #f0f6;border-radius:8px;transition:all .3s ease}.ad-space:hover{box-shadow:0 0 25px #f0f9;transform:scale(1.02)}.ad-space .ad-bg-anim{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:0}.ad-space .ad-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.ad-space .ad-content{position:relative;z-index:2;padding:10px 20px;text-align:center;animation:adSlideUp .6s ease-out}.ad-space:before{content:"ANNONS";position:absolute;top:5px;left:5px;font-size:.6rem;padding:2px 4px;z-index:3;font-family:sans-serif}.ad-space.style-tabloid{border:4px double #000;background:#f4f1ea}.ad-space.style-tabloid .ad-overlay{background:#f4f1ea66}.ad-space.style-tabloid .ad-content{font-family:Special Elite,cursive;background:#fff;color:#000;transform:rotate(-2deg);box-shadow:5px 5px #000;border:2px solid #000}.ad-space.style-tabloid:before{background:#000;color:#fff}.ad-space.style-neon{border:2px solid #ff00ff;box-shadow:0 0 15px #f0f}.ad-space.style-neon .ad-overlay{background:#0d022199}.ad-space.style-neon .ad-content{font-family:Segoe UI,sans-serif;color:#0ff;text-transform:uppercase;font-weight:900;font-style:italic;text-shadow:0 0 10px #00ffff,0 0 20px #ff00ff;border:1px solid #00ffff;background:#00000080}.ad-space.style-neon:before{background:#0ff;color:#000}.ad-space.style-neon .ad-bg-anim{animation:adZoom 15s linear infinite alternate}.ad-space.style-vintage{border:10px solid #fff;border-bottom:30px solid #fff;box-shadow:3px 3px 10px #00000080}.ad-space.style-vintage .ad-overlay{background:#96643233;mix-blend-mode:sepia}.ad-space.style-vintage .ad-content{font-family:Special Elite,cursive;color:#444;background:#fffc;position:absolute;width:90%;font-size:.9rem}.ad-space.style-vintage:before{background:#fff;color:#444;border:1px solid #ddd}.ad-space.style-comic{border:4px solid #000;background:#ffeb3b}.ad-space.style-comic .ad-overlay{background:radial-gradient(circle,rgba(255,255,255,.3) 20%,transparent 20%);background-size:10px 10px}.ad-space.style-comic .ad-content{font-family:Comic Sans MS,Bangers,cursive;color:#000;text-transform:uppercase;font-weight:700;background:#fff;border:3px solid #000;box-shadow:6px 6px #000;transform:rotate(-1deg)}.ad-space.style-comic:before{background:#000;color:#ffeb3b}.ad-space.style-vaporwave{border:2px solid #ff77ff;background:linear-gradient(180deg,#ff9a9e,#fad0c4)}.ad-space.style-vaporwave .ad-overlay{background:linear-gradient(90deg,#0ff3,#f0f3)}.ad-space.style-vaporwave .ad-content{font-family:Courier New,monospace;color:#0ff;text-shadow:2px 2px #ff00ff;background:#0006;letter-spacing:2px}.ad-space.style-vaporwave:before{background:#0ff;color:#000}.ad-space.style-brutal{border:6px solid #000;background:#fff}.ad-space.style-brutal .ad-overlay{background:none}.ad-space.style-brutal .ad-content{font-family:Arial,sans-serif;color:#000;background:#fff;font-weight:900;font-size:1.2rem}.ad-space.style-brutal:before{background:#000;color:#fff}.ad-space.style-glass{border:1px solid rgba(255,255,255,.3);background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ad-space.style-glass .ad-overlay{background:#ffffff1a}.ad-space.style-glass .ad-content{font-family:Inter,sans-serif;color:#fff;background:#fff3;border-radius:10px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.ad-space.style-glass:before{background:#fffc;color:#000}.ad-space.style-cybergrid{border:2px solid #0ff;background:linear-gradient(#000 1px,transparent 1px),linear-gradient(90deg,#000 1px,transparent 1px);background-size:40px 40px}.ad-space.style-cybergrid .ad-overlay{background:#0009}.ad-space.style-cybergrid .ad-content{font-family:monospace;color:#0ff;text-shadow:0 0 5px #0ff}.ad-space.style-cybergrid:before{background:#0ff;color:#000}.ad-space.style-newspaper{border:2px solid #222;background:#f4f1e8}.ad-space.style-newspaper .ad-overlay{background:#0000000d}.ad-space.style-newspaper .ad-content{font-family:Times New Roman,serif;color:#111;column-count:2;background:#ffffffb3}.ad-space.style-newspaper:before{background:#222;color:#fff}.ad-space.style-kids{border:4px dotted #ff69b4;background:#87cefa}.ad-space.style-kids .ad-overlay{background:#ffffff4d}.ad-space.style-kids .ad-content{font-family:Comic Sans MS,cursive;color:#ff1493;background:#fff;border-radius:12px;transform:rotate(-2deg)}.ad-space.style-kids:before{background:#ff1493;color:#fff}.ad-space.style-hud{border:2px solid #00ffaa;background:#001a1a}.ad-space.style-hud .ad-overlay{background:#00ffaa1a}.ad-space.style-hud .ad-content{font-family:monospace;color:#0fa;text-shadow:0 0 8px #00ffaa;letter-spacing:1px}.ad-space.style-hud:before{background:#0fa;color:#001a1a}.ad-space.style-paper{border:1px solid #ccc;background:#fffef8}.ad-space.style-paper .ad-overlay{background:url(https://www.transparenttextures.com/patterns/paper.png);opacity:.4}.ad-space.style-paper .ad-content{font-family:Courier New,monospace;color:#333;transform:rotate(1deg)}.ad-space.style-paper:before{background:#333;color:#fff}.ad-space.style-liquid{background:linear-gradient(135deg,#00f,#0ff)}.ad-space.style-liquid .ad-overlay{background:#ffffff1a}.ad-space.style-liquid .ad-content{font-family:sans-serif;color:#fff;text-shadow:0 0 10px rgba(0,0,0,.5)}.ad-space.style-liquid:before{background:#fff;color:#000}.ad-space.style-warning{border:5px solid #000;background:repeating-linear-gradient(45deg,#fc0,#fc0 20px,#000 20px,#000 40px)}.ad-space.style-warning .ad-overlay{background:#0000004d}.ad-space.style-warning .ad-content{font-family:Impact,sans-serif;color:#000;background:#fc0}.ad-space.style-warning:before{background:#000;color:#fc0}.ad-space.style-glitch{border:2px solid #0ff;background:#000}.ad-space.style-glitch .ad-overlay{background:#000000b3}.ad-space.style-glitch .ad-content{font-family:monospace;color:#fff;text-transform:uppercase;position:relative;text-shadow:2px 0 red,-2px 0 cyan;animation:glitch-flicker 1s infinite}.ad-space.style-glitch:before{background:#0ff;color:#000}.ad-space.style-luxury{border:2px solid gold;background:linear-gradient(145deg,#111,#333)}.ad-space.style-luxury .ad-overlay{background:#0006}.ad-space.style-luxury .ad-content{font-family:Georgia,serif;color:gold;letter-spacing:2px;background:#0009;border:1px solid gold;box-shadow:0 0 10px gold}.ad-space.style-luxury:before{background:gold;color:#000}.ad-space.style-retro90{border:3px ridge #00f;background:linear-gradient(90deg,#f0f,#0ff)}.ad-space.style-retro90 .ad-overlay{background:#fff3}.ad-space.style-retro90 .ad-content{font-family:Comic Sans MS,cursive;color:#00f;background:#ff0;border:2px dashed #ff00ff;text-shadow:1px 1px #fff}.ad-space.style-retro90:before{background:#00f;color:#fff}.ad-space.style-terminal{border:2px solid #00ff00;background:#000}.ad-space.style-terminal .ad-overlay{background:#00000080}.ad-space.style-terminal .ad-content{font-family:Courier New,monospace;color:#0f0;background:#000c;text-transform:uppercase;text-shadow:0 0 5px #00ff00}.ad-space.style-terminal:before{background:#0f0;color:#000}.ad-space.style-sticker{border:3px dashed #000;background:#fff;transform:rotate(2deg)}.ad-space.style-sticker .ad-overlay{background:#ffffff4d}.ad-space.style-sticker .ad-content{font-family:Impact,sans-serif;color:#f0f;background:#ff0;padding:8px;border-radius:8px;transform:rotate(-2deg);box-shadow:3px 3px #000}.ad-space.style-sticker:before{background:#000;color:#fff}.ad-space.style-horror{border:3px solid #550000;background:#100}.ad-space.style-horror .ad-overlay{background:#32000099}.ad-space.style-horror .ad-content{font-family:Creepster,cursive;color:#f44;background:#000c;text-shadow:0 0 10px red;letter-spacing:1px}.ad-space.style-horror:before{background:red;color:#000}.ad-space.style-minimal{border:1px solid #ccc;background:#fafafa}.ad-space.style-minimal .ad-overlay{background:#ffffff80}.ad-space.style-minimal .ad-content{font-family:Inter,sans-serif;color:#222;background:#fff;border-radius:6px;padding:10px;box-shadow:0 3px 10px #0000001a}.ad-space.style-minimal:before{background:#222;color:#fff}.ad-space.style-urgent{border:5px solid #ff0000;background:red}.ad-space.style-urgent .ad-overlay{background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(0,0,0,.1) 10px,rgba(0,0,0,.1) 20px)}.ad-space.style-urgent .ad-content{font-family:Impact,sans-serif;color:#fff;background:#000;font-size:1.4rem;animation:pulse-border .5s infinite}.ad-space.style-urgent:before{background:#fff;color:red;font-weight:700}@keyframes adZoom{0%{transform:scale(1)}to{transform:scale(1.2)}}@keyframes adSlideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes flicker{0%,18%,22%,25%,53%,57%,to{opacity:1}20%,24%,55%{opacity:.4}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0d0221e6;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s ease;padding:20px}.modal-overlay.active{opacity:1;pointer-events:all}.modal-content{background:#1a0b2e;border:2px solid #ff00ff;box-shadow:0 0 20px #f0f;padding:20px;border-radius:8px;width:100%;max-width:450px;display:flex;flex-direction:column;gap:15px}.modal-content h2{color:#0ff;text-shadow:0 0 5px #00ffff;margin-top:0;text-align:center;font-size:1.5rem}.modal-content .form-group{display:flex;flex-direction:column;gap:5px}.modal-content .form-group label{font-size:.8em;color:#9d00ff;text-transform:uppercase}.modal-content .form-group input{background:#ffffff0d;border:1px solid #00ffff;color:#fff;padding:12px;font-size:1rem}.modal-content .form-group input:focus{outline:none;box-shadow:0 0 10px #0ff}.modal-content .modal-actions{display:flex;flex-direction:column;margin-top:10px;gap:10px}.modal-content .modal-actions button{width:100%}.modal-content .modal-actions .cancel-btn{border-color:#9d00ff;color:#9d00ff;box-shadow:0 0 5px #9d00ff;order:2}.modal-content .modal-actions .cancel-btn:hover{background:#9d00ff;color:#fff;box-shadow:0 0 15px #9d00ff}@media(min-width:480px){.modal-content .modal-actions{flex-direction:row}.modal-content .modal-actions .cancel-btn{order:initial}}.my-bookings-list{display:flex;flex-direction:column;gap:20px;margin-bottom:10px}.booking-section{display:flex;flex-direction:column;gap:10px}.section-title{font-size:.9rem;text-transform:uppercase;letter-spacing:2px;margin:0;padding-bottom:5px;border-bottom:1px solid rgba(255,255,255,.1)}.section-title.upcoming{color:#0ff;text-shadow:0 0 5px #00ffff}.section-title.past{color:#9d00ff;opacity:.7}.tiny-btn-neon{background:transparent;border:1px solid #ff00ff;color:#f0f;font-size:.65rem;padding:4px 8px;text-transform:uppercase;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 0 5px #f0f}.tiny-btn-neon:hover{background:#f0f;color:#fff;box-shadow:0 0 15px #f0f}.my-booking-item{display:flex;justify-content:space-between;align-items:center;background:#ffffff0d;border-left:4px solid;padding:10px 15px;border-radius:4px;transition:all .2s}.my-booking-item:hover{background:#ffffff1a}.booking-section:has(.past) .my-booking-item{opacity:.6;filter:grayscale(.5)}.booking-section:has(.past) .my-booking-item:hover{opacity:1;filter:grayscale(0)}.my-booking-item .my-booking-info{flex:1}.my-booking-item .my-booking-title{font-weight:700;color:#0ff;font-size:1rem;margin-bottom:2px}.my-booking-item .my-booking-time{font-size:.8rem;color:#ffffffb3}.my-booking-item .delete-my-booking{background:transparent;border:none;color:#9d00ff;font-size:1.5rem;padding:0 5px;cursor:pointer;box-shadow:none!important;transition:all .2s}.my-booking-item .delete-my-booking:hover{color:#f0f;background:transparent;box-shadow:none;text-shadow:0 0 5px #ff00ff;transform:scale(1.2)}.toast-container{position:fixed;bottom:10px;left:10px;right:10px;z-index:2000;display:flex;flex-direction:column;gap:10px}@media(min-width:768px){.toast-container{bottom:20px;right:20px;left:auto;width:auto}}.toast{background:#1a0b2e;border:2px solid #ff00ff;color:#fff;padding:12px 20px;border-radius:4px;box-shadow:0 0 15px #f0f;font-weight:700;text-transform:uppercase;font-size:.85rem;animation:slideInMobile .3s ease-out forwards;display:flex;align-items:center;justify-content:center;text-align:center}.toast.error{border-color:#ff3131;box-shadow:0 0 15px #ff3131}.toast.fade-out{animation:fadeOut .5s ease-in forwards}@keyframes slideInMobile{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media(min-width:768px){@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast{animation:slideIn .3s ease-out forwards;font-size:1rem}}@keyframes fadeOut{0%{opacity:1}to{opacity:0;transform:translateY(-10px)}}.ripple{position:absolute;background:#ffffff4d;border-radius:50%;transform:scale(0);animation:ripple .6s linear;pointer-events:none}@keyframes ripple{to{transform:scale(4);opacity:0}}.chalkboard-container{display:flex;flex-direction:column;height:80vh;width:100%;background:#000;border:2px solid #ff00ff;box-shadow:0 0 15px #ff00ff4d;border-radius:8px;overflow:hidden;margin-top:20px}.chalkboard-controls{display:flex;gap:15px;padding:15px;background:#1a0b2ee6;border-bottom:1px solid #ff00ff;align-items:center;flex-wrap:wrap}.chalkboard-controls input[type=color]{background:transparent;border:1px solid #00ffff;cursor:pointer;height:30px;width:50px}.chalkboard-controls input[type=range]{accent-color:#00ffff}#chalkboard-canvas{flex:1;cursor:crosshair;background:#0d0221;touch-action:none}.small-btn-neon{display:inline-flex;align-items:center;justify-content:center;height:36px;background:transparent;border:1px solid #00ffff;color:#0ff;padding:0 15px;border-radius:4px;font-size:.8rem;cursor:pointer;text-transform:uppercase;font-weight:700;transition:all .2s;box-shadow:0 0 5px #00ffff4d;box-sizing:border-box}.small-btn-neon:hover{background:#00ffff1a;box-shadow:0 0 15px #0ff9;transform:translateY(-2px)}.small-btn-neon.pink{border-color:#f0f;color:#f0f;box-shadow:0 0 5px #ff00ff4d}.small-btn-neon.pink:hover{background:#ff00ff1a;box-shadow:0 0 15px #f0f9}.small-btn-neon.purple{border-color:#9d00ff;color:#9d00ff;box-shadow:0 0 5px #9d00ff4d}.small-btn-neon.purple:hover{background:#9d00ff1a;box-shadow:0 0 15px #9d00ff99}.top-bar{display:flex;flex-direction:column;align-items:center;gap:15px;margin-bottom:20px;width:100%;border-bottom:1px solid rgba(0,255,255,.2);padding-bottom:15px}.top-bar h1{margin:0;text-align:center}@media(min-width:768px){.top-bar{flex-direction:row;justify-content:space-between;border-bottom:none;padding-bottom:0}.top-bar h1{text-align:left}}.actions-bar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:center;width:100%}@media(min-width:768px){.actions-bar{justify-content:flex-end;width:auto}}.actions-bar button,.actions-bar .games-link{white-space:nowrap;flex:1 1 auto;justify-content:center;text-align:center}.games-link{display:inline-flex;align-items:center;justify-content:center;height:36px;box-sizing:border-box;text-decoration:none;color:#f0f;border:1px solid #ff00ff;padding:0 15px;font-size:.8rem;text-transform:uppercase;font-weight:700;border-radius:4px;transition:all .3s ease;box-shadow:0 0 5px #f0f;background:#ff00ff0d}.games-link:hover{background:#f0f;color:#fff;box-shadow:0 0 20px #f0f,0 0 40px #9d00ff;transform:translateY(-2px)}.games-link:before{content:"👾";margin-right:8px;font-size:1.1rem}.year-overview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-top:20px}.month-tile{background:#1a0b2e66;border:1px solid rgba(0,255,255,.3);border-radius:8px;padding:15px;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;gap:10px}.month-tile:hover{background:#1a0b2ecc;border-color:#0ff;box-shadow:0 0 15px #0ff6;transform:translateY(-5px)}.month-tile-header{color:#0ff;text-transform:uppercase;font-weight:700;text-align:center;border-bottom:1px solid rgba(0,255,255,.2);padding-bottom:5px;font-size:.9rem;letter-spacing:1px}.month-tile-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.mini-day-header{font-size:.6rem;color:#9d00ffcc;text-align:center;font-weight:700;padding-bottom:2px}.mini-day{aspect-ratio:1;background:#ffffff0d;border-radius:2px;font-size:.6rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500}.mini-day.has-events{box-shadow:0 0 5px currentColor;text-shadow:0 0 2px #000;font-weight:700}.mini-day.empty{background:transparent}.month-tile{animation:fadeInScale .5s ease-out forwards}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}
