:root{--bg:#020817;--sidebar:#031120f7;--panel:#07162a;--panel-2:#0a1b31;--line:#94a3b824;--muted:#94a3b8;--text:#f8fafc;--primary:#4f7cff;--violet:#8b5cf6;--sidebar-width:244px;--sidebar-collapsed-width:84px}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{min-height:100%}body{background:var(--bg);overflow-x:hidden}button,input,select{font:inherit}button{-webkit-tap-highlight-color:transparent}.App{text-align:left;min-height:100vh}.boot-screen{color:#cbd5e1;background:radial-gradient(circle at 50% 30%,#4f7cff1f,#0000 28%),#020817;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:100vh;display:flex}.boot-card{border:1px solid var(--line);text-align:center;background:#07162a;border-radius:18px;width:min(90vw,420px);padding:28px}.boot-card strong{color:#fff;font-size:23px;display:block}.boot-card p{color:#94a3b8}.boot-card button{color:#fff;cursor:pointer;background:#4f7cff;border:0;border-radius:10px;padding:10px 16px}.app-layout{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);background:radial-gradient(circle at 12% 5%,#2f80ff14,#0000 28%),radial-gradient(circle at 86% 78%,#8b5cf614,#0000 30%),#020817;min-height:100vh;transition:grid-template-columns .3s cubic-bezier(.22,1,.36,1);display:grid;position:relative}.app-layout.sidebar-collapsed{grid-template-columns:var(--sidebar-collapsed-width) minmax(0, 1fr)}.app-sidebar{background:var(--sidebar);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:40;border-right:1px solid #94a3b81f;flex-direction:column;min-width:0;height:100vh;transition:width .3s,transform .3s;display:flex;position:sticky;top:0}.sidebar-brand{border-bottom:1px solid var(--line);align-items:center;gap:12px;min-height:82px;padding:14px 15px;display:flex;position:relative}.sidebar-brand img{object-fit:contain;border-radius:14px;flex:0 0 51px;width:51px;height:51px}.sidebar-brand-copy{white-space:nowrap;min-width:0;transition:width .25s,opacity .2s;overflow:hidden}.sidebar-brand-name{letter-spacing:-.04em;font-size:20px;font-weight:950;line-height:1}.sidebar-brand-name span{color:#a78bfa}.sidebar-brand-edition{color:#cbd5e1;letter-spacing:.16em;margin-top:6px;font-size:9px;font-weight:800}.sidebar-collapse-button{color:#64748b!important;margin-left:auto!important}.sidebar-collapse-button:hover{color:#fff!important;background:#ffffff0d!important}.sidebar-nav{scrollbar-width:thin;scrollbar-color:#64748b73 transparent;flex:1;align-content:start;gap:5px;min-height:0;padding:15px 12px 20px;display:grid;overflow:hidden auto}.sidebar-label{color:#4c78a9;letter-spacing:.13em;white-space:nowrap;height:25px;padding:7px 11px 5px;font-size:9px;font-weight:850;transition:height .2s,opacity .2s,margin .2s;overflow:hidden}.sidebar-section-label{margin-top:10px}.sidebar-item{color:#94a3b8;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;column-gap:12px;width:100%;min-height:44px;padding:0 10px;font-size:12px;font-weight:720;transition:color .18s,background .18s,border-color .18s,transform .18s,box-shadow .18s;display:grid;position:relative}.sidebar-item:hover{color:#fff;background:#ffffff0b;transform:translate(2px);box-shadow:0 6px 18px #0206172e}.sidebar-item.active{color:#fff;background:linear-gradient(90deg,#2563eb3d,#7c3aed2e);border-color:#60a5fa33;box-shadow:inset 3px 0 #4f7cff,0 8px 22px #2563eb14}.sidebar-item-icon{background:#0f172a80;border:1px solid #94a3b824;border-radius:10px;place-items:center;width:34px;height:34px;display:grid;box-shadow:inset 0 1px #ffffff08}.sidebar-item:hover .sidebar-item-icon{background:#2563eb1f;border-color:#60a5fa47}.sidebar-item.active .sidebar-item-icon{background:linear-gradient(#3b82f638,#7c3aed2e);border-color:#60a5fa57;box-shadow:inset 0 1px #ffffff0f,0 6px 16px #2563eb29}.sidebar-item-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;line-height:1;overflow:hidden}.sidebar-item-badge{color:#93c5fd;text-align:center;background:#4f7cff24;border-radius:999px;justify-self:end;min-width:22px;padding:2px 6px;font-size:9px}.sidebar-tooltip{display:none}.sidebar-plan{background:linear-gradient(145deg,#4c1d952e,#0f172aa6);border:1px solid #a78bfa2e;border-radius:15px;margin:0 14px 16px;padding:15px;transition:max-height .25s,opacity .2s,margin .25s,padding .25s;overflow:hidden}.sidebar-plan small{color:#94a3b8}.sidebar-plan strong{color:#c4b5fd;margin-top:4px;display:block}.sidebar-plan span{color:#64748b;margin-top:8px;font-size:11px;line-height:1.5;display:block}.sidebar-collapsed .sidebar-brand{justify-content:center;padding-inline:14px}.sidebar-collapsed .sidebar-brand-copy,.sidebar-collapsed .sidebar-collapse-button,.sidebar-collapsed .sidebar-item-label,.sidebar-collapsed .sidebar-item-badge{opacity:0;pointer-events:none;width:0}.sidebar-collapsed .sidebar-item{grid-template-columns:34px;justify-content:center;padding-inline:0}.sidebar-collapsed .sidebar-item:hover{transform:none}.sidebar-collapsed .sidebar-label{opacity:0;height:4px;margin:2px 0;padding:0}.sidebar-collapsed .sidebar-tooltip{pointer-events:none;z-index:90;border:1px solid var(--line);color:#fff;white-space:nowrap;opacity:0;background:#07172a;border-radius:8px;padding:8px 10px;font-size:11px;transition:opacity .15s,transform .15s;display:block;position:absolute;top:50%;left:calc(100% + 10px);transform:translate(-4px,-50%);box-shadow:0 16px 40px #0006}.sidebar-collapsed .sidebar-item:hover .sidebar-tooltip{opacity:1;transform:translateY(-50%)}.sidebar-overlay{display:none}.app-main{min-width:0;min-height:100vh;overflow:visible}.app-topbar{z-index:30;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#020817d1;justify-content:space-between;align-items:center;gap:16px;min-height:72px;padding:12px 24px;display:flex;position:sticky;top:0}.topbar-left{align-items:center;gap:10px;min-width:0;display:flex}.topbar-menu-button{color:#94a3b8!important}.topbar-menu-button:hover{color:#fff!important;background:#ffffff0d!important}.topbar-title{min-width:0}.topbar-title strong{text-overflow:ellipsis;white-space:nowrap;font-size:18px;display:block;overflow:hidden}.topbar-title span{color:#64748b;margin-top:3px;font-size:11px;display:block}.topbar-actions{align-items:center;gap:7px;display:flex}.connection-pill{border:1px solid var(--line);color:#94a3b8;background:#07162abf;border-radius:10px;align-items:center;gap:7px;min-height:34px;padding:0 11px;font-size:11px;font-weight:750;display:inline-flex}.connection-dot{background:#f59e0b;border-radius:50%;width:7px;height:7px;box-shadow:0 0 12px}.connection-pill.online .connection-dot{background:#22c55e}.topbar-user{border-radius:10px;align-items:center;gap:8px;padding:3px 7px 3px 3px;display:flex}.topbar-avatar{color:#c4b5fd;background:linear-gradient(145deg,#293a78,#52237e);border-radius:50%;place-items:center;width:34px;height:34px;font-size:10px;font-weight:900;display:grid}.topbar-user strong,.topbar-user small{white-space:nowrap;display:block}.topbar-user strong{font-size:11px}.topbar-user small{color:#64748b;margin-top:2px;font-size:8px}.dashboard-heading{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.dashboard-heading h1{letter-spacing:-.04em;align-items:center;gap:9px;margin:0;font-size:clamp(25px,3vw,34px);display:flex}.dashboard-heading h1 i{background:#8b5cf6;border-radius:50%;width:7px;height:7px;box-shadow:0 0 14px #8b5cf6a6}.dashboard-heading p{color:#94a3b8;margin:7px 0 0;font-size:13px}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:20px;display:grid}.metric-card{border:1px solid var(--line);background:linear-gradient(145deg,#0a1b31f5,#051223eb);border-radius:14px;min-height:108px;padding:16px;box-shadow:0 18px 50px #00000024}.metric-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.metric-icon{color:#60a5fa;background:#4f7cff1f;border:1px solid #60a5fa26;border-radius:11px;place-items:center;width:40px;height:40px;display:grid}.metric-card small{color:#7f8ea3;letter-spacing:.03em;text-transform:uppercase;font-size:10px;font-weight:780}.metric-card strong{letter-spacing:-.04em;margin-top:10px;font-size:25px;display:block}.metric-card em{color:#64748b;font-size:10px;font-style:normal}.bots-panel{border:1px solid var(--line);background:#051223eb;border-radius:15px;margin-top:18px;scroll-margin-top:90px;overflow:hidden;box-shadow:0 24px 70px #0000002e}.bots-panel-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;min-height:70px;padding:15px 18px;display:flex}.bots-panel-head h2{margin:0;font-size:17px}.bots-panel-head p{color:#64748b;margin:5px 0 0;font-size:11px}.count-badge{color:#c4b5fd;vertical-align:middle;background:#4f46e540;border-radius:7px;margin-left:6px;padding:3px 7px;font-size:10px}.bot-table-head{color:#718096;letter-spacing:.08em;text-transform:uppercase;background:#0f233d8c;min-height:46px;padding:0 18px;font-size:9px;font-weight:850}.bot-row{border-top:1px solid #94a3b817;min-height:108px;padding:15px 18px;transition:background .2s,border-color .2s}.bot-row.has-error{border-left:3px solid #ef4444}.bot-account{min-width:0}.bot-account-main{align-items:center;gap:11px;display:flex}.bot-avatar{color:#bfdbfe;background:linear-gradient(145deg,#3b82f633,#7c3aed2e);border:1px solid #60a5fa1f;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.bot-account strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;display:block;overflow:hidden}.bot-account span{color:#64748b;align-items:center;gap:6px;margin-top:5px;font-size:10px;display:inline-flex}.status-mini-dot{background:#64748b;border-radius:50%;width:6px;height:6px}.status-mini-dot.running{background:#22c55e;box-shadow:0 0 9px #22c55ea6}.plugin-strip{min-width:0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%)}.plugin-marquee{width:100%;overflow:hidden}.plugin-marquee-track{--plugin-speed:18s;will-change:transform;width:max-content;animation:pluginTicker var(--plugin-speed) linear infinite;align-items:center;gap:7px;display:flex}.plugin-marquee:hover .plugin-marquee-track{animation-play-state:paused}.plugin-marquee.is-static .plugin-marquee-track{animation:none}.plugin-chip{color:#c4b5fd;white-space:nowrap;background:linear-gradient(90deg,#3b82f61f,#7c3aed21);border:1px solid #6366f140;border-radius:999px;flex:none;padding:6px 10px;font-size:10px;font-weight:720}.plugin-empty{color:#56657a;font-size:11px}@keyframes pluginTicker{0%{transform:translate(0)}to{transform:translate(calc(-50% - 3.5px))}}.bot-stats{grid-template-columns:repeat(3,minmax(62px,1fr));gap:8px;display:grid}.stat-cell{background:#020b187a;border:1px solid #94a3b817;border-radius:10px;min-height:48px;padding:8px 9px}.stat-cell span{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:9px;display:block;overflow:hidden}.stat-cell strong{margin-top:4px;font-size:12px;display:block}.bot-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.action-button{min-width:0!important;padding-left:10px!important;padding-right:10px!important}.delete-bot-button{color:#94a3b8!important;background:#ef44440f!important;border:1px solid #ef444438!important;border-radius:9px!important;width:34px!important;height:34px!important}.delete-bot-button:hover{color:#f87171!important;background:#ef444424!important;border-color:#ef444480!important}.empty-state{text-align:center;color:#64748b;padding:58px 20px}.empty-state strong{color:#cbd5e1;font-size:17px;display:block}.empty-state p{max-width:420px;margin:8px auto 0;font-size:12px;line-height:1.55}.panel-footer{border-top:1px solid var(--line);color:#64748b;justify-content:space-between;align-items:center;gap:14px;min-height:52px;padding:10px 18px;font-size:10px;display:flex}.modal-shell{border:1px solid #60a5fa33;width:min(95vw,1160px);max-height:92vh;overflow:hidden;background:#061426!important;border-radius:19px!important;box-shadow:0 35px 100px #000000ad!important}.modal-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.modal-head h2{margin:0;font-size:18px}.modal-head p{color:#64748b;margin:4px 0 0;font-size:11px}.modal-body{scrollbar-color:#334155 #061426;max-height:calc(92vh - 136px);padding:20px;overflow:auto}.modal-footer{border-top:1px solid var(--line);background:#020b1873;justify-content:flex-end;align-items:center;gap:10px;min-height:66px;padding:12px 20px;display:flex}.resources-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:11px;display:grid}.resource-card{border:1px solid var(--line);text-align:center;background:#020b188c;border-radius:14px;place-items:center;min-height:112px;padding:13px;display:grid}.resource-card img{object-fit:contain;width:42px;height:42px}.resource-card span{color:#94a3b8;overflow-wrap:anywhere;margin-top:6px;font-size:10px}.resource-card strong{margin-top:3px;font-size:13px}.log-list{gap:7px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;display:grid}.log-line{color:#93c5fd;background:#020b188c;border:1px solid #94a3b817;border-radius:9px;padding:9px 11px}.log-line.warn{color:#fcd34d}.log-line.error{color:#fda4af}@media (prefers-reduced-motion:reduce){.plugin-marquee-track{animation:none}*{scroll-behavior:auto!important}}@media (max-width:1220px){.topbar-user>div{display:none}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bot-table-head{display:none}.bot-row{grid-template-columns:38px minmax(145px,.75fr) minmax(190px,1fr)}.bot-stats{grid-column:2/-1}.bot-actions{grid-column:2/-1;justify-content:flex-start}}@media (max-width:860px){.app-layout,.app-layout.sidebar-collapsed{display:block}.app-sidebar{width:min(86vw,280px);height:100dvh;position:fixed;inset:0 auto 0 0;transform:translate(-105%);box-shadow:24px 0 70px #00000080}.app-sidebar.mobile-open{transform:translate(0)}.sidebar-brand-copy,.sidebar-item-label,.sidebar-item-badge{opacity:1!important;pointer-events:auto!important;width:auto!important}.sidebar-collapse-button{display:none!important}.sidebar-item{justify-content:flex-start!important;padding-inline:12px!important}.sidebar-label{height:25px!important;margin-top:initial!important;opacity:1!important;padding:7px 11px 5px!important}.sidebar-plan{opacity:1!important;border-color:#a78bfa2e!important;max-height:220px!important;margin:0 14px 16px!important;padding:15px!important}.sidebar-tooltip{display:none!important}.sidebar-overlay{z-index:35;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000a8;border:0;display:block;position:fixed;inset:0}.app-topbar{padding:10px 12px}.dashboard-content{padding:18px 14px 28px}.topbar-title span,.connection-pill span,.topbar-user{display:none}}@media (max-width:650px){.dashboard-heading{flex-direction:column;align-items:stretch}.dashboard-heading .MuiButton-root{width:100%}.metric-grid{grid-template-columns:1fr 1fr;gap:9px}.metric-card{min-height:98px;padding:13px}.metric-card strong{font-size:22px}.bots-panel-head{flex-direction:column;align-items:flex-start}.bot-row{grid-template-columns:32px minmax(0,1fr);gap:10px}.plugin-strip,.bot-stats,.bot-actions{grid-column:2}.bot-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.bot-actions{gap:6px}.action-button .MuiButton-startIcon{margin:0!important}.action-button-label{display:none}.modal-body{padding:14px}.panel-footer{flex-direction:column;align-items:flex-start}}@media (max-width:430px){.topbar-title strong{font-size:14px}.connection-pill{padding-inline:8px}.metric-grid{grid-template-columns:1fr}.bot-actions .MuiButton-root{min-width:36px}}.config-modal{width:min(96vw,1220px)!important}.config-modal-body{gap:16px;display:grid}.config-section{border:1px solid var(--line);background:#07162ac2;border-radius:16px;overflow:hidden}.config-section-title{border-bottom:1px solid var(--line);color:#93c5fd;align-items:center;gap:12px;min-height:66px;padding:14px 17px;display:flex}.config-section-title>svg{font-size:22px}.config-section-title strong{color:#fff;font-size:14px;display:block}.config-section-title span{color:#64748b;margin-top:3px;font-size:10px;display:block}.credentials-grid{grid-template-columns:1fr 1fr 1.15fr auto;align-items:center;gap:13px;padding:17px;display:grid}.external-event-check{white-space:nowrap;background:#020b18b3;border:1px solid #94a3b833;border-radius:12px;min-height:50px;padding:0 12px;margin:0!important}.plugins-section{overflow:visible}.plugins-editor{background:#061426;grid-template-columns:310px minmax(0,1fr);min-height:500px;max-height:58vh;display:grid}.plugins-list-panel{border-right:1px solid var(--line);background:#031120b8;flex-direction:column;min-width:0;display:flex}.plugins-search{border-bottom:1px solid var(--line);padding:13px}.plugins-list-scroll{scrollbar-color:#334155 transparent;flex:1;min-height:0;padding:8px;overflow-y:auto}.plugin-list-item{color:#fff;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:11px;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:56px;padding:9px 10px;transition:background .18s,border-color .18s;display:grid}.plugin-list-item:hover{background:#ffffff09}.plugin-list-item.selected{background:linear-gradient(90deg,#2563eb52,#7c3aed6b);border-color:#8b5cf680;box-shadow:0 10px 30px #312e8129}.plugin-list-icon{color:#93c5fd;background:#4f7cff1f;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.plugin-list-icon svg{font-size:18px}.plugin-list-copy{min-width:0}.plugin-list-copy strong{white-space:nowrap;text-overflow:ellipsis;font-size:12px;display:block;overflow:hidden}.plugin-list-copy span{color:#7f8ea3;margin-top:4px;font-size:9px;display:block}.plugin-force-icon{color:#64748b;font-size:17px!important}.plugins-list-footer{border-top:1px solid var(--line);color:#64748b;padding:10px 13px;font-size:10px}.plugin-options-panel{scrollbar-color:#334155 transparent;min-width:0;overflow-y:auto}.plugin-options-content{padding:22px}.plugin-options-heading{border-bottom:1px solid var(--line);align-items:flex-start;gap:13px;padding-bottom:18px;display:flex}.plugin-options-icon{color:#c4b5fd;background:#8b5cf61f;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.plugin-options-heading small{color:#60a5fa;letter-spacing:.11em;font-size:9px;font-weight:850}.plugin-options-heading h3{margin:4px 0 0;font-size:21px}.plugin-options-heading p{color:#7f8ea3;margin:4px 0 0;font-size:11px}.plugin-options-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:13px;padding-top:18px;display:grid}.plugin-option-label{color:#93c5fd;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #60a5fa2e;grid-column:1/-1;padding:10px 0 6px;font-size:10px;font-weight:850}.plugin-options-table{border:1px solid var(--line);border-radius:12px;grid-column:1/-1}.plugin-no-options,.plugin-no-selection{color:#64748b;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:230px;display:flex}.plugin-no-options{border:1px dashed #94a3b829;border-radius:14px;grid-column:1/-1;min-height:180px}.plugin-no-options strong,.plugin-no-selection strong{color:#cbd5e1;font-size:13px}.plugin-no-options span,.plugin-no-selection span{max-width:360px;font-size:10px;line-height:1.5}.plugin-no-selection svg{color:#334155;font-size:38px}.plugin-list-empty{color:#64748b;text-align:center;padding:28px 12px;font-size:11px}@media (max-width:940px){.credentials-grid{grid-template-columns:1fr 1fr}.plugins-editor{grid-template-columns:260px minmax(0,1fr)}.plugin-options-grid{grid-template-columns:1fr}}@media (max-width:680px){.credentials-grid{grid-template-columns:1fr}.plugins-editor{grid-template-columns:1fr;min-height:560px;max-height:none}.plugins-list-panel{border-right:0;border-bottom:1px solid var(--line);max-height:290px}.plugin-options-panel{min-height:320px}.plugin-options-content{padding:15px}}.sidebar-brand img{border-radius:11px;flex-basis:44px;width:44px;height:44px}.sidebar-brand-edition{margin-top:4px;font-size:7px}.sidebar-nav{gap:2px;padding:11px 10px 16px}.sidebar-label{height:23px;padding:7px 9px 4px;font-size:8px}.sidebar-item{border-radius:9px;grid-template-columns:30px minmax(0,1fr) auto;column-gap:9px;min-height:38px;padding:0 9px;font-size:11px}.sidebar-item-icon{width:30px;height:30px}.sidebar-item-icon svg{font-size:16px}.sidebar-plan{border-radius:12px;margin:0 10px 12px;padding:12px}.sidebar-plan span{font-size:9px}.app-topbar{min-height:60px;padding:8px 18px}.topbar-title strong{font-size:15px}.dashboard-heading p{margin-top:4px;font-size:11px}.metric-card .metric-top{height:100%}.metric-card .metric-top>div:first-child{min-width:0}.metric-card small{font-size:8px}.metric-card em{font-size:9px}.bots-panel-head p{margin-top:3px;font-size:9px}.bots-table-scroll{scrollbar-width:thin;scrollbar-color:#334155 #07162a;width:100%;overflow:auto hidden}.bot-table-head,.bot-row{grid-template-columns:38px minmax(150px,1.15fr) 92px minmax(230px,1.55fr) 78px 70px 72px 86px 96px 78px 190px;align-items:center;gap:10px;display:grid}.bot-table-head{letter-spacing:.055em;background:#0a1b31c7;min-height:39px;padding:0 13px;font-size:8px}.bot-row{border-top:1px solid #94a3b814;min-height:72px;padding:9px 13px}.bot-row:hover{background:#2563eb0b}.bot-select-cell{place-items:center;display:grid}.bot-avatar{border-radius:50%;width:38px;height:38px}.bot-avatar-0{background:linear-gradient(145deg,#2563eb61,#f59e0b59)}.bot-avatar-1{background:linear-gradient(145deg,#4f46e561,#f9731659)}.bot-avatar-2{background:linear-gradient(145deg,#0284c761,#7c3aed59)}.bot-status-cell{min-width:0}.bot-status-cell strong{align-items:center;gap:6px;font-size:10px;display:flex}.bot-status-cell>span{color:#64748b;margin-top:4px;font-size:8px;display:block}.status-online{color:#22c55e}.status-offline{color:#f87171}.plugin-strip{align-items:center;height:36px;display:flex}.plugin-empty{font-size:9px}.bot-resource-cell{min-width:0}.bot-resource-cell strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;display:block;overflow:hidden}.bot-actions{flex-wrap:nowrap;justify-content:flex-end;gap:5px}.table-action-button{color:#a8b7ca!important;background:#07172ac2!important;border:1px solid #94a3b829!important;border-radius:7px!important;width:31px!important;height:31px!important}.table-action-button:hover{color:#93c5fd!important;background:#3b82f61a!important;border-color:#4f7cff7a!important}.table-action-button.start-action{color:#4ade80!important;border-color:#22c55e42!important}.table-action-button.stop-action{color:#fbbf24!important;border-color:#f59e0b47!important}.delete-bot-button{width:31px!important;height:31px!important}@media (max-width:1220px){.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.bot-table-head{display:grid}.bot-row{grid-template-columns:38px minmax(150px,1.15fr) 92px minmax(230px,1.55fr) 78px 70px 72px 86px 96px 78px 190px}.bot-stats,.bot-actions{grid-column:auto}.bot-actions{justify-content:flex-end}}@media (max-width:860px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-content{padding:14px 10px 24px}.bots-table-min{min-width:1320px}}@media (max-width:650px){.metric-grid{grid-template-columns:1fr 1fr}.metric-card{min-height:78px}.bots-panel-head{flex-direction:row;align-items:center}.bot-table-head{display:grid}.bot-row{grid-template-columns:38px minmax(150px,1.15fr) 92px minmax(230px,1.55fr) 78px 70px 72px 86px 96px 78px 190px}.plugin-strip,.bot-stats,.bot-actions{grid-column:auto}}:root{--sidebar-width:196px;--sidebar-collapsed-width:66px}.sidebar-brand{min-height:62px;padding:7px 9px}.sidebar-brand img{flex-basis:40px;width:40px;height:40px}.sidebar-brand-name{font-size:14px}.sidebar-nav{padding-inline:8px}.sidebar-item{grid-template-columns:28px minmax(0,1fr) auto;min-height:34px;padding-inline:8px;font-size:10.5px}.sidebar-plan{margin-inline:8px}.app-topbar{padding-inline:14px}.metric-grid{gap:7px}.metric-card{min-height:76px;padding:10px}.metric-card strong{font-size:18px}.metric-icon{width:34px;height:34px}.bots-table-min{width:100%;min-width:0}.bot-table-head{min-height:34px;padding-inline:8px;font-size:7px}.bot-avatar{width:32px;height:32px}.plugin-strip{height:31px}.bot-resource-cell strong{font-size:9.5px}.bot-actions{gap:3px}.table-action-button,.delete-bot-button{border-radius:6px!important;width:27px!important;height:27px!important}@media (min-width:1280px){.bots-table-scroll{overflow-x:hidden}}@media (max-width:1279px){.bots-table-min{min-width:1120px}.bots-table-scroll{overflow-x:auto}}.bot-account-copy{min-width:0;overflow:hidden}.bot-name-line{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:flex}.bot-name-line>strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:150px;overflow:hidden}.level-badge{color:#93c5fd;white-space:nowrap;background:#2563eb1a;border:1px solid #60a5fa3d;border-radius:999px;align-items:center;min-height:20px;padding:2px 7px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.level-badge.legendary-level{color:#fbbf24;background:#f59e0b1f;border-color:#f59e0b4d;box-shadow:inset 0 0 0 1px #fbbf240a}@media (max-width:1180px){.bot-name-line>strong{max-width:110px}.level-badge{padding-inline:5px;font-size:9px}}.app-layout{grid-template-columns:210px minmax(0,1fr)}.sidebar-collapsed.app-layout{grid-template-columns:76px minmax(0,1fr)}.app-sidebar{width:210px}.sidebar-collapsed .app-sidebar{width:76px}.sidebar-collapsed .sidebar-item-icon{margin-inline:auto}.dashboard-content{padding:18px 20px 24px}.dashboard-heading h1{font-size:25px}.metric-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:14px}.metric-card{border-radius:10px;min-height:82px;padding:12px}.metric-card strong{margin-top:5px;font-size:21px}.metric-icon{border-radius:9px;width:36px;height:36px}.bots-panel{border-radius:12px;margin-top:14px}.bots-panel-head{min-height:58px;padding:10px 14px}.bots-panel-head h2{font-size:16px}.accounts-toolbar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.accounts-search{border:1px solid var(--line);background:#03101e;border-radius:8px;align-items:center;width:220px;height:36px;display:flex}.accounts-search input{color:#e5e7eb;background:0 0;border:0;outline:0;width:100%;height:100%;padding:0 11px;font-size:11px}.accounts-search input::placeholder{color:#64748b}.accounts-filter{border:1px solid var(--line);color:#cbd5e1;background:#03101e;border-radius:8px;outline:none;min-width:125px;height:36px;padding:0 10px;font-size:11px}.accounts-toolbar .MuiButton-root{text-transform:none;border-radius:8px;min-height:36px;padding:0 12px;font-size:10px;font-weight:800}.bots-table-scroll{overflow-x:auto}.bots-table-min{min-width:1120px}.bot-table-head,.bot-row{grid-template-columns:30px minmax(145px,1.15fr) 88px minmax(170px,1.4fr) 72px 65px 62px 72px 82px 68px 176px;gap:8px}.bot-table-head{min-height:38px;padding:0 12px;font-size:8px}.bot-row{min-height:68px;padding:8px 12px}.bot-select-cell .MuiCheckbox-root{padding:3px}.bot-avatar{background:linear-gradient(145deg,#0ea5e9,#6d28d9);border-radius:50%;width:38px;height:38px}.bot-account-main{gap:9px}.bot-account strong{font-size:12px}.bot-account span{margin-top:2px;font-size:8px}.bot-name-line{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.level-badge{border-radius:5px;padding:2px 4px;font-weight:800;line-height:1;font-size:7px!important}.base-level{background:#3b82f626;color:#93c5fd!important}.legendary-level{background:#a855f729;color:#d8b4fe!important}.bot-status-cell strong{font-size:10px}.bot-status-cell span{color:#64748b;margin-top:2px;font-size:8px}.plugin-chip{padding:5px 8px;font-size:8px}.plugin-marquee-track{gap:5px}.bot-resource-cell span{display:none}.bot-resource-cell strong{white-space:nowrap;font-size:10px}.resource-coins strong{color:#fbbf24}.resource-rubies strong{color:#e879f9}.resource-aquamarine strong{color:#22d3ee}.resource-food strong{color:#4ade80}.bot-actions{justify-content:flex-end;gap:5px;display:flex}.table-action-button.MuiIconButton-root{border-radius:6px;width:29px;height:29px}.table-action-button svg{font-size:15px}.panel-footer{min-height:38px;padding:0 12px;font-size:9px}@media (max-width:1280px){.app-layout{grid-template-columns:190px minmax(0,1fr)}.app-sidebar{width:190px}.dashboard-content{padding:14px}.metric-grid{grid-template-columns:repeat(5,minmax(120px,1fr));padding-bottom:3px;overflow-x:auto}.metric-card{min-width:120px}}@media (max-width:860px){.app-layout,.sidebar-collapsed.app-layout{grid-template-columns:1fr}.app-sidebar,.sidebar-collapsed .app-sidebar{width:min(84vw,260px)}.accounts-toolbar{justify-content:flex-start;width:100%}.accounts-search{width:min(100%,220px)}}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-heading-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;display:flex}.plugins-mini-card{color:#c4b5fd;background:linear-gradient(90deg,#4c1d952e,#2563eb1f);border:1px solid #8b5cf638;border-radius:8px;align-items:center;gap:7px;height:36px;padding:0 10px;display:flex;box-shadow:0 8px 24px #0000001f}.plugins-mini-card svg{font-size:17px}.plugins-mini-card span{white-space:nowrap;font-size:9px;font-weight:750}.plugins-mini-card strong{color:#fff;background:#8b5cf63b;border-radius:999px;place-items:center;min-width:22px;height:22px;padding:0 6px;font-size:11px;display:grid}.metric-card em{max-width:175px;line-height:1.25}@media (max-width:980px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.dashboard-heading-actions{justify-content:flex-start;width:100%}}@media (max-width:560px){.metric-grid{grid-template-columns:1fr 1fr}.plugins-mini-card{order:2}.dashboard-heading-actions .MuiButton-root{flex:1}}.attack-summary-card{min-width:0}.attack-breakdown-grid span{text-overflow:ellipsis;white-space:nowrap;color:#7f8ea3;min-width:0;font-size:9px;overflow:hidden}.attack-breakdown-grid b{color:#e2e8f0;margin-right:4px;font-size:10px}.plugins-mini-card{display:none!important}@media (max-width:1180px){.metric-grid-v8{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:620px){.metric-grid-v8{grid-template-columns:1fr!important}.attack-breakdown-grid{grid-template-columns:1fr 1fr}}.metric-grid-v8{align-items:stretch;grid-template-columns:.82fr 1.35fr .82fr .82fr!important}.attack-summary-card .metric-top{align-items:center}.attack-summary-card .metric-top strong{line-height:1}.attack-breakdown-grid{border-top:1px solid #94a3b81c;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;margin-top:7px;padding-top:7px;display:grid}.attack-breakdown-grid span{color:#7f8ea3;white-space:nowrap;flex-direction:column;gap:1px;min-width:0;display:flex;overflow:hidden}.attack-breakdown-grid small{text-overflow:ellipsis;font-size:8px;line-height:1.15;overflow:hidden}@media (max-width:1180px){.metric-grid-v8{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:620px){.metric-grid-v8{grid-template-columns:1fr!important}.attack-breakdown-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.metric-grid-v8{grid-template-columns:.82fr 1.6fr .82fr .82fr!important}.attack-summary-card{min-width:0;overflow:hidden}.attack-summary-content{grid-template-columns:minmax(115px,.72fr) minmax(250px,1.65fr) 38px;align-items:center;gap:14px;width:100%;height:100%;display:grid}.attack-total-block{min-width:0}.attack-total-block>small{color:#7f8ea3;letter-spacing:.03em;font-size:8px;font-weight:780;display:block}.attack-total-block>strong{letter-spacing:-.04em;margin-top:6px;font-size:25px;line-height:1;display:block}.attack-breakdown-grid{border-top:0;border-left:1px solid #94a3b81f;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 16px;min-width:0;margin:0;padding:0 4px 0 16px;display:grid}.attack-breakdown-grid span{white-space:nowrap;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px;min-width:0;display:grid;overflow:hidden}.attack-breakdown-grid b{color:#f8fafc;margin:0;font-size:11px;line-height:1}.attack-breakdown-grid small{text-overflow:ellipsis;color:#7f8ea3;text-transform:none;letter-spacing:0;min-width:0;font-size:8px;line-height:1.15;overflow:hidden}.attack-metric-icon{justify-self:end}@media (max-width:1180px){.metric-grid-v8{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:760px){.attack-summary-content{grid-template-columns:1fr 38px;gap:10px}.attack-breakdown-grid{border-top:1px solid #94a3b81f;border-left:0;grid-area:2/1/auto/-1;grid-template-columns:repeat(2,minmax(0,1fr));padding:8px 0 0}.attack-metric-icon{grid-area:1/2}}@media (max-width:620px){.metric-grid-v8{grid-template-columns:1fr!important}}.sidebar-item{grid-template-columns:30px minmax(0,1fr) auto;column-gap:9px}.sidebar-item-icon{justify-content:center;place-self:center;align-items:center;width:30px;min-width:30px;height:30px;min-height:30px;margin:0;padding:0;line-height:0;display:inline-flex}.sidebar-item-icon svg{width:17px;min-width:17px;height:17px;min-height:17px;margin:0;display:block;transform:none}.sidebar-item-label,.sidebar-item-badge{align-self:center}.sidebar-collapsed .sidebar-item{grid-template-columns:30px}.sidebar-collapsed .sidebar-item-icon{margin:0 auto}@media (max-width:760px){.dashboard-content{padding:10px 8px 22px}.dashboard-heading{align-items:flex-start;gap:10px}.dashboard-heading h1{font-size:25px}.dashboard-heading>.MuiButton-root{width:100%;max-width:220px}.metric-grid{grid-template-columns:1fr;gap:8px}.metric-card{min-height:86px}.attack-metric-card{min-height:126px}.bots-panel-head{flex-direction:column;align-items:stretch;gap:10px;padding:12px}.accounts-toolbar{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.accounts-search{grid-column:1/-1;width:100%}.accounts-filter{width:100%;min-width:0}.accounts-toolbar .MuiButton-root{white-space:nowrap;width:100%;min-width:0}.bots-table-scroll{overflow-x:visible}.bots-table-min{width:100%;min-width:0!important}.bot-table-head{display:none!important}.bot-row{background:#04111fe6;border:1px solid #60a5fa21;border-radius:13px;grid-template-columns:34px minmax(0,1fr);gap:10px 12px;min-height:0;margin:10px;padding:12px;display:grid}.bot-row+.bot-row{border-top:1px solid #60a5fa21}.bot-select-cell{grid-area:1/1;align-self:center}.bot-account{grid-area:1/2;min-width:0}.bot-account-main{align-items:flex-start}.bot-account-copy{overflow:visible}.bot-name-line{gap:5px}.bot-name-line>strong{white-space:normal;overflow-wrap:anywhere;max-width:100%}.bot-status-cell{background:#0f172a8c;border-radius:9px;grid-column:1/-1;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;display:flex}.bot-status-cell>span{margin:0}.plugin-strip{grid-column:1/-1;width:100%;min-width:0;height:38px;overflow:hidden}.plugin-marquee{width:100%}.bot-resource-cell{background:#020b18a6;border:1px solid #94a3b81a;border-radius:9px;flex-direction:column;grid-column:span 1;justify-content:center;min-width:0;min-height:54px;padding:8px 10px;display:flex;position:relative}.bot-resource-cell span{color:#64748b;letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px;font-size:8px;font-weight:800;display:block}.bot-resource-cell strong{font-size:12px}.bot-actions{grid-column:1/-1;grid-template-columns:repeat(5,minmax(0,1fr));justify-content:stretch;gap:7px;padding-top:3px;display:grid}.bot-actions .table-action-button,.bot-actions .delete-bot-button{width:100%!important;height:38px!important}.panel-footer{padding-inline:12px}}@media (max-width:430px){.accounts-toolbar{grid-template-columns:1fr}.accounts-search{grid-column:auto}.bot-row{margin:8px;padding:10px}.bot-resource-cell{min-height:50px}.level-badge{padding-inline:5px;font-size:8px}}.account-view-switcher{background:#07182bc7;border:1px solid #94a3b824;border-radius:9px;align-items:center;gap:4px;padding:3px;display:inline-flex}.account-view-switcher .MuiIconButton-root{color:#94a3b8;border-radius:7px;width:30px;height:30px}.account-view-switcher .MuiIconButton-root:hover,.account-view-switcher .MuiIconButton-root.active{color:#fff;background:linear-gradient(135deg,#3b82f647,#8b5cf657);box-shadow:inset 0 0 0 1px #60a5fa52}.bot-table-head.is-hidden{display:none!important}.account-view-compact .bots-table-min>div:last-child{grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:10px;padding:10px;display:grid}.account-view-compact .bot-row{background:#04111feb;border:1px solid #60a5fa21;border-radius:13px;grid-template-columns:30px minmax(0,1fr) auto;grid-template-areas:"select account status""plugins plugins plugins""resources resources resources""actions actions actions";gap:9px 10px;min-height:0;margin:0;padding:12px}.account-view-compact .bot-status-cell{text-align:right;grid-area:status}.account-view-compact .bot-resource-cell{display:none}.account-view-compact .bot-actions{grid-area:actions;justify-content:flex-end}.account-view-compact .bot-account-copy>span{display:none}.account-view-card .bots-table-min>div:last-child{grid-template-columns:1fr;gap:12px;padding:12px;display:grid}.account-view-card .bot-row{background:#04111ff0;border:1px solid #60a5fa24;border-radius:15px;grid-template-columns:34px minmax(180px,1.3fr) minmax(110px,.6fr) minmax(260px,1.5fr) repeat(3,minmax(80px,.55fr));grid-template-areas:"select account status plugins coins rubies attacks"".resources resources resources resources resources resources"".actions actions actions actions actions actions";gap:12px 14px;min-height:0;margin:0;padding:16px}.account-view-card .bot-select-cell{grid-area:select}.account-view-card .bot-account{grid-area:account}.account-view-card .bot-status-cell{grid-area:status}.account-view-card .plugin-strip{grid-area:plugins;min-width:0}.account-view-card .resource-requestCount,.account-view-card .resource-aquamarine,.account-view-card .resource-food{grid-area:resources;width:max-content;margin-right:10px;display:inline-flex}.account-view-card .bot-actions{border-top:1px solid #94a3b81a;grid-area:actions;justify-content:flex-end;padding-top:10px}.account-view-card .bot-resource-cell span{display:block}@media (max-width:760px){.account-view-switcher{grid-column:1/-1;justify-content:center;width:100%}.account-view-switcher .MuiIconButton-root{flex:1;max-width:64px}.bots-table-scroll,.account-view-list,.account-view-compact,.account-view-card{overflow-x:visible!important}.account-view-list .bots-table-min>div:last-child,.account-view-compact .bots-table-min>div:last-child,.account-view-card .bots-table-min>div:last-child{grid-template-columns:1fr;gap:9px;padding:8px;display:grid}.bot-row.view-list,.bot-row.view-compact,.bot-row.view-card{background:#04111feb!important;border:1px solid #60a5fa21!important;border-radius:13px!important;grid-template-columns:32px minmax(0,1fr)!important;grid-template-areas:"select account""status status""plugins plugins""coins rubies""requests attacks""aqua food""actions actions"!important;gap:9px 10px!important;min-width:0!important;margin:0!important;padding:11px!important;display:grid!important}.bot-row .bot-select-cell{grid-area:select!important}.bot-row .bot-account{grid-area:account!important}.bot-row .bot-status-cell{text-align:left!important;grid-area:status!important}.bot-row .plugin-strip{grid-area:plugins!important}.bot-row .resource-coins{grid-area:coins!important}.bot-row .resource-rubies{grid-area:rubies!important}.bot-row .resource-requestCount{grid-area:requests!important}.bot-row .resource-attackDailyCount{grid-area:attacks!important}.bot-row .resource-aquamarine{grid-area:aqua!important}.bot-row .resource-food{grid-area:food!important}.bot-row .bot-resource-cell{min-height:52px;width:auto!important;margin:0!important;display:flex!important}.bot-row .bot-actions{grid-area:actions!important}}.account-view-card .resource-requestCount,.account-view-card .resource-aquamarine,.account-view-card .resource-food{width:auto;margin:0;display:flex}.account-view-compact .bots-table-min>div:last-child{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:12px;padding:12px}.account-view-compact .bot-row{grid-template-columns:30px minmax(0,1fr) auto;grid-template-areas:"select account status""plugins plugins plugins""coins rubies requests""attacks aqua food""actions actions actions";align-items:center;gap:10px 12px;min-height:0;padding:14px}.account-view-compact .bot-select-cell{grid-area:select}.account-view-compact .bot-account{grid-area:account}.account-view-compact .bot-status-cell{text-align:right;grid-area:status;min-width:78px}.account-view-compact .plugin-strip{grid-area:plugins;width:100%;min-width:0}.account-view-compact .resource-coins{grid-area:coins}.account-view-compact .resource-rubies{grid-area:rubies}.account-view-compact .resource-requestCount{grid-area:requests}.account-view-compact .resource-attackDailyCount{grid-area:attacks}.account-view-compact .resource-aquamarine{grid-area:aqua}.account-view-compact .resource-food{grid-area:food}.account-view-compact .bot-resource-cell{background:#020b1894;border:1px solid #94a3b81a;border-radius:9px;flex-direction:column;justify-content:center;width:auto;min-width:0;min-height:50px;margin:0;padding:8px 10px;display:flex!important}.account-view-compact .bot-resource-cell span{color:#64748b;letter-spacing:.05em;text-transform:uppercase;margin-bottom:3px;font-size:7px;font-weight:800;display:block}.account-view-compact .bot-resource-cell strong{font-size:11px}.account-view-compact .bot-actions{border-top:1px solid #94a3b817;grid-area:actions;justify-content:flex-end;padding-top:8px}.account-view-card .bots-table-min>div:last-child{gap:14px;padding:14px}.account-view-card .bot-row{grid-template-columns:34px minmax(180px,1fr) minmax(100px,.55fr) minmax(280px,1.6fr);grid-template-areas:"select account status plugins"".resources resources resources"".actions actions actions";align-items:center;gap:14px 16px;min-height:0;padding:18px}.account-view-card .bot-account{grid-area:account;align-self:start}.account-view-card .bot-status-cell{grid-area:status;align-self:start}.account-view-card .plugin-strip{grid-area:plugins;align-self:start;width:100%;min-width:0}.account-view-card .bot-resource-cell{background:#020b189e;border:1px solid #94a3b81a;border-radius:10px;flex-direction:column;justify-content:center;min-width:0;min-height:58px;padding:9px 12px;width:auto!important;margin:0!important;display:flex!important}.account-view-card .bot-resource-cell span{color:#64748b;letter-spacing:.05em;text-transform:uppercase;margin-bottom:4px;font-size:8px;font-weight:800;display:block}.account-view-card .bot-resource-cell strong{font-size:13px}.account-view-card .resource-coins,.account-view-card .resource-rubies,.account-view-card .resource-requestCount,.account-view-card .resource-attackDailyCount,.account-view-card .resource-aquamarine,.account-view-card .resource-food{grid-area:auto}.account-view-card .bot-row:after{content:"";grid-area:resources;display:grid}.account-view-card .resource-coins{grid-area:2/2}.account-view-card .resource-rubies{grid-area:2/3}.account-view-card .resource-requestCount{grid-area:2/4}.account-view-card .resource-attackDailyCount{grid-area:2/5}.account-view-card .resource-aquamarine{grid-area:2/6}.account-view-card .resource-food{grid-area:2/7}.account-view-card .bot-row{grid-template-columns:34px minmax(180px,1fr) minmax(100px,.55fr) minmax(280px,1.5fr) repeat(6,minmax(82px,.48fr));grid-template-areas:"select account status plugins plugins plugins plugins plugins plugins plugins"".coins rubies requests attacks aqua food actions actions actions"}.account-view-card .bot-actions{border-top:0;border-left:1px solid #94a3b81a;grid-area:actions;justify-content:flex-end;align-self:stretch;padding:0 0 0 12px}.account-view-card .bot-row:after{display:none}@media (max-width:1180px) and (min-width:761px){.account-view-card .bot-row{grid-template-columns:34px minmax(190px,1fr) minmax(100px,.6fr) minmax(240px,1.3fr);grid-template-areas:"select account status plugins"".coins rubies requests"".attacks aqua food"".actions actions actions"}.account-view-card .bot-actions{border-top:1px solid #94a3b81a;border-left:0;padding:10px 0 0}}@media (max-width:760px){.account-view-compact .bots-table-min>div:last-child,.account-view-card .bots-table-min>div:last-child{padding:8px}.bot-row.view-compact,.bot-row.view-card{grid-template-columns:32px minmax(0,1fr)!important;grid-template-areas:"select account""status status""plugins plugins""coins rubies""requests attacks""aqua food""actions actions"!important}.bot-row.view-compact .bot-status-cell,.bot-row.view-card .bot-status-cell{text-align:left}.bot-row.view-compact .bot-actions,.bot-row.view-card .bot-actions{border-top:1px solid #94a3b81a!important;border-left:0!important;padding:8px 0 0!important}}.account-view-card,.account-view-card .bots-table-min,.account-view-card .bots-table-min>div:last-child{max-width:100%;overflow-x:hidden!important}.account-view-card .bot-row{box-sizing:border-box;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-areas:none;align-items:center;gap:12px;width:100%;min-width:0;max-width:100%;padding:16px;display:grid}.account-view-card .bot-select-cell{grid-area:1/1;align-self:center;padding-top:0}.account-view-card .bot-account{grid-area:1/2/auto/span 3;min-width:0}.account-view-card .bot-status-cell{grid-area:1/5/auto/span 2;min-width:0}.account-view-card .plugin-strip{grid-area:1/7/auto/-1;width:100%;min-width:0;overflow:hidden}.account-view-card .bot-resource-cell{box-sizing:border-box;grid-row:2;min-width:0;width:100%!important}.account-view-card .resource-coins{grid-column:1/span 2}.account-view-card .resource-rubies{grid-column:3/span 2}.account-view-card .resource-requestCount{grid-column:5/span 2}.account-view-card .resource-attackDailyCount{grid-column:7/span 2}.account-view-card .resource-aquamarine{grid-column:9/span 2}.account-view-card .resource-food{grid-column:11/span 2}.account-view-card .bot-actions{border-top:1px solid #94a3b81a;border-left:0;grid-area:3/1/auto/-1;justify-content:flex-end;align-self:center;min-width:0;padding:10px 0 0}@media (max-width:1180px) and (min-width:761px){.account-view-card .bot-row{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.account-view-card .bot-select-cell{grid-area:1/1}.account-view-card .bot-account{grid-area:1/2/auto/span 2}.account-view-card .bot-status-cell{grid-area:1/4/auto/span 1}.account-view-card .plugin-strip{grid-area:1/5/auto/-1}.account-view-card .resource-coins{grid-area:2/1/auto/span 2}.account-view-card .resource-rubies{grid-area:2/3/auto/span 2}.account-view-card .resource-requestCount{grid-area:2/5/auto/span 2}.account-view-card .resource-attackDailyCount{grid-area:3/1/auto/span 2}.account-view-card .resource-aquamarine{grid-area:3/3/auto/span 2}.account-view-card .resource-food{grid-area:3/5/auto/span 2}.account-view-card .bot-actions{grid-area:4/1/auto/-1}}@media (max-width:760px){.account-view-card .bot-row{gap:10px;padding:12px;grid-template-columns:34px minmax(0,1fr)!important;grid-template-areas:none!important}.account-view-card .bot-select-cell{grid-area:1/1}.account-view-card .bot-account{grid-area:1/2}.account-view-card .bot-status-cell{grid-area:2/1/auto/-1}.account-view-card .plugin-strip{grid-area:3/1/auto/-1}.account-view-card .resource-coins{grid-area:4/1}.account-view-card .resource-rubies{grid-area:4/2}.account-view-card .resource-requestCount{grid-area:5/1}.account-view-card .resource-attackDailyCount{grid-area:5/2}.account-view-card .resource-aquamarine{grid-area:6/1}.account-view-card .resource-food{grid-area:6/2}.account-view-card .bot-actions{grid-area:7/1/auto/-1;justify-content:stretch}.account-view-card .bot-actions .table-action-button{flex:1 1 0}}.account-view-compact .bot-row{grid-template-columns:repeat(6,minmax(0,1fr));grid-template-areas:"select account account account status status""plugins plugins plugins plugins plugins plugins""coins coins rubies rubies requests requests""attacks attacks aqua aqua food food""actions actions actions actions actions actions";gap:10px}.account-view-compact .bot-select-cell{place-self:center}.account-view-compact .bot-account,.account-view-compact .bot-status-cell,.account-view-compact .plugin-strip,.account-view-compact .bot-resource-cell,.account-view-compact .bot-actions{min-width:0;max-width:100%}.account-view-compact .bot-resource-cell{min-height:54px;padding:8px 10px;overflow:hidden}.account-view-compact .bot-resource-cell span{text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-size:8px;line-height:1.15;overflow:hidden}.account-view-compact .bot-resource-cell strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:13px;line-height:1.2;display:block;overflow:hidden}.account-view-compact .resource-coins strong,.account-view-compact .resource-attackDailyCount strong{font-size:14px}@media (max-width:1180px){.account-view-compact .bots-table-min>div:last-child{grid-template-columns:repeat(2,minmax(300px,1fr))}}@media (max-width:760px){.account-view-compact .bots-table-min>div:last-child{grid-template-columns:minmax(0,1fr)}.account-view-compact .bot-row{grid-template-columns:repeat(6,minmax(0,1fr));grid-template-areas:"select account account account status status""plugins plugins plugins plugins plugins plugins""coins coins rubies rubies requests requests""attacks attacks aqua aqua food food""actions actions actions actions actions actions"}}@media (max-width:420px){.account-view-compact .bot-row{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"select status""account account""plugins plugins""coins rubies""requests attacks""aqua food""actions actions"}.account-view-compact .bot-select-cell{justify-self:start}.account-view-compact .bot-status-cell{justify-self:end}}@media (min-width:1181px){.metric-grid-v8{grid-template-columns:.78fr 1.82fr .72fr .72fr!important;column-gap:16px!important}.attack-summary-card{padding-right:14px!important}.attack-summary-content{grid-template-columns:minmax(118px,.68fr) minmax(270px,1.7fr) 48px!important;gap:18px!important}.attack-metric-icon{place-self:center!important;width:42px!important;height:42px!important;margin:0!important}.metric-grid-v8>.metric-card:nth-child(3),.metric-grid-v8>.metric-card:nth-child(4){padding-left:14px!important;padding-right:14px!important}}@media (max-width:760px){.accounts-panel,.accounts-card,.bots-table-scroll,.bots-table-min,.account-view-list,.account-view-compact,.account-view-card{width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.account-view-list .bots-table-min>div:last-child,.account-view-compact .bots-table-min>div:last-child,.account-view-card .bots-table-min>div:last-child{grid-template-columns:minmax(0,1fr)!important;gap:12px!important;padding:10px!important;display:grid!important}.bot-row.view-list,.bot-row.view-compact,.bot-row.view-card{box-sizing:border-box!important;background:#04111ff5!important;border:1px solid #60a5fa24!important;border-radius:14px!important;grid-template-columns:32px minmax(0,1fr) auto!important;grid-template-areas:"select account status""plugins plugins plugins""coins rubies requests""attacks aqua food""actions actions actions"!important;gap:10px!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:12px!important;display:grid!important;overflow:hidden!important}.bot-row .bot-select-cell{grid-area:select!important;place-self:center start!important}.bot-row .bot-account{grid-area:account!important;min-width:0!important}.bot-row .bot-account-main{align-items:center!important;gap:9px!important;min-width:0!important;display:flex!important}.bot-row .bot-avatar{flex:0 0 38px!important;width:38px!important;height:38px!important}.bot-row .bot-account-copy,.bot-row .bot-name-line{min-width:0!important}.bot-row .bot-name-line{flex-wrap:wrap!important;align-items:center!important;gap:4px!important;display:flex!important}.bot-row .bot-name-line>strong{white-space:normal!important;overflow-wrap:anywhere!important;max-width:100%!important}.bot-row .bot-status-cell{text-align:right!important;grid-area:status!important;place-self:center end!important;min-width:max-content!important}.bot-row .bot-status-cell strong{justify-content:flex-end!important}.bot-row .plugin-strip{grid-area:plugins!important;width:100%!important;min-width:0!important;overflow:visible!important}.bot-row .plugin-marquee{width:100%!important;overflow:visible!important;-webkit-mask-image:none!important;mask-image:none!important}.bot-row .plugin-marquee-track{flex-wrap:wrap!important;gap:6px!important;width:100%!important;min-width:0!important;animation:none!important;display:flex!important;transform:none!important}.bot-row .plugin-marquee-track .plugin-chip:nth-child(n+7){display:none!important}.bot-row .plugin-chip{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:145px!important;overflow:hidden!important}.bot-row .resource-coins{grid-area:coins!important}.bot-row .resource-rubies{grid-area:rubies!important}.bot-row .resource-requestCount{grid-area:requests!important}.bot-row .resource-attackDailyCount{grid-area:attacks!important}.bot-row .resource-aquamarine{grid-area:aqua!important}.bot-row .resource-food{grid-area:food!important}.bot-row .bot-resource-cell{box-sizing:border-box!important;background:#020b18a6!important;border:1px solid #94a3b81c!important;border-radius:9px!important;flex-direction:column!important;justify-content:center!important;width:100%!important;min-width:0!important;min-height:54px!important;margin:0!important;padding:8px 9px!important;display:flex!important;overflow:hidden!important}.bot-row .bot-resource-cell span{color:#64748b!important;letter-spacing:.04em!important;text-transform:uppercase!important;white-space:normal!important;margin:0 0 4px!important;font-size:7px!important;font-weight:800!important;line-height:1.1!important;display:block!important}.bot-row .bot-resource-cell strong{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;font-size:12px!important;line-height:1.15!important;display:block!important;overflow:hidden!important}.bot-row .bot-actions{border-top:1px solid #94a3b81c!important;border-left:0!important;grid-area:actions!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:7px!important;width:100%!important;min-width:0!important;padding:10px 0 0!important;display:grid!important}.bot-row .bot-actions .MuiIconButton-root,.bot-row .bot-actions .table-action-button,.bot-row .bot-actions .delete-bot-button{border-radius:9px!important;width:100%!important;min-width:0!important;max-width:none!important;height:42px!important;margin:0!important}}@media (max-width:430px){.bot-row.view-list,.bot-row.view-compact,.bot-row.view-card{grid-template-columns:28px minmax(0,1fr)!important;grid-template-areas:"select account""status status""plugins plugins""coins rubies""requests attacks""aqua food""actions actions"!important}.bot-row .bot-status-cell{text-align:left!important;justify-self:start!important}.bot-row .bot-status-cell strong{justify-content:flex-start!important}.bot-row .bot-actions{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:5px!important}.bot-row .bot-actions .MuiIconButton-root,.bot-row .bot-actions .table-action-button,.bot-row .bot-actions .delete-bot-button{height:40px!important}}@media (max-width:760px){.bot-row.view-list,.bot-row.view-compact,.bot-row.view-card{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-template-areas:"select select""account account""status status""plugins plugins""coins rubies""requests attacks""aqua food""actions actions"!important;align-items:stretch!important;gap:10px!important;padding:14px!important}.bot-row .bot-select-cell{place-self:center start!important;min-height:24px!important}.bot-row .bot-account{width:100%!important;padding:2px 0 4px!important}.bot-row .bot-account-main{grid-template-columns:48px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;display:grid!important}.bot-row .bot-avatar{flex-basis:48px!important;width:48px!important;height:48px!important}.bot-row .bot-account-copy{flex-direction:column!important;align-items:flex-start!important;gap:4px!important;min-width:0!important;display:flex!important}.bot-row .bot-name-line{justify-content:flex-start!important;width:100%!important}.bot-row .bot-status-cell{text-align:left!important;background:#020b188c!important;border:1px solid #94a3b81c!important;border-radius:9px!important;justify-self:stretch!important;width:100%!important;padding:9px 10px!important}.bot-row .bot-status-cell strong{justify-content:flex-start!important}.bot-row .plugin-strip{background:#020b1873!important;border:1px solid #94a3b81c!important;border-radius:9px!important;padding:10px!important}.bot-row .plugin-marquee-track{align-items:flex-start!important}.bot-row .plugin-chip{max-width:100%!important}.bot-row .bot-resource-cell{min-height:62px!important;padding:10px 11px!important}.bot-row .bot-resource-cell span{margin-bottom:5px!important;font-size:8px!important}.bot-row .bot-resource-cell strong{font-size:14px!important}.bot-row .bot-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;padding-top:12px!important}.bot-row .bot-actions>:last-child:nth-child(odd){grid-column:1/-1!important}.bot-row .bot-actions .MuiIconButton-root,.bot-row .bot-actions .table-action-button,.bot-row .bot-actions .delete-bot-button{height:46px!important}}@media (max-width:430px){.bot-row.view-list,.bot-row.view-compact,.bot-row.view-card{grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"select""account""status""plugins""coins""rubies""requests""attacks""aqua""food""actions"!important}.bot-row .bot-actions{grid-template-columns:minmax(0,1fr)!important}.bot-row .bot-actions>*{grid-column:auto!important}}.metric-grid-v8>.metric-card{position:relative;overflow:hidden}.metric-grid-v8>.metric-card:before{content:"";pointer-events:none;opacity:.9;background:radial-gradient(circle at 100% 0,#ffffff0d,#0000 42%);position:absolute;inset:0}.metric-grid-v8>.metric-card:first-child{background:linear-gradient(145deg,#1f1442f7,#061226f2);border-color:#8b5cf652}.metric-grid-v8>.metric-card:first-child .metric-icon{color:#a78bfa;background:linear-gradient(145deg,#7c3aed47,#4f46e52e);border-color:#a78bfa66;box-shadow:0 0 24px #8b5cf633}.metric-grid-v8>.metric-card:first-child em{color:#22c55e}.metric-grid-v8>.metric-card:nth-child(2) .metric-icon{color:#2dd4bf;background:linear-gradient(145deg,#0d948840,#065f4629);border-color:#2dd4bf66;box-shadow:0 0 24px #2dd4bf29}.metric-grid-v8>.metric-card:nth-child(3){background:linear-gradient(145deg,#311e03fa,#0a1423f2);border-color:#f59e0b61}.metric-grid-v8>.metric-card:nth-child(3) .metric-icon{color:#fbbf24;background:linear-gradient(145deg,#f59e0b4d,#78350f2e);border-color:#fbbf247a;box-shadow:0 0 28px #f59e0b38}.metric-grid-v8>.metric-card:nth-child(3) strong{color:#fbbf24;text-shadow:0 0 16px #f59e0b33}.metric-grid-v8>.metric-card:nth-child(3) em{color:#fcd34d}.metric-grid-v8>.metric-card:nth-child(4){background:linear-gradient(145deg,#360913fa,#0a1423f2);border-color:#ef444461}.metric-grid-v8>.metric-card:nth-child(4) .metric-icon{color:#fb7185;background:linear-gradient(145deg,#f43f5e47,#be185d29);border-color:#fb71857a;box-shadow:0 0 28px #f43f5e33}.metric-grid-v8>.metric-card:nth-child(4) strong{color:#fb7185;text-shadow:0 0 16px #f43f5e2e}.metric-grid-v8>.metric-card:nth-child(4) em{color:#fda4af}.metric-grid-v8>.metric-card:nth-child(2){background:linear-gradient(145deg,#311808f5,#081423f2),linear-gradient(135deg,#f973162e,#0000 58%)!important;border-color:#f9731657!important}.metric-grid-v8>.metric-card:nth-child(2) .attack-total-block strong,.metric-grid-v8>.metric-card:nth-child(2) .attack-breakdown-grid b{color:#ffedd5!important}.metric-grid-v8>.metric-card:nth-child(2) .attack-breakdown-grid small{color:#fdba74!important}.metric-grid-v8>.metric-card:nth-child(2) .attack-metric-icon{color:#fb923c!important;background:linear-gradient(145deg,#f973163b,#7c2d1229)!important;border-color:#fb923c6b!important;box-shadow:inset 0 0 0 1px #ffffff0a,0 0 28px #f973162e!important}.attack-target-icon{overflow:hidden;padding:5px!important}.attack-target-icon img{object-fit:contain;filter:drop-shadow(0 2px 6px #00000059);width:100%;height:100%;display:block}@media (min-width:1181px){.metric-grid-v8{grid-template-columns:.76fr 2fr .72fr .72fr!important;gap:14px!important}.attack-summary-card{min-height:118px!important;padding:14px 16px!important;overflow:hidden!important}.attack-summary-content{grid-template-columns:minmax(120px,.62fr) minmax(0,1.7fr) 72px!important;gap:14px!important}.attack-breakdown-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px 14px!important;padding-left:16px!important;overflow:visible!important}.attack-breakdown-grid span{white-space:normal!important;align-items:start!important;overflow:visible!important}.attack-breakdown-grid small{text-overflow:clip!important;white-space:normal!important;font-size:8px!important;line-height:1.2!important;overflow:visible!important}.attack-target-icon{border-radius:14px!important;justify-self:center!important;width:64px!important;min-width:64px!important;height:64px!important;padding:2px!important}.attack-target-icon img{object-fit:contain!important;width:58px!important;max-width:none!important;height:58px!important}}@media (max-width:1180px){.attack-target-icon{width:58px!important;height:58px!important;padding:2px!important}.attack-target-icon img{width:52px!important;height:52px!important}.attack-breakdown-grid small{white-space:normal!important;text-overflow:clip!important;overflow:visible!important}}.resource-summary-icon{overflow:hidden;padding:3px!important}.resource-summary-icon img{object-fit:contain;filter:drop-shadow(0 2px 5px #00000052);width:100%;height:100%;display:block}.coin-summary-icon img{transform:scale(.96)}.ruby-summary-icon img{transform:scale(.94)}.attack-target-icon,.attack-metric-icon{box-sizing:border-box!important;border-radius:11px!important;place-self:center end!important;width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;padding:5px!important}.attack-target-icon img,.attack-metric-icon img{object-fit:contain!important;width:38px!important;max-width:38px!important;height:38px!important;max-height:38px!important;display:block!important}.bot-row{cursor:pointer}.bot-row.summary-filter-active{border-color:#60a5fab8!important;box-shadow:inset 0 0 0 1px #60a5fa47,0 0 24px #2563eb1f!important}.bot-row:focus-visible{outline-offset:-2px;outline:2px solid #60a5fa}.bot-row .bot-actions,.bot-row .bot-select-cell{cursor:default}.advances-panel{background:linear-gradient(145deg,#071628f5,#040f1df0);border:1px solid #60a5fa24;border-radius:13px;grid-template-columns:116px minmax(0,1fr);align-items:center;gap:12px;min-width:0;margin-top:16px;padding:9px 11px;display:grid;box-shadow:0 16px 42px #00000024}.advances-head{padding-left:3px}.advances-head strong,.advances-head span{display:block}.advances-head strong{color:#f8fafc;font-size:13px}.advances-head span{color:#64748b;white-space:nowrap;margin-top:3px;font-size:9px}.advances-scroll{grid-template-columns:repeat(auto-fit,minmax(92px,1fr));grid-auto-flow:row;gap:7px;min-width:0;padding:1px;display:grid;overflow:visible}.advance-item{background:#020b1894;border:1px solid #60a5fa1f;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-width:92px;min-height:56px;padding:6px 8px;display:flex}.advance-item.is-empty{opacity:.5}.advance-icon{color:#60a5fa;flex:0 0 32px;place-items:center;width:32px;height:40px;display:grid}.advance-icon img{object-fit:contain;width:30px;height:38px;display:block}.advance-icon svg{font-size:24px}.advance-copy{min-width:0}.advance-copy span,.advance-copy strong{white-space:nowrap;display:block}.advance-copy span{color:#94a3b8;font-size:8px}.advance-copy strong{color:#f8fafc;margin-top:4px;font-size:12px;line-height:1}@media (max-width:1180px) and (min-width:921px){.advances-panel{grid-template-columns:104px minmax(0,1fr);align-items:start}.advances-scroll{grid-template-columns:repeat(auto-fit,minmax(112px,1fr))}}@media (max-width:920px){.advances-panel{grid-template-columns:minmax(0,1fr);gap:7px}.advances-scroll{grid-template-columns:repeat(auto-fit,minmax(102px,1fr))}}@media (max-width:560px){.advances-panel{margin-top:12px;padding:8px}.advances-scroll{grid-template-columns:repeat(2,minmax(0,1fr))}.advance-item{min-height:58px;padding:5px 6px}}.resource-food{position:relative;overflow:visible!important}.food-selector{width:100%;min-width:0}.food-selector label{min-width:0;display:block}.food-selector-label{color:#6684aa;letter-spacing:.04em;text-transform:uppercase;font-size:9px;font-weight:800;line-height:1;display:block}.food-selector-select-wrap{align-items:center;min-width:0;margin-top:3px;display:flex;position:relative}.food-selector select{appearance:none;color:#94a3b8;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;outline:0;width:100%;min-width:0;padding:0 17px 0 0;font-size:9px;font-weight:650;line-height:1.25;overflow:hidden}.food-selector select option{color:#e2e8f0;background:#07162a}.food-selector-select-wrap svg{color:#60a5fa;pointer-events:none;width:17px;height:17px;position:absolute;right:-4px}.food-selector>strong{text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:16px;font-weight:900;line-height:1;display:block;overflow:hidden;color:#4ade80!important}.food-selector-empty>strong{margin-top:8px}.account-view-list .food-selector select{max-width:96px}.account-view-compact .food-selector select,.account-view-card .food-selector select{max-width:100%}@media (max-width:700px){.food-selector select{font-size:8px}.food-selector>strong{font-size:14px}}.castle-resource-selector{width:100%;min-width:0}.castle-resource-selector label{min-width:0;display:block}.castle-resource-label{color:#6684aa;letter-spacing:.05em;text-transform:uppercase;font-size:8px;font-weight:800;line-height:1;display:block}.castle-resource-select-wrap{align-items:center;min-width:0;margin-top:3px;display:flex;position:relative}.castle-resource-selector select{appearance:none;color:#a5b4fc;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;outline:0;width:100%;min-width:0;padding:0 18px 0 0;font-size:9px;font-weight:750;line-height:1.25;overflow:hidden}.castle-resource-selector select option{color:#e2e8f0;background:#07162a}.castle-resource-select-wrap svg{color:#60a5fa;pointer-events:none;width:17px;height:17px;position:absolute;right:-4px}.castle-resource-values{align-items:stretch;gap:6px;min-width:0;margin-top:7px;display:flex}.castle-resource-value{border-right:1px solid #94a3b81f;flex:1 1 0;min-width:0;padding-right:5px}.castle-resource-value:last-child{border-right:0;padding-right:0}.castle-resource-value small,.castle-resource-value strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.castle-resource-value small{color:#64748b;letter-spacing:.04em;text-transform:uppercase;font-size:7px;font-weight:800}.castle-resource-value strong{margin-top:3px;font-size:11px;font-weight:900;line-height:1}.food-value strong{color:#4ade80!important}.mead-value strong{color:#c084fc!important}.honey-value strong{color:#fbbf24!important}.account-view-list .bot-table-head,.account-view-list .bot-row.view-list{grid-template-columns:30px minmax(145px,1.05fr) 88px minmax(150px,1.15fr) 68px 62px 62px 72px 78px minmax(205px,1.35fr) 176px!important}.account-view-list .resource-food{min-width:205px;min-height:58px;padding:7px 9px;display:flex!important;overflow:visible!important}.account-view-list .castle-resource-values{gap:5px}.account-view-list .castle-resource-selector select{max-width:none}.account-view-compact .resource-food,.account-view-card .resource-food{overflow:visible!important}.account-view-compact .castle-resource-values,.account-view-card .castle-resource-values{width:100%}@media (max-width:1180px) and (min-width:761px){.account-view-list .bots-table-scroll{overflow-x:auto!important}.account-view-list .bots-table-min{min-width:1260px}}@media (max-width:760px){.bot-row .resource-food{min-width:0!important;min-height:68px!important}.castle-resource-values{gap:8px}.castle-resource-value strong{font-size:12px}}.account-view-list .bots-table-scroll{overflow-x:hidden!important}.account-view-list .bot-table-head,.account-view-list .bot-row.view-list{grid-template-columns:27px minmax(105px,.95fr) 70px minmax(125px,1.25fr) 58px 54px 52px 64px 68px minmax(112px,.92fr) 148px!important;gap:5px!important;width:100%!important;min-width:0!important}.account-view-list .resource-food{width:100%!important;min-width:0!important;min-height:52px!important;padding:5px 6px!important;display:block!important;overflow:hidden!important}.account-view-list .castle-resource-selector{min-width:0!important;display:block!important}.account-view-list .castle-resource-select-wrap{margin-top:0!important}.account-view-list .castle-resource-selector select{max-width:100%!important;padding-right:14px!important;font-size:7.5px!important}.account-view-list .castle-resource-values{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:3px!important;margin-top:5px!important;display:grid!important}.account-view-list .castle-resource-value{min-width:0!important;padding:0 3px 0 0!important}.account-view-list .castle-resource-value small{letter-spacing:0!important;font-size:5.5px!important}.account-view-list .castle-resource-value strong{margin-top:2px!important;font-size:8px!important}.account-view-list .plugin-chip{padding-inline:5px!important;font-size:7px!important}.account-view-list .bot-actions{gap:2px!important}.account-view-list .table-action-button,.account-view-list .delete-bot-button{width:25px!important;height:25px!important}@media (max-width:1080px){.account-view-list .bots-table-scroll{overflow-x:auto!important}.account-view-list .bots-table-min,.account-view-list .bot-table-head,.account-view-list .bot-row.view-list{min-width:1060px!important}}.account-view-compact .bot-row.view-compact{grid-template-areas:"select account account account status status""plugins plugins plugins plugins plugins plugins""coins coins rubies rubies requests requests""attacks attacks aqua aqua aqua aqua""food food food food food food""actions actions actions actions actions actions"!important}.account-view-compact .bot-row.view-compact .resource-food{background:#030f1db8!important;border-top:1px solid #60a5fa29!important;grid-area:food!important;width:100%!important;min-width:0!important;min-height:70px!important;padding:8px 10px!important;overflow:visible!important}.account-view-compact .castle-resource-selector{grid-template-columns:minmax(105px,.8fr) minmax(0,1.7fr)!important;align-items:center!important;gap:12px!important;display:grid!important}.account-view-compact .castle-resource-value{background:#020b186b!important;border:1px solid #94a3b817!important;border-radius:7px!important;padding:6px 8px!important}.account-view-card .bot-row.view-card{grid-template-rows:auto auto auto auto!important}.account-view-card .bot-row.view-card .resource-food{background:#030f1db8!important;border-top:1px solid #60a5fa29!important;grid-area:3/1/auto/-1!important;width:100%!important;min-width:0!important;min-height:74px!important;padding:9px 11px!important;overflow:visible!important}.account-view-card .bot-row.view-card .bot-actions{grid-area:4/1/auto/-1!important}.account-view-card .castle-resource-selector{grid-template-columns:minmax(150px,.7fr) minmax(0,2fr)!important;align-items:center!important;gap:14px!important;display:grid!important}.account-view-card .castle-resource-values{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin-top:0!important;display:grid!important}.account-view-card .castle-resource-value{background:#020b186b!important;border:1px solid #94a3b817!important;border-radius:8px!important;padding:7px 10px!important}.account-view-card .castle-resource-value strong{font-size:13px!important}@media (max-width:760px){.account-view-compact .bot-row.view-compact{grid-template-areas:"select account""status status""plugins plugins""coins rubies""requests attacks""aqua aqua""food food""actions actions"!important}.account-view-card .bot-row.view-card .resource-food{grid-area:7/1/auto/-1!important}.account-view-card .bot-row.view-card .bot-actions{grid-row:8!important}.account-view-compact .castle-resource-selector,.account-view-card .castle-resource-selector{display:block!important}.account-view-compact .castle-resource-values,.account-view-card .castle-resource-values{margin-top:8px!important}}.account-view-compact .bot-row.view-compact{row-gap:8px!important}.account-view-compact .bot-row.view-compact .resource-food{min-height:86px!important;margin-top:-3px!important;padding:7px 10px 9px!important}.account-view-compact .castle-resource-selector{display:block!important}.account-view-compact .castle-resource-selector label{justify-content:space-between!important;align-items:center!important;gap:8px!important;min-width:0!important;display:flex!important}.account-view-compact .castle-resource-label{flex:none!important;font-size:8px!important}.account-view-compact .castle-resource-select-wrap{flex:auto!important;min-width:0!important;margin-top:0!important}.account-view-compact .castle-resource-selector select{width:100%!important;max-width:none!important;font-size:9px!important}.account-view-compact .castle-resource-values{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;margin-top:7px!important;display:grid!important}.account-view-compact .castle-resource-value{min-width:0!important;padding:6px 7px!important}.account-view-compact .castle-resource-value small{font-size:6px!important}.account-view-compact .castle-resource-value strong{font-size:10px!important}.account-view-compact .bot-row.view-compact .bot-actions{margin-top:0!important;padding-top:7px!important}.account-view-compact .bot-row.view-compact .bot-resource-cell:not(.resource-food){min-height:58px!important}@media (min-width:1250px){.account-view-compact .castle-resource-value strong{font-size:11px!important}}.account-view-list .bots-table-scroll{width:100%!important;overflow-x:hidden!important}.account-view-list .bots-table-min{width:100%!important;min-width:0!important}.account-view-list .bot-table-head,.account-view-list .bot-row.view-list{grid-template-columns:26px minmax(155px,1.12fr) 76px minmax(145px,.95fr) 66px 60px 58px 68px 78px minmax(190px,1.18fr) 150px!important;align-items:center!important;column-gap:5px!important;width:100%!important;min-width:0!important;display:grid!important}.account-view-list .bot-table-head{padding-inline:9px!important;font-size:7px!important}.account-view-list .bot-row.view-list{min-height:70px!important;padding:7px 9px!important}.account-view-list .bot-select-cell{grid-column:1!important}.account-view-list .bot-account{grid-column:2!important}.account-view-list .bot-status-cell{grid-column:3!important}.account-view-list .plugin-strip{grid-column:4!important}.account-view-list .resource-coins{grid-column:5!important}.account-view-list .resource-rubies{grid-column:6!important}.account-view-list .resource-requestCount{grid-column:7!important}.account-view-list .resource-attackDailyCount{grid-column:8!important}.account-view-list .resource-aquamarine{grid-column:9!important}.account-view-list .resource-food{grid-column:10!important}.account-view-list .bot-actions{grid-column:11!important}.account-view-list .plugin-strip{width:100%!important;min-width:0!important;height:30px!important;overflow:hidden!important}.account-view-list .plugin-marquee{width:100%!important;min-width:0!important;overflow:hidden!important}.account-view-list .plugin-marquee-track{gap:3px!important}.account-view-list .plugin-chip{text-overflow:ellipsis!important;white-space:nowrap!important;border-radius:8px!important;max-width:92px!important;padding:3px 5px!important;font-size:6.5px!important;line-height:1.05!important;overflow:hidden!important}.account-view-list .resource-food{visibility:visible!important;opacity:1!important;background:#020b186b!important;border:1px solid #94a3b81a!important;border-radius:8px!important;align-items:center!important;width:100%!important;min-width:0!important;min-height:54px!important;padding:5px 7px!important;display:flex!important;overflow:visible!important}.account-view-list .castle-resource-selector{width:100%!important;min-width:0!important;display:block!important}.account-view-list .castle-resource-selector label{align-items:center!important;gap:4px!important;width:100%!important;min-width:0!important;display:flex!important}.account-view-list .castle-resource-label{display:none!important}.account-view-list .castle-resource-select-wrap{width:100%!important;min-width:0!important;margin:0!important}.account-view-list .castle-resource-selector select{width:100%!important;max-width:none!important;padding-right:14px!important;font-size:7px!important;line-height:1!important}.account-view-list .castle-resource-select-wrap svg{width:13px!important;height:13px!important;right:-2px!important}.account-view-list .castle-resource-values{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:3px!important;width:100%!important;min-width:0!important;margin-top:5px!important;display:grid!important}.account-view-list .castle-resource-value{border-right:1px solid #94a3b81a!important;min-width:0!important;padding:0 2px!important;display:block!important}.account-view-list .castle-resource-value:last-child{border-right:0!important}.account-view-list .castle-resource-value small{letter-spacing:0!important;text-overflow:ellipsis!important;white-space:nowrap!important;margin:0!important;font-size:5px!important;line-height:1!important;display:block!important;overflow:hidden!important}.account-view-list .castle-resource-value strong{text-overflow:ellipsis!important;white-space:nowrap!important;margin-top:2px!important;font-size:8px!important;line-height:1!important;display:block!important;overflow:hidden!important}.account-view-list .bot-actions{flex-wrap:nowrap!important;justify-content:flex-end!important;gap:3px!important;min-width:0!important;display:flex!important}.account-view-list .table-action-button,.account-view-list .delete-bot-button{width:26px!important;min-width:26px!important;height:26px!important}.account-view-list .table-action-button svg{font-size:14px!important}@media (max-width:1120px){.account-view-list .bots-table-scroll{overflow-x:auto!important}.account-view-list .bots-table-min,.account-view-list .bot-table-head,.account-view-list .bot-row.view-list{min-width:1080px!important}}.attack-templates-page{min-width:0;padding:24px}.templates-page-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.page-kicker{color:#60a5fa;letter-spacing:.16em;margin-bottom:7px;font-size:9px;font-weight:900;display:block}.templates-page-heading h1{color:#fff;letter-spacing:-.035em;margin:0;font-size:clamp(24px,3vw,34px);line-height:1.08}.templates-page-heading p{color:#7f8da3;max-width:720px;margin:8px 0 0;font-size:12px;line-height:1.6}.templates-workspace{background:#051223c2;border:1px solid #94a3b824;border-radius:16px;grid-template-columns:270px minmax(0,1fr);min-height:calc(100vh - 150px);display:grid;overflow:hidden;box-shadow:0 22px 70px #0000003b}.templates-library-panel{background:#030e1db8;border-right:1px solid #94a3b824;flex-direction:column;min-width:0;display:flex}.templates-library-head{border-bottom:1px solid #94a3b81f;justify-content:space-between;align-items:center;min-height:54px;padding:0 11px;display:flex}.templates-library-head strong{color:#f8fafc;font-size:12px}.templates-library-head span{color:#93c5fd;background:#4f7cff24;border-radius:999px;place-items:center;min-width:24px;height:24px;font-size:10px;font-weight:850;display:grid}.template-search{color:#64748b;background:#020a17b8;border:1px solid #94a3b829;border-radius:9px;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:6px;height:39px;margin:12px;padding:0 10px;display:grid}.template-search svg{font-size:17px}.template-search input{color:#f8fafc;background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:11px}.template-search input::placeholder{color:#536176}.templates-library-list{flex:1;min-height:0;padding:0 10px 12px;overflow-y:auto}.template-library-card{background:#0f172a57;border:1px solid #0000;border-radius:11px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px;margin-bottom:7px;transition:all .16s;display:grid}.template-library-card:hover{background:#1e293b85;border-color:#60a5fa2e}.template-library-card.selected{background:linear-gradient(90deg,#2563eb2e,#7c3aed1a);border-color:#60a5fa52;box-shadow:inset 3px 0 #4f7cff}.template-library-select{min-width:0;min-height:59px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;padding:8px 5px 8px 10px;display:grid}.template-library-icon{color:#c4b5fd;background:#7c3aed1f;border:1px solid #8b5cf640;border-radius:9px;place-items:center;width:32px;height:32px;display:grid}.template-library-icon svg{font-size:17px}.template-library-select>span:last-child{min-width:0}.template-library-select strong,.template-library-select small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.template-library-select strong{color:#eef2ff;font-size:11px}.template-library-select small{color:#64748b;margin-top:4px;font-size:9px}.template-library-actions{opacity:.22;padding-right:4px;transition:opacity .15s;display:flex}.template-library-card:hover .template-library-actions,.template-library-card.selected .template-library-actions{opacity:1}.template-library-actions button{width:28px;height:28px}.template-library-actions svg{font-size:15px}.templates-empty-list,.template-editor-empty{color:#64748b;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:220px;padding:24px;display:flex}.templates-empty-list svg,.template-editor-empty>svg{color:#4f7cff;opacity:.72;font-size:38px}.templates-empty-list strong,.template-editor-empty h2{color:#e2e8f0;margin:0;font-size:14px}.templates-empty-list span,.template-editor-empty p{color:#64748b;margin:0 0 9px;font-size:10px}.template-editor-panel{background:radial-gradient(circle at 88% 4%,#4f7cff12,#0000 27%),#05122394;min-width:0}.template-editor-top{background:#030e1d5c;border-bottom:1px solid #94a3b81f;justify-content:space-between;align-items:flex-end;gap:16px;padding:16px;display:flex}.template-main-fields{flex:1;grid-template-columns:minmax(180px,.7fr) minmax(240px,1.3fr);gap:12px;min-width:0;display:grid}.template-field{gap:6px;display:grid;position:relative}.template-field>span{color:#cbd5e1;font-size:10px;font-weight:780}.template-field input,.template-slot-row input,.template-slot-row select{color:#f8fafc;background:#020b18cc;border:1px solid #94a3b82b;border-radius:8px;outline:0;width:100%;min-width:0;height:36px;font-size:10px;transition:border-color .15s,box-shadow .15s}.template-field input{padding:0 12px}.template-field input:focus,.template-slot-row input:focus,.template-slot-row select:focus{border-color:#4f7cffb8;box-shadow:0 0 0 3px #4f7cff1a}.template-field small{color:#475569;font-size:8px;position:absolute;bottom:7px;right:8px}.template-save-area{flex:none;align-items:center;gap:10px;display:flex}.template-save-message{color:#94a3b8;opacity:0;max-width:230px;font-size:9px;transition:opacity .2s}.template-save-message.visible{opacity:1}.waves-editor{padding:16px}.waves-editor-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.waves-editor-head h2{color:#f8fafc;margin:0;font-size:15px}.waves-editor-head p{color:#64748b;margin:5px 0 0;font-size:10px}.waves-counter-actions{align-items:center;gap:9px;display:flex}.waves-counter{color:#93c5fd;background:#2563eb1a;border:1px solid #60a5fa33;border-radius:9px;place-items:center;min-width:48px;height:30px;font-size:10px;font-weight:850;display:grid}.attack-waves-list{gap:8px;display:grid}.attack-wave-card{background:#07162ab8;border:1px solid #94a3b821;border-radius:11px;transition:border-color .16s,box-shadow .16s;overflow:hidden}.attack-wave-card.expanded{border-color:#4f7cff4d;box-shadow:0 13px 42px #0003}.attack-wave-head{background:#020b1857;justify-content:space-between;align-items:center;gap:10px;min-height:48px;padding:5px 7px 5px 10px;display:flex}.wave-expand-button{color:#e2e8f0;text-align:left;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:8px;min-width:0;display:flex}.wave-expand-button>svg{color:#60a5fa;font-size:20px}.wave-expand-button span{min-width:0}.wave-expand-button strong,.wave-expand-button small{display:block}.wave-expand-button strong{font-size:11px}.wave-expand-button small{color:#58677c;margin-top:3px;font-size:8px}.wave-actions{align-items:center;display:flex}.wave-actions button{color:#94a3b8;width:29px;height:29px}.wave-actions svg{font-size:16px}.attack-wave-body{border-top:1px solid #94a3b81c;padding:12px}.wave-name-field{max-width:260px;margin-bottom:11px}.template-sectors-grid{grid-template-columns:repeat(3,minmax(245px,1fr));gap:9px;padding-bottom:3px;display:grid;overflow-x:auto}.template-sector{background:#020b1875;border:1px solid #94a3b821;border-radius:10px;min-width:245px;padding:10px}.template-sector h4{color:#fff;text-align:center;margin:0 0 10px;font-size:11px}.template-sector-group+.template-sector-group{border-top:1px solid #94a3b817;margin-top:10px;padding-top:10px}.template-sector-label{align-items:center;gap:5px;margin-bottom:6px;font-size:9px;font-weight:820;display:flex}.template-sector-label svg{font-size:14px}.troop-label{color:#86efac}.tool-label{color:#93c5fd}.template-slot-row{grid-template-columns:21px minmax(0,1fr) 54px;align-items:center;gap:5px;min-width:0;margin-top:5px;display:grid}.troop-slot-row:has(input[list=botgames-attack-troops]){grid-template-columns:21px 112px minmax(110px,1fr) 54px}.slot-number{color:#64748b;background:#94a3b814;border-radius:6px;place-items:center;width:21px;height:21px;font-size:8px;font-weight:800;display:grid}.template-slot-row input,.template-slot-row select{height:31px;padding:0 7px}.template-slot-row select{padding-right:3px}.template-slot-row .template-amount-input{text-align:center}.template-zero-note{color:#526176;margin:9px 0 0;font-size:8px}@media (max-width:1100px){.templates-workspace{grid-template-columns:230px minmax(0,1fr)}.template-editor-top{flex-direction:column;align-items:stretch}.template-save-area{justify-content:flex-end}}@media (max-width:860px){.attack-templates-page{padding:14px}.templates-page-heading{flex-direction:column;align-items:stretch}.templates-page-heading>button{align-self:flex-start}.templates-workspace{min-height:0;display:block;overflow:visible}.templates-library-panel{border-bottom:1px solid #94a3b824;border-right:0;max-height:300px}.templates-library-list{max-height:210px}.template-main-fields{grid-template-columns:1fr}.waves-editor-head{flex-direction:column;align-items:flex-start}.waves-counter-actions{justify-content:space-between;width:100%}}@media (max-width:560px){.attack-templates-page{padding:10px}.templates-page-heading h1{font-size:24px}.template-editor-top,.waves-editor{padding:11px}.template-save-area{flex-direction:column;align-items:stretch}.template-save-area button{width:100%}.attack-wave-head{flex-direction:column;align-items:flex-start}.wave-actions{justify-content:flex-end;width:100%}.template-sectors-grid{grid-template-columns:1fr;overflow:visible}.template-sector{min-width:0}.troop-slot-row:has(input[list=botgames-attack-troops]){grid-template-columns:21px minmax(0,1fr) 54px}.troop-slot-row:has(input[list=botgames-attack-troops]) input[list=botgames-attack-troops]{grid-column:2/4}}.plugins-editor{align-items:stretch;height:min(620px,58vh);min-height:500px;max-height:620px;overflow:hidden}.plugins-list-panel{height:100%;min-height:0;overflow:hidden}.plugins-list-scroll{overscroll-behavior:contain}.plugin-options-panel{height:100%;min-height:0;position:relative;overflow-y:auto}@media (max-width:680px){.plugins-editor{height:auto;max-height:none;overflow:visible}.plugins-list-panel{height:290px}.plugin-options-panel{height:auto;max-height:none}}.operational-page{min-height:calc(100vh - 68px)}.operational-panel{overflow:hidden}.operational-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:12px;padding:16px;display:grid}.operational-card,.operational-account{border:1px solid var(--line);background:#07162ac7;border-radius:14px;padding:16px}.operational-card strong{color:#f8fafc;margin-top:14px;font-size:14px;display:block}.operational-card p{color:#94a3b8;margin:5px 0;font-size:11px}.operational-card small{color:#64748b}.operational-state{text-transform:uppercase;border-radius:999px;padding:4px 8px;font-size:9px;font-weight:800;display:inline-flex}.operational-state.online{color:#86efac;background:#22c55e21}.operational-state.offline{color:#94a3b8;background:#64748b24}.events-grid{padding:0}.operational-account header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:13px;display:flex}.operational-account header strong,.operational-account header span{display:block}.operational-account header span{color:#64748b;margin-top:4px;font-size:10px}.operational-account header b{color:#93c5fd;font-size:11px}.event-metrics{grid-template-columns:1fr 1fr;gap:8px;padding-top:13px;display:grid}.event-metrics div{background:#020b18a8;border-radius:10px;padding:10px}.event-metrics span,.event-metrics strong{display:block}.event-metrics span{color:#64748b;font-size:9px}.event-metrics strong{color:#fff;margin-top:4px;font-size:17px}.route-settings-panel{overflow:hidden}.route-settings-panel .bots-panel-head p{color:#64748b;margin:5px 0 0;font-size:11px}.route-settings-list{gap:10px;padding:16px;display:grid}.route-settings-card{border:1px solid var(--line);background:#07162ac7;border-radius:13px;justify-content:space-between;align-items:center;gap:18px;padding:14px 16px;display:flex}.route-settings-card>div{min-width:0}.route-settings-card strong,.route-settings-card span{display:block}.route-settings-card strong{color:#f8fafc;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.route-settings-card span{color:#64748b;margin-top:4px;font-size:10px}@media (max-width:620px){.route-settings-card{flex-direction:column;align-items:stretch}.route-settings-card button{width:100%}}.template-preview-panel{background:radial-gradient(circle at 90% 0,#4f7cff17,#0000 30%),#05122394;min-height:520px;padding:22px}.template-preview-panel>header{border-bottom:1px solid #94a3b81f;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:20px;display:flex}.template-preview-panel h2{color:#f8fafc;margin:5px 0 4px;font-size:23px}.template-preview-panel p{color:#7f8da5;margin:0;font-size:11px}.template-preview-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:20px 0;display:grid}.template-preview-metrics>div{background:#07162ab3;border:1px solid #60a5fa29;border-radius:13px;flex-direction:column;justify-content:center;min-height:92px;padding:16px;display:flex}.template-preview-metrics strong{color:#fff;font-size:24px}.template-preview-metrics span{color:#74839a;margin-top:5px;font-size:10px}.template-preview-waves{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:9px;display:grid}.template-preview-waves article{background:#020b187a;border:1px solid #94a3b81f;border-radius:11px;align-items:center;gap:10px;min-height:60px;padding:10px;display:flex}.template-preview-waves article>span{color:#d8d5ff;background:linear-gradient(145deg,#7c3aed52,#2563eb42);border-radius:9px;place-items:center;width:34px;height:34px;font-size:11px;font-weight:900;display:grid}.template-preview-waves strong,.template-preview-waves small{display:block}.template-preview-waves strong{color:#eef2ff;font-size:11px}.template-preview-waves small{color:#607087;margin-top:4px;font-size:8px}.attack-template-modal-backdrop{z-index:1400;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#01070fc7;place-items:center;padding:22px 32px;display:grid;position:fixed;inset:0}.attack-template-modal{color:#f8fafc;background:#1b2a40;border:1px solid #94b8ec8c;border-radius:14px;grid-template-rows:auto minmax(0,1fr) auto;width:min(1520px,100%);height:min(900px,100vh - 44px);min-height:580px;display:grid;overflow:hidden;box-shadow:0 24px 90px #00000094,0 0 34px #60a5fa29}.attack-template-modal-header{background:linear-gradient(#1e2e45f5,#1c2b40f5);justify-content:space-between;align-items:flex-start;gap:20px;padding:26px 30px 18px;display:flex}.attack-template-modal-header h2{color:#f8fafc;margin:0;font-size:22px}.attack-template-modal-header p{color:#a6b5c9;margin:8px 0 0;font-size:13px}.attack-template-modal-header button{color:#8291a7;margin-top:-8px}.attack-template-modal-scroll{overscroll-behavior:contain;scrollbar-color:#87909a #272a2c;scrollbar-width:thin;min-height:0;padding:0 30px 26px;overflow-y:auto}.attack-template-modal-scroll::-webkit-scrollbar{width:14px}.attack-template-modal-scroll::-webkit-scrollbar-track{background:#292b2d}.attack-template-modal-scroll::-webkit-scrollbar-thumb{background:#92979c;border:3px solid #292b2d;border-radius:10px}.template-modal-fields{grid-template-columns:1fr 1fr;gap:20px;padding:2px 0 18px;display:grid}.template-modal-field{grid-template-columns:1fr auto;gap:8px;display:grid;position:relative}.template-modal-field input{color:#fff;width:100%;height:46px;font:inherit;background:#334660;border:1px solid #52667f;border-radius:10px;outline:0;grid-column:1/3;padding:0 16px;font-size:14px;transition:border-color .15s,box-shadow .15s,background .15s}.template-modal-field input::placeholder{color:#8493a8}.template-modal-field input:focus{background:#364c69;border-color:#2f91ff;box-shadow:0 0 0 2px #2f91ff1f}.template-modal-field.invalid input{border-color:#f2424e}.template-modal-field>span{color:#a9b6c8;font-size:11px}.template-modal-field.invalid>span{color:#ff555f}.template-modal-field>small{color:#aeb9c8;text-align:right;font-size:11px}.template-wave-controlbar{background:#09142452;border:1px solid #94a3b829;border-radius:11px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;padding:10px 12px;display:flex}.template-wave-tabs{flex-wrap:wrap;gap:7px;min-width:0;display:flex}.template-wave-tabs button{color:#bdc9d9;white-space:nowrap;cursor:pointer;background:#263a54;border:1px solid #50647e;border-radius:8px;width:auto;min-width:72px;height:34px;padding:0 13px;font-size:11px;font-weight:800}.template-wave-tabs button.active{color:#fff;background:linear-gradient(145deg,#3f5bd6,#2d7fff);border-color:#3a91ff;box-shadow:0 6px 18px #2d7fff38}.template-wave-actions{justify-content:flex-end;align-items:center;gap:5px;display:flex}.template-wave-actions>span:first-child{color:#8fa1b8;margin-right:5px;font-size:10px}.template-wave-actions .MuiIconButton-root{color:#c1ccda;border:1px solid #94a3b82e;border-radius:8px;width:34px;height:34px;font-size:22px}.template-wave-actions svg{font-size:17px}.template-wave-actions .MuiButton-root{height:34px;margin-left:5px;font-size:10px}.template-modal-wave{background:#111f3180;border:1px solid #94a3b829;border-radius:12px;padding:6px 10px 14px}.template-wave-name{gap:6px;max-width:360px;margin:10px 0 14px;display:grid}.template-wave-name span{color:#aab9cb;font-size:10px;font-weight:750}.template-wave-name input{color:#fff;background:#2d415c;border:1px solid #4c617b;border-radius:8px;outline:0;height:38px;padding:0 12px;font-size:12px}.template-wave-name input:focus{border-color:#3d94ff;box-shadow:0 0 0 2px #3d94ff1f}.template-modal-sectors{grid-template-columns:repeat(3,minmax(250px,1fr));gap:12px;display:grid}.template-modal-sector{background:#1b2b40f2;border:1px solid #4b5e76;border-radius:12px;min-width:0;min-height:250px;padding:18px 14px}.template-modal-sector h3{color:#f7f9fc;text-align:center;margin:0 0 18px;font-size:16px}.template-slot-group+.template-slot-group{margin-top:16px}.template-slot-group-title{color:#76b7ff;align-items:center;gap:6px;margin-bottom:7px;font-size:11px;font-weight:780;display:flex}.template-slot-group-title>span{background:#3c9bff;border-radius:999px;width:9px;height:9px}.template-slot-group.troop-group .template-slot-group-title{color:#3ee58c}.template-slot-group.troop-group .template-slot-group-title>span{background:#00d778}.template-compact-slots{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.compact-template-slot{color:#d9e6ff;cursor:pointer;background:#21375e;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:1px;min-width:0;height:46px;font-size:11px;line-height:1;transition:transform .12s,filter .12s,box-shadow .12s;display:flex}.compact-template-slot:hover{filter:brightness(1.12);transform:translateY(-1px)}.compact-template-slot.tool{border:1px solid #3199ff}.compact-template-slot.troop{color:#d9fff2;background:#0d463f;border:1px solid #00d778}.compact-template-slot.filled{box-shadow:inset 0 0 18px #ffffff0a}.compact-template-slot small{color:inherit;opacity:.9;font-size:8px}.template-modal-hint{color:#73849b;margin:14px 2px 0;font-size:10px}.attack-template-modal-footer{background:#1c2b41;border-top:1px solid #94a3b838;justify-content:flex-end;gap:10px;padding:12px 30px 16px;display:flex}.attack-template-modal-footer .MuiButton-root{border-radius:9px;min-width:110px;height:44px;font-weight:780}.slot-editor-backdrop{z-index:1450;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00050ca1;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.slot-editor-dialog{background:#1d2d44;border:1px solid #60728a;border-radius:13px;width:min(640px,100%);overflow:hidden;box-shadow:0 22px 65px #00000085}.slot-editor-dialog>header{justify-content:space-between;align-items:center;padding:16px 20px 8px;display:flex}.slot-editor-dialog h3{color:#fff;margin:0;font-size:16px}.slot-editor-dialog header button{color:#8d9cb0}.slot-editor-content{gap:11px;padding:5px 20px 10px;display:grid}.slot-editor-field{gap:5px;display:grid}.slot-editor-field>span{color:#9facc0;font-size:10px;font-weight:750}.slot-editor-field input,.slot-editor-field select{color:#fff;width:100%;height:46px;font:inherit;background:#344a67;border:1px solid #52677f;border-radius:10px;outline:0;padding:0 11px;font-size:13px}.slot-editor-field input:focus,.slot-editor-field select:focus{border-color:#3192ff;box-shadow:0 0 0 2px #3192ff2e}.slot-editor-field input:disabled{opacity:.5;cursor:not-allowed}.slot-editor-field small{color:#718198;font-size:9px}.slot-search-field>div{position:relative}.slot-search-field>div input{padding-right:50px}.slot-search-field>div button{color:#fff;cursor:pointer;background:#263a54;border:1px solid #5c7089;border-radius:9px;place-items:center;width:40px;height:34px;padding:0;display:grid;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.slot-search-field>div button svg{font-size:20px}.slot-search-field>div button.troop{background:#065f4673;border-color:#10b981a6}.slot-search-field>div button.tool{background:#1e40af6b;border-color:#3b82f6b3}.slot-search-field>div button:hover{filter:brightness(1.18)}.slot-editor-dialog>footer{justify-content:flex-end;gap:10px;padding:10px 20px 20px;display:flex}.slot-editor-dialog>footer .MuiButton-root{border-radius:9px;min-width:94px;height:41px;font-weight:760}@media (max-width:1050px){.attack-template-modal-backdrop{padding:12px}.attack-template-modal{height:calc(100vh - 24px)}.template-modal-sectors{grid-template-columns:1fr}.template-modal-sector{min-height:0}.template-compact-slots{grid-template-columns:repeat(3,minmax(80px,1fr))}.template-wave-controlbar{flex-direction:column;align-items:flex-start}.template-wave-actions{flex-wrap:wrap;justify-content:flex-start;width:100%}}@media (max-width:700px){.template-preview-panel>header{flex-direction:column}.template-preview-metrics{grid-template-columns:1fr}.attack-template-modal-backdrop{padding:0}.attack-template-modal{border:0;border-radius:0;width:100%;height:100vh;min-height:0}.attack-template-modal-header{padding:18px 16px 13px}.attack-template-modal-header h2{font-size:19px}.attack-template-modal-header p{font-size:11px}.attack-template-modal-scroll{padding:0 14px 18px}.template-modal-fields{grid-template-columns:1fr;gap:4px}.template-wave-actions>span:first-child{width:100%}.template-wave-actions .MuiButton-root{width:100%;margin:5px 0 0}.attack-template-modal-footer{padding:10px 14px}.attack-template-modal-footer .MuiButton-root{flex:1;min-width:0}.template-compact-slots{grid-template-columns:repeat(2,minmax(0,1fr))}.slot-editor-dialog>footer{flex-wrap:wrap}.slot-editor-dialog>footer .MuiButton-root{min-width:calc(50% - 5px)}}.template-support-grid{border-top:1px solid #94a3b833;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px;padding-top:18px;display:grid}.template-support-card{background:#1d2d43eb;border:1px solid #4d6078;border-radius:12px;min-width:0;min-height:150px;padding:18px}.template-support-card h3{align-items:center;gap:8px;margin:0 0 16px;font-size:15px;display:flex}.template-support-card h3>span{border-radius:999px;width:12px;height:12px}.template-support-card.ast h3{color:#d28cff}.template-support-card.ast h3>span{background:#b04fff}.template-support-card.rw h3{color:#ffb45a}.template-support-card.rw h3>span{background:#ff7b00}.compact-template-slot.support-tool{color:#f1dcff;background:#3a2e58;border-color:#b04fff}.compact-template-slot.support-troop{color:#ffe1bd;background:#48331d;border-color:#ff7b00}.support-troop-slots{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:900px){.template-support-grid{grid-template-columns:1fr}}@media (max-width:620px){.support-troop-slots{grid-template-columns:repeat(2,minmax(0,1fr))}}.template-wave-heading-row{justify-content:space-between;align-items:flex-start;gap:18px;margin:4px 0 12px;display:flex}.template-wave-heading-row>h3{color:#f6f8fc;margin:10px 0 0;font-size:18px}.new-wave-preset-control{grid-template-columns:minmax(210px,1fr) auto;justify-items:stretch;gap:7px;min-width:min(540px,62%);display:grid}.new-wave-preset-value{color:#c7d3e3;height:42px;font:inherit;cursor:pointer;background:#253952;border:1px solid #52677f;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:0 9px 0 14px;font-size:13px;display:flex}.new-wave-preset-value:hover{border-color:#3997ff}.new-wave-preset-value svg{color:#edf5ff;border:1px solid #5d728c;border-radius:9px;width:34px;height:32px;padding:7px}.new-wave-preset-control>.MuiButton-root{color:#00f0ac;border-color:#00dca0;height:42px;font-weight:800}.new-wave-preset-control>small{color:#96a8be;grid-column:1/3;justify-content:flex-start;align-items:center;gap:5px;font-size:9px;display:flex}.new-wave-preset-control>small svg{width:12px;height:12px}.wave-source-toolbar{justify-content:space-between;align-items:flex-end;gap:14px;margin:2px 0 12px;padding:0 4px;display:flex}.wave-source-toolbar>div{gap:5px;display:grid}.wave-source-toolbar strong{color:#f7f9fc;font-size:15px}.wave-source-toolbar small{color:#91a4bc;align-items:center;gap:5px;font-size:9px;display:flex}.wave-source-toolbar small svg{width:12px;height:12px}.wave-source-toolbar label{gap:5px;min-width:200px;display:grid}.wave-source-toolbar label>span{color:#98a9bf;text-transform:uppercase;font-size:9px;font-weight:800}.wave-source-toolbar select,.in-game-preset-panel select{color:#f8fafc;width:100%;height:42px;font:inherit;background:#243a55;border:1px solid #536983;border-radius:10px;outline:none;padding:0 38px 0 13px;font-size:12px}.wave-source-toolbar select:focus,.in-game-preset-panel select:focus{border-color:#2e9bff;box-shadow:0 0 0 2px #2e9bff26}.in-game-preset-panel{background:linear-gradient(145deg,#004d4e45,#052b3775);border:1px solid #00e0b46b;border-radius:12px;grid-template-columns:minmax(250px,400px) 1fr;align-items:start;gap:18px;min-height:185px;padding:20px 16px;display:grid}.in-game-preset-panel label{gap:7px;display:grid}.in-game-preset-panel label>span{color:#a8bacc;font-size:9px;font-weight:900}.in-game-preset-panel>div{background:#0032346b;border:1px solid #00e0b440;border-radius:10px;gap:7px;padding:15px;display:grid}.in-game-preset-panel>div strong{color:#d7fff5;font-size:12px}.in-game-preset-panel>div span{color:#93d8cb;font-size:10px;line-height:1.55}.template-capacity-banner,.slot-capacity-notice{color:#a9c8e9;background:#1c447047;border:1px solid #3c9bff47;border-radius:9px;align-items:flex-start;gap:9px;margin-top:14px;padding:10px 12px;font-size:10px;line-height:1.5;display:flex}.template-capacity-banner svg,.slot-capacity-notice svg{color:#53a9ff;flex:none;width:17px;height:17px}.slot-capacity-notice{margin:2px 0 0}.wave-save-message{color:#7df2c5;background:#0070522e;border:1px solid #00de9f4d;border-radius:8px;margin:-5px 0 10px;padding:8px 11px;font-size:10px}.template-compact-slots.middle-troop-slots,.template-compact-slots.middle-tool-slots{grid-template-columns:repeat(3,minmax(0,1fr))}.saved-wave-picker-backdrop{z-index:1480}.saved-wave-picker{background:#1b2b42;border:1px solid #586d88;border-radius:14px;grid-template-rows:auto auto auto minmax(0,1fr);gap:14px;width:min(680px,100%);max-height:min(680px,100vh - 40px);padding:20px;display:grid;overflow:hidden;box-shadow:0 25px 80px #0000009e}.saved-wave-picker>header{justify-content:space-between;align-items:center;display:flex}.saved-wave-picker>header>div{align-items:center;gap:10px;display:flex}.saved-wave-picker>header h3{color:#f8fafc;margin:0;font-size:18px}.saved-wave-picker>header svg{color:#dceaff}.saved-wave-search-row{grid-template-columns:1fr auto;gap:9px;display:grid}.saved-wave-search-row label{position:relative}.saved-wave-search-row label>svg{color:#8ca0b9;width:18px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.saved-wave-search-row input{color:#fff;width:100%;height:44px;font:inherit;background:#263b56;border:1px solid #3e91ee;border-radius:10px;outline:none;padding:0 13px 0 40px;font-size:12px}.saved-wave-picker>p{color:#9cadc1;margin:0;font-size:11px}.saved-wave-list{background:#17263a;border:1px solid #465b73;border-radius:11px;align-content:start;gap:8px;min-height:0;padding:10px;display:grid;overflow-y:auto}.saved-wave-list article{background:#2a3c54;border:1px solid #4e6178;border-radius:9px;grid-template-columns:1fr auto;align-items:stretch;display:grid;overflow:hidden}.saved-wave-list article.selected{border-color:#00d99a;box-shadow:inset 0 0 0 1px #00d99a2e}.saved-wave-list article>button{min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;display:grid}.saved-wave-list article>button>span{color:#a9c7e8;background:#1e314a;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.saved-wave-list article>button>span svg{width:16px}.saved-wave-list article strong,.saved-wave-list article small{display:block}.saved-wave-list article strong{color:#f3f7fc;font-size:12px}.saved-wave-list article small{color:#8fa2b9;margin-top:4px;font-size:9px}.saved-wave-list article em{color:#eafff8;background:#00a978;border-radius:8px;padding:5px 9px;font-size:9px;font-style:normal}.saved-wave-list article>.MuiIconButton-root{margin:4px}.saved-wave-empty{color:#8395aa;text-align:center;padding:28px;font-size:11px}@media (max-width:850px){.template-wave-heading-row{flex-direction:column}.new-wave-preset-control{width:100%;min-width:0}.in-game-preset-panel{grid-template-columns:1fr}}@media (max-width:620px){.new-wave-preset-control{grid-template-columns:1fr}.new-wave-preset-control>small{grid-column:1}.wave-source-toolbar{flex-direction:column;align-items:stretch}.wave-source-toolbar label{min-width:0}.saved-wave-search-row{grid-template-columns:1fr}.saved-wave-picker{padding:14px}.saved-wave-list article>button{grid-template-columns:auto minmax(0,1fr)}.saved-wave-list article em{display:none}}.attack-command-panel{background:#111f319e;border:1px solid #94a3b833;border-radius:12px;gap:10px;margin-top:18px;padding:16px;display:grid}.playersub-skip-option{color:#e2e9f3;cursor:pointer;background:#1f3048b8;border:1px solid #4b5f78;border-radius:10px;align-items:center;gap:11px;min-height:58px;padding:0 16px;font-size:12px;display:flex}.playersub-skip-option input{accent-color:#3a91ff;width:18px;height:18px}.attack-command-row{grid-template-columns:minmax(0,1fr) auto;gap:9px;display:grid}.attack-command-row input{color:#f7f9fc;background:#344a67;border:1px solid #52677f;border-radius:9px;outline:0;width:100%;min-width:0;height:44px;padding:0 11px;font:500 11px/1.2 ui-monospace,SFMono-Regular,Consolas,monospace}.attack-command-row input:focus{border-color:#3192ff;box-shadow:0 0 0 2px #3192ff29}.attack-command-row .MuiButton-root{border-radius:9px;min-width:96px;height:44px;font-weight:780}.attack-command-message{color:#b9d8f8;background:#1e4b7c3d;border:1px solid #3d94ff42;border-radius:8px;padding:8px 11px;font-size:10px}@media (max-width:700px){.attack-command-panel{padding:12px}.attack-command-row{grid-template-columns:1fr}.attack-command-row .MuiButton-root{width:100%}}.commander-reservation-panel{background:radial-gradient(circle at 100% 0,#3b82f61a,#0000 34%),linear-gradient(145deg,#0f172aeb,#1e293bbd);border:1px solid #64748ba6;border-radius:16px;margin-top:16px;transition:border-color .2s,box-shadow .2s;overflow:hidden;box-shadow:inset 0 1px #ffffff06}.commander-reservation-panel.enabled{border-color:#3b82f6bf;box-shadow:0 0 0 1px #3b82f61a,0 18px 42px #02061747}.commander-reservation-panel>header{border-bottom:1px solid #64748b59;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px 18px;display:grid}.commander-reservation-icon{color:#93c5fd;background:#1e40af3b;border:1px solid #60a5fa80;border-radius:14px;place-items:center;width:46px;height:46px;display:grid}.commander-reservation-panel>header>div:nth-child(2)>span{color:#93c5fd;letter-spacing:.14em;margin-bottom:3px;font-size:10px;font-weight:800;display:block}.commander-reservation-panel h3{color:#f8fafc;margin:0;font-size:16px}.commander-reservation-panel p{color:#94a3b8;max-width:780px;margin:5px 0 0;font-size:12px;line-height:1.5}.commander-reservation-toggle{color:#cbd5e1;white-space:nowrap;cursor:pointer;background:#0f172aa6;border:1px solid #64748b8c;border-radius:999px;align-items:center;gap:8px;padding:8px 11px;display:inline-flex}.commander-reservation-toggle input{accent-color:#3b82f6;width:17px;height:17px}.commander-reservation-panel.enabled .commander-reservation-toggle{color:#bbf7d0;background:#14532d40;border-color:#22c55e94}.commander-reservation-body{grid-template-columns:minmax(0,1.4fr) minmax(220px,.6fr);gap:14px;padding:16px 18px 12px;display:grid}.commander-number-input,.template-max-waves-field{gap:7px;display:grid}.commander-number-input>span,.template-max-waves-field>span{color:#cbd5e1;font-size:12px;font-weight:700}.commander-number-input input,.template-max-waves-field select{color:#f8fafc;background:#0f172ac7;border:1px solid #64748bb8;border-radius:10px;outline:none;width:100%;min-height:42px;padding:0 12px}.commander-number-input input:focus,.template-max-waves-field select:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #3b82f629}.commander-number-input small,.template-max-waves-field small{color:#64748b;font-size:11px;line-height:1.4}.commander-reservation-footer{justify-content:space-between;align-items:center;gap:12px;padding:8px 18px 16px;display:flex}.commander-reservation-chips{flex-wrap:wrap;align-items:center;gap:7px;min-height:34px;display:flex}.commander-reservation-chips span{color:#dbeafe;letter-spacing:.05em;background:#1e40af38;border:1px solid #3b82f67a;border-radius:9px;align-items:center;gap:5px;min-width:54px;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.commander-reservation-chips span svg{color:#60a5fa;width:15px;height:15px}.commander-reservation-chips em{color:#64748b;font-size:12px;font-style:normal}.commander-reservation-message{color:#bbf7d0;background:#14532d38;border:1px solid #22c55e73;border-radius:9px;align-items:center;gap:8px;margin:0 18px 16px;padding:9px 11px;font-size:12px;display:flex}@media (max-width:800px){.commander-reservation-panel>header{grid-template-columns:auto minmax(0,1fr)}.commander-reservation-toggle{grid-column:1/-1;justify-self:start}.commander-reservation-body{grid-template-columns:1fr}.commander-reservation-footer{flex-direction:column;align-items:stretch}}.plugin-item-selector-field{gap:6px;display:grid}.plugin-item-selector-meta{color:#8fa3bf;min-height:18px;font-size:11px;line-height:1.4}.plugin-item-selector-meta span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.item-selector-dialog-paper{color:#e5eefc;border:1px solid #94a3b829;overflow:hidden;background:linear-gradient(#161e30fa 0%,#111827fa 100%)!important;border-radius:22px!important}.item-selector-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.item-selector-header h3{align-items:center;gap:10px;margin:0;font-size:18px;display:flex}.item-selector-header p{color:#8fa3bf;margin:6px 0 0;font-size:12px}.item-selector-toolbar{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;display:grid}.item-selector-quick,.item-selector-clear,.item-selector-filter,.item-selector-row{font:inherit;border:0;outline:0}.item-selector-quick,.item-selector-clear{cursor:pointer;color:#f8fafc;border-radius:12px;align-items:center;gap:8px;height:40px;padding:0 11px;display:inline-flex}.item-selector-quick{background:#1e293beb;border:1px solid #94a3b833}.item-selector-quick.active{background:#6d28d933;border-color:#a78bfa73}.item-selector-clear{background:#ef4444eb}.item-selector-filters{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.item-selector-filter{cursor:pointer;color:#dbeafe;background:#334155eb;border:1px solid #94a3b82e;border-radius:14px;align-items:center;gap:9px;min-height:40px;padding:0 11px;display:inline-flex}.item-selector-filter strong{background:#ffffff14;border-radius:999px;padding:3px 8px;font-size:11px}.item-selector-filter.active{background:linear-gradient(#2563eb3d,#3b82f62e);border-color:#60a5fa73;box-shadow:inset 0 0 0 1px #bfdbfe0f}.item-selector-meta{color:#9fb4d4;justify-content:space-between;gap:12px;margin:14px 0 10px;font-size:12px;display:flex}.item-selector-current{color:#dbeafe}.item-selector-results{gap:10px;max-height:420px;padding-right:6px;display:grid;overflow:auto}.item-selector-results::-webkit-scrollbar{width:10px}.item-selector-results::-webkit-scrollbar-thumb{background:#94a3b83d;border-radius:999px}.item-selector-row{text-align:left;cursor:pointer;background:#1e293bd1;border:1px solid #94a3b829;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px 14px 14px 16px;transition:transform .14s,border-color .14s,background .14s;display:flex}.item-selector-row:hover{background:#25344ee6;border-color:#60a5fa5c;transform:translateY(-1px)}.item-selector-row.selected{border-color:#60a5fa8c;box-shadow:inset 0 0 0 1px #60a5fa2e}.item-selector-row-copy{min-width:0}.item-selector-row-copy strong,.item-selector-row-copy small,.item-selector-row-top{display:block}.item-selector-row-top{align-items:center;gap:8px;margin-bottom:5px;display:flex}.item-selector-id{color:#60a5fa;font-size:13px;font-weight:800}.item-selector-kind{color:#dbeafe;background:#0f172aa6;border:1px solid #94a3b83d;border-radius:999px;padding:2px 9px;font-size:11px}.item-selector-row-copy strong{font-size:14px;line-height:1.35}.item-selector-row-copy small{color:#8fa3bf;margin-top:5px;font-size:11px}.item-selector-favorite{color:#9fb4d4!important}.item-selector-favorite.active{color:#fb7185!important}.item-selector-empty{color:#8fa3bf;text-align:center;border:1px dashed #94a3b838;border-radius:16px;justify-items:center;gap:5px;padding:26px 18px;display:grid}.item-selector-footer-note{color:#94a3b8;text-align:center;margin-top:12px;font-size:11px}@media (max-width:760px){.item-selector-toolbar{grid-template-columns:1fr}.item-selector-meta{flex-direction:column}.item-selector-dialog{padding:16px!important}.item-selector-results{max-height:320px}}.item-selector-dialog-paper{border-radius:18px!important;width:min(540px,100vw - 28px)!important;max-width:540px!important}.item-selector-dialog{padding:16px!important}.item-selector-header{margin-bottom:10px}.item-selector-header p{margin-top:4px;font-size:11px}.item-selector-toolbar{grid-template-columns:minmax(0,1fr) auto;gap:8px}.item-selector-quick{display:none}.item-selector-clear{height:38px;padding-inline:12px}.item-selector-filters{margin-top:10px}.item-selector-filter{border-radius:11px;min-height:36px;padding-inline:12px}.item-selector-meta{margin:10px 0 8px}.item-selector-results{gap:7px;max-height:300px}.item-selector-row{border-radius:12px;padding:10px 11px 10px 13px}.item-selector-footer-note{margin-top:9px;font-size:10px}@media (max-width:600px){.item-selector-toolbar{grid-template-columns:1fr auto}.item-selector-results{max-height:260px}}.item-selector-dialog-paper{border-radius:18px!important;width:min(820px,100vw - 44px)!important;max-width:820px!important;max-height:min(640px,100vh - 54px)!important;margin:20px!important}.item-selector-dialog{flex-direction:column;max-height:min(610px,100vh - 84px);display:flex;padding:15px!important;overflow:hidden!important}.item-selector-header{flex:none;margin-bottom:9px}.item-selector-header h3{font-size:16px}.item-selector-header p{font-size:10px}.item-selector-toolbar{flex:none;grid-template-columns:minmax(0,1fr) auto auto;gap:8px}.item-selector-quick{height:37px;padding-inline:11px;font-size:12px;display:inline-flex}.item-selector-clear{height:37px;padding-inline:11px;font-size:12px}.item-selector-filters{display:none!important}.item-selector-meta{flex:none;margin:8px 0 7px;font-size:11px}.item-selector-results{flex:auto;gap:6px;min-height:0;max-height:390px}.item-selector-row{border-radius:11px;min-height:66px;padding:8px 10px 8px 12px}.item-selector-row-top{margin-bottom:2px}.item-selector-id{font-size:12px}.item-selector-kind{padding:1px 7px;font-size:9px}.item-selector-row-copy strong{font-size:12px}.item-selector-row-copy small{margin-top:2px;font-size:9px}.item-selector-footer-note{flex:none;margin-top:7px;font-size:9px}@media (max-width:700px){.item-selector-dialog-paper{width:calc(100vw - 22px)!important;margin:11px!important}.item-selector-toolbar{grid-template-columns:1fr auto}.item-selector-quick{grid-row:2}.item-selector-results{max-height:330px}}.item-selector-filters{flex:none;gap:8px;margin-top:9px;display:flex!important}.item-selector-filter{border-radius:12px;min-height:36px;padding:0 12px;font-size:12px}.item-selector-filter strong{padding:2px 7px;font-size:10px}@media (max-width:700px){.item-selector-filters{padding-bottom:2px;overflow-x:auto}.item-selector-filter{flex:none}}.template-catalog-backdrop{z-index:1580;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#01060fc2;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.template-catalog-dialog{color:#eef6ff;background:linear-gradient(#1b2a40 0%,#172438 100%);border:1px solid #94a3b84d;border-radius:18px;grid-template-rows:auto auto auto auto minmax(0,1fr) auto;width:min(720px,100vw - 36px);max-height:min(620px,100vh - 36px);display:grid;overflow:hidden;box-shadow:0 28px 85px #00000094}.template-catalog-dialog.troop{border-color:#10b9816b}.template-catalog-dialog.tool{border-color:#3b82f680}.template-catalog-header{justify-content:space-between;align-items:flex-start;gap:15px;padding:17px 18px 10px;display:flex}.template-catalog-header h3{align-items:center;gap:9px;margin:0;font-size:18px;display:flex}.template-catalog-dialog.troop .template-catalog-header h3 svg{color:#34d399}.template-catalog-dialog.tool .template-catalog-header h3 svg{color:#60a5fa}.template-catalog-header p{color:#91a4bf;margin:5px 0 0;font-size:11px}.template-catalog-header>button{color:#9fb0c8}.template-catalog-toolbar{grid-template-columns:minmax(0,1fr) auto auto;gap:9px;padding:0 18px;display:grid}.template-catalog-search{background:#0e1b2c;border:1px solid #4d617c;border-radius:11px;align-items:center;gap:9px;height:42px;padding:0 13px;display:flex}.template-catalog-search:focus-within{border-color:#4f9dff;box-shadow:0 0 0 2px #4f9dff24}.template-catalog-search svg{color:#9ab0cb;font-size:20px}.template-catalog-search input{color:#fff;min-width:0;font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:13px}.template-catalog-favorite-toggle,.template-catalog-clear,.template-catalog-filters button{font:inherit;cursor:pointer;border:0;outline:0}.template-catalog-favorite-toggle,.template-catalog-clear{color:#eef6ff;border-radius:11px;align-items:center;gap:7px;height:42px;padding:0 13px;display:inline-flex}.template-catalog-favorite-toggle{background:#334155c7;border:1px solid #94a3b840}.template-catalog-favorite-toggle.active{color:#fda4af;background:#9d174d45;border-color:#f472b680}.template-catalog-clear{background:#e73b47}.template-catalog-filters{gap:8px;padding:12px 18px 0;display:flex}.template-catalog-filters button{color:#dce9f9;background:#31435a;border:1px solid #94a3b838;border-radius:13px;align-items:center;gap:8px;min-height:39px;padding:0 13px;display:inline-flex}.template-catalog-filters button strong{background:#ffffff17;border-radius:999px;padding:3px 8px;font-size:10px}.template-catalog-filters button.active.neutral{background:#3c4f68;border-color:#94a3b880}.template-catalog-filters button.active.troop{color:#d1fae5;background:linear-gradient(#05966952,#065f4652);border-color:#34d399a6}.template-catalog-filters button.active.tool{color:#dbeafe;background:linear-gradient(#2563eb52,#1e40af52);border-color:#60a5fab3}.template-catalog-meta{color:#a6b6cc;justify-content:space-between;gap:10px;padding:10px 18px 8px;font-size:11px;display:flex}.template-catalog-results{gap:8px;min-height:0;padding:0 18px 12px;display:grid;overflow-y:auto}.template-catalog-results::-webkit-scrollbar{width:9px}.template-catalog-results::-webkit-scrollbar-thumb{background:#94a3b840;border-radius:999px}.template-catalog-row{cursor:pointer;background:#233349e6;border:1px solid #94a3b833;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;min-height:68px;padding:11px 12px 11px 14px;transition:transform .12s,border-color .12s,background .12s;display:flex}.template-catalog-row:hover{background:#2c3f5af2;transform:translateY(-1px)}.template-catalog-row.troop:hover,.template-catalog-row.troop.selected{border-color:#34d39994;box-shadow:inset 3px 0 #10b981}.template-catalog-row.tool:hover,.template-catalog-row.tool.selected{border-color:#60a5faa6;box-shadow:inset 3px 0 #3b82f6}.template-catalog-row>div{min-width:0}.template-catalog-row-top{align-items:center;gap:8px;margin-bottom:5px;display:flex}.template-catalog-row-top b{font-size:12px}.template-catalog-row.troop .template-catalog-row-top b{color:#34d399}.template-catalog-row.tool .template-catalog-row-top b{color:#60a5fa}.template-catalog-row-top em{color:#dce8f7;border:1px solid #94a3b83d;border-radius:999px;padding:2px 8px;font-size:9px;font-style:normal}.template-catalog-row>div>strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.template-catalog-row>button{color:#9fb0c8}.template-catalog-row>button.favorite{color:#fb7185}.template-catalog-empty{color:#94a3b8;text-align:center;border:1px dashed #94a3b840;border-radius:14px;justify-items:center;gap:5px;padding:28px 18px;display:grid}.template-catalog-dialog>footer{color:#8293aa;text-align:center;border-top:1px solid #94a3b829;padding:10px 18px 13px;font-size:10px}@media (max-width:720px){.template-catalog-backdrop{padding:8px}.template-catalog-dialog{width:calc(100vw - 16px);max-height:calc(100vh - 16px)}.template-catalog-toolbar{grid-template-columns:1fr}.template-catalog-favorite-toggle,.template-catalog-clear{justify-content:center}.template-catalog-meta{flex-direction:column}}.templates-page-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.templates-page-actions .MuiButton-root{text-transform:none;border-radius:12px;min-height:42px;padding-inline:16px;font-weight:800}.manage-reservations-button{color:#f8fafc!important;background:#0f172ab8!important;border-color:#e2e8f08c!important}.manage-reservations-button:hover{background:#334155b8!important;border-color:#f8fafc!important}.disable-reservations-button{box-shadow:0 10px 28px #7f1d1d38!important}.template-wave-limit-panel{background:linear-gradient(135deg,#1e40af21,#0f172ab3);border:1px solid #60a5fa40;border-radius:14px;grid-template-columns:minmax(0,1fr) minmax(220px,340px);align-items:center;gap:18px;margin-top:16px;padding:15px 17px;display:grid}.template-wave-limit-panel>div>span{color:#60a5fa;letter-spacing:.12em;font-size:10px;font-weight:850;display:block}.template-wave-limit-panel>div>strong{color:#f8fafc;margin-top:4px;font-size:14px;display:block}.template-wave-limit-panel>div>small{color:#8fa3bf;margin-top:5px;font-size:11px;line-height:1.45;display:block}.commander-manager-backdrop{z-index:1800;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#020617c7;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.commander-manager-modal{color:#e5eefc;background:radial-gradient(circle at 100% 0,#2563eb24,#0000 34%),linear-gradient(155deg,#142033 0%,#0b1525 100%);border:1px solid #94a3b847;border-radius:20px;grid-template-rows:auto auto auto auto auto minmax(220px,1fr) auto auto auto;width:min(1040px,100vw - 32px);max-height:min(820px,100vh - 42px);display:grid;overflow:hidden;box-shadow:0 34px 90px #0000008c}.commander-manager-modal>header{border-bottom:1px solid #94a3b82e;justify-content:space-between;align-items:flex-start;gap:18px;padding:19px 21px;display:flex}.commander-manager-title{align-items:flex-start;gap:13px;display:flex}.commander-manager-icon{color:#93c5fd;background:#1e40af3d;border:1px solid #60a5fa75;border-radius:14px;flex:none;place-items:center;width:46px;height:46px;display:grid}.commander-manager-title small{color:#60a5fa;letter-spacing:.15em;font-size:9px;font-weight:900}.commander-manager-title h2{color:#f8fafc;margin:3px 0 0;font-size:21px}.commander-manager-title p{color:#8fa3bf;margin:5px 0 0;font-size:12px}.commander-manager-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:14px;padding:16px 21px 0;display:grid}.commander-manager-toolbar>label:first-child{gap:7px;display:grid}.commander-manager-toolbar label>span{color:#cbd5e1;font-size:11px;font-weight:800}.commander-manager-toolbar select{color:#f8fafc;background:#0f172ad1;border:1px solid #64748ba6;border-radius:11px;outline:none;width:100%;min-height:44px;padding:0 12px}.commander-manager-switch{color:#cbd5e1;cursor:pointer;background:#0f172ab3;border:1px solid #64748b8c;border-radius:999px;align-items:center;gap:9px;min-height:44px;padding:0 11px;display:inline-flex}.commander-manager-switch input{accent-color:#22c55e;width:18px;height:18px}.commander-manager-switch.enabled{color:#bbf7d0;background:#14532d3d;border-color:#22c55e80}.commander-manager-summary{grid-template-columns:1.4fr .7fr .7fr;gap:10px;padding:13px 21px;display:grid}.commander-manager-summary>div{background:#0f172a8a;border:1px solid #94a3b829;border-radius:12px;min-width:0;padding:11px 13px}.commander-manager-summary span,.commander-manager-summary strong{display:block}.commander-manager-summary span{color:#7f91ab;font-size:10px}.commander-manager-summary strong{color:#f8fafc;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:13px;overflow:hidden}.commander-manager-summary strong.active{color:#86efac}.commander-manager-search{color:#7ea9da;background:#02081794;border:1px solid #60a5fa5c;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;min-height:43px;margin:0 21px;padding:0 11px;display:grid}.commander-manager-search input{color:#f8fafc;background:0 0;border:0;outline:0;min-width:0}.commander-manager-list-head{justify-content:space-between;align-items:center;gap:12px;padding:15px 21px 9px;display:flex}.commander-manager-list-head strong,.commander-manager-list-head span{display:block}.commander-manager-list-head strong{color:#f8fafc;font-size:14px}.commander-manager-list-head span{color:#7f91ab;margin-top:2px;font-size:11px}.commander-manager-list-head small{color:#bfdbfe;background:#1e40af3d;border-radius:999px;padding:5px 9px}.commander-manager-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:9px;min-height:0;margin:0 21px;padding:2px 6px 8px 0;display:grid;overflow-y:auto}.commander-manager-grid::-webkit-scrollbar{width:9px}.commander-manager-grid::-webkit-scrollbar-thumb{background:#94a3b840;border-radius:999px}.commander-manager-grid>button{color:#dbeafe;text-align:left;cursor:pointer;background:#1e293ba8;border:1px solid #94a3b829;border-radius:13px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;min-height:66px;padding:9px 11px;display:grid}.commander-manager-grid>button:hover{background:#25344ee0;border-color:#60a5fa66}.commander-manager-grid>button.selected{background:linear-gradient(135deg,#14532d57,#1e40af2e);border-color:#22c55e8a}.commander-manager-grid>button>span{color:#bfdbfe;background:#1e40af40;border:1px solid #60a5fa6b;border-radius:10px;place-items:center;width:39px;height:39px;font-weight:900;display:grid}.commander-manager-grid>button strong,.commander-manager-grid>button small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.commander-manager-grid>button strong{color:#f8fafc;font-size:12px}.commander-manager-grid>button small{color:#7f91ab;margin-top:3px;font-size:9px}.commander-manager-grid>button>svg{color:#4b5f7c;font-size:18px}.commander-manager-grid>button.selected>svg{color:#4ade80}.commander-manager-selected{background:#0f172a7a;border:1px solid #94a3b824;border-radius:12px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;margin:10px 21px 0;padding:10px 12px;display:grid}.commander-manager-selected>span{color:#8fa3bf;font-size:11px;font-weight:800}.commander-manager-selected>div{flex-wrap:wrap;gap:6px;display:flex}.commander-manager-selected button{color:#dbeafe;cursor:pointer;background:#1e40af3d;border:1px solid #3b82f670;border-radius:8px;padding:5px 8px}.commander-manager-selected em{color:#64748b;font-size:11px;font-style:normal}.commander-manager-message{color:#bbf7d0;background:#14532d38;border:1px solid #22c55e66;border-radius:10px;align-items:center;gap:8px;margin:10px 21px 0;padding:9px 11px;font-size:11px;display:flex}.commander-manager-modal>footer{border-top:1px solid #94a3b829;justify-content:space-between;align-items:center;gap:12px;padding:14px 21px 18px;display:flex}.commander-manager-modal>footer>div{gap:9px;display:flex}.commander-manager-modal>footer .MuiButton-root{text-transform:none;border-radius:10px;min-height:41px;font-weight:800}@media (max-width:900px){.templates-page-actions{justify-content:flex-start}.template-wave-limit-panel{grid-template-columns:1fr}.commander-manager-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.commander-manager-backdrop{padding:0}.commander-manager-modal{border:0;border-radius:0;width:100%;height:100vh;max-height:100vh}.commander-manager-toolbar,.commander-manager-summary{grid-template-columns:1fr}.commander-manager-switch{justify-self:start}.commander-manager-grid{grid-template-columns:1fr}.commander-manager-modal>footer{flex-direction:column;align-items:stretch}.commander-manager-modal>footer>div{grid-template-columns:1fr 1fr;display:grid}}.commander-manager-backdrop{padding:16px}.commander-manager-modal{flex-direction:column;width:min(1180px,100vw - 24px);height:min(780px,100vh - 24px);max-height:calc(100vh - 24px);display:flex}.commander-manager-modal>header,.commander-manager-modal>footer{flex:none}.commander-manager-body{scrollbar-color:#94a3b859 transparent;flex:auto;min-height:0;overflow-y:auto}.commander-manager-body::-webkit-scrollbar{width:9px}.commander-manager-body::-webkit-scrollbar-thumb{background:#94a3b847;border-radius:999px}.commander-manager-toolbar.account-enabled{grid-template-columns:minmax(190px,.75fr) minmax(240px,1fr) auto;align-items:end}.commander-manager-toolbar.account-enabled>label:not(.commander-manager-switch){gap:7px;min-width:0;display:grid}.commander-manager-summary.account-summary{grid-template-columns:1fr 1.25fr .55fr .55fr}.commander-manager-account-note{color:#9fb4d4;background:#0f172a6b;border:1px solid #94a3b824;border-radius:10px;align-items:center;gap:9px;min-height:38px;margin:0 21px 12px;padding:8px 11px;font-size:11px;display:flex}.commander-manager-account-note i{background:#64748b;border-radius:999px;flex:none;width:8px;height:8px}.commander-manager-account-note i.online{background:#22c55e;box-shadow:0 0 0 4px #22c55e1a}.commander-manager-account-note span{flex:auto;min-width:0}.commander-manager-account-note small{color:#64748b;white-space:nowrap}.commander-manager-content{grid-template-columns:minmax(0,1.8fr) minmax(260px,.8fr);gap:14px;min-height:350px;padding:0 21px 12px;display:grid}.commander-manager-list-column{background:#0208173d;border:1px solid #94a3b821;border-radius:15px;flex-direction:column;min-width:0;min-height:0;padding:12px;display:flex}.commander-manager-list-column .commander-manager-search{margin:0}.commander-manager-list-column .commander-manager-grid{flex:auto;grid-template-columns:repeat(2,minmax(0,1fr));min-height:220px;max-height:330px;margin:0}.commander-manager-grid>button.focused{box-shadow:inset 0 0 0 2px #60a5fa33}.commander-manager-grid>button.busy small{color:#fbbf24}.commander-manager-list-column .commander-manager-selected{margin:10px 0 0}.commander-manager-empty{color:#7f91ab;text-align:center;border:1px dashed #94a3b833;border-radius:13px;grid-column:1/-1;place-content:center;justify-items:center;gap:7px;min-height:180px;display:grid}.commander-manager-empty svg{color:#4b5f7c;font-size:32px}.commander-manager-empty strong{color:#dbeafe}.commander-manager-empty span{max-width:360px;font-size:11px}.commander-manager-detail{background:radial-gradient(circle at 100% 0,#2563eb26,#0000 44%),#0f172a94;border:1px solid #60a5fa33;border-radius:15px;flex-direction:column;gap:12px;min-width:0;padding:14px;display:flex}.commander-detail-head{align-items:center;gap:11px;display:flex}.commander-detail-head>span{color:#dbeafe;background:#1e40af47;border:1px solid #60a5fa7a;border-radius:13px;flex:none;place-items:center;width:50px;height:50px;font-size:18px;font-weight:900;display:grid}.commander-detail-head div{min-width:0}.commander-detail-head small,.commander-detail-head strong,.commander-detail-head em{display:block}.commander-detail-head small{color:#60a5fa;letter-spacing:.12em;font-size:8px;font-weight:900}.commander-detail-head strong{color:#f8fafc;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:15px;overflow:hidden}.commander-detail-head em{color:#8fa3bf;margin-top:3px;font-size:10px;font-style:normal}.commander-detail-meta{grid-template-columns:1fr 1fr;gap:8px;display:grid}.commander-detail-meta>div{background:#02081759;border:1px solid #94a3b824;border-radius:10px;min-width:0;padding:9px 10px}.commander-detail-meta span,.commander-detail-meta strong{display:block}.commander-detail-meta span{color:#64748b;font-size:9px}.commander-detail-meta strong{color:#dbeafe;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:11px;overflow:hidden}.commander-detail-bonuses{background:#0208174d;border:1px solid #94a3b81f;border-radius:11px;flex:auto;min-height:0;overflow-y:auto}.commander-detail-bonuses>header{z-index:1;background:#111d30;border-bottom:1px solid #94a3b81f;justify-content:space-between;align-items:center;padding:9px 10px;display:flex;position:sticky;top:0}.commander-detail-bonuses>header strong{color:#f8fafc;font-size:11px}.commander-detail-bonuses>header span{color:#bfdbfe;background:#1e40af47;border-radius:999px;padding:2px 7px;font-size:9px}.commander-detail-bonuses>div{border-bottom:1px solid #94a3b814;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;display:flex}.commander-detail-bonuses>div span{color:#9fb4d4;font-size:10px}.commander-detail-bonuses>div strong{color:#86efac;white-space:nowrap;font-size:11px}.commander-detail-bonuses p{color:#64748b;margin:0;padding:16px 12px;font-size:10px;line-height:1.5}.commander-detail-empty{color:#7f91ab;text-align:center;place-content:center;justify-items:center;gap:7px;min-height:290px;display:grid}.commander-detail-empty svg{color:#4b5f7c;font-size:38px}.commander-detail-empty strong{color:#dbeafe}.commander-detail-empty span{max-width:230px;font-size:11px;line-height:1.45}.commander-manager-body>.commander-manager-message{margin:0 21px 12px}.commander-manager-modal>footer{background:#08111ff5}@media (max-width:980px){.commander-manager-toolbar.account-enabled{grid-template-columns:1fr 1fr}.commander-manager-switch{justify-self:start}.commander-manager-summary.account-summary{grid-template-columns:1fr 1fr}.commander-manager-content{grid-template-columns:1fr}.commander-manager-detail{min-height:300px}}@media (max-width:620px){.commander-manager-modal{width:100%;height:100vh;max-height:100vh}.commander-manager-toolbar.account-enabled,.commander-manager-summary.account-summary{grid-template-columns:1fr}.commander-manager-content{padding-inline:12px}.commander-manager-account-note,.commander-manager-body>.commander-manager-message{margin-inline:12px}.commander-manager-list-column .commander-manager-grid{grid-template-columns:1fr}.commander-manager-account-note{flex-wrap:wrap;align-items:flex-start}}.commander-manager-content{grid-template-columns:minmax(0,1.65fr) minmax(320px,.95fr)}.commander-detail-effects-scroll{scrollbar-color:#60a5fa59 transparent;flex-direction:column;flex:auto;gap:10px;min-height:0;padding-right:4px;display:flex;overflow-y:auto}.commander-detail-effects-scroll::-webkit-scrollbar{width:7px}.commander-detail-effects-scroll::-webkit-scrollbar-thumb{background:#60a5fa47;border-radius:999px}.commander-detail-bonuses.primary{flex:none;min-height:auto;overflow:visible}.commander-detail-bonuses>div>span,.commander-detail-all-effects section>div>span{min-width:0}.commander-detail-bonuses>div span small,.commander-detail-all-effects section>div span small{color:#5f7391;margin-top:3px;font-size:8px;line-height:1.25;display:block}.commander-effects-expand{color:#bfdbfe;cursor:pointer;width:100%;min-height:38px;font:inherit;background:#1e40af24;border:1px solid #60a5fa47;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:8px 11px;font-size:10px;font-weight:800;transition:border-color .15s,background .15s;display:flex}.commander-effects-expand:hover:not(:disabled),.commander-effects-expand.expanded{background:#1e40af3d;border-color:#60a5fa85}.commander-effects-expand:disabled{cursor:not-allowed;opacity:.45}.commander-effects-expand svg{font-size:19px}.commander-detail-all-effects{gap:10px;display:grid}.commander-detail-all-effects section{background:#0208174d;border:1px solid #94a3b81f;border-radius:11px;overflow:hidden}.commander-detail-all-effects section>header{background:#111d30eb;border-bottom:1px solid #94a3b81c;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;display:flex}.commander-detail-all-effects section>header strong{color:#dbeafe;font-size:10px}.commander-detail-all-effects section>header span{color:#bfdbfe;background:#1e40af47;border-radius:999px;padding:2px 7px;font-size:8px}.commander-detail-all-effects section>div{border-bottom:1px solid #94a3b812;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;display:flex}.commander-detail-all-effects section>div:last-child{border-bottom:0}.commander-detail-all-effects section>div span{color:#9fb4d4;font-size:9px;line-height:1.3}.commander-detail-all-effects section>div strong{color:#86efac;white-space:nowrap;flex:none;font-size:10px}@media (max-width:980px){.commander-manager-content{grid-template-columns:1fr}.commander-manager-detail{min-height:420px}}.commander-primary-effect-groups{gap:10px;display:grid}.commander-effect-category{background:#02081752;border:1px solid #94a3b821;border-radius:11px;overflow:hidden}.commander-effect-category>header{border-bottom:1px solid #94a3b81a;justify-content:space-between;align-items:center;gap:10px;padding:9px 10px;display:flex}.commander-effect-category>header>div{min-width:0}.commander-effect-category>header strong,.commander-effect-category>header small{display:block}.commander-effect-category>header strong{color:#f8fafc;font-size:10px}.commander-effect-category>header small{color:#e2e8f0ad;margin-top:3px;font-size:8px;line-height:1.25}.commander-effect-category>header>span{text-align:center;color:#f8fafc;background:#0f172a59;border-radius:999px;flex:none;min-width:23px;padding:2px 7px;font-size:8px;font-weight:850}.commander-effect-category>div{border-bottom:1px solid #94a3b812;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;display:flex}.commander-effect-category>div:last-of-type{border-bottom:0}.commander-effect-category>div>span{color:#aebfd6;min-width:0;font-size:9px;line-height:1.3}.commander-effect-category>div>span small{color:#64748b;margin-top:3px;font-size:8px;display:block}.commander-effect-category>div>strong{color:#86efac;white-space:nowrap;flex:none;font-size:10px}.commander-effect-category>p{color:#64748b;margin:0;padding:10px;font-size:9px}.commander-effect-category.unit{border-color:#38bdf840}.commander-effect-category.unit>header{background:linear-gradient(90deg,#0ea5e957,#0284c724)}.commander-effect-category.unit>header>span{background:#0ea5e947}.commander-effect-category.defense-structures{border-color:#facc1542}.commander-effect-category.defense-structures>header{background:linear-gradient(90deg,#eab30857,#a1620721)}.commander-effect-category.defense-structures>header>span{background:#eab30847}.commander-effect-category.attack{border-color:#f8717145}.commander-effect-category.attack>header{background:linear-gradient(90deg,#ef444457,#991b1b21)}.commander-effect-category.attack>header>span{background:#ef444447}.commander-manager-modal{width:min(1110px,100vw - 32px);height:min(690px,100vh - 32px);max-height:calc(100vh - 32px)}.commander-manager-modal>header{padding:15px 19px}.commander-manager-title h2{font-size:19px}.commander-manager-title p{margin-top:3px;font-size:11px}.commander-manager-icon{width:42px;height:42px}.commander-manager-toolbar{padding:13px 19px 0}.commander-manager-toolbar select,.commander-manager-switch{min-height:40px}.commander-manager-summary{padding:10px 19px}.commander-manager-summary>div{padding:8px 11px}.commander-manager-account-note{min-height:34px;margin:0 19px 9px;padding-block:6px}.commander-manager-content{grid-template-columns:minmax(0,2.15fr) minmax(300px,.85fr);gap:11px;min-height:0;padding:0 19px 9px}.commander-manager-list-column{padding:10px}.commander-manager-list-column .commander-manager-list-head{padding:9px 0 7px}.commander-manager-list-column .commander-manager-grid{gap:7px;min-height:220px;max-height:300px}.commander-manager-grid>button{border-radius:11px;gap:8px;min-height:57px;padding:7px 9px}.commander-manager-grid>button>span{border-radius:9px;width:34px;height:34px;font-size:13px}.commander-manager-grid>button strong{font-size:11px}.commander-manager-grid>button small{font-size:8px}.commander-manager-list-column .commander-manager-selected{margin-top:7px;padding:7px 9px}.commander-manager-detail{border-radius:13px;gap:8px;padding:11px}.commander-detail-head{gap:9px}.commander-detail-head>span{border-radius:11px;width:43px;height:43px;font-size:16px}.commander-detail-head strong{font-size:13px}.commander-detail-meta{gap:6px}.commander-detail-meta>div{padding:6px 8px}.commander-detail-effects-scroll{gap:7px;padding-right:2px}.commander-manager-detail:not(.effects-expanded) .commander-detail-effects-scroll{max-height:285px}.commander-primary-effect-groups{gap:7px}.commander-effect-category{border-radius:9px}.commander-effect-category>header{padding:6px 8px}.commander-effect-category>header strong{font-size:9px}.commander-effect-category>header small{margin-top:1px;font-size:7px}.commander-effect-category>header>span{min-width:20px;padding:1px 6px;font-size:7px}.commander-effect-category>div{padding:5px 8px}.commander-effect-category>div>span{font-size:8px}.commander-effect-category>div>span small{display:none}.commander-effect-category>div>strong{font-size:9px}.commander-effect-category>p{padding:7px 8px;font-size:8px}.commander-effects-expand{min-height:32px;padding:6px 9px;font-size:9px}.commander-manager-detail>.MuiButton-root{min-height:34px;font-size:10px}.commander-manager-modal>footer{padding:10px 19px 12px}.commander-manager-modal>footer .MuiButton-root{min-height:37px}@media (max-width:980px){.commander-manager-modal{width:min(900px,100vw - 20px);height:min(760px,100vh - 20px)}.commander-manager-content{grid-template-columns:1fr}.commander-manager-detail:not(.effects-expanded) .commander-detail-effects-scroll{max-height:260px}}@media (min-width:1000px) and (min-height:650px){.commander-manager-content{flex:auto}.commander-manager-list-column .commander-manager-grid{max-height:none}.commander-manager-backdrop{padding:12px}.commander-manager-modal{zoom:1;width:min(1240px,100vw - 32px);height:min(790px,100vh - 28px);max-height:calc(100vh - 28px)}.commander-manager-modal>header{min-height:0;padding:11px 16px}.commander-manager-title{gap:10px}.commander-manager-icon{border-radius:10px;width:36px;height:36px}.commander-manager-title small{font-size:7px}.commander-manager-title h2{margin-top:1px;font-size:17px;line-height:1.1}.commander-manager-title p{margin-top:2px;font-size:9px;line-height:1.25}.commander-manager-body{flex-direction:column;min-height:0;display:flex;overflow:hidden}.commander-manager-toolbar.account-enabled{border-bottom:0;flex:none;grid-template-columns:minmax(190px,.78fr) minmax(250px,1fr) auto;gap:9px;padding:9px 16px 0}.commander-manager-toolbar.account-enabled>label:not(.commander-manager-switch){gap:4px}.commander-manager-toolbar label>span{font-size:9px}.commander-manager-toolbar select,.commander-manager-switch{height:34px;min-height:34px;font-size:11px}.commander-manager-switch{gap:7px;padding-inline:11px}.commander-manager-switch input{width:15px;height:15px}.commander-manager-summary.account-summary{flex:none;grid-template-columns:1fr 1.15fr .48fr .48fr;gap:7px;padding:7px 16px}.commander-manager-summary>div{border-radius:9px;min-height:42px;padding:6px 9px}.commander-manager-summary span{font-size:8px}.commander-manager-summary strong{margin-top:2px;font-size:11px}.commander-manager-account-note{border-radius:8px;flex:none;gap:7px;min-height:27px;margin:0 16px 7px;padding:4px 8px;font-size:9px}.commander-manager-account-note i{width:6px;height:6px}.commander-manager-account-note small{font-size:8px}.commander-manager-content{flex:auto;grid-template-columns:minmax(0,2.35fr) minmax(280px,.75fr);gap:9px;min-height:0;padding:0 16px 7px;overflow:hidden}.commander-manager-list-column{border-radius:11px;min-height:0;padding:8px;overflow:hidden}.commander-manager-list-column .commander-manager-search{border-radius:9px;gap:7px;height:35px;min-height:35px;padding-inline:9px}.commander-manager-search input{font-size:11px}.commander-manager-list-column .commander-manager-list-head{flex:none;padding:7px 0 5px}.commander-manager-list-head strong{font-size:11px}.commander-manager-list-head span{margin-top:1px;font-size:8px}.commander-manager-list-head small{padding:3px 7px;font-size:8px}.commander-manager-list-column .commander-manager-grid{overscroll-behavior:contain;flex:auto;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(45px,auto);align-content:start;gap:5px;min-height:0;max-height:none;padding:1px 5px 3px 0;overflow-y:auto}.commander-manager-grid>button{border-radius:9px;gap:7px;min-height:45px;padding:5px 7px}.commander-manager-grid>button>span{border-radius:8px;width:29px;height:29px;font-size:11px}.commander-manager-grid>button strong{font-size:9px}.commander-manager-grid>button small{margin-top:1px;font-size:7px}.commander-manager-grid>button>svg{font-size:15px}.commander-manager-list-column .commander-manager-selected{border-radius:8px;flex:none;gap:8px;min-height:31px;margin-top:5px;padding:5px 7px}.commander-manager-selected>span,.commander-manager-selected em{font-size:8px}.commander-manager-selected button{padding:3px 6px;font-size:8px}.commander-manager-detail{border-radius:11px;gap:6px;min-height:0;padding:8px;overflow:hidden}.commander-detail-head{flex:none;gap:7px}.commander-detail-head>span{border-radius:9px;width:37px;height:37px;font-size:13px}.commander-detail-head small{font-size:6px}.commander-detail-head strong{margin-top:1px;font-size:11px}.commander-detail-head em{margin-top:1px;font-size:8px}.commander-detail-meta{flex:none;gap:5px}.commander-detail-meta>div{border-radius:8px;min-height:35px;padding:5px 7px}.commander-detail-meta span{font-size:7px}.commander-detail-meta strong{margin-top:1px;font-size:9px}.commander-detail-effects-scroll{overscroll-behavior:contain;flex:auto;gap:5px;min-height:0;padding-right:3px;overflow-y:auto;max-height:none!important}.commander-primary-effect-groups{gap:5px}.commander-effect-category{border-radius:7px}.commander-effect-category>header{min-height:29px;padding:4px 6px}.commander-effect-category>header strong{font-size:8px}.commander-effect-category>header small{display:none}.commander-effect-category>header>span{min-width:18px;padding:1px 5px;font-size:6px}.commander-effect-category>div{gap:7px;min-height:24px;padding:3px 6px}.commander-effect-category>div>span{font-size:7px;line-height:1.15}.commander-effect-category>div>strong{font-size:8px}.commander-effect-category>p{padding:5px 6px;font-size:7px}.commander-effects-expand{border-radius:7px;flex:none;min-height:27px;padding:4px 7px;font-size:8px}.commander-effects-expand svg{font-size:15px}.commander-detail-all-effects{gap:5px}.commander-detail-all-effects section{border-radius:7px}.commander-detail-all-effects section>header,.commander-detail-all-effects section>div{padding:5px 7px}.commander-detail-all-effects section>header strong,.commander-detail-all-effects section>div strong{font-size:8px}.commander-detail-all-effects section>div span{font-size:7px}.commander-manager-detail>.MuiButton-root{flex:none;min-height:29px;padding-block:4px;font-size:8px}.commander-manager-body>.commander-manager-message{flex:none;margin:0 16px 6px;padding:5px 8px;font-size:8px}.commander-manager-modal>footer{min-height:50px;padding:7px 16px}.commander-manager-modal>footer .MuiButton-root{min-height:34px;padding-inline:13px;font-size:10px}}.dashboard-content-fit-viewport{width:100%;min-width:0;max-width:100%;overflow-x:clip}.dashboard-content-transform-fit{will-change:transform;min-width:0}.dashboard-content-transform-fit .bots-panel,.dashboard-content-transform-fit .bots-table-scroll,.dashboard-content-transform-fit .bots-table-min,.dashboard-content-transform-fit .bot-row,.dashboard-content-transform-fit .bot-account,.dashboard-content-transform-fit .plugin-strip,.dashboard-content-transform-fit .bot-resource-cell,.dashboard-content-transform-fit .bot-actions{min-width:0;max-width:100%}@media (min-width:1181px){.dashboard-content-transform-fit .account-view-compact .bots-table-min>div:last-child{grid-template-columns:repeat(3,minmax(0,1fr))}}.sidebar-collapsed .sidebar-nav{scrollbar-width:none;-ms-overflow-style:none}.sidebar-collapsed .sidebar-nav::-webkit-scrollbar{width:0;height:0;display:none}.bot-account-main{min-width:0}.bot-drag-handle.MuiIconButton-root{color:#7f96b5;cursor:grab;opacity:.68;background:#0f172a9e;border:1px solid #94a3b824;border-radius:8px;flex:none;width:28px;height:28px;margin-left:auto;transition:opacity .15s,color .15s,border-color .15s,background .15s}.bot-row:hover .bot-drag-handle.MuiIconButton-root,.bot-drag-handle.MuiIconButton-root:hover{opacity:1;color:#dbeafe;background:#2563eb24;border-color:#60a5fa66}.bot-drag-handle.MuiIconButton-root:active{cursor:grabbing}.bot-row.account-dragging{opacity:.42;transform:scale(.985);box-shadow:none!important}.bot-row.account-drag-over:after{content:"Soltar aqui";z-index:3;color:#a5f3fc;letter-spacing:.04em;pointer-events:none;background:#082f49eb;border:1px solid #22d3ee59;border-radius:999px;padding:3px 8px;font-size:9px;font-weight:800;position:absolute;top:8px;right:44px}.bot-row{position:relative}@media (max-width:760px){.bot-drag-handle.MuiIconButton-root{opacity:.9;width:30px;height:30px}}.sidebar-collapsed .sidebar-brand{justify-content:center;gap:0;padding-inline:0}.sidebar-collapsed .sidebar-brand img{margin-inline:auto;transform:translate(2px)}.sidebar-brand{overflow:visible}.sidebar-brand img{object-fit:contain;object-position:center;flex-shrink:0;display:block}.sidebar-brand-copy{flex:auto}.sidebar-collapse-button{display:none!important}.construction-page{gap:16px;min-width:0;padding:24px;display:grid}.construction-page-heading{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.construction-page-heading h1{letter-spacing:-.045em;margin:6px 0 4px;font-size:clamp(30px,3vw,46px);line-height:1}.construction-page-heading p{color:#8fa3bf;margin:0}.construction-heading-actions{flex-wrap:wrap;justify-content:flex-end;align-items:end;gap:10px;display:flex}.construction-heading-actions label,.construction-position-editor label,.construction-form-card label{color:#9fb4d4;gap:6px;font-size:11px;font-weight:700;display:grid}.construction-heading-actions select,.construction-position-editor input,.construction-position-editor select,.construction-form-card input,.construction-form-card select{color:#f8fafc;background:#020b18c2;border:1px solid #94a3b833;border-radius:11px;outline:0;min-width:220px;height:42px;padding:0 12px}.construction-position-editor input,.construction-position-editor select,.construction-form-card input,.construction-form-card select{width:100%;min-width:0}.construction-position-editor input:disabled,.construction-position-editor select:disabled{opacity:.48;cursor:not-allowed}.construction-operation{color:#bfdbfe;background:#1e40af1f;border:1px solid #60a5fa47;border-radius:13px;align-items:center;gap:10px;min-height:42px;padding:10px 14px;display:flex}.construction-operation svg{font-size:18px}.construction-operation.pending svg{animation:1.2s ease-in-out infinite constructionPulse}.construction-operation.success{color:#86efac;background:#16a34a1a;border-color:#22c55e47}.construction-operation.error{color:#fca5a5;background:#7f1d1d26;border-color:#ef44444d}@keyframes constructionPulse{50%{opacity:.35;transform:scale(.9)}}.construction-kingdom-tabs{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.construction-kingdom-tabs button{color:#cbd5e1;text-align:left;cursor:pointer;background:linear-gradient(#0e1f36eb,#051427eb);border:1px solid #94a3b826;border-radius:15px;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:50px;padding:0 11px;transition:border-color .15s,transform .15s,background .15s;display:grid}.construction-kingdom-tabs button:hover{border-color:#60a5fa59;transform:translateY(-1px)}.construction-kingdom-tabs button svg{color:#93c5fd;background:#60a5fa1f;border-radius:8px;width:26px;height:26px;padding:5px}.construction-kingdom-tabs button span{font-size:13px;font-weight:850}.construction-kingdom-tabs button b{text-align:center;color:#dbeafe;background:#ffffff12;border-radius:999px;min-width:24px;padding:2px 7px;font-size:10px}.construction-kingdom-tabs button.active{border-color:#60a5faa6;box-shadow:inset 0 0 0 1px #60a5fa1f,0 12px 28px #02061733}.construction-kingdom-tabs .tone-ice.active{background:linear-gradient(#082f49e6,#051e34f2);border-color:#38bdf8b3}.construction-kingdom-tabs .tone-sand.active{background:linear-gradient(#452708e0,#291807f2);border-color:#f59e0bb3}.construction-kingdom-tabs .tone-fire.active{background:linear-gradient(#450a0ae0,#2a090cf2);border-color:#f87171b3}.construction-kingdom-tabs .tone-storm.active{background:linear-gradient(#083a41e0,#072229f2);border-color:#2dd4bfb3}.construction-workspace{grid-template-columns:216px minmax(620px,1fr) 262px;gap:12px;height:min(760px,100vh - 235px);min-height:680px;display:grid}.construction-castle-panel,.construction-map-panel,.construction-details,.construction-unplaced-panel,.construction-future-panel{background:linear-gradient(#07162af5,#030f1efa);border:1px solid #94a3b826;border-radius:18px;min-width:0;box-shadow:0 20px 44px #0000002e}.construction-castle-panel{grid-template-rows:auto minmax(0,1fr) auto;display:grid;overflow:hidden}.construction-castle-panel>header,.construction-map-toolbar{border-bottom:1px solid #94a3b81f;justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:10px 12px;display:flex}.construction-castle-panel header small,.construction-map-toolbar small{color:#60a5fa;letter-spacing:.15em;font-size:9px;font-weight:900}.construction-castle-panel h2,.construction-map-toolbar h2{margin:2px 0 0;font-size:15px}.construction-map-toolbar p{color:#7186a3;margin:2px 0 0;font-size:9px}.construction-castle-list{align-content:start;gap:6px;padding:8px;display:grid;overflow:auto}.construction-castle-list::-webkit-scrollbar{width:9px;height:9px}.construction-map-viewport::-webkit-scrollbar{width:9px;height:9px}.construction-catalog-list::-webkit-scrollbar{width:9px;height:9px}.construction-details::-webkit-scrollbar{width:9px;height:9px}.construction-castle-list::-webkit-scrollbar-thumb{background:#94a3b838;border-radius:999px}.construction-map-viewport::-webkit-scrollbar-thumb{background:#94a3b838;border-radius:999px}.construction-catalog-list::-webkit-scrollbar-thumb{background:#94a3b838;border-radius:999px}.construction-details::-webkit-scrollbar-thumb{background:#94a3b838;border-radius:999px}.construction-castle-list>button{color:#dbeafe;text-align:left;cursor:pointer;background:#0f1f34b8;border:1px solid #94a3b821;border-radius:13px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;padding:8px;display:grid}.construction-castle-list>button.active{background:linear-gradient(135deg,#1e40af47,#0f1f34db);border-color:#60a5faa6}.construction-castle-icon{color:#93c5fd;background:#60a5fa21;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.construction-castle-list button strong,.construction-castle-list button small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.construction-castle-list button small{color:#7f93af;margin-top:3px;font-size:9px}.construction-castle-list button em{color:#fb7185;align-items:center;gap:3px;font-size:11px;font-style:normal;font-weight:800;display:inline-flex}.construction-castle-list button em svg{font-size:15px}.construction-castle-resources{border-top:1px solid #94a3b81f;grid-template-columns:repeat(3,1fr);gap:6px;padding:9px;display:grid}.construction-castle-resources span{color:#7f93af;text-transform:uppercase;letter-spacing:.06em;background:#020b18a6;border-radius:10px;min-width:0;padding:8px;font-size:8px}.construction-castle-resources strong{color:#e2e8f0;margin-top:3px;font-size:10px;display:block}.construction-empty,.construction-map-empty,.construction-details-empty{text-align:center;color:#7f93af;align-content:center;justify-items:center;gap:8px;padding:28px;display:grid}.construction-empty svg,.construction-map-empty>svg,.construction-details-empty>svg{color:#4f7cff;font-size:38px}.construction-empty strong,.construction-map-empty strong,.construction-details-empty strong{color:#e2e8f0}.construction-empty span,.construction-map-empty span,.construction-details-empty p{margin:0;font-size:11px;line-height:1.5}.construction-map-panel{grid-template-rows:auto auto minmax(0,1fr) auto;display:grid;overflow:hidden}.construction-map-toolbar{background:linear-gradient(90deg,#1e40af14,#0000)}.construction-map-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:5px;display:flex}.construction-view-switch{background:#020b18ad;border:1px solid #94a3b82e;border-radius:11px;align-items:center;gap:3px;height:36px;padding:3px;display:inline-flex}.construction-view-switch button{color:#8fa3bf;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:5px;height:28px;padding:0 9px;font-size:9px;font-weight:850;display:inline-flex}.construction-view-switch button svg{font-size:15px}.construction-view-switch button.active{color:#eff6ff;background:#2563eb6b;box-shadow:inset 0 0 0 1px #60a5fa52}.construction-zoom-value{text-align:center;color:#dbeafe;min-width:40px;font-size:10px;font-weight:800}.construction-drag-help{color:#91a8c7;background:#030f1eb3;border-bottom:1px solid #94a3b81a;align-items:center;gap:7px;min-height:34px;padding:7px 13px;font-size:9px;display:flex}.construction-drag-help svg{color:#60a5fa;font-size:16px}.construction-map-viewport{overscroll-behavior:contain;background:radial-gradient(circle at 50% 32%,#1e40af1f,#0000 46%),#020817;min-height:0;position:relative;overflow:auto}.construction-map-viewport.view-top{background:radial-gradient(circle at 50% 24%,#1e40af26,#0000 44%),#020817}.construction-map-viewport.view-iso{background:radial-gradient(circle at 50% 28%,#1e40af24,#0000 46%),#020817}.construction-map-empty{min-height:100%}.construction-board-wrap,.construction-overview-wrap,.construction-isometric-wrap{box-sizing:border-box;justify-content:center;align-items:center;width:max-content;min-width:100%;height:max-content;min-height:100%;padding:26px;display:flex}.construction-board-wrap-square{justify-content:center;align-items:center}.construction-board-stage{background:linear-gradient(#07182aeb,#030f1ef5);border:1px solid #60a5fa2e;border-radius:22px;place-items:center;padding:18px;display:grid;position:relative;box-shadow:inset 0 0 0 1px #ffffff05,0 22px 48px #00000040}.construction-board{background-color:#071b2f;background-image:linear-gradient(#60a5fa16 1px,#0000 1px),linear-gradient(90deg,#60a5fa16 1px,#0000 1px);background-size:var(--construction-cell) var(--construction-cell);-webkit-user-select:none;user-select:none;touch-action:none;border:1px solid #60a5fa38;border-radius:16px;flex:none;position:relative;box-shadow:inset 0 0 70px #020617c7,0 24px 50px #00000052}.construction-ground-tile{z-index:0;pointer-events:none;background:#0d94880e;border:1px solid #2dd4bf14;position:absolute}.construction-defence-outline{z-index:1;pointer-events:none;border-radius:12px;position:absolute;inset:7px}.construction-defence-outline.wall{border:4px solid #94a3b8a6;box-shadow:inset 0 0 0 2px #1e293be6}.construction-defence-outline.moat{border:4px solid #0ea5e938;inset:13px}.construction-building{z-index:3;border:1px solid color-mix(in srgb, var(--building-color) 70%, white 5%);background:color-mix(in srgb, var(--building-color) 22%, #07162a 78%);color:#f8fafc;cursor:pointer;touch-action:none;border-radius:7px;padding:0;transition:filter .12s,box-shadow .12s,opacity .12s;position:absolute;overflow:visible;box-shadow:inset 0 0 0 1px #ffffff08,0 4px 12px #0000002e}.construction-building-face{border-radius:inherit;place-content:center;justify-items:center;gap:2px;padding:4px;display:grid;position:absolute;inset:0;overflow:hidden}.construction-building:hover{filter:brightness(1.18);z-index:8}.construction-building.selected{z-index:10;box-shadow:0 0 0 2px #fff,0 0 0 5px #60a5fa8c,0 12px 28px #0006}.construction-building.dragging{z-index:20;opacity:.88;cursor:grabbing;box-shadow:0 0 0 2px #67e8f9,0 14px 30px #00000075}.construction-building.dragging.invalid{border-color:#fb7185;box-shadow:0 0 0 2px #fb7185,0 14px 30px #00000075}.construction-building.type-tower,.construction-building.type-gate{background:linear-gradient(#475569,#1e293b);border-color:#e2e8f0b8}.construction-building.type-tower{border-radius:50%}.construction-map-viewport.view-top .construction-building:not(.type-tower),.construction-map-viewport.view-top .construction-building:not(.type-tower) .construction-building-face{border-radius:0!important}.construction-building>.construction-building-face>svg{color:color-mix(in srgb, var(--building-color) 65%, white 35%);font-size:15px}.construction-building>.construction-building-face>span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:8px;font-weight:850;overflow:hidden}.construction-building>.construction-building-face>b{color:#dbeafe;background:#020617d1;border-radius:999px;min-width:18px;padding:2px 4px;font-size:7px;position:absolute;top:3px;right:4px}.construction-building.damaged{border-color:#fb7185;animation:1.8s ease-in-out infinite constructionFirePulse}.construction-fire-icon{position:absolute;bottom:3px;right:3px;color:#fb7185!important;font-size:13px!important}.construction-drag-icon{opacity:.65;position:absolute;top:2px;left:2px;color:#bfdbfeb3!important;font-size:12px!important}.construction-drag-coordinate{z-index:50;color:#a5f3fc;pointer-events:none;background:#020b18e0;border:1px solid #22d3ee61;border-radius:9px;max-width:calc(100% - 20px);padding:7px 10px;font-size:9px;font-weight:750;position:absolute;bottom:10px;left:10px}.construction-drag-coordinate.invalid{color:#fda4af;border-color:#fb71858c}@keyframes constructionFirePulse{50%{box-shadow:0 0 0 2px #fb71852e,0 0 18px #ef444440}}.construction-map-viewport.view-iso{justify-content:center;align-items:center;display:flex;overflow:auto}.construction-isometric-wrap{box-sizing:border-box;justify-content:center;align-items:center;width:max-content;min-width:100%;height:max-content;min-height:100%;padding:20px;display:flex}.construction-isometric-svg{-webkit-user-select:none;user-select:none;flex:none;display:block;overflow:visible}.construction-iso-board-shadow{fill:#020817;stroke:#0f172af5;stroke-width:18px;stroke-linejoin:round}.construction-iso-board{fill:#0b2639;stroke:#64748b;stroke-width:9px;stroke-linejoin:round}.construction-iso-board-inner{fill:#07343b;stroke:#1e293b;stroke-width:4px;stroke-linejoin:round}.construction-iso-grid{opacity:.5;pointer-events:none}.construction-iso-grid-line{fill:none;stroke:#7dd3fc29;stroke-width:.7px}.construction-iso-ground{fill:#475569db;stroke:#94a3b857;stroke-width:.7px;stroke-linejoin:round}.construction-iso-ground:nth-of-type(3n+1){fill:#334155eb}.construction-iso-ground:nth-of-type(3n+2){fill:#084e58ad}.construction-iso-ground.fallback{fill:#1e293bbd}.construction-iso-item{cursor:pointer;outline:none}.construction-iso-building-shape{fill:color-mix(in srgb, var(--building-color) 31%, #0f172a 69%);stroke:color-mix(in srgb, var(--building-color) 76%, white 24%);stroke-width:1.5px;stroke-linejoin:round;transition:filter .12s,stroke-width .12s,opacity .12s}.construction-iso-building-shape.gate{fill:#334155;stroke:#e2e8f0}.construction-iso-tower{fill:#1e293b;stroke:#cbd5e1;stroke-width:2px;transition:filter .12s,stroke-width .12s}.construction-iso-item:hover .construction-iso-building-shape,.construction-iso-item:hover .construction-iso-tower{filter:brightness(1.35);stroke-width:2.6px}.construction-iso-item.selected .construction-iso-building-shape,.construction-iso-item.selected .construction-iso-tower{stroke:#fff;stroke-width:3px;filter:drop-shadow(0 0 6px #60a5faf2)}.construction-iso-item.damaged .construction-iso-building-shape,.construction-iso-item.damaged .construction-iso-tower{stroke:#fb7185;filter:drop-shadow(0 0 5px #ef4444b3)}.construction-iso-level rect{fill:#020617eb;stroke:#bfdbfe7a;stroke-width:1px}.construction-iso-level text{fill:#f8fafc;pointer-events:none;font-family:inherit;font-size:8px;font-weight:900}.construction-iso-item.selected .construction-iso-level rect{fill:#172554;stroke:#fff;stroke-width:1.6px}.construction-iso-fire{fill:#fb7185;stroke:#450a0a;stroke-width:1px;pointer-events:none;font-size:16px;font-weight:900}.construction-map-legend{color:#8fa3bf;border-top:1px solid #94a3b81f;flex-wrap:wrap;align-items:center;gap:13px;min-height:36px;padding:7px 13px;font-size:9px;display:flex}.construction-map-legend span{align-items:center;gap:5px;display:inline-flex}.construction-map-legend i{border-radius:3px;width:9px;height:9px}.construction-map-legend svg{color:#fb7185;font-size:14px}.construction-map-legend span:nth-last-child(2) svg{color:#cbd5e1}.construction-details{padding:12px;overflow:auto}.construction-details>header{border-bottom:1px solid #94a3b81f;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:10px;padding-bottom:11px;display:grid}.construction-selected-icon{background:color-mix(in srgb, var(--building-color) 22%, #07162a 78%);width:44px;height:44px;color:color-mix(in srgb, var(--building-color) 65%, white 35%);border-radius:13px;place-items:center;display:grid}.construction-details header small{color:#60a5fa;letter-spacing:.13em;font-size:8px;font-weight:900}.construction-details header h3{margin:3px 0 2px;font-size:16px}.construction-details header p{color:#7f93af;margin:0;font-size:9px}.construction-detail-stats{grid-template-columns:repeat(2,1fr);gap:7px;margin-top:10px;display:grid}.construction-detail-stats span{background:#020b188f;border:1px solid #94a3b81f;border-radius:10px;padding:9px}.construction-detail-stats small,.construction-detail-stats strong{display:block}.construction-detail-stats small{color:#7f93af;text-transform:uppercase;font-size:8px}.construction-detail-stats strong{margin-top:3px;font-size:11px}.construction-position-editor,.construction-costs{background:#020b1873;border:1px solid #94a3b81f;border-radius:12px;gap:8px;margin-top:10px;padding:10px;display:grid}.construction-position-editor h4,.construction-costs h4{margin:0;font-size:11px}.construction-position-editor small{color:#7f93af;font-size:9px}.construction-form-row{grid-template-columns:repeat(2,1fr);gap:7px;display:grid}.construction-action-stack{gap:7px;margin-top:10px;display:grid}.construction-costs>div{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.construction-costs span{color:#7f93af;font-size:8px}.construction-costs strong{color:#e2e8f0;margin-top:3px;font-size:10px;display:block}.construction-unplaced-panel,.construction-future-panel{padding:14px}.construction-unplaced-panel>header,.construction-future-panel>header{justify-content:space-between;align-items:center;gap:15px;display:flex}.construction-unplaced-panel header span,.construction-future-panel header span{color:#60a5fa;letter-spacing:.14em;font-size:8px;font-weight:900}.construction-unplaced-panel h2,.construction-future-panel h2{margin:4px 0 2px;font-size:16px}.construction-unplaced-panel p,.construction-future-panel p{color:#7f93af;margin:0;font-size:10px}.construction-unplaced-panel>header>b{text-align:center;color:#bfdbfe;background:#60a5fa24;border-radius:999px;min-width:30px;padding:5px 9px}.construction-unplaced-panel>div{grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:7px;margin-top:11px;display:grid}.construction-unplaced-panel button{color:#dbeafe;text-align:left;cursor:pointer;background:#0f1f34b8;border:1px solid #94a3b821;border-radius:11px;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:8px;padding:9px;display:grid}.construction-unplaced-panel button>svg{color:#60a5fa}.construction-unplaced-panel button strong,.construction-unplaced-panel button small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.construction-unplaced-panel button small{color:#7186a3;margin-top:2px;font-size:8px}.construction-future-panel>header>svg{color:#c4b5fd;background:#7c3aed29;border-radius:13px;width:42px;height:42px;padding:10px}.construction-future-panel>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:12px;display:grid}.construction-future-panel article{background:#020b1880;border:1px solid #94a3b81f;border-radius:13px;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;min-width:0;min-height:78px;padding:11px;display:grid}.construction-future-panel article>svg{color:#93c5fd;background:#2563eb24;border-radius:10px;width:36px;height:36px;padding:8px}.construction-future-panel article strong,.construction-future-panel article small{display:block}.construction-future-panel article strong{font-size:11px}.construction-future-panel article small{color:#7186a3;margin-top:3px;font-size:8px;line-height:1.4}.construction-future-panel article b{color:#fcd34d;text-align:center;background:#f59e0b1a;border-radius:999px;max-width:105px;padding:5px 7px;font-size:8px}.construction-modal-backdrop{z-index:1700;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#010610c7;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.construction-modal{background:linear-gradient(#0b2039,#061426);border:1px solid #60a5fa47;border-radius:20px;width:min(860px,96vw);max-height:min(720px,92vh);overflow:hidden;box-shadow:0 35px 90px #0000008c}.construction-modal>header{border-bottom:1px solid #94a3b821;justify-content:space-between;align-items:flex-start;gap:18px;min-height:82px;padding:17px 20px;display:flex}.construction-modal header span{color:#60a5fa;letter-spacing:.14em;font-size:9px;font-weight:900}.construction-modal header h2{margin:5px 0 3px;font-size:21px}.construction-modal header p{color:#8fa3bf;margin:0;font-size:11px}.construction-modal-grid{grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:14px;max-height:calc(min(720px,92vh) - 82px);padding:16px;display:grid;overflow:auto}.construction-catalog,.construction-form-card{background:#020b1875;border:1px solid #94a3b821;border-radius:15px;min-width:0;padding:12px}.construction-search{background:#020b18b3;border:1px solid #60a5fa47;border-radius:11px;align-items:center;gap:8px;height:42px;padding:0 11px;display:flex}.construction-search svg{color:#60a5fa;font-size:19px}.construction-search input{color:#f8fafc;background:0 0;border:0;outline:0;flex:1;min-width:0}.construction-catalog-list{gap:7px;max-height:430px;margin-top:10px;padding-right:4px;display:grid;overflow:auto}.construction-catalog-list button{color:#dbeafe;text-align:left;cursor:pointer;background:#0f1f34b8;border:1px solid #94a3b81f;border-radius:11px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;padding:10px;display:grid}.construction-catalog-list button.selected{background:#1e40af3d;border-color:#60a5faa6}.construction-catalog-list button svg{color:#93c5fd;background:#60a5fa1f;border-radius:9px;width:34px;height:34px;padding:7px}.construction-catalog-list strong,.construction-catalog-list small{display:block}.construction-catalog-list small{color:#7f93af;margin-top:3px;font-size:9px}.construction-form-card{align-content:start;gap:11px;display:grid}.construction-form-card h3{margin:0;font-size:15px}.construction-form-info{color:#9fb4d4;background:#1e40af1f;border-radius:10px;align-items:flex-start;gap:8px;padding:10px;font-size:10px;line-height:1.45;display:flex}.construction-form-info svg{color:#60a5fa;font-size:17px}.spin{animation:1s linear infinite constructionSpin}@keyframes constructionSpin{to{transform:rotate(360deg)}}@media (max-width:1400px){.construction-workspace{grid-template-columns:208px minmax(520px,1fr);height:auto;min-height:680px}.construction-details{grid-column:1/-1;grid-template-columns:minmax(220px,.55fr) minmax(280px,.8fr) minmax(250px,.65fr);gap:10px;display:grid}.construction-details>header{align-content:start}.construction-detail-stats,.construction-position-editor{margin-top:0}.construction-action-stack{align-content:start;margin-top:0}.construction-costs{margin-top:0}}@media (max-width:1050px){.construction-page{padding:16px}.construction-page-heading{flex-direction:column;align-items:stretch}.construction-heading-actions{justify-content:stretch}.construction-heading-actions label{flex:1}.construction-heading-actions select{width:100%}.construction-kingdom-tabs{grid-template-columns:repeat(2,1fr)}.construction-workspace{grid-template-columns:1fr}.construction-castle-panel{max-height:330px}.construction-details{grid-column:auto;display:block}.construction-map-viewport{min-height:520px}.construction-modal-grid,.construction-future-panel>div{grid-template-columns:1fr}}@media (max-width:650px){.construction-kingdom-tabs{grid-template-columns:1fr}.construction-map-actions .MuiButton-root{width:100%}.construction-heading-actions{grid-template-columns:1fr;display:grid}.construction-view-switch{width:100%}.construction-view-switch button{flex:1;justify-content:center}}.construction-district-panel{background:linear-gradient(#161130f5,#060f1ffa);border-color:#a78bfa3d}.construction-district-panel header span{color:#c4b5fd}.construction-district-panel>header>b{color:#ddd6fe;background:#7c3aed2e}.construction-district-panel button>svg{color:#a78bfa}.construction-district-info{background:#4c1d951a;border-color:#a78bfa3d}.construction-district-badge{color:#ddd6fe;background:#4c1d9524;border:1px solid #a78bfa38;border-radius:10px;align-items:center;gap:8px;min-height:38px;padding:8px 10px;font-size:10px;font-weight:800;display:flex}.construction-district-badge svg{color:#a78bfa;font-size:18px}.construction-fire-open{white-space:nowrap}.construction-fire-modal-backdrop{z-index:1800;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#010610cc;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.construction-fire-modal{background:linear-gradient(#0b2039 0%,#061426 100%);border:1px solid #fb923c57;border-radius:22px;grid-template-rows:auto minmax(0,1fr) auto;width:min(1060px,96vw);max-height:min(800px,94vh);display:grid;overflow:hidden;box-shadow:0 40px 110px #0000009e}.construction-fire-modal>header{background:linear-gradient(90deg,#c2410c26,#0000 52%);border-bottom:1px solid #94a3b824;justify-content:space-between;align-items:flex-start;gap:16px;min-height:86px;padding:17px 20px;display:flex}.construction-fire-title{grid-template-columns:48px minmax(0,1fr);align-items:center;gap:12px;display:grid}.construction-fire-title-icon{color:#fdba74;background:#ea580c2b;border-radius:14px;place-items:center;width:48px;height:48px;display:grid;box-shadow:inset 0 0 0 1px #fb923c3b}.construction-fire-title small,.construction-fire-runtime header small{color:#fb923c;letter-spacing:.15em;font-size:8px;font-weight:900}.construction-fire-title h2{margin:4px 0 3px;font-size:22px}.construction-fire-title p{color:#91a8c7;margin:0;font-size:11px}.construction-fire-modal-body{grid-template-columns:minmax(330px,.78fr) minmax(420px,1.22fr);gap:13px;min-height:0;padding:15px;display:grid;overflow:auto}.construction-fire-config,.construction-fire-runtime{background:#020b187a;border:1px solid #94a3b824;border-radius:16px;min-width:0;padding:12px}.construction-fire-scope{gap:8px;display:grid}.construction-fire-scope button{color:#dbeafe;text-align:left;cursor:pointer;background:#0f1f34b8;border:1px solid #94a3b824;border-radius:13px;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;width:100%;min-height:62px;padding:10px;display:grid}.construction-fire-scope button>svg{color:#93c5fd;background:#2563eb21;border-radius:11px;width:38px;height:38px;padding:8px}.construction-fire-scope button strong,.construction-fire-scope button small{display:block}.construction-fire-scope button small{color:#7f93af;margin-top:3px;font-size:9px}.construction-fire-scope button.active{background:linear-gradient(135deg,#9a341252,#0f1f34d1);border-color:#fb923cad;box-shadow:inset 0 0 0 1px #fb923c1a}.construction-fire-scope button.active>svg{color:#fdba74;background:#ea580c2e}.construction-fire-scope button:disabled{cursor:not-allowed;opacity:.7}.construction-fire-options{gap:8px;margin-top:11px;display:grid}.construction-fire-options>label{background:#030f1eb3;border:1px solid #94a3b81f;border-radius:12px;grid-template-columns:minmax(0,1fr) 150px;align-items:center;gap:10px;min-height:60px;padding:10px;display:grid}.construction-fire-options label>span>strong,.construction-fire-options label>span>small,.construction-fire-options label>span:not(.MuiSwitch-root){display:block}.construction-fire-options label>span{color:#dbeafe;font-size:11px;font-weight:800}.construction-fire-options label small{color:#7186a3;margin-top:3px;font-size:8px;font-weight:500;line-height:1.4}.construction-fire-options select{color:#f8fafc;background:#061326;border:1px solid #94a3b833;border-radius:10px;outline:0;width:100%;height:38px;padding:0 9px}.construction-fire-options label.disabled{opacity:.48}.construction-fire-toggle>span{grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;display:grid!important}.construction-fire-toggle>span>svg{color:#fcd34d;background:#f59e0b24;border-radius:10px;width:34px;height:34px;padding:7px}.construction-fire-toggle input{accent-color:#f97316;justify-self:end;width:42px;height:22px}.construction-fire-runtime{align-content:start;gap:10px;display:grid}.construction-fire-runtime>header{justify-content:space-between;align-items:center;gap:12px;min-height:48px;display:flex}.construction-fire-runtime header h3{color:#e2e8f0;margin:4px 0 0;font-size:13px}.construction-fire-runtime>header>span{color:#94a3b8;background:#94a3b81a;border-radius:999px;padding:5px 9px;font-size:8px;font-weight:850}.construction-fire-runtime>header>span.online{color:#86efac;background:#16a34a24;box-shadow:inset 0 0 0 1px #22c55e3d}.construction-fire-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.construction-fire-stats>span{background:#020b189e;border:1px solid #94a3b81c;border-radius:10px;min-width:0;padding:8px}.construction-fire-stats small,.construction-fire-stats strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.construction-fire-stats small{color:#7186a3;text-transform:uppercase;letter-spacing:.05em;font-size:7px}.construction-fire-stats strong{color:#f8fafc;margin-top:3px;font-size:10px}.construction-fire-slots,.construction-fire-log{background:#020b1880;border:1px solid #94a3b81c;border-radius:12px;overflow:hidden}.construction-fire-section-title{border-bottom:1px solid #94a3b81a;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:8px;min-height:44px;padding:8px 10px;display:grid}.construction-fire-section-title>svg{color:#60a5fa}.construction-fire-section-title strong,.construction-fire-section-title small{display:block}.construction-fire-section-title strong{font-size:10px}.construction-fire-section-title small{color:#7186a3;margin-top:2px;font-size:8px}.construction-fire-slots>div:last-child{gap:6px;padding:8px;display:grid}.construction-fire-slots article{background:#0f1f34ad;border:1px solid #94a3b81a;border-radius:9px;grid-template-columns:26px minmax(0,1fr) 20px;align-items:center;gap:8px;min-height:42px;padding:6px 8px;display:grid}.construction-fire-slots article>b{color:#bfdbfe;background:#2563eb33;border-radius:8px;place-items:center;width:26px;height:26px;font-size:9px;display:grid}.construction-fire-slots article strong,.construction-fire-slots article small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.construction-fire-slots article strong{font-size:9px}.construction-fire-slots article small{color:#7186a3;margin-top:2px;font-size:8px}.construction-fire-slots article>svg{color:#fb7185;font-size:17px}.construction-fire-slots>div:last-child>p{color:#7186a3;margin:4px;font-size:9px}.construction-fire-log>strong{border-bottom:1px solid #94a3b81a;padding:9px 10px;font-size:10px;display:block}.construction-fire-log>div{gap:5px;max-height:160px;padding:7px 9px;display:grid;overflow:auto}.construction-fire-log p{color:#9fb4d4;grid-template-columns:42px minmax(0,1fr);gap:7px;margin:0;font-size:8px;line-height:1.45;display:grid}.construction-fire-log time{color:#fb923c;font-weight:800}.construction-fire-log p.empty{color:#7186a3;display:block}.construction-fire-modal>footer{background:#020b18db;border-top:1px solid #94a3b821;justify-content:space-between;align-items:center;gap:14px;min-height:68px;padding:12px 16px;display:flex}.construction-fire-modal>footer p{color:#91a8c7;align-items:center;gap:7px;max-width:590px;margin:0;font-size:9px;line-height:1.45;display:flex}.construction-fire-modal>footer p svg{color:#fbbf24;flex:none;font-size:17px}.construction-fire-modal>footer>div{gap:8px;display:flex}@media (max-width:900px){.construction-fire-modal-body{grid-template-columns:1fr}.construction-fire-modal{max-height:96vh}}@media (max-width:620px){.construction-fire-options>label{grid-template-columns:1fr}.construction-fire-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.construction-fire-modal>footer{flex-direction:column;align-items:stretch}.construction-fire-modal>footer>div{grid-template-columns:1fr;display:grid}}.attack-summary-card{overflow:visible!important}.attack-total-block{flex-direction:column;justify-content:center;align-self:stretch;min-width:0;display:flex}.attack-day-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;margin-top:9px;display:grid}.attack-day-tabs button{color:#94a3b8;cursor:pointer;background:#020b1870;border:1px solid #94a3b81f;border-radius:7px;min-width:0;padding:4px 5px;line-height:1;transition:border-color .16s,background .16s,color .16s}.attack-day-tabs button:hover{color:#fed7aa;border-color:#fb923c66}.attack-day-tabs button.active{color:#fff7ed;background:#f9731626;border-color:#fb923c94}.attack-day-tabs button span,.attack-day-tabs button b{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.attack-day-tabs button span{font-size:7px;font-weight:700}.attack-day-tabs button b{margin-top:3px;font-size:9px}.attack-event-breakdown{grid-template-columns:auto minmax(0,1fr) 22px!important;overflow:visible!important}.attack-event-breakdown small{font-weight:700;color:#fed7aa!important}.event-favorite-button.MuiIconButton-root{color:#fbbf24;background:#fbbf2414;border:1px solid #fbbf2438;width:22px;height:22px;padding:2px}.event-favorite-button svg{width:14px;height:14px}.event-menu-heading{border-bottom:1px solid #94a3b81f;min-width:300px;padding:9px 14px 8px}.event-menu-heading strong,.event-menu-heading small{display:block}.event-menu-heading strong{color:#f8fafc;font-size:13px}.event-menu-heading small{color:#64748b;margin-top:3px;font-size:10px}.event-favorite-menu-item.MuiMenuItem-root{gap:10px;min-height:42px;font-size:12px}.event-favorite-menu-item>svg{color:#64748b;width:18px}.event-favorite-menu-item>svg.is-favorite{color:#fbbf24}.event-favorite-menu-item>span{flex:1;justify-content:space-between;align-items:center;gap:14px;min-width:0;display:flex}.event-favorite-menu-item b{color:#e2e8f0;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.event-favorite-menu-item small{color:#64748b;border:1px solid #94a3b829;border-radius:999px;flex:none;padding:2px 6px;font-size:8px}@media (min-width:1181px){.attack-summary-content{grid-template-columns:minmax(145px,.74fr) minmax(0,1.72fr) 64px!important}}@media (max-width:760px){.attack-day-tabs{max-width:260px}.attack-summary-card{overflow:visible!important}}.admin-page{gap:18px;display:grid}.admin-loading{color:#94a3b8;align-content:center;place-items:center;gap:14px;min-height:55vh;display:grid}.admin-status-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;display:grid}.admin-status-grid article{background:linear-gradient(145deg,#091c32f0,#040f1eeb);border:1px solid #94a3b824;border-radius:14px;min-width:0;padding:17px;box-shadow:0 16px 36px #00000029}.admin-status-grid span{color:#8192a9;font-size:11px;font-weight:750;display:block}.admin-status-grid strong{color:#f8fafc;margin-top:7px;font-size:21px;display:block}.admin-layout-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:16px;display:grid}.admin-panel-card{background:#051426e6;border:1px solid #94a3b824;border-radius:16px;overflow:hidden;box-shadow:0 20px 50px #0000002e}.admin-panel-card>header{background:#081c3294;border-bottom:1px solid #94a3b81f;align-items:flex-start;gap:12px;padding:18px 20px;display:flex}.admin-panel-card>header svg{color:#8b9dff;margin-top:2px}.admin-panel-card h2{color:#f8fafc;margin:0;font-size:15px}.admin-panel-card header p{color:#8293aa;margin:5px 0 0;font-size:11px;line-height:1.5}.admin-toggle-list{max-height:520px;overflow:auto}.admin-toggle-row{cursor:pointer;border-bottom:1px solid #94a3b814;justify-content:space-between;align-items:center;gap:16px;min-height:68px;padding:12px 18px;display:flex}.admin-toggle-row:last-child{border-bottom:0}.admin-toggle-row:hover{background:#4f7cff0e}.admin-toggle-row.is-locked{cursor:default;opacity:.72}.admin-toggle-row div{min-width:0}.admin-toggle-row strong,.admin-danger-zone strong{color:#e8eef8;font-size:12px;display:block}.admin-toggle-row span,.admin-danger-zone span{color:#71839b;overflow-wrap:anywhere;margin-top:5px;font-size:10px;line-height:1.45;display:block}.admin-maintenance-controls{gap:16px;padding:18px 20px 20px;display:grid}.admin-danger-zone{background:#7f1d1d17;border:1px solid #ef444438;border-radius:12px;justify-content:space-between;align-items:center;gap:18px;padding:15px;display:flex}.admin-danger-zone>div{min-width:0}.admin-audit-list{max-height:360px;overflow:auto}.admin-audit-list article{border-bottom:1px solid #94a3b814;justify-content:space-between;align-items:center;gap:16px;padding:13px 18px;display:flex}.admin-audit-list article:last-child{border-bottom:0}.admin-audit-list strong{color:#e6edf7;font-size:11px;display:block}.admin-audit-list span,.admin-audit-list time{color:#71839b;font-size:9px}.admin-audit-list span{margin-top:4px;display:block}.admin-empty{color:#71839b;text-align:center;margin:0;padding:22px}.maintenance-screen{background:radial-gradient(circle at top,#102742 0,#020817 52%);place-items:center;min-height:100vh;padding:24px;display:grid}.maintenance-card{text-align:center;background:#051426f0;border:1px solid #94a3b82e;border-radius:22px;width:min(560px,100%);padding:34px;box-shadow:0 28px 80px #0000006b}.maintenance-card strong{color:#f8fafc;font-size:24px}.maintenance-card p{color:#94a3b8;margin:14px 0 0;line-height:1.7}@media (max-width:1280px){.admin-status-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.admin-layout-grid{grid-template-columns:1fr}.admin-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.admin-status-grid{grid-template-columns:1fr}.admin-danger-zone,.admin-audit-list article{flex-direction:column;align-items:stretch}}.admin-players-card{overflow:visible}.admin-player-toolbar{border-bottom:1px solid #94a3b81a;align-items:center;gap:10px;padding:16px 18px;display:flex}.admin-player-toolbar .MuiTextField-root{min-width:min(360px,100%)}.admin-player-feedback{margin:14px 18px 0}.admin-player-loading{color:#8293aa;align-content:center;place-items:center;gap:12px;min-height:170px;display:grid}.admin-player-table-wrap{width:100%;overflow-x:auto}.admin-player-table{border-collapse:collapse;width:100%;min-width:920px}.admin-player-table th{color:#71839b;text-align:left;text-transform:uppercase;letter-spacing:.08em;background:#020b1861;padding:11px 16px;font-size:9px}.admin-player-table td{color:#cbd5e1;vertical-align:middle;border-top:1px solid #94a3b814;padding:13px 16px;font-size:11px}.admin-player-table td>strong,.admin-player-table td>span{display:block}.admin-player-table td small{color:#71839b;margin-top:4px;font-size:9px;display:block}.admin-player-id{color:#8192a9;align-items:center;gap:6px;margin-top:5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px;display:flex!important}.admin-player-id button{color:#7890b0;cursor:pointer;background:0 0;border:0;place-items:center;padding:2px;font-size:12px;display:inline-grid}.admin-player-id button:hover{color:#a9bcff}.admin-player-empty{text-align:center;color:#71839b!important;padding:30px!important}.admin-player-dialog{gap:16px;display:grid;padding-top:12px!important}.maintenance-bot-note{color:#b7f7cb;background:#16653417;border:1px solid #22c55e33;border-radius:13px;margin-top:20px;padding:14px;font-size:13px;line-height:1.55}.maintenance-card button{color:#fff;font:inherit;cursor:pointer;background:#4f7cff;border:1px solid #638eff80;border-radius:11px;margin-top:22px;padding:11px 18px;font-weight:750}@media (max-width:680px){.admin-player-toolbar{flex-direction:column;align-items:stretch}.admin-player-toolbar .MuiTextField-root{min-width:0}}.sidebar-plan-countdown{color:#d8ccff;border-top:1px solid #a78bfa2b;margin-top:10px;padding-top:9px;font-size:10px;font-weight:850;line-height:1.35;display:block}.sidebar-plan.is-expired{background:linear-gradient(145deg,#7f1d1d38,#0f172abd);border-color:#f8717157}.sidebar-plan.is-expired .sidebar-plan-countdown{color:#fda4af;border-top-color:#f8717133}.plan-access-notice{background:linear-gradient(135deg,#78350f2e,#051223e6);border:1px solid #f59e0b47;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;margin:18px 20px 0;padding:15px 17px;display:flex;box-shadow:0 14px 40px #0000002e}.plan-access-notice.is-expired{background:linear-gradient(135deg,#7f1d1d33,#051223eb);border-color:#f8717157}.plan-access-notice strong{color:#fff7ed;font-size:13px}.plan-access-notice.is-expired strong{color:#fecdd3}.plan-access-notice p{color:#a8b7ca;margin:5px 0 0;font-size:10px;line-height:1.55}.plan-access-notice .MuiButton-root{flex:none}.admin-plan-current-time{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.admin-plan-current-time>span{background:#020b188c;border:1px solid #94a3b824;border-radius:11px;padding:12px}.admin-plan-current-time small,.admin-plan-current-time strong{display:block}.admin-plan-current-time small{color:#71839b;text-transform:uppercase;letter-spacing:.06em;font-size:9px}.admin-plan-current-time strong{color:#e2e8f0;margin-top:6px;font-size:11px}.admin-plan-time-inputs{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.admin-plan-quick-actions{flex-wrap:wrap;gap:8px;display:flex}.admin-plan-expired{color:#fb7185!important}.table-action-button.Mui-disabled{opacity:.35!important;color:#64748b!important}@media (max-width:680px){.plan-access-notice{flex-direction:column;align-items:stretch}.admin-plan-current-time,.admin-plan-time-inputs{grid-template-columns:1fr}}.admin-plans-card{margin-top:18px}.admin-plan-editor-toolbar{justify-content:space-between;align-items:center;gap:14px;margin:18px 0;display:flex}.admin-plan-editor-toolbar .MuiSelect-root{min-width:220px}.admin-plan-editor-grid{grid-template-columns:minmax(280px,.8fr) minmax(420px,1.4fr);gap:18px;display:grid}.admin-plan-editor-main{align-content:start;gap:14px;display:grid}.admin-plan-option-list{background:#020b1873;border:1px solid #94a3b829;border-radius:14px;gap:4px;padding:12px 14px;display:grid}.admin-plan-access-column{gap:14px;display:grid}.admin-plan-access-box{background:#020b1873;border:1px solid #94a3b829;border-radius:14px;padding:16px}.admin-plan-access-box h3{color:#eef4ff;margin:0;font-size:15px}.admin-plan-access-box>p{color:#8fa0b8;margin:5px 0 12px;font-size:12px;line-height:1.5}.admin-plan-checkbox-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 12px;max-height:250px;padding-right:4px;display:grid;overflow:auto}.admin-plan-plugin-checkbox-list{max-height:360px}.admin-plan-checkbox-list .MuiFormControlLabel-label{color:#c4d0e1;font-size:12px}@media (max-width:980px){.admin-plan-editor-grid{grid-template-columns:1fr}}@media (max-width:620px){.admin-plan-editor-toolbar{flex-direction:column;align-items:stretch}.admin-plan-editor-toolbar .MuiSelect-root{min-width:0}.admin-plan-checkbox-list{grid-template-columns:1fr}}.sidebar-plan{--plan-accent:#22c55e;--plan-accent-rgb:34,197,94;border:1px solid rgba(var(--plan-accent-rgb),.34);background:linear-gradient(145deg,rgba(var(--plan-accent-rgb),.12),#081122eb);box-shadow:0 12px 28px #00000038,0 0 22px rgba(var(--plan-accent-rgb),.06);border-radius:13px;margin:0 10px 12px;padding:12px}.sidebar-plan.plan-tier-zero{--plan-accent:#22c55e;--plan-accent-rgb:34,197,94}.sidebar-plan.plan-tier-plan1{--plan-accent:#a855f7;--plan-accent-rgb:168,85,247}.sidebar-plan.plan-tier-plan2{--plan-accent:#ff8a1f;--plan-accent-rgb:255,138,31}.sidebar-plan.plan-tier-plan3{--plan-accent:#ff3b4f;--plan-accent-rgb:255,59,79}.sidebar-plan.plan-tier-plan4{--plan-accent:#25a7ff;--plan-accent-rgb:37,167,255}.sidebar-plan-name{align-items:center;gap:7px;min-width:0;display:flex}.sidebar-plan-name i{background:var(--plan-accent);width:8px;height:8px;box-shadow:0 0 12px rgba(var(--plan-accent-rgb),.85);border-radius:2px;flex:0 0 8px;transform:rotate(45deg)}.sidebar-plan-name strong{color:#f8fafc;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:11px;line-height:1.2;overflow:hidden}.sidebar-plan>small{color:#8391a7;text-transform:uppercase;letter-spacing:.05em;margin-top:12px;font-size:8px;display:block}.sidebar-plan .sidebar-plan-countdown{color:var(--plan-accent);letter-spacing:-.03em;text-align:center;text-shadow:0 0 14px rgba(var(--plan-accent-rgb),.28);white-space:nowrap;border:0;margin-top:4px;padding:0;font-size:16px;font-weight:950;line-height:1.15;display:block}.sidebar-plan-progress{background:#94a3b829;border-radius:99px;height:4px;margin-top:11px;overflow:hidden}.sidebar-plan-progress span{border-radius:inherit;background:linear-gradient(90deg,var(--plan-accent),#3b82f6);height:100%;box-shadow:0 0 12px rgba(var(--plan-accent-rgb),.35);margin:0;transition:width 1s linear;display:block}.sidebar-plan-button{border:1px solid rgba(var(--plan-accent-rgb),.68);color:#fff;background:linear-gradient(90deg,rgba(var(--plan-accent-rgb),.88),#2563eb);width:100%;min-height:34px;font:inherit;cursor:pointer;border-radius:9px;margin-top:10px;font-size:9px;font-weight:900}.sidebar-plan-button:hover{filter:brightness(1.1)}.sidebar-plan.is-expired{--plan-accent:#fb7185;--plan-accent-rgb:251,113,133}.sidebar-plan.is-expired .sidebar-plan-countdown{color:#fb7185;border:0}.sidebar-collapsed .sidebar-plan{opacity:0;border-color:#0000;max-height:0;margin-block:0;padding-block:0}@media (max-width:900px){.sidebar-plan{border-color:rgba(var(--plan-accent-rgb),.34)!important;opacity:1!important;max-height:260px!important;margin:0 14px 16px!important;padding:13px!important}}.admin-plan-toolbar-copy{gap:4px;display:grid}.admin-plan-toolbar-copy strong{color:#eef4ff;font-size:14px}.admin-plan-toolbar-copy span{color:#8fa0b8;font-size:12px}.admin-plan-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.admin-plan-card{background:linear-gradient(#0a162af0,#050e1bfa);border:1px solid #94a3b829;border-radius:18px;gap:16px;padding:18px;display:grid;box-shadow:0 18px 44px #0000002e}.admin-plan-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.admin-plan-card-head small{color:#7da8df;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800}.admin-plan-card-head h3{color:#f8fafc;letter-spacing:-.03em;margin:6px 0 0;font-size:24px}.admin-plan-badge{color:#bfdbfe;white-space:nowrap;background:#2563eb1f;border:1px solid #60a5fa40;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800}.admin-plan-card-main,.admin-plan-access-column.compact{gap:14px;display:grid}.admin-plan-access-box h4{color:#eef4ff;margin:0 0 8px;font-size:14px}.admin-plan-checkbox-list.one-column{grid-template-columns:1fr;max-height:220px}.admin-coupons-section{gap:16px;display:grid}.admin-coupons-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.admin-coupons-header h3{color:#f8fafc;margin:0;font-size:18px}.admin-coupons-header p{color:#8fa0b8;margin:6px 0 0;font-size:13px;line-height:1.55}.admin-coupon-list{gap:12px;display:grid}.admin-coupon-card{background:#020b1873;border:1px solid #94a3b829;border-radius:16px;padding:16px}.admin-coupon-row{grid-template-columns:1.3fr .8fr 1fr 1fr;gap:12px;display:grid}.admin-coupon-actions{justify-content:space-between;align-items:center;gap:12px;margin-top:10px;display:flex}.admin-coupon-empty{color:#8fa0b8;text-align:center;background:#020b1847;border:1px dashed #94a3b833;border-radius:14px;padding:18px}@media (max-width:1200px){.admin-plan-cards-grid{grid-template-columns:1fr}}@media (max-width:900px){.admin-coupon-row{grid-template-columns:1fr}.admin-coupons-header{flex-direction:column;align-items:stretch}}.bot-drag-handle.MuiIconButton-root{touch-action:none;-webkit-user-select:none;user-select:none}body.account-pointer-drag-active,body.account-pointer-drag-active *{cursor:grabbing!important;-webkit-user-select:none!important;user-select:none!important}.bot-row{will-change:translate, opacity, transform}.bot-row.account-dragging{z-index:8;opacity:.72;position:relative;transform:scale(.992);border-color:#60a5fabd!important;box-shadow:0 18px 46px #0284c733,inset 0 0 0 1px #60a5fa38!important}.bot-row.account-drag-over{border-color:#22d3eec7!important;box-shadow:inset 4px 0 #22d3ee,0 0 0 1px #22d3ee33,0 14px 36px #0284c71f!important}.bot-row.account-drag-over:after{content:"Inserir antes";top:7px;right:42px}.attack-events-panel{background:#020b1847;border:1px solid #fb923c21;border-radius:9px;min-width:0;padding:5px 7px 6px}.attack-events-panel-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:3px;display:flex}.attack-events-panel-head>small{letter-spacing:.08em;font-weight:900;color:#fdba74!important;font-size:7px!important}.attack-events-panel .event-favorite-button.MuiIconButton-root{flex:0 0 18px;width:18px;height:18px;padding:1px}.attack-events-panel .event-favorite-button svg{width:11px;height:11px}.attack-events-visible-list{gap:2px;display:grid}.attack-breakdown-grid .attack-event-visible-row{grid-template-columns:26px minmax(0,1fr) auto;gap:5px;min-width:0;min-height:15px;white-space:nowrap!important;align-items:center!important;display:grid!important;overflow:hidden!important}.attack-breakdown-grid .attack-event-visible-row>b{line-height:1;color:#ffedd5!important;margin:0!important;font-size:9px!important}.attack-breakdown-grid .attack-event-visible-row>small{min-width:0;font-weight:700;color:#fdba74!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:7px!important;line-height:1.15!important;overflow:hidden!important}.event-row-star{color:#fbbf24;filter:drop-shadow(0 0 4px #fbbf2457);width:10px!important;height:10px!important}.event-row-auto{color:#7dd3fc;letter-spacing:.05em;background:#0e74901f;border:1px solid #38bdf838;border-radius:999px;padding:2px 4px;font-size:5px;font-style:normal;font-weight:900}.attack-event-visible-row.is-automatic{animation:none!important}@media (min-width:1181px){.attack-breakdown-grid{align-items:stretch}.attack-events-panel{min-height:48px}}.attack-breakdown-grid .attack-breakdown-trigger{width:100%;min-width:0;min-height:24px;color:inherit;font:inherit;text-align:left;white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px;padding:3px 5px;transition:border-color .16s,background-color .16s,transform .16s;display:grid;overflow:hidden}.attack-breakdown-grid .attack-breakdown-trigger:hover,.attack-breakdown-grid .attack-breakdown-trigger:focus-visible{background:#fb923c14;border-color:#fbbf2447;outline:none;transform:translateY(-1px)}.attack-breakdown-grid .attack-breakdown-trigger>b{line-height:1;color:#ffedd5!important;margin:0!important;font-size:11px!important}.attack-breakdown-grid .attack-breakdown-trigger>small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden;color:#fdba74!important;font-size:8px!important;line-height:1.15!important}.attack-kingdom-menu .MuiPaper-root{background:linear-gradient(#0e1a2dfc,#050f1dfc);border:1px solid #fb923c38;border-radius:15px;width:min(330px,100vw - 24px);margin-top:7px;overflow:hidden;box-shadow:0 22px 60px #00000080,0 0 28px #f9731614}.attack-kingdom-menu .MuiList-root{padding:0}.attack-kingdom-menu-heading{border-bottom:1px solid #94a3b81f;gap:4px;padding:15px 16px 13px;display:grid}.attack-kingdom-menu-heading strong{color:#f8fafc;letter-spacing:-.015em;font-size:15px}.attack-kingdom-menu-heading small{color:#8392a8;font-size:10px}.attack-kingdom-menu-list{gap:3px;padding:9px 10px;display:grid}.attack-kingdom-menu-row{background:#020b184d;border:1px solid #0000;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;min-height:37px;padding:8px 10px;display:flex}.attack-kingdom-menu-row:hover{background:#0f243e9e;border-color:#60a5fa21}.attack-kingdom-menu-row>span{color:#cbd5e1;align-items:center;gap:9px;min-width:0;font-size:12px;display:flex}.attack-kingdom-menu-row>b{color:#fff7ed;font-variant-numeric:tabular-nums;font-size:14px}.attack-kingdom-dot{background:#60a5fa;border-radius:50%;flex:0 0 9px;width:9px;height:9px;box-shadow:0 0 9px #60a5fa80}.attack-kingdom-dot.kingdom-greatEmpire{background:#a78bfa;box-shadow:0 0 9px #a78bfa85}.attack-kingdom-dot.kingdom-everWinterGlacier{background:#67e8f9;box-shadow:0 0 9px #67e8f985}.attack-kingdom-dot.kingdom-burningSands{background:#fbbf24;box-shadow:0 0 9px #fbbf2485}.attack-kingdom-dot.kingdom-firePeaks{background:#fb7185;box-shadow:0 0 9px #fb718585}.attack-kingdom-menu-row.is-legacy{opacity:.72;border-style:dashed;border-color:#94a3b826}.attack-kingdom-menu-row.is-legacy>span{font-size:10px}.attack-kingdom-menu-total{color:#94a3b8;border-top:1px solid #94a3b81f;justify-content:space-between;align-items:center;padding:12px 16px 14px;font-size:11px;display:flex}.attack-kingdom-menu-total strong{color:#fdba74;font-variant-numeric:tabular-nums;font-size:16px}.bot-row.account-dragging{z-index:7;opacity:.34;filter:saturate(.72)brightness(.88);position:relative;transform:scale(.975);border-style:dashed!important;border-color:#60a5fa85!important;box-shadow:inset 0 0 0 1px #60a5fa1f!important}.bot-row.account-drag-over{z-index:6;transition:transform .16s cubic-bezier(.2,.9,.2,1),border-color .16s,box-shadow .16s;position:relative;transform:translateY(-2px)scale(1.008);border-color:#22d3eeeb!important;box-shadow:0 0 0 2px #22d3ee38,0 0 28px #22d3ee29,0 18px 42px #0284c729!important}.bot-row.account-drag-over:after{content:"Solte para trocar";color:#ecfeff;background:linear-gradient(90deg,#082f49f5,#0e7490f0);border:1px solid #67e8f980;padding:4px 9px;top:8px;right:42px;box-shadow:0 8px 20px #0891b233}.account-drag-ghost{z-index:100000;color:#f8fafc;pointer-events:none;opacity:0;transform-origin:0 0;will-change:transform, opacity, scale;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(135deg,#081e3af7,#1e295cf5);border:1px solid #60a5fa9e;border-radius:14px;align-items:center;gap:10px;min-width:235px;max-width:min(360px,100vw - 28px);padding:11px 14px;transition:opacity .14s,scale .2s cubic-bezier(.2,.9,.2,1);display:flex;position:fixed;top:0;left:0;scale:.94;box-shadow:0 20px 48px #0000006b,inset 0 0 0 1px #ffffff09,0 0 30px #3b82f62e}.account-drag-ghost.is-visible{opacity:.96;scale:1}.account-drag-ghost-icon{color:#a5f3fc;text-shadow:0 0 12px #22d3ee80;background:#0e74902e;border:1px solid #67e8f95c;border-radius:10px;flex:0 0 34px;place-items:center;width:34px;height:34px;font-size:22px;line-height:1;display:grid}.account-drag-ghost-copy{gap:2px;min-width:0;display:grid}.account-drag-ghost-copy strong{color:#f8fafc;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.account-drag-ghost-copy small{color:#9fb3cc;font-size:10px;line-height:1.3}body.account-pointer-drag-active{overflow-anchor:none}body.account-pointer-drag-active .bot-row:not(.account-dragging):not(.account-drag-over){transition:transform .18s,border-color .18s,box-shadow .18s}@media (prefers-reduced-motion:reduce){.account-drag-ghost,.bot-row.account-drag-over,body.account-pointer-drag-active .bot-row{transition:none!important}}.topbar-menu-button.MuiIconButton-root{border:1px solid #0000;border-radius:11px;flex:none;width:38px;height:38px;transition:color .2s,background .2s,border-color .2s,transform .2s;position:relative}.topbar-menu-button.MuiIconButton-root svg{width:24px;height:24px;transition:transform .24s cubic-bezier(.22,1,.36,1),opacity .18s}.topbar-menu-button.MuiIconButton-root.is-open{border-color:#60a5fa38;color:#e0e7ff!important;background:linear-gradient(145deg,#2563eb29,#7c3aed1f)!important}.topbar-menu-button.MuiIconButton-root.is-open svg{transform:rotate(90deg)}.sidebar-collapsed .sidebar-brand{place-items:center;padding-inline:0;display:grid}.sidebar-collapsed .sidebar-brand img{margin:0;transition:transform .28s cubic-bezier(.22,1,.36,1);transform:translate(12px)}.sidebar-brand img,.sidebar-brand-copy{transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .2s,width .25s}@media (max-width:900px){.topbar-menu-button.MuiIconButton-root.is-open svg{transform:rotate(90deg)}.sidebar-brand img{transform:none!important}}:root{--dashboard-header-height:72px}.sidebar-brand,.app-topbar{box-sizing:border-box;height:var(--dashboard-header-height);min-height:var(--dashboard-header-height);max-height:var(--dashboard-header-height)}.sidebar-brand{padding-top:0;padding-bottom:0}.sidebar-collapsed .sidebar-brand img{margin:0;transform:translateY(7px)}@media (max-width:900px){.sidebar-brand,.app-topbar{height:auto;min-height:60px;max-height:none}.sidebar-brand img{transform:none!important}}.attack-breakdown-grid .attack-event-visible-row>b{font-size:11px!important}.attack-breakdown-grid .attack-event-visible-row>small{font-size:8px!important}.topbar-user-button{color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;transition:background .18s,box-shadow .18s}.topbar-user-button:hover,.topbar-user-button:focus-visible{background:#4f7cff17;outline:none;box-shadow:inset 0 0 0 1px #60a5fa29}.topbar-user-copy{display:block}.topbar-user-copy strong,.topbar-user-copy small{white-space:nowrap;display:block}.topbar-user-copy strong{font-size:11px}.topbar-user-copy small{color:#64748b;margin-top:2px;font-size:8px}.account-settings-page{min-width:0;padding:24px}.account-settings-heading{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:18px;display:flex}.account-settings-heading h1{color:#f8fafc;letter-spacing:-.04em;margin:0;font-size:clamp(25px,3vw,34px)}.account-settings-heading p{color:#94a3b8;margin:7px 0 0;font-size:12px}.account-settings-page>.MuiAlert-root{margin-bottom:12px}.account-settings-page .MuiAlert-message a{color:#bfdbfe;font-weight:800}.account-settings-loading{color:#94a3b8;align-content:center;place-items:center;gap:12px;min-height:330px;display:grid}.account-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.account-setting-card{background:linear-gradient(145deg,#07162af5,#040f1df0);border:1px solid #94a3b824;border-radius:16px;min-width:0;overflow:hidden;box-shadow:0 18px 48px #00000029}.account-setting-card-wide{grid-column:1/-1}.account-setting-card>header{border-bottom:1px solid #94a3b81f;align-items:center;gap:13px;min-height:76px;padding:16px 18px;display:flex}.account-setting-card>header>svg{color:#93c5fd;background:#2563eb1f;border:1px solid #60a5fa38;border-radius:11px;width:38px;height:38px;padding:9px}.account-setting-card h2{color:#f8fafc;margin:0;font-size:15px}.account-setting-card header p{color:#71839b;margin:4px 0 0;font-size:10px}.account-setting-body{align-content:start;gap:13px;padding:18px;display:grid}.account-setting-body>small{color:#71839b;font-size:10px}.account-setting-body>small strong{color:#cbd5e1}.account-status-line{background:#020b187a;border:1px solid #94a3b817;border-radius:10px;grid-template-columns:minmax(150px,.45fr) minmax(0,1fr);align-items:center;gap:14px;min-width:0;padding:10px 12px;display:grid}.account-status-line>span{color:#71839b;font-size:10px}.account-status-line>strong{overflow-wrap:anywhere;color:#e2e8f0;align-items:center;gap:6px;min-width:0;font-size:11px;display:flex}.account-status-line svg{width:16px;height:16px}.account-status-line .status-good{color:#86efac}.account-status-line .status-warning{color:#fbbf24}.account-settings-actions{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.account-inline-form{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;padding-top:4px;display:grid}.account-inline-form>.MuiButton-root{min-height:56px}.account-password-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.social-account-row{background:#020b188c;border:1px solid #94a3b81c;border-radius:11px;justify-content:space-between;align-items:center;gap:14px;padding:13px;display:flex}.social-account-row>div{align-items:center;gap:10px;min-width:0;display:flex}.social-account-row>div>svg{color:#a78bfa}.social-account-row strong,.social-account-row small{display:block}.social-account-row strong{color:#f8fafc;font-size:12px}.social-account-row small{color:#71839b;margin-top:3px;font-size:9px}.social-connected,.social-disconnected{border-radius:999px;flex:none;padding:5px 9px;font-size:9px;font-weight:850}.social-connected{color:#86efac;background:#22c55e21}.social-disconnected{color:#94a3b8;background:#64748b24}.account-session-list{gap:9px;display:grid}.account-session-list article{background:#020b187a;border:1px solid #94a3b81a;border-radius:11px;grid-template-columns:38px minmax(0,1fr);align-items:start;gap:11px;padding:13px;display:grid}.account-session-list article.is-current{background:#14532d1a;border-color:#22c55e47}.account-session-list article>svg{color:#93c5fd;background:#2563eb1f;border-radius:9px;width:34px;height:34px;padding:7px}.account-session-list strong,.account-session-list span{display:block}.account-session-list strong{color:#e2e8f0;font-size:11px}.account-session-list strong em{color:#86efac;font-style:normal}.account-session-list span{color:#71839b;margin-top:4px;font-size:9px}@media (max-width:900px){.account-settings-page{padding:18px 14px 28px}.account-settings-grid{grid-template-columns:1fr}.account-setting-card-wide{grid-column:auto}.account-password-grid{grid-template-columns:1fr}.account-password-grid .account-settings-actions{grid-column:auto}}@media (max-width:620px){.account-settings-heading{flex-direction:column;align-items:stretch}.account-settings-heading>.MuiButton-root{width:100%}.account-status-line{grid-template-columns:1fr;gap:5px}.account-inline-form{grid-template-columns:1fr}.account-inline-form>.MuiButton-root{min-height:42px}.account-settings-actions .MuiButton-root{width:100%}.social-account-row{flex-direction:column;align-items:flex-start}}.account-settings-page{width:min(1240px,100%);margin:0 auto;padding:20px 22px 30px}.account-settings-heading{align-items:center;margin-bottom:14px}.account-settings-heading h1{font-size:clamp(24px,2.3vw,30px)}.account-settings-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-template-areas:"profile social""email password""sessions sessions";align-items:start;gap:14px;display:grid}.account-card-profile{grid-area:profile}.account-card-social{grid-area:social}.account-card-email{grid-area:email}.account-card-password{grid-area:password}.account-card-sessions{grid-area:sessions}.account-setting-card{box-shadow:0 14px 38px #00000021}.account-setting-card>header{min-height:68px;padding:13px 15px}.account-setting-card>header>svg{width:36px;height:36px;padding:8px}.account-setting-body{gap:11px;padding:15px}.account-setting-body>.MuiButton-root,.account-settings-actions .MuiButton-root{justify-self:start;width:auto}.account-status-line{grid-template-columns:minmax(125px,.42fr) minmax(0,1fr);padding:9px 10px}.account-inline-form,.account-password-grid{grid-template-columns:minmax(0,1fr)}.account-inline-form>.MuiButton-root{justify-self:start;min-height:40px}.account-password-grid .account-settings-actions{grid-column:auto}.account-card-social .account-setting-body>.MuiButton-root{justify-self:stretch}.account-session-list{grid-template-columns:repeat(auto-fit,minmax(315px,1fr))}.account-session-list article{min-height:136px}.account-session-list article>div{min-width:0}.account-session-list span{overflow-wrap:anywhere}@media (max-width:980px){.account-settings-grid{grid-template-columns:minmax(0,1fr);grid-template-areas:"profile""social""email""password""sessions"}}@media (max-width:620px){.account-settings-page{padding:15px 12px 24px}.account-setting-body>.MuiButton-root,.account-settings-actions .MuiButton-root,.account-inline-form>.MuiButton-root{width:100%}.account-session-list{grid-template-columns:1fr}}.construction-kingdom-tabs{grid-template-columns:repeat(6,minmax(0,1fr))}.construction-kingdom-tabs .tone-berimond.active{background:linear-gradient(#4a148c61,#200b3cf0);border-color:#a855f7bf}.construction-workspace{grid-template-columns:216px minmax(620px,1fr)}.construction-tools-below{min-width:0}.construction-tools-below .construction-details{grid-template-columns:minmax(230px,.7fr) minmax(260px,.8fr) minmax(240px,.65fr) minmax(240px,.7fr);gap:12px;max-height:none;padding:14px;display:grid;overflow:visible}.construction-tools-below .construction-details>header,.construction-tools-below .construction-detail-stats,.construction-tools-below .construction-position-editor,.construction-tools-below .construction-action-stack,.construction-tools-below .construction-costs{align-content:start;margin-top:0}.construction-tools-below .construction-details-empty{text-align:left;grid-template-columns:46px minmax(0,1fr);justify-items:start;min-height:150px;display:grid}.construction-map-viewport{cursor:grab;touch-action:none}.construction-map-viewport.is-panning{cursor:grabbing;-webkit-user-select:none;user-select:none}.construction-district-panel>header>div:last-child{align-items:center;gap:8px;display:flex}.construction-district-panel>header>div:last-child>b{text-align:center;color:#ddd6fe;background:#7c3aed2e;border-radius:999px;min-width:30px;padding:5px 9px}.construction-district-panel.closed{padding-bottom:14px}.construction-planning-panel{background:linear-gradient(#1f0e3af5,#05101ffc);border:1px solid #a855f742;border-radius:20px;gap:14px;min-width:0;padding:16px;display:grid;box-shadow:0 20px 48px #0003}.construction-planning-panel>header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.construction-planning-panel>header span,.construction-plan-builder section>header small,.construction-plan-queue>header small{color:#c084fc}.construction-planning-panel>header span{letter-spacing:.15em;font-size:9px;font-weight:900}.construction-planning-panel>header h2{margin:5px 0 4px;font-size:21px}.construction-planning-panel>header p{color:#879bb8;max-width:760px;margin:0;font-size:11px;line-height:1.5}.construction-plan-state{background:#020b1885;border:1px solid #94a3b826;border-radius:13px;min-width:210px;max-width:330px;padding:10px 12px}.construction-plan-state b,.construction-plan-state small{display:block}.construction-plan-state b{color:#d8b4fe;font-size:11px}.construction-plan-state small{color:#8094b0;margin-top:4px;font-size:9px;line-height:1.45}.construction-plan-state.state-running{border-color:#22c55e5c}.construction-plan-state.state-running b{color:#86efac}.construction-plan-state.state-waiting-resources,.construction-plan-state.state-waiting-slot,.construction-plan-state.state-waiting-event{border-color:#f59e0b52}.construction-plan-state.state-waiting-resources b,.construction-plan-state.state-waiting-slot b,.construction-plan-state.state-waiting-event b{color:#fcd34d}.construction-plan-settings{grid-template-columns:minmax(240px,.85fr) repeat(2,minmax(240px,1fr));gap:10px;display:grid}.construction-plan-settings>label,.construction-plan-form label{color:#9fb4d4;gap:6px;min-width:0;font-size:10px;font-weight:800;display:grid}.construction-plan-settings select,.construction-plan-form input,.construction-plan-form select{color:#f8fafc;background:#020b18b3;border:1px solid #94a3b82e;border-radius:10px;outline:0;width:100%;min-width:0;height:40px;padding:0 10px}.construction-plan-toggle{background:#020b1870;border:1px solid #94a3b824;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:10px 12px}.construction-plan-toggle strong,.construction-plan-toggle small{display:block}.construction-plan-toggle small{color:#7086a4;margin-top:3px;font-size:8px;line-height:1.4}.construction-plan-toggle input{accent-color:#8b5cf6;width:18px;height:18px}.construction-admin-preset{background:#581c871a;border:1px solid #c084fc38;border-radius:13px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px;display:grid}.construction-admin-preset>svg{color:#d8b4fe;background:#7e22ce2e;border-radius:11px;width:42px;height:42px;padding:9px}.construction-admin-preset strong,.construction-admin-preset small{display:block}.construction-admin-preset small{color:#8799b5;margin-top:4px;font-size:9px}.construction-plan-builder{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:11px;display:grid}.construction-plan-builder>section,.construction-plan-queue{background:#020b187a;border:1px solid #94a3b821;border-radius:14px;min-width:0;padding:12px}.construction-plan-builder section>header,.construction-plan-queue>header{align-items:center;gap:9px;display:flex}.construction-plan-builder section>header>svg,.construction-plan-queue>header>svg{color:#c4b5fd;background:#7c3aed29;border-radius:10px;width:36px;height:36px;padding:8px}.construction-plan-builder section>header strong,.construction-plan-builder section>header small,.construction-plan-queue>header strong,.construction-plan-queue>header small{display:block}.construction-plan-builder section>header small,.construction-plan-queue>header small{color:#7288a6;margin-top:3px;font-size:8px}.construction-plan-form{grid-template-columns:minmax(200px,1.4fr) minmax(110px,.55fr) repeat(4,minmax(90px,.45fr)) auto;align-items:end;gap:8px;margin-top:11px;display:grid}.construction-plan-selected-tools>div{gap:8px;margin-top:12px;display:grid}.construction-plan-selected-tools>div>span{background:#0f1f34b8;border-radius:10px;padding:10px}.construction-plan-selected-tools b,.construction-plan-selected-tools small{display:block}.construction-plan-selected-tools small,.construction-plan-selected-tools>p{color:#7186a3;margin-top:4px;font-size:9px}.construction-plan-list{gap:7px;margin-top:10px;display:grid}.construction-plan-list article{background:#0f1f3494;border:1px solid #94a3b81f;border-radius:11px;grid-template-columns:30px minmax(0,1fr) auto auto;align-items:center;gap:9px;min-width:0;padding:8px;display:grid}.construction-plan-list article>b{color:#ddd6fe;background:#7c3aed33;border-radius:9px;place-items:center;width:30px;height:30px;display:grid}.construction-plan-list article span strong,.construction-plan-list article span small{display:block}.construction-plan-list article span strong{font-size:10px}.construction-plan-list article span small{color:#7186a3;margin-top:3px;font-size:8px}.construction-plan-list article>em{color:#bfdbfe;background:#2563eb1f;border-radius:999px;padding:4px 7px;font-size:8px;font-style:normal;font-weight:800}.construction-plan-list article.status-done{border-color:#22c55e3d}.construction-plan-list article.status-done>em{color:#86efac;background:#16a34a1f}.construction-plan-list article.status-error{border-color:#ef444442}.construction-plan-list article.status-error>em{color:#fca5a5;background:#b91c1c1f}.construction-plan-list article>div{align-items:center;display:flex}.construction-plan-empty{color:#7186a3;border:1px dashed #94a3b82e;border-radius:11px;place-items:center;min-height:72px;margin-top:10px;font-size:10px;display:grid}.construction-planning-panel>footer{flex-wrap:wrap;justify-content:flex-end;gap:9px;display:flex}@media (max-width:1400px){.construction-kingdom-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.construction-tools-below .construction-details{grid-template-columns:repeat(2,minmax(0,1fr))}.construction-plan-settings,.construction-plan-builder{grid-template-columns:1fr}.construction-plan-form{grid-template-columns:repeat(3,minmax(120px,1fr))}}@media (max-width:900px){.construction-workspace{grid-template-columns:1fr;height:auto}.construction-planning-panel>header{flex-direction:column}.construction-plan-state{width:100%;max-width:none}.construction-admin-preset{grid-template-columns:38px minmax(0,1fr)}.construction-admin-preset .MuiButton-root{grid-column:1/-1}.construction-plan-list article{grid-template-columns:30px minmax(0,1fr)}.construction-plan-list article>em,.construction-plan-list article>div{grid-column:2;justify-self:start}}@media (max-width:650px){.construction-kingdom-tabs,.construction-tools-below .construction-details,.construction-plan-form{grid-template-columns:1fr}.construction-planning-panel{padding:12px}}.construction-plan-settings-wide{grid-template-columns:repeat(2,minmax(260px,1fr));align-items:stretch}.construction-plan-settings-wide>label:not(.construction-plan-toggle){justify-content:center;min-height:78px}.construction-plan-builder-compact{grid-template-columns:1fr}.construction-template-studio{background:linear-gradient(#122036f5,#091425f5);border:1px solid #8b5cf642;border-radius:16px;overflow:hidden;box-shadow:inset 0 1px #ffffff09}.construction-template-studio>header{background:#7c3aed12;border-bottom:1px solid #94a3b81f;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.construction-template-studio>header>div{align-items:center;gap:10px;display:flex}.construction-template-studio>header>div:first-child>svg{color:#c4b5fd;width:27px;height:27px}.construction-template-studio>header strong,.construction-template-studio>header small{display:block}.construction-template-studio>header strong{color:#f1f5f9;font-size:12px}.construction-template-studio>header small{color:#8294ae;margin-top:3px;font-size:9px}.construction-template-body{grid-template-columns:205px minmax(0,1fr);min-height:460px;display:grid}.construction-template-list{background:#07111f7a;border-right:1px solid #94a3b81c;min-width:0;padding:13px}.construction-template-list>strong{color:#a5b4fc;letter-spacing:.08em;text-transform:uppercase;margin-bottom:9px;font-size:9px;display:block}.construction-template-list>div{gap:7px;display:grid}.construction-template-list button{color:#cbd5e1;text-align:left;cursor:pointer;background:#0f1f34a6;border:1px solid #94a3b81f;border-radius:10px;grid-template-columns:27px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-width:0;padding:9px;display:grid}.construction-template-list button:hover,.construction-template-list button.selected{background:#5b21b62e;border-color:#8b5cf67a}.construction-template-list button.active{box-shadow:inset 3px 0 #22c55e}.construction-template-list button>svg:first-child{color:#a78bfa;font-size:21px}.construction-template-list button>svg:last-child{color:#4ade80;font-size:17px}.construction-template-list button b,.construction-template-list button small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.construction-template-list button b{font-size:9px}.construction-template-list button small{color:#7186a3;margin-top:3px;font-size:7px}.construction-template-list p{color:#64748b;text-align:center;padding:14px 8px;font-size:9px}.construction-template-empty{color:#7186a3;text-align:center;place-content:center;justify-items:center;gap:8px;min-height:360px;padding:24px;display:grid}.construction-template-empty>svg{color:#8b5cf6;opacity:.72;font-size:42px}.construction-template-empty strong{color:#cbd5e1;font-size:12px}.construction-template-empty span{max-width:340px;font-size:9px}.construction-template-editor{min-width:0;padding:12px}.construction-template-toolbar{grid-template-columns:minmax(180px,1fr) auto auto auto auto auto auto;align-items:end;gap:7px;margin-bottom:10px;display:grid}.construction-template-toolbar>label,.construction-template-catalog label,.construction-template-item-editor label,.construction-template-expansion-form label{color:#8294ae;gap:5px;min-width:0;font-size:8px;font-weight:700;display:grid}.construction-template-toolbar input,.construction-template-catalog input,.construction-template-catalog select,.construction-template-item-editor input,.construction-template-item-editor select,.construction-template-expansion-form input,.construction-template-expansion-form select{color:#e2e8f0;background:#07111fc7;border:1px solid #94a3b82b;border-radius:8px;outline:none;width:100%;min-width:0;height:34px;padding:0 9px;font-size:9px}.construction-template-toolbar input:focus,.construction-template-catalog input:focus,.construction-template-catalog select:focus,.construction-template-item-editor input:focus,.construction-template-item-editor select:focus,.construction-template-expansion-form input:focus,.construction-template-expansion-form select:focus{border-color:#8b5cf6a3}.construction-template-toolbar>span{color:#94a3b8;text-align:center;align-self:center;min-width:38px;font-size:9px}.construction-template-grid{grid-template-columns:172px minmax(320px,1fr) 164px;align-items:stretch;gap:10px;min-width:0;display:grid}.construction-template-catalog,.construction-template-item-editor{background:#07111f94;border:1px solid #94a3b81f;border-radius:11px;min-width:0;padding:10px}.construction-template-catalog{flex-direction:column;gap:9px;display:flex}.construction-template-expansion-form{border-top:1px solid #94a3b81c;gap:8px;margin-top:5px;padding-top:10px;display:grid}.construction-template-expansion-form>strong{color:#ddd6fe;font-size:9px}.construction-template-expansion-form>div{grid-template-columns:1fr 1fr;gap:6px;display:grid}.construction-template-expansion-row{color:#fcd34d;cursor:pointer;background:#92400e1c;border:1px solid #f59e0b2e;border-radius:8px;justify-content:space-between;align-items:center;gap:5px;min-width:0;padding:6px 7px;display:flex}.construction-template-expansion-row span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:7px;overflow:hidden}.construction-template-expansion-row svg{flex:none;font-size:14px}.construction-template-map-scroll{scrollbar-width:thin;background:radial-gradient(circle at 50% 25%,#1e40af1f,#0000 54%),#040c18eb;border:1px solid #94a3b824;border-radius:11px;min-width:0;min-height:390px;overflow:auto}.construction-template-board{background-image:linear-gradient(#94a3b812 1px,#0000 1px),linear-gradient(90deg,#94a3b812 1px,#0000 1px);background-size:var(--construction-cell) var(--construction-cell);touch-action:none;min-width:100%;min-height:100%;position:relative;overflow:hidden}.construction-template-ground{z-index:1;pointer-events:none;background:#22c55e0e;border:1px solid #22c55e2e;position:absolute}.construction-template-expansion{z-index:2;color:#fde68a;pointer-events:none;background:#b453091f;border:2px dashed #f59e0bb3;border-radius:8px;place-items:center;display:grid;position:absolute}.construction-template-expansion span{letter-spacing:.08em;font-size:8px;font-weight:900}.construction-template-building{z-index:4;border:1px solid color-mix(in srgb, var(--building-color) 80%, white 20%);color:#f8fafc;background:color-mix(in srgb, var(--building-color) 34%, #07111f 66%);cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;border-radius:7px;grid-template-rows:1fr auto;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:2px 4px;min-width:24px;min-height:24px;padding:4px;display:grid;position:absolute;overflow:hidden;box-shadow:0 3px 10px #00000042}.construction-template-building:hover,.construction-template-building.selected{z-index:7;outline-offset:1px;outline:2px solid #ffffffb8}.construction-template-building.dragging{z-index:9;cursor:grabbing;opacity:.86}.construction-template-building.invalid{background:#7f1d1db8;border-color:#f87171;outline:2px solid #ef4444a6}.construction-template-building>svg:first-child{font-size:13px}.construction-template-building>svg:last-child{opacity:.72;grid-area:2/3;font-size:12px}.construction-template-building>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:7px;font-weight:800;overflow:hidden}.construction-template-building>b{color:#e9d5ff;font-size:7px}.construction-template-item-editor{flex-direction:column;gap:9px;display:flex}.construction-template-item-editor>svg{color:#8b5cf6;align-self:center;margin-top:34px;font-size:34px}.construction-template-item-editor>strong{color:#f1f5f9;font-size:10px}.construction-template-item-editor>small,.construction-template-item-editor>p{color:#7186a3;font-size:8px;line-height:1.45}.construction-template-item-editor>div{gap:3px;margin-top:auto;display:flex}@media (max-width:1400px){.construction-template-body{grid-template-columns:180px minmax(0,1fr)}.construction-template-grid{grid-template-columns:155px minmax(280px,1fr)}.construction-template-item-editor{grid-column:1/-1;grid-template-columns:minmax(180px,1fr) repeat(2,minmax(120px,.5fr)) auto;align-items:end;display:grid}.construction-template-item-editor>small,.construction-template-item-editor>p{grid-column:1}.construction-template-item-editor>svg{display:none}.construction-template-item-editor>div{margin-top:0}}@media (max-width:1050px){.construction-plan-settings-wide{grid-template-columns:1fr}.construction-template-studio>header{flex-direction:column;align-items:flex-start}.construction-template-body{grid-template-columns:1fr}.construction-template-list{border-bottom:1px solid #94a3b81c;border-right:0}.construction-template-list>div{grid-template-columns:repeat(2,minmax(0,1fr))}.construction-template-toolbar{grid-template-columns:minmax(180px,1fr) repeat(3,auto)}.construction-template-toolbar>label{grid-column:1/-1}.construction-template-grid{grid-template-columns:1fr}.construction-template-map-scroll{min-height:430px}.construction-template-item-editor{grid-column:auto;display:flex}}@media (max-width:650px){.construction-template-studio>header>div:last-child{flex-direction:column;align-items:stretch;width:100%}.construction-template-list>div{grid-template-columns:1fr}.construction-template-editor{padding:8px}.construction-template-toolbar{grid-template-columns:repeat(3,auto)}.construction-template-toolbar>label,.construction-template-toolbar>.MuiButton-root:first-of-type,.construction-template-toolbar>.MuiButton-root:nth-of-type(2){grid-column:1/-1}.construction-template-map-scroll{min-height:360px}}.construction-plan-list article.template-inactive{opacity:.56;border-style:dashed}.construction-plan-list article.template-inactive>em{color:#94a3b8;background:#64748b24}.construction-template-building,.construction-template-ground,.construction-template-expansion{border-radius:0!important}.construction-tools-below{grid-template-columns:minmax(0,1.55fr) minmax(300px,.72fr);align-items:stretch;gap:12px;display:grid}.construction-tools-below .construction-details{min-width:0}.construction-quick-builder{background:linear-gradient(#07162af5,#030f1efa);border:1px solid #60a5fa38;border-radius:18px;flex-direction:column;gap:9px;min-width:0;padding:14px;display:flex;box-shadow:0 20px 44px #0000002e}.construction-quick-builder>header{border-bottom:1px solid #94a3b81f;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:9px;padding-bottom:9px;display:grid}.construction-quick-builder>header>svg{color:#93c5fd;background:#2563eb2e;border-radius:10px;width:38px;height:38px;padding:8px}.construction-quick-builder strong,.construction-quick-builder small{display:block}.construction-quick-builder header small,.construction-quick-builder-note{color:#8398b6;margin-top:2px;font-size:9px;line-height:1.4}.construction-quick-builder label{color:#8fa3bf;gap:5px;font-size:9px;font-weight:800;display:grid}.construction-quick-builder input,.construction-quick-builder select{color:#e2e8f0;background:#020b18c2;border:1px solid #94a3b82e;border-radius:8px;width:100%;min-width:0;height:34px;padding:0 9px}.construction-quick-builder>div:last-child{flex-wrap:wrap;gap:7px;margin-top:auto;display:flex}.construction-slot-summary{z-index:30;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);pointer-events:auto;background:#020b18e8;border:1px solid #60a5fa47;border-radius:11px;width:min(225px,100% - 20px);margin:0;padding:9px;position:absolute;top:10px;right:10px;box-shadow:0 12px 30px #00000052}.construction-slot-summary header,.construction-slot-summary footer{grid-template-columns:24px minmax(0,1fr);align-items:center;gap:7px;display:grid}.construction-slot-summary header>svg,.construction-slot-summary footer>svg{color:#60a5fa;font-size:19px}.construction-slot-summary b,.construction-slot-summary small{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.construction-slot-summary b{color:#e2e8f0;font-size:9px}.construction-slot-summary small{color:#8195b0;font-size:8px}.construction-slot-summary>div{border-block:1px solid #94a3b81a;gap:4px;margin:7px 0;padding:6px 0;display:grid}.construction-slot-summary>div>span{background:#1e40af1f;border-radius:6px;padding:4px 6px}.construction-expansion-options{grid-template-columns:1fr!important;gap:5px!important;display:grid!important}.construction-expansion-options>button{color:#fde68a;text-align:left;cursor:pointer;background:#92400e1a;border:1px solid #f59e0b33;border-radius:8px;grid-template-columns:20px minmax(0,1fr) 18px;align-items:center;gap:6px;width:100%;min-width:0;padding:7px;display:grid}.construction-expansion-options>button.owned{color:#bbf7d0;background:#1665341f;border-color:#22c55e47}.construction-expansion-options>button.planned{color:#e9d5ff;background:#581c872e;border-color:#a855f761}.construction-expansion-options>button:disabled{opacity:.75;cursor:default}.construction-expansion-options span,.construction-expansion-options b,.construction-expansion-options small{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.construction-expansion-options b{font-size:8px}.construction-expansion-options small{opacity:.76;margin-top:2px;font-size:7px}.construction-expansion-options svg{font-size:15px}.construction-template-stored{border-top:1px solid #94a3b81c;gap:5px;padding-top:9px;display:grid}.construction-template-stored>strong{color:#fbcfe8;align-items:center;gap:5px;font-size:9px;display:flex}.construction-template-stored>strong svg{font-size:15px}.construction-template-stored>span{background:#8318431c;border:1px solid #ec48992e;padding:6px}.construction-template-stored b,.construction-template-stored small{font-size:7px;display:block}@media (max-width:1050px){.construction-tools-below{grid-template-columns:1fr}}.construction-template-stored>button{color:#fbcfe8;text-align:left;cursor:pointer;background:#8318431c;border:1px solid #ec48992e;border-radius:7px;justify-content:space-between;align-items:center;gap:6px;width:100%;min-width:0;padding:6px;display:flex}.construction-template-stored>button span{min-width:0}.construction-template-stored>button svg{flex:none;font-size:15px}.construction-quick-builder .construction-quick-skip{background:#1e40af14;border:1px solid #60a5fa29;border-radius:8px;flex-direction:row;grid-template-columns:none;justify-content:space-between;align-items:center;gap:8px;padding:7px 8px;display:flex}.construction-quick-builder .construction-quick-skip input{width:16px;height:16px;padding:0}.construction-expansion-options>button.zone-green:not(.owned):not(.planned){border-color:#22c55e94;box-shadow:inset 3px 0 #22c55ecc}.construction-expansion-options>button.zone-red:not(.owned):not(.planned){border-color:#ef444494;box-shadow:inset 3px 0 #ef4444cc}.construction-template-expansion.zone-green{border-color:#22c55e!important}.construction-template-expansion.zone-red{border-color:#ef4444!important}.construction-template-expansion.status-waiting{animation:1.6s ease-in-out infinite constructionExpansionWaiting}@keyframes constructionExpansionWaiting{0%,to{opacity:.62}50%{opacity:1}}.construction-template-toolbar{grid-template-columns:minmax(170px,1fr) auto auto auto auto auto auto auto;align-items:end}.construction-template-toolbar .construction-view-switch.compact{align-self:end}.construction-template-danger-toggle,.construction-template-store-toggle{background:#7f1d1d1f;border-radius:9px;grid-column:span 4;justify-content:space-between;align-items:center;gap:10px;min-height:48px;padding:8px 10px;border:1px solid #ef444447!important;flex-direction:row!important;display:flex!important}.construction-template-store-toggle{background:#8318431a;border-color:#ec489938!important}.construction-template-danger-toggle span,.construction-template-danger-toggle b,.construction-template-danger-toggle small{min-width:0;display:block}.construction-template-danger-toggle b{color:#fecaca;font-size:9px}.construction-template-danger-toggle small{color:#fca5a5;margin-top:2px;font-size:7px}.construction-template-danger-toggle input,.construction-template-store-toggle input{flex:none;height:17px;width:17px!important}.construction-template-share-row{background:#0f172a6b;border:1px solid #60a5fa24;border-radius:10px;grid-template-columns:minmax(260px,1fr) auto;gap:8px;padding:9px;display:grid}.construction-template-share-row>label{color:#cbd5e1;grid-template-columns:22px minmax(140px,.5fr) minmax(180px,1fr);align-items:center;gap:8px;display:grid}.construction-template-share-row label>svg{color:#60a5fa;font-size:18px}.construction-template-share-row b,.construction-template-share-row small{display:block}.construction-template-share-row b{font-size:9px}.construction-template-share-row small{color:#7890ad;font-size:7px}.construction-template-share-row input,.construction-template-share-row textarea{color:#dbeafe;background:#020817b8;border:1px solid #60a5fa38;border-radius:7px;min-width:0;padding:7px 8px;font-size:8px}.construction-template-share-row textarea{resize:vertical;grid-column:1/-1;min-height:54px}.construction-template-sync-summary{grid-template-columns:repeat(4,minmax(90px,1fr));gap:7px;display:grid}.construction-template-sync-summary>span{background:#0f172a73;border:1px solid #94a3b81f;border-radius:9px;grid-template-columns:20px auto 1fr;align-items:center;gap:6px;min-width:0;padding:8px;display:grid}.construction-template-sync-summary svg{color:#60a5fa;font-size:16px}.construction-template-sync-summary b{color:#e2e8f0;font-size:11px}.construction-template-sync-summary small{color:#7f93ad;font-size:8px}.construction-building-palette-heading{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.construction-building-palette-heading span,.construction-building-palette-heading b,.construction-building-palette-heading small{display:block}.construction-building-palette-heading>span>b{color:#e2e8f0;font-size:9px}.construction-building-palette-heading small{color:#7186a2;margin-top:2px;font-size:7px}.construction-building-palette-heading>b{color:#bfdbfe;text-align:center;background:#2563eb38;border-radius:999px;min-width:24px;padding:4px 6px;font-size:8px}.construction-building-palette{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;max-height:320px;padding-right:2px;display:grid;overflow:auto}.construction-building-palette>button{color:#cbd5e1;text-align:left;cursor:grab;background:#0f172a80;border:1px solid #60a5fa21;border-radius:8px;grid-template-columns:18px 18px minmax(0,1fr) 14px;align-items:center;gap:5px;min-width:0;min-height:52px;padding:6px;display:grid}.construction-building-palette>button:hover{background:#1e40af26;border-color:#60a5fa6b}.construction-building-palette>button.selected{background:#15803d24;border-color:#22c55e85;box-shadow:inset 0 0 0 1px #22c55e29}.construction-building-palette>button:active{cursor:grabbing}.construction-building-palette svg{font-size:15px}.construction-palette-check svg{color:#4ade80}.construction-building-palette span,.construction-building-palette b,.construction-building-palette small{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.construction-building-palette b{font-size:8px}.construction-building-palette small{color:#7186a2;margin-top:2px;font-size:7px}.construction-building-palette-actions{grid-template-columns:1fr 1fr;gap:6px;margin-top:7px;display:grid}.construction-template-map-scroll.view-iso{background:radial-gradient(circle,#1e40af1f,#0000 68%),#020817b8;place-items:center;min-height:560px;display:grid;overflow:auto}.construction-template-isometric{touch-action:none;overflow:visible}.construction-template-iso-board{fill:#041223f2;stroke:#60a5fa47;stroke-width:2px}.construction-template-iso-ground{fill:#0f766e26;stroke:#2dd4bf38;stroke-width:1px}.construction-template-iso-live polygon{fill:color-mix(in srgb, var(--building-color) 58%, #0b1220 42%);stroke:#e2e8f057;stroke-width:1px;opacity:.78}.construction-template-iso-live.extra polygon{stroke:#ef4444;stroke-width:2px;opacity:.9}.construction-template-iso-planned{cursor:grab;touch-action:none}.construction-template-iso-planned polygon,.construction-iso-planned-overlay polygon{fill:color-mix(in srgb, var(--building-color) 45%, #111827 55%);stroke:#fb923c;stroke-width:2px;stroke-dasharray:5 3}.construction-template-iso-planned text,.construction-iso-planned-overlay text{fill:#fff7ed;pointer-events:none;font-size:8px;font-weight:800}.construction-template-iso-planned.state-built polygon{fill:#0000;stroke:#22c55e;stroke-dasharray:none}.construction-template-iso-planned.state-building polygon,.construction-iso-planned-overlay.state-building polygon{fill:#ef444475;stroke:#f97316;animation:1.25s ease-in-out infinite constructionPlannedPulse}.construction-template-iso-planned.state-error polygon{stroke:#ef4444;fill:#7f1d1d73}.construction-template-iso-planned.selected polygon{stroke-width:3px;filter:drop-shadow(0 0 5px #60a5fab3)}.construction-template-live-building{z-index:2;border:1px solid color-mix(in srgb, var(--building-color) 78%, white 22%);background:color-mix(in srgb, var(--building-color) 48%, #0b1220 52%);color:#fff;opacity:.72;pointer-events:none;border-radius:2px;grid-template-columns:14px minmax(0,1fr) auto;align-items:center;gap:3px;min-width:24px;min-height:24px;padding:3px;display:grid;position:absolute}.construction-template-live-building.extra{opacity:.95;background-image:repeating-linear-gradient(135deg,#ef444438 0 5px,#0000 5px 10px);border:2px solid #ef4444}.construction-template-live-building.building{border-color:#f97316}.construction-template-live-building svg{font-size:12px}.construction-template-live-building span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:7px;overflow:hidden}.construction-template-live-building b{font-size:7px}.construction-template-building{border-radius:2px!important}.construction-template-building>small,.construction-planned-overlay>small{color:#fed7aa;white-space:nowrap;text-overflow:ellipsis;grid-column:1/-1;font-size:6px;display:block;overflow:hidden}.construction-template-building.state-built{box-shadow:inset 0 0 0 1px #22c55e40;background:0 0!important;border:2px solid #22c55e!important}.construction-template-building.state-built>span,.construction-template-building.state-built>svg:first-child{opacity:.55}.construction-template-building.state-planned,.construction-template-building.state-waiting,.construction-template-building.state-needs-move,.construction-template-building.state-needs-upgrade{background:#9a341294!important;border:2px dashed #fb923c!important}.construction-template-building.state-building{animation:1.25s ease-in-out infinite constructionPlannedPulse;background:#7f1d1dbd!important;border:2px solid #ef4444!important}.construction-template-building.state-error{background:#450a0ae6!important;border:2px solid #ef4444!important}.construction-planned-overlay{z-index:18;color:#fff7ed;cursor:grab;touch-action:none;background:#9a3412ad;border:2px dashed #fb923c;border-radius:2px;grid-template-columns:14px minmax(0,1fr) auto;align-items:center;gap:3px;min-width:24px;min-height:24px;padding:3px;display:grid;position:absolute;box-shadow:0 5px 14px #00000052}.construction-planned-overlay.state-building{background:#7f1d1dc2;border-style:solid;border-color:#ef4444;animation:1.25s ease-in-out infinite constructionPlannedPulse}.construction-planned-overlay.state-needs-move{background:#581c87a8;border-color:#c084fc}.construction-planned-overlay.state-needs-upgrade{background:#1e40afad;border-color:#60a5fa}.construction-planned-overlay.state-error,.construction-planned-overlay.invalid{background:#450a0ae0;border-style:solid;border-color:#ef4444}.construction-planned-overlay svg{font-size:12px}.construction-planned-overlay span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:7px;overflow:hidden}.construction-planned-overlay b{font-size:7px}.construction-iso-planned-overlay{cursor:grab;touch-action:none}@keyframes constructionPlannedPulse{0%,to{opacity:.76;filter:brightness(.9)}50%{opacity:1;filter:brightness(1.2)}}@media (max-width:1250px){.construction-template-toolbar{grid-template-columns:repeat(4,minmax(0,1fr))}.construction-template-toolbar>label:first-child{grid-column:1/-1}.construction-template-danger-toggle,.construction-template-store-toggle{grid-column:span 2}.construction-building-palette{grid-template-columns:1fr}}@media (max-width:760px){.construction-template-share-row{grid-template-columns:1fr}.construction-template-share-row>label{grid-template-columns:20px 1fr}.construction-template-share-row>label input{grid-column:1/-1}.construction-template-sync-summary{grid-template-columns:repeat(2,1fr)}.construction-template-toolbar{grid-template-columns:1fr 1fr}.construction-template-danger-toggle,.construction-template-store-toggle{grid-column:1/-1}}.construction-building-palette{gap:7px;max-height:360px;grid-template-columns:1fr!important}.construction-building-palette>button{border-radius:4px;grid-template-columns:18px 58px minmax(0,1fr) 16px;gap:8px;min-height:62px;padding:7px}.construction-palette-tile{border:1px solid color-mix(in srgb, var(--building-color) 82%, white 18%);color:#f8fafc;background:color-mix(in srgb, var(--building-color) 45%, #07111f 55%);border-radius:2px;grid-template-rows:1fr auto;grid-template-columns:14px 1fr;align-items:center;gap:2px 3px;width:58px;height:46px;padding:4px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0a;display:grid!important}.construction-palette-tile>svg{font-size:13px!important}.construction-palette-tile>b{text-align:right;color:#fff;font-size:8px!important}.construction-palette-tile>small{text-align:center;letter-spacing:.03em;grid-column:1/-1;color:#dbeafe!important;font-size:6px!important}.construction-palette-copy{min-width:0}.construction-palette-copy>b{color:#f1f5f9;font-size:9px!important}.construction-palette-copy>small{color:#8295af!important;font-size:7px!important}.construction-template-building.state-unscheduled{opacity:.62;background:#1e293b85!important;border:1px solid #94a3b880!important}.construction-template-building.state-unscheduled>small{color:#cbd5e1}.construction-template-iso-planned.state-unscheduled polygon{fill:#33415547;stroke:#94a3b89e;stroke-width:1px;stroke-dasharray:2 3}.construction-building-palette-grouped{overflow:auto;grid-template-columns:1fr!important;gap:10px!important;max-height:520px!important;display:grid!important}.construction-palette-group{background:#0f172a61;border:1px solid #94a3b821;border-radius:7px;gap:6px;padding:7px;display:grid}.construction-palette-group>header{gap:2px;padding:0 2px;display:grid}.construction-palette-group>header b{color:#f1f5f9;font-size:9px}.construction-palette-group>header small{color:#7186a3;font-size:7px;line-height:1.35}.construction-palette-group>div{gap:6px;display:grid}.construction-palette-group>div>button{color:#cbd5e1;text-align:left;cursor:grab;background:#0f172a8a;border:1px solid #60a5fa24;border-radius:5px;grid-template-columns:18px 74px minmax(0,1fr) 14px;align-items:center;gap:7px;min-width:0;min-height:66px;padding:6px;display:grid}.construction-palette-group>div>button:hover{background:#1e40af29;border-color:#60a5fa7a}.construction-palette-group>div>button.selected{background:#15803d26;border-color:#22c55e94}.construction-palette-group .construction-palette-tile{grid-template-columns:16px minmax(0,1fr);width:74px;height:52px}.construction-palette-group .construction-palette-tile>b{white-space:nowrap;font-size:7px!important}.construction-palette-group .construction-palette-tile>small{white-space:normal;max-height:20px;line-height:1.1;overflow:hidden;font-size:6px!important}.construction-template-item-editor>.MuiButton-root{justify-content:flex-start;min-height:34px;font-size:8px}.construction-template-priority-actions{align-items:center;gap:4px;margin-top:2px!important;display:flex!important}.construction-template-expansion.status-done{color:#dcfce7;background:#15803d38;border-style:solid;border-color:#22c55e}.construction-template-iso-name,.construction-iso-building-name{fill:#e2e8f0;stroke:#020617f2;stroke-width:2px;paint-order:stroke;pointer-events:none;font-size:6px;font-weight:800}.construction-template-isometric .construction-iso-board,.construction-template-isometric .construction-iso-ground,.construction-template-isometric .construction-iso-grid{pointer-events:none}.construction-template-isometric .construction-iso-item{cursor:grab;touch-action:none}.construction-template-isometric .construction-iso-item:active{cursor:grabbing}@media (max-width:1250px){.construction-palette-group>div>button{grid-template-columns:18px 66px minmax(0,1fr) 14px}.construction-palette-group .construction-palette-tile{width:66px}}.construction-selected-rotation{grid-template-columns:1fr 1fr;gap:6px;display:grid}.construction-selected-rotation .MuiButton-root{min-width:0;font-size:8px}.construction-template-grid{grid-template-columns:minmax(285px,.92fr) minmax(540px,2.25fr) minmax(235px,.75fr);gap:14px}.construction-template-catalog.construction-game-catalog{background:linear-gradient(#142233f5,#06111efa),#07111fb8;border-color:#c7a6693d;gap:11px;padding:12px;overflow:visible;box-shadow:inset 0 1px #ffffff09,0 14px 34px #0003}.construction-game-catalog .construction-building-palette-heading{border-bottom:1px solid #c7a6692e;min-height:46px;padding:0 2px 10px}.construction-game-catalog .construction-building-palette-heading span b{color:#f6e6bd;letter-spacing:.02em;font-size:13px}.construction-game-catalog .construction-building-palette-heading span small{color:#91a2b8;margin-top:3px;font-size:8px;line-height:1.35}.construction-game-category-tabs{background:#030a13b8;border:1px solid #c7a6692e;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding:5px;display:grid}.construction-game-category-tabs button{color:#91a2b8;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;align-content:center;justify-items:center;gap:3px;min-width:0;min-height:54px;padding:6px 3px;display:grid}.construction-game-category-tabs button:hover{background:#c7a66912;border-color:#c7a66947}.construction-game-category-tabs button.active{color:#fff7df;background:linear-gradient(#7b52187a,#452b0d6b);border-color:#f5be4d94;box-shadow:inset 0 0 0 1px #ffe19f1a}.construction-game-category-tabs button b{font-size:8px}.construction-game-category-tabs button small{color:inherit;opacity:.76;font-size:7px}.construction-category-emblem{background:#0f172acc;border-radius:50%;place-items:center;width:25px;height:25px;display:grid;box-shadow:inset 0 0 0 1px #ffffff14}.construction-category-emblem svg{font-size:16px}.construction-category-emblem.group-military{color:#77a7ff}.construction-category-emblem.group-civil{color:#d5b47c}.construction-category-emblem.group-decorative{color:#e8a6ff}.construction-building-palette.construction-game-building-shelf{scrollbar-width:thin;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:420px;padding:2px 3px 3px 1px;display:grid;overflow:hidden auto}.construction-game-building-shelf>button{color:#e9edf2;text-align:center;cursor:grab;background:linear-gradient(#eee0be14,#020a122e 55%),#121e2ceb;border:1px solid #c7a6693d;border-radius:6px;grid-template-rows:72px auto auto;align-items:start;gap:4px;min-width:0;min-height:142px;padding:8px 7px 7px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0a,0 6px 14px #0003}.construction-game-building-shelf>button:hover{background:linear-gradient(#f5be4d24,#020a1233 58%),#152434f5;border-color:#f5be4d9e;transform:translateY(-1px)}.construction-game-building-shelf>button.selected{border-color:#4ade80;box-shadow:inset 0 0 0 1px #4ade8033,0 0 0 2px #22c55e1f}.construction-game-building-shelf>button.premium:after{content:"◆";color:#ff6675;text-shadow:0 1px 3px #000;font-size:10px;position:absolute;top:6px;right:7px}.construction-game-card-check{z-index:4;color:#4ade80;position:absolute;top:6px;left:6px}.construction-game-card-check svg{font-size:16px}.construction-game-card-copy{gap:2px;min-width:0;display:grid}.construction-game-card-copy b{color:#fff6dc;text-overflow:ellipsis;white-space:nowrap;font-size:9px;line-height:1.18;overflow:hidden}.construction-game-card-copy small{color:#91a2b8;font-size:7px}.construction-game-card-costs{border-top:1px solid #c7a66926;justify-content:center;align-items:center;gap:5px;min-height:19px;padding-top:5px;display:flex}.construction-game-card-costs em{color:#dbe4ef;padding-left:9px;font-size:7px;font-style:normal;font-weight:900;position:relative}.construction-game-card-costs em:before{content:"";border-radius:2px;width:6px;height:6px;position:absolute;top:50%;left:0;transform:translateY(-50%)rotate(15deg)}.construction-game-card-costs .cost-wood:before{background:#b77939}.construction-game-card-costs .cost-stone:before{background:#9299a4}.construction-game-card-costs .cost-rubies:before{background:#f43f5e;transform:translateY(-50%)rotate(45deg)}.construction-game-card-costs .cost-free{color:#86efac;padding-left:0}.construction-game-card-costs .cost-free:before{display:none}.construction-game-card-drag{color:#ffffff57;position:absolute;bottom:3px;right:4px;font-size:13px!important}.construction-game-catalog-actions{grid-template-columns:1fr;gap:6px!important;display:grid!important}.construction-game-catalog-actions .MuiButton-root{min-width:0;min-height:32px;font-size:8px}.construction-game-building-art{--art-accent:var(--building-color,#60a5fa);filter:drop-shadow(0 5px 4px #0000006b);justify-self:center;width:82px;height:66px;display:block;position:relative}.construction-game-building-art.compact{width:36px;height:30px}.construction-game-building-art i{pointer-events:none;display:block;position:absolute}.construction-game-building-art .ground{background:radial-gradient(ellipse, color-mix(in srgb, var(--art-accent) 26%, #3a2d1e), #18120c1a 72%);border-radius:50%;height:20%;bottom:3%;left:8%;right:8%}.construction-game-building-art .body{background:linear-gradient(135deg, color-mix(in srgb, var(--art-accent) 42%, #614628), color-mix(in srgb, var(--art-accent) 18%, #241b14));border:1px solid #ffeec447;border-radius:4px 4px 2px 2px;width:52%;height:43%;bottom:14%;left:24%}.construction-game-building-art .roof{clip-path:polygon(50% 0,100% 100%,0 100%);background:linear-gradient(135deg, #e9d2a2, color-mix(in srgb, var(--art-accent) 30%, #6a4328));width:66%;height:30%;bottom:48%;left:17%}.construction-game-building-art .detail{background:#111827c7;border-radius:2px 2px 0 0;width:12%;height:23%;bottom:15%;left:46%}.construction-game-building-art.art-tent-small .body,.construction-game-building-art.art-tent-large .body,.construction-game-building-art.art-hunter .body{clip-path:polygon(8% 100%,28% 5%,72% 5%,92% 100%);background:repeating-linear-gradient(100deg,#ded2a7 0 9px,#8f5f38 10px 13px);border:0;width:66%;height:34%;left:17%}.construction-game-building-art.art-tent-large .body{background:repeating-linear-gradient(100deg,#e8ddb7 0 11px,#a83c2f 12px 16px);height:43%}.construction-game-building-art.art-tent-small .roof,.construction-game-building-art.art-tent-large .roof,.construction-game-building-art.art-hunter .roof{display:none}.construction-game-building-art.art-tent-small .detail,.construction-game-building-art.art-tent-large .detail,.construction-game-building-art.art-hunter .detail{clip-path:polygon(50% 0,100% 100%,0 100%);background:#3b281b;width:7%;height:26%;bottom:14%;left:47%}.construction-game-building-art.art-tower .body,.construction-game-building-art.art-crane .body{background:repeating-linear-gradient(90deg,#82512e 0 4px,#c08a51 5px 7px);border-radius:1px;width:19%;height:63%;left:41%}.construction-game-building-art.art-tower .roof{background:#b14e36;width:39%;height:19%;bottom:72%;left:31%}.construction-game-building-art.art-crane .roof{clip-path:none;transform-origin:0;background:#b77939;width:39%;height:7%;bottom:67%;left:47%;transform:rotate(-7deg)}.construction-game-building-art.art-crane .detail{background:#d4a56c;width:2px;height:47%;bottom:22%;left:78%}.construction-game-building-art.art-storage .body{background:repeating-linear-gradient(90deg,#8b5a2b 0 7px,#bf8544 8px 10px);width:62%;height:38%;left:19%}.construction-game-building-art.art-storage .roof{background:#5f4931;width:70%;height:22%;bottom:50%;left:15%}.construction-game-building-art.art-market .body,.construction-game-building-art.art-kitchen .body{background:repeating-linear-gradient(90deg,#7c3f22 0 8px,#d28742 9px 13px);width:76%;height:31%;left:12%}.construction-game-building-art.art-market .roof,.construction-game-building-art.art-kitchen .roof{clip-path:polygon(0 35%,100% 0,90% 100%,8% 100%);background:repeating-linear-gradient(90deg,#e3d1a4 0 12px,#b33f31 13px 19px);width:84%;height:31%;bottom:42%;left:8%}.construction-game-building-art.art-flag .body{background:#d7bd83;width:3px;height:64%;left:49%}.construction-game-building-art.art-flag .roof{clip-path:polygon(0 0,100% 18%,76% 100%,0 82%);background:#b91c1c;width:39%;height:31%;bottom:54%;left:51%}.construction-game-building-art.art-flag .detail{display:none}.construction-game-building-art.art-training .body{background:#59402b;border-radius:50%;width:70%;height:23%;left:15%;box-shadow:inset 0 0 0 4px #8a6744}.construction-game-building-art.art-training .roof{display:none}.construction-game-building-art.art-training .detail{background:repeating-linear-gradient(90deg,#d7bd83 0 3px,#0000 4px 10px);width:58%;height:6%;bottom:38%;left:22%}.construction-game-building-art.art-arsenal .body,.construction-game-building-art.art-guard .body,.construction-game-building-art.art-hospital .body,.construction-game-building-art.art-builders .body,.construction-game-building-art.art-fort .body{background:linear-gradient(135deg,#9b6a3e,#3c291c);border-radius:1px}.construction-game-building-art.art-hospital .detail{background:#f8fafc;width:28%;height:7%;bottom:32%;left:36%;box-shadow:0 -6px 0 -1px #f8fafc}.construction-game-building-art.state-planned,.construction-game-building-art.state-unscheduled{opacity:.7;filter:grayscale(.15)drop-shadow(0 5px 4px #00000061)}.construction-game-building-art.state-building{animation:1.4s ease-in-out infinite constructionGameBuildPulse}@keyframes constructionGameBuildPulse{50%{filter:brightness(1.28)drop-shadow(0 0 8px #fbbf248c)}}.construction-game-extra-drawer{background:#030a1380;border:1px solid #c7a66929;border-radius:7px;overflow:hidden}.construction-game-extra-drawer>summary{color:#d8e0ea;cursor:pointer;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:7px;min-height:40px;padding:7px 8px;list-style:none;display:grid}.construction-game-extra-drawer>summary::-webkit-details-marker{display:none}.construction-game-extra-drawer>summary svg{color:#e1bb72;font-size:18px}.construction-game-extra-drawer>summary b,.construction-game-extra-drawer>summary small{display:block}.construction-game-extra-drawer>summary b{font-size:8px}.construction-game-extra-drawer>summary small{color:#8294aa;margin-top:2px;font-size:7px}.construction-game-extra-drawer[open]>summary{border-bottom:1px solid #c7a66924}.construction-game-extra-drawer .construction-template-expansion-form,.construction-game-extra-drawer .construction-template-stored{border:0;max-height:220px;margin:0;padding:8px;overflow-y:auto}.construction-game-extra-drawer .construction-expansion-options{grid-template-columns:1fr}.construction-template-building.construction-game-map-building,.construction-template-live-building.construction-game-map-building{border:1px solid color-mix(in srgb, var(--building-color) 58%, #d8c7a2 42%);background:linear-gradient(180deg, #f4e6c51a, #030b142e), color-mix(in srgb, var(--building-color) 19%, #08131f 81%);grid-template-rows:1fr auto;grid-template-columns:minmax(25px,.72fr) minmax(0,1.1fr);align-items:center;gap:1px 3px;padding:2px 3px;display:grid;box-shadow:inset 0 1px #ffffff0f,0 4px 8px #00000057;border-radius:2px!important}.construction-game-map-building .construction-game-building-art{grid-area:1/1/3;width:100%;min-width:22px;height:100%;min-height:22px;max-height:54px}.construction-game-map-copy{align-self:center;gap:1px;min-width:0;display:grid}.construction-game-map-copy b,.construction-game-map-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.construction-game-map-copy b{color:#fff8e9;font-size:clamp(6px,.62vw,8px)}.construction-game-map-copy small{color:#aab8c8;font-size:clamp(5px,.52vw,7px)}.construction-game-map-building>em{color:#fff;background:#020617bd;border-radius:4px;place-self:end;padding:1px 3px;font-size:6px;font-style:normal;font-weight:900}.construction-game-map-drag{color:#ffffff61;position:absolute;top:1px;right:1px;font-size:10px!important}.construction-game-map-building.state-built{background-color:#0c3628db;border-color:#4ade80a6}.construction-game-map-building.state-building{border-color:#fbbf24;box-shadow:inset 0 0 0 1px #fbbf2438,0 0 12px #fbbf2430}.construction-game-map-building.state-planned,.construction-game-map-building.state-waiting,.construction-game-map-building.state-unscheduled{background-color:#5e2b11bd;border-style:dashed;border-color:#f97316}.construction-game-map-building.state-needs-move{background-color:#5a2d11cc;border-color:#fb923c}.construction-game-map-building.state-needs-upgrade{background-color:#37235ecc;border-color:#a78bfa}.construction-game-map-building.extra{background-color:#561414cc;border-color:#ef4444}.construction-template-map-scroll{background:radial-gradient(circle at 50% 38%,#20644c2e,#0000 48%),linear-gradient(#0c1e26f2,#030c16fa);border-color:#c7a6693d;border-radius:7px;min-height:560px;box-shadow:inset 0 0 45px #00000052}.construction-template-board{background-color:#071722;background-image:linear-gradient(#819aa213 1px,#0000 1px),linear-gradient(90deg,#819aa213 1px,#0000 1px),radial-gradient(circle,#22c55e14,#0000 68%)}.construction-template-ground{background:#2b7a5412;border-color:#56d59047}.construction-template-expansion{border-radius:0!important}.construction-template-item-editor.construction-game-selection-panel{background:linear-gradient(#152332f5,#050f1bfa);border-color:#c7a6693d;border-radius:8px;min-height:360px;padding:12px}.construction-game-selection-header{border-bottom:1px solid #c7a6692b;grid-template-columns:62px minmax(0,1fr);align-items:center;gap:8px;padding-bottom:9px;display:grid}.construction-game-selection-header .construction-game-building-art{width:60px;height:49px}.construction-game-selection-header strong,.construction-game-selection-header small{display:block}.construction-game-selection-header strong{color:#fff5dc;font-size:10px}.construction-game-selection-header small{color:#91a2b8;margin-top:3px;font-size:7px}.construction-game-selected-state{background:#020a1275;border:1px solid #c7a66924;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:8px;display:flex}.construction-game-selected-state b,.construction-game-selected-state small{display:block}.construction-game-selected-state b{color:#e9eef5;font-size:8px}.construction-game-selected-state small{color:#8193aa;margin-top:2px;font-size:7px}.construction-game-selected-state em{color:#f6d386;white-space:nowrap;font-size:8px;font-style:normal;font-weight:900}.construction-game-action-wheel{background:radial-gradient(circle,#c7a66921 0 32%,#020a1261 33% 56%,#0000 57%);border-radius:50%;align-self:center;width:190px;height:190px;margin:3px auto;position:relative}.construction-game-action-wheel>span:not(.construction-game-action-center){background:linear-gradient(#53697cfa,#1f2d3cfa);border:2px solid #e1ca99a6;border-radius:50%;place-items:center;width:45px;height:45px;display:grid;position:absolute;box-shadow:0 5px 12px #0000006b,inset 0 1px #ffffff29}.construction-game-action-wheel .MuiIconButton-root{color:#fff8e7;width:39px;height:39px}.construction-game-action-wheel .MuiIconButton-root.Mui-disabled{color:#ffffff40}.construction-game-action-wheel .action-upgrade{top:2px;left:72px}.construction-game-action-wheel .action-rotate{top:72px;left:5px}.construction-game-action-wheel .action-up{top:47px;right:5px}.construction-game-action-wheel .action-down{bottom:23px;right:5px}.construction-game-action-wheel .action-delete{bottom:2px;left:72px;border-color:#f87171b8!important}.construction-game-action-center{background:radial-gradient(circle,#2c3f4efa,#0c1823fa);border:3px solid #f5be4db8;border-radius:50%;place-items:center;width:76px;height:76px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 20px #00000075,inset 0 0 0 2px #ffffff12}.construction-game-action-center .construction-game-building-art{width:52px;height:43px}.construction-game-action-center b{color:#fff;background:#2563eb;border-radius:8px;padding:2px 4px;font-size:7px;position:absolute;bottom:2px;right:2px}.construction-game-action-labels{grid-template-columns:repeat(3,1fr);gap:4px!important;margin:0!important;display:grid!important}.construction-game-action-labels span{color:#91a2b8;justify-items:center;gap:2px;font-size:7px;display:grid}.construction-game-action-labels svg{color:#d5b47c;font-size:14px}.construction-game-selection-panel>p{margin-top:auto}.construction-template-isometric .construction-iso-board{fill:#12382f;stroke:#6c9b78;stroke-width:1.3px}.construction-template-isometric .construction-iso-ground{fill:#3684572e;stroke:#80d29a47}.construction-game-iso-building .construction-iso-building-shadow{fill:#0000005c;pointer-events:none}.construction-game-iso-building .construction-iso-building-shape{fill:color-mix(in srgb, var(--building-color) 48%, #263a35 52%);stroke:color-mix(in srgb, var(--building-color) 65%, #f5ddb0 35%);stroke-width:1.15px}.construction-game-iso-building.state-built .construction-iso-building-shape{fill:#277453;stroke:#86efac}.construction-game-iso-building.state-building .construction-iso-building-shape{fill:#8a641f;stroke:#fde047}.construction-game-iso-building.state-planned .construction-iso-building-shape,.construction-game-iso-building.state-waiting .construction-iso-building-shape,.construction-game-iso-building.state-unscheduled .construction-iso-building-shape{fill:#754020;stroke:#fb923c;stroke-dasharray:3 2}.construction-game-iso-building.state-needs-move .construction-iso-building-shape{fill:#7c3f1e;stroke:#fdba74}.construction-game-iso-building.selected .construction-iso-building-shape{stroke:#fff7d6;stroke-width:2.3px;filter:drop-shadow(0 0 5px #fff0bea6)}.construction-template-iso-state{fill:#b9c8d7;stroke:#020617fa;stroke-width:1.7px;paint-order:stroke;pointer-events:none;font-size:5px;font-weight:800}.construction-tools-below{gap:12px;grid-template-columns:minmax(0,1fr)!important}.construction-tools-below .construction-details{grid-template-columns:minmax(230px,.75fr) minmax(210px,.55fr) minmax(260px,.8fr) minmax(235px,.7fr)!important}.construction-quick-builder{border-color:#c7a66938;border-radius:9px;grid-template-columns:minmax(230px,.8fr) minmax(180px,.55fr) minmax(170px,.55fr) minmax(240px,.8fr);align-items:end;gap:10px;display:grid}.construction-quick-builder>header,.construction-quick-builder>p{grid-column:1/-1}.construction-quick-builder>div:last-child{align-self:end;margin-top:0}.construction-quick-builder .construction-quick-skip,.construction-quick-builder-note{align-self:end}@media (max-width:1450px){.construction-template-grid{grid-template-columns:minmax(260px,.8fr) minmax(480px,2fr)}.construction-game-selection-panel{grid-column:1/-1;grid-template-columns:minmax(220px,.8fr) 210px minmax(220px,.8fr);align-items:center;min-height:240px;display:grid!important}.construction-game-selection-panel>p{margin:0}.construction-game-action-wheel{margin:0 auto;transform:scale(.86)}.construction-quick-builder{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1050px){.construction-template-grid{grid-template-columns:1fr}.construction-building-palette.construction-game-building-shelf{grid-template-columns:repeat(3,minmax(0,1fr));max-height:460px}.construction-game-selection-panel{grid-column:auto;min-height:360px;display:flex!important}.construction-tools-below .construction-details{grid-template-columns:1fr 1fr!important}}@media (max-width:700px){.construction-building-palette.construction-game-building-shelf{grid-template-columns:repeat(2,minmax(0,1fr))}.construction-game-category-tabs button b{font-size:7px}.construction-tools-below .construction-details,.construction-quick-builder{grid-template-columns:1fr!important}}.construction-floating-action-wheel{z-index:80;pointer-events:auto;filter:drop-shadow(0 12px 18px #0000008c);width:168px;height:168px;position:absolute}.construction-action-foreign-object{pointer-events:none;overflow:visible}.construction-action-foreign-object .construction-floating-action-wheel{pointer-events:auto;position:relative;top:0!important;left:0!important}.construction-floating-action-wheel>span:not(.construction-floating-action-center){background:linear-gradient(145deg,#32475b,#162536 72%);border:1px solid #e2c58bd1;border-radius:50%;place-items:center;width:45px;height:45px;display:grid;position:absolute;box-shadow:inset 0 0 0 3px #050e18b8,0 4px 12px #0000008c}.construction-floating-action-wheel .MuiIconButton-root{color:#fff8e7;width:39px;height:39px}.construction-floating-action-wheel .MuiIconButton-root.Mui-disabled{color:#ffffff40}.construction-floating-action-wheel .action-upgrade{top:0;left:61px}.construction-floating-action-wheel .action-rotate{top:61px;left:0}.construction-floating-action-wheel .action-up{top:34px;right:0}.construction-floating-action-wheel .action-down{bottom:23px;right:0}.construction-floating-action-wheel .action-delete{bottom:0;left:61px;border-color:#f87171e6!important}.construction-floating-action-center{background:radial-gradient(circle at 50% 35%,#21384a,#08131f 72%);border:3px solid #d5a62b;border-radius:50%;place-items:center;width:78px;height:78px;display:grid;position:absolute;top:45px;left:45px;overflow:hidden;box-shadow:inset 0 0 0 4px #102536,0 0 0 1px #f4d27ebf,0 8px 15px #0000008c}.construction-floating-action-center .construction-game-building-art{width:54px;height:46px}.construction-floating-action-center b{color:#fff;text-align:center;background:#2555d8;border-radius:10px;min-width:23px;padding:2px 5px;font-size:9px;position:absolute;bottom:4px;right:3px}.construction-template-building.selected,.construction-building.selected,.construction-iso-item.selected .construction-iso-building-shape{outline-offset:2px;outline:2px solid #f4c542}
