@charset "UTF-8";.event-description,.rich-text{font-size:1rem;line-height:1.6;color:#e2e8f0;display:grid;gap:.75rem}.event-description p,.rich-text p{margin:0}.event-description h1,.event-description h2,.event-description h3,.event-description h4,.rich-text h1,.rich-text h2,.rich-text h3,.rich-text h4{margin:.5rem 0 .25rem;color:#f8fafc;line-height:1.2}.event-description ul,.event-description ol,.rich-text ul,.rich-text ol{margin:0;padding-left:1.25rem;display:grid;gap:.25rem}.event-description li,.rich-text li{margin:0}.event-description blockquote,.rich-text blockquote{margin:0;padding:.75rem 1rem;border-left:3px solid #38bdf8;background:#38bdf814;border-radius:6px;color:#cbd5e1}.event-description img,.rich-text img{max-width:100%;height:auto;border-radius:10px;display:block}.event-description iframe,.rich-text iframe,.event-description video,.rich-text video{width:100%;max-width:100%;aspect-ratio:16/9;border:none;border-radius:10px;overflow:hidden}.event-description pre,.rich-text pre{background:#0f172acc;padding:.75rem;border-radius:8px;overflow-x:auto;border:1px solid rgba(255,255,255,.08)}:root{--color-primary: #4f46e5;--color-primary-soft: #6366f1;--color-secondary: #22d3ee;--color-bg: #f5f7fb;--color-bg-elevated: #ffffff;--color-text: #0f172a;--color-muted: #475569;--color-border: #e2e8f0;--color-success: #22c55e;--color-warning: #f59e0b;--color-danger: #ef4444;--font-heading: "Inter", "Segoe UI", sans-serif;--font-body: "Inter", "Segoe UI", sans-serif;--font-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 14px;--radius-xl: 20px;--shadow-soft: 0 4px 12px rgba(15, 23, 42, .08);--shadow-card: 0 18px 50px rgba(15, 23, 42, .16);--shadow-popover: 0 22px 65px rgba(15, 23, 42, .24);--ah-primary: var(--color-primary);--ah-secondary: var(--color-secondary);--ah-surface: var(--color-bg-elevated);--ah-muted: #94a3b8;--ah-border: rgba(255, 255, 255, .08);--ah-bg: var(--color-bg);--ah-success: var(--color-success);--ah-warning: var(--color-warning);--ah-danger: var(--color-danger);--ah-radius-sm: var(--radius-sm);--ah-radius-md: var(--radius-md);--ah-radius-lg: 16px;--ah-space-1: var(--space-xs);--ah-space-2: var(--space-sm);--ah-space-3: 12px;--ah-space-4: var(--space-md);--ah-space-5: 20px;--ah-space-6: var(--space-lg);--ah-shadow-card: var(--shadow-card)}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);min-height:100vh}html{scroll-behavior:smooth}a{color:inherit}.page-shell{max-width:1240px;margin:0 auto;padding:1.5rem 1rem}h1,h2,h3,h4{font-family:var(--font-heading);color:#0f172a}h1{font-size:clamp(32px,4vw,42px);line-height:1.1;letter-spacing:-.02em}h2{font-size:clamp(24px,3vw,32px);line-height:1.15}h3{font-size:20px;line-height:1.2}h4{font-size:18px;line-height:1.25}p{margin:0 0 .35rem;line-height:1.6}small,.small{font-size:13px}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:999px;background:#4f46e51f;color:#4338ca;font-weight:700;font-size:.85rem}.card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:1.25rem;box-shadow:var(--shadow-card);color:#0f172a}.button,button.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.2rem;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--color-secondary),var(--color-primary));color:#0b1324;font-weight:700;text-decoration:none;border:none;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.button:hover{transform:translateY(-1px);box-shadow:0 15px 35px #4f46e559}.button:focus-visible{outline:2px solid rgba(79,70,229,.35);outline-offset:2px;box-shadow:0 0 0 4px #4f46e526}.button:disabled{opacity:.7;cursor:not-allowed;box-shadow:none}.button--primary{background:linear-gradient(135deg,var(--color-secondary),var(--color-primary));color:#0b1324;border:none}.button--secondary,.button.secondary{background:#fff;color:#0f172a;border:1px solid var(--color-border)}.button--ghost,.button.ghost{background:transparent;border:1px solid rgba(255,255,255,.35);color:#f8fafc}.button.secondary{background:#fff;color:#0f172a;border:1px solid var(--color-border)}.button.ghost{background:transparent;border:1px solid rgba(255,255,255,.35);color:#f8fafc}.button.text{background:transparent;border:none;color:var(--color-primary)}.input,input,select,textarea{font-family:var(--font-body)}.input,input[type=text],input[type=email],input[type=tel],input[type=number],select,textarea{width:100%;padding:.75rem .9rem;border-radius:var(--radius-md);border:1px solid var(--color-border);background:#f8fafc;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box}.input:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid rgba(79,70,229,.25);border-color:#4f46e573;box-shadow:0 10px 25px #4f46e51f}.tag{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#eef2ff;color:#4338ca;font-weight:700;font-size:.82rem}.tag.success{background:#22c55e1f;color:#15803d}.tag.warning{background:#f59e0b26;color:#c2410c}.tag.danger{background:#ef44441f;color:#b91c1c}.muted-text{color:var(--ah-muted)}
