:root{--bg: #f6f7f9;--surface: #ffffff;--surface-hover: #f8f9fb;--border: #e8e9ed;--border-strong: #d5d7dd;--text: #14161a;--text-muted: #6b7078;--text-subtle: #9a9ea6;--primary: #4f46e5;--primary-hover: #4338ca;--primary-light: #eef1ff;--primary-text: #4338ca;--success: #0d9668;--success-light: #e7f7f1;--danger: #dc2626;--danger-light: #fdeded;--amber: #d97706;--amber-light: #fef6e7;--radius-lg: 14px;--radius: 10px;--radius-sm: 7px;--shadow-sm: 0 1px 2px rgba(16, 24, 40, .05);--shadow-md: 0 4px 14px rgba(16, 24, 40, .08);--shadow-lg: 0 12px 32px rgba(16, 24, 40, .16);--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font);background:var(--bg);color:var(--text);font-size:14px;-webkit-font-smoothing:antialiased}h1,h2,h3{letter-spacing:-.015em;margin:0}a{color:var(--primary-text);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,a:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.text-muted{color:var(--text-muted)}.loading-screen{display:flex;align-items:center;justify-content:center;height:100vh;color:var(--text-muted)}.auth-page{height:100vh;display:flex}.auth-side{flex:1;background:linear-gradient(160deg,#14161f,#2b2470);color:#fff;display:flex;flex-direction:column;justify-content:center;padding:4rem}.auth-brand-mark{width:48px;height:48px;font-size:1.3rem;margin-bottom:1.5rem}.auth-side-title{font-size:2.2rem;font-weight:800;margin-bottom:1rem}.auth-side-copy{color:#c7c9e6;max-width:360px;line-height:1.6;font-size:.95rem}.auth-form-side{flex:1;display:flex;align-items:center;justify-content:center;background:var(--surface)}.auth-card{width:360px;display:flex;flex-direction:column}.auth-card h2{font-size:1.5rem;font-weight:800}.subtitle{color:var(--text-muted);margin-top:.35rem;margin-bottom:1.5rem;font-size:.9rem}.auth-card label,.modal-form label{font-size:.8rem;font-weight:600;margin-top:.85rem;margin-bottom:.35rem;display:block;color:#33353c}.auth-card input,.modal-form input,.modal-form select,.modal-form textarea{padding:.6rem .75rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);font-size:.9rem;width:100%;font-family:inherit;background:var(--surface);color:var(--text);transition:border-color .15s ease,box-shadow .15s ease}.auth-card input:focus,.modal-form input:focus,.modal-form select:focus,.modal-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.auth-submit{margin-top:1.5rem;width:100%;justify-content:center}.error{background:var(--danger-light);color:#b02a2a;padding:.6rem .8rem;border-radius:var(--radius-sm);margin-bottom:.5rem;font-size:.85rem;display:flex;align-items:center;gap:.5rem}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.75rem;background:#14161f;color:#fff}.topbar-brand{display:flex;align-items:center;gap:.6rem;color:#fff;font-weight:800;font-size:1.05rem}.topbar-brand:hover{text-decoration:none}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;background:linear-gradient(135deg,#6366f1,#4338ca);color:#fff;font-weight:800;font-size:.85rem;flex-shrink:0}.topbar-right{display:flex;align-items:center;gap:1rem}.topbar-user{font-size:.88rem;color:#c6c9d1}.topbar .icon-btn{color:#c6c9d1}.topbar .icon-btn:hover{background:#23262e;color:#fff}.content-pane{flex:1}.page{padding:2rem 2.25rem;max-width:1100px;margin:0 auto}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.page-header h1{font-size:1.5rem;font-weight:800}.back-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;font-weight:600;color:var(--text-muted);margin-bottom:.75rem}.back-link:hover{color:var(--text);text-decoration:none}.primary-btn{padding:.55rem 1rem;border:none;border-radius:var(--radius-sm);background:var(--primary);color:#fff;font-weight:600;cursor:pointer;font-size:.87rem;display:inline-flex;align-items:center;gap:.4rem;transition:background .12s ease;box-shadow:var(--shadow-sm)}.primary-btn:hover{background:var(--primary-hover)}.primary-btn:disabled{opacity:.55;cursor:default}.secondary-btn{padding:.5rem .9rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);font-weight:600;cursor:pointer;font-size:.85rem;display:inline-flex;align-items:center;gap:.4rem;color:var(--text)}.secondary-btn:hover{background:var(--surface-hover)}.secondary-btn:disabled{opacity:.5;cursor:default}.icon-btn{width:32px;height:32px;border-radius:var(--radius-sm);border:1px solid transparent;background:transparent;color:var(--text-muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.icon-btn:hover{background:var(--surface-hover);color:var(--text)}.icon-btn.danger:hover{background:var(--danger-light);color:var(--danger)}.link-btn{background:none;border:none;color:var(--primary-text);cursor:pointer;font-size:.82rem;font-weight:600;padding:0}.link-btn:hover{text-decoration:underline}.table-scroll{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;background:var(--surface);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border)}.data-table th{text-align:left;font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-subtle);font-weight:700;padding:.7rem 1.1rem;border-bottom:1px solid var(--border);background:var(--surface-hover)}.data-table td{padding:.65rem 1.1rem;border-bottom:1px solid var(--border);font-size:.87rem}.data-table tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:var(--surface-hover)}.table-primary-link{font-weight:600;color:var(--text)}.table-primary-link:hover{color:var(--primary-text);text-decoration:none}.badge{display:inline-flex;align-items:center;padding:.15rem .55rem;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:capitalize;white-space:nowrap}.badge-default{background:#eef0f3;color:#565a63}.badge-indigo{background:var(--primary-light);color:var(--primary-text)}.badge-green{background:var(--success-light);color:var(--success)}.badge-red{background:var(--danger-light);color:var(--danger)}.ssl-badge{display:inline-flex;align-items:center;gap:.3rem;color:var(--success);font-size:.82rem;font-weight:600}.empty-state{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;padding:2rem 1.5rem;background:var(--surface);border:1px dashed var(--border-strong);border-radius:var(--radius-lg);color:var(--text-muted)}.empty-state-icon{color:var(--text-subtle);margin-bottom:.25rem}.empty-state-title{font-weight:700;color:var(--text);font-size:.95rem}.empty-state-subtitle{font-size:.85rem;max-width:360px}.empty-state .primary-btn{margin-top:.5rem}.detail-meta{display:flex;gap:1.25rem;align-items:center;color:var(--text-muted);font-size:.85rem;margin-bottom:1.25rem;flex-wrap:wrap}.detail-meta a{display:inline-flex;align-items:center;gap:.35rem}.site-actions{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:1.5rem}.detail-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:1.25rem;align-items:start}@media (max-width: 900px){.detail-grid{grid-template-columns:1fr}}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.15rem 1.25rem;box-shadow:var(--shadow-sm);margin-bottom:1rem}.panel h2{margin:0 0 .85rem;font-size:.92rem;font-weight:700}.log-output{background:#14161f;color:#d6d8e0;padding:1rem;border-radius:var(--radius-sm);font-size:.8rem;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;overflow-x:auto;white-space:pre-wrap;word-break:break-word;max-height:420px;overflow-y:auto}.info-list{display:grid;grid-template-columns:auto 1fr;gap:.4rem 1rem;margin:0;font-size:.87rem}.info-list dt{color:var(--text-muted);font-weight:600}.info-list dd{margin:0;word-break:break-all}.history-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.history-item{border-left:3px solid var(--border-strong);padding:.3rem 0 .3rem .75rem;display:flex;flex-direction:column;gap:.2rem}.history-item.ok{border-left-color:var(--success)}.history-item.fail{border-left-color:var(--danger)}.history-meta{display:flex;justify-content:space-between;font-size:.82rem}.history-action{font-weight:700;text-transform:capitalize}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f101773;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:2000}.modal-card{background:var(--surface);border-radius:var(--radius-lg);padding:1.5rem;width:420px;max-height:85vh;overflow-y:auto;box-shadow:var(--shadow-lg)}.modal-header{display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;font-size:1.05rem;font-weight:700}.modal-form{display:flex;flex-direction:column}.modal-form button[type=submit]{margin-top:1.35rem;justify-content:center}.toast-stack{position:fixed;bottom:1.25rem;right:1.25rem;display:flex;flex-direction:column-reverse;gap:.5rem;z-index:3000}.toast{display:flex;align-items:center;gap:.55rem;padding:.7rem 1rem;border-radius:var(--radius);box-shadow:var(--shadow-lg);font-size:.85rem;font-weight:600;cursor:pointer;max-width:320px}.toast-success{background:#0d9668;color:#fff}.toast-error{background:#dc2626;color:#fff}@media (max-width: 700px){.page{padding:1.25rem}.auth-page{flex-direction:column;overflow-y:auto}.auth-side{padding:2rem 1.5rem;flex:none}.auth-form-side{flex:none;padding:2rem 1.5rem}.auth-card{width:100%}.modal-card{width:calc(100vw - 2rem)}}
