.event-map{position:relative;width:100%;height:100%;overflow:hidden;background:linear-gradient(135deg,#1a1f26,#151a20);border:1px solid rgba(100,116,139,.2);border-radius:12px}.event-map--loading{display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:.875rem}.event-map__canvas{position:absolute;top:0;left:0;will-change:transform}.event-map__image{display:block;width:4608px;height:4608px;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.event-map__overlay{position:absolute;top:0;left:0;pointer-events:none}.event-map__overlay g{pointer-events:auto}.event-map__tooltip{position:absolute;transform:translate(-50%,-100%) translateY(-12px);padding:.5rem .75rem;background:rgba(15,23,42,.95);border:1px solid rgba(100,116,139,.4);border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.4);color:#e2e8f0;font-size:.75rem;font-weight:500;white-space:nowrap;pointer-events:none;z-index:200}.event-map__tooltip:after{content:"";bottom:-6px;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);border-top:6px solid rgba(15,23,42,.95)}.event-map__controls,.event-map__tooltip:after{position:absolute;left:50%;transform:translateX(-50%)}.event-map__controls{bottom:1rem;display:flex;gap:.5rem;z-index:100}.event-map__controls button{padding:.5rem 1rem;background:#1e293b;border:1px solid #334155;border-radius:6px;color:#e2e8f0;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s}.event-map__controls button:hover{background:#334155;border-color:#475569}.merry-mayhem-page{display:flex;flex-direction:column;min-height:calc(100vh - 4rem);background:linear-gradient(180deg,#0a0e14,#0f1419 50%,#0a0e14)}.merry-mayhem-banner{background:linear-gradient(135deg,rgba(34,197,94,.15),rgba(34,197,94,.05));border-bottom:1px solid rgba(34,197,94,.3);padding:.75rem var(--spacing-lg)}.merry-mayhem-banner__content{display:flex;align-items:center;justify-content:center;gap:1rem;max-width:1440px;margin:0 auto}.merry-mayhem-banner__icon{font-size:1.25rem}.merry-mayhem-banner__dates{display:flex;align-items:center;gap:.5rem}.merry-mayhem-banner__label{font-size:.875rem;font-weight:600;color:#22c55e;text-transform:uppercase;letter-spacing:.05em}.merry-mayhem-banner__range{font-size:.9rem;color:#e2e8f0;font-weight:500}.merry-mayhem-layout{display:flex;width:100%;height:70vh;min-height:500px;padding:var(--spacing-lg);gap:var(--spacing-lg);position:relative}.merry-mayhem-layout:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(100,116,139,.03) 1px,transparent 0),linear-gradient(90deg,rgba(100,116,139,.03) 1px,transparent 0);background-size:24px 24px;pointer-events:none;z-index:0}.merry-mayhem-layout>*{position:relative;z-index:1}.merry-mayhem-info{width:280px;flex-shrink:0;display:flex;flex-direction:column;background:linear-gradient(135deg,#1a1f26,#151a20);border:1px solid rgba(100,116,139,.2);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.05);overflow-y:auto}.merry-mayhem-info__header{padding:1.25rem 1rem;border-bottom:1px solid rgba(100,116,139,.2);text-align:center;background:linear-gradient(180deg,rgba(34,197,94,.08),transparent)}.merry-mayhem-info__header h1{margin:0 0 .25rem;font-size:1.25rem;color:#e2e8f0}.merry-mayhem-info__header p{margin:0;font-size:.75rem;color:#22c55e;font-weight:500}.merry-mayhem-info__section{padding:1rem;border-bottom:1px solid rgba(100,116,139,.15)}.merry-mayhem-info__section:last-child{border-bottom:none}.merry-mayhem-info__section h3{margin:0 0 .75rem;font-size:.875rem;color:#e2e8f0}.merry-mayhem-info__section ol,.merry-mayhem-info__section ul{margin:0;padding-left:1.25rem;font-size:.75rem;color:#94a3b8;line-height:1.7}.merry-mayhem-info__section ol li,.merry-mayhem-info__section ul li{margin-bottom:.5rem}.merry-mayhem-info__section ol li:last-child,.merry-mayhem-info__section ul li:last-child{margin-bottom:0}.merry-mayhem-info__section ol strong,.merry-mayhem-info__section ul strong{color:#e2e8f0}.merry-mayhem-info__npcs{display:flex;flex-direction:column;gap:4px}.merry-mayhem-info__npc{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:6px;cursor:pointer;transition:all .15s;text-align:left}.merry-mayhem-info__npc:hover{background:rgba(239,68,68,.2);border-color:rgba(239,68,68,.5)}.merry-mayhem-info__npc:hover .copy{opacity:1}.merry-mayhem-info__npc.selected{background:rgba(239,68,68,.25);border-color:rgba(239,68,68,.6)}.merry-mayhem-info__npc.selected .copy{opacity:1}.merry-mayhem-info__npc .label{flex:1;font-size:.75rem;color:#fca5a5;font-weight:500}.merry-mayhem-info__npc .copy{font-size:.75rem;opacity:.3;transition:opacity .15s}.merry-mayhem-map{flex:1;position:relative;min-width:0}.merry-mayhem-toast{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:8px;box-shadow:0 4px 20px rgba(34,197,94,.4),0 2px 8px rgba(0,0,0,.3);color:#fff;font-size:.875rem;font-weight:500;z-index:1000;animation:toast-in .2s ease-out}.merry-mayhem-toast .icon{font-size:1rem;font-weight:700}@keyframes toast-in{0%{opacity:0;transform:translateX(-50%) translateY(1rem)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.merry-mayhem-sidebar{width:280px;flex-shrink:0;display:flex;flex-direction:column;background:linear-gradient(135deg,#1a1f26,#151a20);border:1px solid rgba(100,116,139,.2);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.05);overflow-y:auto}.merry-mayhem-sidebar__header{padding:1rem;border-bottom:1px solid rgba(100,116,139,.2);text-align:center}.merry-mayhem-sidebar__header h2{margin:0 0 .25rem;font-size:1rem;color:#e2e8f0}.merry-mayhem-sidebar__header p{margin:0;font-size:.75rem;color:#94a3b8}.merry-mayhem-sidebar__actions{display:flex;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid rgba(100,116,139,.2)}.merry-mayhem-sidebar__actions button{flex:1;padding:.5rem;background:rgba(100,116,139,.15);border:1px solid rgba(100,116,139,.3);border-radius:6px;color:#cbd5e1;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s}.merry-mayhem-sidebar__actions button:hover{background:rgba(100,116,139,.25);border-color:rgba(100,116,139,.5)}.merry-mayhem-sidebar__areas{flex:1;overflow-y:auto;padding:.5rem}.merry-mayhem-sidebar__area{margin-bottom:.5rem}.merry-mayhem-sidebar__area-toggle{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:rgba(0,0,0,.2);border-radius:6px;cursor:pointer;transition:background .15s}.merry-mayhem-sidebar__area-toggle:hover{background:rgba(0,0,0,.3)}.merry-mayhem-sidebar__area-toggle input[type=checkbox]{width:16px;height:16px;accent-color:#3b82f6}.merry-mayhem-sidebar__area-toggle span{font-size:.875rem;font-weight:500;color:#e2e8f0}.merry-mayhem-sidebar__area-toggle span.snarg{color:#22c55e}.merry-mayhem-sidebar__area-toggle span.daikiba{color:#f97316}.merry-mayhem-sidebar__area-toggle span.npc{color:#ef4444}.merry-mayhem-sidebar__waypoints{display:flex;flex-direction:column;gap:2px;margin-top:4px;padding-left:1.5rem}.merry-mayhem-sidebar__waypoint{display:flex;align-items:center;gap:.5rem;padding:.375rem .5rem;background:rgba(0,0,0,.15);border:1px solid rgba(0,0,0,0);border-radius:4px;cursor:pointer;transition:all .15s;text-align:left}.merry-mayhem-sidebar__waypoint:hover{background:rgba(59,130,246,.15);border-color:rgba(59,130,246,.3)}.merry-mayhem-sidebar__waypoint:hover .copy{opacity:1}.merry-mayhem-sidebar__waypoint.selected{background:rgba(59,130,246,.25);border-color:rgba(59,130,246,.5)}.merry-mayhem-sidebar__waypoint.selected .copy{opacity:1}.merry-mayhem-sidebar__waypoint .level{font-size:.7rem;font-weight:700;color:#94a3b8;min-width:2rem}.merry-mayhem-sidebar__waypoint .label{flex:1;font-size:.75rem;color:#cbd5e1}.merry-mayhem-sidebar__waypoint .copy{font-size:.75rem;opacity:.3;transition:opacity .15s}.merry-mayhem-guide{max-width:1200px;margin:0 auto;padding:2rem var(--spacing-lg) 4rem}.guide-section{background:linear-gradient(135deg,#1a1f26,#151a20);border:1px solid rgba(100,116,139,.2);border-radius:12px;padding:1.5rem 2rem;margin-bottom:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.05)}.guide-section h2{margin:0 0 1rem;font-size:1.25rem;color:#e2e8f0;display:flex;align-items:center;gap:.5rem}.guide-section h3{margin:0 0 .75rem;font-size:1rem;color:#cbd5e1}.guide-section p{margin:0 0 1rem;color:#94a3b8;line-height:1.7}.guide-section p:last-child{margin-bottom:0}.guide-section p strong{color:#e2e8f0}.guide-section ol,.guide-section ul{margin:0 0 1rem;padding-left:1.5rem;color:#94a3b8;line-height:1.8}.guide-section ol:last-child,.guide-section ul:last-child{margin-bottom:0}.guide-section ol li,.guide-section ul li{margin-bottom:.5rem}.guide-section ol li:last-child,.guide-section ul li:last-child{margin-bottom:0}.guide-section ol li strong,.guide-section ul li strong{color:#e2e8f0}.guide-section--intro{padding:2.5rem}.guide-section--footer,.guide-section--intro{background:linear-gradient(135deg,rgba(34,197,94,.1),#151a20);border-color:rgba(34,197,94,.3);text-align:center}.guide-section--footer p{font-size:1.125rem;color:#e2e8f0}.guide-intro__lead{font-size:1.125rem;color:#e2e8f0!important;margin-bottom:1rem!important}.guide-intro__highlight{font-size:1rem;color:#22c55e!important;font-weight:500;font-style:italic}.guide-drops{display:flex;gap:1rem;margin:1.5rem 0;flex-wrap:wrap}.guide-drops__item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:rgba(0,0,0,.3);border:1px solid rgba(100,116,139,.2);border-radius:8px;color:#e2e8f0;font-weight:500}.guide-drops__item .icon{font-size:1.25rem}.guide-note{font-size:.875rem!important;color:#64748b!important;font-style:italic}.guide-dates{display:flex;flex-direction:column;gap:.75rem}.guide-dates__item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:rgba(0,0,0,.2);border-radius:8px;border-left:3px solid #3b82f6}.guide-dates__item .date{font-weight:600;color:#60a5fa;min-width:180px}.guide-dates__item .event{color:#e2e8f0}.guide-subsection{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(100,116,139,.15)}.guide-subsection:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.guide-locations{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.guide-locations span{padding:.375rem .75rem;background:rgba(249,115,22,.15);border:1px solid rgba(249,115,22,.3);border-radius:6px;color:#fdba74;font-size:.875rem}.guide-warning{padding:1rem;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#fca5a5;font-size:.875rem}.bronze{color:#cd7f32!important}.silver{color:silver!important}.gold{color:gold!important}.redulite{color:#a78bfa!important}.guide-track{margin-bottom:1.5rem;padding:1.25rem;border-radius:10px}.guide-track:last-child{margin-bottom:0}.guide-track h3{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.guide-track h3 .medal{font-size:1.25rem}.guide-track--bronze{background:rgba(205,127,50,.08);border:1px solid rgba(205,127,50,.25)}.guide-track--bronze h3{color:#cd7f32}.guide-track--bronze .num{background:rgba(205,127,50,.3);color:#cd7f32}.guide-track--silver{background:rgba(192,192,192,.08);border:1px solid rgba(192,192,192,.25)}.guide-track--silver h3{color:silver}.guide-track--silver .num{background:rgba(192,192,192,.3);color:#e2e8f0}.guide-track--gold{background:rgba(255,215,0,.08);border:1px solid rgba(255,215,0,.25)}.guide-track--gold h3{color:gold}.guide-track--gold .num{background:rgba(255,215,0,.3);color:gold}.guide-track--redulite{background:rgba(167,139,250,.08);border:1px solid rgba(167,139,250,.25)}.guide-track--redulite h3{color:#a78bfa}.guide-track--redulite .num{background:rgba(167,139,250,.3);color:#a78bfa}.guide-track__stages{display:flex;flex-direction:column;gap:.5rem}.guide-track .stage{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:rgba(0,0,0,.2);border-radius:6px;font-size:.875rem;color:#94a3b8}.guide-track .stage .num{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-size:.75rem;font-weight:700;flex-shrink:0}.guide-track .stage.final{background:rgba(0,0,0,.35);border:1px solid hsla(0,0%,100%,.1)}.guide-track .stage.final span:last-child{color:#e2e8f0;font-weight:500}.guide-ffa-prizes{display:flex;flex-direction:column;gap:.5rem}.guide-ffa-prizes .prize{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:rgba(0,0,0,.2);border-radius:8px}.guide-ffa-prizes .prize .place{min-width:60px;font-weight:700;color:#94a3b8}.guide-ffa-prizes .prize .reward{color:#e2e8f0}.guide-ffa-prizes .prize--1st{background:rgba(255,215,0,.1);border:1px solid rgba(255,215,0,.3)}.guide-ffa-prizes .prize--1st .place{color:gold}.guide-ffa-prizes .prize--1st .reward{font-weight:600}.guide-ffa-prizes .prize--2nd{background:rgba(192,192,192,.1);border:1px solid rgba(192,192,192,.3)}.guide-ffa-prizes .prize--2nd .place{color:silver}.guide-ffa-prizes .prize--3rd{background:rgba(205,127,50,.1);border:1px solid rgba(205,127,50,.3)}.guide-ffa-prizes .prize--3rd .place{color:#cd7f32}.guide-snarg-locations{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1rem 0}.guide-snarg-locations .location{padding:1rem;background:rgba(34,197,94,.08);border:1px solid rgba(34,197,94,.25);border-radius:8px}.guide-snarg-locations .location h4{margin:0 0 .5rem;color:#22c55e;font-size:.875rem}.guide-snarg-locations .location ul{margin:0;padding-left:1.25rem;font-family:monospace;font-size:.8rem;color:#86efac}.guide-snarg-reward{display:flex;align-items:center;gap:1rem;padding:1rem;background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.3);border-radius:8px;margin-bottom:1rem}.guide-snarg-reward .icon{font-size:2rem}.guide-snarg-reward div{display:flex;flex-direction:column;gap:.25rem}.guide-snarg-reward div strong{color:#22c55e;font-size:1rem}.guide-snarg-reward div span{color:#94a3b8;font-size:.875rem}@media(max-width:1200px){.merry-mayhem-layout{flex-direction:column;height:auto}.merry-mayhem-info,.merry-mayhem-sidebar{width:100%;max-height:300px}.merry-mayhem-map{height:50vh;min-height:400px}}@media(max-width:768px){.merry-mayhem-guide{padding:1rem}.guide-section{padding:1rem 1.25rem}.guide-dates__item{flex-direction:column;align-items:flex-start;gap:.25rem}.guide-dates__item .date{min-width:auto}.guide-drops{flex-direction:column}}