.ui-select-root,.ui-select-trigger-wrap{display:inline-flex;flex-direction:column;max-width:100%}.ui-select-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;min-width:190px;height:44px;padding:0 14px;color:var(--ink);background:var(--surface);border:1px solid #b8c9cb;border-radius:20px;font-size:13px;outline:none;transition:background .12s var(--ease),border-color .12s var(--ease),box-shadow .12s var(--ease)}.ui-select-trigger:hover,.ui-select-trigger.is-open{background:var(--brand-soft);border-color:#9bbdc4}.ui-select-trigger:focus-visible{outline:none;border-color:#6b97ff;box-shadow:0 0 0 2px #6b97ff2e}.ui-select-trigger:disabled{opacity:.5;pointer-events:none}.ui-select-trigger.has-error{border-color:#bc5656}.ui-select-trigger-value{display:flex;align-items:center;gap:8px;min-width:0;flex:1;text-align:left}.ui-select-trigger-value>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-select-trigger-value .is-placeholder,.ui-select-chevron{color:var(--muted)}.ui-select-chevron{transition:transform .16s var(--ease),color .12s var(--ease)}.ui-select-trigger.is-open .ui-select-chevron{transform:rotate(180deg)}.ui-select-trigger:hover .ui-select-chevron{color:var(--ink)}.ui-select-error{color:#a83e3e;font-size:12px;padding:5px 12px 0}.ui-select-portal{position:fixed;z-index:1000}.ui-select-content{position:relative;display:flex;flex-direction:column;gap:2px;max-height:300px;min-width:190px;overflow-y:auto;padding:4px;background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:0 14px 34px #173c461c,0 2px 8px #173c460d;outline:none;transform-origin:top center}.ui-select-item{position:relative;z-index:1;display:flex;align-items:center;gap:8px;min-height:40px;padding:8px 11px;border-radius:20px;color:var(--muted);font-size:13px;line-height:1.4;cursor:pointer;outline:none;-webkit-user-select:none;user-select:none}.ui-select-item>span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-select-item.is-emphasized{color:var(--ink)}.ui-select-item:focus-visible{box-shadow:inset 0 0 0 1px #6b97ff}.ui-select-item.is-disabled{opacity:.5;pointer-events:none}.ui-select-check{flex-shrink:0;color:var(--brand)}.ui-select-selected-bg,.ui-select-hover-bg{position:absolute;display:block;border-radius:20px;pointer-events:none}.ui-select-selected-bg{background:#dfe8e7}.ui-select-hover-bg{background:#edf3f2}.ui-select-label{padding:7px 10px;color:var(--muted);font-size:11px}.ui-select-separator{height:1px;margin:4px -4px;background:var(--border)}@media(max-width:640px){.ui-select-root,.ui-select-trigger-wrap,.ui-select-trigger{width:100%}}@media(prefers-reduced-motion:reduce){.ui-select-trigger,.ui-select-chevron{transition:none}}@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.woff2) format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Medium.woff2) format("woff2");font-weight:500;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-SemiBold.woff2) format("woff2");font-weight:600;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Bold.woff2) format("woff2");font-weight:700 900;font-display:swap}:root{font-family:Inter,Arial,sans-serif;color-scheme:light;font-synthesis:none;--brand:#1c627b;--brand-dark:#154b60;--brand-soft:#eaf2f4;--ink:#223b42;--muted:#5b6d71;--border:#dce5e4;--canvas:#edf4f3;--surface:#fff;--sage:#e3eee7;--sand:#f4ead9;--radius:12px;--card-padding:22px;--gap:20px;--ease:cubic-bezier(.2,.7,.2,1);--shadow:0 12px 34px #173c4610;color:var(--ink);background:var(--surface);font-size:16px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:#e8f0ee}h1,h2,h3,p,figure{margin:0}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,select{font:inherit}button,a,summary,select{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button,summary{cursor:pointer}button{color:inherit}svg{flex-shrink:0}:is(button,a,summary,select,[tabindex="0"]):focus-visible{outline:3px solid var(--brand);outline-offset:4px}::selection{background:#cbe1e6;color:var(--brand-dark)}h1,h2,h3{text-wrap:pretty}h2{max-width:800px;font-size:clamp(28px,2.8vw,38px);font-weight:600;line-height:1.22;letter-spacing:-1.1px}h3{font-size:20px;font-weight:600;line-height:1.45;letter-spacing:-.35px}p{line-height:1.75}.container{width:min(1280px,100%);padding-inline:40px;margin-inline:auto}.section,.featured-section{padding-block:64px}.section-heading{margin-bottom:28px}.eyebrow{color:var(--brand);font-size:12px;font-weight:600;line-height:1.5;letter-spacing:1.3px;text-transform:uppercase;margin-bottom:10px}.section-description{color:var(--muted);font-size:15px;line-height:1.7;max-width:720px;margin-top:12px}.section-action{display:flex;justify-content:flex-start;margin-top:26px}.card{min-width:0;background:#fffffff2;border:1px solid #d3e0de;border-radius:var(--radius);padding:var(--card-padding);box-shadow:var(--shadow)}.button{display:inline-flex;justify-content:center;align-items:center;gap:10px;min-height:44px;padding:11px 18px;border:1px solid var(--brand);border-radius:7px;font-size:14px;font-weight:500;line-height:1.4;color:var(--brand);background:#fff;text-align:center}.button-blue{background:var(--brand);color:#fff}.button svg{width:20px;height:20px}.button-glass{background:transparent;border-color:#acbfc3}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;padding:0;border:0}.skip-link{position:fixed;top:12px;left:12px;z-index:100;padding:14px 18px;background:#fff;border:1px solid var(--brand);border-radius:7px}.skip-link:not(:focus){width:1px;height:1px;overflow:hidden;clip-path:inset(50%);padding:0}.header{position:relative;z-index:20;background:#fff;border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;gap:26px;min-height:112px}.brand{width:220px;flex-shrink:0}.brand img{width:100%;object-fit:contain}.nav{display:flex;align-items:center;justify-content:center;gap:27px;flex:1;font-size:14px;color:var(--muted)}.nav>a:not(.button){position:relative;padding-block:16px}.nav>a:not(.button):after{content:"";position:absolute;bottom:7px;left:0;width:100%;height:2px;background:var(--brand);transform:scaleX(0);transform-origin:left}.nav .nav-home{color:var(--brand);font-weight:500}.nav .nav-home:after{transform:scaleX(1)}.header-partners{display:flex;align-items:center;gap:12px}.header-partner{display:block;width:86px}.header-partner img{object-fit:contain;width:100%;height:52px}.header-registration{flex-shrink:0;font-size:13px;padding-inline:17px}.menu-toggle,.nav .mobile-registration,.menu-backdrop{display:none}.hero-carousel{width:min(1280px,100%);margin:auto;padding:48px 40px 32px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:36px 48px;position:relative;isolation:isolate}.hero-carousel:before{content:"";position:absolute;z-index:-1;inset-block:0;left:50%;width:100vw;transform:translate(-50%);background:linear-gradient(90deg,#eff7f6d1,#eff7f6c2 43%,#eaf4f28f),linear-gradient(180deg,#ffffff1f,#daebe861),url(/images/teresina-ponte-estaiada.webp) center 54%/cover no-repeat;box-shadow:inset 0 -1px #cbdedc}main{background:#e8f0ee;overflow-x:clip}.hero-carousel>.hero-content{grid-column:1;grid-row:1;width:100%;padding:0;margin:0;align-self:center}.hero-edition{display:flex;align-items:center;gap:14px;color:var(--brand);font-size:12px;font-weight:600;letter-spacing:.7px;margin-bottom:24px}.hero-edition>span{font-size:11px;letter-spacing:.4px;color:var(--muted);font-weight:400;padding-left:14px;border-left:1px solid #b9cdcf}.event-title-header h1{font-size:clamp(42px,4.6vw,62px);font-weight:700;line-height:1.07;letter-spacing:-2.7px}.event-title-header h1>span{display:block;color:var(--brand)}.hero-location{color:var(--muted);font-size:14px;margin-top:16px}.hero-tagline{color:var(--ink);font-size:20px;font-weight:500;letter-spacing:-.3px;line-height:1.45;margin-top:24px}.hero-description{color:var(--muted);font-size:15px;line-height:1.8;max-width:490px;margin-top:14px}.desktop-break{display:none}.event-title-footer{margin-top:26px}.hero-buttons{display:flex;flex-wrap:wrap;gap:12px}.hero-countdown{display:flex;align-items:center;gap:20px;padding-top:24px;margin-top:26px;border-top:1px solid var(--border);width:fit-content;max-width:100%}.countdown-label{color:var(--muted);font-size:10px;font-weight:500;line-height:1.65;letter-spacing:.5px;max-width:110px}.counter{display:flex}.counter-segment{width:66px;display:flex;flex-direction:column;align-items:center;gap:6px}.counter-segment+.counter-segment{border-left:1px solid var(--border)}.counter-segment strong{color:var(--brand);font-size:29px;line-height:1;font-weight:500;font-variant-numeric:tabular-nums}.counter-segment span{font-size:10px;color:var(--muted)}.countdown-message{color:var(--brand);font-size:14px}.hero-photo-panel{grid-column:2;grid-row:1;align-self:center;min-width:0;background:linear-gradient(145deg,#f7faf8e8,#edf3f0e8);border:1px solid #cfdfdc;border-radius:var(--radius);padding:15px;overflow:hidden;box-shadow:0 18px 50px #173c461f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-photo-heading{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;font-size:12px;color:var(--ink);padding:3px 1px 14px}.hero-photo-heading>span:last-child{color:var(--muted);font-size:11px}.hero-slides{position:relative;width:100%;aspect-ratio:1.08;overflow:hidden;border-radius:8px;perspective:1000px;background:radial-gradient(circle at 50% 48%,#fff 0 24%,#e6efeb 72%,#dce9e5)}.hero-slides:before{content:"";position:absolute;inset:10% 8%;border:1px solid #fff9;border-radius:50%;box-shadow:0 0 0 1px #b7cfca42}.hero-slide{position:absolute;top:50%;left:50%;width:62%;height:auto;aspect-ratio:.82;object-fit:cover;object-position:center;border:2px solid #ffffffd9;border-radius:16px;box-shadow:0 18px 45px #173c4630;opacity:0;visibility:hidden;transform:translate(-50%,-50%) scale(.68);transition:transform .62s var(--ease),opacity .42s ease,filter .42s ease;will-change:transform,opacity}.hero-slide.is-active{z-index:3;opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1) rotateY(0);filter:saturate(1)}.hero-slide.is-previous{z-index:2;opacity:.72;visibility:visible;transform:translate(-80%,-50%) scale(.82) rotateY(10deg) rotate(-2deg);filter:saturate(.78) brightness(.97)}.hero-slide.is-next{z-index:2;opacity:.72;visibility:visible;transform:translate(-20%,-50%) scale(.82) rotateY(-10deg) rotate(2deg);filter:saturate(.78) brightness(.97)}.hero-slide.is-hidden{z-index:1;pointer-events:none}.hero-photo-caption{color:var(--muted);font-size:11px;line-height:1.6;margin-top:13px}.hero-photo-controls{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin-top:12px}.hero-photo-controls button{display:grid;place-items:center;width:32px;height:36px;padding:0;border:0;border-radius:5px;background:transparent;color:var(--brand)}.hero-photo-dots{display:flex}.hero-photo-dots button{width:22px}.hero-photo-dots button>span{width:5px;height:5px;border-radius:5px;background:#9caead}.hero-photo-dots button[aria-current=true]>span{width:16px;background:var(--brand)}.hero-photo-divider{width:1px;height:18px;margin-inline:5px;background:var(--border)}.hero-photo-count{color:var(--muted);font-size:10px;margin-left:4px;font-variant-numeric:tabular-nums;white-space:nowrap}.hero-carousel>.facts-container{grid-column:1/-1;width:100%;margin:0;padding:0}.event-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:20px 22px;background:var(--brand-soft);border:1px solid #d6e5e8;border-radius:var(--radius)}.event-facts>div{display:flex;align-items:center;gap:18px;padding-inline:26px;border-right:1px solid #c7dbdf}.event-facts>div:first-child{padding-left:0}.event-facts>div:last-child{border:0;padding-right:0}.fact-icon{color:var(--brand);display:flex}.fact-icon svg{width:30px;height:30px}.event-facts strong{font-size:14px;line-height:1.6;font-weight:500}.section,.featured-section{border-bottom:1px solid #ccdcd9}.about-section{background:radial-gradient(circle at 86% 20%,#c9e1e4 0,transparent 30rem),linear-gradient(135deg,#e5f0ed,#f5efe3)}.tracks-section{background:radial-gradient(circle at 10% 0,#bcdadd 0,transparent 25rem),linear-gradient(135deg,#d7e9e5,#dce8ee 52%,#eee5d6);border-color:#bfd4d2}.schedule-section{background:radial-gradient(circle at 10% 5%,#cfe4e7 0,transparent 28rem),linear-gradient(180deg,#edf5f5,#f7f5ef)}.speakers-section{background:linear-gradient(135deg,#dfece8,#edf5f3 48%,#e2edf0)}.featured-section{background:radial-gradient(circle at 82% 50%,#c7dfe3 0,transparent 30rem),linear-gradient(135deg,#f5eddf,#e4efec)}.talks-section{background:radial-gradient(circle at 92% 12%,#d2e5e1 0,transparent 26rem),linear-gradient(140deg,#e7f1ef,#f5efe4)}.activities-section{background:linear-gradient(145deg,#f9f6ef,#e8f1ef 62%,#dcebee)}.location-section{color:var(--ink);background:linear-gradient(90deg,#e8f2effa 0 42%,#e8f2efc9 66%,#f6efe1ad),url(/images/teresina-ponte-estaiada.webp) 72% 54%/cover no-repeat,#e8f2ef;border-color:#c5d8d5}.location-section .eyebrow{color:var(--brand)}.location-section .section-description{color:var(--muted)}.location-section .venue-layout{color:var(--ink);background:#fffffff0;border-color:#bfd2cf;box-shadow:0 18px 48px #173c461c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.about-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:center;gap:50px}.about-photo{min-width:0}.about-photo img{width:100%;height:auto;object-fit:contain;border-radius:var(--radius)}.about-photo figcaption{font-size:12px;color:var(--muted);line-height:1.6;margin-top:14px}.about-copy h2{margin-bottom:18px}.about-copy h2>span{color:var(--brand)}.about-copy>p:not(.eyebrow){color:var(--muted);font-size:15px;line-height:1.75;margin-top:13px}.about-link{display:inline-flex;align-items:center;gap:12px;color:var(--brand);font-size:14px;font-weight:500;margin-top:19px;padding-bottom:6px;border-bottom:1px solid #aac6cd}.event-highlights{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:28px}.highlight{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:16px}.highlight-icon{color:var(--brand);display:flex}.highlight-icon svg{width:24px;height:24px}.highlight p{font-size:14px;font-weight:500;line-height:1.5}.track-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--gap)}.track-list>a{display:flex;align-items:center;gap:16px;font-size:17px;font-weight:600;line-height:1.4}.track-symbol{display:grid;place-items:center;flex-shrink:0;width:45px;height:45px;color:var(--brand);background:var(--brand-soft);border-radius:9px;font-size:27px;font-weight:400}.track-list small{display:block;color:var(--muted);font-size:13px;line-height:1.7;font-weight:400;margin-top:8px}.track-list>a>svg{width:18px;color:var(--brand);margin-left:auto}.submission-section{background:radial-gradient(circle at 8% 0,#c5e0e2 0,transparent 28rem),linear-gradient(135deg,#e3f0ed,#e5f0f5 55%,#f4eee2);border-color:#bfd4d2}.submission-heading{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:28px}.submission-heading .section-heading{margin-bottom:0}.submission-heading .section-description{max-width:610px}.submission-deadline{display:flex;align-items:center;gap:14px;flex:0 0 auto;padding:16px 20px;background:#ffffffd9;border:1px solid #c9dcda;border-radius:var(--radius);color:var(--brand)}.submission-deadline>span{display:flex;flex-direction:column;gap:3px;color:var(--muted);font-size:12px;line-height:1.4}.submission-deadline strong{color:var(--ink);font-size:14px;font-weight:600}.submission-callout{padding:28px 32px;background:var(--brand-dark);border-radius:var(--radius);color:#fff}.submission-callout h3{color:#fff;font-size:23px;margin-bottom:6px}.submission-callout p:not(.submission-kicker){color:#e3eff1;font-size:14px}.submission-callout p a{color:#fff;font-weight:600;text-decoration:underline;text-underline-offset:3px}.submission-kicker{color:var(--brand);font-size:11px;font-weight:700;line-height:1.5;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.submission-callout .submission-kicker{color:#b9dfe8}.submission-intro{color:var(--ink);font-size:14px;margin-top:22px}.submission-modalities{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:20px}.submission-modality{display:flex;align-items:flex-start;gap:20px;min-height:160px;padding:25px}.submission-number{color:#78a6b1;font-size:28px;line-height:1;font-weight:600;font-variant-numeric:tabular-nums}.submission-modality h3{margin-bottom:8px}.submission-modality p:not(.submission-kicker){color:var(--muted);font-size:14px;line-height:1.7}.submission-modality strong{color:var(--ink)}.submission-details{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin:36px 0}.submission-details h3{font-size:19px;margin-bottom:14px}.submission-details ul,.submission-details ol{margin:0;padding-left:22px;color:var(--ink);font-size:14px;line-height:1.7}.submission-details li{padding-left:5px;margin-bottom:9px}.submission-details li::marker{color:var(--brand);font-weight:600}.submission-rules>p{color:var(--muted);font-size:14px;line-height:1.7;margin-top:16px}.submission-download p{color:var(--muted);font-size:13px;line-height:1.6;margin-bottom:4px}.submission-download p:last-of-type{margin-bottom:9px}.submission-download a{display:inline-flex;align-items:center;gap:9px;color:var(--brand);font-size:14px;font-weight:600;text-decoration:underline;text-underline-offset:4px}.submission-download a:hover{color:var(--brand-dark)}@media(max-width:900px){.submission-heading{align-items:flex-start;flex-direction:column;gap:20px}.submission-deadline{flex-basis:auto}}@media(max-width:640px){.submission-callout{padding:24px}.submission-modalities,.submission-details{grid-template-columns:minmax(0,1fr)}.submission-details{gap:28px;margin:30px 0}.submission-modality{min-height:0}.submission-deadline{width:100%}}.speaker-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--gap)}.profile-card{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.profile-topline{display:flex;align-items:center;justify-content:space-between;width:100%;color:var(--brand);font-size:12px;margin-bottom:18px}.profile-card h3{font-size:19px;margin-bottom:9px}.profile-card>p{color:var(--muted);font-size:14px;margin-bottom:18px}.profile-link{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;color:var(--brand);font-size:13px;font-weight:500;padding-top:13px;margin-top:auto;border-top:1px solid var(--border)}.card-arrow{display:flex}.featured-layout{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.7fr);padding:0;overflow:hidden}.featured-person{background:var(--sage);padding:30px;display:flex;flex-direction:column;justify-content:space-between}.featured-dots{display:none}.featured-avatar{display:flex;flex-direction:column;gap:12px;color:#456856}.featured-avatar small{font-size:12px;letter-spacing:1px;font-weight:500}.featured-avatar>span{font-size:78px;line-height:1;font-weight:600;letter-spacing:-4px;color:#7c9a8c}.featured-person-copy{display:grid;padding-top:24px}.featured-person-slide{grid-area:1/1;visibility:hidden;opacity:0;transform:translate(8px);pointer-events:none;transition:opacity .28s var(--ease),transform .28s var(--ease)}.featured-person-slide.is-active{visibility:visible;opacity:1;transform:translate(0)}.featured-person-slide strong{display:block;font-size:18px;line-height:1.5;font-weight:600}.featured-person-slide span{display:block;font-size:13px;color:#516a60;margin-top:10px}.featured-copy{min-width:0;padding:30px}.featured-copy-content{display:grid}.featured-slide{grid-area:1/1;min-width:0;visibility:hidden;opacity:0;transform:translate(8px);pointer-events:none;transition:opacity .28s var(--ease),transform .28s var(--ease)}.featured-slide.is-active{visibility:visible;opacity:1;transform:translate(0);pointer-events:auto}.featured-copy h2{font-size:28px;line-height:1.35;letter-spacing:-.7px}.featured-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.featured-tags>span{color:var(--brand);background:var(--brand-soft);font-size:12px;padding:5px 9px;border-radius:5px;line-height:1.5}.featured-description{color:var(--muted);font-size:15px;line-height:1.75;margin-top:16px}.featured-read-more{display:inline-block;color:var(--brand);font-size:14px;text-decoration:underline;text-underline-offset:4px;margin-top:16px}.carousel-controls{display:flex;align-items:center;gap:10px;margin-top:20px}.carousel-controls button{width:44px;height:44px;display:grid;place-items:center;background:#fff;color:var(--brand);border:1px solid #b7cdcf;border-radius:7px}.carousel-controls button svg{width:20px}.carousel-controls>span{color:var(--muted);font-size:13px;margin-left:8px;font-variant-numeric:tabular-nums}.day-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px}.day-tab{display:flex;align-items:center;text-align:left;gap:14px;padding:16px;background:var(--canvas);border:1px solid var(--border);border-radius:var(--radius)}.day-tab.active{background:var(--brand);color:#fff;border-color:var(--brand)}.tab-number{font-size:27px;line-height:1;font-weight:600;font-variant-numeric:tabular-nums}.tab-number small{display:block;font-size:10px;font-weight:500;letter-spacing:.5px;margin-top:6px}.tab-day{flex:1;font-size:14px;font-weight:500}.tab-day small{display:block;font-size:12px;font-weight:400;margin-top:5px}.day-tab>svg{width:17px}.schedule-panel{padding:0;overflow:hidden}.schedule-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 22px;background:var(--canvas);border-bottom:1px solid var(--border)}.schedule-toolbar>span{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:14px;line-height:1.6}.filter-label{position:relative;flex-shrink:0;max-width:100%}.filter-label select{appearance:none;width:100%;min-height:44px;padding:11px 36px 11px 13px;background:#fff;border:1px solid #b8c9cb;border-radius:7px;color:var(--ink);font-size:13px}.filter-label>svg{position:absolute;right:12px;top:15px;pointer-events:none}.schedule-row{display:grid;grid-template-columns:140px minmax(0,1fr) 22px;gap:20px;padding:21px 22px;border-bottom:1px solid var(--border)}.session-time{display:flex;align-items:flex-start;gap:9px;padding-top:5px;font-size:14px;font-weight:500;color:var(--brand);white-space:nowrap;font-variant-numeric:tabular-nums}.session-time svg{margin-top:2px}.session-content h3{margin-top:8px;font-size:17px;line-height:1.5}.session-content p{font-size:14px;color:var(--muted);margin-top:8px}.tag,.talk-topic{display:inline-flex;align-items:center;width:fit-content;max-width:100%;background:#eef2f0;color:#46625c;font-size:11px;font-weight:500;line-height:1.5;border-radius:5px;padding:5px 9px}.tag-blue,.talk-topic{background:var(--brand-soft);color:var(--brand)}.tag-green{background:var(--sage);color:#46624e}.session-index,.talk-number{color:#677c7e;font-size:12px;padding-top:5px}.pending-dot{display:inline-block;background:var(--sand);color:#705f3e;font-size:12px;padding:5px 9px;border-radius:5px;margin-top:10px}.schedule-note{font-size:12px;color:var(--muted);padding:16px 22px;background:var(--canvas)}.talk-grid,.course-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--gap);align-items:stretch}.talk-card,.course-card{display:flex;flex-direction:column}.talk-top,.course-top{display:flex;justify-content:space-between;align-items:center;gap:12px}.talk-card h3,.course-card h3{font-size:19px;line-height:1.5;letter-spacing:-.4px;margin:18px 0 20px}.speaker{margin-top:auto;display:flex;align-items:center;gap:10px;font-size:14px;line-height:1.65;color:var(--muted)}.speaker-avatar{display:none}.talk-meta{display:flex;flex-wrap:wrap;gap:10px 16px;padding-block:16px;color:var(--muted);font-size:12px;line-height:1.5}.talk-meta>span{display:flex;align-items:center;gap:7px}.talk-card details{border-top:1px solid var(--border)}.talk-card summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--brand);font-size:14px;font-weight:500;min-height:44px;padding-top:11px}.talk-card summary::-webkit-details-marker{display:none}.talk-card details[open] summary svg{transform:rotate(90deg)}.talk-summary{color:var(--muted);font-size:14px;line-height:1.8;padding-top:16px}.talk-summary small{display:block;font-size:12px;margin-top:12px}.course-symbol{display:grid;place-items:center;width:48px;height:48px;border-radius:9px;background:var(--brand-soft);color:var(--brand);font-size:28px;font-weight:500}.course-symbol svg{width:26px}.course-person{margin-top:auto;margin-bottom:16px;color:var(--muted);font-size:14px}.course-details{display:flex;flex-direction:column;gap:12px;color:var(--muted);font-size:14px}.course-details>span{display:flex;align-items:center;gap:9px;line-height:1.5}.course-card>a{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--brand);font-size:14px;font-weight:500;border-top:1px solid var(--border);margin-top:19px;padding-top:14px;min-height:44px}.more-activities{display:grid;grid-template-columns:1.15fr repeat(4,minmax(0,1fr));align-items:center;gap:20px;margin-top:26px;padding-top:22px;border-top:1px solid var(--border)}.more-activities>p{font-size:15px}.more-activities>div{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:13px;line-height:1.6}.more-activities svg{color:var(--brand);width:23px}.venue-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:center;gap:36px;padding:30px}.venue-layout>img{width:100%;max-width:410px;object-fit:contain;padding:14px;justify-self:center}.venue-layout h3{font-size:24px}.venue-layout p{color:var(--muted);font-size:15px;margin-top:14px}.venue-info{display:flex;align-items:center;gap:12px}.venue-info svg{color:var(--brand)}.venue-map-link{display:inline-flex;align-items:center;gap:9px;margin-top:18px;color:var(--brand);font-size:14px;font-weight:600;text-decoration:underline;text-underline-offset:4px}.venue-map-link:hover{color:var(--brand-dark)}.site-footer{--footer-deep:#154550;--footer-mid:#276873;--footer-text:#f8faf6;--footer-muted:#c9dcda;--footer-accent:#9edee2;--footer-card:#f7f5ef;--footer-card-border:#d9e4df;color:var(--footer-text);background:radial-gradient(circle at 88% 0,var(--footer-mid) 0,transparent 32rem),linear-gradient(135deg,var(--footer-deep),#1d535d 68%,#214e57)}.footer-main{padding-top:40px}.footer-content{display:grid;grid-template-columns:minmax(230px,.68fr) minmax(0,1.7fr);align-items:center;gap:40px;padding-bottom:30px}.footer-intro .eyebrow{color:var(--footer-accent)}.footer-intro h2{color:var(--footer-text);font-size:clamp(25px,2.2vw,31px);line-height:1.2}.footer-intro>p:last-child{max-width:360px;margin-top:12px;color:var(--footer-muted);font-size:13px;line-height:1.65}.partners{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.partner-card{display:flex;min-height:148px;padding:16px;flex-direction:column;gap:10px;background:var(--footer-card);border-color:var(--footer-card-border);box-shadow:0 10px 24px #10384220}.partner-card>span{display:flex;align-items:center;justify-content:space-between;color:#486269;font-size:11px;letter-spacing:.6px;font-weight:600;text-transform:uppercase}.partner-card>span svg{color:var(--brand)}.partner-card img{width:100%;height:88px;object-fit:contain}.registration-section{background:linear-gradient(145deg,#fffdf8,#f3eadb 55%,#e7f1ef)}.registration-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--gap);padding:0;margin:0;list-style:none}.registration-steps li>span{display:grid;place-items:center;width:40px;height:40px;border-radius:8px;background:var(--brand-soft);color:var(--brand);font-size:17px;font-weight:600;margin-bottom:17px}.registration-steps h3{font-size:20px}.registration-steps p{color:var(--muted);font-size:15px;margin-top:12px}.registration-contact{color:var(--muted);font-size:14px;margin-top:22px}.registration-contact a{color:var(--brand);font-weight:600;text-decoration:underline;text-underline-offset:3px}.footer-menu{color:#f0f7f7;background:linear-gradient(120deg,#0e303b,#102832 58%,#091f29);border:0}.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:36px}.footer-grid>a{display:flex;align-items:flex-start;flex-direction:column}.footer-grid h3{font-size:18px;margin-bottom:16px}.footer-grid p{color:#b7c9cc;font-size:14px;margin-bottom:22px}.footer-grid svg{color:#72c7dc;width:20px;margin-top:auto}.footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px;color:var(--footer-muted);font-size:12px;line-height:1.7;padding-block:18px;border-top:1px solid #ffffff38}.footer-bottom a{color:var(--footer-text)}.button,.card,.day-tab,.carousel-controls button,.hero-photo-controls button{transition:background .2s var(--ease),color .2s var(--ease),border-color .2s var(--ease),box-shadow .25s var(--ease),transform .25s var(--ease)}.button svg,.card-arrow,.course-card>a svg,.talk-card summary svg,.about-link svg,.footer-grid svg,.partner-card>span svg{transition:transform .25s var(--ease)}.nav>a:after,.hero-photo-dots button>span{transition:transform .2s var(--ease),width .2s var(--ease),background .2s var(--ease)}.hero-content{animation:enter-up .6s var(--ease) both}.hero-photo-panel{animation:enter-up .7s .08s var(--ease) both}.schedule-rows{animation:enter-up .22s var(--ease) both}.talk-card details[open] .talk-summary{animation:enter-up .22s var(--ease) both}[data-reveal]{transition:opacity .6s var(--ease),translate .6s var(--ease)}[data-reveal=pending]{opacity:0;translate:0 18px}[data-reveal=visible]{opacity:1;translate:0 0}@keyframes enter-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes menu-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media(hover:hover)and (pointer:fine){.button:hover{background:var(--brand-soft);border-color:var(--brand);transform:translateY(-1px)}.button-blue:hover{background:var(--brand-dark);color:#fff;border-color:var(--brand-dark)}.button:hover svg,.about-link:hover svg,.footer-grid>a:hover svg{transform:translate(3px)}.nav>a:hover:after{transform:scaleX(1)}.nav>a:hover{color:var(--brand)}.profile-card:hover,.talk-card:hover,.course-card:hover,.track-list>.card:hover{border-color:#92b9c3;box-shadow:0 10px 26px #214f6010;transform:translateY(-3px)}.partner-card:hover{background:#fffdf8;border-color:#a9d3d3;box-shadow:0 16px 34px #0c35403d;transform:translateY(-3px)}.partner-card:hover>span svg{transform:translate(2px,-2px)}.profile-card:hover .card-arrow,.course-card>a:hover svg{transform:translate(2px,-2px)}.day-tab:not(.active):hover{background:var(--brand-soft);border-color:#a6c5cc}.carousel-controls button:hover,.hero-photo-controls button:hover{background:var(--brand-soft)}.schedule-row:hover{background:#fafcfb}}.button:active,.carousel-controls button:active{transform:translateY(1px)}@media(max-width:1100px){.container{padding-inline:32px}.header-partners{display:none}.header-inner{min-height:98px;gap:24px}.brand{width:215px}.hero-carousel{padding:40px 32px 28px;gap:32px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.event-title-header h1{font-size:48px;letter-spacing:-2px}.hero-description{font-size:14px}.hero-countdown{gap:14px}.counter-segment{width:58px}.countdown-label{max-width:95px;font-size:9px}.hero-photo-controls{gap:2px}.hero-photo-dots button{width:18px}.event-facts{padding:18px 20px}.event-facts>div{padding-inline:18px;gap:12px}.event-facts strong{font-size:13px}.about-layout{gap:40px}.speaker-grid,.talk-grid,.course-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.highlight{padding:18px 14px;gap:10px}.highlight p{font-size:13px}.track-list{gap:16px}.track-list>a{flex-wrap:wrap;gap:14px;font-size:17px}.track-list>a>svg{align-self:flex-start}.track-list>a>span:nth-child(2){order:3;width:100%}.day-tab{padding:15px 13px;gap:11px}.day-tab>svg{display:none}.featured-person,.featured-copy{padding:28px}.featured-layout{grid-template-columns:minmax(0,.7fr) minmax(0,1.4fr)}.featured-copy h2{font-size:25px}.more-activities{grid-template-columns:repeat(4,minmax(0,1fr))}.more-activities>p{grid-column:1/-1}.more-activities>p br{display:none}.venue-layout{gap:28px;padding:28px}.footer-grid{gap:26px}}@media(max-width:900px){html{scroll-padding-top:108px}body.menu-open{overflow:hidden}.header{position:sticky;top:0;z-index:60}.header.menu-active{box-shadow:0 10px 28px #173c4624}.header-inner{min-height:92px}.header-registration,.nav{display:none}.menu-toggle{display:grid;place-items:center;width:44px;height:44px;padding:0;margin-left:auto;border:1px solid var(--border);border-radius:7px;background:#fff;color:var(--brand)}.nav.is-open{display:flex;flex-direction:column;align-items:stretch;gap:0;position:fixed;inset:92px 0 auto;z-index:61;max-height:calc(100dvh - 92px);overflow-y:auto;overscroll-behavior:contain;background:#fff;border-bottom:1px solid var(--border);padding:16px 32px 24px;box-shadow:0 16px 24px #2348530c;animation:menu-in .18s var(--ease) both}.nav.is-open>a:not(.button){padding:15px 0}.nav.is-open>a:after{display:none}.nav .mobile-registration{display:inline-flex;margin-top:8px}.menu-backdrop{display:block;position:fixed;z-index:55;inset:92px 0 0;background:#071c2566;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hero-carousel{grid-template-columns:minmax(0,1fr);padding-top:36px;gap:32px}.hero-content{grid-column:1;grid-row:1;max-width:660px}.event-title-header h1{font-size:58px}.hero-description{font-size:16px;max-width:610px}.hero-photo-panel{grid-column:1;grid-row:2;width:100%;max-width:620px}.hero-countdown{width:fit-content}.countdown-label{max-width:110px;font-size:10px}.counter-segment{width:66px}.facts-container{grid-column:1;grid-row:3}.event-facts strong{font-size:12px}.event-facts>div{padding-inline:14px;gap:12px}.fact-icon svg{width:26px}.about-layout{gap:32px}.about-copy h2{font-size:30px}.about-copy>p:not(.eyebrow){font-size:15px}.event-highlights{grid-template-columns:repeat(2,minmax(0,1fr))}.highlight p{font-size:14px}.featured-layout{grid-template-columns:minmax(0,1fr)}.featured-person{flex-direction:row;align-items:center;gap:24px}.featured-avatar{flex-direction:row;align-items:center;gap:18px}.featured-avatar>span{font-size:54px;letter-spacing:-2px}.featured-person-copy{padding:0;text-align:right}.featured-person-slide strong{font-size:16px}.schedule-toolbar{align-items:flex-start;flex-direction:column;gap:14px}.schedule-row{grid-template-columns:115px minmax(0,1fr);gap:18px}.session-index{display:none}.session-time{font-size:13px}.day-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.day-tab>svg{display:block}.venue-layout{grid-template-columns:minmax(0,1fr)}.venue-layout>img{max-width:360px;padding:8px}.footer-content{grid-template-columns:minmax(0,1fr);gap:30px}.footer-intro>p:last-child{max-width:600px}.registration-steps{gap:16px}.registration-steps .card{padding:22px}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}}@media(max-width:640px){:root{--card-padding:22px;--gap:18px}html{scroll-padding-top:86px}.container{padding-inline:22px}.section,.featured-section{padding-block:44px}h2{font-size:28px;letter-spacing:-.7px}.section-heading{margin-bottom:22px}.section-description{font-size:15px;margin-top:14px}.eyebrow{font-size:11px}.header-inner{min-height:74px;gap:16px}.brand{width:170px;max-width:calc(100% - 60px)}.nav.is-open{top:74px;max-height:calc(100dvh - 74px);padding:10px 22px calc(22px + env(safe-area-inset-bottom))}.nav.is-open>a:not(.button){min-height:48px;display:flex;align-items:center;padding:12px 0}.menu-backdrop{inset-block-start:74px}.hero-carousel{padding:26px 22px 24px;gap:24px}.hero-carousel>.facts-container{grid-row:2}.hero-photo-panel{grid-row:3}.event-title-header h1{font-size:clamp(36px,9.3vw,50px);letter-spacing:-1.6px}.hero-edition{margin-bottom:22px;font-size:11px;gap:12px}.hero-edition>span{font-size:10px;padding-left:12px}.hero-location{font-size:13px;margin-top:14px}.hero-tagline{font-size:18px;margin-top:22px}.hero-description{font-size:15px;line-height:1.75}.hero-buttons{display:grid;grid-template-columns:minmax(0,1fr)}.hero-buttons .button{min-height:48px;justify-content:space-between;padding-inline:18px}.hero-countdown{display:block;margin-top:22px;padding-top:20px;width:100%}.countdown-label{display:block;max-width:none;font-size:10px;margin-bottom:14px}.counter{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.counter-segment{width:auto;gap:7px}.counter-segment strong{font-size:30px}.counter-segment span{font-size:11px}.hero-photo-panel{padding:12px}.hero-photo-heading{font-size:11px;padding-bottom:12px;gap:6px}.hero-photo-heading>span:last-child{font-size:10px}.hero-photo-controls{display:grid;grid-template-columns:44px minmax(0,1fr) 44px 44px;align-items:center;gap:4px}.hero-photo-controls>button:first-child{grid-column:1}.hero-photo-dots{display:grid;grid-column:2;grid-template-columns:repeat(6,minmax(0,1fr))}.hero-photo-dots+button{grid-column:3}.hero-photo-controls button{width:44px;height:44px}.hero-photo-dots button{width:100%;min-width:24px}.hero-photo-divider,.hero-photo-count{display:none}.hero-photo-controls button[data-rotation-toggle]{grid-column:4}.event-facts{grid-template-columns:minmax(0,1fr);padding:4px 20px}.event-facts>div,.event-facts>div:first-child,.event-facts>div:last-child{border:0;padding:19px 0;gap:16px}.event-facts>div+div{border-top:1px solid #c7dbdf}.event-facts strong{font-size:13px}.event-facts strong br{display:none}.fact-icon svg{width:25px;height:25px}.about-layout{grid-template-columns:minmax(0,1fr);gap:28px}.about-copy{grid-row:1}.about-copy h2{font-size:28px}.about-photo{max-width:460px}.about-copy>p:not(.eyebrow){font-size:15px}.about-link,.featured-read-more{display:inline-flex;align-items:center;min-height:44px;padding-block:9px}.event-highlights{gap:12px;margin-top:22px}.highlight{padding:15px 13px;flex-direction:column;align-items:flex-start;gap:10px}.highlight p{font-size:13px}.track-list,.speaker-grid,.talk-grid,.course-grid,.registration-steps{grid-template-columns:minmax(0,1fr)}.track-list>a{flex-wrap:nowrap;padding:18px;font-size:17px}.track-list>a>span:nth-child(2){order:0;width:auto}.track-list small{font-size:13px}.track-symbol{width:42px;height:42px}.profile-topline{margin-bottom:16px}.profile-card h3,.talk-card h3,.course-card h3,.registration-steps h3{font-size:20px}.featured-person{padding:19px;align-items:flex-start}.featured-avatar{flex-direction:column;align-items:flex-start;gap:10px}.featured-avatar small{font-size:10px}.featured-avatar>span{font-size:48px}.featured-person-copy{width:65%}.featured-person-slide strong{font-size:16px}.featured-person-slide span{font-size:12px;line-height:1.7}.featured-copy{padding:19px}.featured-copy-content{display:block}.featured-slide:not(.is-active),.featured-person-slide:not(.is-active){display:none}.featured-copy h2{font-size:23px;line-height:1.4}.featured-description{font-size:14px}.day-tabs{gap:10px}.day-tab{padding:14px 11px;gap:10px}.tab-number{font-size:26px}.tab-day{font-size:12px}.tab-day small{font-size:11px}.day-tab>svg{display:none}.schedule-toolbar{padding:16px 18px}.schedule-toolbar>span{font-size:13px}.filter-label{width:100%}.schedule-row{grid-template-columns:minmax(0,1fr);gap:12px;padding:18px}.session-time{font-size:14px;padding:0}.session-content h3{font-size:17px}.session-content p{font-size:13px}.schedule-note{padding:16px 18px}.talk-meta{font-size:12px}.talk-card h3,.course-card h3{margin-bottom:18px}.more-activities{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 14px}.more-activities>div{font-size:12px;align-items:flex-start;gap:10px}.venue-layout{padding:18px;gap:22px}.venue-layout h3{font-size:22px}.venue-layout p{font-size:14px}.partners{grid-template-columns:minmax(0,1fr)}.footer-main{padding-top:36px}.footer-content{padding-bottom:28px}.partner-card{min-height:132px}.partner-card img{height:82px}.footer-grid{grid-template-columns:minmax(0,1fr);gap:30px}.footer-grid h3{margin-bottom:12px}.footer-grid p{margin-bottom:14px}.footer-bottom{flex-direction:column;gap:10px}}@media(max-width:360px){.container,.hero-carousel{padding-inline:18px}.brand{width:166px}.hero-photo-dots{display:none}.hero-photo-count{display:block;grid-column:2;grid-row:1;width:100%;margin:0;text-align:center;font-size:11px}.featured-copy h2{font-size:21px}.track-list>a{gap:12px}.track-list>a>svg{display:none}.tab-day{font-size:11px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}[data-reveal]{opacity:1!important;translate:none!important}.card:hover,.button:hover{transform:none}}
