body{-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*,:after,:before{box-sizing:border-box}:root{--bg:#f2f4f8;--card:#fff;--ink:#0f172a;--muted:#6b7280;--primary:#151515;--accent:#111827;--shadow:0 14px 60px #0f172a1a}body{-webkit-font-smoothing:antialiased;background:#f2f4f8;background:var(--bg);color:#0f172a;color:var(--ink);font-family:Poppins,Inter,Segoe UI,system-ui,-apple-system,sans-serif;margin:0}.app{background:radial-gradient(circle at 10% 20%,#eef2ff 0,#f2f4f8 25%),radial-gradient(circle at 80% 0,#e0f2fe 0,#f2f4f8 24%),#f2f4f8;background:radial-gradient(circle at 10% 20%,#eef2ff 0,#f2f4f8 25%),radial-gradient(circle at 80% 0,#e0f2fe 0,#f2f4f8 24%),var(--bg);min-height:100vh}.content{margin:0 auto;max-width:1200px;padding:24px 22px 80px}.top-nav{background:#fff;background:var(--card);border-radius:22px;box-shadow:0 14px 60px #0f172a1a;box-shadow:var(--shadow);height:64px;justify-content:space-between;padding:0 18px}.brand,.top-nav{align-items:center;display:flex}.brand{font-size:18px;font-weight:700;gap:8px}.brand-dot{background:linear-gradient(135deg,#111827,#0ea5e9);border-radius:50%;height:16px;width:16px}.brand-name{letter-spacing:-.3px}.nav-links{align-items:center;display:flex;gap:14px}.nav-link{border-radius:10px;color:#111827;font-size:14px;font-weight:500;padding:8px 12px;text-decoration:none}.nav-link.active{background:#eef2ff;color:#111827}.nav-actions{align-items:center;display:flex;gap:10px}.ghost-btn,.primary-btn{border:none;border-radius:14px;cursor:pointer;font-weight:600;transition:transform .12s ease,box-shadow .2s ease,background .2s ease}.ghost-btn{background:#f5f6fa;border:1px solid #e5e7eb;display:grid;height:36px;place-items:center;width:36px}.ghost-btn:hover{transform:translateY(-1px)}.primary-btn{background:#151515;border-radius:16px;box-shadow:0 12px 32px #11182740;color:#fff;padding:12px 18px}.primary-btn.large{border-radius:18px;font-size:15px;padding:14px 22px}.primary-btn:hover{transform:translateY(-1px)}.hero{margin-top:18px}.hero-visual{background-position:50%;background-size:cover;border-radius:20px;box-shadow:0 14px 60px #0f172a1a;box-shadow:var(--shadow);height:320px;overflow:hidden;position:relative}.hero-overlay{background:linear-gradient(120deg,#000000b3,#0000 65%);inset:0;position:absolute}.hero-content{color:#fff;display:flex;flex-direction:column;gap:10px;inset:0;justify-content:center;max-width:440px;padding:24px;position:absolute}.hero-kicker{color:#c7d2fe;font-size:12px;font-weight:700;letter-spacing:.08em;margin:0;text-transform:uppercase}.hero h1{font-size:30px;letter-spacing:-.6px;line-height:1.15;margin:0}.hero-controls{bottom:16px;display:flex;gap:8px;position:absolute;right:12px}.circle-btn{background:#fff;border:none;border-radius:50%;box-shadow:0 10px 24px #0000002e;color:#111827;cursor:pointer;display:grid;font-size:18px;height:42px;place-items:center;width:42px}.section{background:#fff;background:var(--card);border-radius:18px;box-shadow:0 14px 60px #0f172a1a;box-shadow:var(--shadow);margin-top:18px;padding:18px}.section-header{gap:12px;justify-content:space-between;margin-bottom:12px}.section-header,.section-title{align-items:center;display:flex}.section-title{gap:10px}.section-icon{background:#151515;border-radius:10px;color:#fff;display:grid;font-size:14px;height:32px;place-items:center;width:32px}.section-label{color:#6b7280;color:var(--muted);font-size:11px;letter-spacing:.08em;margin:0;text-transform:uppercase}.section h3{font-size:16px;letter-spacing:-.1px;margin:2px 0 0}.section-action{display:flex}.chip,.section-action{align-items:center;gap:8px}.chip{background:#f4f6fb;border-radius:12px;color:#111827;display:inline-flex;font-size:13px;font-weight:600;padding:10px 12px}.chip.dark{background:#111827;color:#fff}.chip-icon{font-size:14px}.pill-toggle{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:20px;display:inline-flex;font-size:13px;font-weight:600;gap:8px;padding:10px 12px}.pill-dot{background:#2563eb;border-radius:50%;box-shadow:0 0 0 6px #2563eb1f;height:12px;width:12px}.event-grid,.event-row{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.event-card{background:#f7f8fc;border:1px solid #e6e8f2;border-radius:14px;display:flex;flex-direction:column;overflow:hidden;transition:transform .15s ease,box-shadow .2s ease}.event-card:hover{box-shadow:0 12px 26px #0f172a1a;transform:translateY(-2px)}.event-card.compact{background:#fff}.event-thumb{background-position:50%;background-size:cover;height:140px;position:relative}.event-badge{background:#151515;border-radius:12px;color:#fff;font-size:12px;font-weight:600;left:10px;padding:6px 10px;position:absolute;top:10px}.event-body{display:flex;flex-direction:column;gap:8px;padding:12px 12px 14px}.event-title{font-size:15px;font-weight:700;letter-spacing:-.15px;margin:0}.event-meta{color:#6b7280;color:var(--muted);display:flex;flex-direction:column;font-size:13px;gap:4px}.meta-item{align-items:center;display:flex;gap:8px}.meta-icon{font-size:14px}.event-footer{justify-content:space-between;margin-top:auto}.event-footer,.event-icons{align-items:center;display:flex}.event-icons{gap:6px}.mini-icon{background:#d8dbe8;border-radius:999px;height:8px;width:14px}.event-price{color:#111827;font-size:14px;font-weight:700}.event-tag{align-self:flex-start;background:#111827;border-radius:12px;color:#fff;font-size:12px;font-weight:600;margin-top:4px;padding:6px 10px}.community-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.community-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;gap:10px;padding:12px;transition:transform .15s ease,box-shadow .2s ease}.community-card:hover{box-shadow:0 12px 26px #0f172a1a;transform:translateY(-2px)}.community-top{align-items:center;display:flex;justify-content:space-between}.community-icon{border-radius:12px;color:#fff;display:grid;font-size:16px;font-weight:700;height:44px;place-items:center;width:44px}.community-icon.blue{background:linear-gradient(135deg,#2563eb,#3b82f6)}.community-icon.green{background:linear-gradient(135deg,#10b981,#34d399)}.community-icon.purple{background:linear-gradient(135deg,#8b5cf6,#6366f1)}.community-icon.orange{background:linear-gradient(135deg,#f97316,#fb923c)}.community-count{background:#111827;border-radius:12px;color:#fff;font-size:12px;font-weight:700;padding:6px 10px}.community-body h4{font-size:15px;letter-spacing:-.1px;margin:0 0 4px}.community-body p{color:#6b7280;color:var(--muted);font-size:13px;margin:0}.community-btn{background:#e5e7eb;border:none;border-radius:12px;color:#111827;cursor:pointer;font-weight:700;padding:10px;transition:transform .15s ease,box-shadow .2s ease}.community-btn.blue{background:#111827;color:#fff}.community-btn.green{background:#10b981;color:#fff}.community-btn.purple{background:#8b5cf6;color:#fff}.community-btn.orange{background:#fb923c;color:#fff}.community-btn:hover{box-shadow:0 10px 24px #0f172a26;transform:translateY(-1px)}@media (max-width:900px){.content{padding:18px 14px 60px}.top-nav{flex-wrap:wrap;gap:12px;height:auto}.nav-links{justify-content:center;width:100%}.nav-actions{margin-left:auto}.hero-visual{height:260px}.section-header{align-items:flex-start;flex-direction:column}}
/*# sourceMappingURL=main.a52c2d97.css.map*/