*{box-sizing:border-box}:root{--bg: #0f1115;--surface: #161a22;--surface-2: #1e2330;--border: #2a3142;--text: #e6e8ef;--text-muted: #8b94a7;--accent: #4c8bf5;--danger: #e5484d;--success: #30a46c}html,body,#root{margin:0;padding:0;height:100%;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:14px}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1100px;margin:0 auto;padding:24px}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:16px;flex-wrap:wrap}.page-header h1{margin:0;font-size:20px;font-weight:600}.breadcrumbs{color:var(--text-muted);font-size:13px;margin-bottom:12px}.breadcrumbs a{color:var(--text-muted)}.breadcrumbs a:hover{color:var(--text)}.breadcrumbs .sep{margin:0 6px;opacity:.5}.card{background:var(--surface);border:1px solid var(--border);border-radius:8px;overflow:hidden}.list-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border);gap:12px}.list-item:last-child{border-bottom:none}.list-item:hover{background:var(--surface-2)}.list-item-main{display:flex;flex-direction:column;min-width:0;flex:1}.list-item-title{font-weight:500}.list-item-sub{color:var(--text-muted);font-size:12px;margin-top:2px}.btn{background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:6px 12px;font-size:13px;cursor:pointer;font-family:inherit}.btn:hover{background:#2a3142}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-primary:hover{background:#3b7ce0}.btn-danger{color:var(--danger);border-color:#3a232a}.btn-danger:hover{background:#3a232a}.btn-sm{padding:4px 8px;font-size:12px}.input{background:var(--surface-2);border:1px solid var(--border);border-radius:6px;padding:8px 12px;font-size:13px;color:var(--text);font-family:inherit;width:100%}.input:focus{outline:none;border-color:var(--accent)}.empty,.loading{padding:32px;text-align:center;color:var(--text-muted)}.error{padding:12px 16px;background:#3a232a;border:1px solid #5a333b;border-radius:6px;color:#ffb3b8;margin-bottom:16px;font-size:13px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:flex-start;justify-content:center;padding:60px 16px 16px;z-index:100}.modal{background:var(--surface);border:1px solid var(--border);border-radius:8px;width:100%;max-width:560px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.modal-header{padding:16px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;font-size:16px;font-weight:600}.modal-body{padding:12px 16px;overflow-y:auto;flex:1}.modal-footer{padding:12px 16px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:8px}.badge{background:var(--surface-2);color:var(--text-muted);padding:2px 8px;border-radius:10px;font-size:11px}
