*{box-sizing:border-box}body{background-color:var(--bg-main);color:var(--text);font-family:'Inter',sans-serif;font-size:1rem;line-height:1.75}a{color:var(--accent);text-decoration:none}a:hover{color:var(--gold)}.breadcrumb-wrap{background-color:var(--bg-section);border-bottom:1px solid var(--border);padding:0.75rem 0}.breadcrumb{margin:0}.breadcrumb-item a{color:var(--accent);font-size:0.85rem}.breadcrumb-item.active{color:var(--text-muted);font-size:0.85rem}.breadcrumb-item + .breadcrumb-item::before{color:var(--text-muted)}.page-hero{background:linear-gradient(135deg,#06120d 0%,#0d2b1a 60%,#06120d 100%);padding:72px 0 60px;position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;top:-80px;right:-80px;width:420px;height:420px;background:radial-gradient(circle,rgba(253,230,138,0.07) 0%,transparent 70%);border-radius:50%}.page-hero::after{content:'';position:absolute;bottom:-60px;left:-60px;width:300px;height:300px;background:radial-gradient(circle,rgba(74,222,128,0.07) 0%,transparent 70%);border-radius:50%}.page-hero h1{font-size:clamp(1.9rem,4.5vw,3rem);font-weight:800;line-height:1.2;color:var(--text)}.page-hero h1 span.accent{color:var(--accent)}.page-hero h1 span.gold{color:var(--gold)}.page-hero p{color:var(--text-muted);font-size:1.05rem;max-width:540px}.btn-outline-accent{border:2px solid var(--accent);color:var(--accent);font-weight:700;padding:0.7rem 1.8rem;border-radius:8px;background:transparent;transition:all 0.2s}.btn-outline-accent:hover{background:var(--accent);color:#06120d}section{padding:68px 0}.section-alt{background-color:var(--bg-section)}.section-title{font-size:clamp(1.4rem,3vw,2.1rem);font-weight:800;color:var(--text);margin-bottom:0.5rem}.section-sub{color:var(--text-muted);font-size:0.97rem;margin-bottom:2.25rem}.gold-text{color:var(--gold)}.accent-text{color:var(--accent)}.treasure-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;max-width:420px;margin:0 auto}.treasure-tile{aspect-ratio:1;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;border:2px solid var(--border);background:var(--bg-section);cursor:default;transition:all 0.25s;position:relative;overflow:hidden}.treasure-tile.revealed{background:linear-gradient(135deg,#0d2b1a,#0d1f17);border-color:var(--gold)}.treasure-tile.empty{background:rgba(74,222,128,0.05);border-color:rgba(74,222,128,0.1)}.treasure-tile.hidden{background:linear-gradient(135deg,#0d2b1a 0%,#06120d 100%);border-color:var(--border)}.feature-card{background:var(--bg-section);border:1px solid var(--border);border-radius:14px;padding:1.75rem 1.5rem;height:auto;transition:border-color 0.2s,transform 0.2s}.feature-card:hover{border-color:var(--accent);transform:translateY(-4px)}.feature-card .icon{width:52px;height:52px;background:rgba(74,222,128,0.1);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--accent);margin-bottom:1rem}.feature-card h5{font-weight:700;color:var(--text);margin-bottom:0.4rem;font-size:1rem}.feature-card p{color:var(--text-muted);font-size:0.88rem;margin:0}.step-card{background:var(--bg-section);border:1px solid var(--border);border-radius:14px;padding:1.75rem 1.5rem;height:auto;position:relative}.step-num{width:44px;height:44px;background:var(--accent);color:#06120d;font-weight:800;font-size:1.1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.step-card h5{font-weight:700;color:var(--gold);font-size:1rem;margin-bottom:0.4rem}.step-card p{color:var(--text-muted);font-size:0.88rem;margin:0}.prize-table th{background:var(--bg-section);color:var(--gold);font-weight:700;border-color:var(--border);font-size:0.88rem}.prize-table td{background:#06120d;color:var(--text-muted);border-color:var(--border);font-size:0.88rem;vertical-align:middle}.prize-table td.highlight{color:var(--accent);font-weight:700}.prize-table td.gold-val{color:var(--gold);font-weight:700}.timeline{position:relative;padding-left:2rem}.timeline::before{content:'';position:absolute;left:0.6rem;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--accent),var(--gold),var(--accent))}.timeline-item{position:relative;margin-bottom:2rem;padding-left:1.5rem}.timeline-item::before{content:'';position:absolute;left:-1.45rem;top:0.45rem;width:12px;height:12px;border-radius:50%;background:var(--accent);border:2px solid var(--bg-main)}.timeline-item h6{font-weight:700;color:var(--gold);margin-bottom:0.25rem;font-size:0.95rem}.timeline-item p{color:var(--text-muted);font-size:0.88rem;margin:0}.notice-box{background:linear-gradient(90deg,rgba(253,230,138,0.07),rgba(74,222,128,0.04));border-left:4px solid var(--gold);border-radius:10px;padding:1.1rem 1.4rem}.notice-box p{color:var(--text-muted);font-size:0.87rem;margin:0}.stat-badge{background:var(--bg-section);border:1px solid var(--border);border-radius:12px;padding:1.25rem 1rem;text-align:center}.stat-badge .val{font-size:1.8rem;font-weight:800;color:var(--accent);line-height:1;display:block}.stat-badge .label{font-size:0.8rem;color:var(--text-muted);margin-top:0.3rem;display:block}.accordion-item{background:var(--bg-section) !important;border:1px solid var(--border) !important;margin-bottom:0.75rem;border-radius:10px !important;overflow:hidden}.accordion-button{background:var(--bg-section) !important;color:var(--text) !important;font-weight:600;font-size:0.95rem;box-shadow:none !important}.accordion-button:not(.collapsed){color:var(--accent) !important}.accordion-button::after{filter:invert(1) sepia(1) saturate(3) hue-rotate(90deg)}.accordion-body{background:var(--bg-section);color:var(--text-muted);font-size:0.9rem}.content-img{width:100%;max-width:100%;height:auto;border-radius:12px;display:block;margin:0 auto;border:1px solid var(--border)}html,body{overflow-x:clip;width:100%}
