.sww-page{--red:#bd2738;--red-light:#e8344a;--red-dark:#9a1f2d;--black:#000;--white:#fff;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#e5e5e5;--gray-300:#d4d4d4;--gray-400:#a3a3a3;--gray-500:#737373;--gray-600:#525252;--gray-700:#404040;--gray-800:#262626;--gray-900:#171717;--font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--radius:12px;--radius-sm:8px;--radius-lg:16px;--shadow:0 1px 3px #00000014,0 4px 12px #0000000a;--shadow-lg:0 4px 16px #0000001a,0 8px 32px #0000000f;font-family:var(--font);color:var(--gray-800);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.6}.sww-page *,.sww-page :before,.sww-page :after{box-sizing:border-box;margin:0;padding:0}.sww-page a{color:var(--red);text-decoration:none;transition:color .2s}.sww-page a:hover{color:var(--red-dark)}.sww-page .text-red{color:var(--red)}.sww-page code{background:var(--gray-100);color:var(--red);border-radius:4px;padding:2px 8px;font-size:.9em;font-weight:600}.sww-page .sww-container{max-width:1120px;margin:0 auto;padding:0 24px}.sww-page .sww-nav{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);background:#ffffffeb;transition:box-shadow .3s;position:fixed;top:0;left:0;right:0}.sww-page .sww-nav.scrolled{box-shadow:var(--shadow)}.sww-nav-inner{justify-content:space-between;align-items:center;max-width:1120px;height:64px;margin:0 auto;padding:0 24px;display:flex}.sww-nav-brand{color:var(--black);align-items:center;display:flex}.sww-nav-brand svg{width:auto;height:22px}.sww-nav-brand:hover{color:var(--red)}.sww-nav-links{align-items:center;gap:28px;display:flex}.sww-nav-links a{color:var(--gray-600);font-size:.875rem;font-weight:500;transition:color .2s}.sww-nav-links a:hover{color:var(--black)}.sww-nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.sww-nav-toggle span{background:var(--black);border-radius:2px;width:24px;height:2px;transition:all .3s}.sww-hero{background:linear-gradient(135deg,var(--white)0%,var(--gray-50)100%);border-bottom:1px solid var(--gray-200);padding:160px 48px 100px}.sww-hero-content{align-items:center;gap:60px;max-width:1120px;margin:0 auto;display:flex}.sww-hero-logo-col{flex:1;justify-content:flex-start;display:flex}.sww-hero-logo{width:100%;max-width:480px;height:auto}.sww-hero-info-col{flex:1}.sww-hero-date{color:var(--red);margin-bottom:16px;font-size:1.5rem;font-weight:700}.sww-hero-subtitle{color:var(--gray-600);max-width:560px;margin:0 0 24px;font-size:1.125rem;line-height:1.7}.sww-hero-meta{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:0;display:flex}.sww-hero-meta-item{color:var(--gray-600);align-items:center;gap:8px;font-size:.95rem;display:flex}.sww-hero-meta-item svg{color:var(--red);flex-shrink:0}.sww-section{padding:80px 0}.sww-section-alt{background:var(--gray-50)}.sww-section-title{letter-spacing:-.02em;color:var(--black);text-align:center;margin-bottom:8px;font-size:2rem;font-weight:800}.sww-section-subtitle{text-align:center;color:var(--gray-500);margin-bottom:48px;font-size:1.05rem}.sww-tabs{-webkit-overflow-scrolling:touch;gap:8px;margin-bottom:40px;display:flex;overflow-x:auto}.sww-tab{background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius);cursor:pointer;text-align:left;min-width:160px;font-family:var(--font);flex:1;padding:16px 20px;transition:all .2s}.sww-tab:hover{border-color:var(--gray-300)}.sww-tab.active{border-color:var(--red);background:var(--white);box-shadow:0 0 0 1px var(--red)}.sww-tab-day{color:var(--black);font-size:1.1rem;font-weight:800;display:block}.sww-tab-date{color:var(--gray-500);font-size:.85rem;font-weight:500;display:block}.sww-tab-theme{color:var(--red);margin-top:4px;font-size:.8rem;font-weight:600;display:block}.sww-tab-content{display:none}.sww-tab-content.active{display:block}.sww-timeline{padding-left:120px;position:relative}.sww-timeline:before{content:"";background:var(--gray-200);width:2px;position:absolute;top:0;bottom:0;left:100px}.sww-timeline-item{border-bottom:1px solid var(--gray-100);padding:16px 0 16px 24px;position:relative}.sww-timeline-item:last-child{border-bottom:none}.sww-timeline-item:before{content:"";background:var(--gray-300);border:2px solid var(--white);border-radius:50%;width:10px;height:10px;position:absolute;top:24px;left:-11px}.sww-timeline-item.highlight:before{background:var(--red);width:12px;height:12px;left:-12px}.sww-timeline-time{text-align:right;width:90px;color:var(--gray-500);font-size:.9rem;font-weight:700;position:absolute;top:16px;left:-120px}.sww-timeline-body h4{color:var(--black);margin-bottom:4px;font-size:1.05rem;font-weight:700}.sww-timeline-body p{color:var(--gray-600);margin-bottom:2px;font-size:.9rem}.sww-timeline-location{font-weight:500;color:var(--gray-400)!important;font-size:.8rem!important}.sww-timeline-item.muted .sww-timeline-body h4{color:var(--gray-400);font-weight:600}.sww-timeline-item.muted:before{background:var(--gray-200)}.sww-workshop-grid{flex-direction:column;gap:16px;display:flex}.sww-workshop-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);align-items:flex-start;gap:24px;padding:28px;transition:box-shadow .2s,transform .2s;display:flex}.sww-workshop-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.sww-workshop-photo{object-fit:cover;border:3px solid var(--gray-100);border-radius:50%;width:88px;min-width:88px;height:88px}.sww-workshop-card-body{flex:1}.sww-workshop-card h3{color:var(--black);margin-bottom:4px;font-size:1.15rem;font-weight:800}.sww-workshop-speaker{color:var(--gray-800);font-weight:700;margin-bottom:2px!important}.sww-workshop-org{color:var(--gray-400);font-size:.85rem;margin-bottom:8px!important}.sww-workshop-card p{color:var(--gray-600);font-size:.9rem;line-height:1.6}.sww-workshop-when{color:var(--gray-400);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:.8rem;font-weight:600}.sww-perks-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;margin-bottom:40px;display:grid}.sww-perk-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:28px}.sww-perk-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.sww-perk-header h3{color:var(--black);font-size:1.15rem;font-weight:800}.sww-perk-logo{object-fit:contain;mix-blend-mode:multiply;width:auto;height:32px}.sww-perk-value{color:var(--red);white-space:nowrap;background:#bd273814;border-radius:100px;padding:4px 12px;font-size:.8rem;font-weight:700}.sww-perk-card p{color:var(--gray-600);margin-bottom:12px;font-size:.9rem;line-height:1.6}.sww-perk-details{margin-bottom:12px;list-style:none}.sww-perk-details li{color:var(--gray-600);padding:4px 0 4px 20px;font-size:.9rem;position:relative}.sww-perk-details li:before{content:">";color:var(--red);font-weight:700;position:absolute;left:0}.sww-perk-how{color:var(--gray-700);background:var(--gray-50);border-radius:var(--radius-sm);border-left:3px solid var(--red);padding:12px 16px;font-size:.85rem}.sww-perk-how a{text-decoration:underline}.sww-perk-tip{font-style:italic;color:var(--gray-500)!important;font-size:.85rem!important}.sww-toolkit-tip{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);text-align:center;padding:32px}.sww-toolkit-tip h3{color:var(--black);margin-bottom:8px;font-size:1.3rem;font-weight:800}.sww-toolkit-tip p{color:var(--gray-600);max-width:600px;margin:0 auto;font-size:.95rem}.sww-toolkit-flow-steps{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:24px;display:flex}.sww-toolkit-step{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);text-align:left;align-items:flex-start;gap:12px;min-width:180px;padding:16px 20px;display:flex}.sww-toolkit-step-num{background:var(--red);width:28px;min-width:28px;height:28px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:800;display:flex}.sww-toolkit-step strong{color:var(--black);font-size:.95rem}.sww-toolkit-step p{color:var(--gray-500)!important;text-align:left!important;max-width:none!important;margin:2px 0 0!important;font-size:.8rem!important}.sww-toolkit-step-arrow{color:var(--gray-300);font-size:1.2rem;font-weight:700}.sww-catering-credit{justify-content:center;align-items:center;gap:12px;margin-bottom:32px;display:flex}.sww-catering-credit span{color:var(--gray-400);font-size:.85rem;font-weight:500}.sww-catering-credit img{object-fit:contain;width:auto;height:48px}.sww-menu-by-day{flex-direction:column;gap:32px;margin-bottom:32px;display:flex}.sww-menu-day-group{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden}.sww-menu-day-group-title{color:var(--white);background:var(--red);letter-spacing:-.01em;padding:14px 28px;font-size:1.2rem;font-weight:800}.sww-menu-day-meals{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:0;display:grid}.sww-menu-meal{border-bottom:1px solid var(--gray-100);border-right:1px solid var(--gray-100);padding:20px 28px}.sww-menu-meal:last-child{border-right:none}.sww-menu-meal-title{color:var(--black);margin-bottom:10px;font-size:.95rem;font-weight:700}.sww-menu-note{color:var(--gray-500);margin-bottom:8px;font-size:.85rem}.sww-menu-items{list-style:none}.sww-menu-items li{color:var(--gray-700);border-bottom:1px solid var(--gray-100);padding:6px 0;font-size:.9rem}.sww-menu-items li:last-child{border-bottom:none}.sww-diet-tag{color:#439642;white-space:nowrap;background:#43964214;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:600}.sww-menu-beverages{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);margin-bottom:20px;padding:24px}.sww-menu-beverages h3{color:var(--black);margin-bottom:16px;font-size:1.05rem;font-weight:700}.sww-beverage-list{flex-wrap:wrap;gap:8px;display:flex}.sww-beverage-list span{color:var(--gray-600);background:var(--gray-50);border:1px solid var(--gray-200);border-radius:100px;padding:6px 14px;font-size:.85rem}.sww-menu-allergen{border-radius:var(--radius);background:#4396420a;border:1px solid #43964226;padding:20px 24px}.sww-menu-allergen h4{color:#439642;margin-bottom:4px;font-size:.9rem;font-weight:700}.sww-menu-allergen p{color:var(--gray-600);font-size:.85rem;line-height:1.6}.sww-know-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-bottom:32px;display:grid}.sww-know-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:28px}.sww-know-icon{width:48px;height:48px;color:var(--red);background:#bd27380f;border-radius:12px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.sww-know-card h3{color:var(--black);margin-bottom:12px;font-size:1.1rem;font-weight:800}.sww-know-card p,.sww-know-card li{color:var(--gray-600);font-size:.9rem;line-height:1.6}.sww-know-card ul,.sww-know-card ol{padding-left:18px}.sww-know-card li{margin-bottom:6px}.sww-know-highlight{background:linear-gradient(135deg,var(--red),var(--red-dark));color:var(--white);border-radius:var(--radius-lg);align-items:flex-start;gap:20px;padding:32px;display:flex}.sww-know-highlight-icon{width:56px;height:56px;color:var(--white);background:#ffffff26;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.sww-know-highlight h3{margin-bottom:8px;font-size:1.2rem;font-weight:800}.sww-know-highlight p{color:#ffffffe6;font-size:.95rem;line-height:1.6}.sww-sponsor-tier{margin-bottom:40px}.sww-sponsor-tier-label{text-transform:uppercase;letter-spacing:.08em;color:var(--gray-400);text-align:center;margin-bottom:16px;font-size:.8rem;font-weight:700}.sww-sponsor-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px 48px;margin-bottom:8px;display:flex}.sww-sponsor-logo{justify-content:center;align-items:center;padding:0;transition:all .3s;display:flex}.sww-sponsor-logo:hover{opacity:.7}.sww-sponsor-logo img{object-fit:contain;mix-blend-mode:multiply;width:auto;max-width:180px;height:auto;max-height:44px}.sww-sponsor-logos-lg{margin-bottom:24px}.sww-sponsor-logos-lg .sww-sponsor-logo img{max-width:240px;max-height:72px}.sww-sponsor-tier:nth-of-type(2) .sww-sponsor-logo img{max-width:200px;max-height:56px}.sww-sponsor-tier:nth-of-type(2) .sww-sponsor-logo:nth-child(2) img,.sww-sponsor-tier:nth-of-type(2) .sww-sponsor-logo:nth-child(4) img{max-width:240px;max-height:88px}.sww-sponsor-tier:nth-of-type(3) .sww-sponsor-logo:nth-child(2) img{max-width:200px;max-height:64px}.sww-footer{background:var(--black);color:var(--white);padding:48px 0 32px}.sww-footer-inner{justify-content:space-between;align-items:flex-start;gap:32px;margin-bottom:32px;display:flex}.sww-footer-title{margin-bottom:4px;font-size:1.1rem;font-weight:800}.sww-footer-brand p:last-child{color:var(--gray-400);font-size:.85rem}.sww-footer-links{gap:24px;display:flex}.sww-footer-links a{color:var(--gray-400);font-size:.9rem}.sww-footer-links a:hover{color:var(--white)}.sww-footer-hashtag{text-align:center;color:var(--gray-500);border-top:1px solid var(--gray-800);padding-top:24px;font-size:.85rem}.sww-sponsors-banner{border-bottom:1px solid var(--gray-200);padding:48px 0}.sww-sponsors-banner-label{text-align:center;color:var(--gray-800);margin-bottom:24px;font-size:1.1rem;font-weight:700}.sww-sponsors-banner-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;display:flex}.sww-sponsors-banner-row .sww-sponsor-logo img{mix-blend-mode:multiply;width:auto;max-width:200px;height:44px;max-height:44px}.sww-sponsors-banner-row .sww-sponsor-logo:first-child img,.sww-sponsors-banner-row .sww-sponsor-logo:nth-child(2) img{height:64px;max-height:64px}.sww-sponsors-banner-row .sww-sponsor-logo:nth-child(3) img{height:88px;max-height:88px}.sww-sponsors-banner-row .sww-sponsor-logo:nth-child(5) img{height:32px;max-height:32px}.sww-winners-list{margin-bottom:12px;list-style:none}.sww-winners-list li{color:#fffffff2;padding:4px 0 4px 24px;font-size:.95rem;line-height:1.6;position:relative}.sww-winners-list li:before{content:"";background:#ffffff80;border-radius:50%;width:8px;height:8px;position:absolute;top:12px;left:0}@media (max-width:768px){.sww-nav-links{background:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-lg);flex-direction:column;gap:4px;padding:16px 24px 24px;display:none;position:fixed;top:64px;left:0;right:0}.sww-nav-links.open{display:flex}.sww-nav-links a{border-bottom:1px solid var(--gray-100);padding:12px 0;font-size:1rem}.sww-nav-toggle{display:flex}.sww-hero{padding:120px 20px 60px}.sww-hero-content{text-align:center;flex-direction:column;gap:32px}.sww-hero-logo-col{justify-content:center}.sww-hero-logo{max-width:320px}.sww-hero-info-col{text-align:center}.sww-hero-subtitle{margin:0 auto 24px}.sww-hero-meta{align-items:center}.sww-hero-date{font-size:1.2rem}.sww-section{padding:60px 0}.sww-section-title{font-size:1.6rem}.sww-tabs{gap:6px}.sww-tab{min-width:120px;padding:12px 14px}.sww-timeline{padding-left:0}.sww-timeline:before,.sww-timeline-item:before{display:none}.sww-timeline-item{padding-left:0}.sww-timeline-time{text-align:left;width:auto;color:var(--red);margin-bottom:4px;position:static}.sww-workshop-card{text-align:center;flex-direction:column;align-items:center;gap:16px}.sww-workshop-photo{width:72px;min-width:72px;height:72px}.sww-workshop-when{text-align:center}.sww-perks-grid,.sww-know-grid,.sww-menu-day-meals{grid-template-columns:1fr}.sww-menu-meal{border-right:none}.sww-toolkit-flow-steps{flex-direction:column;gap:8px}.sww-toolkit-step{width:100%;min-width:auto}.sww-toolkit-step-arrow{transform:rotate(90deg)}.sww-know-highlight,.sww-footer-inner{flex-direction:column}.sww-footer-links{flex-direction:column;gap:12px}.sww-sponsor-logos{gap:24px 32px}.sww-sponsor-logo img{max-width:140px;max-height:36px}.sww-sponsors-banner-row{gap:24px}.sww-sponsors-banner-row .sww-sponsor-logo img{height:28px;max-height:28px}}@media (max-width:480px){.sww-hero-meta-item{font-size:.85rem}.sww-perk-header{flex-direction:column;gap:4px}}
