@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;700;800&family=Fraunces:opsz,wght@9..144,400;600;700&family=Source+Serif+4:opsz,wght@8..60,400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";.ev-site{--ev-primary: #1f5eff;--ev-primary-dark: #1a4fdd;--ev-hero-bg: #0f1114;--ev-hero-text: #fff;--ev-nav-bg: rgba(255, 255, 255, .92);--ev-heading-font: Inter, system-ui, sans-serif;--ink-1: #0f1114;--ink-2: #5b616e;--ink-3: #8a909c;--bd: #e4e7ec;--bg: #f7f8fa;--surface: #ffffff;--r: 8px;font-family:var(--ev-font, Inter, system-ui, sans-serif);font-size:16px;line-height:1.6;color:var(--ink-1);background:var(--surface);-webkit-font-smoothing:antialiased}.ev-site *{box-sizing:border-box}.ev-site a{color:inherit;text-decoration:none}.ev-container{max-width:1120px;margin:0 auto;padding:0 24px}.ev-nav{position:sticky;top:0;z-index:100;background:var(--ev-nav-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--bd);height:56px;color:var(--ink-1)}.ev-nav-inner{display:flex;align-items:center;height:56px;gap:8px}.ev-nav-logo{font-size:14px;font-weight:600;letter-spacing:-.01em;white-space:nowrap;margin-right:16px;display:flex;align-items:center;gap:8px;flex:0 0 auto}.ev-nav-logo span{width:24px;height:24px;border-radius:5px;background:var(--ev-primary);display:grid;place-items:center;color:#fff;font-size:11px;flex:0 0 24px}.ev-nav-logo img{width:28px;height:28px;border-radius:6px;object-fit:cover;display:block;flex:0 0 28px}.ev-nav-links{display:flex;gap:0;flex:1;min-width:0;overflow-x:auto}.ev-nav-align-left .ev-nav-links{justify-content:flex-start}.ev-nav-align-center .ev-nav-links{justify-content:center}.ev-nav-align-right .ev-nav-links{justify-content:flex-end}.ev-nav-link{padding:0 14px;height:56px;display:flex;align-items:center;font-size:13px;color:var(--ink-2);white-space:nowrap;border-bottom:2px solid transparent;background:none;border-top:0;border-left:0;border-right:0;cursor:pointer}.ev-nav-link:hover{color:var(--ink-1)}.ev-nav-link.on{color:var(--ev-primary);border-bottom-color:var(--ev-primary);font-weight:500}.ev-nav-cta{flex:0 0 auto;height:36px;padding:0 20px;border-radius:var(--r);background:var(--ev-primary);color:#fff;font-size:13px;font-weight:500;display:flex;align-items:center;border:0;cursor:pointer;white-space:nowrap}.ev-nav-cta:hover{background:var(--ev-primary-dark)}.ev-site[data-btn=outline] .ev-nav-cta,.ev-site[data-btn=outline] .ev-btn-register{background:transparent;color:var(--ev-primary);border:1.5px solid var(--ev-primary)}.ev-site[data-theme=horizon] .ev-nav-cta,.ev-site[data-theme=horizon] .ev-btn-register{background:linear-gradient(135deg,#7c3aed,#2dd4bf);color:#0f0720;border:0}.ev-hero h1,.ev-sec-title,.ev-nav-logo,.ev-ticket-name{font-family:var(--ev-heading-font)}.ev-hero h1,.ev-sec-title{font-weight:var(--ev-heading-weight, 600);letter-spacing:var(--ev-heading-tracking, -.03em)}.ev-hero{background:var(--ev-hero-bg);color:var(--ev-hero-text);position:relative;overflow:hidden}.ev-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 75% 15%,rgba(255,255,255,.04),transparent 45%),radial-gradient(circle at 15% 85%,rgba(31,94,255,.08),transparent 40%),var(--ev-hero-bg)}.ev-hero-content{position:relative;z-index:1;padding:80px 0 72px;max-width:720px}.ev-hero-badge{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 12px;border-radius:999px;background:color-mix(in srgb,var(--ev-hero-text) 10%,transparent);border:1px solid color-mix(in srgb,var(--ev-hero-text) 14%,transparent);font-size:12px;color:color-mix(in srgb,var(--ev-hero-text) 72%,transparent);margin-bottom:24px}.ev-hero-badge i{width:6px;height:6px;border-radius:50%;background:var(--ev-primary);display:block}.ev-hero h1{font-size:44px;font-weight:var(--ev-heading-weight, 600);letter-spacing:var(--ev-heading-tracking, -.03em);line-height:1.1;margin:0 0 20px}.ev-hero-meta{display:flex;flex-wrap:wrap;gap:20px;font-size:15px;color:color-mix(in srgb,var(--ev-hero-text) 62%,transparent);margin-bottom:32px}.ev-hero-meta span{display:flex;align-items:center;gap:8px}.ev-hero-actions{display:flex;gap:12px;flex-wrap:wrap}.ev-btn-hero{height:48px;padding:0 28px;border-radius:var(--r);font-size:15px;font-weight:500;display:inline-flex;align-items:center;gap:8px;border:0;cursor:pointer}.ev-btn-hero-primary{background:var(--ev-primary);color:#fff}.ev-btn-hero-primary:hover{background:var(--ev-primary-dark)}.ev-btn-hero-ghost{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.15)}.ev-hero-light{--ev-hero-bg: #f7f8fa;--ev-hero-text: var(--ink-1);background:var(--ev-hero-bg);color:var(--ev-hero-text)}.ev-hero-light .ev-hero-badge{background:#0f11140d;border-color:var(--bd);color:var(--ink-2)}.ev-hero-light .ev-hero-meta{color:var(--ink-2)}.ev-hero-light .ev-btn-hero-ghost{background:var(--surface);color:var(--ink-1);border:1px solid var(--bd)}.ev-hero-image .ev-hero-bg{background-color:var(--ev-hero-bg)}.ev-node-custom-bg .ev-section,.ev-node-custom-bg .ev-section-alt{background:transparent!important}.ev-hero-align-center .ev-hero-content{margin-left:auto;margin-right:auto;text-align:center}.ev-hero-align-center .ev-hero-meta,.ev-hero-align-center .ev-hero-actions,.ev-hero-align-center .ev-hero-countdown{justify-content:center}.ev-hero-align-right .ev-hero-content{margin-left:auto;text-align:right}.ev-hero-align-right .ev-hero-meta,.ev-hero-align-right .ev-hero-actions,.ev-hero-align-right .ev-hero-countdown{justify-content:flex-end}.ev-hero-v-top .ev-hero-content{padding-top:40px;padding-bottom:112px}.ev-hero-v-center .ev-hero-content{padding-top:80px;padding-bottom:72px}.ev-hero-v-bottom .ev-hero-content{padding-top:136px;padding-bottom:40px}.ev-hero-h-compact .ev-hero-content{padding:48px 0 40px}.ev-hero-h-fullscreen{min-height:calc(100vh - 56px);display:flex;align-items:center}.ev-hero-image-only{min-height:420px}.ev-hero-image-only .ev-container,.ev-hero-image-only .ev-hero-content{min-height:inherit}.ev-hero-image-only .ev-hero-content{max-width:none;padding:0}.ev-hero-countdown{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 28px}.ev-hero-countdown-unit{min-width:64px;padding:12px 14px;border-radius:var(--r);background:#ffffff1a;border:1px solid rgba(255,255,255,.14);text-align:center}.ev-hero-countdown-unit strong{display:block;font-size:28px;font-weight:600;letter-spacing:-.02em;font-variant-numeric:tabular-nums;line-height:1.1}.ev-hero-countdown-unit span{display:block;margin-top:4px;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#ffffff8c}.ev-hero-light .ev-hero-countdown-unit{background:#0f11140a;border-color:var(--bd)}.ev-hero-light .ev-hero-countdown-unit span{color:var(--ink-3)}.ev-node{position:relative;cursor:default}.ev-node-selected{outline:2px solid var(--ev-primary);outline-offset:-2px}.ev-section{padding:72px 0}.ev-section-alt{background:var(--bg)}.ev-sec-header{text-align:center;margin-bottom:48px}.ev-sec-label{font-size:12px;font-weight:500;color:var(--ev-primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.ev-sec-title{font-size:32px;font-weight:var(--ev-heading-weight, 600);letter-spacing:var(--ev-heading-tracking, -.02em);line-height:1.2;margin:0}.ev-sec-sub{font-size:16px;color:var(--ink-2);margin:8px auto 0;max-width:560px}.ev-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.ev-about-text{font-size:16px;color:var(--ink-2);line-height:1.75}.ev-about-text p{margin:0}.ev-about-text p+p{margin-top:16px}.ev-about-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ev-stat-card{background:var(--bg);border:1px solid var(--bd);border-radius:var(--r);padding:24px;text-align:center}.ev-stat-n{font-size:36px;font-weight:600;letter-spacing:-.03em;color:var(--ink-1);line-height:1;font-variant-numeric:tabular-nums}.ev-stat-l{font-size:13px;color:var(--ink-2);margin-top:8px}.ev-speakers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.ev-speaker-card{background:var(--surface);border:1px solid var(--bd);border-radius:var(--r);overflow:hidden;text-align:center}.ev-speaker-card:hover{border-color:var(--ev-primary)}.ev-speaker-photo{width:100%;aspect-ratio:1;background:var(--bg);display:grid;place-items:center;overflow:hidden}.ev-speaker-photo img{width:100%;height:100%;object-fit:cover}.ev-speaker-initials{font-size:40px;font-weight:600;color:var(--ink-3)}.ev-speaker-info{padding:16px 16px 20px}.ev-speaker-name{font-size:15px;font-weight:600;letter-spacing:-.01em}.ev-speaker-role{font-size:13px;color:var(--ink-2);margin-top:4px;line-height:1.4}.ev-speaker-co{font-size:12px;color:var(--ink-3);margin-top:2px}.ev-speakers-large{grid-template-columns:repeat(3,1fr);gap:28px}.ev-speakers-large .ev-speaker-photo{aspect-ratio:4 / 5}.ev-speakers-large .ev-speaker-name{font-size:18px}.ev-speakers-list{display:flex;flex-direction:column;gap:20px;max-width:800px;margin:0 auto}.ev-speaker-list-row{display:flex;gap:20px;align-items:flex-start;padding:16px 0;border-bottom:1px solid var(--bd)}.ev-speaker-list-row:last-child{border-bottom:0}.ev-speaker-list-av{width:88px;height:88px;flex:0 0 88px;border-radius:var(--r);overflow:hidden;background:var(--bg);display:grid;place-items:center}.ev-speaker-list-av img{width:100%;height:100%;object-fit:cover}.ev-speaker-list-av .ev-speaker-initials{font-size:28px}.ev-speaker-list-body{flex:1;min-width:0}.ev-speaker-bio{margin:10px 0 0;font-size:14px;color:var(--ink-2);line-height:1.6}.ev-speakers-compact{display:flex;flex-wrap:wrap;justify-content:center;gap:24px 32px}.ev-speaker-compact-item{width:96px;text-align:center}.ev-speaker-compact-av{width:72px;height:72px;border-radius:50%;overflow:hidden;background:var(--bg);margin:0 auto 10px;display:grid;place-items:center;border:2px solid var(--bd);color:var(--ink-3);font-size:18px;font-weight:600}.ev-speaker-compact-av img{width:100%;height:100%;object-fit:cover}.ev-speaker-compact-item .ev-speaker-name{font-size:13px}.ev-speaker-compact-item .ev-speaker-role{font-size:11px}.ev-agenda-tabs{display:flex;gap:8px;margin-bottom:24px;justify-content:center;flex-wrap:wrap}.ev-agenda-tab{height:36px;padding:0 20px;border-radius:999px;font-size:14px;color:var(--ink-2);border:1px solid var(--bd);background:var(--surface);cursor:pointer}.ev-agenda-tab.on{background:var(--ev-primary);color:#fff;border-color:var(--ev-primary)}.ev-agenda-list{max-width:800px;margin:0 auto}.ev-agenda-item{display:flex;gap:24px;padding:20px 0;border-bottom:1px solid var(--bd)}.ev-agenda-item:last-child{border-bottom:0}.ev-agenda-time{width:100px;flex:0 0 100px;font-size:14px;font-weight:500;color:var(--ev-primary);padding-top:2px}.ev-agenda-title{font-size:16px;font-weight:600;letter-spacing:-.01em;margin-bottom:4px}.ev-agenda-desc{font-size:14px;color:var(--ink-2);line-height:1.5}.ev-agenda-files{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:4px}.ev-agenda-files a{font-size:13px;color:var(--accent, #3B5BD9)}.ev-agenda-speakers{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.ev-agenda-speaker{display:flex;align-items:center;gap:6px;height:28px;padding:0 10px 0 2px;border-radius:999px;background:var(--bg);font-size:12px;color:var(--ink-2)}.ev-agenda-av{width:24px;height:24px;border-radius:50%;background:var(--ink-3);display:grid;place-items:center;color:#fff;font-size:9px;font-weight:500}.ev-agenda-tag{height:22px;padding:0 8px;border-radius:4px;font-size:11px;background:var(--bg);color:var(--ink-3);display:inline-flex;align-items:center;margin-top:8px}.ev-agenda-table-wrap{overflow-x:auto;max-width:900px;margin:0 auto}.ev-agenda-table{width:100%;border-collapse:collapse;font-size:14px}.ev-agenda-table th,.ev-agenda-table td{text-align:left;padding:14px 12px;border-bottom:1px solid var(--bd);vertical-align:top}.ev-agenda-table th{font-size:12px;font-weight:500;color:var(--ink-3);text-transform:uppercase;letter-spacing:.04em}.ev-agenda-table td:first-child{color:var(--ev-primary);font-weight:500;white-space:nowrap;width:100px}.ev-agenda-accordion{max-width:800px;margin:0 auto}.ev-agenda-acc-item{border-bottom:1px solid var(--bd);padding:4px 0}.ev-agenda-acc-item summary{display:flex;gap:16px;align-items:baseline;cursor:pointer;padding:14px 0;list-style:none}.ev-agenda-acc-item summary::-webkit-details-marker{display:none}.ev-agenda-acc-body{padding:0 0 16px 116px}.ev-tickets-wrap{max-width:780px;margin:0 auto}.ev-ticket-row{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:20px 22px;border:1px solid var(--bd);border-radius:12px;background:#fff;margin-bottom:12px}.ev-ticket-row:last-of-type{margin-bottom:0}.ev-ticket-row.is-selected{border-color:color-mix(in srgb,var(--ev-primary) 45%,#E4E7EC)}.ev-ticket-row.is-selected:before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:3px;border-radius:0 3px 3px 0;background:var(--ev-primary)}.ev-ticket-row.is-sold,.ev-ticket-card.is-sold,.ev-ticket-price-card.is-sold{opacity:.55}.ev-ticket-row.is-addon,.ev-ticket-card.is-addon,.ev-ticket-price-card.is-addon{border-style:dashed}.ev-ticket-info{flex:1;min-width:0}.ev-ticket-name{font-size:16px;font-weight:500;letter-spacing:-.01em;margin-bottom:0}.ev-ticket-name-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:4px}.ev-ticket-tags{display:inline-flex;flex-wrap:wrap;gap:6px;align-items:center}.ev-ticket-tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:10.5px;font-weight:500;letter-spacing:.04em;line-height:1.4;white-space:nowrap;background:#f0f1f3;color:#6b7280}.ev-ticket-tag-sold{background:#f0f1f3;color:#8a9099}.ev-ticket-tag-stock{background:#fff4e5;color:#b54708}.ev-ticket-tag-min{background:#eef1fb;color:#3b5bd9}.ev-ticket-tag-addon,.ev-ticket-tag-badge{background:#f0f1f3;color:#6b7280;text-transform:uppercase}.ev-ticket-audit-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:#7a4b00;background:#fff3d6;border:1px solid #f0d59a;line-height:1.4;white-space:nowrap}.ev-ticket-audit-hint{font-size:12px;color:#8a6a2f;line-height:1.45;margin-top:2px}.ev-ticket-row.is-audit,.ev-ticket-card.is-audit,.ev-ticket-price-card.is-audit{background:linear-gradient(90deg,rgba(255,243,214,.55),transparent 72%)}.ev-tickets-table tr.is-audit td{background:#fff3d673}.ev-ticket-desc{font-size:13px;color:var(--ink-2);line-height:1.5}.ev-ticket-pricing{display:flex;flex-direction:column;align-items:flex-start;gap:2px;flex:0 0 auto;min-width:0}.ev-ticket-pricing.is-sold .ev-ticket-price{text-decoration:line-through;color:#8a9099}.ev-ticket-price{font-size:22px;font-weight:500;color:var(--ev-primary);letter-spacing:-.02em;font-variant-numeric:tabular-nums;min-width:0;text-align:left}.ev-ticket-original{font-size:12.5px;color:#8a9099;text-decoration:line-through}.ev-ticket-deadline{font-size:12px;color:#b0562b;margin-top:6px;line-height:1.4}.ev-ticket-row-foot{display:flex;align-items:flex-end;gap:16px;margin-top:18px}.ev-ticket-row-foot .ev-ticket-price{font-size:24px}.ev-tier-inline-col .ev-tier-now{font-size:8.5px;padding:1px 5px}.ev-ticket-row-foot .ev-ticket-qty{margin-left:auto}.ev-ticket-price-note{font-size:12px;color:#8a9099;margin-top:6px;line-height:1.45}.ev-ticket-qty{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.ev-ticket-qty.is-disabled{opacity:.45;pointer-events:none}.ev-tier-box{margin-top:16px;padding:16px 18px 15px;border:1px solid #EDEEF1;border-radius:9px;background:#fafbfc}.ev-tier-box-compact{display:none}.ev-tier-track{position:relative}.ev-tier-line{position:absolute;left:6px;right:6px;top:6px;height:1px;background:#dde0e4}.ev-tier-cols{position:relative;display:grid;gap:12px}.ev-tier-col{min-width:0}.ev-tier-dot{display:block;width:13px;height:13px;border-radius:50%;border:1.5px solid #C9CDD4;background:transparent;box-sizing:border-box;box-shadow:0 0 0 3px #fafbfc}.ev-tier-dot.sm{width:9px;height:9px;flex:0 0 9px;box-shadow:0 0 0 3px #fafbfc}.ev-tier-col.is-past .ev-tier-dot,.ev-tier-inline-col.is-past .ev-tier-dot,.ev-tier-list-row.is-past .ev-tier-dot,.ev-stage-th.is-past .ev-tier-dot{background:#c9cdd4;border-color:#c9cdd4}.ev-tier-col.is-now .ev-tier-dot,.ev-tier-inline-col.is-now .ev-tier-dot,.ev-tier-list-row.is-now .ev-tier-dot,.ev-stage-th.is-now .ev-tier-dot{background:var(--ev-primary);border-color:var(--ev-primary)}.ev-tier-price-row{display:flex;align-items:baseline;gap:8px;margin-top:11px;flex-wrap:wrap}.ev-tier-price{font-size:16px;font-weight:500;letter-spacing:-.01em;color:#9ca0a8;font-variant-numeric:tabular-nums}.ev-tier-col.is-past .ev-tier-price,.ev-tier-inline-col.is-past .ev-tier-price,.ev-tier-list-row.is-past .ev-tier-price{text-decoration:line-through}.ev-tier-col.is-now .ev-tier-price,.ev-tier-inline-col.is-now .ev-tier-price,.ev-tier-list-row.is-now .ev-tier-price{color:var(--ev-primary)}.ev-tier-now{padding:2px 7px;border-radius:999px;background:color-mix(in srgb,var(--ev-primary) 12%,#fff);color:var(--ev-primary);font-size:9.5px;font-weight:500;letter-spacing:.08em;line-height:1.3}.ev-tier-col .ev-tier-label{margin-top:5px;margin-bottom:0;font-size:12.5px;font-weight:400;color:#9ca0a8;letter-spacing:0;text-transform:none;text-align:left}.ev-tier-col.is-now .ev-tier-label{color:#14161a}.ev-tier-meta{margin-top:3px;font-size:11px;color:#a3a8af;line-height:1.4}.ev-tier-col.is-now .ev-tier-meta{color:#b0562b}.ev-tier-inline{position:relative;display:flex;align-items:center;gap:10px}.ev-tier-inline-line{position:absolute;left:16px;right:16px;top:50%;height:1px;background:#dde0e4}.ev-tier-inline-col{position:relative;flex:1;display:flex;align-items:center;gap:5px;min-width:0}.ev-tier-inline-col .ev-tier-price{font-size:12.5px}.ev-tier-check{font-size:11px;color:#6b7280}.ev-tier-list{margin-top:4px;padding:11px 12px;border:1px solid #EDEEF1;border-radius:8px;background:#fafbfc;display:flex;flex-direction:column;gap:7px}.ev-tier-list-row{display:flex;align-items:center;gap:7px}.ev-tier-list-row .ev-tier-dot{box-shadow:none}.ev-tier-list-row .ev-tier-price{font-size:13px}.ev-tier-short{font-size:11px;color:#a3a8af;margin-left:auto}.ev-tier-list-row.is-now .ev-tier-short{color:#b0562b}@media(max-width:640px){.ev-tier-box-row{display:none}.ev-tier-box-compact{display:block;padding:12px 11px}}.preview.mobile .ev-tier-box-row{display:none}.preview.mobile .ev-tier-box-compact{display:block;padding:12px 11px}.ev-ticket-popular-pill{display:inline-block;padding:3px 10px;border-radius:999px;background:var(--ev-primary);color:#fff;font-size:10.5px;font-weight:500;letter-spacing:.06em;margin-bottom:10px}.ev-ticket-price-card.is-popular{position:relative;border-color:color-mix(in srgb,var(--ev-primary) 35%,#E4E7EC);box-shadow:inset 0 3px 0 var(--ev-primary)}.ev-ticket-card.is-popular{position:relative;border-color:color-mix(in srgb,var(--ev-primary) 35%,#E4E7EC)}.ev-tickets-table.has-stages{min-width:640px}.ev-stage-th{text-align:left!important;vertical-align:bottom;background:#fafbfc;text-transform:none!important;letter-spacing:0!important;color:#14161a}.ev-stage-th.is-now{color:var(--ev-primary);background:#f7f9ff}.ev-stage-th-name{display:flex;align-items:center;gap:7px;font-size:12.5px;font-weight:500}.ev-stage-th-name .ev-tier-dot{width:10px;height:10px;flex:0 0 10px;box-shadow:none}.ev-stage-th-meta{font-size:11px;font-weight:400;color:#a3a8af;margin-top:5px;padding-left:17px}.ev-stage-th.is-now .ev-stage-th-meta{color:#b0562b}.ev-stage-td{text-align:left;font-variant-numeric:tabular-nums;font-weight:500;color:#9ca0a8}.ev-stage-td.is-current{color:var(--ev-primary);background:#f7f9ff}.ev-stage-td-meta{font-size:11px;font-weight:400;color:#9ca0a8;margin-top:4px}.ev-stage-strike{text-decoration:line-through;color:#9ca0a8}.ev-tickets-table tr.is-sold{opacity:.55}.ev-ticket-original{font-size:13px;color:var(--ink-3);text-decoration:line-through;font-variant-numeric:tabular-nums}.ev-ticket-qty{display:flex;align-items:center;gap:0;flex:0 0 auto}.ev-qty-btn{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:var(--ev-primary);border:1.5px solid var(--ev-primary);font-size:16px;line-height:1;cursor:pointer;background:var(--surface);transition:all .12s;-webkit-user-select:none;user-select:none}.ev-qty-btn:hover:not(:disabled){background:var(--ev-primary);color:#fff}.ev-qty-btn.disabled,.ev-qty-btn:disabled{opacity:.25;pointer-events:none}.ev-qty-val{width:36px;text-align:center;font-size:16px;font-weight:500;font-variant-numeric:tabular-nums}.ev-tickets-footer{margin-top:24px;padding:24px;background:var(--bg);border-radius:var(--r);display:flex;flex-direction:column;align-items:flex-end;gap:12px;max-width:720px;margin-left:auto;margin-right:auto}.ev-tickets-pricing+.ev-tickets-footer,.ev-tickets-cards+.ev-tickets-footer,.ev-tickets-table-wrap+.ev-tickets-footer{margin-top:28px}.ev-promo-area{width:100%}.ev-promo-link{font-size:13px;color:var(--ev-primary);font-weight:500;cursor:pointer;background:none;border:0;padding:0}.ev-promo-link:hover{text-decoration:underline}.ev-promo-box{display:flex;gap:8px;align-items:center}.ev-promo-input{height:40px;flex:1;padding:0 14px;border:1px solid var(--bd);border-radius:var(--r);font-size:14px;color:var(--ink-1);background:#fff}.ev-promo-input:focus{outline:none;border-color:var(--ev-primary);box-shadow:0 0 0 3px #1f5eff1a}.ev-promo-input.error{border-color:#d92d20}.ev-promo-apply{height:40px;padding:0 20px;border-radius:var(--r);background:var(--ev-primary);color:#fff;font-size:14px;font-weight:500;border:0;cursor:pointer;white-space:nowrap}.ev-promo-apply:hover{opacity:.9}.ev-promo-result{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:var(--r);font-size:13px;margin-top:8px}.ev-promo-result.ok{background:#ecfdf3;color:#067647;border:1px solid #abefc6}.ev-promo-result.fail{background:#fef3f2;color:#b42318;border:1px solid #fecdca}.ev-addon-cart{margin-top:4px;padding-top:16px;border-top:1px solid var(--ev-bd, #e4e7ec)}.ev-addon-cart-title{font-size:13px;font-weight:600;color:var(--ink-2);margin-bottom:10px;text-transform:uppercase;letter-spacing:.04em}.ev-addon-group{margin-bottom:12px}.ev-addon-group-name{font-size:13px;font-weight:500;color:var(--ink-1);margin-bottom:8px;display:flex;align-items:center;gap:8px}.ev-addon-required{font-size:11px;font-weight:500;color:#b54708;background:#fffaeb;border:1px solid #fedf89;border-radius:999px;padding:1px 8px}.ev-addon-select{width:100%;height:40px;border:1px solid var(--ev-bd, #e4e7ec);border-radius:var(--r, 8px);padding:0 12px;font-size:14px;color:var(--ink-1);background:#fff}.ev-addon-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--ev-bd, #e4e7ec)}.ev-addon-row:last-child{border-bottom:0}.ev-addon-info{flex:1;min-width:0}.ev-addon-name{font-size:14px;font-weight:500;color:var(--ink-1)}.ev-addon-desc{font-size:12px;color:var(--ink-3);margin-top:2px}.ev-addon-price{font-size:12px;color:var(--ink-2);margin-top:4px}.ev-total-row{display:flex;align-items:baseline;gap:12px}.ev-total-label{font-size:14px;color:var(--ink-2)}.ev-total-amount{font-size:28px;font-weight:600;color:var(--ink-1);letter-spacing:-.02em;font-variant-numeric:tabular-nums}.ev-total-amount .cur{color:var(--ink-3);font-weight:400;font-size:18px}.ev-btn-register{height:48px;padding:0 40px;border-radius:var(--r);background:var(--ev-primary);color:#fff;font-size:16px;font-weight:500;border:0;cursor:pointer;transition:opacity .12s;display:inline-flex;align-items:center;gap:8px}.ev-btn-register:hover:not(:disabled){opacity:.9}.ev-btn-register:disabled{opacity:.4;cursor:not-allowed}.ev-ticket-cart-error{width:100%;margin:0;text-align:right;font-size:13px;color:#b42318}.ev-ticket-btn{height:36px;padding:0 16px;border-radius:var(--r);border:1px solid var(--ev-primary);background:var(--surface);color:var(--ev-primary);font-size:13px;font-weight:500;cursor:pointer}.ev-ticket-btn:hover{background:var(--ev-primary);color:#fff}.ev-tickets-pricing{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;max-width:960px;margin:0 auto}.ev-ticket-price-card{background:var(--surface);border:1px solid var(--bd);border-radius:var(--r);padding:28px 24px;text-align:center;display:flex;flex-direction:column;gap:12px;align-items:center}.ev-ticket-price-card .ev-ticket-price{font-size:32px;min-width:0;text-align:center}.ev-ticket-price-card .ev-ticket-desc{margin-bottom:8px}.ev-tickets-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;max-width:960px;margin:0 auto}.ev-ticket-card{background:var(--surface);border:1px solid var(--bd);border-radius:var(--r);padding:20px;display:flex;flex-direction:column;gap:16px}.ev-ticket-card-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto}.ev-ticket-card-foot .ev-ticket-price{min-width:0;text-align:left}.ev-tickets-table-wrap{overflow-x:auto;max-width:980px;margin:0 auto}.ev-tickets-table{width:100%;border-collapse:collapse}.ev-tickets-table th,.ev-tickets-table td{text-align:left;padding:16px 12px;border-bottom:1px solid var(--bd);vertical-align:middle}.ev-tickets-table th{font-size:12px;font-weight:500;color:var(--ink-3);text-transform:uppercase;letter-spacing:.04em}.ev-tickets-table .ev-ticket-price{text-align:left;min-width:0}.ev-sponsor-tier{margin-bottom:40px}.ev-sponsor-tier:last-child{margin-bottom:0}.ev-tier-label{font-size:12px;font-weight:500;color:var(--ink-3);letter-spacing:.06em;text-transform:uppercase;text-align:center;margin-bottom:16px}.ev-tier-grid{display:flex;justify-content:center;align-items:center;gap:24px;flex-wrap:wrap}.ev-sponsor-logo{height:56px;padding:0 24px;border:1px solid var(--bd);border-radius:var(--r);display:flex;align-items:center;justify-content:center;background:var(--surface);min-width:140px;font-size:14px;font-weight:500;color:var(--ink-2)}.ev-sponsor-logo.large{height:72px;min-width:200px;font-size:16px}.ev-sponsor-logo img{max-height:40px;max-width:160px;object-fit:contain}.ev-sponsor-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;justify-items:center}.ev-sponsor-desc-list{display:flex;flex-direction:column;gap:16px;max-width:640px;margin:0 auto}.ev-sponsor-desc-row{display:flex;align-items:center;gap:16px}.ev-sponsor-desc-name{font-size:15px;font-weight:500}.ev-sponsor-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.ev-sponsor-marquee-track{display:flex;gap:24px;width:max-content;animation:ev-marquee 28s linear infinite}@keyframes ev-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.ev-cta-band{background:var(--ev-hero-bg);color:#fff;padding:64px 0;text-align:center}.ev-cta-title{font-size:28px;font-weight:600;letter-spacing:-.02em;margin:0 0 8px}.ev-cta-sub{font-size:16px;color:#ffffff80;margin:0 0 28px}.ev-cta-btn{display:inline-flex;align-items:center;height:48px;padding:0 32px;border-radius:var(--r);background:var(--ev-primary);color:#fff;font-size:15px;font-weight:500;border:0;cursor:pointer}.ev-cta-btn:hover{background:var(--ev-primary-dark)}.ev-footer{border-top:1px solid var(--bd);padding:40px 0;color:var(--ink-2);font-size:13px}.ev-footer-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:40px}.ev-footer-brand-name{font-size:15px;font-weight:600;color:var(--ink-1);margin-bottom:8px}.ev-footer-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:32px;padding-top:20px;border-top:1px solid var(--bd);font-size:12px;color:var(--ink-3)}.ev-empty{text-align:center;color:var(--ink-3);font-size:14px;padding:24px}.ev-site[data-theme=nightfall]{background:#0b0f1a}.ev-site[data-theme=nightfall] .ev-section,.ev-site[data-theme=nightfall] .ev-section-alt,.ev-site[data-theme=nightfall] .ev-footer{background:#0b0f1a;border-top-color:#6366f11a}.ev-site[data-theme=nightfall] .ev-section-alt{background:#0b0f1a}.ev-site[data-theme=nightfall] .ev-hero{border-bottom:1px solid rgba(99,102,241,.14)}.ev-site[data-theme=nightfall] .ev-hero-bg:before{content:"";position:absolute;top:-260px;left:50%;width:1100px;height:700px;margin-left:-550px;background:radial-gradient(ellipse at center,#6366f16b,#22d3ee29 42%,#0b0f1a00 70%);pointer-events:none}.ev-site[data-theme=nightfall] .ev-hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(148,163,184,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.06) 1px,transparent 1px);background-size:72px 72px;mask-image:radial-gradient(ellipse 70% 60% at 50% 30%,#000,transparent);-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 30%,#000,transparent);pointer-events:none}.ev-site[data-theme=nightfall] .ev-hero-content{max-width:980px;text-align:center;margin-left:auto;margin-right:auto}.ev-site[data-theme=nightfall] .ev-hero-badge{background:#131b2ee6;border-color:#22d3ee47;box-shadow:0 0 24px #22d3ee24;color:#e2e8f0}.ev-site[data-theme=nightfall] .ev-hero-badge i{background:#22d3ee;box-shadow:0 0 10px #22d3ee}.ev-site[data-theme=nightfall] .ev-hero h1{font-size:clamp(46px,5.6vw,76px);line-height:1.03;letter-spacing:-.035em}.ev-site[data-theme=nightfall] .ev-hero-meta,.ev-site[data-theme=nightfall] .ev-hero-actions,.ev-site[data-theme=nightfall] .ev-hero-countdown,.ev-site[data-theme=nightfall] .ev-agenda-tabs{justify-content:center}.ev-site[data-theme=nightfall] .ev-hero-countdown-unit,.ev-site[data-theme=nightfall] .ev-stat-card,.ev-site[data-theme=nightfall] .ev-speaker-card,.ev-site[data-theme=nightfall] .ev-speaker-list-row,.ev-site[data-theme=nightfall] .ev-ticket-row,.ev-site[data-theme=nightfall] .ev-ticket-card,.ev-site[data-theme=nightfall] .ev-ticket-price-card,.ev-site[data-theme=nightfall] .ev-sponsor-logo,.ev-site[data-theme=nightfall] .ev-faq-item,.ev-site[data-theme=nightfall] .ev-agenda-acc-item,.ev-site[data-theme=nightfall] .ev-agenda-item,.ev-site[data-theme=nightfall] .ev-cta-band,.ev-site[data-theme=nightfall] .ev-host-card,.ev-site[data-theme=nightfall] .ev-venue-card{background:#131b2e;border-color:#6366f126}.ev-site[data-theme=nightfall] .ev-about-text,.ev-site[data-theme=nightfall] .ev-sec-sub,.ev-site[data-theme=nightfall] .ev-speaker-role,.ev-site[data-theme=nightfall] .ev-speaker-co,.ev-site[data-theme=nightfall] .ev-agenda-desc,.ev-site[data-theme=nightfall] .ev-footer,.ev-site[data-theme=nightfall] .ev-footer-bottom,.ev-site[data-theme=nightfall] .ev-stat-l{color:#94a3b8}.ev-site[data-theme=nightfall] .ev-stat-n,.ev-site[data-theme=nightfall] .ev-speaker-name,.ev-site[data-theme=nightfall] .ev-agenda-title,.ev-site[data-theme=nightfall] .ev-footer-brand-name,.ev-site[data-theme=nightfall] .ev-sec-title{color:#f1f5f9}.ev-site[data-theme=nightfall] .ev-stat-card,.ev-site[data-theme=nightfall] .ev-speaker-card,.ev-site[data-theme=nightfall] .ev-ticket-price-card,.ev-site[data-theme=nightfall] .ev-ticket-card{border-radius:16px}.ev-site[data-theme=nightfall] .ev-speaker-card{text-align:left;padding:28px}.ev-site[data-theme=nightfall] .ev-speaker-photo{width:72px;aspect-ratio:1;border-radius:12px;margin-bottom:22px;background:#1b2540}.ev-site[data-theme=nightfall] .ev-speaker-info{padding:0}.ev-site[data-theme=nightfall] .ev-speaker-role{color:#22d3ee}.ev-site[data-theme=nightfall] .ev-speaker-card:hover{border-color:#22d3ee8c;box-shadow:0 0 40px -10px #22d3ee4d}.ev-site[data-theme=nightfall] .ev-agenda-list{max-width:1080px}.ev-site[data-theme=nightfall] .ev-agenda-item{position:relative;margin-left:28px;padding:24px 26px;border-radius:14px;border:1px solid rgba(99,102,241,.2);margin-bottom:16px}.ev-site[data-theme=nightfall] .ev-agenda-item:before{content:"";position:absolute;left:-24px;top:28px;width:12px;height:12px;border-radius:50%;background:#0b0f1a;border:2px solid #22d3ee;box-shadow:0 0 12px #22d3eee6}.ev-site[data-theme=nightfall] .ev-agenda-list:before{content:"";position:absolute;left:5px;top:12px;bottom:12px;width:2px;background:linear-gradient(180deg,#6366f1,#22d3ee);box-shadow:0 0 14px #6366f1cc}.ev-site[data-theme=nightfall] .ev-agenda-list{position:relative;padding-left:52px}.ev-site[data-theme=nightfall] .ev-agenda-time,.ev-site[data-theme=nightfall] .ev-agenda-files a,.ev-site[data-theme=nightfall] .ev-speaker-co a{color:#22d3ee}.ev-site[data-theme=nightfall] .ev-agenda-speaker,.ev-site[data-theme=nightfall] .ev-agenda-tag,.ev-site[data-theme=nightfall] .ev-agenda-tab{background:#131b2ecc;border-color:#6366f12e;color:#cbd5e1}.ev-site[data-theme=nightfall] .ev-ticket-price-card.is-popular,.ev-site[data-theme=nightfall] .ev-ticket-card.is-popular,.ev-site[data-theme=nightfall] .ev-ticket-row.is-selected{border-color:#6366f18c;box-shadow:0 0 32px #6366f138}.ev-site[data-theme=nightfall] .ev-ticket-btn,.ev-site[data-theme=nightfall] .ev-cta-btn,.ev-site[data-theme=nightfall] .ev-btn-hero-primary{background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 0 40px #6366f159}.ev-site[data-theme=nightfall] .ev-btn-hero-ghost{background:#131b2ecc;border-color:#94a3b838;color:#e2e8f0}.ev-site[data-theme=nightfall] .ev-footer{background:#070a12}.ev-site[data-theme=horizon],.ev-site[data-theme=horizon] .ev-section,.ev-site[data-theme=horizon] .ev-footer{background:#0f0720}.ev-site[data-theme=horizon] .ev-section-alt{background:#1a0f30}.ev-site[data-theme=horizon] .ev-hero-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(167,139,250,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(167,139,250,.07) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse 65% 55% at 50% 35%,#000,transparent);-webkit-mask-image:radial-gradient(ellipse 65% 55% at 50% 35%,#000,transparent);pointer-events:none}.ev-site[data-theme=horizon] .ev-hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,#7c3aed8c,#2dd4bf2e 30%,#0f072000 52%) 50% -220px / 900px 640px no-repeat,radial-gradient(circle at calc(100% - 120px) 180px,#f472b647,#0f072000 180px);pointer-events:none}.ev-site[data-theme=horizon] .ev-hero-content{max-width:960px;text-align:center;margin-left:auto;margin-right:auto}.ev-site[data-theme=horizon] .ev-hero h1{font-size:clamp(48px,6vw,82px);line-height:1.02;letter-spacing:-.04em}.ev-site[data-theme=horizon] .ev-hero-badge,.ev-site[data-theme=horizon] .ev-hero-countdown-unit,.ev-site[data-theme=horizon] .ev-stat-card,.ev-site[data-theme=horizon] .ev-speaker-card,.ev-site[data-theme=horizon] .ev-ticket-row,.ev-site[data-theme=horizon] .ev-ticket-price-card,.ev-site[data-theme=horizon] .ev-ticket-card,.ev-site[data-theme=horizon] .ev-faq-item,.ev-site[data-theme=horizon] .ev-agenda-item,.ev-site[data-theme=horizon] .ev-tier-box{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.ev-site[data-theme=horizon] .ev-hero-badge{padding:0 16px 0 8px}.ev-site[data-theme=horizon] .ev-hero-meta,.ev-site[data-theme=horizon] .ev-hero-actions,.ev-site[data-theme=horizon] .ev-hero-countdown,.ev-site[data-theme=horizon] .ev-agenda-tabs{justify-content:center}.ev-site[data-theme=horizon] .ev-hero-badge i{background:linear-gradient(135deg,#7c3aed,#2dd4bf);box-shadow:0 0 14px #2dd4bf73}.ev-site[data-theme=horizon] .ev-speaker-card{border-radius:20px;text-align:center;padding:32px}.ev-site[data-theme=horizon] .ev-speaker-photo{width:96px;aspect-ratio:1;border-radius:999px;padding:2.5px;background:linear-gradient(135deg,#7c3aed,#2dd4bf);margin:0 auto 20px}.ev-site[data-theme=horizon] .ev-speaker-photo img,.ev-site[data-theme=horizon] .ev-speaker-photo .ev-speaker-initials{width:100%;height:100%;border-radius:50%}.ev-site[data-theme=horizon] .ev-speaker-photo .ev-speaker-initials{display:grid;place-items:center;font-size:30px;background:#1a0f30;color:#fff}.ev-site[data-theme=horizon] .ev-speaker-info{padding:0}.ev-site[data-theme=horizon] .ev-speaker-role,.ev-site[data-theme=horizon] .ev-agenda-time,.ev-site[data-theme=horizon] .ev-agenda-files a{color:#2dd4bf}.ev-site[data-theme=horizon] .ev-speaker-co,.ev-site[data-theme=horizon] .ev-about-text,.ev-site[data-theme=horizon] .ev-sec-sub,.ev-site[data-theme=horizon] .ev-stat-l,.ev-site[data-theme=horizon] .ev-agenda-desc,.ev-site[data-theme=horizon] .ev-ticket-desc,.ev-site[data-theme=horizon] .ev-ticket-price-note,.ev-site[data-theme=horizon] .ev-ticket-deadline,.ev-site[data-theme=horizon] .ev-footer,.ev-site[data-theme=horizon] .ev-footer-bottom{color:#a78bfa}.ev-site[data-theme=horizon] .ev-ticket-name,.ev-site[data-theme=horizon] .ev-ticket-original,.ev-site[data-theme=horizon] .ev-tier-label,.ev-site[data-theme=horizon] .ev-tier-price,.ev-site[data-theme=horizon] .ev-qty-val{color:#f5f3ff}.ev-site[data-theme=horizon] .ev-tier-meta,.ev-site[data-theme=horizon] .ev-tier-short{color:#c4b5fd}.ev-site[data-theme=horizon] .ev-ticket-row{border-radius:18px}.ev-site[data-theme=horizon] .ev-ticket-row.is-selected{border-color:#2dd4bf66;box-shadow:0 0 48px -14px #7c3aed99}.ev-site[data-theme=horizon] .ev-ticket-row.is-audit,.ev-site[data-theme=horizon] .ev-ticket-card.is-audit,.ev-site[data-theme=horizon] .ev-ticket-price-card.is-audit{background:linear-gradient(0deg,#ffffff0d,#ffffff0d),linear-gradient(90deg,#f472b614,#2dd4bf05 72%)}.ev-site[data-theme=horizon] .ev-ticket-tag{background:#ffffff14;color:#ddd6fe}.ev-site[data-theme=horizon] .ev-ticket-tag-stock{background:#2dd4bf1f;color:#2dd4bf}.ev-site[data-theme=horizon] .ev-ticket-tag-min{background:#7c3aed2e;color:#c4b5fd}.ev-site[data-theme=horizon] .ev-ticket-tag-sold,.ev-site[data-theme=horizon] .ev-ticket-tag-addon,.ev-site[data-theme=horizon] .ev-ticket-tag-badge{background:#ffffff14;color:#cbd5e1}.ev-site[data-theme=horizon] .ev-ticket-audit-badge{background:#f472b624;border-color:#f472b647;color:#f9a8d4}.ev-site[data-theme=horizon] .ev-ticket-audit-hint{color:#f9a8d4}.ev-site[data-theme=horizon] .ev-ticket-qty{background:#ffffff0a;border-radius:999px;padding:4px}.ev-site[data-theme=horizon] .ev-qty-btn{background:#ffffff1f;color:#f5f3ff}.ev-site[data-theme=horizon] .ev-qty-btn.disabled{background:#ffffff14;color:#f5f3ff59}.ev-site[data-theme=horizon] .ev-tier-box{background:#ffffff08}.ev-site[data-theme=horizon] .ev-tier-line,.ev-site[data-theme=horizon] .ev-tier-inline-line{background:#ffffff1f}.ev-site[data-theme=horizon] .ev-tier-dot{background:linear-gradient(135deg,#7c3aed,#2dd4bf);box-shadow:0 0 14px #2dd4bf73}.ev-site[data-theme=horizon] .ev-about-grid{gap:72px;align-items:center}.ev-site[data-theme=horizon] .ev-about-stats{grid-template-columns:1fr}.ev-site[data-theme=horizon] .ev-stat-card{text-align:left;border-radius:18px;padding:28px}.ev-site[data-theme=horizon] .ev-stat-n{font-size:18px;line-height:1.3;letter-spacing:-.01em}.ev-site[data-theme=horizon] .ev-agenda-tabs{gap:36px;border-bottom:1px solid rgba(255,255,255,.1);width:fit-content;margin:0 auto 24px}.ev-site[data-theme=horizon] .ev-agenda-tab{background:transparent;border:0;border-bottom:2px solid transparent;border-radius:0;padding:0 0 12px;color:#a78bfa}.ev-site[data-theme=horizon] .ev-agenda-tab.on{background:transparent;color:#f5f3ff;border-bottom-color:#2dd4bf}.ev-site[data-theme=horizon] .ev-agenda-list{position:relative;max-width:1060px;padding-left:44px}.ev-site[data-theme=horizon] .ev-agenda-list:before{content:"";position:absolute;left:5px;top:16px;bottom:16px;width:2px;background:linear-gradient(180deg,#7c3aed,#2dd4bf)}.ev-site[data-theme=horizon] .ev-agenda-item{position:relative;margin-bottom:14px;margin-left:0;padding:28px;border-radius:18px}.ev-site[data-theme=horizon] .ev-agenda-item:before{content:"";position:absolute;left:-44px;top:28px;width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#2dd4bf);box-shadow:0 0 14px #2dd4bfcc}.ev-site[data-theme=horizon] .ev-agenda-speaker{background:#ffffff0d;color:#ddd6fe}.ev-site[data-theme=horizon] .ev-agenda-tag{color:#0f0720;border:0}.ev-site[data-theme=horizon] .ev-ticket-price-card,.ev-site[data-theme=horizon] .ev-ticket-card{border-radius:18px}.ev-site[data-theme=horizon] .ev-ticket-price-card.is-popular,.ev-site[data-theme=horizon] .ev-ticket-card.is-popular{border-color:#2dd4bf66;box-shadow:0 0 48px -14px #7c3aed99}.ev-site[data-theme=horizon] .ev-nav-cta,.ev-site[data-theme=horizon] .ev-btn-register,.ev-site[data-theme=horizon] .ev-btn-hero-primary,.ev-site[data-theme=horizon] .ev-ticket-btn{background:linear-gradient(135deg,#7c3aed,#2dd4bf);color:#0f0720;border:0}.ev-site[data-theme=horizon] .ev-btn-hero-ghost{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);color:#f5f3ff}@media(max-width:768px){.ev-hero h1{font-size:28px}.ev-hero-content{padding:48px 0}.ev-about-grid{grid-template-columns:1fr}.ev-speakers-grid{grid-template-columns:repeat(2,1fr)}.ev-speakers-large{grid-template-columns:1fr}.ev-agenda-acc-body{padding-left:0}.ev-agenda-item{flex-direction:column;gap:8px}.ev-agenda-time{width:auto}.ev-footer-inner{flex-direction:column}.ev-nav-links{display:none}.ev-nav-burger{display:grid}.ev-gallery-grid{grid-template-columns:repeat(2,1fr)}}.ev-site[data-preview-device=mobile] .ev-hero h1{font-size:28px}.ev-site[data-preview-device=mobile] .ev-hero-content{padding:48px 0}.ev-site[data-preview-device=mobile] .ev-about-grid{grid-template-columns:1fr}.ev-site[data-preview-device=mobile] .ev-speakers-grid{grid-template-columns:repeat(2,1fr)}.ev-site[data-preview-device=mobile] .ev-speakers-large{grid-template-columns:1fr}.ev-site[data-preview-device=mobile] .ev-agenda-item{flex-direction:column;gap:8px}.ev-site[data-preview-device=mobile] .ev-agenda-time{width:auto}.ev-site[data-preview-device=mobile] .ev-footer-inner{flex-direction:column}.ev-site[data-preview-device=mobile] .ev-nav-links:not(.open){display:none}.ev-site[data-preview-device=mobile] .ev-nav-burger{display:grid}.ev-site[data-preview-device=mobile] .ev-gallery-grid{grid-template-columns:repeat(2,1fr)}.ev-site[data-preview-device=mobile] .ev-container{padding:0 16px}.ev-site[data-preview-device=mobile] .ev-nav-cta{display:none}.ev-nav-burger{display:none;width:36px;height:36px;place-items:center;border-radius:8px;border:0;background:transparent;color:inherit;cursor:pointer;margin-left:auto}.ev-nav-burger:hover{background:#7f7f7f1f}.ev-nav-inner{position:relative}.ev-nav-links.open{display:flex!important;flex-direction:column;justify-content:flex-start;position:absolute;top:100%;left:0;right:0;background:#fffffffa;border-bottom:1px solid var(--bd);padding:8px 16px 12px;gap:4px;z-index:120;box-shadow:0 8px 20px #0f111414}.ev-nav-links.open .ev-nav-link{padding:10px 8px;color:var(--ink-1)}.ev-hub{min-height:100%;background:var(--ev-hub-bg, #f2f4f7);color:var(--ink-1);font-family:inherit}.ev-hub-top{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;font-size:13px;font-weight:500}.ev-hub-hero{margin:0 16px 16px;padding:20px 18px;border-radius:14px;background:var(--ev-primary, #1f5eff);color:#fff}.ev-hub-hero h1{margin:0 0 8px;font-size:20px;letter-spacing:-.02em;line-height:1.25}.ev-hub-hero p{margin:0;font-size:12px;opacity:.85}.ev-hub.dark{background:#0f1114;color:#fff}.ev-hub.dark .ev-hub-tile{background:#1a1d21;border-color:#2a2e34;color:#fff}.ev-hub.brand .ev-hub-hero{background:color-mix(in srgb,var(--ev-primary) 88%,#000)}.ev-hub-primary{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 16px 12px}.ev-hub-primary .ev-hub-tile{min-height:88px;font-size:14px;font-weight:600}.ev-hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:0 16px 24px}.ev-hub-tile{border:1px solid var(--bd, #e4e7ec);background:#fff;border-radius:var(--ev-hub-radius, 12px);padding:14px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;cursor:pointer;color:inherit;font:inherit;min-height:84px}.ev-hub-tile:hover{border-color:var(--ev-primary);background:color-mix(in srgb,var(--ev-primary) 8%,#fff)}.ev-hub-tile .ic{width:22px;height:22px;color:var(--ev-primary)}.ev-hub-tile span{font-size:11px;font-weight:500;line-height:1.3}.ev-hub.flat .ev-hub-tile,.ev-hub.flat .ev-hub-hero{border-radius:6px}.ev-hub.rounded .ev-hub-tile,.ev-hub.rounded .ev-hub-hero{border-radius:16px}.ev-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ev-gallery-item{margin:0;border-radius:var(--r, 8px);overflow:hidden;background:var(--bg, #f7f8fa);border:1px solid var(--bd, #e4e7ec)}.ev-gallery-item img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.ev-gallery-ph{aspect-ratio:4/3;background:var(--bg, #f7f8fa)}.ev-gallery-item figcaption,.ev-image-block figcaption{font-size:12px;color:var(--ink-2, #5b616e);padding:8px 10px}.ev-image-block{margin:0}.ev-image-block img{display:block;width:100%;max-height:480px;object-fit:cover;border-radius:var(--r, 8px)}.ev-video-wrap{position:relative;width:100%;aspect-ratio:16/9;background:#0f1114;border-radius:var(--r, 8px);overflow:hidden}.ev-video-wrap iframe,.ev-video-wrap video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.ev-faq-list{display:grid;gap:8px;max-width:720px}.ev-faq-item{border:1px solid var(--bd, #e4e7ec);border-radius:var(--r, 8px);padding:12px 14px;background:#fff}.ev-faq-item summary{cursor:pointer;font-weight:500;font-size:14px}.ev-faq-a{margin-top:8px;font-size:14px;color:var(--ink-2, #5b616e);line-height:1.6}.ev-file-list{list-style:none;padding:0;margin:0;display:grid;gap:8px}.ev-file-list a{color:var(--ev-primary, #1f5eff)}.ev-custom-html{font-size:15px;line-height:1.6}@media(max-width:768px){.ev-gallery-grid{grid-template-columns:repeat(2,1fr)}}.rte{border:1px solid var(--bd-strong, #d0d5dd);border-radius:var(--r-ctl, 8px);background:var(--surface, #fff);overflow:hidden;transition:border .12s,box-shadow .12s}.rte:focus-within{border-color:var(--accent, #1f5eff);box-shadow:0 0 0 3px #1f5eff1a}.rte.is-disabled{opacity:.65;pointer-events:none}.rte-toolbar{display:flex;flex-wrap:wrap;gap:4px;align-items:center;padding:6px 8px;border-bottom:1px solid var(--bd, #e8eaef);background:var(--bg, #f6f7f9)}.rte-btn{height:28px;min-width:28px;padding:0 8px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--ink-1, #1a1d24);font-size:12px;font-weight:600;cursor:pointer}.rte-btn:hover{background:var(--surface, #fff);border-color:var(--bd, #e8eaef)}.rte-btn.on{background:var(--accent-bg, #eef3ff);color:var(--accent, #1f5eff);border-color:#1f5eff40}.rte-sep{width:1px;height:18px;background:var(--bd, #e8eaef);margin:0 2px}.rte-vars{display:flex;flex-wrap:wrap;gap:6px;align-items:center;padding:6px 8px;border-bottom:1px solid var(--bd, #e8eaef);background:var(--surface, #fff)}.rte-vars-label{font-size:11px;color:var(--ink-3, #8a909c);margin-right:2px}.rte-var{height:24px;padding:0 8px;border-radius:999px;border:1px solid var(--bd, #e8eaef);background:var(--accent-bg, #eef3ff);color:var(--accent, #1f5eff);font-size:11px;font-weight:500;cursor:pointer}.rte-var:hover{border-color:var(--accent, #1f5eff)}.rte .ProseMirror{padding:10px 12px;outline:none;font-size:14px;line-height:1.55;color:var(--ink-1, #1a1d24);min-height:120px}.rte .ProseMirror p{margin:0 0 .65em}.rte .ProseMirror p:last-child{margin-bottom:0}.rte .ProseMirror h2{font-size:1.25rem;font-weight:600;margin:.4em 0 .35em}.rte .ProseMirror h3{font-size:1.05rem;font-weight:600;margin:.35em 0 .3em}.rte .ProseMirror ul,.rte .ProseMirror ol{margin:0 0 .65em;padding-left:1.35em}.rte .ProseMirror a{color:var(--accent, #1f5eff);text-decoration:underline}.rte .ProseMirror p.is-editor-empty:first-child:before{color:var(--ink-3, #8a909c);content:attr(data-placeholder);float:left;height:0;pointer-events:none}:root{--accent:#1F5EFF;--brand:#FF5A5F;--brand-dark:#E84A4F;--brand-bg:#FFF1F1;--ink-1:#0F1114;--ink-2:#5B616E;--ink-3:#8A909C;--bd:#E4E7EC;--bd-s:#C9CDD4;--bg-1:#F2F4F7;--bg-2:#FAFBFC;--surface:#FFFFFF;--r:6px;--r-card:10px;--r-pill:999px;--accent-bg:#EFF4FF;--success:#067647;--success-bg:#ECFDF3;--danger:#D92D20}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;font-size:13px;line-height:1.5;color:var(--ink-1);background:var(--bg-1);overflow:hidden;height:100vh;-webkit-font-smoothing:antialiased}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}input,select{font:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app{display:flex;height:100vh}.rail{width:56px;flex:0 0 56px;background:var(--surface);border-right:1px solid var(--bd);display:flex;flex-direction:column;align-items:center;padding:8px 0;gap:2px;z-index:20}.rail-logo{width:32px;height:32px;border-radius:8px;background:var(--brand);display:grid;place-items:center;color:#fff;font-size:14px;font-weight:700;margin-bottom:12px;box-shadow:0 4px 10px #ff5a5f47;overflow:hidden}.rail-logo.logo-mark-img{background:transparent;box-shadow:none;padding:0}.rail-logo.logo-mark-img img{width:100%;height:100%;display:block;object-fit:cover}.gi{width:40px;height:40px;border-radius:var(--r);display:flex;align-items:center;justify-content:center;color:var(--ink-3);position:relative}.gi:hover{background:var(--bg-1);color:var(--ink-1)}.gi.on{color:var(--accent)}.gi.on:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:2px;background:var(--accent);border-radius:0 1px 1px 0}.gi svg{width:18px;height:18px}.gi .tip{display:none;position:absolute;left:48px;background:var(--ink-1);color:#fff;font-size:10px;padding:3px 7px;border-radius:4px;white-space:nowrap;z-index:99}.gi:hover .tip{display:block}.rail-b{margin-top:auto;display:flex;flex-direction:column;align-items:center;gap:2px}.main{flex:1;display:flex;flex-direction:column;overflow:hidden}.topbar{height:44px;flex:0 0 44px;background:var(--surface);border-bottom:1px solid var(--bd);display:flex;align-items:center;padding:0 14px;gap:10px;font-size:12px}.tb-back{color:var(--ink-2);display:flex;align-items:center;gap:4px}.tb-back:hover{color:var(--accent)}.tb-sep{width:1px;height:18px;background:var(--bd)}.tb-title{font-size:13px;font-weight:500}.tb-event{font-size:11px;color:var(--ink-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px}.tb-right{margin-left:auto;display:flex;align-items:center;gap:6px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:28px;padding:0 12px;border-radius:var(--r);font-size:12px;font-weight:500;border:0;cursor:pointer}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:#1a4fdd}.btn-ghost{background:var(--surface);color:var(--ink-1);border:1px solid var(--bd)}.btn-ghost:hover{background:var(--bg-2)}.device-toggle{display:flex;gap:0;border:1px solid var(--bd);border-radius:var(--r);overflow:hidden}.dt{width:30px;height:26px;display:grid;place-items:center;color:var(--ink-3);border-right:1px solid var(--bd)}.dt:last-child{border-right:0}.dt:hover{background:var(--bg-2);color:var(--ink-1)}.dt.on{background:var(--accent-bg);color:var(--accent)}.editor{flex:1;display:flex;overflow:hidden}.panel{width:320px;flex:0 0 320px;background:var(--surface);border-right:1px solid var(--bd);display:flex;flex-direction:column;overflow:hidden}.panel-tabs{display:flex;height:40px;flex:0 0 40px;border-bottom:1px solid var(--bd)}.ptab{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;font-size:11.5px;font-weight:500;color:var(--ink-2);cursor:pointer;border:0;background:transparent;border-bottom:2px solid transparent;padding:0 4px}.ptab:hover{color:var(--ink-1)}.ptab.on{color:var(--accent);border-bottom-color:var(--accent)}.ptab svg{width:14px;height:14px}.panel-content{flex:1;overflow-y:auto}.pview{display:none}.pview.on{display:block}.page-select{padding:12px 14px;border-bottom:1px solid var(--bd)}.page-select label{font-size:11px;font-weight:500;color:var(--ink-3);display:block;margin-bottom:4px}.page-select select{width:100%;height:30px;padding:0 8px;border:1px solid var(--bd);border-radius:var(--r);font-size:12px;background:var(--surface);-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.sec-list{padding:8px}.sec-item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:var(--r);cursor:grab;margin-bottom:2px;border:1px solid transparent}.sec-item:hover{background:var(--bg-2);border-color:var(--bd)}.sec-item.on{background:var(--accent-bg);border-color:var(--accent)}.si-drag{color:var(--bd-s);font-size:14px;flex:0 0 14px;cursor:grab}.si-icon{width:28px;height:28px;border-radius:var(--r);background:var(--bg-1);display:grid;place-items:center;flex:0 0 28px}.si-icon svg{width:14px;height:14px;color:var(--ink-3)}.si-info{flex:1;min-width:0}.si-name{font-size:12px;font-weight:500}.si-type{font-size:10px;color:var(--ink-3)}.si-toggle{width:28px;height:16px;border-radius:8px;background:var(--bd-s);position:relative;cursor:pointer;flex:0 0 28px}.si-toggle.on{background:var(--accent)}.si-toggle:after{content:"";position:absolute;top:2px;left:2px;width:12px;height:12px;border-radius:50%;background:#fff;transition:transform .1s;box-shadow:0 1px 2px #0000001f}.si-toggle.on:after{transform:translate(12px)}.add-sec-btn{display:flex;align-items:center;justify-content:center;gap:5px;height:34px;margin:4px 8px;border-radius:var(--r);border:1px dashed var(--bd);color:var(--ink-2);font-size:12px}.add-sec-btn:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-bg)}.nav-sec{padding:12px 14px;border-top:1px solid var(--bd)}.nav-sec-t{font-size:11px;font-weight:500;color:var(--ink-3);margin-bottom:8px}.nav-item{display:flex;align-items:center;gap:6px;padding:6px 8px;font-size:12px;color:var(--ink-2);border-radius:var(--r);margin-bottom:2px}.nav-item:hover{background:var(--bg-2)}.nav-item svg{width:12px;height:12px;color:var(--ink-3)}.nav-add{font-size:11px;color:var(--accent);margin-top:4px;font-weight:500;cursor:pointer;background:none;border:0;padding:0;font:inherit;display:block;text-align:left}.nav-add:hover{text-decoration:underline}.design-sec{padding:14px;border-bottom:1px solid var(--bd)}.ds-t{font-size:12px;font-weight:500;margin-bottom:10px}.template-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.tpl{border:1px solid var(--bd);border-radius:var(--r);overflow:hidden;cursor:pointer;aspect-ratio:4/3;position:relative}.tpl:hover{border-color:var(--bd-s)}.tpl.on{border-color:var(--accent);border-width:2px}.tpl.on:after{content:"✓";position:absolute;top:4px;right:4px;width:16px;height:16px;border-radius:50%;background:var(--accent);color:#fff;font-size:9px;display:grid;place-items:center}.tpl-inner{width:100%;height:100%;display:flex;flex-direction:column}.tpl-hero{flex:0 0 40%;display:flex;align-items:center;justify-content:center}.tpl-body{flex:1;padding:4px;display:flex;flex-direction:column;gap:2px;justify-content:center;align-items:center}.tpl-line{height:2px;border-radius:1px;background:var(--bd-s)}.tpl-dot{width:4px;height:4px;border-radius:50%;background:var(--bd)}.color-row{display:flex;gap:6px;flex-wrap:wrap}.color-swatch{width:28px;height:28px;border-radius:var(--r);border:1px solid var(--bd);cursor:pointer;position:relative}.color-swatch:hover{border-color:var(--ink-3)}.color-swatch.on{border-color:var(--ink-1);border-width:2px}.color-swatch.on:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border:1px solid #fff;border-radius:3px}.color-custom{display:flex;align-items:center;gap:6px;margin-top:8px}.color-custom label{position:relative}.color-custom input[type=color]{width:28px;height:28px;border:1px solid var(--bd);border-radius:var(--r);padding:0;cursor:pointer}.font-select{display:flex;gap:6px}.font-opt{flex:1;height:36px;border:1px solid var(--bd);border-radius:var(--r);display:flex;align-items:center;justify-content:center;font-size:12px;cursor:pointer}.font-opt:hover{border-color:var(--bd-s)}.font-opt.on{border-color:var(--accent);background:var(--accent-bg);color:var(--accent)}.hero-options{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.hero-opt{height:48px;border:1px solid var(--bd);border-radius:var(--r);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:10px;color:var(--ink-2);cursor:pointer}.hero-opt:hover{border-color:var(--bd-s)}.hero-opt.on{border-color:var(--accent);background:var(--accent-bg);color:var(--accent)}.hero-opt svg{width:16px;height:16px}.add-group{padding:14px}.add-group+.add-group{border-top:1px solid var(--bd)}.ag-t{font-size:11px;font-weight:500;color:var(--ink-3);margin-bottom:8px;text-transform:uppercase;letter-spacing:.04em}.add-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.add-card{border:1px solid var(--bd);border-radius:var(--r);padding:10px 6px;display:flex;flex-direction:column;align-items:center;gap:5px;cursor:pointer;text-align:center}.add-card:hover{border-color:var(--accent);background:var(--accent-bg)}.add-card svg{width:20px;height:20px;color:var(--ink-3)}.add-card:hover svg{color:var(--accent)}.add-card span{font-size:10px;color:var(--ink-2);line-height:1.3}.add-card:hover span{color:var(--accent)}.preview{flex:1;background:#e8eaed;display:flex;align-items:flex-start;justify-content:center;overflow:auto;padding:24px}.preview-frame{background:var(--surface);box-shadow:0 2px 20px #00000014;border-radius:var(--r-card);overflow:hidden;width:100%;max-width:960px;min-height:600px}.pv-nav{height:40px;display:flex;align-items:center;padding:0 20px;gap:12px;border-bottom:1px solid var(--bd);font-size:11px}.pv-nav-logo{font-size:12px;font-weight:600;margin-right:12px}.pv-nav a{color:var(--ink-2)}.pv-nav a.on{color:var(--accent)}.pv-nav .pv-cta{margin-left:auto;height:24px;padding:0 12px;border-radius:4px;background:var(--accent);color:#fff;font-size:10px;display:flex;align-items:center}.pv-hero{padding:40px 32px;text-align:center;position:relative}.pv-hero.dark{background:var(--ink-1);color:#fff}.pv-hero.dark .pv-meta{color:#ffffff80}.pv-hero h2{font-size:22px;font-weight:600;letter-spacing:-.02em;margin-bottom:6px}.pv-meta{font-size:11px;color:var(--ink-2);margin-bottom:16px}.pv-btn{height:32px;padding:0 20px;border-radius:var(--r);background:var(--accent);color:#fff;font-size:12px;font-weight:500;display:inline-flex;align-items:center;border:0}.pv-sec{padding:24px 32px;border-top:1px solid var(--bd)}.pv-sec.alt{background:var(--bg-2)}.pv-sec-t{font-size:14px;font-weight:600;margin-bottom:12px;letter-spacing:-.01em}.pv-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.pv-card{border:1px solid var(--bd);border-radius:var(--r);overflow:hidden;text-align:center}.pv-card-photo{height:60px;background:var(--bg-1);display:grid;place-items:center;font-size:14px;font-weight:600;color:var(--ink-3)}.pv-card-name{font-size:11px;font-weight:500;padding:6px 4px 2px}.pv-card-role{font-size:9px;color:var(--ink-2);padding:0 4px 6px}.pv-agenda{max-width:400px}.pv-slot{display:flex;gap:10px;padding:8px 0;border-bottom:1px solid var(--bd);font-size:11px}.pv-slot:last-child{border-bottom:0}.pv-time{color:var(--accent);font-weight:500;width:40px;flex:0 0 40px}.pv-sponsors{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.pv-sponsor{height:32px;padding:0 14px;border:1px solid var(--bd);border-radius:4px;font-size:10px;color:var(--ink-2);display:flex;align-items:center}.pv-footer{padding:16px 32px;border-top:1px solid var(--bd);font-size:10px;color:var(--ink-3);text-align:center}.pv-sec:hover,.pv-hero:hover{outline:2px solid var(--accent);outline-offset:-2px;cursor:pointer}.pv-sec.selected,.pv-hero.selected{outline:2px solid var(--accent);outline-offset:-2px}.sec-settings{display:none;border-top:1px solid var(--bd);background:var(--surface)}.sec-settings.open{display:block}.ss-head{display:flex;align-items:center;gap:8px;padding:10px 14px;border-bottom:1px solid var(--bd)}.ss-back{width:24px;height:24px;border-radius:var(--r);display:grid;place-items:center;color:var(--ink-2)}.ss-back:hover{background:var(--bg-1);color:var(--ink-1)}.ss-title{font-size:13px;font-weight:500;flex:1}.ss-body{padding:12px 14px;overflow-y:auto;max-height:calc(100vh - 340px)}.ss-sec{margin-bottom:16px}.ss-label{font-size:11px;font-weight:500;color:var(--ink-3);margin-bottom:8px;text-transform:uppercase;letter-spacing:.04em}.ss-meta{font-size:11px;color:var(--ink-3);margin-bottom:12px}.ss-hint{font-size:11px;color:var(--ink-3);line-height:1.4;margin-top:6px}.ss-err{font-size:11px;color:var(--danger);margin-top:6px}.inspector{width:300px;flex:0 0 300px;background:var(--surface);border-left:1px solid var(--bd);display:flex;flex-direction:column;overflow:hidden;z-index:5}.inspector .ss-head{flex:0 0 auto}.inspector-body{flex:1;max-height:none;overflow-y:auto}.chip-row{display:flex;flex-wrap:wrap;gap:6px}.chip{height:26px;padding:0 10px;border-radius:999px;border:1px solid var(--bd);font-size:11px;color:var(--ink-2);background:var(--surface)}.chip:hover{border-color:var(--bd-s);color:var(--ink-1)}.chip.on{border-color:var(--accent);background:var(--accent-bg);color:var(--accent)}.upload-tile{width:100%;aspect-ratio:16/9;border:1px dashed var(--bd);border-radius:var(--r);background:var(--bg-2);display:grid;place-items:center;overflow:hidden;cursor:pointer}.upload-tile:hover{border-color:var(--accent);background:var(--accent-bg)}.upload-tile-ph{font-size:12px;color:var(--ink-2);font-weight:500}.upload-tile-img{width:100%;height:100%;object-fit:cover}.upload-tile.sm{aspect-ratio:16/10;min-height:72px}.ss-list-item{display:flex;flex-direction:column;gap:6px;padding:8px;margin-bottom:8px;border:1px solid var(--bd);border-radius:var(--r);background:var(--bg-2)}.nav-menu-ed{padding:14px}.nav-menu-list{display:flex;flex-direction:column;gap:10px;margin-bottom:8px}.nav-menu-row{padding:10px;border:1px solid var(--bd);border-radius:var(--r);background:var(--bg-2)}.nav-menu-row-top{display:flex;gap:4px;align-items:center;margin-bottom:8px}.nav-menu-row-top .ss-input{flex:1}.nav-ico{width:26px;height:26px;border-radius:var(--r);border:1px solid var(--bd);background:var(--surface);font-size:11px;display:grid;place-items:center}.nav-ico:hover{background:var(--bg-1)}.nav-ico.danger{color:var(--danger)}.layout-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.layout-opt{border:1px solid var(--bd);border-radius:var(--r);padding:8px;cursor:pointer;text-align:center;transition:all .12s}.layout-opt:hover{border-color:var(--bd-s)}.layout-opt.on{border-color:var(--accent);background:var(--accent-bg)}.lo-preview{height:52px;display:flex;align-items:center;justify-content:center;gap:3px;margin-bottom:4px;overflow:hidden}.lo-name{font-size:10px;color:var(--ink-2)}.layout-opt.on .lo-name{color:var(--accent)}.lo-card{width:22px;height:30px;border:1px solid var(--bd-s);border-radius:2px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.lo-card .dot{width:10px;height:10px;border-radius:50%;background:var(--bd-s)}.lo-card .line{height:1.5px;width:14px;background:var(--bd-s);border-radius:1px}.lo-row{width:100%;height:18px;border:1px solid var(--bd-s);border-radius:2px;display:flex;align-items:center;gap:4px;padding:0 4px;margin-bottom:2px}.lo-row .dot{width:10px;height:10px;border-radius:50%;background:var(--bd-s);flex:0 0 10px}.lo-row .lines{display:flex;flex-direction:column;gap:1px;flex:1}.lo-row .line{height:1.5px;background:var(--bd-s);border-radius:1px}.lo-tl{width:100%;display:flex;flex-direction:column;gap:3px}.lo-tl-r{display:flex;align-items:center;gap:3px}.lo-tl-t{width:14px;height:2px;background:var(--accent);border-radius:1px;opacity:.5}.lo-tl-b{flex:1;height:7px;background:var(--bg-1);border-radius:2px;border:1px solid var(--bd)}.lo-pricing{display:flex;gap:3px;width:100%}.lo-price-col{flex:1;height:44px;border:1px solid var(--bd-s);border-radius:2px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.lo-price-col .line{height:1.5px;width:60%;background:var(--bd-s);border-radius:1px}.lo-price-col .dot{width:4px;height:4px;border-radius:50%;background:var(--accent);opacity:.4}.lo-bars{display:flex;gap:3px;width:100%;height:44px}.lo-bars.col{flex-direction:column}.lo-bars .bar{flex:1;background:#dde0e4;border-radius:2px;min-height:6px}.layout-opt.on .lo-bars .bar:nth-child(2){background:var(--accent)}.ss-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:6px 0;border-bottom:1px solid var(--bd)}.ss-toggle-row:last-child{border-bottom:0}.ss-toggle-row span{font-size:12px}.ss-row{display:flex;gap:8px;margin-bottom:8px}.ss-field{flex:1}.ss-field label{font-size:10px;color:var(--ink-3);display:block;margin-bottom:2px}.ss-input{width:100%;height:28px;padding:0 8px;border:1px solid var(--bd);border-radius:var(--r);font-size:11px;background:var(--surface)}.ss-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px #1f5eff1a}select.ss-input{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.auth-gate,.home{max-width:480px;margin:10vh auto;padding:2rem;font-family:Inter,system-ui,sans-serif}.auth-gate h1,.home h1{margin:0 0 .75rem;font-size:1.5rem}.home-form{display:grid;gap:.5rem;margin-top:1.25rem}.home-form input{height:36px;padding:0 10px;border:1px solid var(--bd);border-radius:var(--r)}.home-form button{height:36px;border:0;border-radius:var(--r);background:var(--accent);color:#fff;font-weight:500;cursor:pointer}.preview.mobile .preview-frame{width:375px;max-width:375px;border-radius:24px;border:8px solid #1a1d21}.preview.mobile{align-items:center;padding:32px 16px}.phone-shell{width:375px;height:667px;background:#f5f5f5;border:1px solid #d1d1d1;border-radius:40px;box-shadow:0 12px 40px #0f11142e;display:flex;flex-direction:column;overflow:hidden;flex:0 0 auto}.phone-notch{flex:0 0 28px;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.phone-notch:after{content:"";width:96px;height:8px;border-radius:999px;background:#d1d1d1}.phone-screen{flex:1;overflow:auto;background:#fff;width:100%}.phone-home{flex:0 0 22px;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.phone-home:after{content:"";width:108px;height:4px;border-radius:999px;background:#c9cdd4}.preview-live{width:100%;transform-origin:top center}.preview-live .ev-site{pointer-events:auto}.tb-status{font-size:10px;color:var(--ink-3)}.tb-status.err{color:var(--danger)}.tb-status.ok{color:var(--success)}.sec-item.dim{opacity:.45}.sec-item.flash{animation:secFlash .9s ease}@keyframes secFlash{0%,to{background:transparent}30%{background:var(--accent-bg)}}.dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f111466;display:flex;align-items:center;justify-content:center;z-index:200}.dialog{background:#fff;border-radius:10px;padding:20px;width:min(420px,92vw);box-shadow:0 12px 40px #0000002e}.dialog.dialog-rte{width:min(640px,94vw);max-height:min(90vh,720px);overflow:auto}.dialog h3{font-size:15px;margin-bottom:8px}.dialog p{font-size:12px;color:var(--ink-2);margin-bottom:16px;line-height:1.5}.dialog-actions{display:flex;justify-content:flex-end;gap:8px}.ss-html-trigger{display:flex;align-items:flex-start;gap:10px;width:100%;text-align:left;padding:10px 12px;border:1px solid var(--bd);border-radius:8px;background:#fff;cursor:pointer;font:inherit;color:inherit}.ss-html-trigger:hover{border-color:var(--accent);background:var(--bg-2,#FAFAFA)}.ss-html-preview{flex:1;min-width:0;font-size:12.5px;line-height:1.45;color:var(--ink-2);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ss-html-action{flex:0 0 auto;font-size:12px;font-weight:500;color:var(--accent);padding-top:1px}.loading-full{padding:48px;text-align:center;color:var(--ink-2)}.gi{text-decoration:none}.rail a.gi{color:inherit}.theme-now{display:flex;align-items:center;gap:12px;padding:11px;border:1px solid var(--bd);border-radius:10px}.theme-now-thumb{width:46px;height:58px;flex:0 0 46px;border-radius:6px;overflow:hidden;border:1px solid var(--bd)}.theme-now-hero{height:24px}.theme-now-line{height:4px;margin:5px 5px 0;border-radius:2px}.theme-now-line.short{height:3px;width:60%;background:var(--bd);margin-top:3px}.theme-now-name{font-size:13px;font-weight:500}.theme-now-desc{font-size:11.5px;color:var(--ink-3);margin-top:3px;line-height:1.4}.theme-change-btn{width:100%;height:34px;margin-top:9px;border:1px solid var(--bd);border-radius:8px;background:#fff;font-size:12.5px;font-weight:500}.theme-change-btn:hover{background:var(--bg-2)}.theme-reset{font-size:12px;color:var(--ink-3);background:none;border:0;padding:0;cursor:pointer;font:inherit}.theme-reset:hover{color:var(--ink-1)}.theme-reset-note{font-size:11px;color:#a3a8af;margin-top:6px;line-height:1.55}.th-page{min-height:100vh;background:#fff;display:flex;flex-direction:column}.th-page-top{display:flex;align-items:center;justify-content:space-between;padding:18px 32px;border-bottom:1px solid #EDEFF2}.th-page-body{flex:1;padding:40px 32px 140px;max-width:1080px;width:100%;margin:0 auto}.th-page-body h1{font-size:32px;font-weight:500;letter-spacing:-.03em}.th-page-body>p{font-size:15px;color:#6b7280;margin-top:10px;line-height:1.65;max-width:480px}.th-filters{display:flex;gap:7px;margin-top:26px;flex-wrap:wrap}.th-filter{padding:7px 15px;border-radius:999px;background:#f3f4f6;color:#4a4f58;font-size:13px;font-weight:500;border:0;cursor:pointer}.th-filter.on{background:var(--ink-1);color:#fff}.th-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:24px}.th-grid.dialog{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px;padding-top:10px;max-width:520px;align-items:start}.th-card{position:relative;border:1px solid #E4E7EC;border-radius:14px;background:#fff;padding:13px;text-align:left;cursor:pointer}.th-card.on{border:2px solid var(--accent);box-shadow:0 10px 24px color-mix(in srgb,var(--accent) 18%,transparent)}.th-card.current{border-color:var(--accent)}.th-check{position:absolute;top:-10px;right:-10px;width:28px;height:28px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;font-size:14px;z-index:2}.th-current{position:absolute;top:-8px;left:8px;padding:2px 8px;border-radius:5px;background:var(--accent);color:#fff;font-size:9.5px;font-weight:500;letter-spacing:.04em;z-index:2}.th-card-meta{display:flex;flex-direction:column;gap:6px;padding:12px 2px 2px}.th-card-name{display:flex;align-items:center;gap:6px;min-width:0}.th-name{font-size:14px;font-weight:500;white-space:nowrap}.th-cat{padding:2px 7px;border-radius:5px;background:#f3f4f6;font-size:10.5px;color:#6b7280;font-weight:500;flex:0 0 auto;white-space:nowrap}.th-card-desc{font-size:12px;color:#6b7280;line-height:1.45}.th-grid.dialog .th-name{font-size:13px}.th-grid.dialog .th-card-desc{font-size:11.5px}.th-preview-link{align-self:flex-start;font-size:12.5px;font-weight:500;color:var(--accent);background:none;border:0;padding:3px 0 0;cursor:pointer}.th-skip{text-align:center;margin-top:34px}.th-skip-btn,.th-text-btn{background:none;border:0;font:inherit;cursor:pointer;color:#8a9099;font-size:13px}.th-text-btn{color:#4a4f58;text-decoration:none}.th-skip-btn:hover,.th-text-btn:hover{color:var(--ink-1)}.th-flex{flex:1}.th-dock{position:fixed;left:0;right:0;bottom:0;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid #E4E7EC;box-shadow:0 -8px 24px #0f111412;padding:14px 32px;z-index:60;display:flex;align-items:center;gap:14px}.th-dock-check{width:20px;height:20px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;font-size:11px;flex:0 0 20px}.th-dock-desc{font-size:12.5px;color:#8a9099}.th-preview-page{min-height:100vh;background:#e7e9ec}.th-preview-bar{position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:16px;padding:13px 24px;background:#fffffff5;border-bottom:1px solid #E4E7EC}.th-preview-bar-sep{width:1px;height:20px;background:#e4e7ec}.th-preview-stage{padding:22px;display:flex;justify-content:center}.th-preview-frame{width:min(980px,100%);border:1px solid #DDDFE3;border-radius:12px;overflow:hidden}.th-dialog-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f111480;display:flex;align-items:flex-start;justify-content:center;padding:50px 20px;overflow-y:auto;z-index:260}.th-dialog{width:640px;max-width:100%;background:#fff;border-radius:14px;overflow:hidden;position:relative;z-index:261}.th-dialog-h{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #E4E7EC;font-size:16px;font-weight:500}.th-dialog-b{padding:18px 24px 8px}.th-warn{display:flex;gap:11px;padding:13px 15px;border:1px solid #F0D5B4;border-radius:9px;background:#fdf8f1;font-size:12.5px;color:#4a4f58;line-height:1.6}.th-warn>span{flex:0 0 18px;width:18px;height:18px;margin-top:1px;border-radius:50%;background:#c2410c;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:700}.th-dialog-row{display:flex;align-items:center;gap:12px;margin-top:18px;flex-wrap:wrap}.th-current-label{font-size:12.5px;color:#6b7280}.th-dialog-f{display:flex;justify-content:flex-end;gap:8px;padding:16px 24px 20px}.th-mini{border-radius:9px;overflow:hidden;pointer-events:none}.th-mini-nav{display:flex;align-items:center;gap:8px;padding:11px 16px;font-size:9.5px}.th-mini-nav-links{display:flex;gap:8px;margin-left:auto;font-size:8px;flex-shrink:0}.th-mini.compact .th-mini-nav{padding:7px 10px;font-size:8px;gap:6px}.th-mini.compact .th-mini-nav>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.th-mini.compact .th-mini-nav-links{gap:5px;font-size:7px}.th-mini-hero{padding:26px 20px 28px}.th-mini.compact .th-mini-hero{padding:10px 10px 12px}.th-mini-kicker{font-size:8px;letter-spacing:.16em;font-weight:500}.th-mini-h{font-size:21px;line-height:1.14;margin-top:10px;max-width:92%}.th-mini.compact .th-mini-h{font-size:11px;line-height:1.2;margin-top:0;max-width:100%}.th-mini-hero p{font-size:9px;margin:9px 0 0;line-height:1.6;max-width:300px}.th-mini-cta{display:inline-block;padding:6px 13px;margin-top:14px;font-size:9px;font-weight:500}.th-mini-cta.sm{margin-top:0;padding:3px 8px;font-size:7.5px;flex:0 0 auto}.th-mini.compact .th-mini-cta:not(.sm){margin-top:8px;padding:3px 8px;font-size:7px}.th-mini-band{padding:16px 18px}.th-mini-people{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:11px}.th-mini-person{display:flex;flex-direction:column;gap:7px;padding:8px}.th-mini-person strong{display:block;font-size:8.5px;font-weight:500}.th-mini-person em{display:block;font-size:7.5px;font-style:normal;margin-top:3px}.th-mini-av{width:18px;height:18px;border-radius:50%;color:#fff;display:grid;place-items:center;font-size:8px;font-weight:500}.th-mini-tix{display:flex;gap:8px;margin-top:11px}.th-mini-tix-card{flex:1;padding:11px;display:flex;flex-direction:column;gap:7px;font-size:8.5px}.th-mini-tix-card b{font-size:14px;letter-spacing:-.02em}@media(max-width:900px){.th-grid{grid-template-columns:1fr}.th-grid.dialog{grid-template-columns:repeat(2,minmax(0,1fr))}.th-dock{flex-wrap:wrap}.th-page-body{padding:28px 18px 140px}}
