.layout[data-v-ff167c2b]{min-height:100vh;display:flex;flex-direction:column}.header[data-v-ff167c2b]{background:var(--bg-primary);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.header-inner[data-v-ff167c2b]{max-width:960px;margin:0 auto;padding:0 var(--space-4);display:flex;align-items:center;height:56px;gap:var(--space-8)}.header-brand[data-v-ff167c2b]{flex-shrink:0}.header-title[data-v-ff167c2b]{font-size:1.125rem;font-weight:700;color:var(--text-primary);letter-spacing:-.01em}.header-nav[data-v-ff167c2b]{display:flex;align-items:center;gap:var(--space-1)}.header-link[data-v-ff167c2b]{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);font-size:.875rem;font-weight:500;color:var(--text-secondary);text-decoration:none;transition:all var(--transition)}.header-link[data-v-ff167c2b]:hover{color:var(--text-primary);background:var(--bg-secondary)}.header-link.active[data-v-ff167c2b]{color:var(--accent);background:var(--accent-tint)}.main[data-v-ff167c2b]{flex:1;max-width:960px;width:100%;margin:0 auto;padding:var(--space-6) var(--space-4)}@media(max-width:640px){.main[data-v-ff167c2b]{padding:var(--space-4) var(--space-3)}.header-link span[data-v-ff167c2b]{display:none}.header-link[data-v-ff167c2b]{padding:var(--space-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--accent: #4f46e5;--accent-hover: #4338ca;--accent-tint: #eef2ff;--text-primary: #1e293b;--text-secondary: #475569;--text-tertiary: #94a3b8;--border: #e2e8f0;--border-hover: #cbd5e1;--success: #10b981;--warning: #f59e0b;--error: #ef4444;--error-bg: #fef2f2;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5;color:var(--text-primary);background:var(--bg-secondary);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 12px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 4px 16px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .08);--transition: .15s ease}body{min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}.text-h1{font-size:1.875rem;font-weight:600;letter-spacing:-.01em;line-height:1.3;color:var(--text-primary)}.text-h2{font-size:1.25rem;font-weight:600;line-height:1.4;color:var(--text-primary)}.text-body{font-size:.9375rem;font-weight:400;line-height:1.5;color:var(--text-secondary)}.text-meta{font-size:.8125rem;font-weight:400;line-height:1.5;color:var(--text-tertiary)}.text-small{font-size:.75rem;font-weight:400;color:var(--text-tertiary)}.btn{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-5);border:none;border-radius:var(--radius-md);font-size:.875rem;font-weight:600;cursor:pointer;transition:all var(--transition);text-decoration:none;line-height:1.5}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-secondary{background:var(--bg-primary);color:var(--text-secondary);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--bg-secondary);border-color:var(--border-hover)}.btn-destructive{background:transparent;color:var(--error);border:none}.btn-destructive:hover:not(:disabled){background:var(--error-bg)}.btn-icon{padding:var(--space-2);width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:var(--radius-md);background:transparent;color:var(--text-secondary);cursor:pointer;transition:all var(--transition)}.btn-icon:hover{background:var(--bg-tertiary);color:var(--text-primary)}.form-group{display:flex;flex-direction:column;gap:var(--space-1)}.form-label{font-size:.8125rem;font-weight:500;color:var(--text-tertiary)}.form-input,.form-select,.form-textarea{padding:var(--space-2) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-md);font-size:.9375rem;font-family:inherit;color:var(--text-primary);background:var(--bg-primary);transition:all var(--transition);outline:none}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #4f46e51a}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-tertiary)}.form-textarea{resize:vertical;min-height:80px}.form-error{font-size:.8125rem;color:var(--error)}.card{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color var(--transition)}.card-interactive:hover{border-color:var(--border-hover)}.badge{display:inline-flex;align-items:center;padding:.125rem var(--space-2);border-radius:5px;font-size:.6875rem;font-weight:600;letter-spacing:.01em}.badge-accent{background:var(--accent-tint);color:var(--accent)}.badge-neutral{background:var(--bg-tertiary);color:var(--text-secondary)}.avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--accent);color:#fff;font-weight:600;flex-shrink:0}.avatar-sm{width:40px;height:40px;font-size:.875rem}.avatar-lg{width:56px;height:56px;font-size:1.125rem}.search-bar{display:flex;align-items:center;gap:var(--space-2);background:var(--bg-secondary);border-radius:var(--radius-full);padding:var(--space-2) var(--space-4);height:36px;transition:all var(--transition)}.search-bar:focus-within{background:var(--bg-primary);box-shadow:0 0 0 3px #4f46e51a}.search-bar input{border:none;background:transparent;outline:none;font-size:.875rem;font-family:inherit;color:var(--text-primary);width:100%}.search-bar input::placeholder{color:var(--text-tertiary)}.search-bar svg{color:var(--text-tertiary);flex-shrink:0}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-12) var(--space-4);text-align:center;gap:var(--space-4)}.empty-state svg{color:var(--text-tertiary)}.empty-state p{color:var(--text-secondary)}.loading{display:flex;align-items:center;justify-content:center;padding:var(--space-12);color:var(--text-tertiary);font-size:.875rem}.note-item{position:relative;padding-left:var(--space-6);padding-bottom:var(--space-4)}.note-item:before{content:"";position:absolute;left:0;top:6px;bottom:0;width:2px;background:var(--accent)}.note-item:last-child:before{display:none}.note-item:after{content:"";position:absolute;left:-3px;top:6px;width:8px;height:8px;border-radius:50%;background:var(--accent)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
