:root { --juris-ink: #12202a; --juris-muted: #65737d; --juris-line: #d9e1e4; --juris-paper: #f4f7f7; --juris-blue: #175a73; --juris-teal: #087f75; --juris-amber: #a76517; --juris-red: #a33a35; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--juris-ink); background: var(--juris-paper); font-family: Inter, "Segoe UI", Arial, sans-serif; }
a { color: inherit; }
.juris-topbar { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 22px 5vw; background: var(--juris-ink); color: white; }
.juris-brand small, .juris-eyebrow { display: block; color: #75b8c4; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.juris-brand strong { display: block; margin-top: 5px; font-size: 18px; letter-spacing: .03em; }
.juris-topbar a { color: white; font-size: 13px; text-decoration: none; }
.juris-shell { display: grid; grid-template-columns: 300px minmax(0, 1fr); max-width: 1500px; margin: 0 auto; min-height: calc(100vh - 72px); }
.juris-sidebar { padding: 34px 20px; border-right: 1px solid var(--juris-line); background: #edf3f3; }
.juris-sidebar h1 { margin: 8px 0 20px; font-family: Georgia, serif; font-size: 27px; line-height: 1.1; }
.juris-search { display: block; margin-bottom: 16px; }
.juris-search span { display: block; margin-bottom: 7px; color: var(--juris-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.juris-search input, .juris-filter select { width: 100%; padding: 11px 12px; border: 1px solid #c8d4d7; border-radius: 4px; background: white; color: var(--juris-ink); font: inherit; }
.juris-topic-list { display: grid; gap: 5px; max-height: calc(100vh - 330px); overflow: auto; }
.juris-topic-button { display: grid; gap: 4px; padding: 10px 12px; text-align: left; border: 1px solid transparent; border-radius: 4px; background: transparent; color: var(--juris-ink); cursor: pointer; }
.juris-topic-button:hover, .juris-topic-button.active { background: white; border-color: #b9cfd3; }
.juris-topic-button.active { box-shadow: inset 3px 0 0 var(--juris-teal); }
.juris-topic-button span { font-size: 13px; line-height: 1.25; }
.juris-topic-button small { color: var(--juris-muted); font-size: 10px; }
.juris-workspace { padding: 46px clamp(22px, 5vw, 72px) 70px; min-width: 0; }
.juris-workspace-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid var(--juris-line); }
.juris-workspace-header h2 { max-width: 850px; margin: 8px 0 0; font-family: Georgia, serif; font-size: clamp(30px, 4vw, 48px); font-weight: 400; line-height: 1.05; }
.juris-topic-count { color: var(--juris-muted); font-size: 13px; }
.juris-context { margin-top: 26px; }
.juris-context h3, .juris-cases h3 { margin: 0; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.juris-context-intro { margin: 8px 0 18px; color: var(--juris-muted); font-size: 13px; }
.juris-context-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--juris-line); background: var(--juris-line); }
.juris-context-card { min-height: 150px; padding: 16px; background: white; }
.juris-context-card strong { display: block; color: var(--juris-blue); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.juris-context-card p { margin: 10px 0 0; color: #3d4c54; font-family: Georgia, serif; font-size: 14px; line-height: 1.48; }
.juris-coverage { margin: 14px 0 0; padding: 12px 14px; border-left: 3px solid var(--juris-teal); background: #e8f3f2; color: #2e4e52; font-size: 13px; }
.juris-cases { margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--juris-line); }
.juris-cases-head { display: flex; justify-content: space-between; align-items: end; gap: 15px; }
.juris-filters { display: flex; flex-wrap: wrap; gap: 8px; min-width: min(100%, 480px); justify-content: flex-end; }
.juris-filter { min-width: 160px; }
.juris-filter select { padding: 8px 10px; font-size: 12px; }
.juris-case-count { margin: 14px 0; color: var(--juris-muted); font-size: 12px; }
.juris-case-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.juris-case-card { padding: 19px; border: 1px solid var(--juris-line); background: white; }
.juris-case-head { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
.juris-case-kind, .juris-status { display: inline-block; padding: 5px 7px; font-size: 9px; font-weight: 700; letter-spacing: .07em; }
.juris-case-kind.directa { background: #dcedea; color: #146b62; }
.juris-case-kind.contextual { background: #e8eef0; color: #5c6b71; }
.juris-case-date { margin-left: 8px; color: var(--juris-muted); font-size: 11px; }
.juris-status.verified { background: #e1f2e7; color: #176d43; }
.juris-status.pending { background: #fff0da; color: var(--juris-amber); }
.juris-status.blocked { background: #f8e3e1; color: var(--juris-red); }
.juris-case-card h4 { margin: 18px 0 7px; font-family: Georgia, serif; font-size: 20px; font-weight: 400; line-height: 1.2; }
.juris-case-meta { margin: 0; color: var(--juris-muted); font-size: 11px; line-height: 1.45; }
.juris-case-summary, .juris-case-caution { margin: 15px 0 0; color: #3d4c54; font-size: 13px; line-height: 1.55; }
.juris-case-caution { padding-top: 11px; border-top: 1px solid #edf0f0; color: #6e4c2d; }
.juris-source-link { display: inline-block; margin-top: 16px; color: var(--juris-blue); font-size: 12px; font-weight: 700; text-decoration: none; }
.juris-source-link:hover { text-decoration: underline; }
.juris-note { margin-top: 34px; padding: 16px; border: 1px solid #d8c9ae; background: #fffaf1; color: #654e30; font-size: 12px; line-height: 1.55; }
.juris-empty { padding: 20px; border: 1px dashed #b8c6c9; color: var(--juris-muted); background: white; }
@media (max-width: 1080px) { .juris-context-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .juris-case-list { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .juris-topbar { align-items: flex-start; flex-direction: column; padding: 18px 20px; } .juris-shell { display: block; } .juris-sidebar { padding: 20px; border-right: 0; border-bottom: 1px solid var(--juris-line); } .juris-topic-list { max-height: 250px; } .juris-workspace { padding: 30px 20px 50px; } .juris-workspace-header, .juris-cases-head { align-items: flex-start; flex-direction: column; } .juris-context-grid { grid-template-columns: 1fr; } .juris-filters { width: 100%; justify-content: stretch; } .juris-filter { flex: 1 1 160px; } }
@media print { .juris-topbar, .juris-sidebar, .juris-filters, .juris-source-link { display: none; } .juris-shell { display: block; } .juris-workspace { padding: 0; } .juris-case-list { grid-template-columns: 1fr; } }
