:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:#0a1a0a;color:#fafafa}.app{min-height:100vh}.hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:linear-gradient(135deg,#0d3320,#0a2a1a 40%,#145a32)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 80%,rgba(34,197,94,.15) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(16,185,129,.1) 0%,transparent 50%)}.hero-content{position:relative;z-index:1;padding:2rem;max-width:52rem}.hero-icon{font-size:5rem;margin-bottom:1rem;filter:drop-shadow(0 0 20px rgba(34,197,94,.4))}.hero h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,#fafafa,#86efac);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.hero-subtitle{font-size:clamp(1rem,2vw,1.35rem);color:#ffffffb3;max-width:36rem;margin:0 auto 2rem;line-height:1.7}.hero-stats{display:flex;gap:2.5rem;justify-content:center;flex-wrap:wrap}.hero-stat{display:flex;flex-direction:column;align-items:center}.hero-stat-value{font-size:2rem;font-weight:700;color:#4ade80}.hero-stat-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:#ffffff80}.section{padding:5rem 2rem;max-width:72rem;margin:0 auto}.section-title{font-size:2rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem;color:#fafafa}.section-subtitle{color:#ffffff80;margin-bottom:3rem;font-size:1rem}.rules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.rule-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:2rem;transition:border-color .2s,transform .2s}.rule-card:hover{border-color:#22c55e4d;transform:translateY(-2px)}.rule-icon{font-size:2rem;margin-bottom:1rem}.rule-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.rule-card p{color:#ffffff8c;font-size:.9rem;line-height:1.6}.events-list{display:flex;flex-direction:column;gap:1rem}.event-card{display:flex;align-items:center;gap:1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:1.5rem 2rem;transition:border-color .2s}.event-card:hover{border-color:#22c55e4d}.event-icon{font-size:2.5rem;flex-shrink:0}.event-info h3{font-size:1.15rem;font-weight:600;margin-bottom:.25rem}.event-info p{color:#ffffff80;font-size:.85rem}.event-badge{margin-left:auto;font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;padding:.3rem .75rem;border-radius:9999px;background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.25);white-space:nowrap;flex-shrink:0}.positions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.position-card{text-align:center;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:1.5rem 1rem;transition:border-color .2s,transform .2s}.position-card:hover{border-color:#22c55e4d;transform:translateY(-2px)}.position-icon{font-size:2.5rem;margin-bottom:.75rem}.position-card h3{font-size:.95rem;font-weight:600;margin-bottom:.25rem}.position-card p{font-size:.75rem;color:#ffffff73}.footer{text-align:center;padding:3rem 2rem;border-top:1px solid rgba(255,255,255,.06);color:#ffffff4d;font-size:.8rem}
