.app-shell{display:flex;min-height:100vh;background:var(--bg)}.sidebar{width:260px;flex-shrink:0;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:1.5rem 0;position:sticky;top:0;height:100vh}.sidebar-brand{padding:0 1.5rem 1.5rem;border-bottom:1px solid var(--border);margin-bottom:1rem}.sidebar-brand h1{font-family:var(--font-serif);font-size:1.35rem;font-weight:600;color:var(--navy);letter-spacing:-.02em;line-height:1.2}.sidebar-brand p{font-size:.75rem;color:var(--text-muted);margin-top:.35rem;line-height:1.4}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem;padding:0 .75rem;flex:1}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.7rem 1rem;border-radius:var(--radius);background:none;border:none;color:var(--text-secondary);font-size:.875rem;font-weight:500;text-align:left;width:100%;transition:all .15s ease}.nav-item:hover{background:var(--bg-muted);color:var(--text)}.nav-item.active{background:var(--navy);color:#fff}.nav-icon{font-size:1rem;opacity:.85;width:1.25rem;text-align:center}.sidebar-stats{padding:1rem 1.5rem 0;border-top:1px solid var(--border);margin-top:auto}.stat-mini{display:flex;justify-content:space-between;font-size:.8rem;color:var(--text-muted);padding:.35rem 0}.stat-mini strong{color:var(--navy);font-weight:600}.main-content{flex:1;min-width:0;display:flex;flex-direction:column}.page-header{padding:2rem 2.5rem 1.25rem;border-bottom:1px solid var(--border);background:var(--surface)}.page-header h2{font-family:var(--font-serif);font-size:1.75rem;font-weight:600;color:var(--navy);letter-spacing:-.02em}.page-header p{color:var(--text-muted);font-size:.9rem;margin-top:.35rem;max-width:640px;line-height:1.5}.api-error-banner{margin-top:.75rem;padding:.65rem 1rem;background:#fef3c7;border:1px solid #FCD34D;border-radius:var(--radius);color:#92400e;font-size:.85rem;max-width:640px}.page-body{padding:1.75rem 2.5rem 2.5rem;flex:1}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.card-header{padding:1rem 1.25rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:1rem}.card-header h3{font-size:.95rem;font-weight:600;color:var(--text)}.card-body{padding:1.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.1rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;border:1px solid transparent;transition:all .15s ease}.btn-primary{background:var(--navy);color:#fff}.btn-primary:hover:not(:disabled){background:var(--navy-light)}.btn-secondary{background:var(--surface);color:var(--text);border-color:var(--border)}.btn-secondary:hover:not(:disabled){background:var(--bg-muted)}.btn-ghost{background:transparent;color:var(--text-secondary)}.btn-ghost:hover{background:var(--bg-muted);color:var(--text)}.badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.badge-obligation{background:#fce8e8;color:#b91c1c}.badge-payment{background:#e8f5ee;color:#1a5c3a}.badge-termination{background:#fce8e8;color:#8b2e2e}.badge-condition{background:#fdf4e3;color:#8b6914}.badge-permission{background:#f0ebf8;color:#4a3b6b}.badge-definition,.badge-other{background:var(--bg-muted);color:var(--text-muted)}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.status-completed{background:var(--success)}.status-processing{background:var(--warning)}.status-pending{background:var(--text-muted)}.status-failed{background:var(--danger)}.empty-state{text-align:center;padding:3rem 2rem;color:var(--text-muted)}.empty-state h3{font-family:var(--font-serif);color:var(--text);font-size:1.15rem;margin-bottom:.5rem}.grid-2{display:grid;grid-template-columns:320px 1fr;gap:1.25rem;min-height:560px}@media(max-width:1024px){.app-shell{flex-direction:column}.sidebar{width:100%;height:auto;position:relative;padding:1rem 0}.sidebar-nav{flex-direction:row;overflow-x:auto;padding:0 1rem}.sidebar-stats{display:none}.grid-2{grid-template-columns:1fr}.page-header,.page-body{padding-left:1.25rem;padding-right:1.25rem}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #F7F6F2;--bg-muted: #EFEDE6;--surface: #FFFFFF;--border: #E4E1D8;--border-light: #F0EEE8;--text: #1C1917;--text-secondary: #44403C;--text-muted: #78716C;--navy: #1E3A5F;--navy-light: #2D5280;--gold: #9A7B2F;--gold-light: #C4A44A;--success: #2D6A4F;--warning: #B45309;--danger: #B91C1C;--party: #5B4B8A;--obligation: #B91C1C;--condition: #9A7B2F;--document: #2D6A4F;--radius: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 3px rgba(28, 25, 23, .06);--shadow-md: 0 4px 16px rgba(28, 25, 23, .08);--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}#root{min-height:100vh}button{font-family:inherit;cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}input,select,textarea{font-family:inherit;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);padding:.65rem .85rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px #1e3a5f1a}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
