@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.voting-card{background:#ffffff0d;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:32px;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;animation:slideInFromLeft .8s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 40px #00000026,inset 0 1px #ffffff1a;margin-bottom:3rem}.voting-card:nth-child(2){animation:slideInFromRight .8s cubic-bezier(.4,0,.2,1)}.voting-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 32px 64px #00000040,inset 0 1px #fff3;border-color:#fff3}.voting-card.teamBrace{position:relative}.voting-card.teamBrace:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:32px 32px 0 0}.voting-card.teamTech{position:relative}.voting-card.teamTech:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:32px 32px 0 0}.card-header{text-align:center;margin-bottom:2.5rem}.team-image{width:100px;height:100px;border-radius:24px;margin:0 auto 1.5rem;overflow:hidden;border:2px solid rgba(255,255,255,.15);transition:all .4s cubic-bezier(.4,0,.2,1);background:#ffffff0d}.team-image:hover{transform:scale(1.05) rotate(2deg);border-color:#ffffff4d;box-shadow:0 12px 24px #0003}.team-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.team-image:hover img{transform:scale(1.1)}.card-header h3{font-family:Inter,sans-serif;font-size:1.75rem;font-weight:700;color:#fff;margin:0;letter-spacing:-.02em}.card-body{color:#ffffffe6}.team-description{font-size:1rem;line-height:1.6;margin-bottom:2rem;text-align:center;color:#fffc;font-weight:400}.team-info{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2.5rem;padding:1.5rem;background:#0003;border-radius:20px;border:1px solid rgba(255,255,255,.05)}.info-item{display:flex;flex-direction:column;align-items:center;text-align:center}.info-label{font-size:.8rem;color:#fff9;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px;font-weight:600;font-family:JetBrains Mono,monospace}.info-value{font-size:1.1rem;font-weight:600;color:#fff}.rating-section{margin-bottom:2.5rem}.rating-section h4{text-align:center;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600;color:#fff;letter-spacing:-.01em}.rating-buttons{display:grid;grid-template-columns:repeat(11,1fr);gap:.4rem;max-width:100%;justify-items:center}.rating-btn{aspect-ratio:1;width:100%;max-width:48px;min-height:36px;border:1px solid rgba(255,255,255,.15);background:#ffffff0d;color:#fffc;font-size:.85rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:JetBrains Mono,monospace;display:flex;align-items:center;justify-content:center}.rating-btn:hover{transform:translateY(-2px) scale(1.05);background:#ffffff1a;border-color:#ffffff4d;color:#fff}.rating-btn.selected{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#ffffff4d;color:#fff;transform:translateY(-2px) scale(1.1);box-shadow:0 8px 20px #667eea66,0 0 0 1px #ffffff1a;animation:glow 2s ease-in-out infinite alternate}.rating-btn.disabled{opacity:.5;cursor:not-allowed}.selected-vote{text-align:center;margin-top:1rem;padding:.75rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:12px;color:#22c55e;font-size:.95rem;font-weight:500;animation:scaleIn .3s cubic-bezier(.4,0,.2,1)}.selected-vote strong{font-size:1.1rem;font-weight:700}.vote-submit-btn{width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border:none;border-radius:20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 8px 24px #667eea4d;font-family:Inter,sans-serif;letter-spacing:-.01em}.vote-submit-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s cubic-bezier(.4,0,.2,1)}.vote-submit-btn:hover:before{left:100%}.vote-submit-btn:hover{transform:translateY(-2px);box-shadow:0 12px 36px #667eea66;filter:brightness(1.05)}.vote-submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.vote-submit-btn:disabled:hover{transform:none;box-shadow:0 8px 24px #667eea4d}.vote-submit-btn.voting{background:linear-gradient(135deg,#f093fb,#f5576c);animation:glow 1.5s ease-in-out infinite alternate}.spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite;margin-right:.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.voting-card{padding:2rem;margin-bottom:4rem}.team-image{width:80px;height:80px}.card-header h3{font-size:1.5rem}.team-description{font-size:.95rem}.rating-buttons{gap:.3rem}.rating-btn{max-width:40px;min-height:32px;font-size:.8rem}.team-info{grid-template-columns:1fr;gap:1rem;text-align:center}}@media (max-width: 640px){.rating-buttons{grid-template-columns:repeat(6,1fr);gap:.4rem}.rating-btn{max-width:none;min-height:40px;font-size:.9rem}}@media (max-width: 480px){.voting-card{padding:1.5rem;margin-bottom:5rem}.rating-buttons{grid-template-columns:repeat(6,1fr);gap:.3rem}.rating-btn{min-height:36px;font-size:.8rem}}@media (max-width: 400px){.rating-buttons{grid-template-columns:repeat(4,1fr);gap:.4rem}.rating-btn{min-height:44px;font-size:.9rem}}.homepage{padding:8rem 2rem 4rem;min-height:100vh;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1)}.hero-section{text-align:center;margin-bottom:6rem;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 1rem;overflow:visible}.main-title{font-family:Inter,sans-serif;font-size:clamp(3rem,8vw,6rem);font-weight:900;color:#fff;margin-bottom:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.04em;line-height:.9;animation:scaleIn 1s cubic-bezier(.4,0,.2,1) .2s both;position:relative;display:flex;flex-direction:column;align-items:center}.title-line{display:block;padding:0 1rem;margin:0 auto;max-width:100vw;overflow:visible}.title-line:first-child{white-space:nowrap;font-size:clamp(1.8rem,5vw,4.5rem);margin-bottom:.3rem}.title-line:last-child{white-space:normal;font-size:clamp(2.2rem,6vw,5rem)}.main-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;animation:scaleIn 1s cubic-bezier(.4,0,.2,1) .4s both}.subtitle{font-size:clamp(1.2rem,3vw,1.6rem);color:#fffc;margin-bottom:2rem;font-weight:400;line-height:1.5;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .4s both}.challenge-description{background:#ffffff0d;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:2rem;max-width:700px;margin:0 auto 2rem;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .6s both;box-shadow:0 8px 32px #0003,inset 0 1px #ffffff1a}.challenge-description p{color:#ffffffe6;font-size:1.15rem;font-weight:400;margin:0;line-height:1.6}.location-section{max-width:1400px;margin:0 auto 8rem;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .8s both}.location-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;background:#ffffff0d;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:32px;padding:3rem;box-shadow:0 20px 40px #00000026,inset 0 1px #ffffff1a}.location-content h2{font-family:Inter,sans-serif;font-size:clamp(2rem,5vw,2.5rem);font-weight:700;color:#fff;margin-bottom:2rem;letter-spacing:-.02em}.location-info h3{font-family:Inter,sans-serif;font-size:1.8rem;font-weight:600;color:#fff;margin-bottom:1rem;letter-spacing:-.01em}.location-description{font-size:1.1rem;line-height:1.6;color:#fffc;margin-bottom:2rem;font-weight:400}.garden-highlight{background:#0003;border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.05);border-left:4px solid #22c55e}.garden-highlight h4{font-family:Inter,sans-serif;font-size:1.4rem;font-weight:600;color:#22c55e;margin-bottom:1rem;letter-spacing:-.01em}.garden-highlight p{font-size:1rem;line-height:1.6;color:#fffc;margin-bottom:1rem;font-weight:400}.garden-highlight p:last-child{margin-bottom:0}.gardener-credit{color:#ffffffb3!important;font-size:.95rem!important}.gardener-credit strong{color:#22c55e;font-weight:600}.location-image{position:relative;border-radius:24px;overflow:hidden;border:2px solid rgba(255,255,255,.1);box-shadow:0 20px 40px #0003}.location-image img{width:100%;height:400px;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.location-image:hover img{transform:scale(1.05)}.location-image:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:24px 24px 0 0}.voting-section{max-width:1400px;margin:0 auto}@media (max-width: 1200px){.location-container{grid-template-columns:1fr;gap:2rem;text-align:center}.location-image{order:-1}}@media (max-width: 768px){.location-section{margin-bottom:4rem;padding:0 .5rem}.location-container{padding:1.5rem;gap:1.5rem}.location-content h2{margin-bottom:1.5rem}.garden-highlight{padding:1.5rem}.location-image img{height:300px}}@media (max-width: 480px){.location-container{padding:1.5rem}.garden-highlight{padding:1rem}.location-image img{height:250px}}.voting-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem;flex-wrap:wrap;gap:2rem}.voting-header h2{font-family:Inter,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#fff;letter-spacing:-.02em;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .8s both;margin:0}.file-controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.file-btn{padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;border:2px solid rgba(255,255,255,.2);border-radius:16px;background:#ffffff0d;color:#fffc;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:Inter,sans-serif;white-space:nowrap}.file-btn:hover{background:#ffffff1a;border-color:#ffffff4d;color:#fff;transform:translateY(-1px)}.file-input{padding:.5rem;font-size:.85rem;border:2px solid rgba(255,255,255,.2);border-radius:12px;background:#ffffff0d;color:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:Inter,sans-serif;cursor:pointer}.file-input::-webkit-file-upload-button{background:#667eea33;color:#fff;border:none;padding:.4rem .8rem;border-radius:8px;font-size:.8rem;font-weight:500;cursor:pointer;margin-right:.5rem}.file-input::-webkit-file-upload-button:hover{background:#667eea4d}.voted-message{background:#22c55e1a;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(34,197,94,.3);border-radius:24px;padding:3rem;max-width:600px;margin:0 auto;text-align:center;animation:scaleIn .8s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 40px #22c55e1a,inset 0 1px #ffffff1a}.voted-message h3{color:#22c55e;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.voted-message p{color:#fffc;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0 0 1.5rem}.results-timing{background:#0003;border-radius:16px;padding:1.5rem;border:1px solid rgba(255,255,255,.05);border-left:4px solid #fbbf24}.results-timing p{margin:.5rem 0;font-size:1rem}.results-timing p:first-child{color:#fbbf24;font-size:1.1rem;margin-bottom:.75rem}.results-timing p:last-child{color:#ffffffe6;font-size:1rem;margin-top:.5rem}.vote-stats{background:#0003;border-radius:16px;padding:1.5rem;border:1px solid rgba(255,255,255,.05);border-left:4px solid #667eea;margin-top:1.5rem}.vote-stats p{margin:0;color:#ffffffe6;font-size:1rem}.save-info{margin-top:1.5rem;color:#fff9;font-size:.9rem;font-style:italic}.reset-vote-btn{margin-top:2rem;padding:1rem 2rem;font-size:1rem;font-weight:500;border:2px solid rgba(239,68,68,.3);border-radius:20px;background:#ef44441a;color:#ef4444e6;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:Inter,sans-serif}.reset-vote-btn:hover{background:#ef444433;border-color:#ef444480;color:#ef4444;transform:translateY(-1px);box-shadow:0 8px 24px #ef444433}.voting-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(600px,1fr));gap:2rem;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) 1s both;margin-bottom:4rem}.submit-votes-container{text-align:center;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) 1.2s both}.submit-votes-btn{padding:1.5rem 3rem;font-size:1.2rem;font-weight:600;border:2px solid rgba(255,255,255,.2);border-radius:24px;background:#ffffff0d;color:#ffffffb3;cursor:not-allowed;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);font-family:Inter,sans-serif;letter-spacing:-.01em;min-width:350px}.submit-votes-btn.ready{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#ffffff4d;color:#fff;cursor:pointer;box-shadow:0 12px 36px #667eea66;animation:glow 2s ease-in-out infinite alternate}.submit-votes-btn.ready:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 16px 48px #667eea99}.submit-votes-btn:disabled.ready{cursor:not-allowed;transform:none}@media (max-width: 1300px){.voting-cards{grid-template-columns:1fr;max-width:700px;margin:0 auto}}@media (max-width: 768px){.homepage{padding:10rem .5rem 2rem}.hero-section{margin-bottom:4rem;padding:0 .5rem}.main-title{margin-bottom:2rem}.title-line{padding:0}.title-line:first-child{font-size:clamp(1.4rem,4vw,2.5rem)}.title-line:last-child{font-size:clamp(1.8rem,5vw,3rem)}.challenge-description{padding:1.5rem;margin-bottom:1rem}.challenge-description p{font-size:1rem}.voting-header{flex-direction:column;align-items:center;text-align:center;gap:1.5rem;margin-bottom:3rem}.voting-header h2{margin-bottom:0}.file-controls{justify-content:center}.voted-message{padding:2rem}.voting-cards{grid-template-columns:1fr;gap:2rem;padding:0 .5rem;margin-bottom:5rem}.submit-votes-container{padding:0 .5rem}.submit-votes-btn{min-width:auto;width:100%;padding:1.2rem 1.5rem}}@media (max-width: 480px){.homepage{padding:12rem .5rem 2rem}.title-line:first-child{font-size:clamp(1.2rem,3.5vw,2rem);white-space:normal;word-break:break-word;line-height:1.2}.title-line:last-child{font-size:clamp(1.5rem,4.5vw,2.5rem)}.main-title:after{width:60px;height:3px}.voting-cards{gap:1.5rem;margin-bottom:4rem}.submit-votes-btn{font-size:1rem;padding:1rem}}.results-page{padding:8rem 2rem 4rem;min-height:100vh;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1)}.results-header{text-align:center;margin-bottom:4rem;max-width:1000px;margin-left:auto;margin-right:auto}.header-content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.header-content h1{flex:1;margin:0}.results-header h1{font-family:Inter,sans-serif;font-size:clamp(3rem,7vw,4.5rem);font-weight:900;color:#fff;margin-bottom:2rem;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.04em;line-height:.9;animation:scaleIn 1s cubic-bezier(.4,0,.2,1) .2s both;position:relative}.results-header h1:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:120px;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;animation:scaleIn 1s cubic-bezier(.4,0,.2,1) .4s both}.winner-announcement{background:#ffffff0d;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:32px;padding:3rem;margin:2rem auto 4rem;max-width:700px;animation:scaleIn 1s cubic-bezier(.4,0,.2,1) .6s both;position:relative;overflow:hidden;box-shadow:0 32px 64px #0003,inset 0 1px #ffffff1a}.winner-announcement:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);border-radius:32px 32px 0 0;animation:shimmerBackground 3s ease-in-out infinite}.winner-announcement.teamBrace:before{background:linear-gradient(135deg,#667eea,#764ba2)}.winner-announcement.teamTech:before{background:linear-gradient(135deg,#f093fb,#f5576c)}.winner-announcement.tie:before{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.winner-announcement h2{font-family:Inter,sans-serif;color:#fff;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;margin-bottom:1rem;letter-spacing:-.02em;animation:glow 2s ease-in-out infinite alternate}.winner-announcement p{color:#fffc;font-size:1.2rem;font-weight:400;margin:0;line-height:1.5}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(600px,1fr));gap:2rem;max-width:1400px;margin:0 auto;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .8s both}.team-results{background:#ffffff0d;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:32px;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 20px 40px #00000026,inset 0 1px #ffffff1a}.team-results:hover{transform:translateY(-8px);box-shadow:0 32px 64px #00000040,inset 0 1px #fff3;border-color:#fff3}.team-results.teamBrace:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:32px 32px 0 0}.team-results.teamTech:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:32px 32px 0 0}.team-results h3{font-family:Inter,sans-serif;font-size:1.8rem;font-weight:700;color:#fff;text-align:center;margin-bottom:2.5rem;letter-spacing:-.02em}.stats-overview{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2.5rem;padding:2rem;background:#0003;border-radius:24px;border:1px solid rgba(255,255,255,.05)}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-value{font-family:Inter,sans-serif;font-size:3rem;font-weight:900;color:#fff;margin-bottom:.5rem;letter-spacing:-.02em}.stat-label{font-size:.9rem;color:#fff9;text-transform:uppercase;letter-spacing:1px;font-weight:600;font-family:JetBrains Mono,monospace}.vote-distribution h4{font-family:Inter,sans-serif;font-size:1.3rem;font-weight:600;color:#fff;text-align:center;margin-bottom:2rem;letter-spacing:-.01em}.distribution-chart{display:flex;flex-direction:column;gap:.75rem}.distribution-bar{display:flex;align-items:center;gap:1rem}.rating-label{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fffc;font-weight:600;font-size:.9rem;font-family:JetBrains Mono,monospace}.bar-container{flex:1;height:12px;background:#ffffff0d;border-radius:6px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.05)}.bar{height:100%;border-radius:6px;transition:all 1.2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.teamBrace-bar{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 0 20px #667eea4d}.teamTech-bar{background:linear-gradient(135deg,#f093fb,#f5576c);box-shadow:0 0 20px #f093fb4d}.bar:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:barShine 3s ease-in-out infinite}@keyframes barShine{0%{left:-100%}50%{left:100%}to{left:100%}}.count-label{width:40px;height:32px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-weight:600;font-size:.9rem;font-family:JetBrains Mono,monospace}.results-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem;margin-top:4rem;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) 1s both}.total-votes{text-align:right}.total-votes p{color:#fffc;font-size:.95rem;margin:.25rem 0}.total-votes p:first-child{font-weight:600;color:#fff;font-size:1.1rem}.reset-btn{padding:1rem 2rem;font-size:1rem;font-weight:600;border:1px solid rgba(239,68,68,.3);border-radius:20px;background:#ef44441a;color:#ef4444e6;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);font-family:Inter,sans-serif;letter-spacing:-.01em}.reset-btn:hover{background:#ef444433;border-color:#ef444480;color:#ef4444;transform:translateY(-2px);box-shadow:0 8px 24px #ef444433}@media (max-width: 1300px){.results-grid{grid-template-columns:1fr;max-width:800px}}@media (max-width: 768px){.results-page{padding:7rem 1rem 2rem}.results-header{margin-bottom:3rem}.header-content{flex-direction:column;align-items:center;text-align:center}.results-footer{flex-direction:column;text-align:center}.total-votes{text-align:center}.results-header h1:after{width:80px;height:3px}.winner-announcement{padding:2rem;margin-bottom:3rem}.team-results{padding:2rem}.stats-overview{grid-template-columns:1fr;gap:1rem;padding:1.5rem}.stat-value{font-size:2.5rem}.distribution-bar{gap:.75rem}.rating-label,.count-label{width:28px;height:28px;font-size:.8rem}}@media (max-width: 480px){.results-page{padding:6rem 1rem 2rem}.winner-announcement,.team-results{padding:1.5rem}.stats-overview{padding:1rem}.stat-value{font-size:2rem}}*{box-sizing:border-box;margin:0;padding:0}#root{width:100%;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.App{min-height:100vh;background:#0a0a0a;color:#fff;position:relative;overflow-x:hidden}.App:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 25% 25%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(255,119,198,.2) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(72,187,120,.15) 0%,transparent 50%);z-index:-2}.App:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.01) 50%,transparent 70%);z-index:-1;animation:shimmerBackground 20s ease-in-out infinite}@keyframes shimmerBackground{0%,to{opacity:.5}50%{opacity:1}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0a0a0acc;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.08);padding:.5rem 0}@media (max-width: 768px){.navbar{padding:.75rem 0}.nav-title{font-size:1.2rem}.results-disabled{font-size:.8rem;padding:.5rem 1rem}}.nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.nav-title{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:800;color:#fff;text-decoration:none;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease;letter-spacing:-.02em}.nav-title:hover{transform:translateY(-1px);filter:brightness(1.2)}.nav-links{display:flex;gap:.5rem}.nav-link{color:#ffffffb3;text-decoration:none;font-weight:500;font-size:.95rem;padding:.75rem 1.5rem;border-radius:100px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.nav-link:hover{color:#fff;background:#ffffff1a;border-color:#fff3;transform:translateY(-1px)}.nav-link.active{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent}.results-disabled{color:#fff9;font-size:.9rem;font-weight:500;font-style:italic;padding:.75rem 1.5rem;border-radius:20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);font-family:Inter,sans-serif;letter-spacing:-.01em}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes glow{0%,to{box-shadow:0 0 20px #667eea66}50%{box-shadow:0 0 40px #667eea99}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff0d}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}
