*{box-sizing:border-box;margin:0;padding:0}body{color:#e2e2e8;background-color:#0f0f1a;font-family:system-ui,Segoe UI,Roboto,sans-serif}#root{min-height:100vh}button{cursor:pointer;font-family:inherit}input{font-family:inherit}.login-wrapper{background-color:#020617;justify-content:center;align-items:center;min-height:100vh;padding:16px;display:flex}.login-card{background-color:#0f172a;border:1px solid #1e293b;border-radius:12px;width:100%;max-width:400px;padding:32px;box-shadow:0 20px 40px #0006}.login-title{text-align:center;color:#f59e0b;letter-spacing:1px;margin-bottom:6px;font-size:28px;font-weight:700}.login-subtitle{color:#94a3b8;text-align:center;margin-bottom:20px;font-size:14px}.login-error{color:#fca5a5;text-align:center;background-color:#9f12394d;border:1px solid #9f1239;border-radius:6px;margin-bottom:16px;padding:10px;font-size:14px}.login-field{margin-bottom:14px}.login-label{text-transform:uppercase;letter-spacing:1px;color:#94a3b8;margin-bottom:4px;font-size:11px;font-weight:600;display:block}.login-input{color:#e2e8f0;background-color:#020617;border:1px solid #1e293b;border-radius:6px;width:100%;padding:8px 12px}.login-input:focus{border-color:#f59e0b;outline:none}.login-button{color:#020617;text-transform:uppercase;letter-spacing:1px;background-color:#d97706;border:none;border-radius:6px;width:100%;margin-top:8px;padding:10px;font-weight:700}.login-button:hover:not(:disabled){background-color:#f59e0b}.login-button:disabled{cursor:not-allowed;background-color:#1e293b}.login-switch{text-align:center;color:#64748b;margin-top:20px;font-size:12px}.login-switch-button{color:#f59e0b;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.building-panel{z-index:200;pointer-events:all;background-color:#0f172a;border:1px solid #334155;border-radius:10px;width:220px;padding:14px;position:absolute;box-shadow:0 8px 24px #0009}.panel-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.panel-title{color:#f1f5f9;font-size:13px;font-weight:700}.panel-close{color:#64748b;cursor:pointer;background:0 0;border:none;padding:0;font-size:18px;line-height:1}.panel-close:hover{color:#f1f5f9}.panel-level{color:#64748b;margin-bottom:10px;font-size:11px}.panel-details{background-color:#1e293b;border-radius:6px;flex-direction:column;gap:4px;margin-bottom:10px;padding:8px;display:flex}.panel-stat{color:#94a3b8;justify-content:space-between;font-size:11px;display:flex}.panel-stat span:last-child{color:#e2e8f0;font-weight:600}.panel-actions{flex-direction:column;gap:6px;display:flex}.panel-btn{cursor:pointer;text-align:left;border:none;border-radius:6px;width:100%;padding:7px 10px;font-size:12px;font-weight:700}.panel-btn:disabled{opacity:.5;cursor:not-allowed}.panel-btn.collect{color:#bfdbfe;background-color:#1e3a8a}.panel-btn.collect:hover:not(:disabled){background-color:#1d4ed8}.panel-btn.recruit{color:#e2e8f0;background-color:#1e293b;border:1px solid #475569}.panel-btn.recruit:hover{background-color:#334155}.panel-btn.army{color:#e2e8f0;background-color:#1e293b;border:1px solid #475569}.panel-btn.army:hover{background-color:#334155}.panel-btn.upgrade{color:#0f172a;background-color:#d97706}.panel-btn.upgrade:hover:not(:disabled){background-color:#f59e0b}.panel-maxlevel{color:#22c55e;text-align:center;padding:6px;font-size:12px;font-weight:600}.panel-upgrading{color:#bfdbfe;background-color:#1e3a8a;border-radius:6px;justify-content:space-between;align-items:center;padding:8px 10px;font-size:12px;font-weight:700;display:flex}.panel-countdown{color:#f59e0b;font-variant-numeric:tabular-nums;font-size:13px;font-weight:900}.panel-upgrade-cost{text-align:center;margin-bottom:2px;font-size:11px}.village-grid{background-color:#1a1a2e;background-image:linear-gradient(90deg,#2a2a4a 1px,#0000 1px),linear-gradient(#2a2a4a 1px,#0000 1px);border:1px solid #3a3a52;position:relative}.building-box{text-align:center;color:#fff;border:2px solid #ffffff4d;justify-content:center;align-items:center;padding:2px;font-size:11px;font-weight:600;display:flex;position:absolute;overflow:hidden}.village-grid{box-sizing:content-box;border:2px solid #34495e}.building-box{text-align:center;color:#fff;box-sizing:border-box;text-shadow:1px 1px 2px #000c;border:1px solid #0006;border-radius:4px;justify-content:center;align-items:center;font-size:11px;font-weight:700;transition:transform 50ms ease-out;display:flex}.edit-active .building-box:hover{border-color:#f1c40f;box-shadow:0 0 8px #f1c40f80}.dragging-item{transform:scale(1.02);box-shadow:0 8px 16px #0009}.shop-overlay{z-index:1000;background-color:#000000bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.shop-popup{background-color:#0f172a;border:1px solid #1e293b;border-radius:12px;flex-direction:column;width:90%;max-width:800px;padding:20px;display:flex}.shop-header{color:#f1f5f9;justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.shop-list-horizontal{scroll-behavior:smooth;gap:16px;padding-bottom:12px;display:flex;overflow-x:auto}.shop-list-horizontal::-webkit-scrollbar{height:8px}.shop-list-horizontal::-webkit-scrollbar-track{background:#1e293b;border-radius:4px}.shop-list-horizontal::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}.shop-card{text-align:center;background-color:#1e293b;border:1px solid #334155;border-radius:8px;flex-direction:column;flex:0 0 180px;align-items:center;padding:12px;display:flex}.shop-card-image-square{aspect-ratio:1;color:#fff;border-radius:6px;justify-content:center;align-items:center;width:100%;margin-bottom:10px;display:flex}.shop-card-info{color:#cbd5e1;width:100%;margin-bottom:12px;font-size:13px}.shop-card-name{color:#fff;margin-bottom:4px;font-size:15px;font-weight:700}.shop-card-cost{color:#e2e8f0;margin-top:6px;font-weight:700}.shop-card-buy-btn{color:#0f172a;cursor:pointer;background-color:#d97706;border:none;border-radius:4px;width:100%;padding:6px;font-weight:900}.shop-card-buy-btn:hover{background-color:#f59e0b}.shop-card-disabled{opacity:.6}.shop-card-cant-afford{color:#ef4444;margin-left:4px;font-size:10px}.shop-card-buy-btn:disabled{color:#6b7280;cursor:not-allowed;background-color:#374151}.recruit-overlay{z-index:1100;background-color:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.recruit-popup{background-color:#0b0f19;border:1px solid #1e293b;border-radius:12px;width:90%;max-width:850px;padding:24px}.recruit-header{color:#f8fafc;justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.recruit-close{color:#64748b;cursor:pointer;background:0 0;border:none;font-size:24px}.recruit-list-horizontal{gap:16px;padding-bottom:16px;display:flex;overflow-x:auto}.recruit-card{background-color:#111827;border:1px solid #1f2937;border-radius:8px;flex-direction:column;flex:0 0 200px;padding:12px;transition:all .25s ease-in-out;display:flex}.recruit-card.expanded{background-color:#1f2937;border-color:#374151}.card-locked{opacity:.5}.recruit-card-img{aspect-ratio:4/3;color:#fff;border-radius:4px;justify-content:center;align-items:center;width:100%;font-size:14px;font-weight:700;display:flex}.recruit-card-main-info{text-align:center;margin-top:10px}.recruit-card-title{color:#f3f4f6;font-size:15px;font-weight:700}.recruit-card-details{color:#9ca3af;background-color:#0003;border-radius:4px;max-height:0;margin-top:0;font-size:11px;transition:max-height .25s ease-out;overflow:hidden}.recruit-card-details.show-details{max-height:100px;margin-top:8px;padding:6px}.stats-row{justify-content:space-between;padding:2px 0;display:flex}.recruit-card-actions{flex-direction:column;gap:8px;margin-top:auto;padding-top:10px;display:flex}.details-toggle-btn{color:#3b82f6;cursor:pointer;background:0 0;border:none;font-size:12px}.qty-selector{background-color:#374151;border-radius:4px;justify-content:space-between;align-items:center;display:flex;overflow:hidden}.qty-selector button{color:#fff;cursor:pointer;background:0 0;border:none;width:28px;height:28px}.qty-selector input{color:#fff;text-align:center;background:0 0;border:none;width:40px}.recruit-buy-btn{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:4px;padding:6px;font-weight:700}.recruit-buy-btn:hover{background-color:#3b82f6}.lock-notice{text-align:center;color:#ef4444;font-size:12px;font-weight:700}.card-unaffordable{opacity:.7}.recruit-cost-label{text-align:center;margin-bottom:2px;font-size:11px}.army-card{background-color:#090d16;border:1px solid #1e293b;border-radius:12px;flex-direction:row;justify-content:space-between;align-items:center;gap:16px;padding:16px;transition:border-color .2s;display:flex;box-shadow:0 4px 6px -1px #00000080}.army-card:hover{border-color:#334155}.army-card-left{align-items:center;gap:16px;display:flex}.army-card-graphic{background-color:#1e293b;border:1px solid #334155;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;padding:4px;display:flex;box-shadow:inset 0 2px 4px #0006}.army-card-meta{flex-direction:column;gap:4px;display:flex}.army-card-title-row{align-items:center;gap:8px;display:flex}.army-card-name{color:#e2e8f0;margin:0;font-size:18px;font-weight:700}.army-card-level{color:#fbbf24;background-color:#1e293b;border-radius:4px;padding:2px 8px;font-size:12px;font-weight:700}.army-card-toggle{color:#60a5fa;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:12px}.army-card-toggle:hover{text-decoration:underline}.army-card-stats{color:#94a3b8;gap:4px 16px;margin-top:8px;font-size:12px;display:grid}.army-card-stats strong{color:#f1f5f9}.army-card-right{text-align:right;flex-direction:column;align-items:flex-end;gap:12px;display:flex}.garrison-label{text-transform:uppercase;color:#64748b;letter-spacing:.05em;font-size:10px;font-weight:700;display:block}.garrison-count{color:#f8fafc;font-size:24px;font-weight:900;line-height:1}.army-train-btn{color:#0f172a;text-transform:uppercase;cursor:pointer;background-color:#d97706;border:none;border-radius:6px;padding:6px 16px;font-size:12px;font-weight:800;transition:background-color .15s}.army-train-btn:hover{background-color:#f59e0b}.army-train-btn:disabled{color:#64748b;cursor:not-allowed;background-color:#1e293b}.deploy-panel{flex-wrap:wrap;justify-content:center;gap:30px;width:100%;display:flex}.deploy-grid-side,.deploy-army-side{flex-direction:column;gap:10px;display:flex}.deploy-grid-side h3,.deploy-army-side h3{color:#f1f5f9;font-size:14px}.deploy-grid{cursor:crosshair;background-color:#0f172a;border:1px solid #334155;position:relative}.deploy-building{color:#fff;border:1px solid #0000004d;justify-content:center;align-items:center;font-size:9px;font-weight:700;display:flex;position:absolute}.deploy-marker{color:#0f172a;justify-content:center;align-items:center;width:36px;height:36px;font-size:10px;font-weight:900;display:flex;position:absolute;transform:translate(-50%,-50%)}.deploy-hint{color:#64748b;font-size:12px}.deploy-army-side{flex:1;min-width:280px}.deploy-troop-list{flex-direction:column;gap:6px;max-height:400px;display:flex;overflow-y:auto}.deploy-troop-row{cursor:pointer;background-color:#1e293b;border:1px solid #334155;border-radius:6px;justify-content:space-between;align-items:center;padding:8px 10px;display:flex}.deploy-troop-row.selected{background-color:#292524;border-color:#f59e0b}.deploy-troop-name{color:#e2e8f0;font-size:12px}.deploy-troop-have{color:#64748b}.deploy-troop-qty{align-items:center;gap:4px;display:flex}.deploy-troop-qty button{color:#fff;background-color:#334155;border:none;border-radius:4px;width:22px;height:22px}.deploy-troop-qty input{text-align:center;color:#fff;background-color:#0f172a;border:1px solid #334155;border-radius:4px;width:36px}.deploy-empty{color:#64748b;text-align:center;padding:20px;font-size:12px}.deploy-actions{gap:8px;margin-top:10px;display:flex}.deploy-cancel-btn,.deploy-attack-btn{cursor:pointer;border:none;border-radius:6px;flex:1;padding:10px;font-weight:700}.deploy-cancel-btn{color:#e2e8f0;background-color:#334155}.deploy-attack-btn{color:#fff;background-color:#b91c1c}.deploy-attack-btn:disabled{opacity:.5;cursor:not-allowed}.battle-canvas-wrapper{flex-direction:column;align-items:center;width:100%;padding:20px;display:flex;overflow-x:auto}.battle-time{color:#f59e0b;font-variant-numeric:tabular-nums;font-size:13px;font-weight:700}.battle-canvas{background-color:#0f172a;background-image:linear-gradient(90deg,#1e293b 1px,#0000 1px),linear-gradient(#1e293b 1px,#0000 1px);border:2px solid #1e293b;position:relative;box-shadow:0 10px 25px #00000080}.battle-building{border:1px solid #0000004d;flex-direction:column;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute}.battle-building-name{color:#fff;text-align:center;font-size:8px;font-weight:700}.battle-hp-bar-bg{background-color:#0006;border-radius:2px;width:80%;height:3px;margin-top:2px}.battle-hp-bar-fill{background-color:#22c55e;border-radius:2px;height:100%;transition:width .3s}.battle-troop-dot{z-index:20;flex-direction:column;justify-content:center;align-items:center;width:72px;height:72px;transition:left 1s linear,top 1s linear;display:flex;position:absolute;transform:translate(-50%,-50%)}.troop-hp-bar{position:absolute;top:-6px;left:50%;transform:translate(-50%);box-shadow:0 1px 3px #00000080;width:26px!important;height:3px!important}.battle-result{text-align:center;background-color:#0f172a;border:1px solid #334155;border-radius:12px;flex-direction:column;gap:14px;width:320px;padding:32px;display:flex}.battle-result h2{color:#f1f5f9;font-size:20px}.battle-stars{font-size:32px}.star{color:#334155}.star.filled{color:#f59e0b}.battle-result-row{color:#94a3b8;justify-content:space-between;font-size:14px;display:flex}.positive{color:#22c55e;font-weight:700}.battle-result-close{color:#0f172a;cursor:pointer;background-color:#d97706;border:none;border-radius:6px;margin-top:10px;padding:10px;font-weight:700}.battle-page{flex-direction:column;align-items:center;gap:20px;width:100%;max-width:800px;margin:0 auto;display:flex}.battle-search{flex-direction:column;align-items:center;gap:16px;padding:60px;display:flex}.battle-search h2{color:#f59e0b;font-size:20px}.battle-search-btn{color:#fff;cursor:pointer;background-color:#b91c1c;border:none;border-radius:8px;padding:12px 32px;font-size:16px;font-weight:700}.battle-search-btn:hover:not(:disabled){background-color:#dc2626}.battle-search-btn:disabled{opacity:.5;cursor:not-allowed}.app-shell{color:#e2e8f0;background-color:#0f172a;flex-direction:column;min-height:100vh;display:flex}.app-header{background-color:#1e293b;border-bottom:1px solid #334155;justify-content:space-between;align-items:center;padding:12px 24px;display:flex;box-shadow:0 2px 8px #0006}.app-logo{color:#f59e0b;letter-spacing:1px;font-size:20px;font-weight:700}.app-nav{gap:8px;display:flex}.nav-btn{cursor:pointer;color:#94a3b8;background-color:#0000;border:none;border-radius:6px;padding:6px 16px;font-size:14px;font-weight:600}.nav-btn:hover{color:#f1f5f9;background-color:#334155}.nav-btn.active{color:#0f172a;background-color:#d97706}.app-user{align-items:center;gap:12px;display:flex}.app-username{color:#64748b;font-size:13px}.app-username strong{color:#e2e8f0}.signout-btn{color:#fca5a5;cursor:pointer;background-color:#7f1d1d;border:none;border-radius:6px;padding:6px 12px;font-size:13px;font-weight:600}.signout-btn:hover{background-color:#991b1b}.app-main{flex-direction:column;flex:1;padding:24px;display:flex}.loading-screen{color:#f59e0b;background-color:#0f172a;justify-content:center;align-items:center;min-height:100vh;font-size:18px;font-weight:600;display:flex}
