:root{--primary: #2563eb;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--text-primary: #1f2937;--text-secondary: #6b7280;--border: #e2e8f0;--success: #10b981;--warning: #f59e0b;--danger: #ef4444}*{margin:0;padding:0;box-sizing:border-box}html{font-size:110%}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.5}button{cursor:pointer;border:none;font-family:inherit}input,select{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.obs-table-container{flex:1;overflow-x:auto;overflow-y:auto;border:1px solid #ddd;border-radius:6px;background:#fff}.obs-table{width:100%;border-collapse:collapse;font-size:12px}.obs-table thead{position:sticky;top:0;z-index:10;background:#f0f0f0}.obs-table th{padding:8px 10px;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #ddd;white-space:nowrap;font-size:11px}.obs-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.obs-table th.sortable:hover{background:#e8e8e8}.obs-table td{padding:8px 10px;border-bottom:1px solid #eee;color:#333;font-size:12px}.obs-table tbody tr{transition:background .1s}.obs-table tbody tr:hover{background:#f5f8ff}.obs-table tbody tr.expanded{background:#f0f9ff}.obs-page{padding:16px;height:calc(100vh - 100px);display:flex;flex-direction:column}.obs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:16px}.obs-header-left{display:flex;align-items:center;gap:12px}.obs-header-left h1{font-size:18px;font-weight:600;margin:0}.obs-header-right{display:flex;gap:8px;align-items:center}.obs-count{font-size:12px;color:#666}.obs-btn{padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;border:none;transition:all .15s}.obs-btn-primary{background:#4f46e5;color:#fff}.obs-btn-primary:hover{background:#4338ca}.obs-btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.obs-btn-secondary:hover{background:#e5e7eb}.obs-btn-sm{padding:3px 8px;font-size:11px;border-radius:3px}.obs-btn-edit{background:#dbeafe;color:#1e40af}.obs-btn-edit:hover{background:#bfdbfe}.obs-btn-delete{background:#fee2e2;color:#991b1b}.obs-btn-delete:hover{background:#fecaca}.obs-search{padding:6px 12px;border:1px solid #ddd;border-radius:4px;font-size:12px;width:180px}.obs-search:focus{outline:none;border-color:#4f46e5}.obs-badge{display:inline-block;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600}.obs-tag{display:inline-block;padding:2px 8px;border-radius:3px;font-size:11px;font-weight:500}.obs-loading,.obs-empty{text-align:center;padding:40px;color:#666;font-size:13px}.obs-expand-row td{padding:0;background:#fafbfc}.obs-expand-content{padding:16px 20px;border-left:3px solid #4f46e5;margin:8px 12px;background:#fff;border-radius:4px}.obs-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.obs-modal{background:#fff;border-radius:8px;width:90%;max-width:600px;max-height:85vh;overflow-y:auto}.obs-modal-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #e5e7eb}.obs-modal-header h3{margin:0;font-size:16px}.obs-modal-close{background:none;border:none;font-size:20px;cursor:pointer;color:#6b7280}.obs-modal-body{padding:16px}.obs-modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 16px;border-top:1px solid #e5e7eb;background:#f9fafb}.obs-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.obs-form-group{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.obs-form-group label{font-size:12px;font-weight:500;color:#374151}.obs-form-group input,.obs-form-group textarea,.obs-form-group select{padding:8px 10px;border:1px solid #d1d5db;border-radius:4px;font-size:12px}.obs-form-group input:focus,.obs-form-group textarea:focus,.obs-form-group select:focus{outline:none;border-color:#4f46e5}.app.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh;background:#f8f9fa}.top-tabs.svelte-12qhfyh{display:flex;align-items:center;gap:20px;background:#fff;padding:0 20px;height:50px;position:fixed;top:0;left:0;right:0;z-index:100;border-bottom:1px solid #ddd}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:8px}.logo-icon.svelte-12qhfyh{font-size:20px}.logo-text.svelte-12qhfyh{font-size:18px;font-weight:700;color:#1a1a1a;letter-spacing:-.5px}.main-tabs.svelte-12qhfyh{display:flex;gap:8px;flex:1}.main-tabs.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:8px 16px;color:#666;text-decoration:none;font-size:14px;font-weight:600;border-radius:6px;transition:all .2s;background:transparent;border:1px solid transparent}.main-tabs.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:#f0f0f0;color:#1a1a1a;border-color:#ddd}.main-tabs.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:#4f46e5;border-color:#6366f1;color:#fff}.terminal-btn.svelte-12qhfyh{padding:6px 12px;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.terminal-btn.svelte-12qhfyh:hover{background:#059669;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.terminal-btn.svelte-12qhfyh:active{transform:translateY(0)}main.svelte-12qhfyh{flex:1}main.with-header.svelte-12qhfyh{margin-top:50px;min-height:calc(100vh - 50px)}
