:root{--bg-app: #F2F4F7;--bg-surface: #FFFFFF;--bg-header: #FFFFFF;--text-primary: #1C274C;--text-secondary: #5F6B7C;--text-tertiary: #9AA4B2;--color-brand: #0057B8;--color-success: #00A968;--color-danger: #D92D20;--color-warning: #F79009;--border-subtle: #E4E7EC;--border-strong: #D0D5DD;--font-main: "Golos Text", sans-serif;--shadow-card: 0 1px 2px rgba(16, 24, 40, .05);--shadow-float: 0 4px 6px -2px rgba(16, 24, 40, .03), 0 12px 16px -4px rgba(16, 24, 40, .08)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-app);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;letter-spacing:-.01em;color:var(--text-primary)}button{font-family:var(--font-main);cursor:pointer;border:none;transition:all .2s ease}.card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:16px;box-shadow:0 4px 20px #00000008;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000000f}.flex{display:flex}.flex-col{flex-direction:column}.justify-between{justify-content:space-between}.items-center{align-items:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-medium{font-weight:500}.font-bold{font-weight:700}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer{background:#f6f7f8;background-image:linear-gradient(to right,#f6f7f8,#edeef1 20%,#f6f7f8 40% 100%);background-repeat:no-repeat;background-size:200% 100%;animation:shimmer 1.5s infinite linear;border-radius:6px;color:transparent!important;min-height:1em;display:inline-block;width:100%}.shimmer-text{height:1em;margin-bottom:.5em;width:80%}.shimmer-circle{border-radius:50%;width:100%;height:100%}.app-container{height:100vh;display:flex;flex-direction:column;background:var(--bg-app);overflow:hidden}.main-content{flex:1;width:100%;max-width:1600px;margin:0 auto;padding:1.5rem;display:flex;gap:2rem;overflow:hidden}.agents-column{flex:0 0 35%;display:flex;flex-direction:column;gap:1rem;overflow-y:auto;padding-right:.5rem}.visual-column{flex:1;display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;border:1px solid var(--border-subtle)}.tabs-header{display:flex;border-bottom:1px solid var(--border-subtle);background:#f9fafb}.tab-button{flex:1;padding:1rem;border:none;background:transparent;border-bottom:2px solid transparent;font-weight:700;color:#6b7280;cursor:pointer;transition:all .2s;font-size:.9rem;letter-spacing:.05em}.tab-button.active{background:#fff;border-bottom:2px solid var(--color-brand);color:#111827}.content-area{flex:1;overflow:hidden;position:relative;min-height:0}.battle-header{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;height:64px;background:var(--bg-header);border-bottom:1px solid var(--border-subtle);position:sticky;top:0;z-index:100}.header-left,.header-right{display:flex;align-items:center;gap:1rem}.brand-title{font-size:1rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-primary);margin:0}.brand-subtitle{color:var(--text-secondary);font-weight:400}.header-separator{height:24px;width:1px;background:var(--border-subtle)}.status-indicator{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-secondary)}.time-display{text-align:right}.time-label{font-size:.75rem;color:var(--text-secondary)}.time-value{font-size:.9rem;font-weight:600;font-variant-numeric:tabular-nums}.action-button{color:#fff;padding:.5rem 1.25rem;border-radius:6px;font-size:.85rem;font-weight:500;border:1px solid rgba(0,0,0,.1);white-space:nowrap}@media(max-width:900px){.main-content{flex-direction:column;padding:1rem 1rem 0;gap:1rem}.agents-column{flex:0 0 auto;flex-direction:row;overflow-x:auto;overflow-y:hidden;padding-bottom:.5rem;padding-right:0}.visual-column{flex:1;border-radius:16px 16px 0 0;margin-bottom:0}.agent-card{min-width:85vw;max-width:400px;height:160px}.agents-column::-webkit-scrollbar{display:none}.agents-column{-ms-overflow-style:none;scrollbar-width:none}}@media(max-width:600px){.battle-header{padding:0 1rem;height:auto;min-height:56px;flex-wrap:wrap;gap:.5rem;justify-content:space-between}.brand-subtitle,.header-separator,.status-indicator{display:none}.header-left,.header-right{gap:.5rem}.time-label{display:none}.time-value{font-size:.8rem}.action-button{padding:.4rem .8rem;font-size:.75rem}.brand-title{font-size:.9rem}}
