*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0a0e27;--bg-secondary: #1e2139;--bg-card: #252841;--text-primary: #ffffff;--text-secondary: #e0e0e0;--text-muted: #999999;--border-color: rgba(255, 255, 255, .1);--accent-blue: #1890ff;--accent-purple: #667eea;--accent-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--success-color: #52c41a;--error-color: #ff4d4f;--warning-color: #faad14}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-primary);color:var(--text-primary);min-height:100vh;overflow-x:hidden}#root{min-height:100vh}.dashboard-layout{min-height:100vh;background:var(--bg-primary)}.dashboard-layout .ant-layout-sider{background:var(--bg-secondary)!important;border-right:1px solid var(--border-color)}.dashboard-layout .ant-layout-content{background:var(--bg-primary);padding:16px 16px 16px 336px;display:flex;flex-direction:column;height:100vh;overflow:hidden}.config-sidebar-wrapper{height:100vh;overflow-y:auto;position:fixed;left:0;top:0;z-index:100}.config-sidebar{padding:16px;display:flex;flex-direction:column;gap:16px;height:100%;min-height:calc(100vh - 32px)}.sidebar-card{background:var(--bg-card)!important;border:1px solid var(--border-color)!important;border-radius:8px!important}.sidebar-card .ant-card-head{background:transparent!important;border-bottom:1px solid var(--border-color)!important;padding:12px 16px!important}.sidebar-card .ant-card-head-title{color:var(--text-primary)!important;font-size:14px!important;font-weight:600!important}.sidebar-card .ant-card-body{padding:16px!important;color:var(--text-secondary)!important}.sidebar-card .ant-card-body .ant-typography{color:var(--text-secondary)!important}.accounts-list{max-height:300px;overflow-y:auto}.accounts-list .ant-list-item{padding:8px 0!important;border-bottom:1px solid rgba(255,255,255,.05)!important;transition:all .2s ease}.accounts-list .ant-list-item:hover{background:#667eea1a!important;border-radius:6px;padding-left:8px!important;padding-right:8px!important}.accounts-list .ant-list-item:last-child{border-bottom:none!important}.account-item{align-items:center!important}.account-delete-btn{opacity:.6;transition:all .2s ease}.account-delete-btn:hover{opacity:1;transform:scale(1.1)}.accounts-list .ant-empty{margin:20px 0}.accounts-list .ant-empty-description{color:var(--text-muted)!important}.start-system-btn,.auto-launch-btn{background:var(--accent-gradient)!important;border:none!important;font-weight:600!important;color:#fff!important;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.start-system-btn:hover,.auto-launch-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.start-system-btn.ant-btn-dangerous,.auto-launch-btn.ant-btn-dangerous{background:var(--error-color)!important;color:#fff!important}.start-system-btn.ant-btn-dangerous:hover,.auto-launch-btn.ant-btn-dangerous:hover{background:var(--error-color)!important;color:#fff!important;opacity:.9}.auto-launch-btn.ant-btn-default:not(.ant-btn-dangerous){background:var(--accent-gradient)!important;border:none!important;color:#fff!important}.content-top{flex:2;min-height:0;margin-bottom:16px;display:flex;flex-direction:column}.monitor-panel{display:flex;flex-direction:column;flex:1;min-height:0;background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;overflow:hidden}.panel-header{padding:16px;border-bottom:1px solid var(--border-color);background:#1e213980;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.panel-header h3{margin:0;color:var(--text-primary);font-size:16px;font-weight:600}.latency-indicator{font-size:12px;color:var(--text-muted);margin-left:auto}.panel-body{flex:1;overflow-y:auto;overflow-x:hidden;padding:16px;height:0}.tweet-panel-body,.status-panel-body{flex:1;overflow-y:auto;overflow-x:hidden;height:0;padding:16px}.tweet-list{height:100%;overflow-y:auto;overflow-x:hidden}.tweet-item-content{display:grid;grid-template-columns:1fr 350px;gap:16px;align-items:start}.tweet-content{flex:1;min-width:0}.token-status-content{flex-shrink:0;width:350px}.tweet-panel-body::-webkit-scrollbar,.status-panel-body::-webkit-scrollbar,.log-panel .panel-body::-webkit-scrollbar,.tweet-list::-webkit-scrollbar{width:6px}.tweet-panel-body::-webkit-scrollbar-track,.status-panel-body::-webkit-scrollbar-track,.log-panel .panel-body::-webkit-scrollbar-track,.tweet-list::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:3px}.tweet-panel-body::-webkit-scrollbar-thumb,.status-panel-body::-webkit-scrollbar-thumb,.log-panel .panel-body::-webkit-scrollbar-thumb,.tweet-list::-webkit-scrollbar-thumb{background:var(--accent-gradient);border-radius:3px}.tweet-panel-body::-webkit-scrollbar-thumb:hover,.status-panel-body::-webkit-scrollbar-thumb:hover,.log-panel .panel-body::-webkit-scrollbar-thumb:hover,.tweet-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5568d3,#653a8f)}.tweet-item{margin-bottom:12px}.tweet-card{transition:all .3s ease;cursor:pointer;border-left-width:4px!important}.tweet-card:hover{border-color:var(--accent-blue)!important;box-shadow:0 2px 8px #1890ff33;transform:translateY(-2px)}.tweet-card .ant-card{background:#252841f2!important;border:1px solid rgba(255,255,255,.15)!important}.tweet-card .ant-card-body,.token-status-content .ant-typography{color:#fff!important}.token-status-content .ant-typography-caption{color:#b0b0b0!important}.tweet-text{scrollbar-width:thin;scrollbar-color:var(--bg-secondary) transparent}.tweet-text::-webkit-scrollbar{width:4px}.tweet-text::-webkit-scrollbar-track{background:transparent}.tweet-text::-webkit-scrollbar-thumb{background:var(--bg-secondary);border-radius:2px}.token-status-panel{height:100%}.token-status-card{background:var(--bg-secondary)!important;border:1px solid var(--border-color)!important;border-radius:8px!important;margin-bottom:12px;transition:all .3s ease}.token-status-card:hover{box-shadow:0 2px 8px #0000004d;transform:translateY(-1px)}.token-status-card .ant-card-body{padding:12px!important}.token-status-card .ant-card-head{background:transparent!important;border-bottom:none!important;padding:8px 12px!important;min-height:auto!important}.log-panel{flex:1;min-height:0;background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;display:flex;flex-direction:column;overflow:hidden}.log-panel .panel-body{flex:1;overflow-y:auto;overflow-x:hidden;height:0;padding:16px 16px 8px}.execution-log{height:100%}.execution-log-table{background:transparent!important}.execution-log-table .ant-table{background:transparent!important;color:var(--text-primary)!important}.execution-log-table .ant-table-thead>tr>th{background:var(--bg-secondary)!important;border-bottom:1px solid var(--border-color)!important;color:var(--text-primary)!important;font-weight:600!important}.execution-log-table .ant-table-tbody>tr>td{background:transparent!important;border-bottom:1px solid var(--border-color)!important}.execution-log-table .ant-table-tbody>tr:hover>td{background:#1890ff1a!important}.execution-log-table .ant-table-tbody>tr:last-child>td{border-bottom:none!important;padding-bottom:8px!important}.execution-log-table .ant-table{margin-bottom:0!important}.execution-log-table .ant-spin-container{padding-bottom:0!important}.ant-btn-primary{background:var(--accent-gradient)!important;border:none!important}.ant-btn-primary:hover{background:linear-gradient(135deg,#5568d3,#653a8f)!important}.ant-input,.ant-input-number,.ant-input-password,.ant-textarea{background:var(--bg-secondary)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}.ant-input-number-input{background:transparent!important;color:var(--text-primary)!important}.ant-input-number-handler-wrap{background:var(--bg-secondary)!important}.ant-input-number-handler{border-color:var(--border-color)!important;color:var(--text-secondary)!important}.ant-input-number-handler:hover{color:var(--accent-blue)!important}.ant-input-number-group-addon{background:var(--bg-secondary)!important;border-color:var(--border-color)!important;color:var(--text-secondary)!important}.ant-input-number-group-addon:first-child{border-right-color:var(--border-color)!important}.ant-input-number-group-addon:last-child{border-left-color:var(--border-color)!important}.ant-input::placeholder,.ant-input-number::placeholder,.ant-textarea::placeholder{color:var(--text-muted)!important}.ant-input:focus,.ant-input-number:focus,.ant-input-password:focus,.ant-textarea:focus{border-color:var(--accent-blue)!important;box-shadow:0 0 0 2px #1890ff33!important}.ant-select-selector{background:var(--bg-secondary)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}.ant-select-dropdown{background:var(--bg-card)!important}.ant-select-item{color:var(--text-primary)!important}.ant-select-item-option-selected{background:#1890ff33!important}.ant-tag{border-radius:4px;padding:2px 8px;font-size:11px}.ant-empty-description{color:var(--text-muted)!important}.ant-spin-dot-item{background-color:var(--accent-blue)!important}.ant-card{background:var(--bg-card)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}.ant-list-item{border-color:var(--border-color)!important}.ant-list-empty-text{color:var(--text-muted)!important}.ant-avatar{background:var(--accent-gradient)!important}.ant-image{border-radius:8px;overflow:hidden}.ant-image-img{border:1px solid var(--border-color)}.ant-modal-content{background:var(--bg-card)!important;border:1px solid var(--border-color)!important}.ant-modal-header{background:var(--bg-secondary)!important;border-bottom:1px solid var(--border-color)!important}.ant-modal-title{color:var(--text-primary)!important}.ant-modal-close{color:var(--text-secondary)!important}.ant-modal-close:hover,.ant-popconfirm-inner-content{color:var(--text-primary)!important}.ant-popconfirm-inner{background:var(--bg-card)!important}.ant-alert{background:var(--bg-secondary)!important;border-color:var(--border-color)!important}.ant-alert-message{color:var(--text-primary)!important}.ant-alert-description{color:var(--text-secondary)!important}.private-key-modal .ant-modal-content{background:var(--bg-card)!important;border:1px solid var(--border-color)!important}.private-key-modal .ant-modal-body{color:var(--text-primary)!important;padding:24px!important}.private-key-alert{background:#52c41a1a!important;border:1px solid rgba(82,196,26,.3)!important}.private-key-alert .ant-alert-message{color:#52c41a!important;font-weight:600!important;font-size:14px!important}.private-key-alert .ant-alert-description{color:var(--text-secondary)!important}.private-key-input{color:#fff!important}.private-key-input::placeholder{color:#fff6!important}.private-key-input:focus,.private-key-input:hover{border-color:var(--accent-blue)!important;background:#ffffff14!important}.private-key-submit-btn{background:var(--accent-gradient)!important;border:none!important;height:44px!important;font-size:15px!important;font-weight:600!important}.private-key-submit-btn:hover{opacity:.9;transform:translateY(-1px)}.token-description-textarea{color:#d0d0d0!important;background:#ffffff0d!important;border:1px solid rgba(255,255,255,.1)!important}.token-description-textarea:hover{border-color:#fff3!important}.token-description-textarea:focus{border-color:var(--accent-blue)!important;box-shadow:0 0 0 2px #1890ff1a!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--accent-gradient);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5568d3,#653a8f)}@media (max-width: 1400px){.monitor-panel{grid-template-columns:1fr 350px}}@media (max-width: 1200px){.tweet-item-content{grid-template-columns:1fr;gap:12px}.token-status-content{width:100%}.content-top{flex:2}.log-panel{flex:1}.config-sidebar-wrapper{position:relative;height:auto}.dashboard-layout .ant-layout-content{padding-left:16px;height:auto;min-height:100vh}}@media (max-width: 768px){.dashboard-layout .ant-layout-content{padding:8px;height:auto}.content-top{height:auto;min-height:400px;max-height:none}.monitor-panel{grid-template-columns:1fr;grid-template-rows:auto auto}.panel-header h3{font-size:14px}.config-sidebar{padding:12px}.config-sidebar-wrapper{width:100%!important;max-width:100%!important;position:relative!important}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
