*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f4f6f9;color:#172033}button,input{font:inherit}button{cursor:pointer}.center-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px;background:radial-gradient(circle at top right,#eaf2ff,transparent 38%),#f4f6f9}.auth-card{width:410px;max-width:100%;padding:36px;background:#fff;border:1px solid #e4e8ef;border-radius:14px;box-shadow:0 16px 50px #0f172a14}.auth-brand{margin-bottom:28px;color:#2563eb;font-size:14px;font-weight:700;letter-spacing:.5px}.auth-card h1{margin:0 0 8px;font-size:26px}.auth-desc{margin:0 0 28px;color:#64748b;line-height:1.6}.auth-card label{display:block;margin:17px 0 7px;color:#334155;font-size:13px;font-weight:600}.auth-card input{width:100%;height:42px;padding:0 12px;border:1px solid #cbd5e1;border-radius:7px;outline:none}.auth-card input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.primary-button{width:100%;height:43px;margin-top:24px;border:0;border-radius:7px;background:#2563eb;color:#fff;font-weight:600}.primary-button:hover{background:#1d4ed8}.primary-button:disabled{opacity:.6;cursor:default}.form-error{margin-top:15px;padding:10px 12px;border-radius:6px;background:#fef2f2;color:#b91c1c;font-size:13px}.floating-message{position:fixed;z-index:100;top:20px;left:50%;transform:translate(-50%);padding:10px 18px;border-radius:7px;background:#ecfdf5;color:#047857;box-shadow:0 4px 20px #00000014}.loading-dot{width:18px;height:18px;margin:0 auto 14px;border:3px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}.loading-text{color:#64748b;text-align:center}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:240px;padding:24px 16px;background:#111827;color:#fff}.brand{padding:0 12px;font-size:18px;font-weight:700}.brand-subtitle{margin:6px 0 28px;padding:0 12px;color:#64748b;font-size:12px}nav{display:flex;flex-direction:column;gap:5px}.nav{width:100%;min-height:42px;padding:0 12px;border:0;border-radius:7px;background:transparent;color:#cbd5e1;text-align:left}.nav:hover,.nav.active{background:#1f2937;color:#fff}.content{min-height:100vh;margin-left:240px;padding:30px}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.topbar h1{margin:0;font-size:26px}.topbar p{margin:5px 0 0;color:#94a3b8;font-size:13px}.user-area{display:flex;align-items:center;gap:18px}.user-area>div{display:flex;flex-direction:column;align-items:flex-end}.user-area span{margin-top:3px;color:#94a3b8;font-size:12px}.secondary-button{min-height:36px;padding:0 13px;border:1px solid #cbd5e1;border-radius:7px;background:#fff;color:#334155}.card{padding:24px;border:1px solid #e4e8ef;border-radius:10px;background:#fff}.card h2{margin:0 0 10px;font-size:18px}.card p{margin:0;color:#64748b}.status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px}.status-card{display:flex;flex-direction:column;gap:10px;padding:20px;border:1px solid #e4e8ef;border-radius:10px;background:#fff}.status-card span{color:#64748b;font-size:13px}.status-card strong{color:#059669;font-size:18px}@media(max-width:900px){.sidebar{width:190px}.content{margin-left:190px}.status-grid{grid-template-columns:1fr}}.page-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.page-toolbar h2{margin:0 0 5px;font-size:20px}.page-toolbar p{margin:0;color:#64748b;font-size:13px}.primary-inline-button{min-height:38px;padding:0 15px;border:0;border-radius:7px;background:#2563eb;color:#fff;font-weight:600}.primary-inline-button:hover{background:#1d4ed8}.table-card{padding:0;overflow:hidden}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:14px 16px;border-bottom:1px solid #eef2f7;text-align:left;vertical-align:top;font-size:13px}th{background:#f8fafc;color:#64748b;font-weight:600}tbody tr:last-child td{border-bottom:0}.empty-state{padding:50px 20px;color:#94a3b8;text-align:center}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.disabled-text{display:block;margin-top:4px;color:#94a3b8;font-size:11px}.status{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:600}.status-ready{background:#ecfdf5;color:#047857}.status-error{background:#fef2f2;color:#b91c1c}.status-unknown{background:#f1f5f9;color:#475569}.small-error{max-width:280px;margin-top:6px;color:#b91c1c;font-size:11px;line-height:1.5;word-break:break-word}.row-actions{display:flex;gap:8px;flex-wrap:wrap}.row-actions button{padding:5px 8px;border:1px solid #cbd5e1;border-radius:5px;background:#fff;color:#334155;font-size:12px}.row-actions button:hover{border-color:#94a3b8}.row-actions .danger-link{border-color:#fecaca;color:#b91c1c}.page-error{margin-bottom:16px;padding:11px 13px;border-radius:7px;background:#fef2f2;color:#b91c1c}.modal-mask{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a7a}.modal{width:560px;max-width:100%;max-height:90vh;overflow-y:auto;padding:24px;border-radius:12px;background:#fff;box-shadow:0 18px 60px #0f172a38}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.modal-header h2{margin:0;font-size:20px}.icon-button{width:34px;height:34px;border:0;border-radius:6px;background:#f1f5f9;color:#475569;font-size:20px}.modal label{display:block;margin:14px 0 6px;color:#334155;font-size:13px;font-weight:600}.modal input:not([type=checkbox]){width:100%;height:40px;padding:0 11px;border:1px solid #cbd5e1;border-radius:6px;outline:none}.modal input:focus{border-color:#3b82f6}.checkbox-line{display:flex!important;align-items:center;gap:8px;margin-top:18px!important}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.settings-card{max-width:840px}.settings-help,.field-help{margin:5px 0 18px;color:#64748b;font-size:13px;line-height:1.6}.settings-grid,.proxy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.settings-grid label,.proxy-grid label{display:block;margin-bottom:6px;color:#334155;font-size:13px;font-weight:600}.settings-grid input,.proxy-grid input{width:100%;height:40px;padding:0 11px;border:1px solid #cbd5e1;border-radius:6px;outline:none}.settings-grid input:focus,.proxy-grid input:focus{border-color:#3b82f6}.settings-actions{display:flex;gap:10px;margin-top:22px}.settings-status{display:flex;gap:20px;margin-top:18px;color:#64748b;font-size:13px}.settings-status strong{color:#0f172a}.page-success{margin-top:16px;padding:11px 13px;border-radius:7px;background:#ecfdf5;color:#047857}.account-proxy-box{margin-top:18px;padding:14px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.account-proxy-box .field-help{margin:5px 0 12px}@media(max-width:850px){.settings-grid,.proxy-grid{grid-template-columns:1fr}}.account-editor-mask{position:fixed;z-index:3000;top:0;right:0;bottom:0;left:0;display:flex;align-items:stretch;justify-content:flex-end;background:#0f172a61}.account-editor-panel{width:520px;max-width:100%;height:100vh;overflow-y:auto;padding:0 22px 24px;background:#fff;box-shadow:-10px 0 35px #0f172a1f}.account-editor-header{position:sticky;z-index:5;top:0;display:flex;align-items:center;justify-content:space-between;padding:18px 0 14px;background:#fff;border-bottom:1px solid #eef2f7}.account-editor-header h2{margin:0;font-size:18px}.account-editor-close{width:34px;height:34px;border:0;background:transparent;color:#64748b;font-size:26px;line-height:1}.editor-field{margin-top:19px}.editor-field>label:not(.editor-check-line){display:block;margin-bottom:8px;color:#1e293b;font-size:13px;font-weight:500}.editor-field>label>span{margin-left:3px;color:#ef4444}.editor-field input:not([type=checkbox]),.editor-field select,.editor-field textarea,.region-selector-button{width:100%;border:1px solid #d9dee7;border-radius:4px;background:#fff;color:#334155;outline:none}.editor-field input:not([type=checkbox]),.editor-field select,.region-selector-button{height:38px;padding:0 11px}.editor-field textarea{min-height:74px;padding:10px 11px;resize:vertical}.editor-field input:focus,.editor-field select:focus,.editor-field textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f614}.editor-counter{margin-top:-20px;padding-right:8px;color:#94a3b8;font-size:11px;text-align:right;pointer-events:none}.editor-sub-input{margin-top:9px}.advanced-toggle{display:flex;align-items:center;gap:7px;margin-top:24px;padding:0;border:0;background:transparent;color:#1e293b;font-weight:500}.advanced-area{padding-bottom:4px}.editor-check-line{display:flex!important;align-items:center;gap:8px;margin:0!important;color:#334155;font-size:13px;font-weight:400!important}.editor-check-line input{width:16px;height:16px}.editor-help{margin-top:7px;color:#94a3b8;font-size:11px;line-height:1.5}.region-selector{position:relative}.region-selector-button{display:flex;align-items:center;justify-content:space-between;color:#64748b;cursor:pointer}.region-dropdown{position:absolute;z-index:30;top:calc(100% + 5px);right:0;left:0;max-height:310px;overflow-y:auto;padding:6px;border:1px solid #d9dee7;border-radius:6px;background:#fff;box-shadow:0 10px 30px #0f172a1f}.region-option{display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:8px;min-height:38px;padding:6px 8px;border-radius:4px;cursor:pointer}.region-option:hover{background:#f8fafc}.region-option small{color:#94a3b8;font-size:10px}.region-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.region-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 7px;border-radius:4px;background:#eff6ff;color:#2563eb;font-size:11px}.region-tag button{padding:0;border:0;background:transparent;color:#2563eb}.vcpu-interval-select{margin-top:10px}.destructive-field{padding-top:14px;border-top:1px solid #eef2f7}.disabled-option{color:#94a3b8!important}.account-editor-error{margin-top:18px;padding:10px 12px;border-radius:5px;background:#fef2f2;color:#b91c1c;font-size:12px}.account-editor-actions{position:sticky;bottom:0;display:flex;justify-content:flex-end;gap:10px;margin:26px -22px -24px;padding:14px 22px;border-top:1px solid #eef2f7;background:#fff}@media(max-width:650px){.account-editor-panel{width:100%}}.account-vcpu-widget{display:inline-flex;align-items:center;margin-top:8px}.vcpu-main-button{display:inline-flex;align-items:center;gap:5px;min-height:29px;padding:0 9px;border:1px solid #bae6fd;border-radius:5px 0 0 5px;background:#f0f9ff;color:#0284c7;font-size:12px;font-weight:600}.vcpu-main-button:hover{background:#e0f2fe}.vcpu-main-button:disabled{opacity:.6;cursor:wait}.vcpu-globe-button{width:31px;min-height:29px;margin-left:-1px;border:1px solid #bae6fd;border-radius:0 5px 5px 0;background:#f0f9ff;font-size:13px}.vcpu-globe-button:hover{background:#e0f2fe}.vcpu-modal-mask{position:fixed;z-index:6000;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a7a}.vcpu-modal{width:820px;max-width:100%;max-height:86vh;overflow:hidden;border-radius:10px;background:#fff;box-shadow:0 24px 70px #0f172a3d}.vcpu-modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #eef2f7}.vcpu-modal-header h2{margin:0;font-size:18px}.vcpu-modal-header p{margin:4px 0 0;color:#94a3b8;font-size:12px}.vcpu-close{width:34px;height:34px;padding:0;border:0;background:transparent;color:#64748b;font-size:24px}.vcpu-modal-summary{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#f8fafc;color:#64748b;font-size:12px}.vcpu-modal-summary strong{margin-left:5px;color:#0f172a}.vcpu-modal-refresh{min-height:32px;padding:0 10px;border:1px solid #bae6fd;border-radius:5px;background:#f0f9ff;color:#0284c7}.vcpu-modal-refresh:disabled{opacity:.6;cursor:wait}.vcpu-error{margin:12px 20px 0;padding:10px 12px;border-radius:5px;background:#fef2f2;color:#b91c1c;font-size:12px}.vcpu-empty{padding:55px 20px;color:#94a3b8;text-align:center}.vcpu-table-wrap{max-height:62vh;overflow:auto}.vcpu-table{width:100%}.vcpu-table th,.vcpu-table td{padding:11px 14px}.vcpu-table th small,.vcpu-table td small{display:block;margin-top:3px;color:#94a3b8;font-size:10px;font-weight:400}.vcpu-chip{display:inline-block;min-width:60px;padding:4px 7px;border-radius:4px;background:#e0f2fe;color:#0284c7;text-align:center;font-size:11px;font-weight:600}.vcpu-free{color:#059669}.vcpu-region-warning{margin-top:4px;color:#dc2626;font-size:9px}@media(max-width:720px){.vcpu-modal-mask{padding:10px}.vcpu-modal{max-height:94vh}}.ec2-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:7000;display:flex;align-items:center;justify-content:center;padding:12px;background:#0000006b}.ec2-create-modal{width:min(600px,96vw);height:min(94vh,980px);display:flex;flex-direction:column;overflow:hidden;background:#fff;border-radius:5px;box-shadow:0 14px 50px #00000038}.ec2-create-header{display:flex;align-items:center;justify-content:space-between;padding:14px 17px 12px;border-bottom:1px solid #f0f0f0}.ec2-create-header h2{margin:0;font-size:16px;font-weight:500}.ec2-close-button{width:30px;height:30px;padding:0;border:0;background:transparent;color:#666;font-size:25px}.ec2-create-form{min-height:0;display:flex;flex:1;flex-direction:column}.ec2-create-scroll{flex:1;overflow-y:auto;padding:14px 17px 24px}.ec2-field{margin-bottom:15px}.ec2-field>label{display:block;margin-bottom:7px;font-size:13px}.ec2-field label em{margin-left:3px;color:#ff4d4f;font-style:normal}.ec2-field input,.ec2-field select,.ec2-field textarea{box-sizing:border-box;width:100%;min-height:34px;border:1px solid #d9d9d9;border-radius:3px;background:#fff;padding:6px 10px;font-size:13px;outline:none}.ec2-field textarea{min-height:78px;resize:vertical}.ec2-field input:focus,.ec2-field select:focus,.ec2-field textarea:focus{border-color:#36cfc9;box-shadow:0 0 0 2px #36cfc914}.ec2-help{display:block;margin-top:5px;color:#999;font-size:11px}.ec2-info-box,.ec2-info-note{margin:3px 0 17px;padding:12px;background:#e6f4ff;border-radius:3px}.ec2-info-title,.ec2-collapse-title{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0;border:0;background:transparent;text-align:left}.ec2-password-script{margin-top:10px}.ec2-password-script pre{margin:4px 0 10px;overflow-x:auto;padding:7px;background:#ffffff8c;font-size:11px;line-height:1.55;white-space:pre-wrap}.ec2-script-module{margin:4px 0 18px;padding:13px;border:1px solid #f0f0f0;border-radius:4px}.ec2-script-module h3{margin:0 0 12px;font-size:13px}.ec2-check-row{display:flex;align-items:center;gap:7px;min-height:32px;margin-bottom:7px;font-size:13px;cursor:pointer}.ec2-check-row input{width:16px;height:16px;margin:0}.ec2-sub-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 12px;margin:3px 0 10px 23px}.ec2-wide-field{grid-column:1 / -1}.ec2-number-control,.ec2-port-row,.ec2-input-suffix{display:flex;align-items:stretch}.ec2-number-control input,.ec2-port-row input,.ec2-input-suffix input{min-width:0;flex:1}.ec2-number-control button,.ec2-port-row button{width:34px;margin-left:-1px;border:1px solid #d9d9d9;background:#fff}.ec2-port-row{margin-bottom:6px}.ec2-input-suffix span{display:flex;align-items:center;padding:0 10px;margin-left:-1px;border:1px solid #d9d9d9}.ec2-segmented{display:flex}.ec2-segmented button{flex:1;height:34px;border:1px solid #d9d9d9;background:#fff}.ec2-segmented button+button{margin-left:-1px}.ec2-segmented button.active{border-color:#36cfc9;color:#13c2c2}.ec2-collapse-section{margin-top:18px;border-top:1px solid #f0f0f0}.ec2-collapse-title{padding:12px 0}.ec2-collapse-body{padding-bottom:5px}.ec2-info-note{margin:8px 0 13px;font-size:11px}.ec2-create-footer{display:flex;align-items:center;justify-content:space-between;padding:11px 17px;border-top:1px solid #f0f0f0}.ec2-phase-label{color:#aaa;font-size:11px}.empty-state small{display:block;margin-top:8px;color:#999}.ec2-create-modal-v2{width:min(640px,96vw)}.ec2-cascade-root{position:relative;width:100%}.ec2-selector-button{box-sizing:border-box;width:100%;min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 10px;border:1px solid #d9d9d9;border-radius:3px;background:#fff;color:#262626;font-size:13px;text-align:left}.ec2-selector-button:hover:not(:disabled){border-color:#36cfc9}.ec2-selector-button:disabled{background:#fafafa;color:#aaa;cursor:not-allowed}.ec2-selector-button .placeholder{color:#bfbfbf}.ec2-selector-arrow{color:#999}.ec2-cascade-panel{position:absolute;top:calc(100% + 4px);left:0;z-index:8500;width:min(570px,86vw);min-height:260px;max-height:420px;display:grid;grid-template-columns:190px 1fr;overflow:hidden;border:1px solid #e8e8e8;border-radius:4px;background:#fff;box-shadow:0 8px 28px #00000026}.ec2-cascade-left,.ec2-cascade-right{overflow-y:auto;padding:6px 0}.ec2-cascade-left{border-right:1px solid #f0f0f0;background:#fafafa}.ec2-group-row,.ec2-cascade-category{box-sizing:border-box;width:100%;min-height:38px;display:flex;align-items:center;gap:7px;padding:7px 10px;border:0;background:transparent;color:#333;font-size:13px;text-align:left}.ec2-cascade-category{justify-content:space-between}.ec2-group-row:hover,.ec2-cascade-category:hover,.ec2-group-row.active,.ec2-cascade-category.active{background:#e6fffb}.ec2-group-row input,.ec2-account-option input{width:15px;height:15px;margin:0}.ec2-group-name{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ec2-group-count{color:#999;font-size:11px}.ec2-account-option{min-height:48px;display:flex;align-items:center;gap:9px;padding:7px 12px;border-bottom:1px solid #f5f5f5;cursor:pointer}.ec2-account-option:hover{background:#f6ffed}.ec2-account-option>span{min-width:0}.ec2-account-option strong,.ec2-account-option small{display:block}.ec2-account-option strong{overflow:hidden;color:#262626;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.ec2-account-option small{margin-top:3px;color:#999;font-size:11px}.ec2-region-option,.ec2-type-option,.ec2-image-option{box-sizing:border-box;width:100%;display:block;padding:9px 12px;border:0;border-bottom:1px solid #f5f5f5;background:#fff;color:#262626;font-size:13px;text-align:left}.ec2-region-option:hover,.ec2-type-option:hover,.ec2-image-option:hover{background:#f6ffed}.ec2-region-option.selected,.ec2-type-option.selected,.ec2-image-option.selected{background:#e6fffb}.ec2-region-option{display:flex;align-items:center;justify-content:space-between}.ec2-region-option small{margin-left:12px;color:#fa8c16;white-space:nowrap}.ec2-type-option strong,.ec2-type-option small,.ec2-image-option strong,.ec2-image-option small{display:block}.ec2-type-option strong,.ec2-image-option strong{font-size:13px}.ec2-type-option small,.ec2-image-option small{margin-top:3px;color:#999;font-size:11px}.ec2-selector-empty{padding:30px 15px;color:#999;font-size:12px;text-align:center}.ec2-catalog-error{margin-bottom:14px}@media(max-width:680px){.ec2-cascade-panel{width:calc(100vw - 34px);grid-template-columns:145px 1fr}}.ec2-cascade-panel{height:min(420px,62vh);max-height:min(420px,62vh);overflow:hidden}.ec2-cascade-left,.ec2-cascade-right{min-height:0;height:100%;max-height:100%;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch}.ec2-cascade-left,.ec2-cascade-right{scrollbar-width:thin}.ec2-cascade-left::-webkit-scrollbar,.ec2-cascade-right::-webkit-scrollbar{width:8px}.ec2-cascade-left::-webkit-scrollbar-thumb,.ec2-cascade-right::-webkit-scrollbar-thumb{background:#0000002e;border-radius:8px}.ec2-cascade-left::-webkit-scrollbar-track,.ec2-cascade-right::-webkit-scrollbar-track{background:transparent}@media(max-height:760px){.ec2-cascade-panel{height:52vh;max-height:52vh}}@media(max-width:680px){.ec2-cascade-panel{height:min(380px,58vh);max-height:min(380px,58vh)}}.ec2-create-footer-left{display:flex;align-items:center;gap:12px}.ec2-template-open-button{min-width:72px;height:34px;padding:0 16px;border:1px solid #d9d9d9;border-radius:4px;background:#fff;color:#333;cursor:pointer}.ec2-template-open-button:hover{border-color:#36cfc9;color:#08979c}.ec2-template-mask{position:absolute;top:0;right:0;bottom:0;left:0;z-index:9600;display:flex;align-items:center;justify-content:center;padding:18px;background:#00000052}.ec2-template-panel{width:min(560px,94vw);max-height:min(720px,86vh);display:flex;flex-direction:column;overflow:hidden;border-radius:7px;background:#fff;box-shadow:0 14px 48px #00000038}.ec2-template-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 18px;border-bottom:1px solid #f0f0f0}.ec2-template-header h3{margin:0;font-size:17px}.ec2-template-header small{display:block;margin-top:4px;color:#999;font-size:11px}.ec2-template-error{margin:12px 16px 0}.ec2-template-list{min-height:120px;max-height:330px;overflow-y:auto;overscroll-behavior:contain;border-bottom:1px solid #f0f0f0}.ec2-template-empty{padding:42px 20px;color:#999;font-size:13px;text-align:center}.ec2-template-item{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 16px;border-bottom:1px solid #f5f5f5}.ec2-template-item:last-child{border-bottom:0}.ec2-template-item:hover{background:#fafafa}.ec2-template-main{min-width:0;flex:1}.ec2-template-main strong,.ec2-template-main small{display:block}.ec2-template-main strong{overflow:hidden;color:#262626;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.ec2-template-main small{margin-top:4px;overflow:hidden;color:#999;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.ec2-template-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.ec2-template-actions button{min-height:30px;padding:4px 9px;border:1px solid #d9d9d9;border-radius:4px;background:#fff;cursor:pointer}.ec2-template-actions .primary-inline-button{border-color:transparent}.ec2-template-actions .danger-text-button{border-color:#ffccc7;color:#cf1322}.ec2-template-save-box{overflow-y:auto;padding:15px 18px 18px}.ec2-template-save-box h4{margin:0 0 12px;font-size:14px}.ec2-template-save-button{margin-top:4px}@media(max-width:600px){.ec2-template-item{align-items:flex-start;flex-direction:column}.ec2-template-actions{width:100%}}.ec2-template-use-button{min-height:30px;padding:4px 10px;border:1px solid #d9d9d9;border-radius:4px;background:#fff;color:#262626!important;font-weight:400;cursor:pointer}.ec2-template-use-button:hover{border-color:#36cfc9;background:#f6ffed;color:#262626!important}.ec2-template-actions .ec2-template-use-button{color:#262626!important}.ec2-toolbar-actions{display:flex;align-items:center;gap:8px}.ec2-secondary-button{min-height:34px;padding:6px 14px;border:1px solid #d9d9d9;border-radius:4px;background:#fff;color:#262626;cursor:pointer}.ec2-secondary-button:hover:not(:disabled){border-color:#36cfc9;color:#08979c}.ec2-secondary-button:disabled{color:#aaa;cursor:not-allowed}.ec2-instance-list-card{overflow:hidden}.ec2-instance-table-wrap{width:100%;overflow-x:auto}.ec2-instance-table{width:100%;min-width:1120px;border-collapse:collapse}.ec2-instance-table th,.ec2-instance-table td{padding:12px 14px;border-bottom:1px solid #f0f0f0;color:#262626;font-size:13px;text-align:left;vertical-align:middle}.ec2-instance-table th{background:#fafafa;color:#666;font-size:12px;font-weight:600;white-space:nowrap}.ec2-instance-table tbody tr:hover{background:#fafafa}.ec2-instance-primary{min-width:0}.ec2-instance-primary strong,.ec2-instance-primary small{display:block}.ec2-instance-primary strong{color:#262626;font-size:13px;font-weight:600;white-space:nowrap}.ec2-instance-primary small{margin-top:3px;color:#999;font-size:11px;white-space:nowrap}.ec2-status-badge{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.ec2-status-dot{width:8px;height:8px;border-radius:50%;background:#bfbfbf}.ec2-status-badge.status-running .ec2-status-dot{background:#52c41a}.ec2-status-badge.status-pending .ec2-status-dot{background:#1890ff}.ec2-status-badge.status-stopping .ec2-status-dot,.ec2-status-badge.status-shutting_down .ec2-status-dot{background:#faad14}.ec2-status-badge.status-stopped .ec2-status-dot,.ec2-status-badge.status-terminated .ec2-status-dot{background:#bfbfbf}@media(max-width:780px){.ec2-toolbar-actions{align-items:stretch;flex-direction:column}}.proxy-v2-result{margin-top:18px;padding:15px;border:1px solid #dbeafe;border-radius:9px;background:#f8fbff}.proxy-v2-title{margin-bottom:12px;font-weight:700;color:#0f172a}.proxy-v2-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.proxy-v2-grid>div{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:7px;background:#fff}.proxy-v2-grid span{color:#64748b;font-size:12px}.proxy-v2-grid strong{color:#0f172a;font-size:13px;word-break:break-word}@media(max-width:700px){.proxy-v2-grid{grid-template-columns:1fr}}.detector-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}.detector-summary-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border:1px solid #e5e7eb;border-radius:14px;background:#fff}.detector-summary-card span{color:#64748b;font-size:14px}.detector-summary-card strong{color:#0f172a;font-size:25px}.detector-status{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.detector-status-online{background:#dcfce7;color:#15803d}.detector-status-offline{background:#fee2e2;color:#b91c1c}.detector-status-pending{background:#fef3c7;color:#b45309}.detector-id-text{margin-top:5px;color:#94a3b8;font-family:monospace;font-size:11px;word-break:break-all}.detector-secondary-text{margin-top:3px;color:#94a3b8;font-size:11px}.detector-credential-card{margin-bottom:18px;border:1px solid #bbf7d0}.detector-credential-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:16px}.detector-credential-header h3{margin:0 0 6px}.detector-credential-header p{margin:0;color:#64748b}.detector-credential-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 0;border-top:1px solid #eef2f7}.detector-credential-row>div{min-width:0}.detector-credential-row span{display:block;margin-bottom:4px;color:#64748b;font-size:12px}.detector-credential-row code{color:#0f172a;font-size:13px;word-break:break-all}.detector-next-hint{margin-top:12px;padding:10px 12px;border-radius:9px;background:#f8fafc;color:#64748b;font-size:12px}.detector-create-modal{width:min(520px,calc(100vw - 32px))}@media(max-width:900px){.detector-summary-grid{grid-template-columns:1fr}.detector-credential-header,.detector-credential-row{align-items:stretch;flex-direction:column}}.detector-install-modal{width:min(760px,calc(100vw - 32px))}.detector-install-command{margin:16px 0;padding:14px;border:1px solid #dbe3ee;border-radius:10px;background:#0f172a;overflow-x:auto}.detector-install-command code{color:#e2e8f0;font-size:12px;line-height:1.7;white-space:pre-wrap;word-break:break-all}.detector-results-card{margin-top:18px}.detector-results-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:16px}.detector-results-header h3{margin:0 0 5px}.detector-results-header p{margin:0;color:#64748b;font-size:13px}.detector-result-filters{display:flex;gap:8px}.detector-result-filters button{padding:6px 11px;border:1px solid #dbe3ee;border-radius:8px;background:#fff;cursor:pointer}.detector-result-filters button.detector-filter-active{border-color:#0f172a;background:#0f172a;color:#fff}.detector-error-cell{max-width:360px;color:#b91c1c;font-size:12px;line-height:1.5;word-break:break-word}@media(max-width:900px){.detector-results-header{flex-direction:column}}.detector-results-v2-card{margin-top:18px}.detector-results-v2-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:16px}.detector-results-v2-header h3{margin:0 0 5px}.detector-results-v2-header p{margin:0;color:#64748b;font-size:13px}.detector-results-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.detector-results-toolbar label{display:flex;align-items:center;gap:7px;color:#475569;font-size:13px}.detector-results-toolbar select,.detector-cleanup-actions select{min-width:88px;padding:7px 9px;border:1px solid #dbe3ee;border-radius:8px;background:#fff}.detector-results-filters{display:flex;gap:7px}.detector-results-filters button{padding:7px 11px;border:1px solid #dbe3ee;border-radius:8px;background:#fff;cursor:pointer}.detector-results-filters button.active{border-color:#0f172a;background:#0f172a;color:#fff}.detector-cleanup-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:15px;padding:12px 14px;border:1px solid #fed7aa;border-radius:10px;background:#fff7ed}.detector-cleanup-bar strong{display:block;color:#9a3412;font-size:13px}.detector-cleanup-bar span{display:block;margin-top:3px;color:#9a3412;font-size:11px}.detector-cleanup-actions{display:flex;align-items:center;gap:9px}.detector-cleanup-button{white-space:nowrap}.detector-results-meta{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:12px;color:#64748b;font-size:12px}.detector-results-meta strong{margin:0 4px;color:#0f172a}.detector-result-success,.detector-result-failed{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:700}.detector-result-success{background:#dcfce7;color:#15803d}.detector-result-failed{background:#fee2e2;color:#b91c1c}.detector-error-cell{max-width:380px;color:#b91c1c;font-size:12px;line-height:1.5;word-break:break-word}.detector-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;flex-wrap:wrap}.detector-pagination button{padding:7px 11px;border:1px solid #dbe3ee;border-radius:8px;background:#fff;cursor:pointer}.detector-pagination button:disabled{cursor:not-allowed;opacity:.45}.detector-pagination span{padding:0 8px;color:#475569;font-size:12px}@media(max-width:900px){.detector-results-v2-header,.detector-cleanup-bar,.detector-cleanup-actions{align-items:stretch;flex-direction:column}}.detector-aggregation-card{margin-top:18px}.detector-aggregation-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:14px}.detector-aggregation-header h3{margin:0 0 5px}.detector-aggregation-header p{margin:0;color:#64748b;font-size:13px}.detector-aggregation-rules{display:flex;align-items:center;gap:18px;margin-bottom:14px;padding:10px 12px;border:1px solid #dbe3ee;border-radius:10px;background:#f8fafc;color:#64748b;font-size:12px;flex-wrap:wrap}.detector-aggregation-rules strong{margin-left:4px;color:#0f172a}.detector-aggregation-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:15px}.detector-aggregation-summary>div{padding:12px;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.detector-aggregation-summary span{display:block;color:#64748b;font-size:12px}.detector-aggregation-summary strong{display:block;margin-top:4px;font-size:20px}.aggregation-status{display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;font-size:12px;font-weight:700}.aggregation-status-insufficient{background:#e2e8f0;color:#475569}.aggregation-status-normal{background:#dcfce7;color:#15803d}.aggregation-status-suspicious{background:#fef3c7;color:#b45309}.aggregation-status-abnormal{background:#fee2e2;color:#b91c1c}.detector-aggregation-note{margin-top:14px;padding:10px 12px;border-radius:9px;background:#f8fafc;color:#64748b;font-size:12px;line-height:1.7}.detector-aggregation-note strong{color:#0f172a}@media(max-width:900px){.detector-aggregation-header{flex-direction:column}.detector-aggregation-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}
