.orbs-map{position:relative;height:600px;background:#0a0a0f;border-radius:.75rem;overflow:hidden;border:2px solid rgba(51,65,85,.5)}.orbs-map,.orbs-map__svg{width:100%;touch-action:none}.orbs-map__svg{height:100%;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.orbs-map__svg:active{cursor:grabbing}.orbs-map__controls{position:absolute;top:1rem;right:1rem;display:flex;flex-direction:column;gap:.5rem;z-index:10}.orbs-map__control-btn{width:40px;height:40px;background:rgba(15,23,42,.95);border:1px solid rgba(51,65,85,.8);border-radius:.5rem;color:#cbd5e1;font-size:1.25rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.orbs-map__control-btn:hover{background:rgba(220,38,38,.2);border-color:#dc2626;color:#fca5a5;transform:scale(1.05)}.orbs-map__control-btn:active{transform:scale(.95)}.orbs-map__legend{position:absolute;bottom:1rem;left:1rem;background:rgba(15,23,42,.95);border:1px solid rgba(51,65,85,.8);border-radius:.5rem;padding:1rem;z-index:10}.orbs-map__legend-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;color:#cbd5e1;font-size:.875rem}.orbs-map__legend-item:last-child{margin-bottom:0}.orbs-map__legend-dot{width:16px;height:16px;border-radius:50%;flex-shrink:0}.orbs-map__legend-dot--confirmed{background:#dc2626;box-shadow:0 0 10px rgba(220,38,38,.8)}.orbs-map__legend-dot--predicted{background:#3b82f6;border:2px dashed #60a5fa;box-shadow:0 0 10px rgba(59,130,246,.6)}.orbs-map__legend-dot--centroid{background:rgba(0,0,0,0);border:2px solid #fbbf24;position:relative}.orbs-map__legend-dot--centroid:after,.orbs-map__legend-dot--centroid:before{content:"";position:absolute;background:#fbbf24}.orbs-map__legend-dot--centroid:before{width:2px;height:12px;top:50%;left:50%;transform:translate(-50%,-50%)}.orbs-map__legend-dot--centroid:after{width:12px;height:2px;top:50%;left:50%;transform:translate(-50%,-50%)}.orbs-map__instructions{position:absolute;bottom:1rem;right:1rem;background:rgba(15,23,42,.95);border:1px solid rgba(51,65,85,.8);border-radius:.5rem;padding:.75rem 1rem;z-index:10}.orbs-map__instructions p{margin:0;color:#94a3b8;font-size:.8rem;font-style:italic}.orbs-map__notification{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(22,163,74,.95);border:2px solid #4ade80;border-radius:.5rem;padding:1rem 1.5rem;color:#fff;font-size:1rem;font-weight:600;z-index:20;box-shadow:0 4px 20px rgba(22,163,74,.4);animation:notification-fade-in .3s ease}@keyframes notification-fade-in{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.orb-pulse{animation:orb-pulse-animation 2s ease-in-out infinite}.orb-pulse-predicted{animation:orb-pulse-predicted-animation 2s ease-in-out infinite}@keyframes orb-pulse-animation{0%,to{opacity:.6}50%{opacity:.3}}@keyframes orb-pulse-predicted-animation{0%,to{opacity:.4}50%{opacity:.2}}@media(max-width:768px){.orbs-map{height:400px}.orbs-map__instructions,.orbs-map__legend{font-size:.75rem;padding:.5rem}.orbs-map__controls{gap:.25rem}.orbs-map__control-btn{width:36px;height:36px;font-size:1.1rem}}.orbs-page{position:relative;min-height:100vh;background:#000;color:#e2e8f0}.orbs-hero{position:relative;height:50vh;min-height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden}.orbs-hero__orb{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;border-radius:50%;z-index:0;overflow:hidden;mask-image:radial-gradient(circle at center,black 60%,transparent 100%);-webkit-mask-image:radial-gradient(circle at center,black 60%,transparent 100%)}.orbs-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.95) 0,rgba(0,0,0,.7) 40%,rgba(0,0,0,.3) 70%,rgba(0,0,0,0));z-index:1}.orbs-hero__content{position:relative;z-index:2;text-align:center;max-width:800px;padding:2rem}.orbs-hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(220,38,38,.2);border:1px solid rgba(220,38,38,.5);border-radius:2rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fca5a5;margin-bottom:1.5rem;animation:pulse-glow 2s ease-in-out infinite}.orbs-hero__badge-icon{animation:spin 4s linear infinite}.orbs-hero__event-end{font-size:.875rem;color:#94a3b8;margin:.5rem 0 1rem;font-weight:500}.orbs-hero__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;margin-bottom:1rem;background:linear-gradient(135deg,#fca5a5,#dc2626 50%,#991b1b);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-shadow:0 0 40px rgba(220,38,38,.5)}.orbs-hero__subtitle{font-size:1.5rem;color:#cbd5e1;margin-bottom:2rem;font-weight:300}.orbs-hero__warning{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:rgba(234,179,8,.1);border:1px solid rgba(234,179,8,.3);border-radius:.5rem;color:#fde047;font-size:.95rem}.orbs-hero__warning svg{flex-shrink:0}.orbs-stats{padding:3rem 1rem;max-width:1200px;margin:0 auto}.orbs-stats__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.orbs-stat{background:rgba(15,23,42,.6);border:1px solid rgba(51,65,85,.5);border-radius:.75rem;padding:2rem;text-align:center;transition:all .3s ease}.orbs-stat:hover{border-color:rgba(220,38,38,.5);transform:translateY(-4px);box-shadow:0 8px 24px rgba(220,38,38,.2)}.orbs-stat__icon{width:2.5rem;height:2.5rem;margin:0 auto 1rem;color:#dc2626}.orbs-stat__value{font-size:2.5rem;font-weight:800;color:#fca5a5;margin-bottom:.5rem}.orbs-stat__label{font-size:.875rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.orbs-event-details{display:grid;gap:1.5rem}.orbs-event-details__item{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem;background:rgba(15,23,42,.6);border:1px solid rgba(51,65,85,.5);border-radius:.75rem;transition:all .3s ease}.orbs-event-details__item:hover{border-color:rgba(220,38,38,.5);transform:translateX(4px)}.orbs-event-details__item strong{display:block;color:#fca5a5;font-size:1.1rem;margin-bottom:.5rem}.orbs-event-details__item p{margin:0;color:#cbd5e1;font-size:.95rem;line-height:1.6}.orbs-event-details__icon{width:1.5rem;height:1.5rem;color:#dc2626;flex-shrink:0;margin-top:.25rem}.orbs-section--compact{padding:1.5rem 1rem}.orbs-section{padding:2rem 1rem;max-width:1200px;margin:0 auto}.orbs-section__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.orbs-section__header h2{font-size:2rem;font-weight:700;color:#f1f5f9}.orbs-section__icon{width:2rem;height:2rem;color:#dc2626}.orbs-section h3{font-size:1.5rem;font-weight:600;color:#fca5a5;margin:1.5rem 0 .75rem}.orbs-section h3:first-of-type{margin-top:0}.orbs-section p{color:#cbd5e1;line-height:1.6;margin-bottom:.75rem;font-size:1.05rem}.orbs-section ul{list-style:none;padding:0;margin:.75rem 0}.orbs-section ul li{padding-left:1.5rem;position:relative;color:#cbd5e1;line-height:1.6;margin-bottom:.4rem}.orbs-section ul li:before{content:"▸";position:absolute;left:0;color:#dc2626}.orbs-link{color:#60a5fa;font-weight:600;text-decoration:none}.orbs-link:hover{color:#93c5fd;text-decoration:underline}.orbs-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:rgba(15,23,42,.6);border-radius:.5rem;overflow:hidden}.orbs-table thead{background:rgba(220,38,38,.2)}.orbs-table thead th{padding:1rem;text-align:left;color:#fca5a5;font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid rgba(220,38,38,.5)}.orbs-table tbody tr{border-bottom:1px solid rgba(51,65,85,.3);transition:background .2s ease}.orbs-table tbody tr:hover{background:rgba(220,38,38,.1)}.orbs-table tbody tr:last-child{border-bottom:none}.orbs-table tbody td{padding:1rem;color:#cbd5e1}.orbs-table tbody td strong{color:#fca5a5}.orbs-table__actions{display:flex;gap:.5rem;align-items:center}.orbs-table__btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;border:1px solid;border-radius:.375rem;cursor:pointer;transition:all .2s ease;background:rgba(0,0,0,0)}.orbs-table__btn--map{color:#60a5fa;border-color:rgba(96,165,250,.5)}.orbs-table__btn--map:hover{background:rgba(96,165,250,.1);border-color:#60a5fa;transform:translateY(-1px)}.orbs-table__btn--copy{color:#4ade80;border-color:rgba(74,222,128,.5)}.orbs-table__btn--copy:hover{background:rgba(74,222,128,.1);border-color:#4ade80;transform:translateY(-1px)}.orbs-briefing{background:rgba(234,179,8,.05);border:1px solid rgba(234,179,8,.2);border-radius:.75rem;padding:2rem}.orbs-briefing__alert{background:rgba(234,179,8,.2);padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1.5rem;font-weight:600;color:#fde047}.orbs-briefing p{color:#cbd5e1;line-height:1.7;margin-bottom:1rem}.orbs-briefing p:last-child{margin-bottom:0}.orbs-briefing__warning{display:flex;align-items:center;gap:.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(234,179,8,.2);color:#fde047}.orbs-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.orbs-info__item{background:rgba(15,23,42,.6);border:1px solid rgba(51,65,85,.5);border-radius:.75rem;padding:2rem}.orbs-info__item h3{font-size:1.25rem;font-weight:600;color:#fca5a5;margin-bottom:1rem}.orbs-info__item ul{list-style:none;padding:0;margin:0}.orbs-info__item ul li{padding-left:1.5rem;position:relative;color:#cbd5e1;line-height:1.8;margin-bottom:.5rem}.orbs-info__item ul li:before{content:"▸";position:absolute;left:0;color:#dc2626}.orbs-map-notice{background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.3);border-radius:.75rem;padding:2rem;text-align:center;margin-bottom:2rem}.orbs-map-notice p{color:#93c5fd;margin-bottom:1rem}.orbs-map-controls{margin-top:1rem}.orbs-map-toggle{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;color:#cbd5e1;font-size:.95rem}.orbs-map-toggle input[type=checkbox]{width:1rem;height:1rem;cursor:pointer}.orbs-waypoints h3{font-size:1.5rem;font-weight:600;color:#f1f5f9;margin-bottom:1.5rem}.orbs-waypoints__predicted-header{display:flex;align-items:center;gap:.75rem;color:#93c5fd;margin-top:3rem}.orbs-waypoints__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.orbs-waypoint{background:rgba(15,23,42,.8);border:2px solid rgba(51,65,85,.5);border-radius:.75rem;padding:1.5rem;cursor:pointer;transition:all .3s ease}.orbs-waypoint:hover{border-color:rgba(220,38,38,.6);transform:translateY(-2px);box-shadow:0 4px 12px rgba(220,38,38,.3)}.orbs-waypoint--selected{border-color:#dc2626;background:rgba(220,38,38,.1)}.orbs-waypoint--predicted{border-style:dashed;border-color:rgba(59,130,246,.5)}.orbs-waypoint--predicted:hover{border-color:rgba(59,130,246,.8);box-shadow:0 4px 12px rgba(59,130,246,.3)}.orbs-waypoint--predicted.orbs-waypoint--selected{border-color:#3b82f6;background:rgba(59,130,246,.1)}.orbs-waypoint__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.orbs-waypoint__header h4{font-size:1.1rem;font-weight:600;color:#f1f5f9;margin:0}.orbs-waypoint__icon{width:1.25rem;height:1.25rem;color:#dc2626;flex-shrink:0}.orbs-waypoint__location{color:#94a3b8;font-size:.9rem;margin-bottom:.5rem}.orbs-waypoint__coords{font-family:Courier New,monospace;color:#cbd5e1;font-size:.875rem;margin-bottom:1rem}.orbs-waypoint__audio,.orbs-waypoint__boss{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#fca5a5;margin-bottom:.5rem}.orbs-waypoint__prediction-note{font-size:.85rem;color:#93c5fd;font-style:italic;margin-bottom:1rem}.orbs-waypoint__copy{width:100%;padding:.75rem;background:rgba(220,38,38,.2);border:1px solid rgba(220,38,38,.5);border-radius:.5rem;color:#fca5a5;font-weight:600;cursor:pointer;transition:all .2s ease}.orbs-waypoint__copy:hover{background:rgba(220,38,38,.3);border-color:#dc2626}.orbs-bosses{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.orbs-boss{background:rgba(15,23,42,.8);border:2px solid rgba(220,38,38,.3);border-radius:.75rem;padding:1.5rem;transition:all .3s ease}.orbs-boss:hover{border-color:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px rgba(220,38,38,.4)}.orbs-boss__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.orbs-boss__header h3{font-size:1.1rem;font-weight:600;color:#fca5a5;margin:0}.orbs-boss__level{background:rgba(220,38,38,.2);padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;font-weight:700;color:#fca5a5}.orbs-boss__location{display:flex;align-items:center;gap:.5rem;color:#94a3b8;font-size:.9rem;margin-bottom:1rem}.orbs-boss__info{display:flex;flex-wrap:wrap;gap:.5rem}.orbs-boss__tag{padding:.25rem .75rem;background:rgba(51,65,85,.5);border-radius:.25rem;font-size:.8rem;color:#cbd5e1}.orbs-research{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.orbs-research__card{background:rgba(15,23,42,.8);border:1px solid rgba(51,65,85,.5);border-radius:.75rem;padding:2rem}.orbs-research__card h3{font-size:1.25rem;font-weight:600;color:#93c5fd;margin-bottom:1rem}.orbs-research__card p{color:#cbd5e1;line-height:1.7;margin-bottom:1rem}.orbs-research__card ul{list-style:none;padding:0;margin:1rem 0}.orbs-research__card ul li{padding-left:1.5rem;position:relative;color:#cbd5e1;line-height:1.8;margin-bottom:.5rem}.orbs-research__card ul li:before{content:"▸";position:absolute;left:0;color:#3b82f6}.orbs-research__link{display:inline-flex;align-items:center;color:#60a5fa;font-weight:600;text-decoration:none;transition:color .2s ease}.orbs-research__link:hover{color:#93c5fd}.orbs-research__status{font-style:italic;color:#94a3b8;font-size:.9rem}.orbs-copy-notification{position:fixed;top:2rem;right:2rem;background:rgba(22,163,74,.95);border:2px solid #4ade80;border-radius:.5rem;padding:1rem 1.5rem;color:#fff;font-size:1rem;font-weight:600;z-index:9999;box-shadow:0 4px 20px rgba(22,163,74,.4);animation:notification-slide-in .3s ease}@keyframes notification-slide-in{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.orbs-resources{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.orbs-resource{background:rgba(15,23,42,.6);border:1px solid rgba(51,65,85,.5);border-radius:.75rem;padding:1.5rem;text-decoration:none;transition:all .3s ease}.orbs-resource:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.orbs-resource__title{font-size:1.1rem;font-weight:600;color:#93c5fd;margin-bottom:.5rem}.orbs-resource__desc{color:#94a3b8;font-size:.9rem;line-height:1.5}@keyframes pulse-glow{0%,to{box-shadow:0 0 10px rgba(220,38,38,.5)}50%{box-shadow:0 0 20px rgba(220,38,38,.8)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:768px){.orbs-hero__orb{width:300px;height:300px}.orbs-hero__badge{display:none}.orbs-hero__subtitle{font-size:1.1rem}.orbs-hero__warning{font-size:.85rem;padding:.75rem 1rem}.orbs-hero__warning span{font-size:.8rem}.orbs-section{padding:1.5rem .75rem}.orbs-table-wrapper{overflow-x:visible}.orbs-table{border:none}.orbs-table thead{display:none}.orbs-table tbody{display:block}.orbs-table tr{display:block;margin-bottom:1.5rem;background:rgba(15,23,42,.8);border:2px solid rgba(51,65,85,.5);border-radius:.75rem;padding:1rem}.orbs-table tr:hover{background:rgba(15,23,42,.9);border-color:rgba(220,38,38,.5)}.orbs-table td{display:block;padding:.5rem 0;border:none;text-align:left}.orbs-table td:first-child{padding-top:0;margin-bottom:.5rem}.orbs-table td:first-child strong{font-size:1.2rem;color:#fca5a5}.orbs-table td:nth-child(2):before{content:"Coordinates: ";font-weight:600;color:#94a3b8;display:inline}.orbs-table td:nth-child(3){margin-top:.5rem;padding-top:.75rem;border-top:1px solid rgba(51,65,85,.5);font-size:.9rem;color:#fbbf24}.orbs-table td:nth-child(3):before{content:"Spawns: ";font-weight:600;color:#94a3b8;display:block;margin-bottom:.25rem}.orbs-table td:nth-child(4){margin-top:1rem;padding-top:0}.orbs-table__actions{display:flex;gap:.75rem;margin-top:.5rem}.orbs-table__btn{flex:1;justify-content:center;padding:.75rem 1rem;font-size:.9rem}}