*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--theme-primary: hsl(44, 93%, 34%);--theme-primary-light: hsl(44, 93%, 44%);--theme-primary-dark: hsl(44, 93%, 24%);--miccai-red: #CC0000;--miccai-green: #009B3A;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e8eaed;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--max-width: 74rem;--nav-height: 4rem}html{scroll-behavior:smooth}body{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#fff;color:var(--gray-900);font-size:1.0625rem;font-weight:400;line-height:1.65}a{color:var(--theme-primary);text-decoration:none;transition:color .2s;background-image:linear-gradient(var(--theme-primary),var(--theme-primary));background-size:0% 1px;background-position:0 100%;background-repeat:no-repeat;transition:background-size .3s ease,color .2s}a:hover,a:focus{background-size:100% 1px;text-decoration:none}.schedule-calendar-option[target=_blank]:after,.program-schedule-btn:after,.btn-past-committees:after,a.btn-past-committees:after,a.program-schedule-btn:after{display:none!important}a[target=_blank]:after{content:"";display:inline-block;width:.7em;height:.7em;margin-left:.25em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23a87b04' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;vertical-align:middle}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{line-height:1.3;font-weight:700}.navigation{position:sticky;top:0;left:0;width:100%;z-index:100}.website-navigation{background-color:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200)}.website-navigation__wrapper{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;gap:1rem}.website-navigation__primary{display:flex;align-items:center;flex:1;min-width:0;gap:1.5rem}.nav-logo{display:flex;align-items:center;flex-shrink:0;background:none}.nav-logo:hover{background-size:0% 1px}.nav-logo img{height:40px;width:auto}.website-navigation-list{display:flex;align-items:flex-start;height:var(--nav-height)}.website-navigation-list__wrapper{display:flex;flex-wrap:wrap;height:inherit;overflow:hidden;list-style:none;width:100%}.website-navigation-list__item{display:flex;margin-right:.25rem}.website-navigation-item{display:flex;align-items:center;color:var(--gray-600);font-size:.9rem;font-weight:450;height:var(--nav-height);line-height:1.5rem;padding:0 .5rem;position:relative;white-space:nowrap;text-decoration:none;gap:.4rem;transition:color .15s;background:none}.website-navigation-item:after{content:"";display:block;position:absolute;bottom:0;left:.5rem;right:.5rem;height:0;background-color:transparent;transition:background-color .2s,height .2s;border-radius:2px 2px 0 0}.website-navigation-item:hover,.website-navigation-item:focus{color:var(--gray-800);text-decoration:none;background-size:0% 1px}.website-navigation-item:hover:after{height:2px;background-color:var(--gray-300)}.website-navigation-item.active{color:var(--gray-900);font-weight:520}.website-navigation-item.active:after{height:2px;background-color:var(--theme-primary)}.website-navigation-item .icon{width:1.125rem;height:1.125rem;flex-shrink:0}.nav-toggle{display:none;background:none;border:none;color:var(--gray-700);font-size:1.5rem;cursor:pointer;padding:.5rem;line-height:1}.hero{position:relative;width:100%;min-height:420px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover}.hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#ffffff8c,#ffffffb3 40%,#fffc)}.hero__content{position:relative;z-index:1;width:100%;max-width:var(--max-width);margin:0 auto;padding:3rem 0;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hero__logos{width:100%;display:flex;align-items:center;justify-content:space-between}.hero__logo-left{flex-shrink:0}.hero__logo-left img{height:260px;width:auto}.hero__logo-center{flex-shrink:0}.hero__logo-center img{height:180px;width:auto}.hero__logo-right{flex-shrink:0}.hero__logo-right img{height:125px;width:auto}.hero__text{text-align:center}.hero__title{font-size:1.6rem;font-weight:600;color:var(--gray-900);line-height:1.4;margin-bottom:.75rem}.hero__title strong{font-weight:800}.hero__date{font-size:1.2rem;font-weight:700;color:var(--miccai-red);letter-spacing:.02em}.content-block{padding:0 1.5rem}.content-block__container{margin:0 auto;max-width:var(--max-width);padding:3.5rem 0}.content-block.-alt{background-color:var(--gray-50)}.content-block.-alt .content-block__container{border-bottom:none}.text-image-block{--image-width: 21.875rem;display:grid;gap:2.5rem;align-items:center;justify-items:center;grid-template:"image" auto "text" auto / minmax(0,1fr)}.text-image-block.-image-right{grid-template:"text image" auto / auto min(var(--image-width),50%)}.text-image-block.-image-left{grid-template:"image text" auto / min(var(--image-width),50%) auto}.text-image-block.-large{--image-width: 28rem}.text-image-block.-align-top{align-items:start}.text-image-block__image-wrapper{grid-area:image}.text-image-block__text-wrapper{grid-area:text}.content-block-image{border-radius:.75rem;overflow:hidden;aspect-ratio:var(--aspect-ratio, 1.5)}.content-block-image__image{width:100%;height:100%;object-fit:cover;display:block}.text-block{display:flex;flex-direction:column;gap:1rem}.text-block__button{display:flex}.text-block.-inline{flex-direction:row;align-items:center;justify-content:space-between;gap:2rem}.text-block.-inline .rte{flex:1}.text-block.-inline .rte h2{margin-bottom:.25rem}.text-block.-inline .rte p{margin-bottom:0}.rte{font-size:1.0625rem;font-weight:400;line-height:1.65;overflow-wrap:anywhere;width:100%}.rte h2{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:var(--gray-900);padding-left:.75rem;border-left:3px solid var(--theme-primary)}.rte h3{font-size:1.375rem;font-weight:650;margin-bottom:.75rem;color:var(--gray-900)}.rte h4{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--gray-900)}.rte p{margin-bottom:.85rem;color:var(--gray-700)}.rte p:last-child{margin-bottom:0}.rte a{color:var(--theme-primary)}.rte strong{font-weight:650}.rte ol,.rte ul{margin-bottom:1rem;padding-left:1.5rem}.rte ol li,.rte ul li{margin-bottom:.5rem;color:var(--gray-700)}.rte ol li p,.rte ul li p{margin-bottom:0}.focus-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin:1.5rem 0}.focus-cards.-three-col{grid-template-columns:repeat(3,1fr)}.focus-card{background:#fff;border:1px solid var(--gray-200);border-radius:.75rem;padding:1.5rem;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}.-alt .focus-card{background:#fff}.focus-card:hover{box-shadow:0 4px 16px #0000000f;transform:translateY(-2px)}.focus-card__number{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--theme-primary);color:#fff;border-radius:50%;font-size:.875rem;font-weight:700;margin-bottom:.75rem}.focus-card.-icon-inline .focus-card__number{margin-bottom:0}.focus-card.-icon-inline .focus-card__header{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.focus-card.-icon-inline .focus-card__header h3{margin-bottom:0}.focus-card.-watermark{position:relative;overflow:hidden}.focus-card.-watermark .focus-card__number{position:absolute;right:-1.5rem;top:50%;transform:translateY(-50%);width:calc(10rem - 15px);height:calc(10rem - 15px);background:var(--theme-primary);color:#fff;opacity:.12;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:calc(5rem - 5px);font-weight:900;margin:0;pointer-events:none;line-height:1;z-index:0}.focus-card.-watermark h3,.focus-card.-watermark ul,.focus-card.-watermark p{position:relative;z-index:1}a.focus-card.-link{background-image:none;color:inherit;cursor:pointer;display:flex;align-items:center;gap:1rem}a.focus-card.-link:after{display:none}a.focus-card.-link:hover{background-image:none;border-color:var(--theme-primary);box-shadow:0 4px 16px #00000014}.focus-card__external{flex-shrink:0;color:var(--gray-800);margin-left:auto}.focus-card h3{font-size:1.1rem;font-weight:650;margin-bottom:.5rem;color:var(--gray-900)}.focus-card p{font-size:.95rem;color:var(--gray-600);line-height:1.55}.focus-card ul{list-style:none;padding:0;margin:0}.focus-card ul li{padding:.3rem 0 .3rem 1rem;position:relative;color:var(--gray-600);font-size:.95rem;line-height:1.55}.focus-card ul li:before{content:"•";position:absolute;left:0;color:var(--theme-primary);font-weight:700}.info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin:1rem 0}.info-card{position:relative;background:#fff;border:1px solid var(--gray-200);border-radius:.75rem;padding:1.5rem 1.75rem;transition:box-shadow .2s}.-alt .info-card{background:#fff}.info-card:hover{box-shadow:0 4px 16px #0000000f}.info-card__icon{position:absolute;top:1.25rem;right:1.5rem;width:2rem;height:2rem;color:var(--theme-primary);opacity:.5}.info-card h2{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--gray-900);padding-left:0;border-left:none;padding-right:2.5rem}.info-card p{color:var(--gray-600);margin-bottom:.5rem;font-size:1rem}.info-card a{color:var(--theme-primary)}.gallery-block-grid{display:flex;flex-direction:column;gap:2.5rem}.gallery-block-grid__list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.gallery-block-grid__item{display:block;background:none;border:none;width:100%}.gallery-block-grid.-medium .gallery-block-grid__item{max-width:600px}.sponsors-section{background-color:var(--gray-50);padding:0 1.5rem}.sponsors-section .content-block__container{text-align:center}.sponsors-section h2{font-size:1.5rem;font-weight:700;margin-bottom:2rem;color:var(--gray-900)}.logos-block__list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:960px;margin:0 auto}.logos-block__item{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--gray-200);border-radius:.75rem;padding:1.5rem 2rem;height:160px;transition:box-shadow .2s,transform .2s}a[target=_blank]:has(img):after,.logos-block__item:after,a.logos-block__item:after,.footer__bottom-logos a:after{display:none!important}.logos-block__item:hover{box-shadow:0 4px 12px #0000000f;transform:translateY(-1px)}.logos-block__item img{max-height:120px;max-width:240px;width:auto;height:auto;object-fit:contain}.logos-block__item--large img{max-height:150px;max-width:300px}.action-element{display:inline-flex;align-items:center;justify-content:center;padding:0 1.25rem;height:2.75rem;font-size:.95rem;font-weight:550;line-height:1.5rem;border-radius:.5rem;text-decoration:none;white-space:nowrap;transition:background-color .2s,transform .1s,box-shadow .2s;cursor:pointer;border:none;background:none}.action-element.-primary{background:var(--theme-primary);color:#fff}.action-element.-primary:hover{background:var(--theme-primary-dark);text-decoration:none;color:#fff;background-size:0% 0;box-shadow:0 2px 8px #0000001f}.action-element.-primary:after{display:none}.footer{background-color:var(--gray-900);color:#fff;padding:3rem 1.5rem 1.5rem}.footer__container{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:var(--max-width)}.footer__grid{display:grid;grid-template-columns:1.2fr 1fr 1.2fr;gap:3rem}.footer__col h3{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#fff6;margin-bottom:1rem}.footer__col p{color:#ffffffb3;font-size:.9rem;margin-bottom:.35rem;line-height:1.5}.footer__col a{color:#ffffffb3;background-image:linear-gradient(#ffffff80,#ffffff80);background-size:0% 1px;background-position:0 100%;background-repeat:no-repeat;transition:color .2s,background-size .3s ease}.footer__col a:hover{color:#fff;background-size:100% 1px}.footer__col a:after{display:none}.footer__links{list-style:none}.footer__links li{margin-bottom:.5rem}.footer__links a{color:#ffffffb3;font-size:.9rem;display:inline-flex;align-items:center;gap:.3rem;background-image:linear-gradient(#ffffff80,#ffffff80);background-size:0% 1px;background-position:0 100%;background-repeat:no-repeat;transition:color .2s,background-size .3s ease}.footer__links a:hover{color:#fff;background-size:100% 1px}.footer__links a:after{display:none}.footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.footer__copy{font-size:.8rem;color:#fff6}.footer__bottom-logos{display:flex;align-items:center;gap:1.5rem}.footer__bottom-logos img{height:52px;width:auto;opacity:.5;transition:opacity .2s;border-radius:.35rem}.footer__bottom-logos img:hover{opacity:.8}.page-header{padding:2.5rem 1.5rem 2rem;border-bottom:1px solid var(--gray-100)}.page-header__container{margin:0 auto;max-width:var(--max-width)}.page-header__title{font-size:2.25rem;font-weight:700;color:var(--gray-900)}.dates-table{width:100%;border-collapse:collapse;margin:1rem 0}.dates-table th,.dates-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--gray-200)}.dates-table th{background:var(--gray-50);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500)}.dates-table tr:hover{background:var(--gray-50)}.committee-section{margin-bottom:2.5rem}.committee-section h2{font-size:1.4rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--gray-200);padding-left:0;border-left:none}.members-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.member-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:.75rem;padding:1.2rem;transition:box-shadow .2s;display:flex;flex-direction:column;align-items:center;text-align:center}.member-card .photo{width:100px;height:100px;border-radius:50%;object-fit:cover;margin-bottom:.75rem;border:2px solid var(--gray-200)}.member-card:hover{box-shadow:0 2px 8px #0000000a}.member-card .name{font-weight:600;color:var(--gray-900)}.member-card .role{color:var(--theme-primary);font-size:.85rem;font-weight:500;margin-top:.2rem}.member-card .affiliation{color:var(--gray-500);font-size:.85rem;margin-top:.3rem}.speakers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:1.5rem 0}.speaker-card{background:#fff;border:1px solid var(--gray-200);border-radius:.75rem;overflow:hidden;text-align:center;transition:box-shadow .2s,transform .2s}.speaker-card:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.speaker-card img{width:100%;height:280px;object-fit:cover}.speaker-card .speaker-info{padding:1.5rem}.speaker-card .speaker-name{font-size:1.2rem;font-weight:700;margin-bottom:.3rem}.speaker-card .speaker-title{color:var(--theme-primary);font-size:.9rem;margin-bottom:.5rem}.speaker-card .speaker-affiliation{color:var(--gray-500);font-size:.9rem;margin-bottom:1rem}.speaker-card .speaker-bio{color:var(--gray-600);font-size:.9rem;text-align:left;line-height:1.6}.schedule-timeline{position:relative;padding-left:2rem;margin-left:.5rem}.schedule-timeline:before{content:"";position:absolute;left:5px;top:0;bottom:0;width:2px;background:var(--gray-200)}.schedule-tl-item{position:relative;display:flex;align-items:flex-start;gap:1rem;padding:.75rem 0;transition:opacity .3s}.schedule-tl-dot{position:absolute;left:-2rem;top:calc(1.65rem + 2.5px);width:12px;height:12px;border-radius:50%;background:var(--gray-300);border:2px solid #fff;z-index:2;flex-shrink:0;display:flex;align-items:center;justify-content:center}.schedule-tl-card{flex:1;background:#fff;border:1px solid var(--gray-100);border-radius:.6rem;padding:.85rem 1rem;transition:border-color .2s,box-shadow .2s,background .2s}.schedule-tl-card:hover{border-color:var(--gray-200);box-shadow:0 2px 8px #0000000a}.schedule-tl-time{font-weight:600;color:var(--theme-primary);font-size:.82rem;margin-bottom:.2rem;letter-spacing:.01em}.schedule-tl-card h4{font-size:.95rem;font-weight:600;margin-bottom:.15rem;line-height:1.35}.schedule-tl-card .presenter{font-size:.85rem;color:var(--gray-500);margin-bottom:.15rem}.schedule-tl-card .session-label{display:inline-block;padding:.15rem .6rem;border-radius:100px;font-size:.7rem;font-weight:600;margin-top:.25rem;text-transform:uppercase;letter-spacing:.04em}.schedule-tl-item.-past{opacity:.45}.schedule-tl-item.-past .schedule-tl-dot{background:var(--gray-300)}.schedule-tl-item.-past .schedule-tl-card{background:var(--gray-50);border-color:var(--gray-100)}.schedule-tl-item.-active{opacity:1}.schedule-tl-item.-active .schedule-tl-dot{background:#2eb873;width:14px;height:14px;left:calc(-2rem - 1px);top:calc(1.55rem + 2.5px);border:2px solid hsl(150,60%,85%)}.schedule-tl-dot__pulse{position:absolute;width:24px;height:24px;border-radius:50%;background:#2eb87340;animation:tl-pulse 2s ease-in-out infinite}@keyframes tl-pulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.6);opacity:0}}.schedule-tl-item.-active .schedule-tl-card{background:#f4fbf7;border-color:#b3e6cc;box-shadow:0 2px 12px #33996614}.schedule-tl-item.-active .schedule-tl-time{color:#1f7a4d}.schedule-tl-item.-upcoming{opacity:1}.schedule-tl-item.-upcoming .schedule-tl-dot{background:var(--theme-primary-light);border-color:#fef3d8}.schedule-tl-item.-break .schedule-tl-dot{width:8px;height:8px;background:var(--gray-300);left:calc(-2rem + 2px)}.schedule-tl-item.-break .schedule-tl-card{background:transparent;border:1px dashed var(--gray-200);padding:.6rem 1rem}.schedule-tl-item.-break.-past{opacity:.35}.dates-timeline{position:relative;padding-left:2rem;margin-left:.5rem;margin-top:1rem}.dates-timeline:before{content:"";position:absolute;left:5px;top:0;bottom:0;width:2px;background:var(--gray-200)}.dates-tl-item{position:relative;padding:.5rem 0}.dates-tl-dot{position:absolute;left:calc(-2rem + 1px);top:50%;transform:translateY(-50%);width:10px;height:10px;border-radius:50%;background:var(--theme-primary-light);border:2px solid hsl(44,93%,92%);z-index:2}.dates-tl-card{display:flex;align-items:baseline;gap:1rem;background:#fff;border:1px solid var(--gray-100);border-radius:.5rem;padding:.7rem 1rem;transition:border-color .2s,box-shadow .2s}.dates-tl-card:hover{border-color:var(--gray-200);box-shadow:0 2px 8px #0000000a}.dates-tl-label{font-weight:600;font-size:.9rem;color:var(--gray-800);flex:1}.dates-tl-value{font-size:.85rem;color:var(--theme-primary);font-weight:600;white-space:nowrap}.dates-tl-item.-past{opacity:.5}.dates-tl-item.-past .dates-tl-dot{background:var(--gray-300);border-color:var(--gray-200)}.dates-tl-item.-past .dates-tl-card{background:var(--gray-50);border-color:var(--gray-100)}.dates-tl-item.-past .dates-tl-label,.dates-tl-item.-past .dates-tl-value{text-decoration:line-through;color:var(--gray-400)}.session-label.-keynote{background:#fef3d8;color:var(--theme-primary-dark)}.session-label.-session{background:#e2edf8;color:#24598f}.session-label.-networking{background:#e2f3eb;color:#2e6b4d}.session-label.-interactive{background:#f0e4f6;color:#682d86}.session-label.-nextgen{background:#e0f1f5;color:#266673}.session-label.-student{background:#f6e4f0;color:#862d68}.session-label.-panel{background:#f8ede2;color:#7a4d1f}.session-label.-poster{background:#f5f5e0;color:#6b6b24}.session-label.-special{background:#f6e4e4;color:#862d2d}.schedule-break{padding:.75rem 0 .75rem 1.5rem;color:var(--gray-400);font-style:italic;font-size:.95rem;position:relative}.schedule-break-title{color:var(--gray-400);font-style:italic;font-weight:500}.program-schedule-btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--theme-primary);color:#fff;font-weight:600;font-size:1.1rem;border-radius:.625rem;text-decoration:none;transition:background .2s,box-shadow .2s,transform .15s;background-image:none}.program-schedule-btn:hover{background:var(--theme-primary-dark);box-shadow:0 4px 16px #0000002e;transform:translateY(-1px);color:#fff}.schedule-toolbar{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start;margin-bottom:1.5rem}.schedule-search{position:relative;flex:1 1 300px;max-width:480px}.schedule-search__icon{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--gray-400);pointer-events:none}.schedule-search__input{width:100%;padding:.65rem 2.5rem .65rem 2.6rem;border:1px solid var(--gray-200);border-radius:.5rem;font-size:.95rem;font-family:inherit;background:var(--gray-50);color:var(--gray-900);transition:border-color .2s,box-shadow .2s}.schedule-search__input:focus{outline:none;border-color:var(--theme-primary);box-shadow:0 0 0 3px #a77c061f}.schedule-search__input::placeholder{color:var(--gray-400)}.schedule-search__clear{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.3rem;color:var(--gray-400);cursor:pointer;padding:.2rem .4rem;line-height:1}.schedule-search__clear:hover{color:var(--gray-700)}.schedule-filters{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.schedule-filter{padding:.4rem .85rem;border:1px solid var(--gray-200);border-radius:100px;background:#fff;font-size:.8rem;font-weight:500;font-family:inherit;color:var(--gray-600);cursor:pointer;transition:all .15s;white-space:nowrap}.schedule-filter:hover{border-color:var(--gray-300);background:var(--gray-50)}.schedule-filter.active{background:var(--theme-primary);border-color:var(--theme-primary);color:#fff}.schedule-calendar-sync{position:relative;margin-left:auto}.schedule-calendar-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem;border:1px solid var(--theme-primary);border-radius:100px;background:var(--theme-primary);font-size:.8rem;font-weight:500;font-family:inherit;color:#fff;cursor:pointer;transition:background .2s,box-shadow .2s;white-space:nowrap;background-image:none}.schedule-calendar-btn:hover{background:var(--theme-primary-dark);border-color:var(--theme-primary-dark);color:#fff}.schedule-calendar-dropdown{position:absolute;top:calc(100% + .4rem);right:0;background:#fff;border:1px solid var(--gray-200);border-radius:.75rem;box-shadow:0 8px 24px #0000001a;min-width:260px;z-index:50;overflow:hidden}.schedule-calendar-option{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;color:var(--gray-700);background-image:none;transition:background .15s}.schedule-calendar-option:hover{background:var(--gray-50);background-image:none}.schedule-calendar-hint{display:block;width:100%;font-size:.75rem;color:var(--gray-400);padding-left:1.65rem}.schedule-happening-now{display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;background:#ecf9f2;border:1px solid hsl(150,50%,85%);border-radius:.5rem;margin-bottom:1rem}.schedule-happening-now__pulse{width:10px;height:10px;border-radius:50%;background:#2eb873;flex-shrink:0;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;box-shadow:0 0 #2eb87380}50%{opacity:.8;box-shadow:0 0 0 6px #2eb87300}}.schedule-happening-now__text{font-weight:600;font-size:.85rem;color:#1f7a4d;text-transform:uppercase;letter-spacing:.04em}.schedule-happening-now__title{font-size:.9rem;color:#265940}.schedule-no-results{text-align:center;padding:2.5rem 1rem;color:var(--gray-500)}.schedule-results-count{font-size:.85rem;color:var(--gray-400);margin-bottom:1rem}.schedule-section__title{font-size:1.15rem;font-weight:700;color:var(--gray-800);padding:1.2rem 0 .6rem;border-bottom:2px solid var(--gray-100);margin-bottom:.25rem}.awards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin:1.5rem 0}.award-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:.75rem;padding:1.5rem;text-align:center;transition:box-shadow .2s}.award-card:hover{box-shadow:0 4px 12px #0000000f}.award-card .amount{font-size:2rem;font-weight:700;color:var(--theme-primary)}.award-card .label{font-size:1rem;color:var(--gray-600);margin-top:.3rem}.eval-criteria{margin-top:1.75rem;display:flex;flex-direction:column;gap:1.5rem}.eval-locality{display:flex;align-items:center;gap:1rem;background:#fefbf0;border:1px solid hsl(44,80%,82%);border-radius:.75rem;padding:1rem 1.25rem}.eval-locality__icon{width:2.75rem;height:2.75rem;border-radius:50%;background:var(--theme-primary);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.eval-locality__badge{display:inline-block;background:var(--theme-primary);color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:.2rem .5rem;border-radius:.3rem;vertical-align:middle;margin-left:.5rem}.eval-locality__name{font-weight:700;font-size:1.05rem;color:var(--gray-900)}.eval-locality__desc{font-size:.85rem;color:var(--gray-500);margin-top:.15rem}.eval-chart-row{display:flex;align-items:center;gap:3.5rem;flex-wrap:wrap;justify-content:center}.eval-donut-wrapper{position:relative;width:200px;height:200px;flex-shrink:0}.eval-donut{width:200px;height:200px;border-radius:50%;background:conic-gradient(#d97706,#d97706 142deg,#fff 142deg,#fff 145deg,#0284c7 145deg,#0284c7 251deg,#fff 251deg,#fff 254deg,#7c3aed 254deg,#7c3aed 358deg,#fff 358deg,#fff 360deg);-webkit-mask:radial-gradient(circle,transparent 40%,black 40%);mask:radial-gradient(circle,transparent 40%,black 40%);box-shadow:0 4px 20px #0000001a;animation:eval-donut-in .7s cubic-bezier(.34,1.4,.64,1) both}@keyframes eval-donut-in{0%{transform:scale(.75) rotate(-20deg);opacity:0}to{transform:scale(1) rotate(0);opacity:1}}.eval-donut-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.eval-donut-center__label{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-400)}.eval-donut-center__title{font-size:.85rem;font-weight:700;color:var(--gray-700);text-align:center;line-height:1.2;max-width:5rem}.eval-legend{display:flex;flex-direction:column;gap:.875rem}.eval-legend-item{display:flex;align-items:center;gap:1rem}.eval-legend-item__bar{width:4px;height:3rem;border-radius:2px;flex-shrink:0}.eval-legend-item__info{display:flex;flex-direction:column}.eval-legend-item__name{font-weight:600;font-size:.95rem;color:var(--gray-800);line-height:1.2}.eval-legend-item__pct{font-size:1.6rem;font-weight:800;line-height:1.1}.faq-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.faq-item{border:1px solid var(--gray-200);border-radius:.75rem;overflow:hidden;transition:box-shadow .2s}.faq-item:hover{box-shadow:0 2px 8px #00000014}.faq-item h4{background:var(--theme-primary);color:#fff;font-weight:600;font-size:1rem;padding:.875rem 1.25rem;margin:0}.faq-item p{background:#fff;color:var(--gray-600);line-height:1.6;padding:.875rem 1.25rem;margin:0}.timeline{position:relative;padding-left:2.5rem;margin:1.5rem 0}.timeline:before{content:"";position:absolute;left:.95rem;top:0;bottom:0;width:2px;background:var(--gray-200)}.timeline__step{position:relative;padding-bottom:2rem}.timeline__step:last-child{padding-bottom:0}.timeline__dot{position:absolute;left:-2.5rem;top:.15rem;width:2rem;height:2rem;border-radius:50%;background:var(--theme-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;z-index:1}.timeline__step h3{font-size:1rem;font-weight:650;color:var(--gray-900);margin-bottom:.25rem}.timeline__step p{font-size:.9rem;color:var(--gray-600);line-height:1.55;margin:0}.page-header__container{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.btn-past-committees{flex-shrink:0;display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;font-family:inherit;color:#fff;background:var(--theme-primary);border:none;border-radius:.625rem;cursor:pointer;transition:background .2s,box-shadow .2s,transform .15s}.btn-past-committees:hover{background:var(--theme-primary-dark);box-shadow:0 4px 16px #0000002e;transform:translateY(-1px);color:#fff}.modal-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#00000080;padding:1.5rem;overflow-y:auto}.modal-overlay.active{display:flex;align-items:flex-start;justify-content:center}.modal{background:#fff;border-radius:.75rem;width:100%;max-width:52rem;margin:auto;overflow:hidden}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-200);position:sticky;top:0;background:#fff;z-index:1}.modal__header h2{font-size:1.25rem;font-weight:700;color:var(--gray-900)}.modal__close{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;background:none;border:none;border-radius:.375rem;cursor:pointer;color:var(--gray-500);transition:background .15s,color .15s}.modal__close:hover{background:var(--gray-100);color:var(--gray-900)}.modal__body{padding:1.5rem;display:flex;flex-direction:column;gap:2rem}.modal-section h3{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-500);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--gray-100)}.modal-members{display:flex;flex-direction:column;gap:.625rem}.modal-member{display:flex;align-items:center;gap:.75rem}.modal-member img{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover;flex-shrink:0}.modal-member__info{display:flex;flex-direction:column}.modal-member__name{font-size:.9rem;font-weight:600;color:var(--gray-900)}.modal-member__role{font-size:.8rem;color:var(--theme-primary-dark);font-weight:500}.modal-member__affiliation{font-size:.8rem;color:var(--gray-500)}.notice{background:#fef9eb;border:1px solid hsl(44,80%,85%);border-radius:.75rem;padding:1rem 1.5rem;margin:1.5rem 0;color:var(--gray-700)}.notice strong{color:var(--theme-primary-dark)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.hero-mobile{display:none}@media(max-width:600px){.hero--desktop{display:none}.hero-mobile{display:block;width:100%}.hero-mobile img{width:100%;height:auto;display:block}}@media(max-width:768px){.text-block.-inline{flex-direction:column;align-items:flex-start;gap:1rem}.nav-toggle{display:flex;align-items:center;justify-content:center;margin-left:auto}.website-navigation__wrapper{height:var(--nav-height)}.website-navigation-list{display:none!important}.website-navigation-list__wrapper{flex-direction:column;height:auto;overflow:visible;align-items:center;width:100%}.website-navigation-list__item{margin-right:0;width:100%;display:flex;justify-content:center}.website-navigation-item{height:auto;padding:.9rem 2rem;font-size:1.1rem;justify-content:center;width:100%;max-width:320px}.website-navigation-item:after{display:none}.hero{min-height:300px}.hero__content{padding:2rem 1rem;gap:1rem}.hero__logos{flex-wrap:nowrap;justify-content:space-between;gap:.5rem;padding:0 .25rem;align-items:center}.hero__logo-left img{height:65px}.hero__logo-center img,.hero__logo-right img{height:50px}.hero__title{font-size:1.2rem}.hero__date{font-size:1rem}.text-image-block.-image-right,.text-image-block.-image-left{grid-template:"image" auto "text" auto / minmax(0,1fr)}.content-block{padding:0 1rem}.content-block__container{padding:2.5rem 0}.page-header{padding:2rem 1rem 1.5rem}.page-header__title{font-size:1.6rem}.page-header__container{flex-direction:column;align-items:flex-start;gap:1rem}.btn-past-committees{width:100%;justify-content:center;font-size:1rem;padding:.85rem 1.5rem}.focus-cards,.info-cards{grid-template-columns:1fr}.schedule-timeline{padding-left:1.5rem}.schedule-toolbar{flex-direction:column;gap:.75rem}.schedule-calendar-sync{order:1;width:100%;margin-left:0}.schedule-calendar-btn{width:100%;justify-content:center}.schedule-search{order:2;flex:unset;width:100%;max-width:100%}.schedule-filters{order:3}.schedule-calendar-dropdown{left:0;right:0}.schedule-happening-now{flex-wrap:wrap}.speakers-grid,.members-grid{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr;gap:2rem}.footer__bottom{flex-direction:column;align-items:flex-start}.logos-block__list{grid-template-columns:repeat(2,1fr)}.logos-block__item{height:130px;padding:1rem 1.25rem}.keywords-section{display:none}.focus-cards.-three-col{grid-template-columns:1fr}.page-header--committee{padding-bottom:.75rem}.content-block__container--notice{padding-top:1rem!important;padding-bottom:1rem!important}.show-desktop{display:none!important}.show-mobile{display:flex!important;width:100%;justify-content:center}}.nav-mobile-overlay{display:none}@media(max-width:768px){.nav-mobile-overlay{display:none;position:fixed;top:calc(var(--nav-height) + 1px);left:0;right:0;background:#fffffff7;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 6px 20px #0000001a;border-bottom:1px solid var(--gray-200);z-index:99;flex-direction:column;align-items:center;padding:.5rem 0 .75rem}.nav-mobile-overlay.is-open{display:flex}.nav-mobile-overlay .website-navigation-list__wrapper{flex-direction:column;height:auto;overflow:visible;align-items:center;width:100%}.nav-mobile-overlay .website-navigation-list__item{width:100%;display:flex;justify-content:center;margin-right:0}.nav-mobile-overlay .website-navigation-item{height:auto;padding:.9rem 2rem;font-size:1.1rem;justify-content:center;width:100%;max-width:320px}.nav-mobile-overlay .website-navigation-item:after{display:none}}.show-desktop{display:inline-flex}.show-mobile{display:none}.keywords-section{background:var(--gray-50);border-bottom:1px solid var(--gray-100);padding:1rem 1.5rem}.keywords-row{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;max-width:var(--max-width);margin:0 auto}.keywords-row+.keywords-row{margin-top:.5rem}.keyword-pill{display:inline-block;padding:.3rem .85rem;border-radius:100px;font-size:.78rem;font-weight:500;letter-spacing:.02em;background:#fff;color:var(--gray-600);border:1px solid var(--gray-200);transition:all .15s}.keyword-pill:hover{border-color:var(--theme-primary);color:var(--theme-primary);background:#fefbf0}.hero__subtitle{font-size:1rem;font-weight:400;color:#ffffffd9;margin-top:.5rem;max-width:42rem;line-height:1.5}.footer__logo-rise{background:#fff;border-radius:.35rem;padding:.2rem .4rem}.footer__links a,.footer__nav-link,.footer__links a:hover{background-image:none}
