@charset "UTF-8";:root{--c-bg: #f7f8fc;--c-surface: #ffffff;--c-ink: #0f172a;--c-ink-soft: #475569;--c-ink-mute: #64748b;--c-border: #e6e8f0;--c-border-soft: #eef0f7;--c-primary: #2200b8;--c-primary-700: #1a0094;--c-blue: #3f2bff;--c-blue-700: #2200b8;--c-violet: #5b3bff;--c-pink: #ec4899;--c-orange: #f97316;--c-amber: #f59e0b;--c-green: #10b981;--c-red: #ef4444;--grad-primary: linear-gradient(135deg, #2200b8 0%, #3f2bff 50%, #5b3bff 100%);--grad-soft: linear-gradient(135deg, #f0efff 0%, #f5f4ff 50%, #eef2ff 100%);--grad-event: linear-gradient(135deg, #2200b8 0%, #3f2bff 45%, #1a0094 100%);--grad-cta: linear-gradient(135deg, #2200b8 0%, #3f2bff 60%, #1a0094 100%);--shadow-sm: 0 1px 2px rgba(15, 23, 42, .04), 0 1px 3px rgba(15, 23, 42, .06);--shadow-md: 0 4px 14px rgba(15, 23, 42, .06), 0 2px 6px rgba(15, 23, 42, .04);--shadow-lg: 0 18px 40px -18px rgba(79, 70, 229, .35), 0 10px 24px -12px rgba(15, 23, 42, .12);--shadow-xl: 0 30px 60px -25px rgba(79, 70, 229, .45), 0 18px 40px -18px rgba(15, 23, 42, .18);--radius-sm: 10px;--radius: 16px;--radius-lg: 22px;--radius-xl: 28px;--radius-2xl: 36px;--container: 1200px;--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display: "Plus Jakarta Sans", "Inter", sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--c-ink);background:var(--c-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}h1,h2,h3,h4,h5{font-family:var(--font-display);font-weight:700;line-height:1.2;margin:0;letter-spacing:-.01em;color:var(--c-ink)}p{margin:0}ul{margin:0;padding:0;list-style:none}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}[data-lucide]{width:18px;height:18px;stroke-width:2}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:14px;font-weight:600;font-size:14.5px;border:1px solid transparent;white-space:nowrap;transition:transform .18s ease,box-shadow .25s ease,background .25s ease,color .25s ease,border-color .25s ease;will-change:transform}.btn-sm{padding:10px 16px;font-size:14px;border-radius:12px}.btn-md{padding:11px 18px;font-size:14.5px}.btn-lg{padding:14px 24px;font-size:15px;border-radius:16px}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--grad-primary);color:#fff;box-shadow:0 12px 26px -10px #4f46e58c}.btn-primary:hover{box-shadow:0 16px 34px -10px #4f46e5b3}.btn-outline{background:var(--c-surface);color:var(--c-primary-700);border-color:#e0e3f3;box-shadow:var(--shadow-sm)}.btn-outline:hover{border-color:var(--c-primary);color:var(--c-primary-700)}.btn-light{background:#fff;color:var(--c-primary-700);box-shadow:0 12px 26px -12px #00000059}.btn-light:hover{background:#f8fafc}.btn-blue{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 10px 22px -10px #2563eb8c}.btn-purple{background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;box-shadow:0 10px 22px -10px #7c3aed8c}.btn-ghost{background:#f1f3fa;color:var(--c-ink-mute);cursor:not-allowed}.navbar{position:sticky;top:0;z-index:50;background:#ffffffd1;backdrop-filter:saturate(140%) blur(14px);-webkit-backdrop-filter:saturate(140%) blur(14px);border-bottom:1px solid transparent;transition:border-color .25s ease,box-shadow .25s ease,background .25s ease}.navbar.is-scrolled{border-bottom-color:var(--c-border);box-shadow:0 4px 20px -10px #0f172a14;background:#ffffffeb}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:78px;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px}.brand-logo{display:inline-grid;place-items:center;border-radius:12px}.brand-logo img{width:42px}.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-name{font-family:var(--font-display);font-weight:800;font-size:17px;color:var(--c-ink)}.brand-tag{font-size:11.5px;color:var(--c-ink-mute);letter-spacing:.01em}.brand-light .brand-name{color:#fff}.brand-light .brand-tag{color:#ffffffb3}.nav-links{display:flex;align-items:center;gap:30px}.nav-link{position:relative;font-weight:500;font-size:14.5px;color:var(--c-ink-soft);padding:6px 2px;transition:color .2s ease}.nav-link:after{content:"";position:absolute;left:0;right:100%;bottom:-4px;height:2px;border-radius:3px;background:var(--grad-primary);transition:right .25s ease}.nav-link:hover{color:var(--c-ink)}.nav-link:hover:after,.nav-link.active:after{right:0}.nav-link.active{color:var(--c-primary-700);font-weight:600}.nav-actions{display:flex;align-items:center;gap:12px}.nav-toggle{display:none;width:42px;height:42px;align-items:center;justify-content:center;border-radius:12px;background:var(--c-surface);border:1px solid var(--c-border);color:var(--c-ink)}.nav-toggle [data-lucide]{width:20px;height:20px}.mobile-menu{display:none;flex-direction:column;gap:4px;padding:12px 24px 20px;background:#fff;border-bottom:1px solid var(--c-border)}.mobile-menu .m-link{padding:12px 14px;border-radius:12px;font-weight:500;color:var(--c-ink);transition:background .2s ease}.mobile-menu .m-link:hover{background:var(--c-bg)}.mobile-menu .m-cta{margin-top:8px;justify-content:center}.mobile-menu.is-open{display:flex}.hero{position:relative;padding:60px 0 90px;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.55}.blob-1{width:520px;height:520px;background:radial-gradient(circle at 30% 30%,#c7d2fe,transparent 70%);top:-120px;right:-120px}.blob-2{width:460px;height:460px;background:radial-gradient(circle at 50% 50%,#ddd6fe,transparent 70%);bottom:-160px;left:-100px}.grid-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(99,102,241,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(99,102,241,.05) 1px,transparent 1px);background-size:56px 56px;mask-image:radial-gradient(ellipse at 50% 30%,#000 30%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse at 50% 30%,#000 30%,transparent 70%)}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:48px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;background:#fff;border:1px solid #e6e8f7;color:var(--c-primary-700);font-weight:600;font-size:12.5px;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;box-shadow:var(--shadow-sm)}.eyebrow-dot{width:8px;height:8px;border-radius:50%;background:var(--grad-primary);box-shadow:0 0 0 4px #6366f11f}.hero-title{margin-top:22px;font-size:clamp(34px,5vw,46px);font-weight:800;letter-spacing:-.025em}.hero-title .hl{display:block;background:var(--grad-primary);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-sub{margin-top:18px;max-width:520px;font-size:16.5px;color:var(--c-ink-soft)}.hero-ctas{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hero-features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:40px}.hero-features li{display:flex;align-items:flex-start;gap:10px}.hero-features strong{display:block;font-size:12px;color:var(--c-ink);font-weight:600;font-family:var(--font-display);text-align:left}.hero-features small{display:block;font-size:10px;color:var(--c-ink-mute);margin-top:2px;line-height:1.4;text-align:left}.hf-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--grad-soft);color:var(--c-primary-700);flex:none}.hf-icon [data-lucide]{width:18px;height:18px}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:460px}.laptop{position:relative;width:100%;max-width:540px}.laptop-screen{position:relative;background:linear-gradient(#fff,#fafbff);border:1px solid var(--c-border);border-radius:18px 18px 6px 6px;padding:12px;box-shadow:0 30px 60px -25px #0f172a59,0 18px 40px -18px #0f172a2e;overflow:hidden}.laptop-base{height:14px;width:110%;margin:0 -5%;background:linear-gradient(180deg,#e2e6f5,#c8cee8);border-radius:0 0 14px 14px;box-shadow:0 18px 30px -18px #0f172a40;position:relative}.laptop-base:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:#0f172a1f;border-radius:0 0 8px 8px}.screen-bar{display:flex;align-items:center;gap:6px;padding:4px 6px 10px;border-bottom:1px solid var(--c-border-soft)}.screen-bar>span{width:10px;height:10px;border-radius:50%;background:#ef4444}.screen-bar>span:nth-child(2){background:#f59e0b}.screen-bar>span:nth-child(3){background:#10b981}.screen-search{display:flex;align-items:center;gap:6px;margin-left:auto;padding:4px 12px;background:#f1f3fa;border-radius:999px;font-size:11px;color:var(--c-ink-mute)}.screen-search [data-lucide]{width:12px;height:12px}.screen-content{display:grid;grid-template-columns:56px 1fr;gap:12px;padding:12px 4px 4px;min-height:270px}.sc-side{background:var(--grad-soft);border-radius:12px;padding:10px 6px;display:flex;flex-direction:column;align-items:center;gap:8px}.sc-logo-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:var(--grad-primary);color:#fff;font-family:var(--font-display);font-weight:800;font-size:12px;margin-bottom:6px}.sc-menu{display:flex;flex-direction:column;gap:4px}.sc-menu-item{width:36px;height:32px;display:grid;place-items:center;color:var(--c-ink-mute);border-radius:8px;transition:background .2s ease,color .2s ease}.sc-menu-item [data-lucide]{width:16px;height:16px}.sc-menu-item.active{background:#fff;color:var(--c-primary-700);box-shadow:var(--shadow-sm)}.sc-main{padding:4px 8px}.sc-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.sc-title{font-family:var(--font-display);font-weight:700;font-size:13.5px;color:var(--c-ink)}.sc-sub{font-size:11px;color:var(--c-ink-mute);margin-top:2px}.sc-badge{font-size:10.5px;font-weight:700;background:#10b9811f;color:#047857;padding:3px 8px;border-radius:999px;display:inline-flex;align-items:center;gap:5px;position:relative}.sc-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#10b981;box-shadow:0 0 0 3px #10b98140;animation:pulse 1.6s infinite}@keyframes pulse{0%{box-shadow:0 0 #10b98159}70%{box-shadow:0 0 0 6px #10b98100}to{box-shadow:0 0 #10b98100}}.sc-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:10px}.sc-stat{background:var(--grad-soft);border-radius:8px;padding:8px 10px;display:flex;flex-direction:column}.sc-stat-label{font-size:10px;color:var(--c-ink-mute)}.sc-stat-value{font-family:var(--font-display);font-weight:800;font-size:16px;color:var(--c-ink)}.sc-table{display:flex;flex-direction:column;gap:4px}.sc-row{display:grid;grid-template-columns:1.4fr .8fr 1fr;align-items:center;padding:7px 10px;background:#fff;border:1px solid var(--c-border-soft);border-radius:8px;font-size:11.5px}.sc-row-head{background:transparent;border:none;color:var(--c-ink-mute);text-transform:uppercase;letter-spacing:.06em;font-size:9.5px;padding-bottom:0}.sc-num{font-family:var(--font-display);font-weight:700;color:var(--c-ink)}.sc-pill{display:inline-flex;align-items:center;font-size:10px;font-weight:600;padding:3px 8px;border-radius:999px;width:-moz-fit-content;width:fit-content}.sc-pill-1{background:#6366f11f;color:var(--c-primary-700)}.sc-pill-2{background:#f59e0b24;color:#b45309}.float-card{position:absolute;display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--c-border);border-radius:16px;box-shadow:var(--shadow-lg);max-width:200px;animation:floatY 5s ease-in-out infinite}.float-card strong{display:block;font-family:var(--font-display);font-weight:700;font-size:13.5px;color:var(--c-ink)}.float-card small{display:block;font-size:11.5px;color:var(--c-ink-mute);margin-top:2px;line-height:1.4}.fc-icon{display:grid;place-items:center;width:38px;height:38px;background:var(--grad-soft);color:var(--c-primary-700);border-radius:10px;flex:none}.fc-icon-pink{background:#ec489924;color:#be185d}.fc-icon-orange{background:#f9731624;color:#c2410c}.fc-icon [data-lucide]{width:18px;height:18px}.fc-1{top:3%;left:-10px;animation-delay:0s}.fc-2{top:42%;left:-30px;animation-delay:1s}.fc-3{top:43%;right:-31px;animation-delay:.5s}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.event-live{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#86efac;margin-top:12px}.live-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 8px #22c55ecc;animation:livePulse 1.4s ease-in-out infinite}@keyframes livePulse{0%{transform:scale(1);opacity:1;box-shadow:0 0 6px #22c55eb3}50%{transform:scale(1.4);opacity:.6;box-shadow:0 0 14px #22c55e}to{transform:scale(1);opacity:1;box-shadow:0 0 6px #22c55eb3}}.event-section{padding:30px 0 70px}.event-card{position:relative;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:center;gap:32px;background:var(--grad-event);color:#fff;border-radius:var(--radius-2xl);padding:48px;overflow:hidden;box-shadow:var(--shadow-xl)}.event-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(255,255,255,.15),transparent 40%),radial-gradient(circle at 10% 90%,rgba(99,102,241,.35),transparent 50%);pointer-events:none}.event-content{position:relative;z-index:1}.event-pill{display:inline-flex;align-items:center;gap:8px;background:#fff3;color:#fff;padding:6px 14px;border-radius:999px;font-weight:600;font-size:12px;letter-spacing:.04em;border:1px solid rgba(255,255,255,.3);box-shadow:0 6px 16px #00000026}.event-pill [data-lucide]{width:14px;height:14px}.event-title{margin-top:10px;font-size:clamp(36px,4.5vw,56px);font-weight:800;color:#fff;letter-spacing:-.025em}.event-desc{margin-top:12px;max-width:520px;font-size:16px;color:#ffffffd9}.event-meta{display:flex;flex-wrap:wrap;gap:22px;margin:26px 0}.em-item{display:flex;align-items:center;gap:12px}.em-item small{display:block;font-size:11.5px;color:#ffffffb3;text-transform:uppercase;letter-spacing:.08em}.em-item strong{display:block;font-family:var(--font-display);font-weight:700;font-size:15.5px;color:#fff;margin-top:2px}.em-icon{display:grid;place-items:center;width:42px;height:42px;background:#ffffff24;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff}.event-trophy{position:relative;z-index:1;display:grid;place-items:center;padding:10px}.event-trophy svg{max-height:300px}.trophy-glow{position:absolute;top:10%;right:10%;bottom:10%;left:10%;background:radial-gradient(circle,rgba(251,191,36,.35) 0%,transparent 70%);filter:blur(30px);z-index:-1}.event-confetti{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.event-confetti span{position:absolute;width:8px;height:12px;background:#fbbf24;opacity:.9;border-radius:2px;animation:confetti 6s linear infinite}.event-confetti span:nth-child(1){left:60%;top:-10px;background:#fbbf24;animation-delay:0s}.event-confetti span:nth-child(2){left:70%;top:-10px;background:#ec4899;animation-delay:.6s}.event-confetti span:nth-child(3){left:75%;top:-10px;background:#38bdf8;animation-delay:1.1s}.event-confetti span:nth-child(4){left:85%;top:-10px;background:#a78bfa;animation-delay:1.7s}.event-confetti span:nth-child(5){left:90%;top:-10px;background:#34d399;animation-delay:2.3s}.event-confetti span:nth-child(6){left:65%;top:-10px;background:#f472b6;animation-delay:2.9s}.event-confetti span:nth-child(7){left:80%;top:-10px;background:#fde047;animation-delay:3.5s}.event-confetti span:nth-child(8){left:95%;top:-10px;background:#60a5fa;animation-delay:4.1s}.event-confetti span:nth-child(9){left:78%;top:-10px;background:#f59e0b;animation-delay:4.7s}.event-confetti span:nth-child(10){left:88%;top:-10px;background:#c084fc;animation-delay:5.3s}@keyframes confetti{0%{transform:translateY(0) rotate(0);opacity:0}10%{opacity:1}to{transform:translateY(360px) rotate(540deg);opacity:0}}.event-actions-row{display:flex;flex-wrap:wrap;gap:12px}.btn-outline-light{background:#ffffff14;color:#fff;border-color:#ffffff47;box-shadow:none}.btn-outline-light:hover{background:#ffffff29;border-color:#ffffff73}.event-live-muted{color:#ffffffd1}.live-dot.muted{background:#cbd5e1;box-shadow:none;animation:none}.event-card-empty .event-title{max-width:560px}.event-card-empty .event-desc{max-width:620px}.event-empty-visual{position:relative;z-index:1;min-height:300px;display:grid;place-items:center}.empty-visual-wrap{position:relative;width:min(100%,390px);min-height:280px}.empty-visual-wrap:after{content:"";position:absolute;left:8%;right:4%;bottom:24px;height:26px;border-radius:999px;background:#08085a47;filter:blur(1px)}.empty-visual-card{position:absolute;background:linear-gradient(180deg,#fff,#f4f1ff);border:1px solid rgba(255,255,255,.65);box-shadow:0 24px 48px -20px #00000061;color:#6d28d9}.empty-calendar{left:0;bottom:44px;width:245px;height:230px;border-radius:24px;display:grid;place-items:center;text-align:center;padding-top:24px}.calendar-rings{position:absolute;left:30px;right:30px;top:-12px;display:flex;justify-content:space-between}.calendar-rings b{width:14px;height:42px;border:5px solid #6d28d9;border-bottom:0;border-radius:999px 999px 0 0;opacity:.95}.empty-calendar-icon{display:grid;place-items:center;width:92px;height:92px;border-radius:50%;background:#ede9fe;color:#6d28d9}.empty-calendar-icon [data-lucide]{width:42px;height:42px}.empty-calendar small{margin-top:12px;font-weight:700;color:#6d28d9}.empty-clipboard{right:0;bottom:26px;width:150px;height:210px;border-radius:18px;padding:58px 24px 24px}.clip-head{position:absolute;top:-10px;left:50%;width:72px;height:42px;transform:translate(-50%);border-radius:16px 16px 10px 10px;background:#8b5cf6}.empty-check{width:42px!important;height:42px!important;padding:8px;border-radius:50%;color:#fff;background:#7c3aed;margin:0 auto 16px}.empty-clipboard span:not(.clip-head){display:block;height:8px;border-radius:999px;background:#d8b4fe;margin-top:14px}.event-list-block{margin-top:34px}.event-list-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;padding:0 8px}.event-list-head h2{font-size:clamp(22px,3vw,28px);font-weight:800;color:var(--c-ink)}.event-list-link{display:inline-flex;align-items:center;gap:7px;font-weight:700;font-size:14px;color:var(--c-primary-700)}.event-list-link [data-lucide]{width:16px;height:16px;transition:transform .2s ease}.event-list-link:hover [data-lucide]{transform:translate(3px)}.event-list-grid{display:grid;gap:18px}.event-list-card{position:relative;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);gap:26px;align-items:center;min-height:230px;overflow:hidden;border-radius:var(--radius-xl);border:1px solid rgba(91,59,255,.14);background:radial-gradient(circle at 82% 24%,rgba(91,59,255,.12),transparent 32%),linear-gradient(135deg,#fff,#fbfaff,#f5f3ff);box-shadow:var(--shadow-lg);padding:32px 36px}.event-list-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(34,197,94,.9) 0 3px,transparent 4px),radial-gradient(circle,rgba(251,191,36,.95) 0 3px,transparent 4px),radial-gradient(circle,rgba(91,59,255,.8) 0 3px,transparent 4px);background-position:58% 30%,93% 66%,70% 78%;background-size:210px 190px,250px 210px,190px 170px;background-repeat:no-repeat;pointer-events:none;opacity:.8}.event-list-card.is-finished{background:radial-gradient(circle at 82% 24%,rgba(91,59,255,.08),transparent 34%),linear-gradient(135deg,#fff,#fbfbff 52%,#f7f5ff)}.event-list-content,.event-list-visual{position:relative;z-index:1}.event-list-pill{display:inline-flex;align-items:center;gap:7px;width:-moz-fit-content;width:fit-content;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.01em}.event-list-pill [data-lucide]{width:15px;height:15px}.event-list-pill.is-upcoming{background:#ede9fe;color:var(--c-primary-700)}.event-list-pill.is-finished{background:#eef0f6;color:#475569}.event-list-content h3{margin-top:12px;font-size:clamp(24px,3vw,32px);font-weight:800;color:var(--c-primary-700);letter-spacing:.01em}.event-list-meta{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:14px;font-weight:700;color:var(--c-ink-soft)}.event-list-meta span:not(.meta-divider){display:inline-flex;align-items:center;gap:8px}.event-list-meta [data-lucide]{width:17px;height:17px;color:var(--c-ink-soft)}.meta-divider{width:1px;height:18px;background:#d8dbea}.event-list-content p{max-width:560px;margin-top:12px;color:var(--c-ink-soft);font-size:15px}.event-list-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.event-list-visual{min-height:190px;display:grid;place-items:center}.elc-illustration{position:relative;width:min(100%,360px);min-height:205px}.elc-illustration:after{content:"";position:absolute;left:8%;right:4%;bottom:10px;height:18px;border-radius:999px;background:#5b3bff24}.mini-calendar{position:absolute;right:0;bottom:24px;width:260px;height:160px;border-radius:18px;background:linear-gradient(180deg,#fff,#f5f3ff);border:1px solid rgba(91,59,255,.16);box-shadow:16px 18px #4c1d95,0 24px 44px -26px #00000073;padding:42px 24px 20px}.mini-cal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.mini-cal-grid span{height:22px;border-radius:4px;background:#e9e5ff}.mini-cal-grid .is-marked{display:grid;place-items:center;background:var(--grad-primary);color:#fff}.mini-cal-grid .is-marked [data-lucide]{width:13px;height:13px;fill:currentColor}.medal-shape{position:absolute;left:22px;bottom:26px;z-index:2;width:92px;height:92px;border-radius:50%;display:grid;place-items:center;color:#fde68a;background:linear-gradient(135deg,#fbbf24,#d97706);border:8px solid rgba(245,158,11,.9);box-shadow:0 18px 34px -16px #d97706cc}.medal-shape:before,.medal-shape:after{content:"";position:absolute;top:-66px;width:34px;height:72px;background:linear-gradient(180deg,#4f46e5,#7c3aed);transform-origin:bottom center;z-index:-1}.medal-shape:before{transform:rotate(-35deg);left:12px}.medal-shape:after{transform:rotate(35deg);right:12px}.medal-shape [data-lucide]{width:40px;height:40px;fill:currentColor}.finished-illust{width:min(100%,310px)}.finish-board{position:absolute;right:0;bottom:22px;width:160px;height:185px;border-radius:18px;background:linear-gradient(180deg,#fff,#f7f5ff);border:8px solid #6d28d9;box-shadow:0 22px 42px -22px #4c1d9573;padding:62px 24px 24px}.finish-clip{position:absolute;top:-28px;left:50%;transform:translate(-50%);width:76px;height:36px;border-radius:13px 13px 8px 8px;background:#6d28d9}.finish-clip:before{content:"";position:absolute;top:-17px;left:50%;width:20px;height:20px;transform:translate(-50%);border-radius:50%;background:#6d28d9}.finish-check{width:52px!important;height:52px!important;padding:11px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;margin:0 auto 18px}.finish-board span:not(.finish-clip){display:block;height:8px;margin-top:12px;border-radius:999px;background:#ddd6fe}.finish-trophy{position:absolute;left:30px;bottom:36px;width:115px;height:125px;opacity:.3}.finish-trophy:before{content:"";position:absolute;left:36px;top:10px;width:44px;height:56px;border-radius:0 0 22px 22px;background:#7c3aed}.finish-trophy:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:90px;height:18px;border-radius:999px 999px 8px 8px;background:#7c3aed;box-shadow:0 -38px 0 -14px #7c3aed,0 -68px 0 -30px #7c3aed}.modal-empty-state{display:grid;place-items:center;text-align:center;gap:8px;padding:26px;border-radius:var(--radius);border:1px dashed #d8dbea;background:#f8fafc;color:var(--c-ink-soft)}.modal-empty-state [data-lucide]{width:34px;height:34px;color:var(--c-primary-700)}.modal-empty-state strong{font-family:var(--font-display);color:var(--c-ink)}.modal-empty-state small{color:var(--c-ink-mute)}@media(max-width:1024px){.event-card-empty .event-actions-row{justify-content:center}.event-empty-visual{order:-1;min-height:250px}.empty-visual-wrap{max-width:360px}.event-list-card{grid-template-columns:1fr;text-align:center;padding:30px 28px}.event-list-content{display:flex;flex-direction:column;align-items:center}.event-list-meta,.event-list-actions{justify-content:center}.event-list-visual{order:-1;min-height:180px}}@media(max-width:640px){.event-actions-row,.event-actions-row .btn{width:100%}.event-list-block{margin-top:26px}.event-list-head{align-items:flex-start;padding:0}.event-list-link{font-size:13px}.event-list-card{padding:24px 18px;border-radius:var(--radius-lg)}.event-list-content h3{font-size:22px}.event-list-content p{font-size:13.5px}.event-list-actions,.event-list-actions .btn{width:100%}.event-list-visual{min-height:150px}.elc-illustration{transform:scale(.82)}.empty-visual-wrap{transform:scale(.82);min-height:240px}}.section-head{text-align:center;max-width:720px;margin:0 auto 40px}.section-eyebrow{display:inline-block;font-size:12.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--c-primary-700);margin-bottom:12px}.section-title{font-size:clamp(28px,3.4vw,40px);font-weight:800;letter-spacing:-.02em}.section-sub{margin-top:10px;font-size:16px;color:var(--c-ink-soft)}.cats-section{padding:80px 0 40px}.cats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.cat-card{background:#fff;border:1px solid var(--c-border-soft);border-radius:var(--radius-lg);padding:28px 22px;text-align:center;box-shadow:var(--shadow-sm);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.cat-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:#d8dbef}.cat-icon{display:inline-grid;place-items:center;width:64px;height:64px;border-radius:50%;margin:0 auto 16px;color:#fff;box-shadow:var(--shadow-md);transition:transform .3s ease}.cat-card:hover .cat-icon{transform:scale(1.06) rotate(-3deg)}.cat-icon [data-lucide]{width:26px;height:26px;stroke-width:2.2}.cat-purple{background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.cat-red{background:linear-gradient(135deg,#f87171,#dc2626)}.cat-green{background:linear-gradient(135deg,#34d399,#059669)}.cat-blue{background:linear-gradient(135deg,#60a5fa,#2563eb)}.cat-orange{background:linear-gradient(135deg,#fbbf24,#ea580c)}.cat-card h3{font-size:17px;font-weight:700;margin-bottom:8px}.cat-card p{font-size:13.5px;color:var(--c-ink-mute);line-height:1.55}.access-section{padding:60px 0 40px}.access-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.4fr);gap:40px;align-items:center}.access-intro .section-title,.access-intro .section-sub{text-align:left}.access-intro .section-eyebrow{display:inline-block}.access-intro .section-title,.access-intro .section-sub{margin-left:0}.access-note{display:flex;align-items:flex-start;gap:12px;margin-top:22px;padding:14px 16px;background:#fff;border:1px solid var(--c-border-soft);border-radius:14px;box-shadow:var(--shadow-sm);max-width:360px}.access-note p{font-size:13px;color:var(--c-ink-soft)}.an-icon{display:grid;place-items:center;width:34px;height:34px;background:#6366f11f;color:var(--c-primary-700);border-radius:10px;flex:none}.an-icon [data-lucide]{width:16px;height:16px}.access-cards{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:12px}.access-or{font-size:13px;color:var(--c-ink-mute);font-weight:500;text-transform:uppercase;letter-spacing:.12em}.access-card{background:#fff;border:1px solid var(--c-border-soft);border-radius:var(--radius-lg);padding:22px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:10px;transition:transform .25s ease,box-shadow .25s ease}.access-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.access-card h4{font-size:16px;font-weight:700}.access-card p{font-size:13px;color:var(--c-ink-mute);flex:1}.access-card .btn{align-self:flex-start}.ac-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;color:#fff}.ac-icon-blue{background:linear-gradient(135deg,#60a5fa,#2563eb)}.ac-icon-purple{background:linear-gradient(135deg,#a78bfa,#6d28d9)}.ac-icon-muted{background:linear-gradient(135deg,#cbd5e1,#94a3b8)}.ac-icon [data-lucide]{width:20px;height:20px}.access-card-soon{background:#f7f8fc;border-style:dashed;border-color:#e0e3f3}.access-card-soon h4,.access-card-soon p{color:var(--c-ink-mute)}.access-hint{grid-column:1/-1;text-align:center;margin-top:24px;display:flex;justify-content:center;align-items:center;gap:6px;color:var(--c-ink-mute);font-size:13.5px}.stats-section{padding:60px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.stat-card{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--c-border-soft);border-radius:var(--radius-lg);padding:22px 24px;box-shadow:var(--shadow-sm);transition:transform .25s ease,box-shadow .25s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.stat-card strong{display:block;font-family:var(--font-display);font-weight:800;font-size:28px;color:var(--c-ink)}.stat-card small{display:block;font-size:13px;color:var(--c-ink-mute);margin-top:2px}.stat-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:14px;color:#fff;flex:none}.st-purple{background:linear-gradient(135deg,#a78bfa,#6d28d9)}.st-blue{background:linear-gradient(135deg,#60a5fa,#2563eb)}.st-green{background:linear-gradient(135deg,#34d399,#059669)}.st-orange{background:linear-gradient(135deg,#fb923c,#ea580c)}.stat-icon [data-lucide]{width:22px;height:22px}.cta-section{padding:60px 0 100px}.cta-card{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:28px;background:var(--grad-cta);color:#fff;border-radius:var(--radius-2xl);padding:36px 44px;overflow:hidden;box-shadow:var(--shadow-xl)}.cta-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(255,255,255,.18),transparent 50%);pointer-events:none}.cta-illustration,.cta-text{position:relative;z-index:1}.cta-text h2{color:#fff;font-size:clamp(22px,2.6vw,30px);font-weight:800;letter-spacing:-.02em}.cta-text p{margin-top:8px;color:#ffffffd9;font-size:14.5px}.cta-btn{position:relative;z-index:1}#fitur .section{min-height:100vh;padding:60px 16px}#fitur .container{max-width:1024px;margin:0 auto}#fitur .header{text-align:center;margin-bottom:48px}#fitur .badge{display:inline-block;padding:6px 18px;border-radius:999px;border:1px solid #c4b5fd;background:#fff;color:#6d28d9;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px}#fitur .header h1{font-size:clamp(24px,5vw,38px);font-weight:800;color:#111827;line-height:1.25;margin-bottom:12px}#fitur .header p{color:#6b7280;font-size:clamp(13px,2vw,15px);max-width:480px;margin:0 auto;line-height:1.65}#fitur .grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:640px){#fitur .grid{grid-template-columns:repeat(2,1fr);gap:18px}}@media(min-width:1024px){#fitur .grid{grid-template-columns:repeat(3,1fr);gap:20px}}#fitur .card{background:#fff;border-radius:20px;padding:20px;box-shadow:0 1px 4px #0000000f;transition:box-shadow .2s;display:flex;flex-direction:column;overflow:hidden}#fitur .card:hover{box-shadow:0 6px 24px #0000001a}#fitur .card-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:10px}#fitur .icon-box{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}#fitur .icon-box svg{width:20px;height:20px}#fitur .card-title-wrap h3{font-size:14px;font-weight:700;color:#111827;line-height:1.3}#fitur .underline-bar{height:2px;width:28px;border-radius:99px;margin-top:5px}#fitur .card-body{display:flex;flex-direction:row;align-items:flex-start;gap:12px;flex:1}@media(min-width:640px){#fitur .card-body{flex-direction:column}}#fitur .card-desc{font-size:11.5px;color:#6b7280;line-height:1.65;flex:1}@media(min-width:640px){#fitur .card-desc{margin-bottom:14px;flex:none}}#fitur .mockup-wrap{flex-shrink:0;width:145px}@media(min-width:640px){#fitur .mockup-wrap{width:100%}}#fitur .mockup{background:#fff;border:1px solid #f1f1f1;border-radius:14px;box-shadow:0 1px 6px #00000012;padding:12px;width:100%}@media(min-width:640px){#fitur .mockup{max-width:190px;margin-left:auto}}#fitur .mockup-title{font-size:9.5px;font-weight:700;color:#374151;margin-bottom:8px}#fitur .peserta-list{display:flex;flex-direction:column;gap:7px}#fitur .peserta-row{display:flex;align-items:center;gap:7px}#fitur .avatar{width:22px;height:22px;border-radius:50%;flex-shrink:0}#fitur .line-bar{flex:1;height:7px;background:#f3f4f6;border-radius:99px}#fitur .btn-add{margin-top:10px;display:flex;justify-content:flex-end}#fitur .btn-add button{width:28px;height:28px;border-radius:8px;background:#6366f1;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}#fitur .btn-add button svg{width:14px;height:14px}#fitur .form-rows{display:flex;flex-direction:column;gap:5px;margin-bottom:8px}#fitur .form-row{display:flex;justify-content:space-between;align-items:center}#fitur .form-row span{font-size:8.5px;color:#6b7280}#fitur .form-row strong{font-size:8.5px;font-weight:700;color:#374151}#fitur .btn-save{width:100%;padding:5px;background:#3b82f6;border:none;border-radius:6px;color:#fff;font-size:8px;font-weight:700;cursor:pointer;font-family:inherit}#fitur .bar-chart{display:flex;align-items:flex-end;gap:2px;height:56px;margin-bottom:8px}#fitur .bar-chart .bar{flex:1;border-radius:3px;background:#5eead4}#fitur .rekap-score{display:flex;align-items:center;justify-content:space-between}#fitur .rekap-score .score-num{font-size:17px;font-weight:800;color:#111827}#fitur .rekap-score .score-label{font-size:8px;color:#9ca3af}#fitur .check-circle{width:26px;height:26px;border-radius:50%;background:#14b8a6;display:flex;align-items:center;justify-content:center}#fitur .check-circle svg{width:14px;height:14px}#fitur .lb-rows{display:flex;flex-direction:column;gap:6px}#fitur .lb-row{display:flex;align-items:center;gap:5px}#fitur .lb-rank{font-size:9px;font-weight:800;width:10px;flex-shrink:0}#fitur .lb-row .line-bar{flex:1;height:7px}#fitur .lb-score{font-size:8.5px;font-weight:700;color:#374151;flex-shrink:0}#fitur .export-rows{display:flex;flex-direction:column;gap:6px}#fitur .export-row{display:flex;align-items:center;gap:8px;padding:7px;border-radius:9px}#fitur .export-row.pdf{background:#fff1f2;border:1px solid #fecdd3}#fitur .export-row.xlsx{background:#f0fdf4;border:1px solid #bbf7d0}#fitur .export-badge{width:28px;height:28px;border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0}#fitur .export-badge span{font-size:7px;font-weight:800;color:#fff}#fitur .export-badge.pdf{background:#ef4444}#fitur .export-badge.xlsx{background:#22c55e}#fitur .juri-rows{display:flex;flex-direction:column;gap:7px}#fitur .juri-row{display:flex;align-items:center;gap:6px}#fitur .juri-avatar{width:18px;height:18px;border-radius:50%;flex-shrink:0}#fitur .juri-info{flex:1}#fitur .juri-info .juri-name{font-size:8.5px;font-weight:700;color:#374151;line-height:1}#fitur .juri-info .juri-role{font-size:7.5px;color:#9ca3af;line-height:1;margin-top:2px}#fitur .settings-btn{width:18px;height:18px;border-radius:50%;background:#e0f2fe;display:flex;align-items:center;justify-content:center;flex-shrink:0}#fitur .settings-btn svg{width:10px;height:10px}#fitur .indigo-box{background:#eef2ff}#fitur .indigo-icon{color:#6366f1}#fitur .blue-box{background:#eff6ff}#fitur .blue-icon{color:#3b82f6}#fitur .teal-box{background:#f0fdfa}#fitur .teal-icon{color:#14b8a6}#fitur .purple-box{background:#faf5ff}#fitur .purple-icon{color:#a855f7}#fitur .orange-box{background:#fff7ed}#fitur .orange-icon{color:#f97316}#fitur .sky-box{background:#f0f9ff}#fitur .sky-icon{color:#0ea5e9}#fitur .bar-indigo{background-color:#e0e7ff}#fitur .bar-blue{background-color:#bfdbfe}#fitur .bar-teal{background-color:#5eead4}#fitur .bar-purple{background-color:#e9d5ff}#fitur .bar-orange{background-color:#fed7aa}#fitur .bar-sky{background-color:#bae6fd}#fitur .cta-wrap{display:flex;justify-content:center;margin-top:36px}#fitur .btn-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 32px;background:#4f46e5;color:#fff;font-family:inherit;font-size:14px;font-weight:700;border:none;border-radius:999px;cursor:pointer;transition:background .2s,transform .1s;box-shadow:0 8px 24px #6366f14d;width:100%;max-width:280px}@media(min-width:640px){#fitur .btn-cta{width:auto;max-width:none}}#fitur .btn-cta:hover{background:#4338ca}#fitur .btn-cta:active{transform:scale(.97)}#fitur .btn-cta svg{width:16px;height:16px;flex-shrink:0}#tentang{padding:0}.site-footer{background:#f9fafb;color:#4b5563;padding-top:70px;margin-top:80px;border-top:1px solid #e5e7eb}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1.2fr 1.4fr;gap:40px;padding-bottom:50px}.footer-about{margin-top:16px;font-size:14px;line-height:1.7;color:#6b7280;max-width:320px}.socials{display:flex;gap:12px;margin-top:20px}.socials a{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:#fff;border:1px solid #e5e7eb;color:#4f46e5;transition:all .25s ease}.socials a:hover{background:#4f46e5;color:#fff;transform:translateY(-2px)}.footer-col{display:flex;flex-direction:column;gap:12px}.footer-col h5{color:#111827;font-size:15px;font-weight:700;margin-bottom:6px}.footer-col a{font-size:14px;color:#6b7280;display:inline-flex;align-items:center;gap:8px;transition:all .2s ease}.footer-col a:hover{color:#4f46e5;transform:translate(2px)}.footer-col a [data-lucide]{width:14px;height:14px;opacity:.7}.footer-bottom{border-top:1px solid #e5e7eb;padding:20px 0;text-align:center;font-size:13px;color:#9ca3af}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:24px;opacity:0;pointer-events:none;transition:opacity .25s ease}.modal.is-open{opacity:1;pointer-events:auto}.modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a8c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-card{position:relative;width:100%;max-width:540px;background:#fff;border-radius:var(--radius-xl);padding:32px;box-shadow:0 40px 90px -20px #0000008c;transform:translateY(20px) scale(.96);transition:transform .35s cubic-bezier(.22,1,.36,1)}.modal.is-open .modal-card{transform:translateY(0) scale(1)}.modal-close{position:absolute;top:14px;right:14px;width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#f1f3fa;color:var(--c-ink-soft);transition:background .2s ease,color .2s ease}.modal-close:hover{background:#e2e6f5;color:var(--c-ink)}.modal-close [data-lucide]{width:18px;height:18px}.modal-head{margin-bottom:18px;padding-right:36px}.modal-eyebrow{display:inline-block;font-size:11.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--c-primary-700);margin-bottom:6px}.modal-head h3{font-size:22px;font-weight:800;letter-spacing:-.02em}.modal-head p{margin-top:6px;font-size:14px;color:var(--c-ink-soft)}.modal-cards{display:flex;flex-direction:column;gap:12px}.m-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:16px;border:1px solid var(--c-border-soft);border-radius:var(--radius);background:#fff;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.m-card:hover{transform:translateY(-2px);border-color:#c7cbf0;box-shadow:var(--shadow-lg)}.m-card-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;color:#fff}.m-card-icon-blue{background:linear-gradient(135deg,#60a5fa,#2563eb)}.m-card-icon-purple{background:linear-gradient(135deg,#a78bfa,#6d28d9)}.m-card-icon-red{background:linear-gradient(135deg,#f87171,#dc2626)}.m-card-icon-yellow{background:linear-gradient(135deg,#facc15,#eab308)}.m-card-icon [data-lucide]{width:22px;height:22px}.m-card-body strong{display:block;font-family:var(--font-display);font-weight:700;font-size:15.5px;color:var(--c-ink)}.m-card-body small{display:block;font-size:12.5px;color:var(--c-ink-mute);margin-top:2px}.m-card-cta{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--c-primary-700);white-space:nowrap}.m-card-cta [data-lucide]{transition:transform .25s ease}.m-card:hover .m-card-cta [data-lucide]{transform:translate(4px)}.modal-foot{margin-top:18px;display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--c-ink-mute)}.modal-foot [data-lucide]{width:14px;height:14px}@media(max-width:1100px){.nav-links,.nav-actions .btn-primary{display:none}.nav-toggle{display:inline-flex}.nav-inner{height:72px;gap:12px}.brand-tag{display:none}}@media(max-width:1024px){.container{padding:0 22px}.hero{padding:50px 0 70px}.hero-grid{grid-template-columns:1fr;gap:1rem}.hero-copy{text-align:center;max-width:720px;margin:0 auto}.hero-copy .eyebrow{margin:0 auto}.hero-sub{margin-left:auto;margin-right:auto}.hero-ctas{justify-content:center}.hero-features{max-width:720px;margin-left:auto;margin-right:auto;gap:16px}.hero-visual{min-height:460px;max-width:600px;margin:0 auto}.event-card{grid-template-columns:1fr;padding:44px 36px;gap:24px;text-align:center}.event-content{display:flex;flex-direction:column;align-items:center}.event-pill{align-self:center}.event-meta{justify-content:center}.event-trophy{max-width:240px;margin:0 auto;order:-1}.em-item{text-align:left}.cats-grid{grid-template-columns:repeat(3,1fr)}.access-grid{grid-template-columns:1fr;gap:30px}.access-intro,.access-intro .section-title,.access-intro .section-sub{text-align:center}.access-note{margin-left:auto;margin-right:auto}.access-cards{grid-template-columns:repeat(3,1fr);gap:14px}.access-or{display:none}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.cta-card{padding:32px 30px;gap:20px}}@media(max-width:900px){.hero-visual{min-height:auto;max-width:560px;display:flex;flex-direction:column;gap:5px;align-items:stretch}.hero-visual .laptop{margin:0 auto;max-width:100%}.float-card{position:static;min-width:0;width:100%;margin:0;animation:none;box-shadow:var(--shadow-md)}.access-cards{grid-template-columns:1fr;gap:14px;max-width:480px;margin:0 auto}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:641px)and (max-width:900px){.hero-visual{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;-moz-column-gap:12px;column-gap:12px;row-gap:16px;align-items:stretch}.hero-visual .laptop{grid-column:1/-1}.float-card{padding:12px 14px}}@media(max-width:640px){.container{padding:0 18px}.nav-inner{height:66px}.brand-name{font-size:15.5px}.hero{padding:30px 0 18px}.hero-title{font-size:clamp(28px,7.4vw,38px)}.hero-sub{font-size:15px}.hero-ctas{gap:10px}.hero-features{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px}.hero-visual{min-height:auto;max-width:100%;padding-top:6px}.laptop{max-width:100%}.screen-content{grid-template-columns:44px 1fr;gap:8px;min-height:220px}.sc-side{padding:8px 4px}.sc-menu-item{width:32px;height:28px}.sc-stats{gap:4px}.sc-stat{padding:6px 8px}.sc-stat-value{font-size:14px}.float-card{position:static;min-width:0;width:100%;margin:0;animation:none}.hero-visual{display:grid;grid-template-columns:1fr;gap:16px}.hero-visual .laptop{order:0}.float-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:4px}.fc-1,.fc-2,.fc-3{order:1}.hero-visual{display:flex;flex-direction:column;align-items:stretch}.hero-visual .float-card{padding:12px 14px;max-width:unset}.event-section{padding:14px 0 44px}.event-card{padding:32px 22px;border-radius:var(--radius-xl)}.event-title{font-size:clamp(28px,8vw,38px)}.event-trophy{max-width:180px}.event-meta{gap:14px;flex-direction:column;align-items:center}.em-item{width:100%;max-width:260px;justify-content:flex-start}.event-content .btn{width:100%}.cats-section{padding:27px 0 24px}.section-title{font-size:clamp(24px,6vw,32px)}.section-sub{font-size:14.5px}.cats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.cat-card{padding:22px 14px}.cat-card h3{font-size:15.5px}.cat-card p{font-size:12.5px}.cat-icon{width:56px;height:56px;margin-bottom:12px}.cat-icon [data-lucide]{width:22px;height:22px}.stats-section{padding:40px 0}.stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{padding:16px 14px;gap:12px}.stat-card strong{font-size:22px}.stat-card small{font-size:12px}.stat-icon{width:44px;height:44px;border-radius:12px}.cta-section{padding:30px 0 60px}.cta-card{grid-template-columns:1fr;text-align:center;padding:32px 22px;gap:18px}.cta-illustration{margin:0 auto}.cta-illustration svg{width:100px;height:100px}.cta-btn{justify-self:center;width:100%}.cta-text h2{font-size:22px}.footer-grid{grid-template-columns:1fr;padding-bottom:36px;gap:28px}.site-footer{padding-top:44px}.footer-about{max-width:100%}.modal{padding:16px}.modal-card{padding:22px;border-radius:22px}.modal-head h3{font-size:14px}.modal-head p{font-size:12px}.m-card{grid-template-columns:auto 1fr;gap:12px;padding:14px}.m-card-cta{display:none}.btn-lg{padding:13px 20px;font-size:14.5px}}@media(max-width:420px){.cats-grid,.stats-grid{grid-template-columns:1fr}.hero-ctas{flex-direction:column}.hero-ctas .btn{width:100%;justify-content:center}.brand-name{font-size:14.5px}}#eventPortalRoot{display:block}#eventPortalRoot .event-list-block{margin-top:30px!important}#eventPortalRoot .event-list-block:first-child{margin-top:0!important}#eventPortalRoot .event-list-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;margin-bottom:14px!important}#eventPortalRoot .event-list-head h2{position:relative!important;display:inline-flex!important;align-items:center!important;gap:12px!important;font-size:clamp(21px,2vw,28px)!important;font-weight:800!important;line-height:1.15!important;letter-spacing:-.02em!important;color:var(--c-ink)!important;margin:0!important}#eventPortalRoot .event-list-head h2:before{content:""!important;width:5px!important;height:24px!important;border-radius:999px!important;background:var(--grad-primary)!important}#eventPortalRoot .event-list-link{display:inline-flex!important;align-items:center!important;gap:7px!important;font-size:14px!important;font-weight:700!important;color:var(--c-primary-700)!important}#eventPortalRoot .event-list-grid{display:grid!important;gap:16px!important}#eventPortalRoot .event-list-card{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr) 250px!important;align-items:center!important;gap:22px!important;min-height:210px!important;padding:26px 30px!important;border-radius:24px!important;overflow:hidden!important;background:radial-gradient(circle at 84% 24%,rgba(63,43,255,.065),transparent 34%),linear-gradient(135deg,#fff,#fbfbff)!important;border:1px solid #e7e8f3!important;box-shadow:0 20px 44px -32px #0f172a4d,0 1px 2px #0f172a0a!important}#eventPortalRoot .event-list-content{position:relative!important;z-index:2!important;min-width:0!important;text-align:left!important}#eventPortalRoot .event-list-pill{display:inline-flex!important;align-items:center!important;gap:7px!important;width:-moz-fit-content!important;width:fit-content!important;padding:8px 13px!important;border-radius:999px!important;font-size:12px!important;line-height:1!important;font-weight:800!important}#eventPortalRoot .event-list-pill svg{width:14px!important;height:14px!important}#eventPortalRoot .event-list-pill.is-upcoming{background:#ede9fe!important;color:#3f2bff!important}#eventPortalRoot .event-list-pill.is-finished{background:#eef2f7!important;color:#475569!important}#eventPortalRoot .event-list-content h3{margin:14px 0 10px!important;font-size:clamp(23px,2.4vw,36px)!important;line-height:1.1!important;font-weight:800!important;letter-spacing:.035em!important;color:var(--c-primary-700)!important;text-transform:uppercase!important}#eventPortalRoot .event-list-meta{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:12px!important;margin:0 0 11px!important}#eventPortalRoot .event-list-meta span:not(.meta-divider){display:inline-flex!important;align-items:center!important;gap:7px!important;font-size:14.5px!important;line-height:1.2!important;font-weight:650!important;color:var(--c-ink-soft)!important}#eventPortalRoot .event-list-meta svg{width:16px!important;height:16px!important;color:var(--c-ink-mute)!important}#eventPortalRoot .event-list-meta .meta-divider{width:1px!important;height:16px!important;background:#d7d9e8!important}#eventPortalRoot .event-list-content p{max-width:720px!important;margin:0!important;font-size:14.8px!important;line-height:1.65!important;color:var(--c-ink-soft)!important}#eventPortalRoot .event-list-actions{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:12px!important;margin-top:18px!important}#eventPortalRoot .event-list-actions .btn{min-height:42px!important;padding:10px 16px!important;border-radius:12px!important;font-size:13.8px!important;font-weight:750!important}#eventPortalRoot .event-list-actions .btn svg{width:16px!important;height:16px!important}#eventPortalRoot .event-list-visual{position:relative!important;z-index:1!important;min-height:158px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;opacity:1!important;visibility:visible!important;pointer-events:none!important}#eventPortalRoot .elc-illustration,#eventPortalRoot .upcoming-illust,#eventPortalRoot .finished-illust,#eventPortalRoot .mini-calendar,#eventPortalRoot .medal-shape,#eventPortalRoot .finish-board,#eventPortalRoot .finish-trophy,#eventPortalRoot .event-mini-visual{display:none!important}#eventPortalRoot .event-art{position:relative!important;width:220px!important;height:138px!important;display:block!important;overflow:visible!important;transform:none!important}#eventPortalRoot .event-art:after{content:""!important;position:absolute!important;left:24px!important;right:20px!important;bottom:8px!important;height:13px!important;border-radius:999px!important;background:#5b3bff1f!important}#eventPortalRoot .art-dot{position:absolute!important;width:7px!important;height:7px!important;border-radius:50%!important;opacity:.75!important}#eventPortalRoot .art-dot.green{left:6px!important;top:52px!important;background:#22c55e!important}#eventPortalRoot .art-dot.yellow{right:12px!important;top:42px!important;background:#fbbf24!important}#eventPortalRoot .art-dot.purple{left:42px!important;bottom:34px!important;background:#7c3aed!important;opacity:.55!important}#eventPortalRoot .art-calendar{position:absolute!important;right:12px!important;top:18px!important;width:145px!important;height:92px!important;border-radius:15px!important;background:linear-gradient(180deg,#fff,#f7f5ff)!important;border:1px solid rgba(91,59,255,.12)!important;box-shadow:15px 14px #4c1d95,0 18px 34px -28px #1e1b4b8c!important;overflow:visible!important}#eventPortalRoot .art-calendar-head{position:absolute!important;left:0!important;right:0!important;top:0!important;height:28px!important;border-radius:15px 15px 0 0!important;background:linear-gradient(135deg,#7c3aed,#4f46e5)!important}#eventPortalRoot .art-ring{position:absolute!important;top:-13px!important;width:8px!important;height:30px!important;border:4px solid #6d28d9!important;border-bottom:0!important;border-radius:999px 999px 0 0!important;z-index:3!important}#eventPortalRoot .art-ring.r1{left:22px!important}#eventPortalRoot .art-ring.r2{left:67px!important}#eventPortalRoot .art-ring.r3{right:22px!important}#eventPortalRoot .art-grid{position:absolute!important;left:16px!important;right:16px!important;top:42px!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:9px 10px!important}#eventPortalRoot .art-grid span{height:16px!important;border-radius:5px!important;background:#ebe7fb!important}#eventPortalRoot .art-grid .marked{display:grid!important;place-items:center!important;background:#4f2bff!important;color:#fff!important}#eventPortalRoot .art-grid .marked svg{width:11px!important;height:11px!important;fill:currentColor!important}#eventPortalRoot .art-medal{position:absolute!important;left:12px!important;bottom:22px!important;width:64px!important;height:64px!important;display:grid!important;place-items:center!important;border-radius:50%!important;color:#fff7ed!important;background:linear-gradient(180deg,#fbbf24,#f59e0b 58%,#d97706)!important;box-shadow:inset 0 -7px #b4530929,0 16px 28px -18px #d97706a6!important;z-index:4!important}#eventPortalRoot .art-medal:before{content:""!important;position:absolute!important;top:10px!important;right:10px!important;bottom:10px!important;left:10px!important;border-radius:50%!important;background:#ffffff21!important}#eventPortalRoot .art-medal svg{position:relative!important;z-index:2!important;width:28px!important;height:28px!important;fill:currentColor!important;stroke-width:1.6!important}#eventPortalRoot .art-ribbon-left,#eventPortalRoot .art-ribbon-right{position:absolute!important;top:-39px!important;width:31px!important;height:53px!important;background:#4f2bff!important;clip-path:polygon(0 0,100% 0,78% 100%,0 70%)!important;z-index:-1!important}#eventPortalRoot .art-ribbon-left{left:7px!important;transform:rotate(-32deg)!important}#eventPortalRoot .art-ribbon-right{right:7px!important;transform:rotate(32deg) scaleX(-1)!important}#eventPortalRoot .event-art.finished .art-clipboard{position:absolute!important;left:50%!important;top:8px!important;transform:translate(-50%)!important;width:104px!important;height:126px!important;border-radius:17px!important;background:linear-gradient(180deg,#fff,#fbfaff)!important;border:7px solid #6d28d9!important;box-shadow:0 20px 36px -28px #581c8799!important}#eventPortalRoot .event-art.finished .art-clip{position:absolute!important;left:50%!important;top:-25px!important;transform:translate(-50%)!important;width:62px!important;height:32px!important;border-radius:11px 11px 8px 8px!important;background:#6d28d9!important}#eventPortalRoot .event-art.finished .art-clip:before{content:""!important;position:absolute!important;left:50%!important;top:-13px!important;transform:translate(-50%)!important;width:18px!important;height:18px!important;border-radius:50%!important;background:#6d28d9!important}#eventPortalRoot .event-art.finished .art-check{position:absolute!important;right:-18px!important;bottom:18px!important;width:48px!important;height:48px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:linear-gradient(135deg,#8b5cf6,#5b21b6)!important;color:#fff!important;box-shadow:0 14px 24px -18px #5b21b6bf!important}#eventPortalRoot .event-art.finished .art-check svg{width:28px!important;height:28px!important;stroke-width:3!important}#eventPortalRoot .event-art.finished .art-line{position:absolute!important;left:22px!important;height:8px!important;border-radius:999px!important;background:#ddd6fe!important}#eventPortalRoot .event-art.finished .l1{right:22px!important;top:54px!important}#eventPortalRoot .event-art.finished .l2{right:18px!important;top:74px!important}#eventPortalRoot .event-art.finished .l3{right:34px!important;top:94px!important}#eventPortalRoot .event-art.finished:before{content:""!important;position:absolute!important;left:22px!important;bottom:18px!important;width:86px!important;height:62px!important;border-radius:18px 18px 0 0!important;background:linear-gradient(180deg,#c4b5fdbf,#c4b5fd52)!important;clip-path:polygon(22% 0,48% 0,48% 72%,100% 72%,100% 100%,0 100%,0 72%,22% 72%)!important}#eventPortalRoot .event-art.ongoing .art-trophy{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:112px!important;height:112px!important;border-radius:28px!important;display:grid!important;place-items:center!important;color:#d97706!important;background:linear-gradient(135deg,#fff7ed,#fff)!important;border:1px solid rgba(245,158,11,.22)!important;box-shadow:0 20px 36px -28px #d977068c!important}#eventPortalRoot .event-art.ongoing .art-trophy svg{width:54px!important;height:54px!important}@media(max-width:1024px){#eventPortalRoot .event-list-card{grid-template-columns:minmax(0,1fr) 190px!important;min-height:190px!important;padding:22px!important}#eventPortalRoot .event-art{transform:scale(.82)!important;transform-origin:center!important}}@media(max-width:720px){#eventPortalRoot .event-list-card{grid-template-columns:1fr!important;min-height:auto!important;padding:18px 16px!important;gap:14px!important}#eventPortalRoot .event-list-head{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}#eventPortalRoot .event-list-content h3{font-size:19px!important;letter-spacing:.02em!important}#eventPortalRoot .event-list-meta .meta-divider{display:none!important}#eventPortalRoot .event-list-actions{display:grid!important;grid-template-columns:1fr!important;gap:9px!important}#eventPortalRoot .event-list-actions .btn{width:100%!important;justify-content:center!important}#eventPortalRoot .event-list-visual{min-height:112px!important;justify-content:flex-start!important}#eventPortalRoot .event-art{width:170px!important;height:106px!important;transform:scale(.72)!important;transform-origin:left center!important}}.event-section{padding:26px 0 58px!important}.event-state-title{display:inline-flex;align-items:center;gap:10px;margin:0 0 16px 4px;font-family:var(--font-display);font-size:18px;line-height:1;font-weight:800;color:var(--c-primary-700)}.event-state-title .state-dot{width:9px;height:9px;border-radius:999px;background:#3f2bff;box-shadow:0 0 0 5px #3f2bff1a}.event-state-title .state-dot.muted{background:#94a3b8;box-shadow:0 0 0 5px #94a3b829}.event-card.event-card-compact{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1.7fr) minmax(220px,.55fr)!important;align-items:stretch!important;gap:22px!important;min-height:0!important;padding:0!important;overflow:hidden!important;border-radius:28px!important;background:radial-gradient(circle at 84% 28%,rgba(255,255,255,.16),transparent 34%),linear-gradient(135deg,#17006c,#2510b8 42%,#3f2bff)!important;box-shadow:0 28px 62px -36px #3f2bff99,0 14px 34px -26px #0f172a59!important}.event-card.event-card-compact:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;background:radial-gradient(circle at 2% 8%,rgba(255,255,255,.08) 0 1.5px,transparent 2px),radial-gradient(circle at 60% 65%,rgba(255,255,255,.1),transparent 34%),linear-gradient(102deg,rgba(255,255,255,.08) 0%,transparent 48%)!important;background-size:16px 16px,auto,auto!important;opacity:.9!important}.event-card.event-card-compact:after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:118px!important;background:linear-gradient(180deg,#09075f00,#09075f94)!important;pointer-events:none!important}.event-compact-copy{position:relative;z-index:2;padding:30px 34px 26px;min-width:0}.event-compact-top{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-bottom:22px}.event-card-compact .event-pill{padding:7px 16px!important;border-radius:999px!important;font-size:12px!important;font-weight:700!important;letter-spacing:.01em!important;background:#ffffff26!important;border:1px solid rgba(255,255,255,.22)!important;box-shadow:none!important}.event-card-compact .event-live{margin:0!important;color:#6ee7a8!important;font-size:14px!important;font-weight:700!important}.event-card-compact .event-live-muted{color:#fffc!important}.event-card-compact .live-dot{width:7px!important;height:7px!important}.event-card-compact .event-title{margin:0!important;max-width:760px;font-size:clamp(32px,4.4vw,54px)!important;line-height:.98!important;letter-spacing:-.035em!important;color:#fff!important}.event-card-compact .event-desc{margin-top:16px!important;max-width:700px!important;font-size:clamp(14px,1.6vw,17px)!important;line-height:1.55!important;color:#ffffffdb!important}.event-compact-bottom{position:relative;z-index:3;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:22px;margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.14)}.event-compact-meta{display:flex;align-items:center;flex-wrap:wrap;gap:14px}.event-compact-info{display:inline-flex;align-items:center;gap:13px;min-width:210px;padding:12px 16px;border-radius:16px;background:#ffffff17;border:1px solid rgba(255,255,255,.12)}.event-compact-icon{display:grid;place-items:center;width:42px;height:42px;flex:none;border-radius:12px;color:#fff;background:#ffffff1f;border:1px solid rgba(255,255,255,.12)}.event-compact-icon svg,.event-compact-icon [data-lucide]{width:20px;height:20px}.event-compact-info small,.event-compact-meta .em-item small{display:block;margin-bottom:2px;font-size:10.5px;line-height:1;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#ffffffad}.event-compact-info strong,.event-compact-meta .em-item strong{display:block;font-family:var(--font-display);font-size:15px;line-height:1.15;font-weight:800;color:#fff}.event-card-compact .event-compact-meta.is-empty{gap:12px;margin:0}.event-card-compact .event-compact-meta.is-empty .em-item{min-width:190px;padding:12px 16px;border-radius:16px;background:#ffffff17;border:1px solid rgba(255,255,255,.12)}.event-card-compact .event-compact-meta.is-empty .em-icon{width:42px;height:42px}.event-card-compact .btn-light{min-height:54px!important;padding:14px 26px!important;border-radius:16px!important;font-size:15px!important;font-weight:800!important;color:var(--c-primary-700)!important;box-shadow:0 18px 32px -20px #0000006b,inset 0 0 0 1px #ffffffc7!important}.event-card-compact .btn-outline-light{min-height:54px!important;padding:14px 20px!important;border-radius:16px!important;font-size:15px!important;font-weight:800!important}.event-compact-visual{position:relative;z-index:2;display:grid;place-items:center;min-height:286px;padding:22px 28px 22px 0;overflow:hidden}.event-compact-visual:before{content:"";position:absolute;width:260px;height:260px;border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,.16),transparent 58%);border:1px solid rgba(255,255,255,.08)}.event-card-compact .event-trophy{width:172px!important;height:192px!important;padding:0!important}.event-card-compact .event-trophy svg{width:172px!important;max-height:190px!important}.event-card-compact .trophy-glow{top:8%!important;right:8%!important;bottom:8%!important;left:8%!important;filter:blur(28px)!important;opacity:.85!important}.event-card-compact .event-confetti span{width:7px!important;height:10px!important;opacity:.75!important}.event-card-no-active{background:radial-gradient(circle at 82% 30%,rgba(255,255,255,.13),transparent 34%),linear-gradient(135deg,#1e1b4b,#312e81,#3f2bff)!important}.event-card-no-active .event-title{font-size:clamp(30px,4vw,46px)!important}.event-card-no-active .event-actions-row{justify-content:flex-end}.compact-empty-art{position:relative;width:170px;height:170px;display:grid;place-items:center}.compact-empty-art:before{content:"";position:absolute;top:12px;right:12px;bottom:12px;left:12px;border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12)}.compact-empty-card{position:relative;width:118px;height:118px;display:grid;place-items:center;padding:22px;border-radius:28px;background:linear-gradient(180deg,#fff,#f3f0ff);color:#4f46e5;box-shadow:0 26px 42px -26px #00000080}.compact-empty-card svg{width:42px;height:42px}.compact-empty-card span{display:block;width:68px;height:7px;border-radius:999px;background:#ddd6fe}.compact-empty-card span:nth-child(3){width:50px}.compact-empty-card span:nth-child(4){width:58px}.event-list-block{margin-top:34px!important}.event-list-head{padding:0 4px!important;margin-bottom:14px!important}.event-list-head h2{position:relative;display:inline-flex;align-items:center;gap:14px;font-size:clamp(22px,2.6vw,30px)!important;font-weight:900!important}.event-list-head h2:before{content:"";width:4px;height:30px;border-radius:999px;background:var(--grad-primary)}.event-list-grid{gap:16px!important}.event-list-card{min-height:0!important;grid-template-columns:minmax(0,1fr) 210px!important;padding:24px 28px!important;border-radius:22px!important;box-shadow:0 18px 38px -28px #4f46e557,var(--shadow-sm)!important}.event-list-content h3{margin:12px 0 8px!important;font-size:clamp(22px,2.5vw,34px)!important;line-height:1.1!important;letter-spacing:-.025em!important}.event-list-content p{max-width:660px!important;font-size:14.5px!important;line-height:1.6!important}.event-list-actions{margin-top:16px!important}.event-list-visual{min-height:150px!important}.event-art{transform:scale(.72)!important;transform-origin:center!important}@media(max-width:1024px){.event-card.event-card-compact{grid-template-columns:minmax(0,1fr) 210px!important}.event-compact-copy{padding:28px 28px 24px}.event-card-compact .event-title{font-size:clamp(30px,5vw,44px)!important}.event-compact-bottom{grid-template-columns:1fr}.event-card-compact .btn-light,.event-card-compact .btn-outline-light{width:-moz-fit-content;width:fit-content}.event-compact-visual{min-height:250px;padding-right:18px}.event-card-compact .event-trophy{width:140px!important}.event-card-compact .event-trophy svg{width:140px!important}}@media(max-width:860px){.event-card.event-card-compact{grid-template-columns:1fr!important}.event-compact-visual{min-height:150px;padding:0 24px 24px}.event-compact-visual:before{width:190px;height:190px}.event-card-compact .event-trophy{width:112px!important;height:132px!important}.event-card-compact .event-trophy svg{width:112px!important;max-height:132px!important}.event-card.event-card-compact:after{height:160px!important}.event-list-card{grid-template-columns:1fr!important}.event-list-visual{justify-content:flex-start!important;min-height:120px!important}.event-art{transform:scale(.58)!important;transform-origin:left center!important}}@media(max-width:640px){.event-section{padding:18px 0 42px!important}.event-state-title{margin-bottom:12px;font-size:15px}.event-card.event-card-compact{border-radius:22px!important}.event-compact-copy{padding:22px 18px 20px}.event-compact-top{gap:10px;margin-bottom:16px}.event-card-compact .event-pill{font-size:11px!important;padding:6px 11px!important}.event-card-compact .event-live{font-size:12.5px!important}.event-card-compact .event-title{font-size:clamp(27px,10vw,36px)!important;line-height:1.05!important}.event-card-compact .event-desc{margin-top:12px!important;font-size:13.5px!important;line-height:1.55!important}.event-compact-bottom{gap:14px;margin-top:18px;padding-top:16px}.event-compact-meta,.event-card-compact .event-compact-meta.is-empty{display:grid;grid-template-columns:1fr;width:100%}.event-compact-info,.event-card-compact .event-compact-meta.is-empty .em-item{min-width:0;width:100%;padding:11px 12px;border-radius:14px}.event-compact-icon,.event-card-compact .event-compact-meta.is-empty .em-icon{width:38px;height:38px}.event-card-compact .btn-light,.event-card-compact .btn-outline-light{width:100%;min-height:48px!important;padding:12px 16px!important;font-size:13.5px!important}.event-actions-row{width:100%}.event-compact-visual{min-height:116px;padding:0 18px 18px}.event-card-compact .event-trophy{width:86px!important;height:104px!important}.event-card-compact .event-trophy svg{width:86px!important;max-height:104px!important}.compact-empty-art{width:110px;height:110px}.compact-empty-card{width:84px;height:84px;border-radius:20px;padding:16px}.compact-empty-card svg{width:30px;height:30px}.compact-empty-card span{width:46px;height:5px}.event-list-head{align-items:flex-start;flex-direction:column;gap:10px}.event-list-head h2{font-size:21px!important}.event-list-card{padding:18px 16px!important;border-radius:18px!important}.event-list-content h3{font-size:19px!important}.event-list-content p{font-size:13.5px!important}.event-list-actions .btn{width:100%}}.event-state-title-empty{margin-bottom:18px!important}.event-card.event-card-no-active-clean{grid-template-columns:minmax(0,1fr) 190px!important;align-items:center!important;gap:18px!important;min-height:0!important;padding:34px 36px!important;border-radius:28px!important;background:radial-gradient(circle at 86% 34%,rgba(255,255,255,.12),transparent 28%),linear-gradient(135deg,#1e1b4b,#2d1e9f 52%,#3f2bff)!important;box-shadow:0 22px 48px -34px #3f2bff8c,0 10px 26px -22px #0f172a4d!important}.event-card.event-card-no-active-clean:before{background:radial-gradient(circle at 4% 12%,rgba(255,255,255,.06) 0 1.2px,transparent 1.8px),linear-gradient(115deg,rgba(255,255,255,.08) 0%,transparent 42%)!important;background-size:18px 18px,auto!important;opacity:.38!important}.event-card.event-card-no-active-clean:after{display:none!important}.event-empty-main{position:relative;z-index:3;min-width:0}.event-card-no-active-clean .event-compact-top{margin-bottom:18px!important}.event-card-no-active-clean .event-title{max-width:760px!important;font-size:clamp(30px,4vw,48px)!important;line-height:1.03!important}.event-card-no-active-clean .event-desc{max-width:720px!important;margin-top:14px!important;font-size:clamp(14px,1.45vw,16.5px)!important;line-height:1.55!important}.event-empty-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.event-card-no-active-clean .event-empty-actions .btn-light,.event-card-no-active-clean .event-empty-actions .btn-outline-light{min-height:48px!important;padding:12px 20px!important;border-radius:15px!important;font-size:14px!important}.event-card-no-active-clean .event-empty-actions .btn-outline-light{background:#ffffff17!important;border-color:#ffffff38!important;color:#fff!important}.event-empty-simple-visual{position:relative;z-index:2;width:168px;height:168px;display:grid;place-items:center;justify-self:center}.empty-simple-orbit{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:radial-gradient(circle,rgba(255,255,255,.1),transparent 62%)}.empty-simple-icon{position:relative;display:grid;place-items:center;width:94px;height:94px;border-radius:28px;color:#3f2bff;background:#fffffff0;box-shadow:0 22px 44px -28px #00000070}.empty-simple-icon svg,.empty-simple-icon [data-lucide]{width:42px!important;height:42px!important;stroke-width:2!important}@media(max-width:991px){.event-card.event-card-no-active-clean{grid-template-columns:minmax(0,1fr) 130px!important;padding:28px!important}.event-empty-simple-visual{width:118px;height:118px}.empty-simple-icon{width:74px;height:74px;border-radius:22px}.empty-simple-icon svg,.empty-simple-icon [data-lucide]{width:34px!important;height:34px!important}}@media(max-width:640px){.event-card.event-card-no-active-clean{grid-template-columns:1fr!important;padding:22px 18px!important;gap:16px!important}.event-card-no-active-clean .event-compact-top{gap:10px!important;margin-bottom:14px!important}.event-card-no-active-clean .event-title{font-size:24px!important}.event-card-no-active-clean .event-desc{font-size:13.5px!important}.event-empty-actions{margin-top:18px;gap:10px}.event-card-no-active-clean .event-empty-actions .btn-light,.event-card-no-active-clean .event-empty-actions .btn-outline-light{width:100%;min-height:44px!important;padding:10px 14px!important;font-size:13.5px!important}.event-empty-simple-visual{justify-self:start;width:78px;height:78px;order:-1}.empty-simple-icon{width:56px;height:56px;border-radius:16px}.empty-simple-icon svg,.empty-simple-icon [data-lucide]{width:26px!important;height:26px!important}}@media(max-width:640px){body{font-size:14px!important}.container{padding-left:14px!important;padding-right:14px!important}.nav-inner{height:64px!important;gap:10px!important}.brand{gap:9px!important}.brand-logo img{width:40px!important}.brand-name{font-size:16px!important}.brand-tag{display:none!important}.nav-toggle{width:42px!important;height:42px!important;border-radius:14px!important}.event-section{padding:14px 0 32px!important}.event-state-title,.event-state-title-empty,.event-list-head h2{font-size:19px!important;line-height:1.15!important;margin-bottom:10px!important}.event-state-title:before,.event-list-head h2:before{width:4px!important;height:24px!important;border-radius:999px!important}.event-list-block{margin-top:16px!important}.event-list-head{margin-bottom:10px!important;padding:0!important;gap:6px!important}.event-list-link{font-size:12px!important}.event-list-grid{gap:10px!important}#eventPortalRoot .event-list-card,.event-list-card{display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;grid-template-areas:"visual content"!important;align-items:start!important;-moz-column-gap:10px!important;column-gap:10px!important;row-gap:0!important;min-height:0!important;padding:12px!important;border-radius:16px!important;text-align:left!important;box-shadow:0 10px 28px -22px #0f172a42!important;background:linear-gradient(135deg,#fff,#fbfbff 62%,#f7f5ff)!important}#eventPortalRoot .event-list-card:before,.event-list-card:before{display:none!important}#eventPortalRoot .event-list-visual,.event-list-visual{grid-area:visual!important;order:0!important;min-height:0!important;width:54px!important;height:64px!important;padding:0!important;margin:0!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;overflow:visible!important}#eventPortalRoot .event-list-content,.event-list-content{grid-area:content!important;min-width:0!important;width:100%!important;display:block!important;text-align:left!important;align-items:initial!important}#eventPortalRoot .event-art,.event-art,.elc-illustration,.finished-illust{width:54px!important;height:54px!important;min-height:54px!important;transform:scale(.28)!important;transform-origin:top left!important;margin:2px 0 0!important}#eventPortalRoot .event-art:before,#eventPortalRoot .event-art:after,.event-art:before,.event-art:after,.elc-illustration:after,.finished-illust:after{display:none!important}#eventPortalRoot .event-list-pill,.event-list-pill{display:inline-flex!important;align-items:center!important;gap:4px!important;padding:4px 8px!important;margin:0 0 6px!important;border-radius:999px!important;font-size:10.5px!important;line-height:1!important;font-weight:800!important}#eventPortalRoot .event-list-pill svg,#eventPortalRoot .event-list-pill [data-lucide],.event-list-pill svg,.event-list-pill [data-lucide]{width:12px!important;height:12px!important}#eventPortalRoot .event-list-content h3,.event-list-content h3{margin:0 0 5px!important;font-size:15.5px!important;line-height:1.12!important;letter-spacing:.01em!important;color:var(--c-primary-700)!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}#eventPortalRoot .event-list-meta,.event-list-meta{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:5px!important;margin:0 0 6px!important;overflow:hidden!important;white-space:nowrap!important;color:#566174!important;font-size:11.3px!important;line-height:1.15!important;font-weight:700!important}#eventPortalRoot .event-list-meta span:not(.meta-divider),.event-list-meta span:not(.meta-divider){display:inline-flex!important;align-items:center!important;gap:4px!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important}#eventPortalRoot .event-list-meta span:not(.meta-divider):last-child,.event-list-meta span:not(.meta-divider):last-child{flex:1 1 auto!important}#eventPortalRoot .event-list-meta svg,#eventPortalRoot .event-list-meta [data-lucide],.event-list-meta svg,.event-list-meta [data-lucide]{width:12px!important;height:12px!important;flex:0 0 12px!important}.meta-divider{width:3px!important;height:3px!important;border-radius:999px!important;background:#9aa3b5!important;flex:0 0 3px!important}#eventPortalRoot .event-list-content p,.event-list-content p{max-width:100%!important;margin:0!important;color:#647084!important;font-size:11.8px!important;line-height:1.38!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}#eventPortalRoot .event-list-actions,.event-list-actions{display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)!important;gap:7px!important;width:100%!important;margin-top:9px!important}#eventPortalRoot .event-list-actions .btn,.event-list-actions .btn{width:100%!important;min-height:34px!important;padding:7px 8px!important;border-radius:10px!important;font-size:11.5px!important;line-height:1.1!important;gap:5px!important;white-space:normal!important;box-shadow:none!important}#eventPortalRoot .event-list-actions .btn svg,#eventPortalRoot .event-list-actions .btn [data-lucide],.event-list-actions .btn svg,.event-list-actions .btn [data-lucide]{width:13px!important;height:13px!important;flex:0 0 13px!important}#eventPortalRoot .event-list-actions .btn span,.event-list-actions .btn span{overflow:hidden!important;text-overflow:ellipsis!important}.event-card.event-card-compact,.event-card.event-card-no-active-clean{border-radius:18px!important;padding:14px!important;gap:10px!important}.event-compact-copy{padding:14px!important}.event-card-compact .event-title,.event-card-no-active-clean .event-title{font-size:20px!important;line-height:1.08!important}.event-card-compact .event-desc,.event-card-no-active-clean .event-desc{font-size:12.3px!important;line-height:1.42!important;margin-top:8px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.event-card-compact .event-pill,.event-card-no-active-clean .event-pill,.event-card-compact .event-live,.event-card-no-active-clean .event-live{font-size:11px!important}.event-compact-bottom{margin-top:12px!important;padding-top:12px!important;gap:8px!important}.event-compact-info,.event-card-compact .event-compact-meta.is-empty .em-item{padding:8px 10px!important;border-radius:11px!important}.event-compact-icon,.event-card-compact .event-compact-meta.is-empty .em-icon{width:30px!important;height:30px!important}.event-card-compact .btn-light,.event-card-compact .btn-outline-light,.event-card-no-active-clean .btn-light,.event-card-no-active-clean .btn-outline-light{min-height:38px!important;padding:8px 10px!important;font-size:12px!important;border-radius:10px!important}.event-compact-visual,.event-empty-simple-visual{display:none!important}}@media(max-width:420px){.container{padding-left:12px!important;padding-right:12px!important}#eventPortalRoot .event-list-card,.event-list-card{grid-template-columns:44px minmax(0,1fr)!important;gap:8px!important;padding:10px!important;border-radius:14px!important}#eventPortalRoot .event-list-visual,.event-list-visual{width:44px!important;height:54px!important}#eventPortalRoot .event-art,.event-art,.elc-illustration,.finished-illust{width:44px!important;height:44px!important;min-height:44px!important;transform:scale(.23)!important}#eventPortalRoot .event-list-content h3,.event-list-content h3{font-size:14px!important}#eventPortalRoot .event-list-meta,.event-list-meta{font-size:10.5px!important}#eventPortalRoot .event-list-content p,.event-list-content p{font-size:11px!important;-webkit-line-clamp:1!important}#eventPortalRoot .event-list-actions,.event-list-actions{margin-top:7px!important;gap:6px!important}#eventPortalRoot .event-list-actions .btn,.event-list-actions .btn{min-height:31px!important;padding:6px 7px!important;font-size:10.8px!important;border-radius:9px!important}}@media(max-width:640px){body{overflow-x:hidden!important}.container{padding-left:14px!important;padding-right:14px!important}.event-section{padding:12px 0 32px!important}.event-list-block{margin-top:18px!important}.event-list-head{padding:0 2px!important;margin-bottom:12px!important;gap:8px!important}.event-list-head h2{font-size:22px!important;line-height:1.15!important;letter-spacing:-.02em!important}.event-list-grid{gap:10px!important}#eventPortalRoot .event-list-card,.event-list-card{position:relative!important;display:block!important;min-height:0!important;padding:13px 14px 14px!important;border-radius:18px!important;overflow:hidden!important;text-align:left!important;border:1px solid rgba(91,59,255,.1)!important;background:linear-gradient(135deg,#fff,#fbfbff 58%,#f7f5ff)!important;box-shadow:0 10px 24px -20px #0f172a52!important}#eventPortalRoot .event-list-card:before,#eventPortalRoot .event-list-card:after,.event-list-card:before,.event-list-card:after{display:none!important}#eventPortalRoot .event-list-visual,.event-list-visual{position:absolute!important;z-index:1!important;left:13px!important;top:17px!important;width:38px!important;height:38px!important;min-height:0!important;display:block!important;padding:0!important;margin:0!important;overflow:visible!important;pointer-events:none!important}#eventPortalRoot .event-art,.event-art,#eventPortalRoot .elc-illustration,.elc-illustration,#eventPortalRoot .finished-illust,.finished-illust{position:absolute!important;left:0!important;top:0!important;width:38px!important;height:38px!important;min-height:38px!important;transform:scale(.22)!important;transform-origin:top left!important;margin:0!important}#eventPortalRoot .event-art:before,#eventPortalRoot .event-art:after,.event-art:before,.event-art:after,.event-art .art-dot{display:none!important}#eventPortalRoot .event-list-content,.event-list-content{position:relative!important;z-index:2!important;display:block!important;align-items:initial!important;text-align:left!important;min-width:0!important}#eventPortalRoot .event-list-pill,.event-list-pill{display:inline-flex!important;align-items:center!important;width:-moz-fit-content!important;width:fit-content!important;gap:5px!important;padding:3px 8px!important;margin:0 0 6px!important;border-radius:999px!important;font-size:10.8px!important;line-height:1!important;font-weight:800!important;color:#475569!important;background:#eef1f7!important}#eventPortalRoot .event-list-pill svg,#eventPortalRoot .event-list-pill [data-lucide],.event-list-pill svg,.event-list-pill [data-lucide]{width:12px!important;height:12px!important;flex:0 0 12px!important}#eventPortalRoot .event-list-content h3,.event-list-content h3{margin:0 0 5px!important;max-width:100%!important;font-size:15.4px!important;line-height:1.12!important;letter-spacing:.015em!important;color:var(--c-primary-700)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}#eventPortalRoot .event-list-meta,.event-list-meta{display:grid!important;grid-template-columns:1fr!important;gap:2px!important;margin:0 0 5px!important;color:#64748b!important;font-size:11.5px!important;line-height:1.2!important;font-weight:700!important}#eventPortalRoot .event-list-meta span:not(.meta-divider),.event-list-meta span:not(.meta-divider){display:flex!important;align-items:center!important;gap:5px!important;min-width:0!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}#eventPortalRoot .event-list-meta span:not(.meta-divider) svg,#eventPortalRoot .event-list-meta span:not(.meta-divider) [data-lucide],.event-list-meta span:not(.meta-divider) svg,.event-list-meta span:not(.meta-divider) [data-lucide]{width:12.5px!important;height:12.5px!important;flex:0 0 12.5px!important;color:#64748b!important}#eventPortalRoot .meta-divider,.meta-divider{display:none!important}#eventPortalRoot .event-list-content p,.event-list-content p{margin:0!important;max-width:100%!important;font-size:11.8px!important;line-height:1.35!important;color:#64748b!important;display:-webkit-box!important;-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;overflow:hidden!important}#eventPortalRoot .event-list-actions,.event-list-actions{display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)!important;gap:8px!important;width:calc(100% + 50px)!important;margin:9px 0 0 -50px!important}#eventPortalRoot .event-list-actions .btn,.event-list-actions .btn{width:100%!important;min-width:0!important;min-height:35px!important;height:35px!important;padding:0 10px!important;border-radius:11px!important;font-size:11.4px!important;line-height:1!important;gap:5px!important;font-weight:800!important;white-space:nowrap!important;box-shadow:none!important}#eventPortalRoot .event-list-actions .btn span,.event-list-actions .btn span{display:block!important;min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}#eventPortalRoot .event-list-actions .btn svg,#eventPortalRoot .event-list-actions .btn [data-lucide],.event-list-actions .btn svg,.event-list-actions .btn [data-lucide]{width:13px!important;height:13px!important;flex:0 0 13px!important}#eventPortalRoot .event-list-actions .btn-primary,.event-list-actions .btn-primary{background:linear-gradient(135deg,#2200b8,#4b2cff)!important;color:#fff!important}#eventPortalRoot .event-list-actions .btn-outline,.event-list-actions .btn-outline{background:#fff!important;color:var(--c-primary-700)!important;border-color:#5b3bff38!important}}@media(max-width:430px){.container{padding-left:10px!important;padding-right:10px!important}.event-list-head h2{font-size:21px!important}#eventPortalRoot .event-list-card,.event-list-card{padding:11px 12px 12px!important;border-radius:16px!important}#eventPortalRoot .event-list-visual,.event-list-visual{left:11px!important;top:15px!important;width:34px!important;height:34px!important}#eventPortalRoot .event-art,.event-art,#eventPortalRoot .elc-illustration,.elc-illustration,#eventPortalRoot .finished-illust,.finished-illust{width:34px!important;height:34px!important;min-height:34px!important;transform:scale(.2)!important}#eventPortalRoot .event-list-content,#eventPortalRoot .event-list-content h3,.event-list-content h3{font-size:14.5px!important}#eventPortalRoot .event-list-meta,.event-list-meta{font-size:11px!important}#eventPortalRoot .event-list-content p,.event-list-content p{font-size:11.2px!important}#eventPortalRoot .event-list-actions,.event-list-actions{width:calc(100% + 44px)!important;margin-left:-44px!important;gap:7px!important}#eventPortalRoot .event-list-actions .btn,.event-list-actions .btn{height:33px!important;min-height:33px!important;padding:0 8px!important;font-size:10.8px!important;border-radius:10px!important}}@media(max-width:360px){#eventPortalRoot .event-list-actions,.event-list-actions{grid-template-columns:1fr!important}#eventPortalRoot .event-list-actions .btn,.event-list-actions .btn{height:32px!important;min-height:32px!important}}@media(max-width:768px){#eventPortalRoot .event-list-block,.event-list-block{margin-top:18px!important}#eventPortalRoot .event-list-grid,.event-list-grid{gap:12px!important}#eventPortalRoot .event-list-head,.event-list-head{padding:0!important;margin-bottom:12px!important;align-items:center!important}#eventPortalRoot .event-list-head h2,.event-list-head h2{font-size:24px!important;line-height:1.12!important;letter-spacing:-.02em!important}#eventPortalRoot .event-list-card,.event-list-card{display:block!important;grid-template-columns:none!important;min-height:0!important;padding:15px 16px 16px!important;border-radius:17px!important;text-align:left!important;overflow:hidden!important;background:#fff!important;border:1px solid rgba(91,59,255,.12)!important;box-shadow:0 10px 24px -20px #0f172a59!important}#eventPortalRoot .event-list-card:before,#eventPortalRoot .event-list-card:after,.event-list-card:before,.event-list-card:after{display:none!important;content:none!important}#eventPortalRoot .event-list-card .event-list-visual,.event-list-card .event-list-visual{display:none!important;visibility:hidden!important;opacity:0!important;width:0!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}#eventPortalRoot .event-list-card .event-art,.event-list-card .event-art{display:none!important}#eventPortalRoot .event-list-content,.event-list-content{position:relative!important;z-index:2!important;display:block!important;align-items:stretch!important;text-align:left!important;width:100%!important;min-width:0!important}#eventPortalRoot .event-list-pill,.event-list-pill{display:inline-flex!important;align-items:center!important;gap:5px!important;width:-moz-fit-content!important;width:fit-content!important;margin:0 0 8px!important;padding:5px 9px!important;border-radius:999px!important;font-size:11px!important;line-height:1!important;font-weight:800!important;color:#475569!important;background:#eef0f6!important}#eventPortalRoot .event-list-pill svg,.event-list-pill svg,#eventPortalRoot .event-list-pill [data-lucide],.event-list-pill [data-lucide]{width:12px!important;height:12px!important;flex:0 0 12px!important}#eventPortalRoot .event-list-content h3,.event-list-content h3{display:block!important;margin:0 0 8px!important;max-width:100%!important;font-size:18px!important;line-height:1.16!important;font-weight:900!important;color:#1a0094!important;letter-spacing:.01em!important;text-transform:uppercase!important;overflow:hidden!important;text-overflow:ellipsis!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}#eventPortalRoot .event-list-meta,.event-list-meta{display:grid!important;grid-template-columns:1fr!important;gap:4px!important;margin:0 0 9px!important;width:100%!important;text-align:left!important}#eventPortalRoot .event-list-meta .meta-divider,.event-list-meta .meta-divider{display:none!important}#eventPortalRoot .event-list-meta span:not(.meta-divider),.event-list-meta span:not(.meta-divider){display:flex!important;align-items:center!important;gap:6px!important;min-width:0!important;width:100%!important;max-width:100%!important;font-size:13px!important;line-height:1.25!important;font-weight:800!important;color:#475569!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}#eventPortalRoot .event-list-meta svg,.event-list-meta svg,#eventPortalRoot .event-list-meta [data-lucide],.event-list-meta [data-lucide]{width:14px!important;height:14px!important;flex:0 0 14px!important;color:#64748b!important}#eventPortalRoot .event-list-content p,.event-list-content p{margin:0 0 11px!important;max-width:100%!important;font-size:12.5px!important;line-height:1.35!important;color:#64748b!important;text-align:left!important;display:-webkit-box!important;-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;overflow:hidden!important}#eventPortalRoot .event-list-actions,.event-list-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin:0!important;width:100%!important}#eventPortalRoot .event-list-actions .btn,.event-list-actions .btn{width:100%!important;min-width:0!important;min-height:40px!important;height:40px!important;padding:0 12px!important;border-radius:12px!important;font-size:13px!important;line-height:1!important;font-weight:800!important;gap:7px!important;justify-content:center!important;white-space:nowrap!important}#eventPortalRoot .event-list-actions .btn svg,.event-list-actions .btn svg,#eventPortalRoot .event-list-actions .btn [data-lucide],.event-list-actions .btn [data-lucide]{width:15px!important;height:15px!important;flex:0 0 15px!important}}@media(max-width:420px){#eventPortalRoot .container,.container{padding-left:14px!important;padding-right:14px!important}#eventPortalRoot .event-list-card,.event-list-card{padding:13px 14px 14px!important;border-radius:16px!important}#eventPortalRoot .event-list-content h3,.event-list-content h3{font-size:16.8px!important}#eventPortalRoot .event-list-meta span:not(.meta-divider),.event-list-meta span:not(.meta-divider){font-size:12.6px!important}#eventPortalRoot .event-list-actions .btn,.event-list-actions .btn{height:38px!important;min-height:38px!important;font-size:12.6px!important}}#eventPortalRoot .event-list-head{align-items:center;margin-bottom:16px}#eventPortalRoot .event-list-head-main{display:flex;flex-direction:column;gap:4px}#eventPortalRoot .event-list-head-main h2{margin:0}#eventPortalRoot .event-list-count{font-size:13px;color:var(--c-ink-mute);font-weight:600}#eventPortalRoot .event-list-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}#eventPortalRoot .event-list-card{position:relative!important;display:block!important;min-height:0!important;padding:24px 24px 22px!important;border-radius:24px!important;overflow:hidden!important;background:radial-gradient(circle at 88% 12%,rgba(91,59,255,.1),transparent 30%),linear-gradient(135deg,#fff,#fbfbff 54%,#f7f5ff)!important;border:1px solid rgba(91,59,255,.12)!important;box-shadow:0 12px 28px -22px #0f172a5c!important}#eventPortalRoot .event-list-card:before{display:none!important}#eventPortalRoot .event-list-content{position:relative!important;z-index:2!important;display:block!important;text-align:left!important;padding-right:70px!important}#eventPortalRoot .event-list-pill{margin:0 0 16px!important;padding:6px 10px!important;font-size:11.5px!important;line-height:1!important}#eventPortalRoot .event-list-content h3{margin:0 0 12px!important;max-width:100%!important;font-size:clamp(18px,1.6vw,23px)!important;line-height:1.22!important;color:var(--c-primary-700)!important;letter-spacing:.035em!important}#eventPortalRoot .event-list-meta{display:grid!important;gap:6px!important;margin:0 0 12px!important;color:var(--c-ink-soft)!important}#eventPortalRoot .event-list-meta span:not(.meta-divider){display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important;font-size:13.5px!important;font-weight:700!important;line-height:1.35!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}#eventPortalRoot .event-list-meta .meta-divider{display:none!important}#eventPortalRoot .event-list-meta svg,#eventPortalRoot .event-list-meta [data-lucide]{width:15px!important;height:15px!important;flex:0 0 15px!important}#eventPortalRoot .event-list-content p{max-width:none!important;margin:0 0 18px!important;font-size:13.5px!important;line-height:1.55!important;color:var(--c-ink-soft)!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}#eventPortalRoot .event-list-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;width:100%!important;margin-top:0!important}#eventPortalRoot .event-list-actions .btn{width:100%!important;min-height:42px!important;padding:10px 12px!important;border-radius:12px!important;font-size:12.5px!important;line-height:1.15!important;gap:7px!important}#eventPortalRoot .event-list-actions .btn svg,#eventPortalRoot .event-list-actions .btn [data-lucide]{width:15px!important;height:15px!important;flex:0 0 15px!important}#eventPortalRoot .event-list-visual{position:absolute!important;top:18px!important;right:18px!important;z-index:1!important;width:70px!important;height:70px!important;min-height:0!important;display:grid!important;place-items:center!important;margin:0!important;padding:0!important;opacity:.72!important;pointer-events:none!important}#eventPortalRoot .event-list-visual .event-art{transform:scale(.42)!important;transform-origin:center!important}#eventPortalRoot .event-list-more-wrap{display:flex;justify-content:center;margin-top:18px}#eventPortalRoot .event-list-more-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:10px 22px;border-radius:14px;border:1px solid rgba(91,59,255,.22);background:#fff;color:var(--c-primary-700);font-weight:800;font-size:13.5px;box-shadow:var(--shadow-sm)}#eventPortalRoot .event-list-more-btn:hover{border-color:#5b3bff73;box-shadow:var(--shadow-md)}@media(max-width:1100px){#eventPortalRoot .event-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:640px){#eventPortalRoot .event-list-block{margin-top:22px!important}#eventPortalRoot .event-list-head{flex-direction:column;align-items:flex-start;gap:8px;padding:0!important;margin-bottom:12px!important}#eventPortalRoot .event-list-head h2{font-size:21px!important;line-height:1.2!important}#eventPortalRoot .event-list-count{font-size:12px!important}#eventPortalRoot .event-list-grid{grid-template-columns:1fr!important;gap:12px!important}#eventPortalRoot .event-list-card{padding:15px 14px!important;border-radius:18px!important}#eventPortalRoot .event-list-content{padding-right:0!important}#eventPortalRoot .event-list-visual{display:none!important}#eventPortalRoot .event-list-pill{margin-bottom:9px!important;padding:5px 9px!important;font-size:11px!important}#eventPortalRoot .event-list-pill svg,#eventPortalRoot .event-list-pill [data-lucide]{width:12px!important;height:12px!important}#eventPortalRoot .event-list-content h3{margin-bottom:8px!important;font-size:17px!important;line-height:1.2!important;letter-spacing:.02em!important}#eventPortalRoot .event-list-meta{gap:4px!important;margin-bottom:9px!important}#eventPortalRoot .event-list-meta span:not(.meta-divider){font-size:12.5px!important;line-height:1.25!important}#eventPortalRoot .event-list-content p{margin-bottom:12px!important;font-size:12.5px!important;line-height:1.4!important;-webkit-line-clamp:1!important}#eventPortalRoot .event-list-actions{grid-template-columns:1fr 1fr!important;gap:8px!important}#eventPortalRoot .event-list-actions .btn{min-height:38px!important;padding:8px!important;border-radius:11px!important;font-size:11.8px!important;white-space:normal!important}}@media(max-width:380px){#eventPortalRoot .event-list-actions{grid-template-columns:1fr!important}}.event-detail-card{max-width:980px!important;max-height:min(88vh,820px);overflow:hidden;display:flex;flex-direction:column;padding:0!important}.event-detail-head{padding:28px 32px 18px!important;margin:0!important;border-bottom:1px solid var(--c-border-soft)}.event-detail-body{overflow:auto;padding:24px 32px 32px}.event-detail-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 220px;align-items:center;gap:22px;padding:28px;border-radius:26px;overflow:hidden;background:radial-gradient(circle at 85% 15%,rgba(91,59,255,.18),transparent 34%),linear-gradient(135deg,#fff,#fbfaff 48%,#f4f1ff);border:1px solid rgba(91,59,255,.14);box-shadow:0 18px 45px -30px #3f2bff8c}.event-detail-hero h3{margin-top:12px;font-size:clamp(26px,3vw,40px);font-weight:800;letter-spacing:.02em;color:var(--c-primary-700)}.event-detail-hero p{margin-top:10px;max-width:680px;font-size:15px;line-height:1.7;color:var(--c-ink-soft)}.event-detail-status{display:inline-flex;align-items:center;gap:7px;width:-moz-fit-content;width:fit-content;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:800}.event-detail-status svg{width:15px!important;height:15px!important}.event-detail-status.is-upcoming{color:var(--c-primary-700);background:#ede9fe}.event-detail-status.is-finished{color:#475569;background:#eef0f6}.event-detail-status.is-ongoing{color:#047857;background:#d1fae5}.event-detail-visual{display:grid;place-items:center;min-height:180px}.event-detail-visual .event-art{transform:scale(.78);transform-origin:center}.event-detail-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}.detail-stat-card{display:flex;align-items:flex-start;gap:12px;padding:16px;border:1px solid var(--c-border-soft);border-radius:18px;background:#fff;box-shadow:var(--shadow-sm)}.detail-stat-icon{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border-radius:13px;color:var(--c-primary-700);background:#ede9fe}.detail-stat-icon svg{width:18px!important;height:18px!important}.detail-stat-card small{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--c-ink-mute)}.detail-stat-card strong{display:block;margin-top:3px;font-family:var(--font-display);font-size:13.5px;line-height:1.35;color:var(--c-ink)}.event-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}.event-detail-panel{padding:20px;border:1px solid var(--c-border-soft);border-radius:22px;background:#fff;box-shadow:var(--shadow-sm)}.event-detail-panel-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.event-detail-panel-head svg{width:18px!important;height:18px!important;color:var(--c-primary-700)}.event-detail-panel-head h4{font-size:17px;font-weight:800}.event-detail-info-list{display:grid;gap:10px}.event-detail-info-list div{display:grid;grid-template-columns:120px 1fr;gap:12px;padding:10px 0;border-bottom:1px dashed #e5e7ef}.event-detail-info-list div:last-child{border-bottom:0}.event-detail-info-list span{font-size:13px;color:var(--c-ink-mute)}.event-detail-info-list strong{font-size:13.5px;color:var(--c-ink)}.detail-timeline{display:grid;gap:12px}.detail-timeline-item{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start}.detail-timeline-number{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;color:#fff;background:var(--grad-primary);font-size:12px;font-weight:800}.detail-timeline-item strong{display:block;font-size:13.5px;color:var(--c-ink)}.detail-timeline-item small{display:block;margin-top:3px;font-size:12.5px;line-height:1.55;color:var(--c-ink-mute)}.detail-access-panel{margin-top:16px}.detail-panel-sub{margin:-6px 0 14px;font-size:13px;color:var(--c-ink-mute)}.detail-access-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.detail-access-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;min-width:0;padding:14px;border:1px solid var(--c-border-soft);border-radius:17px;background:#fff;transition:transform .18s ease,box-shadow .2s ease,border-color .2s ease}.detail-access-card:hover{transform:translateY(-2px);border-color:#c7cbf0;box-shadow:var(--shadow-lg)}.detail-access-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;color:#fff}.detail-access-icon svg{width:20px!important;height:20px!important}.detail-access-card strong{display:block;font-size:13.5px;color:var(--c-ink)}.detail-access-card small{display:-webkit-box;margin-top:3px;font-size:12px;line-height:1.4;color:var(--c-ink-mute);overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.detail-access-arrow{width:16px!important;height:16px!important;color:var(--c-primary-700)}.detail-empty-note{display:flex;align-items:center;gap:8px;padding:14px;border-radius:14px;background:#f8fafc;color:var(--c-ink-soft);border:1px dashed #d8dbea}@media(max-width:900px){.event-detail-card{max-width:94vw!important}.event-detail-hero{grid-template-columns:1fr}.event-detail-visual{display:none}.event-detail-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.event-detail-grid,.detail-access-list{grid-template-columns:1fr}}@media(max-width:640px){.event-detail-modal{padding:10px!important}.event-detail-card{max-width:100%!important;max-height:92vh;border-radius:22px!important}.event-detail-head{padding:22px 18px 14px!important}.event-detail-head h3{font-size:19px!important}.event-detail-head p{font-size:12.5px!important}.event-detail-body{padding:16px 16px 20px}.event-detail-hero{padding:18px;border-radius:20px}.event-detail-hero h3{font-size:22px;line-height:1.15}.event-detail-hero p{font-size:13px;line-height:1.55}.event-detail-stats{grid-template-columns:1fr;gap:9px;margin-top:12px}.detail-stat-card{padding:12px;border-radius:15px}.detail-stat-icon{width:34px;height:34px;flex-basis:34px}.event-detail-panel{padding:15px;border-radius:18px}.event-detail-info-list div{grid-template-columns:1fr;gap:3px}.detail-access-card{padding:12px}}.event-detail-hero{grid-template-columns:minmax(0,1fr) 260px!important;align-items:stretch!important;gap:24px!important}.event-detail-poster-wrap{position:relative;z-index:1;display:grid;place-items:center;min-width:0}.event-detail-poster-card{position:relative;width:100%;max-width:250px;aspect-ratio:3/4;margin:0;overflow:hidden;border-radius:22px;background:linear-gradient(135deg,#2200b8,#3f2bff 52%,#8b5cf6);border:1px solid rgba(91,59,255,.18);box-shadow:0 24px 50px -30px #3f2bffb3}.event-detail-poster-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.event-detail-poster-fallback{display:flex;flex-direction:column;justify-content:flex-end;gap:10px;padding:22px;color:#fff}.event-detail-poster-fallback:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 22% 18%,rgba(255,255,255,.22),transparent 26%),radial-gradient(circle at 86% 20%,rgba(251,191,36,.35),transparent 24%),linear-gradient(180deg,transparent 28%,rgba(15,23,42,.32) 100%);pointer-events:none}.poster-fallback-badge,.event-detail-poster-fallback strong,.event-detail-poster-fallback small{position:relative;z-index:1}.poster-fallback-badge{display:inline-flex;align-items:center;gap:7px;width:-moz-fit-content;width:fit-content;padding:7px 11px;border-radius:999px;background:#ffffff29;border:1px solid rgba(255,255,255,.26);font-size:11px;font-weight:800}.poster-fallback-badge svg{width:14px!important;height:14px!important}.event-detail-poster-fallback strong{font-family:var(--font-display);font-size:19px;line-height:1.16;letter-spacing:.02em}.event-detail-poster-fallback small{font-size:12px;color:#ffffffd1}.event-detail-stats{display:none!important}.event-detail-grid{margin-top:16px!important}@media(max-width:900px){.event-detail-hero{grid-template-columns:minmax(0,1fr) 190px!important}.event-detail-poster-card{max-width:180px;border-radius:18px}}@media(max-width:640px){.event-detail-hero{grid-template-columns:1fr!important;gap:14px!important}.event-detail-poster-wrap{order:-1}.event-detail-poster-card{max-width:160px;border-radius:18px;aspect-ratio:4/5}.event-detail-poster-fallback{padding:16px}.event-detail-poster-fallback strong{font-size:15px}.poster-fallback-badge{padding:6px 9px;font-size:10px}}.event-detail-card{max-width:1040px!important}.event-detail-hero{grid-template-columns:230px minmax(0,1fr)!important;align-items:center!important;gap:26px!important;padding:24px!important;min-height:0!important;background:radial-gradient(circle at 8% 8%,rgba(91,59,255,.1),transparent 28%),linear-gradient(135deg,#fff,#fbfaff 52%,#f5f3ff)!important}.event-detail-hero>div:first-child{min-width:0!important}.event-detail-poster-wrap{order:-1!important;align-self:stretch!important;justify-self:stretch!important;display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important}.event-detail-poster-card{width:100%!important;max-width:210px!important;aspect-ratio:3/4!important;border-radius:20px!important;margin:0!important;overflow:hidden!important;background:radial-gradient(circle at 20% 16%,rgba(255,255,255,.24),transparent 28%),linear-gradient(135deg,#2200b8,#3f2bff 52%,#7c3aed)!important;border:1px solid rgba(91,59,255,.22)!important;box-shadow:0 18px 42px -30px #3f2bffb8!important}.event-detail-poster-card img{width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;-o-object-position:center!important;object-position:center!important;display:block!important}.event-detail-poster-card.is-fallback img{display:none!important}.event-detail-poster-card .poster-fallback-content{position:absolute;top:0;right:0;bottom:0;left:0;display:none;flex-direction:column;justify-content:flex-end;gap:10px;padding:18px;color:#fff}.event-detail-poster-card.is-fallback .poster-fallback-content,.event-detail-poster-fallback .poster-fallback-content{display:flex!important}.event-detail-poster-fallback{display:block!important}.event-detail-poster-fallback:before,.event-detail-poster-card.is-fallback:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.22),transparent 24%),radial-gradient(circle at 78% 22%,rgba(251,191,36,.34),transparent 22%),linear-gradient(180deg,transparent 22%,rgba(15,23,42,.38) 100%);pointer-events:none}.poster-fallback-badge,.poster-fallback-content strong,.poster-fallback-content small{position:relative;z-index:1}.poster-fallback-content strong{font-family:var(--font-display);font-size:17px;line-height:1.16;color:#fff;letter-spacing:.02em}.poster-fallback-content small{font-size:11.5px;line-height:1.35;color:#ffffffd1}.event-detail-status{margin-bottom:14px!important}.event-detail-hero h3{margin-top:0!important;max-width:680px!important;font-size:clamp(30px,3vw,42px)!important;line-height:1.12!important;letter-spacing:.04em!important}.event-detail-hero p{max-width:700px!important;margin-top:14px!important;font-size:15px!important;line-height:1.65!important}@media(max-width:900px){.event-detail-hero{grid-template-columns:170px minmax(0,1fr)!important;gap:18px!important;padding:20px!important}.event-detail-poster-card{max-width:155px!important;border-radius:18px!important}.event-detail-hero h3{font-size:28px!important}}@media(max-width:640px){.event-detail-body{padding:14px 14px 18px!important}.event-detail-hero{grid-template-columns:86px minmax(0,1fr)!important;gap:12px!important;align-items:start!important;padding:14px!important;border-radius:18px!important}.event-detail-poster-wrap{order:-1!important;align-self:start!important}.event-detail-poster-card{max-width:86px!important;width:86px!important;border-radius:14px!important;box-shadow:0 10px 26px -20px #3f2bffb3!important}.event-detail-status{padding:5px 9px!important;font-size:10.5px!important;margin-bottom:9px!important}.event-detail-status svg{width:12px!important;height:12px!important}.event-detail-hero h3{font-size:18px!important;line-height:1.15!important;letter-spacing:.025em!important}.event-detail-hero p{margin-top:8px!important;font-size:12.5px!important;line-height:1.45!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.poster-fallback-content{padding:9px!important;gap:5px!important}.poster-fallback-badge{display:none!important}.poster-fallback-content strong{font-size:10.5px!important;line-height:1.12!important}.poster-fallback-content small{font-size:9px!important}}@media(max-width:380px){.event-detail-hero{grid-template-columns:76px minmax(0,1fr)!important}.event-detail-poster-card{width:76px!important;max-width:76px!important}.event-detail-hero h3{font-size:16.5px!important}}.event-detail-info-list .detail-period-row{align-items:flex-start!important}.detail-period{display:flex;flex-direction:column;gap:4px;width:100%;min-width:0}.detail-period strong{font-size:15px;font-weight:800;color:#111827;line-height:1.35;word-break:normal;overflow-wrap:anywhere}.detail-period small,.detail-period span{font-size:12.5px;font-weight:600;line-height:1.35;color:#64748b}.detail-period-range{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;width:100%}.detail-period-range>div{display:flex;flex-direction:column;gap:3px;min-width:0}.detail-period-range b{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:28px;padding:0 10px;border-radius:999px;background:#ede9fe;color:#2200b8;font-size:11px;font-weight:800;line-height:1}@media(max-width:640px){.detail-period-range{grid-template-columns:1fr;gap:8px}.detail-period-range b{width:-moz-fit-content;width:fit-content;min-width:34px;height:24px;padding:0 9px}.detail-period strong{font-size:14px}.detail-period small,.detail-period span{font-size:12px}}.event-state-title{max-width:1600px;margin:0 auto 16px!important;padding:0 28px!important;font-size:22px!important;line-height:1.2!important;font-weight:800!important;color:#1a0094!important}.event-card.event-card-compact{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1.14fr) 240px!important;align-items:center!important;gap:22px!important;min-height:0!important;padding:32px 38px!important;border-radius:28px!important;overflow:hidden!important;background:radial-gradient(circle at 82% 38%,rgba(255,255,255,.1),transparent 28%),linear-gradient(135deg,#21149b,#2f18d0 52%,#4837ff)!important;box-shadow:0 24px 48px -34px #3f2bff8c,0 14px 24px -18px #0f172a38!important}.event-card.event-card-compact:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:radial-gradient(circle,rgba(255,255,255,.08) 1px,transparent 1.6px)!important;background-size:18px 18px!important;opacity:.22!important;pointer-events:none!important}.event-card.event-card-compact:after{display:none!important}.event-card-compact .event-compact-copy{position:relative!important;z-index:2!important;min-width:0!important;padding:0!important}.event-card-compact .event-compact-top{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:10px!important;margin-bottom:18px!important}.event-card-compact .event-pill{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:7px 15px!important;border-radius:999px!important;font-size:12px!important;font-weight:800!important;line-height:1!important;color:#fff!important;background:#ffffff1f!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:none!important;-webkit-backdrop-filter:blur(6px)!important;backdrop-filter:blur(6px)!important}.event-card-compact .event-pill svg,.event-card-compact .event-pill [data-lucide]{width:15px!important;height:15px!important}.event-card-compact .event-live{display:inline-flex!important;align-items:center!important;gap:8px!important;margin:0!important;font-size:13px!important;font-weight:800!important;color:#7ef1a9!important}.event-card-compact .event-title{max-width:760px!important;margin:0!important;font-size:clamp(40px,4vw,62px)!important;line-height:1!important;letter-spacing:-.045em!important;color:#fff!important}.event-card-compact .event-desc{max-width:760px!important;margin-top:14px!important;font-size:16px!important;line-height:1.5!important;color:#ffffffdb!important}.event-card-compact .event-compact-bottom{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:20px!important;margin-top:20px!important;padding-top:16px!important;border-top:1px solid rgba(255,255,255,.14)!important}.event-card-compact .event-compact-meta{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:0!important}.event-card-compact .event-compact-info{min-width:210px!important;display:flex!important;align-items:center!important;gap:11px!important;padding:11px 13px!important;border-radius:15px!important;background:#ffffff14!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:none!important}.event-card-compact .event-compact-icon{width:40px!important;height:40px!important;flex:0 0 40px!important;display:grid!important;place-items:center!important;border-radius:12px!important;color:#fff!important;background:#ffffff1f!important}.event-card-compact .event-compact-icon svg,.event-card-compact .event-compact-icon [data-lucide]{width:18px!important;height:18px!important}.event-card-compact .event-compact-info small{display:block!important;margin-bottom:2px!important;font-size:10px!important;line-height:1.1!important;font-weight:800!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#ffffff8f!important}.event-card-compact .event-compact-info strong{display:block!important;font-size:14.5px!important;line-height:1.24!important;font-weight:800!important;color:#fff!important}.event-card-compact .btn-light{min-width:286px!important;min-height:54px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;padding:13px 22px!important;border-radius:17px!important;font-size:15.5px!important;font-weight:800!important;color:#2411b9!important;background:#fff!important;border:none!important;box-shadow:0 16px 26px -20px #00000061!important}.event-card-compact .btn-light svg,.event-card-compact .btn-light [data-lucide]{width:19px!important;height:19px!important}.event-card-compact .event-compact-visual{position:relative!important;z-index:2!important;min-height:200px!important;display:grid!important;place-items:center!important;padding:0!important}.event-card-compact .event-trophy{width:170px!important;height:195px!important;display:grid!important;place-items:center!important;padding:0!important}.event-card-compact .event-trophy svg{width:170px!important;max-height:195px!important}.event-card-compact .trophy-glow{top:10%!important;right:10%!important;bottom:10%!important;left:10%!important;opacity:.68!important;filter:blur(24px)!important}.event-card-compact .event-confetti span{transform:scale(.78)!important;opacity:.5!important}@media(max-width:1200px){.event-card.event-card-compact{grid-template-columns:minmax(0,1fr) 190px!important;padding:28px!important;gap:18px!important}.event-card-compact .event-title{font-size:clamp(36px,4.8vw,54px)!important}.event-card-compact .event-desc{font-size:15px!important}.event-card-compact .event-compact-info{min-width:190px!important}.event-card-compact .btn-light{min-width:260px!important}.event-card-compact .event-trophy{width:150px!important;height:176px!important}.event-card-compact .event-trophy svg{width:150px!important;max-height:176px!important}}@media(max-width:992px){.event-state-title{padding:0 20px!important;font-size:20px!important}.event-card.event-card-compact{grid-template-columns:1fr!important;gap:16px!important;padding:26px 22px!important;border-radius:24px!important}.event-card-compact .event-title{font-size:clamp(34px,7vw,46px)!important}.event-card-compact .event-desc{margin-top:12px!important;font-size:14px!important}.event-card-compact .event-compact-bottom{grid-template-columns:1fr!important;align-items:stretch!important;gap:14px!important;margin-top:16px!important;padding-top:16px!important}.event-card-compact .event-compact-meta{gap:10px!important}.event-card-compact .event-compact-info{min-width:0!important;flex:1 1 220px!important}.event-card-compact .btn-light{width:100%!important;min-width:0!important}.event-card-compact .event-compact-visual{display:none!important}}@media(max-width:640px){.event-state-title{margin-bottom:12px!important;padding:0 16px!important;font-size:18px!important}.event-card.event-card-compact{padding:20px 16px!important;border-radius:20px!important}.event-card-compact .event-compact-top{gap:8px!important;margin-bottom:14px!important}.event-card-compact .event-pill{padding:6px 12px!important;font-size:11px!important}.event-card-compact .event-live{font-size:12px!important}.event-card-compact .event-title{font-size:clamp(28px,10vw,38px)!important;line-height:1.02!important;letter-spacing:-.035em!important}.event-card-compact .event-desc{font-size:13px!important;line-height:1.48!important;margin-top:10px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.event-card-compact .event-compact-meta{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.event-card-compact .event-compact-info{width:100%!important;padding:10px 12px!important;border-radius:14px!important;gap:10px!important}.event-card-compact .event-compact-icon{width:36px!important;height:36px!important;flex-basis:36px!important}.event-card-compact .event-compact-icon svg,.event-card-compact .event-compact-icon [data-lucide]{width:16px!important;height:16px!important}.event-card-compact .event-compact-info small{font-size:9px!important}.event-card-compact .event-compact-info strong{font-size:13.5px!important}.event-card-compact .btn-light{min-height:46px!important;padding:11px 14px!important;border-radius:14px!important;font-size:13.5px!important}}.event-section-head{max-width:var(--container);margin:0 auto 22px;padding:0 24px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.event-section-head-main{min-width:0}.event-section-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:9px;padding:7px 12px;border-radius:999px;background:#3f2bff14;color:#2f18d0;font-size:11.5px;line-height:1;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.event-section-kicker .dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px #22c55e24}.event-section-kicker.is-muted{color:#64748b;background:#eef0f6}.event-section-kicker .dot.muted{background:#94a3b8;box-shadow:0 0 0 4px #94a3b82e}.event-section-head h2{margin:0;font-size:clamp(24px,2.4vw,34px);line-height:1.12;font-weight:800;color:#111827;letter-spacing:-.025em}.event-section-head p{max-width:620px;margin:8px 0 0;color:#64748b;font-size:14px;line-height:1.55}.event-section-head-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:0 0 auto;padding:10px 14px;border-radius:999px;color:#2200b8;background:#3f2bff0f;border:1px solid rgba(63,43,255,.12);font-size:13.5px;line-height:1;font-weight:800;transition:transform .18s ease,background .2s ease,border-color .2s ease}.event-section-head-link:hover{transform:translateY(-1px);background:#3f2bff1a;border-color:#3f2bff38}.event-section-head-link svg,.event-section-head-link [data-lucide]{width:16px;height:16px}.event-state-title{display:none!important}@media(max-width:768px){.event-section-head{padding:0 16px;margin-bottom:16px;flex-direction:column;align-items:flex-start;gap:10px}.event-section-kicker{margin-bottom:7px;padding:6px 10px;font-size:10.5px}.event-section-head h2{font-size:22px}.event-section-head p{margin-top:6px;font-size:13px;line-height:1.5}.event-section-head-link{padding:9px 12px;font-size:12.5px}}.event-detail-info-list .detail-period-row{align-items:center!important}.detail-period,.detail-period-range,.detail-period-range.no-time{display:none!important}.detail-period-minimal{display:inline-flex!important;align-items:center!important;flex-wrap:wrap!important;gap:8px!important;width:100%!important;min-width:0!important;font-size:15px!important;line-height:1.45!important}.detail-period-minimal strong{display:inline!important;font-size:15px!important;font-weight:800!important;line-height:1.35!important;color:#111827!important;word-break:normal!important;overflow-wrap:anywhere!important}.detail-period-minimal span{color:#94a3b8!important;font-size:15px!important;font-weight:800!important;line-height:1!important}@media(max-width:640px){.event-detail-info-list .detail-period-row{align-items:flex-start!important}.detail-period-minimal{gap:6px!important;font-size:13.5px!important;line-height:1.4!important}.detail-period-minimal strong{font-size:13.5px!important}.detail-period-minimal span{font-size:13px!important}}.active-event-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;width:100%}.active-event-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 190px;align-items:center;gap:18px;min-height:360px;padding:30px 34px;overflow:hidden;border-radius:28px;color:#fff;background:radial-gradient(circle at 84% 38%,rgba(255,255,255,.12),transparent 34%),linear-gradient(135deg,#21149b,#2f18d0,#4837ff);box-shadow:0 24px 48px -34px #3f2bff8c,0 14px 24px -18px #0f172a38}.active-event-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle,rgba(255,255,255,.08) 1px,transparent 1.7px);background-size:18px 18px;opacity:.22;pointer-events:none}.active-event-card-content,.active-event-visual{position:relative;z-index:2}.active-event-top{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:18px}.active-event-card .event-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border-radius:999px;font-size:11.5px;font-weight:800;line-height:1;color:#fff;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);box-shadow:none}.active-event-card .event-pill svg,.active-event-card .event-pill [data-lucide]{width:14px;height:14px}.active-event-card .event-live{margin:0;font-size:12.5px;font-weight:800;color:#7ef1a9}.active-event-title{max-width:620px;margin:0;font-size:clamp(34px,3.35vw,52px);line-height:1.02;letter-spacing:-.04em;font-weight:800;color:#fff}.active-event-desc{max-width:560px;margin:16px 0 0;font-size:15px;line-height:1.52;color:#ffffffdb;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.active-event-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.14)}.active-event-info{min-width:0;display:flex;align-items:center;gap:10px;padding:12px 13px;border-radius:15px;background:#ffffff14;border:1px solid rgba(255,255,255,.12)}.active-event-info>span{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:12px;background:#ffffff1f;color:#fff}.active-event-info svg,.active-event-info [data-lucide]{width:18px;height:18px}.active-event-info small{display:block;margin-bottom:2px;font-size:9.5px;line-height:1.1;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#ffffff8f}.active-event-info strong{display:block;min-width:0;font-size:14px;line-height:1.24;font-weight:800;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.active-event-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:18px}.active-event-actions .btn-light,.active-event-actions .btn-outline-light{min-height:50px;padding:12px 17px;border-radius:16px;font-size:14px;font-weight:800;box-shadow:none}.active-event-actions .btn-light{color:#2411b9;background:#fff}.active-event-actions .btn-outline-light{color:#fff;background:#ffffff14;border-color:#ffffff3d}.active-event-actions .btn svg,.active-event-actions .btn [data-lucide]{width:17px;height:17px}.active-event-visual{min-height:210px;display:grid;place-items:center}.active-event-visual .event-trophy{width:160px;height:185px;padding:0}.active-event-visual .event-trophy svg{width:160px;max-height:185px}.active-event-visual .trophy-glow{top:10%;right:10%;bottom:10%;left:10%;opacity:.72;filter:blur(24px)}.active-event-visual.is-calendar .event-art{transform:scale(.68);transform-origin:center}.active-event-card .event-confetti span{transform:scale(.75);opacity:.5}@media(max-width:1280px){.active-event-card{grid-template-columns:minmax(0,1fr) 150px;padding:26px;min-height:340px}.active-event-title{font-size:clamp(30px,4vw,44px)}.active-event-meta,.active-event-actions{grid-template-columns:1fr}.active-event-visual .event-trophy{width:132px;height:150px}.active-event-visual .event-trophy svg{width:132px;max-height:150px}.active-event-visual.is-calendar .event-art{transform:scale(.54)}}@media(max-width:992px){.active-event-grid{grid-template-columns:1fr}.active-event-card{grid-template-columns:minmax(0,1fr) 150px;min-height:0}.active-event-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.active-event-actions{grid-template-columns:minmax(0,1fr) auto}}@media(max-width:640px){.active-event-grid{gap:14px}.active-event-card{grid-template-columns:1fr;gap:0;padding:20px 16px;border-radius:20px}.active-event-top{gap:8px;margin-bottom:14px}.active-event-card .event-pill{padding:6px 12px;font-size:11px}.active-event-card .event-live{font-size:12px}.active-event-title{font-size:clamp(26px,9vw,36px);line-height:1.04;letter-spacing:-.035em}.active-event-desc{margin-top:10px;font-size:13px;line-height:1.48}.active-event-meta{grid-template-columns:1fr;gap:8px;margin-top:16px;padding-top:14px}.active-event-info{padding:10px 12px;border-radius:14px}.active-event-info>span{width:36px;height:36px;flex-basis:36px}.active-event-info strong{font-size:13.5px}.active-event-actions{grid-template-columns:1fr;gap:8px;margin-top:14px}.active-event-actions .btn-light,.active-event-actions .btn-outline-light{min-height:44px;padding:10px 14px;border-radius:14px;font-size:13.2px}.active-event-visual{display:none}}.active-event-grid.is-multiple-active{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important;width:100%!important}.active-event-grid.is-multiple-active .active-event-card{position:relative!important;display:block!important;min-height:0!important;height:auto!important;padding:24px 26px!important;border-radius:24px!important;overflow:hidden!important;background:radial-gradient(circle at 92% 16%,rgba(255,255,255,.1),transparent 26%),linear-gradient(135deg,#21149b,#2d18c2 52%,#4430ff)!important;box-shadow:0 18px 36px -28px #3f2bff94,0 10px 22px -18px #0f172a3d!important}.active-event-grid.is-multiple-active .active-event-card:before{background:radial-gradient(circle,rgba(255,255,255,.07) 1px,transparent 1.6px)!important;background-size:18px 18px!important;opacity:.2!important}.active-event-grid.is-multiple-active .active-event-card-content{position:relative!important;z-index:2!important;min-width:0!important}.active-event-grid.is-multiple-active .active-event-top{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:8px!important;margin-bottom:14px!important}.active-event-grid.is-multiple-active .event-pill{padding:6px 12px!important;border-radius:999px!important;font-size:11px!important;line-height:1!important;font-weight:800!important;background:#ffffff1f!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:none!important}.active-event-grid.is-multiple-active .event-pill svg,.active-event-grid.is-multiple-active .event-pill [data-lucide]{width:13px!important;height:13px!important}.active-event-grid.is-multiple-active .event-live{margin:0!important;font-size:12px!important;line-height:1!important;font-weight:800!important}.active-event-grid.is-multiple-active .live-dot{width:7px!important;height:7px!important}.active-event-grid.is-multiple-active .active-event-title{max-width:100%!important;margin:0!important;font-size:clamp(28px,2.45vw,38px)!important;line-height:1.06!important;letter-spacing:-.035em!important;color:#fff!important}.active-event-grid.is-multiple-active .active-event-desc{max-width:100%!important;margin-top:10px!important;font-size:13.5px!important;line-height:1.45!important;color:#ffffffd6!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.active-event-grid.is-multiple-active .active-event-meta{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;margin-top:16px!important;padding-top:14px!important;border-top:1px solid rgba(255,255,255,.14)!important}.active-event-grid.is-multiple-active .active-event-info{min-width:0!important;display:flex!important;align-items:center!important;gap:9px!important;padding:10px 11px!important;border-radius:14px!important;background:#ffffff14!important;border:1px solid rgba(255,255,255,.12)!important}.active-event-grid.is-multiple-active .active-event-info>span{width:34px!important;height:34px!important;flex:0 0 34px!important;border-radius:10px!important}.active-event-grid.is-multiple-active .active-event-info svg,.active-event-grid.is-multiple-active .active-event-info [data-lucide]{width:16px!important;height:16px!important}.active-event-grid.is-multiple-active .active-event-info small{margin-bottom:2px!important;font-size:8.8px!important;line-height:1.1!important;letter-spacing:.11em!important}.active-event-grid.is-multiple-active .active-event-info strong{max-width:100%!important;font-size:12.8px!important;line-height:1.24!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.active-event-grid.is-multiple-active .active-event-actions{display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)!important;gap:9px!important;margin-top:14px!important}.active-event-grid.is-multiple-active .active-event-actions .btn-light,.active-event-grid.is-multiple-active .active-event-actions .btn-outline-light{width:100%!important;min-width:0!important;min-height:42px!important;padding:9px 12px!important;border-radius:13px!important;font-size:12.8px!important;line-height:1.1!important;gap:7px!important}.active-event-grid.is-multiple-active .active-event-actions .btn svg,.active-event-grid.is-multiple-active .active-event-actions .btn [data-lucide]{width:15px!important;height:15px!important}.active-event-grid.is-multiple-active .active-event-visual{display:none!important}.active-event-grid.is-multiple-active .event-confetti span{transform:scale(.6)!important;opacity:.28!important}@media(min-width:1201px){.active-event-grid.is-multiple-active .active-event-card{min-height:0!important}}@media(max-width:1024px){.active-event-grid.is-multiple-active{grid-template-columns:1fr!important;gap:14px!important}.active-event-grid.is-multiple-active .active-event-card{padding:22px!important;border-radius:22px!important}.active-event-grid.is-multiple-active .active-event-title{font-size:clamp(28px,5vw,40px)!important}}@media(max-width:640px){.active-event-grid.is-multiple-active{gap:12px!important}.active-event-grid.is-multiple-active .active-event-card{padding:18px 16px!important;border-radius:18px!important}.active-event-grid.is-multiple-active .active-event-top{margin-bottom:12px!important}.active-event-grid.is-multiple-active .event-pill{padding:5px 10px!important;font-size:10.5px!important}.active-event-grid.is-multiple-active .event-live{font-size:11.5px!important}.active-event-grid.is-multiple-active .active-event-title{font-size:24px!important;line-height:1.08!important}.active-event-grid.is-multiple-active .active-event-desc{margin-top:8px!important;font-size:12.5px!important;line-height:1.42!important}.active-event-grid.is-multiple-active .active-event-meta{grid-template-columns:1fr!important;gap:7px!important;margin-top:14px!important;padding-top:12px!important}.active-event-grid.is-multiple-active .active-event-info{padding:9px 10px!important;border-radius:12px!important}.active-event-grid.is-multiple-active .active-event-info>span{width:32px!important;height:32px!important;flex-basis:32px!important}.active-event-grid.is-multiple-active .active-event-info strong{font-size:12.5px!important}.active-event-grid.is-multiple-active .active-event-actions{grid-template-columns:1fr!important;gap:8px!important;margin-top:12px!important}.active-event-grid.is-multiple-active .active-event-actions .btn-light,.active-event-grid.is-multiple-active .active-event-actions .btn-outline-light{min-height:39px!important;padding:9px 11px!important;font-size:12.3px!important;border-radius:12px!important}}.system-modal,.event-detail-modal,.modal-backdrop,.modal-overlay,.modal-backdrop:before,.event-detail-modal:before,.system-modal:before{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.system-modal,.event-detail-modal{background:#0f172a6b!important}.system-modal .modal-panel,.event-detail-modal .modal-panel,.event-detail-dialog,.system-modal-dialog{transition:opacity .16s ease,transform .16s ease!important;will-change:auto!important}.event-detail-body,.modal-body,.event-detail-content,.event-detail-panel,.detail-access-panel{content-visibility:auto;contain-intrinsic-size:720px}.event-detail-panel,.detail-access-card,.detail-timeline-item,.event-detail-poster-card,.detail-stat-card{box-shadow:0 10px 24px -20px #0f172a47!important}.event-detail-hero{background:linear-gradient(135deg,#fff,#fbfaff 54%,#f5f3ff)!important;box-shadow:0 12px 30px -24px #3f2bff61!important}.event-detail-hero:before,.event-detail-hero:after{opacity:.18!important;filter:none!important}.event-detail-poster-card{contain:layout paint style;overflow:hidden!important;background:linear-gradient(135deg,#f5f3ff,#ede9fe)!important}.event-detail-poster-card img{width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;transform:translateZ(0);backface-visibility:hidden}.poster-fallback-content{box-shadow:none!important}.event-detail-modal .event-confetti,.event-detail-modal .event-confetti span,.event-detail-modal .trophy-glow,.event-detail-modal .art-dot,.event-detail-modal .empty-simple-orbit{display:none!important;animation:none!important}.detail-access-card{transition:border-color .14s ease,background .14s ease,transform .14s ease!important;will-change:auto!important}.detail-access-card:hover{transform:translateY(-1px)!important}@media(max-width:768px){.event-detail-modal,.system-modal{background:#0f172a57!important}.event-detail-dialog,.system-modal-dialog,.modal-panel{border-radius:18px!important;box-shadow:0 12px 30px -24px #0f172a73!important}.event-detail-hero{padding:14px!important;border-radius:16px!important;gap:12px!important}.event-detail-poster-wrap{max-width:96px!important}.event-detail-poster-card{min-height:118px!important;border-radius:14px!important}.event-detail-panel{border-radius:16px!important;padding:14px!important}.detail-access-card{padding:12px!important;border-radius:14px!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}@media(max-width:640px){.modal.event-detail-modal{padding:8px!important;align-items:flex-start!important}.event-detail-card{width:min(100%,480px)!important;max-height:calc(100vh - 16px)!important;border-radius:24px!important;overflow:hidden!important}.event-detail-head{padding:24px 26px 18px!important}.event-detail-head .modal-eyebrow,.modal-eyebrow{font-size:11px!important;letter-spacing:.16em!important}.event-detail-head h3{margin-top:8px!important;font-size:24px!important;line-height:1.18!important}.event-detail-head p{margin-top:8px!important;font-size:14px!important;line-height:1.55!important}.event-detail-body{padding:18px 18px 24px!important;gap:14px!important}.event-detail-hero{display:grid!important;grid-template-columns:82px minmax(0,1fr)!important;gap:12px!important;align-items:start!important;padding:14px!important;border-radius:18px!important}.event-detail-hero>div:first-child{min-width:0!important;order:2!important}.event-detail-poster-wrap{order:1!important;width:82px!important;min-width:82px!important}.event-detail-poster-card{width:82px!important;height:108px!important;min-height:108px!important;border-radius:14px!important;overflow:hidden!important}.event-detail-poster-card img{width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important}.poster-fallback-content{padding:8px!important;gap:5px!important}.poster-fallback-badge{display:none!important}.poster-fallback-content strong{font-size:10px!important;line-height:1.15!important}.poster-fallback-content small{font-size:10px!important}.event-detail-status{width:-moz-fit-content!important;width:fit-content!important;max-width:100%!important;margin-bottom:8px!important;padding:6px 10px!important;font-size:11px!important;line-height:1!important;border-radius:999px!important}.event-detail-status svg{width:13px!important;height:13px!important}.event-detail-hero h3{margin:0!important;font-size:17px!important;line-height:1.15!important;letter-spacing:-.01em!important;color:var(--c-primary-700)!important;display:block!important;white-space:normal!important;overflow:visible!important;text-overflow:unset!important;-webkit-line-clamp:unset!important;-webkit-box-orient:unset!important}.event-detail-hero p{margin-top:8px!important;font-size:13px!important;line-height:1.5!important;color:#64748b!important;display:block!important;white-space:normal!important;overflow:visible!important;text-overflow:unset!important;-webkit-line-clamp:unset!important;-webkit-box-orient:unset!important}.event-detail-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.event-detail-panel{padding:18px!important;border-radius:18px!important}.event-detail-panel-head{gap:9px!important;margin-bottom:14px!important}.event-detail-panel-head svg{width:18px!important;height:18px!important}.event-detail-panel-head h4{font-size:18px!important;line-height:1.2!important}.event-detail-info-list>div{grid-template-columns:1fr!important;gap:6px!important;padding:12px 0!important}.event-detail-info-list span{font-size:13px!important}.event-detail-info-list strong,.detail-period-minimal strong{font-size:14px!important;line-height:1.35!important}.detail-period-minimal{gap:6px!important;flex-wrap:wrap!important}.detail-timeline,.detail-timeline-item{gap:10px!important}.detail-timeline-number{width:28px!important;height:28px!important;flex:0 0 28px!important;font-size:12px!important}.detail-timeline-item strong{font-size:13.5px!important}.detail-timeline-item small,.detail-panel-sub{font-size:12.5px!important;line-height:1.45!important}.detail-access-list{gap:10px!important}.detail-access-card{padding:12px!important;border-radius:14px!important;gap:10px!important}.detail-access-icon{width:38px!important;height:38px!important;flex:0 0 38px!important;border-radius:12px!important}.detail-access-icon svg{width:18px!important;height:18px!important}.detail-access-card strong{font-size:13.5px!important;line-height:1.25!important}.detail-access-card small{font-size:12px!important;line-height:1.4!important}.detail-access-arrow{width:15px!important;height:15px!important}}@media(max-width:380px){.event-detail-head{padding:22px 22px 16px!important}.event-detail-body{padding:14px!important}.event-detail-hero{grid-template-columns:72px minmax(0,1fr)!important;gap:10px!important;padding:12px!important}.event-detail-poster-wrap,.event-detail-poster-card{width:72px!important;min-width:72px!important}.event-detail-poster-card{height:96px!important;min-height:96px!important}.event-detail-hero h3{font-size:15.5px!important}.event-detail-hero p{font-size:12.5px!important;line-height:1.45!important}}
