@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial}}}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.container{width:100%}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.min-h-screen{min-height:100vh}.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.border{border-style:var(--tw-border-style);border-width:1px}.uppercase{text-transform:uppercase}.italic{font-style:italic}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}*{box-sizing:border-box;margin:0;padding:0}html,body{color:#fff;background:linear-gradient(135deg,#0f1419,#1a2332);height:100%;font-family:Inter,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a2332}::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#2563eb}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1050;background:#0f1419f2;border-bottom:1px solid #3b82f633;padding:1rem 2rem;position:fixed;top:0;left:0;right:0}.header-content{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.logo{align-items:center;gap:.75rem;display:flex}.logo h1{-webkit-text-fill-color:transparent;background:linear-gradient(45deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.header-stats{align-items:center;gap:2rem;display:flex}.stat{flex-direction:column;align-items:center;gap:.25rem;display:flex}.stat-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.stat-value{color:#fff;font-size:1rem;font-weight:600}.money-value{color:#10b981}.citizen-value{color:#3b82f6}.coin-value{color:#f59e0b}.approval-value{color:#8b5cf6}.nav{gap:1rem;display:flex}.nav-button{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #3b82f64d;border-radius:.5rem;padding:.5rem 1rem;font-weight:500;transition:all .3s;position:relative}.nav-button:hover{color:#3b82f6;background:#3b82f61a;border-color:#3b82f680}.nav-button.active{color:#fff;background:#3b82f6;border-color:#3b82f6}.badge{color:#fff;text-align:center;background:#ef4444;border-radius:.75rem;min-width:1.25rem;padding:.125rem .375rem;font-size:.625rem;font-weight:700;line-height:1;position:absolute;top:-5px;right:-5px}.badge-notify{animation:2s infinite pulse}.menu-dropdown{display:inline-block;position:relative}.menu-dropdown-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1001;background:#0f1419f2;border:1px solid #3b82f633;border-radius:.5rem;min-width:200px;margin-top:.5rem;position:absolute;top:100%;right:0;box-shadow:0 8px 32px #0006}.menu-dropdown-item{color:#94a3b8;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:0;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.menu-dropdown-item:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.menu-dropdown-item:last-child{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.menu-dropdown-item:hover{color:#3b82f6;background:#3b82f61a}.menu-dropdown-item i{text-align:center;width:16px}.mobile-banner{color:#fff;z-index:1100;background:linear-gradient(135deg,#f59e0b,#d97706);padding:.75rem 1rem;animation:.3s ease-out slideDown;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px #0003}.mobile-banner-content{justify-content:center;align-items:center;max-width:1400px;margin:0 auto;font-size:.875rem;font-weight:500;display:flex;position:relative}.mobile-banner-close{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.5rem;font-size:.875rem;transition:background-color .3s;position:absolute;right:0}.mobile-banner-close:hover{background:#fff3}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.main-content{max-width:1400px;min-height:calc(100vh - 6rem);margin-top:6rem;margin-left:auto;margin-right:auto;padding:1rem 2rem 6rem}.main-content.with-mobile-banner{margin-top:9rem}.buildings-grid{grid-template-rows:repeat(5,minmax(110px,auto));grid-template-columns:repeat(2,1fr);gap:1rem;max-width:1400px;margin-bottom:1rem;margin-left:auto;margin-right:auto;display:grid}.building-container{border-radius:.5rem;gap:0;height:100%;margin:0 20px;display:flex;box-shadow:0 4px 8px #00000026}.mobile-company-dropdown,.mobile-company-content{display:none}.desktop-company-content,.desktop-section-headers{display:flex}.mobile-goal-tooltip{display:none}.building-icon-box{cursor:pointer;border-radius:.5rem 0 0 .5rem;flex-direction:column;justify-content:center;align-items:center;width:130px;height:100%;transition:all .3s;display:flex}.building-card{background:#2d3748;border:1px solid #0000001a;border-radius:0 .5rem .5rem 0;flex-direction:column;flex:1;height:100%;padding:0;transition:all .3s;display:flex;position:relative;overflow:hidden}.cycle-progress-bar{z-index:10;cursor:pointer;background:#0000004d;border-radius:0;justify-content:center;align-items:center;height:24px;display:flex;position:absolute;top:8px;left:8px;right:8px;overflow:hidden}.cycle-progress-fill{-o-transition:width .25s linear;background:linear-gradient(90deg,#8b5cf6,#3b82f6);border-radius:0;max-width:100%;height:100%;transition:width .25s linear;position:absolute;top:0;left:0}.cycle-progress-fill.progress-bar-reset{transition:width linear!important}.cycle-progress-fill.ultra-fast{transition:width 50ms linear!important}.cycle-progress-text{z-index:11;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;font-size:.8rem;font-weight:600;transition:color .1s,text-shadow .1s;position:relative}.building-icon-large{color:#fff;text-shadow:0 0 20px #ffffff4d;margin-bottom:.4rem;font-size:2.2rem;transition:all .3s}.building-icon-box:hover .building-icon-large{filter:drop-shadow(0 4px 8px #0000004d);transform:scale(1.1)}.building-count-large{color:#fff;text-shadow:0 0 5px #00000080;font-size:1.2rem;font-weight:700}.building-content-section{color:#e2e8f0;background:#2d3748;border-radius:0;flex-direction:column;flex:1;justify-content:flex-start;margin-top:24px;padding:.75rem .75rem 50px;display:flex}.profit-display{color:#e2e8f0;text-align:right;margin-bottom:.5rem;font-size:1rem;font-weight:600}.building-title{color:#e2e8f0;align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:.8rem;font-weight:700;display:flex}.building-title .checkmark{color:#10b981;font-size:1rem}.building-info{color:#6b7280;margin-bottom:.2rem;font-size:.7rem}.building-goal{color:#6b7280;margin-bottom:.4rem;font-size:.75rem}.building-card:before{content:"";background:linear-gradient(90deg,transparent,var(--category-color),transparent);height:3px;position:absolute;top:0;left:0;right:0}.building-card.grid:before{display:none}.building-card.renewable:before{--category-color:#10b981}.building-card.fossil:before{--category-color:#ef4444}.building-card.nuclear:before{--category-color:#8b5cf6}.building-card.advanced:before{--category-color:#f59e0b}.building-icon{color:#fff;border-radius:.4rem;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1rem;display:flex}.building-icon-box.grid,.building-icon-box.generation,.building-icon-box.distribution,.building-icon-box.financial{background:linear-gradient(135deg,#8b5cf6,#3b82f6)}.building-icon.grid{background:linear-gradient(135deg,#ef4444,#dc2626)}.building-icon.renewable{background:linear-gradient(135deg,#10b981,#059669)}.building-icon.fossil{background:linear-gradient(135deg,#ef4444,#dc2626)}.building-icon.nuclear{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.building-icon.advanced{background:linear-gradient(135deg,#f59e0b,#d97706)}.building-name{color:#fff;margin-bottom:.2rem;font-size:.9rem;font-weight:600}.building-count{color:#3b82f6;margin-bottom:.2rem;font-size:1.25rem;font-weight:700}.revenue-display{color:#fff;text-align:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:.25rem;margin-bottom:.2rem;padding:.2rem .4rem;font-size:.7rem;font-weight:600}.revenue-display:hover{background:linear-gradient(135deg,#059669,#047857)}.cycle-info,.goal-info,.revenue-percentage{color:#94a3b8;margin-bottom:.2rem;font-size:.65rem}.building-cost{color:#f59e0b;margin-bottom:.3rem;font-size:.7rem}.building-description{color:#94a3b8;flex-grow:1;margin-bottom:.3rem;font-size:.65rem;line-height:1.2}.buy-buttons{background:#2d3748;border-radius:0 0 .5rem .5rem;flex-shrink:0;gap:0;height:42px;padding:.5rem;display:flex;position:absolute;bottom:0;left:0;right:0}.buy-button-wrapper{flex:1;min-width:0;margin-right:.25rem}.buy-button-wrapper:last-child{margin-right:0}.buy-button{color:#e2e8f0;cursor:pointer;background:#4a5568;border:none;border-radius:.25rem;width:100%;padding:.4rem .3rem;font-size:.6rem;font-weight:600;transition:all .3s;position:relative;box-shadow:0 2px 4px #0000004d}.buy-button:first-child{color:#fff;background:#3b82f6}.buy-button:hover:not(:disabled){color:#fff;background:#2563eb;transform:translateY(-1px)}.buy-button:disabled{color:#9ca3af;cursor:not-allowed;pointer-events:auto;background:#374151;transform:none}.citizens-container{max-width:800px;margin:0 auto}.citizen-card{text-align:center;background:#1e293bcc;border:1px solid #3b82f633;border-radius:1rem;margin-bottom:2rem;padding:2rem}.citizen-icon{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1rem;font-size:2rem;display:flex}.citizen-title{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.citizen-count{color:#3b82f6;margin-bottom:1rem;font-size:3rem;font-weight:700}.citizen-bonus{color:#10b981;margin-bottom:1rem;font-size:1.125rem}.citizen-description{color:#94a3b8;margin-bottom:2rem;line-height:1.6}.progress-bar{background:#374151;border-radius:.25rem;width:100%;height:.5rem;margin-bottom:1rem;overflow:hidden}.progress-text{color:#94a3b8;text-align:center;font-size:.875rem}.prestige-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:none;border-radius:.75rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .3s}.prestige-button:hover:not(:disabled){background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:translateY(-2px)}.prestige-button:disabled{color:#6b7280;cursor:not-allowed;background:#374151;transform:none}.modal-overlay{z-index:2000;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#1e293b;border:1px solid #3b82f64d;border-radius:1rem;width:90%;max-width:500px;max-height:90vh;padding:2rem;overflow-y:auto}.modal-title{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.modal-content{color:#94a3b8;margin-bottom:2rem;line-height:1.6}.modal-buttons{gap:1rem;display:flex}.modal-button{cursor:pointer;border:none;border-radius:.5rem;flex:1;padding:.75rem 1.5rem;font-weight:500;transition:all .3s}.modal-button.primary{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb)}.modal-button.primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.modal-button.secondary{color:#fff;background:#374151}.modal-button.secondary:hover{background:#4b5563}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.5s ease-out fadeIn}@media (max-width:900px){.header-content{flex-direction:column;gap:1rem}.header-stats{gap:1rem}.main-content{margin-top:7rem}}@media (max-width:640px){.buildings-grid{grid-template-columns:1fr;max-width:500px}.main-content{margin-top:8rem;padding:1rem}.building-card{min-height:300px;padding:1rem 1rem 120px}.building-icon-box{width:80px;min-width:80px}.buy-buttons{flex-direction:column;gap:.5rem;height:auto;padding:.75rem}.buy-button{min-height:44px;padding:.75rem .5rem;font-size:.875rem}.buy-button-wrapper{margin-bottom:0;margin-right:0}.politician-card{padding:1rem .75rem}.politician-card button{white-space:nowrap;text-overflow:ellipsis;min-width:80px;overflow:hidden;padding:.5rem .25rem!important;font-size:.75rem!important}.company-improvement,.coin-upgrade{padding:1rem .75rem;font-size:.875rem}.company-improvement h3,.coin-upgrade h3{font-size:1rem}.company-improvement button,.coin-upgrade button{white-space:nowrap;padding:.5rem;font-size:.75rem}*{word-wrap:break-word;overflow-wrap:break-word}.nav{flex-wrap:wrap;justify-content:center;gap:.5rem}}@media (max-width:480px){.main-content{margin-top:9rem;padding:.5rem}.header{padding:.75rem 1rem}.header-stats{gap:.5rem;font-size:.875rem}.building-icon-box{width:60px;min-width:60px}.building-card{padding:.75rem .75rem 140px}.buy-button{padding:.6rem .4rem;font-size:.8rem}.politician-card button{padding:.4rem .2rem!important;font-size:.7rem!important}}.new-player-tooltip{z-index:1100;width:-moz-max-content;width:max-content;animation:2s infinite tooltipBounce;position:absolute;top:-60px;left:65px;transform:translate(-50%)}@media (max-width:900px){.new-player-tooltip{font-size:.9rem;top:-55px;left:50%}.new-player-tooltip .tooltip-content{padding:.6rem .8rem;font-size:.75rem}}@media (max-width:640px){.new-player-tooltip{font-size:.85rem;top:-50px;left:50%}.new-player-tooltip .tooltip-content{padding:.5rem .7rem;font-size:.7rem}}.new-player-tooltip .tooltip-content{color:#fff;white-space:nowrap;background:#4b5563;border:2px solid #6b7280;border-radius:.5rem;padding:.75rem 1rem;font-size:.8rem;font-weight:600;box-shadow:0 4px 12px #0000004d}.new-player-tooltip .tooltip-arrow{border-top:8px solid #4b5563;border-left:8px solid #0000;border-right:8px solid #0000;width:0;height:0;position:absolute;top:100%;left:50%;transform:translate(-50%)}.new-player-tooltip .tooltip-arrow:after{content:"";border-top:6px solid #6b7280;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0;position:absolute;top:-10px;left:-6px}@keyframes tooltipBounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-5px)}}.goal-popups-container{z-index:2000;flex-direction:column-reverse;gap:10px;display:flex;position:fixed;bottom:20px;right:20px}.goal-popup{background:#0f1419f2;border:2px solid #10b981;border-radius:12px;width:300px;transition:all .3s;overflow:hidden;transform:translate(100%);box-shadow:0 8px 25px #0000004d,0 4px 10px #10b98133}.goal-popup.visible{transform:translate(0)}.goal-popup.hidden{opacity:0;transform:translate(100%)}.goal-popup-header{color:#fff;background:linear-gradient(135deg,#10b981,#059669);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.goal-popup-title{letter-spacing:.5px;font-size:.9rem;font-weight:700}.goal-popup-close{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:1.5rem;transition:background-color .2s;display:flex}.goal-popup-close:hover{background:#fff3}.goal-popup-content{text-align:center;padding:1rem}.goal-popup-name{color:#e2e8f0;margin-bottom:.5rem;font-size:1rem;font-weight:700}.goal-popup-description{color:#94a3b8;font-size:.85rem;line-height:1.4}@media (max-width:640px){.goal-popups-container{bottom:10px;left:10px;right:10px}.goal-popup{width:100%}}.coming-soon{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}.coming-soon-icon{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:6rem;height:6rem;margin-bottom:2rem;font-size:3rem;display:flex}.coming-soon-title{color:#fff;margin-bottom:1rem;font-size:2rem;font-weight:600}.coming-soon-subtitle{color:#94a3b8;font-size:1.125rem}.upgrades-page{max-width:1400px;margin:0 auto;padding:2rem}.upgrades-header{text-align:center;margin-bottom:2rem}.upgrades-header h1{color:#fff;margin-bottom:1rem}.upgrades-progress{max-width:600px;margin:0 auto}.progress-text{color:#fff;margin-bottom:.5rem;font-size:1.1rem}.progress-bar{background:#374151;border-radius:10px;width:100%;height:20px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#3b82f6,#8b5cf6);height:100%;transition:width .3s}.upgrades-section{margin-bottom:3rem}.upgrades-section h2{color:#fff;text-align:center;margin-bottom:1.5rem}.upgrades-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.upgrade-card{background:linear-gradient(135deg,#2d3748,#4a5568);border:2px solid #0000;border-radius:.5rem;padding:1rem;transition:all .3s}.upgrade-card:hover:not(.disabled){border-color:#3b82f6;transform:translateY(-2px)}.upgrade-card.disabled{opacity:.6;background:linear-gradient(135deg,#374151,#4b5563)}.upgrade-card.purchased{background:linear-gradient(135deg,#065f46,#047857);border-color:#10b981}.upgrade-header{gap:.75rem;margin-bottom:1rem;display:flex}.upgrade-icon{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.upgrade-card.purchased .upgrade-icon{background:linear-gradient(135deg,#10b981,#059669)}.upgrade-info{flex:1}.upgrade-name{color:#fff;margin:0 0 .25rem;font-size:.9rem;font-weight:700;line-height:1.2}.upgrade-description{color:#d1d5db;margin:0;font-size:.75rem;line-height:1.3}.upgrade-footer{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.upgrade-cost{color:#fbbf24;font-size:.8rem;font-weight:700}.upgrade-buy-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:.25rem;padding:.4rem .8rem;font-size:.7rem;font-weight:700;transition:all .2s}.upgrade-buy-btn:hover:not(.disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px)}.upgrade-buy-btn.disabled{cursor:not-allowed;background:#6b7280;transform:none}.upgrade-purchased{color:#10b981;align-items:center;gap:.25rem;font-size:.7rem;font-weight:700;display:flex}.purchased-toggle{text-align:center;margin:2rem 0}.purchased-toggle label{color:#fff;cursor:pointer;justify-content:center;align-items:center;gap:.5rem;display:flex}.purchased-toggle input[type=checkbox]{width:16px;height:16px}.upgrades-empty{text-align:center;padding:4rem 2rem}.upgrades-empty h2{color:#fbbf24;margin-bottom:1rem;font-size:2rem}.upgrades-empty p{color:#d1d5db;font-size:1.1rem}.menu-page{background:linear-gradient(135deg,#0f1419,#1a2332);height:100vh;display:flex}.menu-sidebar{background:#0f1419e6;border-right:1px solid #3b82f633;width:250px;padding:2rem 1rem}.menu-nav-button{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.75rem;width:100%;margin-bottom:.5rem;padding:1rem;font-size:.9rem;transition:all .3s;display:flex}.menu-nav-button:hover{background:#3b82f61a}.menu-nav-button.active{color:#3b82f6;background:#3b82f633}.menu-main{flex:1;padding:2rem;overflow-y:auto}.menu-content{color:#fff;max-width:800px}.menu-content h2{color:#3b82f6;margin-bottom:1.5rem;font-size:2rem}.menu-content h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.menu-content h4{color:#f59e0b;margin-bottom:.5rem;font-size:1.2rem}.menu-content ul{margin-bottom:1rem;margin-left:1.5rem}.menu-content li{margin-bottom:.5rem;line-height:1.6}.bottom-navigation{-webkit-backdrop-filter:blur(32px)saturate(200%);backdrop-filter:blur(32px)saturate(200%);padding:12px 8px calc(12px + env(safe-area-inset-bottom));z-index:1050;background:linear-gradient(#000000f2,#000000fa);border-top:1px solid #ffffff14;justify-content:space-around;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 40px #0009,0 -2px 16px #0006,inset 0 1px #ffffff0d}.bottom-nav-item{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:16px;flex-direction:column;align-items:center;min-width:64px;padding:10px 12px;transition:all .4s cubic-bezier(.2,0,0,1);display:flex;position:relative}.bottom-nav-item:before{content:"";opacity:0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(145deg,#ffffff14,#ffffff05);border:1px solid #ffffff1a;border-radius:22px;width:68px;height:68px;transition:all .4s cubic-bezier(.2,0,0,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bottom-nav-item.active{color:#fff;transform:translateY(-2px)}.bottom-nav-item.active:before{opacity:1;box-shadow:0 8px 24px #3b82f666,0 4px 12px #8b5cf64d,inset 0 1px #ffffff1a;background:linear-gradient(145deg,#8b5cf6,#3b82f6)!important}.bottom-nav-item:hover{color:#ffffffe6;transform:translateY(-1px)}.bottom-nav-item:hover:before{opacity:.6}.bottom-nav-item.active:hover:before{opacity:1!important;background:linear-gradient(145deg,#8b5cf6,#3b82f6)!important}.bottom-nav-icon{z-index:2;filter:drop-shadow(0 2px 4px #0000004d);justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:6px;font-size:22px;transition:all .3s;display:flex;position:relative}.bottom-nav-item.active .bottom-nav-icon{filter:drop-shadow(0 4px 8px #007aff66);transform:scale(1.1)}.bottom-nav-label{text-align:center;z-index:2;text-shadow:0 1px 2px #0000004d;letter-spacing:.2px;font-size:11px;font-weight:600;line-height:1;position:relative}.bottom-nav-badge{color:#fff;background:#ef4444;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:2px 4px;font-size:8px;font-weight:700;line-height:1;animation:2s infinite pulse;display:flex;position:absolute;top:-4px;right:-4px}.mobile-menu-overlay{z-index:2000;background:#00000080;align-items:flex-end;display:flex;position:fixed;inset:0}.mobile-menu-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%;max-height:70vh;padding:20px;padding-bottom:calc(20px + env(safe-area-inset-bottom));background:#0f1419fa;border-radius:16px 16px 0 0;animation:.3s ease-out slideUp;overflow-y:auto}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-menu-header{border-bottom:1px solid #3b82f633;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.mobile-menu-header h3{color:#fff;margin:0;font-size:20px;font-weight:600}.mobile-menu-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:4px;font-size:24px;transition:all .2s;display:flex}.mobile-menu-close:hover{color:#3b82f6;background:#3b82f61a}.mobile-menu-items{gap:8px;display:grid}.mobile-menu-item{color:#94a3b8;cursor:pointer;text-align:left;background:#3b82f60d;border:1px solid #3b82f61a;border-radius:12px;align-items:center;gap:16px;width:100%;padding:16px;font-size:16px;font-weight:500;transition:all .2s;display:flex}.mobile-menu-item:hover,.mobile-menu-item.active{color:#3b82f6;background:#3b82f61a;border-color:#3b82f64d}.mobile-menu-item-icon{text-align:center;width:24px;font-size:20px}.mobile-menu-item-label{flex:1}@media (max-width:768px){.investment-card{flex-direction:column!important}.investment-icon{text-align:center!important;width:100%!important;padding:1.5rem!important}.investment-content{padding:1.5rem!important;position:static!important}.investment-content button{width:100%!important;margin-top:1rem!important;position:static!important;bottom:auto!important;right:auto!important}.approval-rating-text{text-align:center!important;line-height:1.3!important}.approval-separator{display:none!important}.approval-points:after{content:"\a"!important;white-space:pre!important}.investment-title,.investment-description,.investment-cost{text-align:center!important}.worker-stats-card{flex-direction:column!important}.worker-stats-icon{text-align:center!important;width:100%!important;padding:1.5rem!important}.worker-stats-content{padding:1.5rem!important;position:static!important}.worker-stats-content button{width:100%!important;margin-top:1rem!important;position:static!important;bottom:auto!important;left:auto!important;right:auto!important}.worker-stats-grid{grid-template-columns:1fr!important;gap:1rem!important}.worker-stat-number{font-size:1.8rem!important}.worker-stat-label{font-size:.8rem!important}.specialization-slider-section{flex-direction:column!important;align-items:stretch!important;gap:3rem!important;margin-bottom:3rem!important}.slider-label-left,.slider-label-right{display:none!important}.slider-container{height:80px!important;margin:3rem 0!important;padding:0 1rem!important}.slider-container:after{content:"← MORE WORKERS / LESS PROFITS\a→ MORE PROFITS / FEWER WORKERS"!important;text-align:center!important;color:#94a3b8!important;text-transform:uppercase!important;white-space:pre!important;padding:0 .5rem!important;font-size:.75rem!important;font-weight:600!important;line-height:1.6!important;position:absolute!important;bottom:-70px!important;left:0!important;right:0!important}.slider-container input[type=range]{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;height:12px!important}.slider-container input[type=range]::-webkit-slider-thumb{-webkit-appearance:none!important;appearance:none!important;cursor:pointer!important;background:#3b82f6!important;border-radius:50%!important;width:24px!important;height:24px!important;box-shadow:0 2px 6px #0000004d!important}.slider-container input[type=range]::-moz-range-thumb{cursor:pointer!important;background:#3b82f6!important;border:none!important;border-radius:50%!important;width:24px!important;height:24px!important;box-shadow:0 2px 6px #0000004d!important}.politicians-grid{grid-template-columns:1fr!important;gap:1rem!important}.politician-category-ribbon{display:none!important}.strategy-choices{flex-direction:column!important;gap:.5rem!important}.strategy-header{flex-direction:column!important;align-items:flex-start!important;gap:.5rem!important}.strategy-level-badge{align-self:flex-start!important;margin-top:0!important}.debate-party-scores{box-sizing:border-box!important;width:100%!important;margin-bottom:1.5rem!important;padding:0!important;overflow:hidden!important}.party-score-row{box-sizing:border-box!important;flex-direction:column!important;align-items:stretch!important;gap:.5rem!important;width:100%!important;margin-bottom:2rem!important;padding:0 1rem!important}.party-label{order:1!important;width:100%!important;margin-bottom:.5rem!important;font-size:1rem!important;font-weight:600!important}.party-progress-bar{box-sizing:border-box!important;flex:none!important;order:2!important;width:100%!important;margin-bottom:.5rem!important}.party-score-row>span:last-child{word-wrap:break-word!important;overflow-wrap:break-word!important;text-align:left!important;white-space:normal!important;color:#94a3b8!important;order:3!important;width:100%!important;margin-top:0!important;font-size:.9rem!important}.debate-wager-section{padding:1rem!important}.wager-title{margin-bottom:.75rem!important;font-size:1rem!important}.wager-display-box{margin-bottom:1rem!important;padding:.75rem!important}.debate-argument-buttons{grid-template-columns:1fr!important;gap:.75rem!important;margin-bottom:1.5rem!important}.argument-button{min-height:80px!important;padding:1.5rem 1rem!important;font-size:.9rem!important}.rest-case-button{margin:0 auto!important;padding:1rem 1.5rem!important;font-size:.9rem!important;display:block!important}.debate-result-message{margin-bottom:1.5rem!important;padding:.75rem!important}.debate-result-title{text-transform:none!important;word-wrap:break-word!important;overflow-wrap:break-word!important;margin-bottom:.5rem!important;font-size:.95rem!important;line-height:1.2!important}.debate-result-money{text-transform:none!important;word-wrap:break-word!important;overflow-wrap:break-word!important;font-size:.85rem!important;line-height:1.3!important}.debate-max-bet-info{margin-bottom:1.5rem!important}.debate-max-bet-info p{margin-bottom:1rem!important;font-size:.9rem!important}.wager-percentage-labels{justify-content:space-between!important}.wager-label-025,.wager-label-05,.wager-label-075{display:none!important}.mobile-game-guide-banner{margin-top:1rem!important;display:block!important}.mobile-goal-tooltip{display:block!important}.strategy-choice-button{white-space:normal!important;text-align:center!important;flex:none!important;width:100%!important;min-width:auto!important}.mobile-company-dropdown,.mobile-company-content{display:block!important}.desktop-company-content,.desktop-section-headers{display:none!important}.mobile-company-select{color:#fff!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;cursor:pointer!important;background-color:#0000!important;background-image:linear-gradient(135deg,#374151,#4b5563),linear-gradient(45deg,#8b5cf6,#3b82f6)!important;background-position:0 0!important;background-repeat:repeat!important;background-size:auto!important;background-attachment:scroll!important;background-origin:padding-box,border-box!important;background-clip:padding-box,border-box!important;border:2px solid #0000!important;border-radius:.75rem!important;width:100%!important;margin-bottom:2rem!important;padding:1rem 1.25rem!important;font-size:1rem!important;font-weight:600!important;transition:all .3s!important;position:relative!important;box-shadow:0 4px 12px #0000004d!important}.mobile-company-select:focus{border:2px solid #3b82f6!important;outline:none!important;box-shadow:0 0 0 3px #3b82f64d,0 4px 12px #0000004d!important}.mobile-company-select option{color:#fff!important;background:#374151!important;padding:.75rem!important;font-weight:600!important}.mobile-company-dropdown{position:relative!important}.mobile-company-dropdown:after{content:"▼"!important;color:#8b5cf6!important;pointer-events:none!important;z-index:1!important;font-size:.8rem!important;position:absolute!important;bottom:3rem!important;right:1rem!important}.mobile-notification-badge{color:#fff!important;z-index:10!important;background:#ef4444!important;border:2px solid #1f2937!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:24px!important;height:24px!important;font-size:.75rem!important;font-weight:700!important;display:flex!important;position:absolute!important;top:-8px!important;right:-8px!important;box-shadow:0 2px 4px #0000004d!important}.upgrades-section>div:first-child{flex-direction:column!important;align-items:flex-start!important}.upgrades-section>div:first-child h2{margin-bottom:.5rem!important}.upgrades-section>div:first-child button{align-self:stretch!important;margin-top:.5rem!important}.new-player-pulse{border:3px solid #60a5fa!important;animation:.8s ease-in-out infinite newPlayerPulse!important;position:relative!important;overflow:visible!important}.new-player-pulse:before{content:"";border-radius:inherit;z-index:-1;background:radial-gradient(circle,#3b82f699,#3b82f64d 50%,#0000 70%);animation:.8s ease-in-out infinite newPlayerGlow;position:absolute;inset:-10px}@keyframes newPlayerPulse{0%,to{transform:scale(1);box-shadow:0 0 10px #3b82f6cc,0 0 20px #3b82f699,0 0 30px #3b82f666}50%{transform:scale(1.2);box-shadow:0 0 20px #3b82f6,0 0 40px #3b82f6cc,0 0 60px #3b82f699}}@keyframes newPlayerGlow{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}html{-webkit-text-size-adjust:100%!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}body{background:linear-gradient(135deg,#0f1419,#1a2332)!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important}.main-content{padding:80px 16px calc(100px + env(safe-area-inset-bottom)) 16px!important;background:0 0!important;margin-top:0!important}.header{-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;z-index:100!important;background:#0f1419f2!important;border-bottom:1px solid #3b82f633!important;padding:8px 16px!important;position:fixed!important;top:0!important;left:0!important;right:0!important}.header-content{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:12px!important}.logo h1{color:#fff!important;flex-shrink:0!important;margin:0!important;font-size:18px!important;font-weight:600!important}.header-stats{flex:1!important;justify-content:flex-end!important;display:flex!important}.stat:not(.money-stat){display:none!important}.stat.money-stat{text-align:center!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;background:#007aff26!important;border:1px solid #007aff4d!important;border-radius:12px!important;padding:6px 16px!important}.stat-label{color:#007affe6!important;text-transform:uppercase!important;letter-spacing:.5px!important;margin-bottom:2px!important;font-size:10px!important;font-weight:600!important}.stat-value{color:#fff!important;font-size:16px!important;font-weight:700!important;line-height:1!important}.buildings-grid{grid-template-columns:1fr!important;gap:16px!important;padding:0 4px!important;display:grid!important}.building-container>.building-icon-box{display:none!important}.building-container{display:block!important}.building-card{-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;background:#2d3748!important;border:1px solid #0000001a!important;border-radius:16px!important;width:100%!important;min-height:140px!important;margin:0!important;padding:0 0 4px!important;transition:all .3s!important;position:relative!important;overflow:hidden!important}.building-card:before{content:""!important;opacity:.9!important;background:linear-gradient(90deg,#667eea,#764ba2,#8b5cf6)!important;height:3px!important;position:absolute!important;top:0!important;left:0!important;right:0!important;box-shadow:0 0 8px #667eea4d!important}.building-card.grid:before{display:block!important}.building-card:active{background:#2d3748!important;transform:none!important}.building-card-layout{flex-direction:column!important;gap:12px!important;min-height:80px!important;display:flex!important}.cycle-progress-bar{cursor:pointer!important;background:#0000004d!important;border-radius:4px!important;justify-content:center!important;align-items:center!important;height:24px!important;margin:16px 17px 8px 7px!important;display:flex!important;position:relative!important;overflow:hidden!important}.cycle-progress-bar:after{content:""!important;height:100%!important;width:var(--progress,0%)!important;background:linear-gradient(90deg,#ffffff4d,#ffffff1a)!important;border-radius:2px!important;transition:width .3s!important;position:absolute!important;top:0!important;left:0!important}.building-icon-box{flex-direction:column!important;flex-shrink:0!important;align-items:center!important;gap:6px!important;transition:all .2s!important;display:flex!important}.building-icon-box>i{display:none!important}.building-icon-box svg{stroke:currentColor!important;fill:none!important;stroke-width:2.5px!important;stroke-linecap:round!important;stroke-linejoin:round!important;filter:drop-shadow(0 1px 2px #0000001a)!important;width:28px!important;height:28px!important}.building-content{flex-direction:column!important;flex:1!important;justify-content:center!important;gap:4px!important;min-width:0!important;padding-right:8px!important;display:flex!important}.building-title{color:#fff!important;letter-spacing:-.3px!important;margin:0!important;font-size:19px!important;font-weight:700!important;line-height:1.3!important}.building-count{color:#fffc!important;margin:0!important;font-size:15px!important;font-weight:500!important}.building-info{color:#fff9!important;margin:2px 0!important;font-size:12px!important;font-weight:500!important}.building-goal{color:#007affcc!important;margin:2px 0!important;font-size:11px!important;font-weight:500!important;line-height:1.2!important}.building-title-row .building-category-label,.mobile-generate-column .building-category-label{text-transform:uppercase!important;letter-spacing:.5px!important;color:#fff!important;white-space:nowrap!important;border-radius:6px!important;flex-shrink:0!important;margin:0!important;padding:4px 8px!important;font-size:11px!important;font-weight:600!important;line-height:1!important;display:inline-block!important}.building-info{color:#ffffffb3!important;margin-bottom:2px!important;font-size:14px!important;font-weight:500!important}.mobile-generate-floating{z-index:10!important;background:0 0!important;justify-content:center!important;margin:0!important;padding:16px!important;display:flex!important;position:relative!important}.mobile-generate-icon-button{color:#fff!important;cursor:pointer!important;z-index:1!important;-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important;background:linear-gradient(135deg,#8b5cf6,#3b82f6)!important;border:none!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;min-width:44px!important;min-height:36px!important;padding:8px 12px!important;font-size:14px!important;transition:transform .1s,box-shadow .1s!important;display:flex!important;position:static!important;box-shadow:0 2px 6px #8b5cf64d!important}.flash-highlight{animation:2s infinite flashPulse!important}@keyframes flashPulse{0%,50%,to{box-shadow:0 2px 6px #667eea4d!important}25%,75%{transform:scale(1.03)!important;box-shadow:0 4px 12px #667eeacc,0 0 16px #667eea80!important}}.mobile-generate-icon-button:hover{background:linear-gradient(135deg,#7c3aed,#2563eb)!important;transform:translateY(-1px)!important;box-shadow:0 3px 8px #8b5cf666!important}.mobile-generate-icon-button:active{transition:transform 50ms!important;transform:scale(.95)!important}.grid .building-title-row .building-category-label,.grid .mobile-generate-column .building-category-label{background:#007affcc!important}.generation .building-title-row .building-category-label,.generation .mobile-generate-column .building-category-label{background:#34c759cc!important}.distribution .building-title-row .building-category-label,.distribution .mobile-generate-column .building-category-label{background:#ff9500cc!important}.financial .building-title-row .building-category-label,.financial .mobile-generate-column .building-category-label{background:#af52decc!important}.mobile-building-container{align-items:flex-start!important;gap:16px!important;width:100%!important;padding:16px 16px 20px!important;display:flex!important}.mobile-building-info{flex:1!important;margin:0!important;padding:0!important}.mobile-generate-column{flex-direction:column!important;justify-content:flex-start!important;align-items:flex-end!important;gap:12px!important;min-width:80px!important;padding:0!important;display:flex!important}.mobile-generate-column .building-category-label{text-align:right!important;align-self:flex-end!important}.mobile-generate-column .mobile-generate-icon-button{margin-top:8px!important}.building-title-row{justify-content:space-between!important;align-items:center!important;margin-bottom:8px!important;display:flex!important}.mobile-building-info .building-title{color:#fff!important;flex:1!important;margin:0!important;font-size:18px!important;font-weight:700!important}.building-count-row{gap:8px!important;margin-bottom:6px!important;display:flex!important}.building-count{color:#fffc!important;font-size:14px!important;font-weight:500!important}.building-goal{color:#007affe6!important;font-size:14px!important;font-weight:500!important}.mobile-buttons-section{z-index:1!important;width:100%!important;margin:0!important;padding:0!important;position:relative!important}.mobile-generate-button{color:#fff!important;cursor:pointer!important;text-transform:uppercase!important;letter-spacing:.5px!important;text-align:center!important;background:linear-gradient(135deg,#667eea,#764ba2)!important;border:none!important;border-radius:0 0 16px 16px!important;width:100%!important;min-height:40px!important;margin:0!important;padding:10px 16px!important;font-size:16px!important;font-weight:600!important;transition:all .2s!important;box-shadow:0 2px 8px #667eea4d!important}.mobile-generate-button:active{transform:scale(.98)!important;box-shadow:0 1px 3px #667eea66!important}.mobile-generate-button:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1)!important;box-shadow:0 3px 8px #667eea59!important}.buy-buttons{z-index:1!important;background:#2d3748!important;border-radius:8px!important;flex-direction:column!important;gap:6px!important;width:100%!important;margin:-16px 0 0!important;padding:12px!important;display:flex!important;position:relative!important}.buy-buttons-row{border:none!important;justify-content:space-between!important;gap:6px!important;display:flex!important}.buy-button{color:#e2e8f0!important;cursor:pointer!important;background:#4a5568!important;border:none!important;border-radius:4px!important;outline:none!important;flex:1!important;min-height:36px!important;padding:8px 6px!important;font-size:12px!important;font-weight:600!important;text-decoration:none!important;transition:all .2s!important;box-shadow:0 2px 4px #0000004d!important}.buy-button:first-child,.buy-button:not(:disabled){color:#fff!important;background:#3b82f6!important}.buy-button:hover:not(:disabled){color:#fff!important;background:#2563eb!important;transform:translateY(-1px)!important}.buy-button:active{transform:scale(.98)!important}.buy-button:disabled{color:#9ca3af!important;cursor:not-allowed!important;background:#374151!important;transform:none!important}.buy-max{background:#34c759cc!important}.buy-max:active{background:#34c759!important}.buy-ocd{background:#ff9500cc!important}.buy-ocd:active{background:#ff9500!important}.building-card-layout{display:flex!important}.desktop-only{display:none!important}.generate-button{color:#fff!important;cursor:pointer!important;background:#34c759!important;border:none!important;border-radius:12px!important;width:100%!important;min-height:48px!important;margin-top:12px!important;padding:14px!important;font-size:16px!important;font-weight:600!important;transition:all .2s cubic-bezier(.2,0,0,1)!important;box-shadow:0 4px 16px #34c7594d!important}.generate-button:hover{background:#30d158!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #34c75966!important}.company-section{margin-bottom:32px!important}.fade-in div[style*="background: #374151"][style*="height: 2rem"]{width:calc(100vw - 2rem)!important;margin-left:0!important;margin-right:0!important}div[style*="position: absolute"][style*="translate(-50%, -50%)"]{white-space:nowrap!important;text-align:center!important;box-sizing:border-box!important;word-break:keep-all!important;word-wrap:normal!important;width:100vw!important;max-width:100vw!important;margin:0!important;padding:0 8px!important;font-size:10px!important;position:absolute!important;top:50%!important;left:50%!important;overflow:visible!important;transform:translate(-50%,-50%)!important}.company-section h2,.section-title{color:#fff!important;margin-bottom:20px!important;font-size:24px!important;font-weight:700!important;line-height:1.3!important}.company-improvements-grid,.coin-upgrades-grid{flex-direction:column!important;gap:16px!important;display:flex!important}.company-improvement-card,.coin-upgrade-card{-webkit-backdrop-filter:blur(24px)saturate(180%)!important;backdrop-filter:blur(24px)saturate(180%)!important;background:#ffffff0f!important;border:.5px solid #ffffff29!important;border-radius:20px!important;padding:20px!important;box-shadow:0 12px 32px #0000004d!important}.workers-summary{-webkit-backdrop-filter:blur(24px)saturate(180%)!important;backdrop-filter:blur(24px)saturate(180%)!important;background:#34c7591a!important;border:.5px solid #34c7594d!important;border-radius:20px!important;margin-bottom:24px!important;padding:24px!important;box-shadow:0 12px 32px #34c75926!important}.workers-grid{flex-direction:column!important;gap:16px!important;display:flex!important}.worker-card{-webkit-backdrop-filter:blur(24px)saturate(180%)!important;backdrop-filter:blur(24px)saturate(180%)!important;background:#ffffff0f!important;border:.5px solid #ffffff29!important;border-radius:20px!important;padding:20px!important;box-shadow:0 12px 32px #0000004d!important}.politicians-grid{flex-direction:column!important;gap:16px!important;display:flex!important}.politician-card{-webkit-backdrop-filter:blur(24px)saturate(180%)!important;backdrop-filter:blur(24px)saturate(180%)!important;background:#ffffff0f!important;border:.5px solid #ffffff29!important;border-radius:20px!important;align-items:flex-start!important;gap:16px!important;padding:20px!important;display:flex!important;box-shadow:0 12px 32px #0000004d!important}.politician-icon{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#ffffff1f!important;border:.5px solid #fff3!important;border-radius:16px!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:56px!important;height:56px!important;font-size:24px!important;display:flex!important}.politician-info{flex:1!important}.politician-name{color:#fff!important;margin-bottom:6px!important;font-size:18px!important;font-weight:700!important;line-height:1.3!important}.politician-building{color:#fff9!important;text-transform:uppercase!important;letter-spacing:.5px!important;margin-bottom:10px!important;font-size:13px!important;font-weight:600!important}.politician-description{color:#ffffffd9!important;font-size:15px!important;line-height:1.5!important}.new-player-tooltip,.new-player-tooltip .tooltip-arrow{display:none!important}h1,h2,h3,.section-title{color:#fff!important;font-weight:700!important;line-height:1.3!important}p,span,div{color:#ffffffd9!important}button{cursor:pointer!important;border-radius:12px!important;min-height:44px!important;font-weight:600!important;transition:all .2s cubic-bezier(.2,0,0,1)!important}button:focus{outline-offset:2px!important;outline:2px solid #007aff!important}.modal{-webkit-backdrop-filter:blur(24px)saturate(180%)!important;backdrop-filter:blur(24px)saturate(180%)!important;background:#121212f2!important;border:.5px solid #ffffff29!important;border-radius:24px!important;max-width:calc(100vw - 40px)!important;margin:20px!important;box-shadow:0 24px 48px #0009!important}*{-webkit-tap-highlight-color:transparent!important;-webkit-touch-callout:none!important}::-webkit-scrollbar{width:12px!important}::-webkit-scrollbar-track{background:#1a2332cc!important;border-radius:6px!important}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2)!important;border:2px solid #1a2332cc!important;border-radius:6px!important}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1)!important}.main-content,.buildings-grid,.company-section,.workers-grid,.politicians-grid{max-width:100%!important;overflow-x:hidden!important}@supports (padding:max(0px)){.main-content{padding-bottom:max(100px,calc(100px + env(safe-area-inset-bottom)))!important}}}@media (min-width:769px){.building-card-layout{display:none!important}.desktop-only{display:block!important}}@supports (padding:max(0px)){.bottom-navigation{padding-bottom:max(8px,env(safe-area-inset-bottom))}.mobile-menu-content{padding-bottom:max(20px,calc(20px + env(safe-area-inset-bottom)))}.main-content{padding-bottom:max(80px,calc(80px + env(safe-area-inset-bottom)))!important}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}
