:root{--gr-bg:#f6f8fc;--gr-white:#fff;--gr-border:#dbe3ee;--gr-primary:#233a8b;--gr-secondary:#6f4be8;--gr-accent:#00a9e0;--gr-green:#73c92d;--gr-red:#e5223a;--gr-text:#111827;--gr-heading:#08111f;--gr-gray:#526173;--gr-muted:#7a8796;--gr-shadow:0 20px 70px rgba(35,58,139,.12);--gr-radius:24px;--gr-container:1200px;--gr-font-heading:'Montserrat',Arial,sans-serif;--gr-font-body:'Inter',Arial,sans-serif;--gr-font-number:'Rajdhani',Arial,sans-serif}
*{box-sizing:border-box}body{margin:0;background:var(--gr-bg);color:var(--gr-text);font-family:var(--gr-font-body)}a{text-decoration:none;color:inherit}.gr-container{width:min(100% - 40px,var(--gr-container));margin:0 auto}.gr-header{position:sticky;top:0;z-index:99;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid var(--gr-border)}.gr-header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between}.gr-logo{display:flex;align-items:center;gap:12px;font-family:var(--gr-font-heading);font-weight:900;font-size:20px}.gr-logo-mark{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,var(--gr-primary),var(--gr-accent));color:#fff;display:grid;place-items:center}.gr-nav{display:flex;align-items:center;gap:24px;font-weight:800;color:var(--gr-gray)}
.gr-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border-radius:999px;font-weight:900;border:1px solid transparent}.gr-btn-small{min-height:40px;padding:9px 16px;font-size:13px}.gr-btn-primary{color:#fff;background:linear-gradient(135deg,var(--gr-primary),var(--gr-secondary));box-shadow:0 12px 35px rgba(35,58,139,.22)}.gr-btn-secondary{color:var(--gr-primary);background:#fff;border-color:var(--gr-border)}
.gr-hero{padding:90px 0 52px;background:radial-gradient(circle at 80% 20%,rgba(0,169,224,.22),transparent 32%),linear-gradient(180deg,#fff,#eef3fb);border-bottom:1px solid var(--gr-border)}.gr-eyebrow{display:inline-flex;gap:10px;color:var(--gr-primary);text-transform:uppercase;letter-spacing:.16em;font-size:13px;font-weight:900;margin-bottom:18px}.gr-eyebrow:before{content:'';width:34px;height:3px;background:linear-gradient(90deg,var(--gr-primary),var(--gr-accent));border-radius:999px}h1,h2,h3{font-family:var(--gr-font-heading);color:var(--gr-heading);letter-spacing:-.04em;line-height:1.05;margin:0 0 18px}h1{font-size:clamp(46px,7vw,92px);max-width:900px}h2{font-size:clamp(32px,4vw,56px)}h3{font-size:24px}p{color:var(--gr-gray);line-height:1.7}.gr-hero p{max-width:700px;font-size:20px}.gr-section{padding:80px 0}.gr-section-title{margin-bottom:36px;max-width:760px}.gr-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.gr-card{background:#fff;border:1px solid var(--gr-border);border-radius:var(--gr-radius);padding:26px;box-shadow:var(--gr-shadow)}.gr-event-meta{display:flex;flex-wrap:wrap;gap:9px}.gr-pill{display:inline-flex;align-items:center;min-height:30px;padding:6px 11px;border-radius:999px;background:#eef3fb;color:var(--gr-primary);font-size:12px;font-weight:900}.status-live{background:rgba(229,34,58,.1);color:var(--gr-red)}.status-completed{background:rgba(35,58,139,.1);color:var(--gr-primary)}.status-registration_open{background:rgba(115,201,45,.14);color:#437d12}
.gr-search-box{margin-top:34px;background:#fff;border:1px solid var(--gr-border);border-radius:26px;padding:18px;box-shadow:var(--gr-shadow);display:grid;grid-template-columns:1fr auto;gap:12px;max-width:820px}.gr-search-box input,.gr-admin-form input,.gr-admin-form select,.gr-admin-form textarea{border:1px solid var(--gr-border);border-radius:16px;padding:14px 16px;font-size:16px;outline:none;background:#f9fbff}.gr-admin-form{display:grid;gap:14px;max-width:780px}.gr-admin-form label{font-weight:900;color:var(--gr-heading);font-size:13px}.gr-table-wrap{overflow-x:auto;background:#fff;border:1px solid var(--gr-border);border-radius:24px;box-shadow:var(--gr-shadow)}.gr-table{width:100%;border-collapse:collapse;min-width:860px}.gr-table th,.gr-table td{padding:16px;border-bottom:1px solid var(--gr-border);text-align:left}.gr-table th{color:var(--gr-muted);font-size:12px;text-transform:uppercase;letter-spacing:.12em}.gr-rank{font-family:var(--gr-font-number);font-size:28px;color:var(--gr-primary);font-weight:800}.gr-time{font-family:var(--gr-font-number);font-size:24px;font-weight:800;color:var(--gr-heading)}.gr-alert{padding:14px 16px;border-radius:16px;font-weight:800;margin-bottom:16px}.gr-alert-error{background:rgba(229,34,58,.1);border:1px solid rgba(229,34,58,.25);color:var(--gr-red)}.gr-alert-success{background:rgba(115,201,45,.14);border:1px solid rgba(115,201,45,.3);color:#437d12}.gr-footer{padding:44px 0;background:#08111f;color:#fff}.gr-footer-inner{display:flex;justify-content:space-between;gap:24px}.gr-footer p,.gr-footer a{color:#c9d2df}.gr-footer a{display:block;margin-bottom:8px}
@media(max-width:900px){.gr-grid{grid-template-columns:1fr}.gr-nav{display:none}.gr-search-box{grid-template-columns:1fr}.gr-footer-inner{display:grid}}
