*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;color:#1f2933;background:#f5f7fa}.app{display:flex;height:100vh}.sidebar{width:280px;background:#fff;border-right:1px solid #e4e7eb;display:flex;flex-direction:column;flex-shrink:0}.sidebar-header{padding:20px 18px;border-bottom:1px solid #e4e7eb}.sidebar-brand{font-weight:700;font-size:16px;color:#db0011}.sidebar-subtitle{font-size:12px;color:#7b8794;margin-top:4px}.sidebar-section{padding:14px 18px 6px;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#9aa5b1}.sidebar-link{display:block;padding:9px 18px;text-decoration:none;color:#3e4c59;border-left:3px solid transparent;font-size:13px}.sidebar-link:hover{background:#f5f7fa}.sidebar-link.active{background:#fff5f5;border-left-color:#db0011;color:#db0011;font-weight:600}.sidebar-link .tc-id{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;color:#9aa5b1;display:block}.sidebar-link.active .tc-id{color:#db0011}.content{flex:1;overflow-y:auto;padding:28px 32px}.page-header{margin-bottom:18px}.page-title{font-size:20px;font-weight:700;margin:0 0 4px}.page-subtitle{color:#7b8794;font-size:13px}.tag{display:inline-block;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600;background:#e4e7eb;color:#3e4c59;margin-right:6px}.tag-success{background:#def7ec;color:#03543f}.tag-error{background:#fde8e8;color:#9b1c1c}.panel{background:#fff;border:1px solid #e4e7eb;border-radius:8px;margin-bottom:18px;overflow:hidden}.panel-header{padding:12px 16px;border-bottom:1px solid #e4e7eb;font-weight:600;font-size:13px;background:#fafbfc;display:flex;align-items:center;justify-content:space-between}.panel-body{padding:16px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px;row-gap:8px}@media (max-width: 980px){.form-grid{grid-template-columns:1fr}}.form-row{display:grid;grid-template-columns:150px 1fr;gap:8px;align-items:center}.form-label{display:flex;align-items:center;gap:5px;font-size:12.5px;color:#3e4c59;font-weight:500}.form-input{padding:5px 9px;border:1px solid #cbd2d9;border-radius:4px;font-size:12.5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#fff;width:100%;height:30px}.form-input:focus{outline:none;border-color:#db0011;box-shadow:0 0 0 2px #db00111f}.form-input:disabled{background:#e9ecef;color:#6c757d;cursor:not-allowed;border-color:#cbd2d9}.tooltip{position:relative;display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;background:#cbd2d9;color:#fff;font-size:10px;font-weight:700;cursor:help}.tooltip:hover{background:#db0011}.tooltip-content{visibility:hidden;position:absolute;bottom:130%;left:50%;transform:translate(-50%);background:#1f2933;color:#fff;padding:6px 10px;border-radius:4px;font-size:12px;font-weight:400;width:260px;z-index:100;line-height:1.4}.tooltip:hover .tooltip-content{visibility:visible}.btn{padding:9px 18px;border-radius:5px;border:none;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease}.btn-primary{background:#db0011;color:#fff}.btn-primary:hover{background:#b50010}.btn-primary:disabled{background:#cbd2d9;cursor:not-allowed}.btn-secondary{background:#fff;color:#3e4c59;border:1px solid #cbd2d9}.btn-secondary:hover{background:#f5f7fa}.btn-secondary:disabled{color:#cbd2d9;cursor:not-allowed}.actions{display:flex;gap:10px;flex-wrap:wrap}.kv-table{width:100%;border-collapse:collapse}.kv-table td{padding:8px 10px;border-bottom:1px solid #f0f4f8;font-size:13px}.kv-table td:first-child{color:#7b8794;width:200px;font-weight:500}.kv-table td:last-child{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.note{margin-top:10px;padding:10px 12px;border-radius:5px;font-size:13px;line-height:1.5}.note-success{background:#def7ec;color:#03543f;border-left:3px solid #0e9f6e}.note-error{background:#fde8e8;color:#9b1c1c;border-left:3px solid #e02424}.note-info{background:#e1effe;color:#1e429f;border-left:3px solid #3f83f8}.code-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;font-weight:700;margin-right:6px}.code-badge-success{background:#0e9f6e;color:#fff}.code-badge-error{background:#e02424;color:#fff}.raw-toggle{background:none;border:none;color:#db0011;font-size:12px;font-weight:600;cursor:pointer;padding:0}.raw-pre{margin:12px 0 0;padding:12px;background:#1f2933;color:#e4e7eb;border-radius:5px;overflow-x:auto;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.45;max-height:360px}.explain p{margin:0 0 6px;line-height:1.55;font-size:13px;color:#3e4c59}.explain ul{margin:6px 0 0;padding-left:20px;font-size:13px;color:#3e4c59}.status-pill{display:inline-block;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:600;margin-left:8px}.status-idle{background:#e4e7eb;color:#52606d}.status-loading{background:#fef3c7;color:#92400e}.status-ok{background:#def7ec;color:#03543f}.status-fail{background:#fde8e8;color:#9b1c1c}.sidebar-footer{margin-top:auto;padding:12px 18px 16px;border-top:1px solid #e4e7eb}.sidebar-footer .endpoint-display{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;color:#52606d;word-break:break-all;margin:4px 0 8px}.sidebar-footer-label{font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#9aa5b1}.btn-link{background:none;border:none;padding:0;color:#db0011;font-size:12px;font-weight:600;cursor:pointer}.btn-link:hover{text-decoration:underline}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal{background:#fff;border-radius:10px;width:100%;max-width:520px;box-shadow:0 20px 60px #0f172a40;overflow:hidden;animation:modalIn .18s ease-out}@keyframes modalIn{0%{transform:translateY(8px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.modal-header{padding:16px 20px;border-bottom:1px solid #e4e7eb;display:flex;justify-content:space-between;align-items:center}.modal-title{font-size:15px;font-weight:700;margin:0}.modal-close{background:none;border:none;font-size:20px;line-height:1;color:#7b8794;cursor:pointer}.modal-close:hover{color:#1f2933}.modal-body{padding:18px 20px}.modal-footer{padding:12px 20px;border-top:1px solid #e4e7eb;display:flex;gap:8px;justify-content:flex-end;background:#fafbfc}.success-banner{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#def7ec;color:#03543f;border-radius:6px;margin-bottom:16px;font-weight:600}.success-banner .check{width:28px;height:28px;border-radius:50%;background:#0e9f6e;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.receipt-table{width:100%;border-collapse:collapse}.receipt-table td{padding:9px 0;font-size:13px;border-bottom:1px dashed #e4e7eb;vertical-align:top}.receipt-table td:first-child{color:#7b8794;width:180px;font-weight:500}.receipt-table td:last-child{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#1f2933;word-break:break-word}.receipt-table tr:last-child td{border-bottom:none}.settings-row{margin-bottom:12px}.settings-row label{display:block;font-size:12px;font-weight:600;color:#3e4c59;margin-bottom:4px}.settings-input{width:100%;padding:8px 10px;border:1px solid #cbd2d9;border-radius:5px;font-size:13px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.settings-help{font-size:12px;color:#7b8794;margin-top:6px;line-height:1.5}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f7fa}.login-card{background:#fff;border:1px solid #e4e7eb;border-radius:10px;width:360px;overflow:hidden;box-shadow:0 4px 20px #00000014}.login-header{background:#db0011;color:#fff;padding:28px 28px 24px;text-align:center}.login-brand{font-size:30px;font-weight:800;letter-spacing:.08em;margin-bottom:6px}.login-title{font-size:15px;font-weight:600;opacity:.95}.login-subtitle{font-size:12px;opacity:.75;margin-top:4px}.login-form{padding:24px 28px 28px;display:flex;flex-direction:column;gap:14px}.login-field{display:flex;flex-direction:column;gap:5px}.login-label{font-size:12.5px;font-weight:600;color:#3e4c59}.login-input{height:36px;font-family:inherit;font-size:13.5px}.login-error{background:#fde8e8;color:#9b1c1c;border:1px solid #f8b4b4;border-radius:4px;padding:8px 12px;font-size:13px}.login-btn{margin-top:4px;width:100%}.sidebar-user{display:flex;align-items:center;justify-content:space-between;margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.25)}.sidebar-username{font-size:12px;font-weight:600;color:#3e4c59}
