*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;color:#2d3748;background:#fff;overflow-x:hidden}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{color:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(max-width:480px){.container{padding:0 1rem}}.header{box-shadow:0 2px 10px #0000001a;position:relative;z-index:1000}.header-top{background:#00b050;color:#fff;padding:.75rem 0}.header-brand{display:flex;align-items:center;gap:1rem}.header-logo{height:45px;width:auto;object-fit:contain}.site-subtitle{font-size:1.35rem;font-weight:400;opacity:.95}.main-nav{background:#fff;padding:0;border-bottom:1px solid #e2e8f0;position:relative;z-index:1001}.nav-container{display:flex;align-items:center;justify-content:space-between;position:relative}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;border:none;background:transparent;cursor:pointer;border-radius:4px;transition:background .2s}.nav-toggle:hover{background:#f7fafc}.nav-toggle-bar{display:block;width:22px;height:2px;background:#2d3748;border-radius:1px;transition:transform .2s}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-list{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0;gap:0}.nav-item{position:relative}.nav-link,.nav-link-btn{display:flex;align-items:center;gap:.35rem;padding:1rem 1.25rem;color:#2d3748;text-decoration:none;font-size:.95rem;transition:background .2s;background:none;border:none;cursor:pointer;font-family:inherit;text-align:left}.nav-link,.nav-link-btn{width:auto}.nav-link:hover,.nav-link-btn:hover{background:#f7fafc}.nav-link-active{color:#ff8c00!important;font-weight:600}.nav-arrow{font-size:.6rem;opacity:.7;transition:transform .2s}.nav-arrow-up{transform:rotate(180deg)}.submenu{position:absolute;top:100%;left:0;background:#fff;border:1px solid #e2e8f0;list-style:none;margin:0;padding:0;min-width:220px;box-shadow:0 4px 12px #0000004d;opacity:0;visibility:hidden;transform:translateY(-5px);transition:all .2s;z-index:100}.submenu.active{opacity:1;visibility:visible;transform:translateY(0)}.submenu li a{display:block;padding:.75rem 1.25rem;color:#2d3748;text-decoration:none;font-size:.9rem;border-bottom:1px solid #e2e8f0}.submenu li a:hover{background:#f7fafc}.submenu li:last-child a{border-bottom:none}@media(max-width:900px){.site-subtitle{font-size:1rem;line-height:1.3}.header-brand{flex-wrap:wrap}.header-logo{height:38px}}@media(max-width:768px){.nav-toggle{display:flex;margin-left:auto}.nav-list{position:absolute;top:100%;left:0;right:0;flex-direction:column;flex-wrap:nowrap;background:#fff;box-shadow:0 4px 12px #00000026;max-height:0;overflow-x:hidden;overflow-y:hidden;transition:max-height .3s ease;z-index:1002}.nav-list-open{max-height:80vh;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.nav-item{border-bottom:1px solid #e2e8f0}.nav-item:last-child{border-bottom:none}.nav-link,.nav-link-btn{padding:1rem 1.5rem;font-size:1rem;width:100%}.submenu{position:static;opacity:1;visibility:visible;transform:none;display:none;background:#f7fafc;box-shadow:none;border:none;border-radius:0}.submenu.active{display:block}.submenu li a{padding:.85rem 1.5rem .85rem 2rem;font-size:.95rem}}@media(max-width:480px){.site-subtitle{font-size:.9rem}.header-top{padding:.6rem 0}}.footer{background:#fff;padding:2rem 0;margin-top:3rem;border-top:1px solid #e2e8f0}.footer-logos{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:center}.footer-logo{max-height:50px;max-width:160px;width:auto;object-fit:contain;opacity:.9}.footer-logo:hover{opacity:1}@media(max-width:768px){.footer{padding:1.5rem 0;margin-top:2rem}.footer-logos{gap:1.5rem}.footer-logo{max-height:40px;max-width:120px}}@media(max-width:480px){.footer-logos{flex-direction:column;gap:1rem}}.hero{position:relative;background:url(/home.jpg) center center / cover no-repeat;color:#fff;padding:8rem 0;min-height:50vh;text-align:center;display:flex;align-items:center;justify-content:center}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#00000059,#0003);pointer-events:none}.hero .container{position:relative;z-index:1}.hero h1{font-size:2.5rem;margin:0 0 .5rem;font-weight:700;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4);letter-spacing:-.02em}.hero h2{font-size:1.75rem;margin:0;font-weight:400;color:#fff;opacity:.98;text-shadow:0 2px 6px rgba(0,0,0,.4)}.main-content{padding:3rem 0;background:#f8fafc}.content-columns{display:grid;grid-template-columns:1fr 340px;gap:3rem;align-items:start}.content-left{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000000f}.content-left h2{font-size:1.75rem;color:#ff8c00;margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:3px solid #FF8C00;font-weight:700}.content-left>p{font-size:1.05rem;line-height:1.75;color:#4a5568;margin-bottom:1.5rem}.committee-list{margin-top:1.5rem}.committee-member{margin:0;padding:.6rem 0 .6rem 1rem;font-size:.98rem;color:#2d3748;line-height:1.5;border-left:3px solid #00b050;margin-bottom:.25rem;background:#f8fff9;border-radius:0 4px 4px 0}.committee-member strong{color:#2d3748;font-weight:600}.content-sidebar{display:flex;flex-direction:column;gap:1.5rem}.sidebar-buttons{display:flex;flex-direction:column;gap:.75rem}.sidebar-btn{display:block;padding:1rem 1.25rem;background:#ff8c00;color:#fff;text-align:center;text-decoration:none;font-weight:600;font-size:.95rem;border-radius:6px;transition:all .2s;box-shadow:0 1px 3px #ff8c004d}.sidebar-btn:hover{background:#e67e00;transform:translateY(-1px);box-shadow:0 2px 6px #ff8c0059}.sidebar-section{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000000f}.sidebar-section h3,.sidebar-section h4{font-size:1.15rem;color:#2d3748;margin-bottom:1rem;font-weight:700}.sidebar-section ul{list-style:none;padding:0;margin:0}.sidebar-section li{padding:.5rem 0;font-size:.95rem;color:#4a5568;line-height:1.5;border-bottom:1px solid #e2e8f0}.sidebar-section li:last-child{border-bottom:none}.sidebar-section .strikethrough{text-decoration:line-through;color:#a0aec0}.sidebar-section .date-extended{display:flex;flex-direction:column;gap:.35rem}.sidebar-section .date-pair{display:block}.sidebar-section .date-arrow{color:#718096;margin:0 .25rem;font-weight:600}.sidebar-section .date-new{color:#2d3748;font-weight:600}.sidebar-section .partners-logos{display:flex;flex-direction:column;gap:1.25rem;margin-top:.5rem}.sidebar-section .partners-logos a{display:block;transition:opacity .2s}.sidebar-section .partners-logos a:hover{opacity:.85}.sidebar-section .partners-logos img{max-height:60px;width:auto;object-fit:contain;opacity:.9}.info-footer{padding:2.5rem 0 3.5rem;background:#fff;text-align:center;border-top:1px solid #e2e8f0}.info-footer p{font-size:1rem;color:#4a5568;line-height:1.7;margin:.5rem 0;max-width:700px;margin-left:auto;margin-right:auto}@media(max-width:900px){.content-columns{grid-template-columns:1fr}.content-sidebar{order:-1}.content-left{padding:1.5rem}}@media(max-width:768px){.hero{padding:4rem 0;min-height:40vh}.hero h1{font-size:1.75rem}.hero h2{font-size:1.25rem}.main-content{padding:2rem 0}.content-left{padding:1.5rem}.content-left h2{font-size:1.5rem}.sidebar-section{padding:1.25rem}}@media(max-width:480px){.hero{padding:3rem 0}.hero h1{font-size:1.5rem}.hero h2{font-size:1.1rem}.content-left{padding:1.25rem}.committee-member{font-size:.9rem;padding:.5rem 0 .5rem .75rem}}.venue-page{padding:2rem 0 3rem;background:#f8fafc}.venue-title{font-size:2.25rem;font-weight:700;color:#ff8c00;text-align:center;margin-bottom:2.5rem}.venue-section{margin-bottom:3rem;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000000f}.venue-section:last-of-type{margin-bottom:0}.venue-heading{font-size:1.5rem;font-weight:700;color:#ff8c00;margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:3px solid #FF8C00}.venue-address{font-size:1.05rem;color:#4a5568;margin-bottom:1.5rem;line-height:1.6}.venue-subtitle{font-size:1.05rem;color:#4a5568;text-align:center;margin-bottom:1.5rem;line-height:1.6}.venue-grid{display:grid;gap:2rem;align-items:stretch;margin-bottom:0}.venue-section:first-of-type .venue-grid{grid-template-columns:1fr 320px}.venue-section:nth-of-type(2) .venue-grid{grid-template-columns:320px 1fr}.venue-map{min-height:350px;background:#e2e8f0;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014;position:relative}.venue-map iframe{position:absolute;top:0;left:0;width:100%;height:100%;min-height:350px;display:block}.venue-image{border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014;min-height:350px}.venue-image img{width:100%;height:100%;display:block;object-fit:cover}.venue-fullwidth{width:100%;margin-top:2rem;border-radius:0;overflow:hidden}.venue-fullwidth img{width:100%;height:auto;display:block;object-fit:cover}.venue-bus-placeholder{background:#e2e8f0;display:flex;align-items:center;justify-content:center;min-height:250px;border-radius:8px}.venue-bus-placeholder span{color:#718096;font-size:1.1rem}.airport-list{display:flex;flex-direction:column;gap:0}.airport-item{margin:0;padding:.6rem 0 .6rem 1rem;font-size:.98rem;color:#2d3748;line-height:1.5;border-left:3px solid #00b050;margin-bottom:.25rem;background:#f8fff9;border-radius:0 4px 4px 0}.airport-item:last-child{margin-bottom:0}@media(max-width:900px){.venue-section:first-of-type .venue-grid,.venue-section:nth-of-type(2) .venue-grid{grid-template-columns:1fr}.venue-section:nth-of-type(2) .venue-grid .airport-list{order:1}.venue-section:nth-of-type(2) .venue-grid .venue-image{order:2}}@media(max-width:768px){.venue-page{padding:1.5rem 0 2rem}.venue-title{font-size:1.75rem}.venue-section{padding:1.5rem}.venue-map{min-height:280px}}@media(max-width:480px){.venue-title{font-size:1.5rem}.venue-heading{font-size:1.25rem}.venue-section{padding:1.25rem}.venue-map{min-height:220px}.airport-item{font-size:.9rem;padding:.5rem 0 .5rem .75rem}}.accommodation-page{padding:2rem 0 3rem;background:#f8fafc}.accommodation-title{font-size:2.25rem;font-weight:700;color:#ff8c00;text-align:center;margin-bottom:2.5rem}.acc-section{margin-bottom:2.5rem;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000000f}.acc-section:last-of-type{margin-bottom:0}.acc-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.acc-text-left .acc-content{order:1}.acc-text-left .acc-image{order:2}.acc-image-left .acc-image{order:1}.acc-image-left .acc-content{order:2}.acc-subheading{font-size:.95rem;font-weight:600;color:#718096;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.05em}.acc-heading{font-size:1.5rem;font-weight:700;color:#ff8c00;margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:3px solid #FF8C00}.acc-content p,.acc-content li{font-size:1.02rem;line-height:1.75;color:#4a5568;margin-bottom:.85rem}.acc-content p:last-child,.acc-content li:last-child{margin-bottom:0}.acc-content ul{margin:.75rem 0 1rem;padding-left:1.5rem}.acc-content li{margin-bottom:.5rem}.acc-content a{color:#2c5282;text-decoration:underline;text-underline-offset:2px}.acc-content a:hover{color:#1a365d}.acc-image{border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014}.acc-image img{width:100%;height:auto;display:block;object-fit:cover}.acc-booking{max-width:800px;margin-left:auto;margin-right:auto}.acc-booking .acc-heading{margin-bottom:1.5rem}.acc-booking p{margin-bottom:1rem}.acc-booking ul{margin:.5rem 0 1.5rem;padding-left:2.5rem}.acc-booking li{margin-bottom:.4rem}@media(max-width:900px){.acc-grid{grid-template-columns:1fr;gap:1.5rem}.acc-text-left .acc-content,.acc-text-left .acc-image,.acc-image-left .acc-image,.acc-image-left .acc-content{order:unset}.acc-image-left .acc-image{order:1}.acc-image-left .acc-content{order:2}}@media(max-width:768px){.accommodation-page{padding:1.5rem 0 2rem}.accommodation-title{font-size:1.75rem}.acc-section{padding:1.5rem}.acc-heading{font-size:1.3rem}}@media(max-width:480px){.accommodation-title{font-size:1.5rem}.acc-heading{font-size:1.2rem}.acc-section{padding:1.25rem}.acc-content p,.acc-content li{font-size:.98rem}}.hotel-booking-page{padding:2rem 0 3rem;background:#f8fafc}.hotel-booking-title{font-size:2.25rem;font-weight:700;color:#ff8c00;text-align:center;margin-bottom:2.5rem}.hotel-booking-content{max-width:800px;margin:0 auto;background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 1px 3px #0000000f}.hotel-booking-content p{font-size:1.05rem;line-height:1.75;color:#4a5568;margin-bottom:1rem}.hotel-booking-content p:last-of-type{margin-bottom:0}.hotel-booking-content ul{margin:1rem 0 1.5rem;padding-left:2.5rem}.hotel-booking-content li{font-size:1.05rem;line-height:1.7;color:#4a5568;margin-bottom:.5rem}.hotel-booking-content a{color:#2c5282;text-decoration:underline;text-underline-offset:2px}.hotel-booking-content a:hover{color:#1a365d}.hotel-booking-note{font-style:italic;background:#f8fafc;padding:1rem 1.25rem;border-radius:6px;border-left:4px solid #FF8C00;margin:1.25rem 0}@media(max-width:768px){.hotel-booking-page{padding:1.5rem 0 2rem}.hotel-booking-title{font-size:1.75rem}.hotel-booking-content{padding:1.5rem}}@media(max-width:480px){.hotel-booking-title{font-size:1.5rem}.hotel-booking-content{padding:1.25rem}.hotel-booking-content ul{padding-left:2rem}}.plan-trip-page{padding:2rem 0 3rem;background:#f8fafc}.plan-trip-title{font-size:2.25rem;font-weight:700;color:#ff8c00;text-align:center;margin-bottom:2.5rem}.plan-subtitle{margin-top:3rem;margin-bottom:1.5rem}.plan-section{margin-bottom:2.5rem;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000000f}.plan-section:last-of-type{margin-bottom:0}.plan-heading{font-size:1.35rem;font-weight:700;color:#ff8c00;margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:3px solid #FF8C00}.plan-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.plan-section:first-of-type .plan-grid{grid-template-columns:1fr 320px}.plan-section:first-of-type .plan-image img{max-height:280px;object-fit:contain}.plan-text-left .plan-content{order:1}.plan-text-left .plan-image{order:2}.plan-content p,.plan-content li{font-size:1.05rem;line-height:1.75;color:#4a5568;margin-bottom:.85rem}.plan-content ul{margin:.75rem 0 1rem;padding-left:2rem}.plan-content li{margin-bottom:.5rem}.plan-content a{color:#2c5282;text-decoration:underline;text-underline-offset:2px}.plan-content a:hover{color:#1a365d}.plan-image{border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014}.plan-image img{width:100%;height:auto;display:block;object-fit:cover}.plan-fullwidth{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.plan-fullwidth p{font-size:1.05rem;line-height:1.75;color:#4a5568;margin-bottom:.5rem}.plan-fullwidth a{color:#2c5282;text-decoration:underline;text-underline-offset:2px}.plan-fullwidth a:hover{color:#1a365d}@media(max-width:900px){.plan-grid{grid-template-columns:1fr;gap:1.5rem}.plan-section:first-of-type .plan-grid{grid-template-columns:1fr}.plan-section:first-of-type .plan-image img{max-height:220px}.plan-text-left .plan-content,.plan-text-left .plan-image{order:unset}}@media(max-width:768px){.plan-trip-page{padding:1.5rem 0 2rem}.plan-trip-title{font-size:1.75rem}.plan-section{padding:1.5rem}.plan-heading{font-size:1.2rem}}@media(max-width:480px){.plan-trip-title{font-size:1.5rem}.plan-subtitle{margin-top:2rem}.plan-section{padding:1.25rem}.plan-content p,.plan-content li{font-size:.98rem}.plan-content ul{padding-left:1.5rem}}.cfp-page{padding:2rem 0 3rem;background:#f8fafc}.cfp-title{font-size:2.25rem;font-weight:700;color:#ff8c00;text-align:center;margin-bottom:2rem}.cfp-links{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.cfp-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;color:#2c5282;text-decoration:none;font-weight:600;border-radius:6px;box-shadow:0 1px 3px #0000000f;transition:all .2s}.cfp-link:hover{color:#1a365d;box-shadow:0 2px 6px #0000001a}.cfp-link.cfp-pdf{background:#ff8c00;color:#fff}.cfp-link.cfp-pdf:hover{background:#e67e00;color:#fff}.cfp-pdf-icon{font-size:1.1rem}.cfp-intro{font-size:1.05rem;line-height:1.75;color:#4a5568;margin-bottom:2rem;background:#fff;padding:1.5rem 2rem;border-radius:8px;box-shadow:0 1px 3px #0000000f}.cfp-heading{font-size:1.35rem;font-weight:700;color:#ff8c00;margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:3px solid #FF8C00}.cfp-topic{margin-bottom:1.5rem;background:#fff;padding:1.25rem 1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000000f}.cfp-topic:last-of-type{margin-bottom:2rem}.cfp-topic-title{font-size:1.1rem;font-weight:600;color:#2d3748;margin-bottom:.75rem;padding-left:.75rem;border-left:4px solid #00b050}.cfp-topic ul{margin:0;padding-left:2rem}.cfp-topic li{font-size:1rem;line-height:1.65;color:#4a5568;margin-bottom:.5rem}.cfp-guidelines{margin-top:1.5rem;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000000f}.cfp-guidelines p,.cfp-guidelines li{font-size:1.05rem;line-height:1.75;color:#4a5568;margin-bottom:.85rem}.cfp-guidelines ul{margin:.75rem 0 1rem;padding-left:2rem}@media(max-width:768px){.cfp-page{padding:1.5rem 0 2rem}.cfp-title{font-size:1.75rem}.cfp-links{flex-direction:column}.cfp-intro{padding:1.25rem}.cfp-topic{padding:1rem 1.25rem}.cfp-guidelines{padding:1.5rem}}@media(max-width:480px){.cfp-title{font-size:1.5rem}.cfp-heading{font-size:1.2rem}.cfp-intro{padding:1rem}.cfp-topic ul,.cfp-guidelines ul{padding-left:1.5rem}}.presentation-guidelines-page{padding:2rem 0 3rem;background:#f8fafc}.pg-title{font-size:2.25rem;font-weight:700;color:#ff8c00;text-align:center;margin-bottom:2rem}.pg-section{margin-bottom:2rem;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000000f}.pg-section:last-child{margin-bottom:0}.pg-heading{font-size:1.25rem;font-weight:700;color:#ff8c00;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:3px solid #FF8C00}.pg-section p{font-size:1.05rem;line-height:1.75;color:#4a5568;margin:0}@media(max-width:768px){.presentation-guidelines-page{padding:1.5rem 0 2rem}.pg-title{font-size:1.75rem}.pg-section{padding:1.5rem}.pg-heading{font-size:1.15rem}}@media(max-width:480px){.pg-title{font-size:1.5rem}.pg-section{padding:1.25rem}}.submission-page{padding:2rem 0 3rem;background:#f8fafc}.submission-title{font-size:2.25rem;font-weight:700;color:#ff8c00;text-align:center;margin-bottom:2rem}.submission-layout{display:grid;grid-template-columns:1fr 340px;gap:3rem;align-items:start}.submission-content{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000000f}.submission-heading{font-size:1.35rem;font-weight:700;color:#ff8c00;margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:3px solid #FF8C00}.submission-content p,.submission-content li{font-size:1.05rem;line-height:1.75;color:#4a5568;margin-bottom:1rem}.submission-content ul{margin:.5rem 0 1rem;padding-left:2rem}.submission-content li{margin-bottom:.5rem}.submission-sidebar{display:flex;flex-direction:column;gap:1.5rem}.submission-buttons{display:flex;flex-direction:column;gap:.75rem}.submission-btn{display:block;padding:1rem 1.25rem;background:#ff8c00;color:#fff;text-align:center;text-decoration:none;font-weight:600;font-size:.95rem;border-radius:6px;transition:all .2s;box-shadow:0 1px 3px #ff8c004d}.submission-btn:hover{background:#e67e00;transform:translateY(-1px);box-shadow:0 2px 6px #ff8c0059}.submission-dates{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000000f}.submission-dates h3{font-size:1.15rem;color:#2d3748;margin-bottom:1rem;font-weight:700}.submission-dates ul{list-style:none;padding:0;margin:0}.submission-dates li{padding:.5rem 0;font-size:.95rem;color:#4a5568;line-height:1.5;border-bottom:1px solid #e2e8f0}.submission-dates li:last-child{border-bottom:none}.submission-dates .strikethrough{text-decoration:line-through;color:#a0aec0}.submission-dates .date-extended{display:flex;flex-direction:column;gap:.35rem}.submission-dates .date-pair{display:block}.submission-dates .date-arrow{color:#718096;margin:0 .25rem;font-weight:600}.submission-dates .date-new{color:#2d3748;font-weight:600}@media(max-width:900px){.submission-layout{grid-template-columns:1fr}.submission-sidebar{order:-1}}@media(max-width:768px){.submission-page{padding:1.5rem 0 2rem}.submission-title{font-size:1.75rem}.submission-content{padding:1.5rem}.submission-dates{padding:1.25rem}}@media(max-width:480px){.submission-title{font-size:1.5rem}.submission-heading{font-size:1.2rem}.submission-content{padding:1.25rem}.submission-content ul{padding-left:1.5rem}}.committees-page{padding:2rem 0 3rem;background:#f8fafc}.committees-title{font-size:2.25rem;font-weight:700;color:#ff8c00;text-align:center;margin-bottom:2rem}.committee-table{display:flex;flex-direction:column;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000f;overflow:hidden}.committee-row{display:grid;grid-template-columns:1fr 1fr auto;gap:1.5rem;align-items:center;padding:.85rem 1.5rem;border-bottom:1px solid #e2e8f0;border-left:4px solid #00b050;margin-left:0;transition:background .15s}.committee-row:hover{background:#f8fff9}.committee-row:last-child{border-bottom:none}.committee-name{font-size:1rem;font-weight:500;color:#2d3748}.committee-affil{font-size:.98rem;color:#4a5568}.committee-country{font-size:.9rem;color:#718096;text-align:right;min-width:2.5rem;font-weight:500}@media(max-width:768px){.committees-page{padding:1.5rem 0 2rem}.committees-title{font-size:1.75rem}.committee-row{grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:.25rem;padding:.75rem 1.25rem}.committee-name{grid-column:1;grid-row:1}.committee-affil{grid-column:1;grid-row:2;font-size:.9rem;color:#718096}.committee-country{grid-column:2;grid-row:1 / 3;align-self:center}}@media(max-width:480px){.committees-title{font-size:1.5rem}.committee-row{padding:.65rem 1rem}.committee-name,.committee-affil,.committee-country{font-size:.9rem}}.registration-page{padding:2rem 0 3rem;background:#f8fafc}.registration-title{font-size:2.25rem;font-weight:700;color:#ff8c00;text-align:center;margin-bottom:2rem}.reg-heading{font-size:1.5rem;font-weight:700;color:#ff8c00;margin:2rem 0 1.25rem;padding-bottom:.5rem;border-bottom:3px solid #FF8C00}.reg-section{margin-bottom:1.5rem;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000000f}.reg-section:last-child{margin-bottom:0}.reg-section p,.reg-section li{font-size:1.05rem;line-height:1.75;color:#4a5568;margin-bottom:.85rem}.reg-section ul{margin:.75rem 0 1rem;padding-left:0;list-style:none}.reg-section li{margin-bottom:.5rem;padding:.5rem 0 .5rem 1rem;border-left:4px solid #00b050;background:#f8fff9;border-radius:0 4px 4px 0}.reg-section a{color:#2c5282;text-decoration:underline;font-weight:500}.reg-section a:hover{color:#1a365d}.reg-button-wrap{text-align:center;margin:1.5rem 0}.reg-button{display:inline-block;padding:1rem 2rem;background:#fff;color:#e67e00;text-decoration:none;font-weight:700;font-size:1.15rem;border-radius:6px;border:2px solid #e67e00;transition:all .2s;box-shadow:0 1px 3px #00000014}.reg-button:hover{background:#fff8f0;color:#d97000;border-color:#d97000;transform:translateY(-1px);box-shadow:0 2px 6px #0000001f}.reg-subheading{font-size:1.2rem;font-weight:700;color:#2d3748;margin-bottom:1rem;padding-left:.75rem;border-left:4px solid #00b050}.reg-table-wrap{margin:1rem 0}.reg-table{width:100%;max-width:600px;border-collapse:collapse;margin:0}.reg-table td{padding:.65rem 1rem;border-bottom:1px solid #e2e8f0;font-size:1rem;color:#4a5568}.reg-table tr:last-child td{border-bottom:none}.reg-table td:first-child{font-weight:500;color:#2d3748}.reg-table td:last-child{text-align:right;font-weight:600;color:#2d3748}.reg-images{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:1rem}.reg-image-block{background:#f8fafc;padding:1rem;border-radius:8px}.reg-image-block img{width:100%;height:auto;display:block;border:1px solid #e2e8f0;border-radius:6px}.reg-image-block p{margin-top:.75rem;font-size:.95rem}@media(max-width:768px){.registration-page{padding:1.5rem 0 2rem}.registration-title{font-size:1.75rem}.reg-section{padding:1.5rem}.reg-heading{font-size:1.35rem}.reg-images{grid-template-columns:1fr;gap:1.5rem}.reg-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1rem 0}.reg-table{min-width:320px}}@media(max-width:480px){.registration-title{font-size:1.5rem}.reg-section{padding:1.25rem}.reg-section ul{padding-left:1.5rem}.reg-button{padding:.9rem 1.5rem;font-size:1rem}}.program-page{padding:2rem 0 3rem;background:#f8fafc}.program-title{font-size:2.25rem;font-weight:700;color:#ff8c00;text-align:center;margin-bottom:2rem}.program-pdf-link{margin-bottom:2rem;text-align:center}.program-pdf-link a{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.5rem;background:#fff;color:#e67e00;text-decoration:none;font-weight:600;border:2px solid #e67e00;border-radius:6px;box-shadow:0 1px 3px #0000000f;transition:all .2s}.program-pdf-link a:hover{background:#fff8f0;color:#d97000;border-color:#d97000;box-shadow:0 2px 6px #0000001a}.program-overview{margin-bottom:2.5rem;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000000f}.program-days-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:start}.program-day-column{display:flex;flex-direction:column;gap:.5rem}.program-heading{font-size:1.5rem;font-weight:700;color:#ff8c00;margin:2rem 0 1.25rem;padding-bottom:.5rem;border-bottom:3px solid #FF8C00}.program-day{font-size:1.2rem;font-weight:700;color:#2d3748;margin:1.5rem 0 .75rem;padding-left:.75rem;border-left:4px solid #00b050}.program-day:first-of-type{margin-top:0}.program-schedule{display:flex;flex-direction:column;gap:.5rem}.program-item{display:flex;gap:.75rem;padding:.5rem .85rem .5rem 1rem;border-radius:0 4px 4px 0;font-size:.95rem;border-left:6px solid #cbd5e0;background:#f8fafc}.program-time{font-weight:500;white-space:nowrap}.program-event{font-weight:500}.program-red{border-left-color:#e53e3e}.program-blue{border-left-color:#3182ce}.program-green{border-left-color:#38a169}.program-yellow{border-left-color:#d69e2e}.program-orange{border-left-color:#dd6b20}.program-purple{border-left-color:#805ad5}.program-lightblue{border-left-color:#319795}.program-brown{border-left-color:#b7791f}.program-lightgreen{border-left-color:#38a169}.program-darkblue{border-left-color:#2b6cb0}.program-pink{border-left-color:#d53f8c}.program-darkgreen{border-left-color:#276749}.program-grey{border-left-color:#718096}.program-detailed{margin-top:2rem;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000000f}.program-detail{margin-bottom:1.5rem}.program-detail:last-of-type{margin-bottom:0}.program-detail p,.program-detail li{font-size:1.05rem;line-height:1.65;color:#4a5568;margin-bottom:.6rem}.program-detail ul{margin:.5rem 0 1rem;padding-left:0;list-style:none}.program-block{margin-bottom:1.25rem}.program-meta{font-size:.9rem;color:#718096;font-style:italic;margin:.25rem 0 .5rem}.program-paper-title{font-weight:600;color:#2d3748}.program-online{font-size:.9rem;color:#718096;font-style:italic}.program-detail li{padding:.5rem 0 .5rem 1rem;margin-bottom:.5rem;border-left:4px solid #00b050;background:#f8fff9;border-radius:0 4px 4px 0}.program-sublist{list-style:none;padding-left:0}.program-sublist li{background:transparent;border-left:none;padding-left:0}@media(max-width:900px){.program-days-grid{grid-template-columns:1fr}}@media(max-width:768px){.program-page{padding:1.5rem 0 2rem}.program-title{font-size:1.75rem}.program-overview,.program-detailed{padding:1.5rem}.program-item{flex-direction:column;align-items:flex-start;gap:.25rem;padding:.6rem .9rem}.program-time{white-space:normal}}@media(max-width:480px){.program-title{font-size:1.5rem}.program-overview,.program-detailed{padding:1.25rem}.program-day{font-size:1.1rem}}.keynotes-page{padding:2rem 0 3rem;background:#f8fafc}.keynotes-title{font-size:2.25rem;font-weight:700;color:#ff8c00;text-align:center;margin-bottom:2rem}.keynote-card{margin-bottom:2rem;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000000f}.keynote-card:last-child{margin-bottom:0}.keynote-header{display:flex;gap:2rem;align-items:flex-start;margin-bottom:1.5rem}.keynote-image{flex-shrink:0;width:180px}.keynote-image img{width:100%;height:auto;display:block;border-radius:8px;object-fit:cover}.keynote-info{flex:1}.keynote-name{font-size:1.5rem;font-weight:700;color:#ff8c00;margin:0 0 .5rem}.keynote-talk{font-size:1.2rem;font-weight:600;color:#2d3748;margin:0 0 .5rem;padding-left:.75rem;border-left:4px solid #00b050}.keynote-affil{font-size:1rem;color:#718096;margin:0}.keynote-content{border-top:1px solid #e2e8f0;padding-top:1.5rem}.keynote-content p{font-size:1.05rem;line-height:1.75;color:#4a5568;margin-bottom:1.25rem}.keynote-content p:last-child{margin-bottom:0}.keynote-content strong{color:#2d3748;padding-left:.5rem;margin-right:.5rem;border-left:4px solid #00b050}@media(max-width:768px){.keynotes-page{padding:1.5rem 0 2rem}.keynotes-title{font-size:1.75rem}.keynote-card{padding:1.5rem}.keynote-header{flex-direction:column}.keynote-image{width:150px}}@media(max-width:480px){.keynotes-title{font-size:1.5rem}.keynote-card{padding:1.25rem}.keynote-name{font-size:1.25rem}.keynote-talk{font-size:1.1rem}}.latest-news-page{padding:2rem 0 3rem;background:#f8fafc}.latest-news-title{font-size:2.25rem;font-weight:700;color:#ff8c00;text-align:center;margin-bottom:2rem}.latest-news-list{list-style:none;margin:0;padding:0;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000f;overflow:hidden}.latest-news-list li{position:relative;padding:.85rem 1.25rem .85rem 2.5rem;margin:0;font-size:1.05rem;line-height:1.6;color:#4a5568;border-left:4px solid #00b050;border-bottom:1px solid #e2e8f0;background:#f8fff9}.latest-news-list li:last-child{border-bottom:none}.latest-news-list li a,.latest-news-list li a:visited{color:inherit;text-decoration:none}.latest-news-list li a:hover{text-decoration:underline}.latest-news-list li:before{content:"✓";position:absolute;left:1rem;top:.85rem;color:#00b050;font-weight:700;font-size:1rem}@media(max-width:768px){.latest-news-page{padding:1.5rem 0 2rem}.latest-news-title{font-size:1.75rem}.latest-news-list li{font-size:1rem;padding:.75rem 1rem .75rem 2.25rem}.latest-news-list li:before{left:.85rem;top:.75rem}}@media(max-width:480px){.latest-news-title{font-size:1.5rem}.latest-news-list li{padding:.65rem 1rem .65rem 1.9rem}.latest-news-list li:before{left:.75rem;top:.65rem}}.photos-page{padding:2rem 0 3rem;background:#f8fafc}.photos-title{font-size:2.25rem;font-weight:700;color:#ff8c00;text-align:center;margin-bottom:2rem}.photos-page p{font-size:1.1rem;line-height:1.7;color:#4a5568;margin-bottom:2rem;text-align:center}.photos-days{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.photos-day-link{display:inline-block;padding:1rem 2rem;background:#fff;color:#e67e00;text-decoration:none;font-weight:600;border-radius:6px;border:2px solid #e67e00;transition:all .2s;box-shadow:0 1px 3px #0000000f}.photos-day-link:hover{background:#fff8f0;color:#d97000;border-color:#d97000;box-shadow:0 2px 6px #0000001a}@media(max-width:768px){.photos-page{padding:1.5rem 0 2rem}.photos-title{font-size:1.75rem}.photos-days{flex-direction:column}.photos-day-link{text-align:center;padding:1rem}}@media(max-width:480px){.photos-title{font-size:1.5rem}}.yarl__fullsize{height:100%;width:100%}.yarl__relative{position:relative}.yarl__portal{inset:0;opacity:0;overflow:hidden;position:fixed;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999)}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));inset:0;outline:none;overflow:hidden;overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);position:absolute;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none}.yarl__carousel{align-content:center;align-items:stretch;display:flex;flex:0 0 auto;height:100%;justify-content:center;opacity:var(--yarl__pull_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))}.yarl__carousel_with_slides{-moz-column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%);column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{align-content:center;align-items:center;display:flex;justify-content:center}.yarl__slide{flex:1;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);position:relative}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.yarl__slide_image_cover{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}}.yarl__slide_placeholder{left:50%;line-height:0;position:absolute;top:50%;transform:translate(-50%) translateY(-50%)}.yarl__slide_loading{animation:yarl__delayed_fadein 1s linear;color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)))}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media(prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{display:flex;justify-content:flex-end;inset:0 0 auto auto;padding:var(--yarl__toolbar_padding,8px);position:absolute}[dir=rtl] .yarl__toolbar{inset:0 auto auto 0}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,hsla(0,0%,100%,.8));cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));line-height:0;margin:var(--yarl__button_margin,0);outline:none;padding:var(--yarl__button_padding,8px);-webkit-tap-highlight-color:transparent}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,hsla(0,0%,100%,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media(hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}.yarl__thumbnails{display:flex;height:100%}.yarl__thumbnails_bottom,.yarl__thumbnails_end .yarl__thumbnails_track,.yarl__thumbnails_start .yarl__thumbnails_track,.yarl__thumbnails_top{flex-direction:column}.yarl__thumbnails_wrapper{flex:1;position:relative}.yarl__thumbnails_container{background-color:var(--yarl__thumbnails_container_background_color,var(--yarl__color_backdrop,#000));flex:0 0 auto;overflow:hidden;padding:var(--yarl__thumbnails_container_padding,16px);position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.yarl__thumbnails_vignette{pointer-events:none;position:absolute;--yarl__thumbnails_vignette_size:12%}@media(min-width:1200px){.yarl__thumbnails_vignette{--yarl__thumbnails_vignette_size:8%}}@media(min-width:2000px){.yarl__thumbnails_vignette{--yarl__thumbnails_vignette_size:5%}}.yarl__thumbnails_bottom .yarl__thumbnails_vignette,.yarl__thumbnails_top .yarl__thumbnails_vignette{background:linear-gradient(to right,var(--yarl__color_backdrop,#000) 0,transparent var(--yarl__thumbnails_vignette_size,12%) calc(100% - var(--yarl__thumbnails_vignette_size, 12%)),var(--yarl__color_backdrop,#000) 100%);height:100%;left:0;right:0}.yarl__thumbnails_end .yarl__thumbnails_vignette,.yarl__thumbnails_start .yarl__thumbnails_vignette{background:linear-gradient(to bottom,var(--yarl__color_backdrop,#000) 0,transparent var(--yarl__thumbnails_vignette_size,12%) calc(100% - var(--yarl__thumbnails_vignette_size, 12%)),var(--yarl__color_backdrop,#000) 100%);bottom:0;top:0;width:100%}.yarl__thumbnails_track{gap:var(--yarl__thumbnails_thumbnail_gap,16px);outline:none}.yarl__thumbnails_thumbnail{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--yarl__thumbnails_thumbnail_background,#000);border-color:var(--yarl__thumbnails_thumbnail_border_color,var(--yarl__color_button,hsla(0,0%,100%,.8)));border-radius:var(--yarl__thumbnails_thumbnail_border_radius,4px);border-style:var(--yarl__thumbnails_thumbnail_border_style,solid);border-width:var(--yarl__thumbnails_thumbnail_border,1px);cursor:pointer;flex:0 0 auto;-webkit-tap-highlight-color:transparent;box-sizing:content-box;height:var(--yarl__thumbnails_thumbnail_height,80px);outline:none;overflow:hidden;padding:var(--yarl__thumbnails_thumbnail_padding,4px);position:relative;width:var(--yarl__thumbnails_thumbnail_width,120px)}.yarl__thumbnails_thumbnail_active{border-color:var(--yarl__thumbnails_thumbnail_active_border_color,var(--yarl__color_button_active,#fff))}.yarl__thumbnails_thumbnail_fadein{animation:yarl__thumbnails_thumbnail_fadein var(--yarl__thumbnails_thumbnail_fadein_duration,.5s) ease-in-out var(--yarl__thumbnails_thumbnail_fadein_delay,0s) forwards;opacity:0}.yarl__thumbnails_thumbnail_fadeout{animation:yarl__thumbnails_thumbnail_fadeout var(--yarl__thumbnails_thumbnail_fadeout_duration,.5s) ease-in-out var(--yarl__thumbnails_thumbnail_fadeout_delay,0s) forwards;cursor:unset}.yarl__thumbnails_thumbnail_placeholder{cursor:unset;visibility:hidden}.yarl__thumbnails_thumbnail:focus{box-shadow:var(--yarl__thumbnails_thumbnail_focus_box_shadow,#000 0 0 0 2px,var(--yarl__color_button,hsla(0,0%,100%,.8)) 0 0 0 4px)}.yarl__thumbnails_thumbnail:focus:not(:focus-visible){box-shadow:unset}.yarl__thumbnails_thumbnail:focus-visible{box-shadow:var(--yarl__thumbnails_thumbnail_focus_box_shadow,#000 0 0 0 2px,var(--yarl__color_button,hsla(0,0%,100%,.8)) 0 0 0 4px)}.yarl__thumbnails_thumbnail_icon{color:var(--yarl__thumbnails_thumbnail_icon_color,var(--yarl__color_button,hsla(0,0%,100%,.8)));filter:var(--yarl__thumbnails_thumbnail_icon_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));height:var(--yarl__thumbnails_thumbnail_icon_size,32px);left:50%;position:absolute;top:50%;transform:translate(-50%) translateY(-50%);width:var(--yarl__thumbnails_thumbnail_icon_size,32px)}@keyframes yarl__thumbnails_thumbnail_fadein{0%{opacity:0}to{opacity:1}}@keyframes yarl__thumbnails_thumbnail_fadeout{0%{opacity:1}to{opacity:0}}.photos-day-page{padding:2rem 0 3rem;background:#f8fafc}.photos-day-title{font-size:2.25rem;font-weight:700;color:#ff8c00;text-align:center;margin-bottom:2rem}.photos-placeholder{font-size:1.1rem;color:#4a5568;text-align:center;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000000f}.photos-section{margin-bottom:2rem;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000000f}.photos-section:last-child{margin-bottom:0}.photos-section-header{display:flex;align-items:center;padding:.85rem 1.25rem;margin-bottom:1.25rem;color:#fff;font-weight:600;font-size:1.05rem;border-radius:6px}.photos-green{background:#00b050}.photos-yellow{background:#e5b03a}.photos-orange{background:#ff8c00}.photos-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.6rem}.photos-thumb{display:block;aspect-ratio:1;overflow:hidden;border-radius:6px;padding:0;border:none;background:#f8fafc;cursor:pointer;width:100%;box-shadow:0 1px 2px #0000000f;transition:box-shadow .2s}.photos-thumb:hover{box-shadow:0 2px 8px #0000001f}.photos-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.photos-thumb:hover img{transform:scale(1.05)}@media(max-width:1200px){.photos-grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:900px){.photos-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:600px){.photos-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.photos-day-page{padding:1.5rem 0 2rem}.photos-day-title{font-size:1.75rem;margin-bottom:1.5rem}.photos-section{padding:1.25rem}.photos-section-header{font-size:.95rem;padding:.7rem 1rem}}@media(max-width:480px){.photos-day-title{font-size:1.5rem}.photos-section{padding:1rem}.photos-section-header{font-size:.9rem}}.not-found{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.not-found__container{text-align:center;max-width:480px}.not-found__code{display:block;font-size:6rem;font-weight:800;color:#ff8c00;line-height:1;margin-bottom:.5rem;text-shadow:2px 2px 0 rgba(255,140,0,.15)}.not-found__title{font-size:1.75rem;color:#2d3748;margin:0 0 1rem;font-weight:700}.not-found__text{font-size:1.05rem;color:#4a5568;line-height:1.6;margin:0 0 2rem}.not-found__link{display:inline-block;padding:1rem 2rem;background:#ff8c00;color:#fff;text-decoration:none;font-weight:600;font-size:1rem;border-radius:8px;transition:all .2s;box-shadow:0 2px 4px #ff8c004d}.not-found__link:hover{background:#e67e00;transform:translateY(-2px);box-shadow:0 4px 12px #ff8c0059}@media(max-width:480px){.not-found__code{font-size:4.5rem}.not-found__title{font-size:1.5rem}.not-found__text{font-size:1rem}}.app{min-height:100vh;display:flex;flex-direction:column}.app>main{flex:1}
