*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#ffbe98,#4960a8);min-height:100vh;color:#22223b;margin:0;padding:0}.app{min-height:100vh;width:100vw;padding:0;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.container{width:100%;max-width:1400px;margin:0 auto;background:#fff;border-radius:0 0 20px 20px;box-shadow:0 20px 40px #4960a814;overflow:hidden;padding:0 32px 32px}.main-content{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding:30px}.left-panel,.right-panel{display:flex;flex-direction:column;gap:30px}@media (max-width: 1024px){.main-content{grid-template-columns:1fr}.container{padding:0 10px 20px;border-radius:0 0 15px 15px}}@media (max-width: 768px){.main-content{padding:20px;gap:20px}.container{padding:0 2vw 10vw;border-radius:0 0 10px 10px}}.country-header{background:linear-gradient(135deg,#ffbe98,#4960a8);color:#fff;padding:40px 30px;text-align:center;position:relative;overflow:hidden;box-shadow:0 4px 24px #4960a81a}.country-header:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.header-content{position:relative;z-index:1}.country-name{font-size:3.5rem;font-weight:700;margin-bottom:10px;text-shadow:2px 2px 4px rgba(73,96,168,.15);letter-spacing:2px}.country-motto{font-size:1.3rem;font-style:italic;opacity:.95;font-weight:300;text-shadow:1px 1px 2px rgba(255,190,152,.1)}@media (max-width: 768px){.country-header{padding:30px 20px}.country-name{font-size:2.5rem}.country-motto{font-size:1.1rem}}.stats-grid{background:#fff;border-radius:0;padding:10px;box-shadow:0 5px 15px #4960a814;box-sizing:border-box}.stats-title{font-size:1.8rem;font-weight:600;margin-bottom:20px;color:#22223b;text-align:center}.stats-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:7px}.stat-card{background:#f5e2b7;border-radius:10px;padding:20px;border:1.5px solid #e2a1c4;box-shadow:0 4px 24px #4960a81a,0 1.5px 6px #0000000a;transition:transform .2s ease,box-shadow .2s ease;min-height:140px;box-sizing:border-box}.stat-card:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 32px #4960a829,0 2px 8px #0000000f}.stat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.stat-icon{font-size:1.5rem;margin-right:10px}.stat-name{flex:1;font-weight:600;color:#22223b;font-size:1rem}.stat-value{font-weight:700;color:#4960a8;font-size:1.1rem}.progress-bar{width:100%;height:8px;background:#e2a1c4;border-radius:4px;overflow:hidden;margin-bottom:10px}.progress-fill{height:100%;border-radius:4px;transition:width .8s ease;position:relative;background:linear-gradient(90deg,#4960a8,#ffbe98)}.stat-card:nth-child(2) .progress-fill{background:linear-gradient(90deg,#e2a1c4,#4960a8)}.stat-card:nth-child(3) .progress-fill{background:linear-gradient(90deg,#ffbe98,#2d4739)}.stat-card:nth-child(4) .progress-fill{background:linear-gradient(90deg,#2d4739,#e2a1c4)}.stat-description{font-size:.9rem;color:#666;line-height:1.4;margin:0}@media (max-width: 768px){.stats-container{grid-template-columns:1fr}.stat-card{padding:15px}.stats-title{font-size:1.5rem}}.country-description{background:#fff;border-radius:18px;padding:25px;box-shadow:0 4px 24px #4960a81a,0 1.5px 6px #0000000a;border:1.5px solid #e2a1c4}.description-title{font-size:1.8rem;font-weight:600;margin-bottom:20px;color:#22223b;text-align:center;position:relative}.description-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#ffbe98,#4960a8);border-radius:2px}.description-content{line-height:1.8}.description-content p{font-size:1rem;color:#555;text-align:justify;margin:0;font-weight:400}@media (max-width: 768px){.country-description{padding:20px}.description-title{font-size:1.5rem}.description-content p{font-size:.95rem;text-align:left}}.news-options{background:#fff;border-radius:15px;padding:25px;box-shadow:0 5px 15px #4960a814}.options-title{font-size:1.8rem;font-weight:600;margin-bottom:25px;color:#22223b;text-align:center}.options-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-bottom:20px}.option-card{background:#f5e2b7;border-radius:18px;padding:20px;border:1.5px solid #e2a1c4;box-shadow:0 4px 24px #4960a81a,0 1.5px 6px #0000000a;transition:transform .2s ease,box-shadow .2s ease;position:relative;overflow:hidden}.option-card:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 32px #4960a829,0 2px 8px #0000000f}.option-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.category-icon{font-size:1.5rem}.category-badge{color:#fff;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;background:#4960a8}.option-card:nth-child(2) .category-badge{background:#e2a1c4;color:#22223b}.option-card:nth-child(3) .category-badge{background:#ffbe98;color:#22223b}.option-card:nth-child(4) .category-badge{background:#2d4739}.option-title{font-size:1.2rem;font-weight:600;color:#22223b;margin-bottom:10px;line-height:1.3}.option-description{font-size:.95rem;color:#666;line-height:1.5;margin-bottom:20px}.vote-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.vote-button{padding:10px 20px;border:none;border-radius:25px;color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;background:#4960a8}.option-card:nth-child(2) .vote-button{background:#e2a1c4;color:#22223b}.option-card:nth-child(3) .vote-button{background:#ffbe98;color:#22223b}.option-card:nth-child(4) .vote-button{background:#2d4739}.vote-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 5px 15px #4960a826}.vote-button:disabled{cursor:not-allowed;background:#bdbdbd!important;color:#fff!important}.vote-button.voted{background-color:#22223b!important;color:#fff!important}.vote-stats{text-align:right}.vote-count{display:block;font-weight:600;color:#22223b;font-size:1rem}.vote-percentage{display:block;color:#666;font-size:.9rem}.vote-bar{width:100%;height:6px;background:#e2a1c4;border-radius:3px;overflow:hidden}.vote-fill{height:100%;border-radius:3px;transition:width .8s ease;background:#4960a8}.option-card:nth-child(2) .vote-fill{background:#e2a1c4}.option-card:nth-child(3) .vote-fill{background:#ffbe98}.option-card:nth-child(4) .vote-fill{background:#2d4739}.total-votes{text-align:center;font-size:1.1rem;font-weight:600;color:#4960a8;padding:15px;background:#f5e2b7;border-radius:10px;border:2px dashed #4960A8}@media (max-width: 768px){.options-container{grid-template-columns:1fr}.option-card{padding:15px}.vote-section{flex-direction:column;gap:10px;align-items:stretch}.vote-stats{text-align:center}.options-title{font-size:1.5rem}}.countdown-timer{background:#fff;border-radius:18px;padding:25px;box-shadow:0 4px 24px #4960a81a,0 1.5px 6px #0000000a;border:1.5px solid #e2a1c4;text-align:center}.countdown-title{font-size:1.8rem;font-weight:600;margin-bottom:20px;color:#22223b}.countdown-display{display:flex;justify-content:center;align-items:center;gap:15px;margin-bottom:20px}.time-unit{display:flex;flex-direction:column;align-items:center;min-width:80px}.time-value{font-size:2.5rem;font-weight:700;color:#4960a8;background:#f5e2b7;padding:15px 10px;border-radius:10px;min-width:80px;text-align:center;box-shadow:inset 0 2px 4px #4960a814;font-family:Courier New,monospace;animation:pulse 2s infinite}.time-label{font-size:.9rem;color:#666;margin-top:8px;font-weight:500;text-transform:uppercase;letter-spacing:1px}.time-separator{font-size:2.5rem;font-weight:700;color:#ffbe98;margin-top:-20px;animation:blink 1s infinite}.countdown-message{font-size:1rem;color:#555;font-style:italic;margin:0}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.3}}@media (max-width: 768px){.countdown-display{gap:10px}.time-unit{min-width:60px}.time-value{font-size:2rem;padding:10px 8px;min-width:60px}.time-separator{font-size:2rem}.countdown-title{font-size:1.5rem}}: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}}.daily-game{max-width:1200px;margin:0 auto;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.daily-game-loading,.daily-game-error,.daily-game-no-event{text-align:center;padding:40px;font-size:18px}.daily-game-error{color:#f44336}.daily-game-header{text-align:center;margin-bottom:30px}.daily-game-header h1{color:#333;margin-bottom:10px}.daily-game-date{color:#666;font-size:16px}.daily-game-event{background:#f5f5f5;padding:20px;border-radius:8px;margin-bottom:30px;border-left:4px solid #2196F3}.daily-game-event h2{color:#333;margin-bottom:10px}.daily-game-event p{color:#666;line-height:1.6}.daily-game-stats{margin-bottom:30px}.daily-game-stats h3{color:#333;margin-bottom:15px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.stat-item{background:#fff;padding:15px;border-radius:8px;border:1px solid #ddd;text-align:center}.stat-label{display:block;font-weight:700;color:#666;margin-bottom:5px}.stat-value{display:block;font-size:24px;font-weight:700;color:#333}.stat-value.streak{color:#2196f3}.daily-game-options h3{color:#333;margin-bottom:20px}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.option-card{background:#fff;border:2px solid #ddd;border-radius:8px;padding:20px;transition:all .3s ease}.option-card:hover{border-color:#2196f3;box-shadow:0 4px 8px #0000001a}.option-card h4{color:#333;margin-bottom:10px;font-size:18px}.option-card p{color:#666;line-height:1.6;margin-bottom:15px}.option-effects{margin-bottom:15px}.option-effects ul{list-style:none;padding:0;margin:10px 0 0}.option-effects li{padding:2px 0;color:#666}.vote-button{background:#2196f3;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:16px;transition:background .3s ease}.vote-button:hover{background:#1976d2}.vote-button:disabled{background:#ccc;cursor:not-allowed}.winning-badge{background:#4caf50;color:#fff;padding:8px 12px;border-radius:5px;text-align:center;font-weight:700}.voting-status{text-align:center;padding:20px;background:#e3f2fd;border-radius:8px;margin-top:20px}.winning-result{margin-top:30px;padding:20px;background:#f1f8e9;border-radius:8px;border-left:4px solid #4CAF50}.winning-result h3{color:#333;margin-bottom:15px}.winning-option h4{color:#333;margin-bottom:10px}.winning-option p{color:#666;line-height:1.6;margin-bottom:15px}.winning-effects ul{list-style:none;padding:0;margin:10px 0 0}.winning-effects li{padding:2px 0;color:#666}@media (max-width: 768px){.daily-game{padding:10px}.options-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}.history-feed{max-width:900px;margin:0 auto;padding:20px}.history-feed-loading,.history-feed-empty{text-align:center;padding:40px;font-size:18px}.history-list{display:flex;flex-direction:column;gap:24px}.history-card{background:#fff;border:1.5px solid #e0e0e0;border-radius:10px;padding:20px;box-shadow:0 2px 8px #2196f30a}.history-date{color:#2196f3;font-weight:700;margin-bottom:8px}.history-event h3{margin:0 0 6px;color:#333}.history-event p{margin:0 0 10px;color:#666}.history-response{margin:10px 0;color:#222}.history-response-desc{color:#666;margin-top:2px;margin-bottom:8px}.history-stats ul{list-style:none;padding:0;margin:0}.history-stats li{color:#444;padding:2px 0}.user-profile{max-width:600px;margin:0 auto;padding:24px;background:#fff;border-radius:10px;box-shadow:0 2px 8px #2196f30a}.user-profile-loading,.user-profile-not-signed-in{text-align:center;padding:40px;font-size:18px}.profile-section{margin-bottom:18px;font-size:17px}.badge{background:gold;color:#333;padding:4px 10px;border-radius:6px;font-weight:700;margin-left:8px}.votes-list{list-style:none;padding:0;margin:0}.votes-list li{padding:2px 0;color:#444}.vote-option{background:#e3f2fd;color:#1976d2;padding:2px 8px;border-radius:5px;margin-left:6px}
