*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg:#0F0D08;--bg-up:#171410;--bg-card:#1C1914;--bg-card-hi:#242018;--gold:#D4AD52;--gold-hot:#F0D060;--gold-white:#FFF2D0;--gold-mid:#B89838;--gold-dim:#8A7228;--gold-rule:rgba(212,173,82,.15);--red:#E8503E;--green:#5CC840;--text-soft:#9A8240;--text-dim:#5A4A28;--text-ghost:#3A3018}html{scroll-behavior:smooth}body{font-family:"Source Serif 4",serif;background:var(--bg);color:var(--gold);-webkit-font-smoothing:antialiased;overflow-x:hidden}.rv{opacity:0;transform:translateY(18px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.rv.v{opacity:1;transform:translateY(0)}.rv-d1{transition-delay:.1s}.rv-d2{transition-delay:.2s}.rv-d3{transition-delay:.3s}.rv-d4{transition-delay:.4s}.btn{display:inline-block;font-family:Playfair Display,serif;font-weight:900;text-transform:uppercase;text-decoration:none;letter-spacing:2px;transition:all .3s}.btn-gold{background:var(--gold);color:var(--bg);font-size:1.05rem;padding:.85rem 2.75rem;box-shadow:0 0 20px #d4ad521f}.btn-gold:hover{background:var(--gold-hot);transform:translateY(-2px);box-shadow:0 6px 25px #d4ad5233}.btn-line{background:transparent;color:var(--gold);font-size:.85rem;padding:.65rem 2rem;border:2px solid var(--gold-dim)}.btn-line:hover{background:var(--gold);color:var(--bg);border-color:var(--gold);transform:translateY(-1px)}@keyframes bp{0%,to{opacity:.4}50%{opacity:1}}@keyframes gp{0%,to{box-shadow:0 0 10px #d4ad521a}50%{box-shadow:0 0 20px #d4ad5259,0 0 40px #d4ad521a}}.em-page{background:var(--bg);min-height:100vh}.em-page-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem}.hdr{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--gold-rule)}.hdr-left{display:flex;align-items:center;gap:.6rem;text-decoration:none}.hdr-left img{width:36px;height:36px;border-radius:50%;object-fit:cover}.hdr-left span{font-family:IM Fell Double Pica SC,serif;font-size:1.1rem;color:var(--gold)}.hdr-right a{font-weight:700;font-size:.6rem;letter-spacing:3px;text-transform:uppercase;color:var(--text-dim);text-decoration:none;margin-left:1.5rem;transition:color .2s}.hdr-right a:hover{color:var(--gold-hot)}.hdr-back{background:var(--gold)!important;color:var(--bg)!important;padding:.35rem .9rem;border-radius:4px}.hdr-back:hover{background:var(--gold-hot)!important}.title-sec{padding:3rem 0 1.5rem;text-align:center}.title-sec .lbl{font-weight:700;font-size:.6rem;letter-spacing:5px;text-transform:uppercase;color:var(--text-dim);margin-bottom:.4rem}.title-sec h1{font-family:Playfair Display,serif;font-weight:900;font-size:clamp(2rem,5vw,3.5rem);color:var(--gold-white);line-height:1.02}.title-sec p{font-size:1.05rem;color:var(--text-soft);margin-top:.75rem;max-width:550px;margin-left:auto;margin-right:auto;line-height:1.6}.map-wrap{position:relative;margin:2rem 0;background:var(--bg-card);border:1px solid var(--gold-rule);border-radius:8px;overflow:hidden}.map-main{width:100%;position:relative;min-height:500px}#mapCanvas{width:100%;height:100%;display:block;cursor:grab}#mapCanvas:active{cursor:grabbing}.map-loading{display:flex;align-items:center;justify-content:center;min-height:500px;color:var(--text-soft);font-size:.75rem;letter-spacing:3px;text-transform:uppercase}.map-panel{width:100%;border-bottom:1px solid var(--gold-rule);padding:1.25rem 1.5rem 1rem;background:var(--bg-card);overflow:hidden}.mp-carousel-header{display:flex;align-items:baseline;gap:1rem;margin-bottom:.75rem}.mp-carousel-header h3{font-family:Playfair Display,serif;font-weight:900;font-size:1.1rem;color:var(--gold-white);white-space:nowrap}.mp-carousel-header .mp-sub{font-size:.8rem;color:var(--text-soft);line-height:1.5;margin:0}.mp-scroll-area{overflow:hidden}.mp-track{display:flex;gap:1rem;width:max-content}.mp-track.revolving{animation:carousel-scroll linear infinite}.mp-track.revolving:hover{animation-play-state:paused}@keyframes carousel-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.mp-card{flex-shrink:0;width:260px;background:var(--bg-up);border:1px solid var(--gold-rule);padding:1rem;cursor:pointer;transition:all .3s;position:relative}.mp-card:hover{border-color:#d4ad5259;background:var(--bg-up)}.mp-card.active{border-color:var(--gold);background:#d4ad520d}.mp-card.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--gold)}.mp-card h4{font-family:Playfair Display,serif;font-weight:900;font-size:.95rem;color:var(--gold-white);margin-bottom:.1rem}.mp-card .mp-dist{font-weight:700;font-size:.55rem;letter-spacing:2px;text-transform:uppercase;color:var(--text-dim);margin-bottom:.3rem}.mp-card .mp-desc{font-size:.8rem;color:var(--text-soft);line-height:1.45}.mp-badge{display:inline-block;font-weight:800;font-size:.5rem;letter-spacing:2px;text-transform:uppercase;padding:.2rem .5rem;margin-top:.4rem}.mp-badge.won{background:#5cc84014;color:var(--green);border:1px solid rgba(92,200,64,.2)}.mp-badge.act{background:#e8503e14;color:var(--red);border:1px solid rgba(232,80,62,.2)}.map-controls{position:absolute;bottom:1rem;right:1rem;display:flex;flex-direction:column;gap:.25rem;z-index:10}.map-controls button{width:32px;height:32px;background:var(--bg-card);border:1px solid var(--gold-rule);color:var(--gold);font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.map-controls button:hover{background:var(--bg-up);border-color:var(--gold)}.legend{display:flex;gap:1.5rem;justify-content:center;padding:1rem;border-top:1px solid var(--gold-rule);flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:.4rem;font-size:.65rem;font-weight:600;color:var(--text-soft);letter-spacing:1px;text-transform:uppercase}.legend-dot{width:12px;height:12px;border-radius:2px}.pg-ft{padding:2rem 0;text-align:center;border-top:1px solid var(--gold-rule);margin-top:3rem}.pg-ft p{font-size:.5rem;color:var(--text-ghost);letter-spacing:2px;text-transform:uppercase}.pg-ft a{color:var(--text-dim);text-decoration:none}@media(max-width:768px){.map-panel{padding:1rem}.mp-carousel-header{flex-direction:column;gap:.25rem}.mp-scroll-area{overflow-x:auto;-webkit-overflow-scrolling:touch}.mp-track.revolving{animation:none}.mp-track{width:max-content}.mp-card{width:220px}.map-main{min-height:350px}.hdr-right a:not(.hdr-back){display:none}}
