:root{--bg: #FFFBF2;--text: #2A1F17;--text-muted: rgba(42,31,23,.5);--card-bg: #ffffff;--card-border: rgba(0,0,0,.08);--nav-bg: #ffffff;--screen-bg: #FFFBF2;--input-bg: #f5f0e8;--toggle-bg: rgba(0,0,0,.07)}html.dark{--bg: #0d0d0d;--text: #ffffff;--text-muted: rgba(255,255,255,.4);--card-bg: #141414;--card-border: rgba(255,255,255,.06);--nav-bg: #111111;--screen-bg: #0d0d0d;--input-bg: #1a1a1a;--toggle-bg: rgba(255,255,255,.08)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .25s ease,color .25s ease}button{font-family:inherit;border:none;cursor:pointer;outline:none}input,textarea{font-family:inherit;outline:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#bfae9b;border-radius:2px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@keyframes mascotBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes splashPulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes confettiFall{0%{opacity:1}to{opacity:0}}@keyframes flipInX{0%{opacity:0;transform:perspective(400px) rotateX(-80deg)}to{opacity:1;transform:perspective(400px) rotateX(0)}}@keyframes progressFill{0%{width:0%}to{width:var(--target-width)}}@keyframes waveExpand{0%{transform:scale(1);opacity:.4}to{transform:scale(1.6);opacity:0}}@keyframes popIn{0%{transform:scale(.4) translateY(10px);opacity:0}55%{transform:scale(1.12) translateY(-2px);opacity:1}80%{transform:scale(.96) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes wiggleSoft{0%,to{transform:rotate(0)}25%{transform:rotate(-4deg)}75%{transform:rotate(4deg)}}@keyframes floatUpFade{0%{transform:translateY(0);opacity:0}15%{opacity:1}to{transform:translateY(-38px);opacity:0}}@keyframes ringPulse{0%{transform:scale(.8);opacity:.55}to{transform:scale(1.9);opacity:0}}@keyframes earTwitch{0%,to{transform:rotate(0)}50%{transform:rotate(-8deg)}}.anim-fadeIn{animation:fadeIn .4s ease both}.anim-fadeInDown{animation:fadeInDown .4s ease both}.anim-fadeInUp{animation:fadeInUp .4s ease both}.anim-slideInRight{animation:slideInRight .3s ease both}.anim-mascot{animation:mascotBounce 1.4s ease-in-out infinite}.anim-splash{animation:splashPulse 1.1s ease-in-out infinite}.anim-flipIn{animation:flipInX .45s ease both}.anim-popIn{animation:popIn .5s cubic-bezier(.34,1.56,.64,1) both}.anim-wiggleSoft{animation:wiggleSoft .5s ease-in-out}.anim-floatUpFade{animation:floatUpFade 1.1s ease-out both}.anim-ringPulse{animation:ringPulse .7s ease-out both}.anim-earTwitch{animation:earTwitch .6s ease-in-out infinite}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.delay-50{animation-delay:50ms}.delay-100{animation-delay:.1s}.delay-150{animation-delay:.15s}.delay-200{animation-delay:.2s}.delay-250{animation-delay:.25s}.delay-300{animation-delay:.3s}.delay-350{animation-delay:.35s}.delay-400{animation-delay:.4s}.delay-450{animation-delay:.45s}.delay-500{animation-delay:.5s}.progress-bar-fill{transition:width .6s cubic-bezier(.4,0,.2,1)}.progress-ring-circle{transition:stroke-dashoffset .9s cubic-bezier(.4,0,.2,1)}@keyframes flagSlideIn{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}@keyframes photoReveal{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes heroKenBurns{0%{transform:scale(1.08)}to{transform:scale(1)}}.flag-bar{display:flex;height:5px;flex-shrink:0;overflow:hidden}.flag-bar-green{flex:1;background:#009246;animation:flagSlideIn .6s ease both}.flag-bar-white{flex:1;background:#fff;animation:flagSlideIn .6s .1s ease both}.flag-bar-red{flex:1;background:#ce2b37;animation:flagSlideIn .6s .2s ease both}.photo-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;animation:heroKenBurns 8s ease both}.anim-fadeInScale{animation:fadeInScale .5s ease both}.italian-card-hover{transition:transform .2s ease,box-shadow .2s ease}.italian-card-hover:hover{transform:translateY(-3px);box-shadow:0 16px 36px #0092462e}.week-card-hover{transition:transform .25s ease,box-shadow .25s ease;cursor:pointer}.week-card-hover:hover{transform:translateY(-4px);box-shadow:0 20px 48px #00000059}
