:root{--bg: #f4f6f8;--surface: #ffffff;--border: #e2e6ea;--text: #1f2933;--muted: #6b7280;--primary: #2563eb;--primary-hover: #1d4ed8;--selected: #eaf1ff;--error: #b91c1c;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--text)}*{box-sizing:border-box}body{margin:0;background:var(--bg)}.center-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.card.narrow{max-width:420px;width:100%;text-align:center}.btn{appearance:none;border:1px solid var(--border);background:var(--surface);color:var(--text);padding:.5rem 1rem;border-radius:8px;font-size:.95rem;cursor:pointer;text-decoration:none;display:inline-block}.btn:hover{background:#f0f2f5}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.error{color:var(--error)}.muted{color:var(--muted);font-size:.9rem}.layout{display:grid;grid-template-columns:220px 1fr;grid-template-rows:52px 1fr;grid-template-areas:"header header" "sidebar main";min-height:100vh}.layout-header{grid-area:header;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:.5rem}.brand-name{font-weight:600;font-size:1rem}.header-user{display:flex;align-items:center;gap:.75rem}.user-email{color:var(--muted);font-size:.85rem}.layout-sidebar{grid-area:sidebar;background:var(--surface);border-right:1px solid var(--border);padding:.75rem}.nav{display:flex;flex-direction:column;gap:.25rem}.nav-link{display:flex;align-items:center;gap:.6rem;padding:.55rem .7rem;border-radius:8px;color:var(--text);text-decoration:none;font-size:.92rem}.nav-link:hover{background:#f0f2f5}.nav-link.active{background:var(--selected);color:var(--primary);font-weight:500}.nav-icon{display:inline-flex;color:var(--muted)}.nav-link.active .nav-icon{color:var(--primary)}.layout-main{grid-area:main;padding:1.5rem;overflow:auto}.page-title{margin:0 0 1rem;font-size:1.4rem}.btn-sm{padding:.35rem .7rem;font-size:.85rem}@media(max-width:720px){.layout{grid-template-columns:1fr;grid-template-areas:"header" "sidebar" "main"}.layout-sidebar{border-right:none;border-bottom:1px solid var(--border)}.nav{flex-direction:row;flex-wrap:wrap}.user-email{display:none}}.search-form{display:flex;flex-direction:column;gap:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem;margin-bottom:1.5rem}.search-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.search-row--dates{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem}.search-row--dates .field{width:180px}.field{display:flex;flex-direction:column;gap:.25rem}.field label{font-size:.8rem;color:var(--muted)}.field input{padding:.45rem .6rem;border:1px solid var(--border);border-radius:8px;font-size:.95rem}.form-actions{display:flex;align-items:flex-end;gap:.5rem}.section-title{margin-top:0;font-size:1.1rem}.back-link{display:inline-block;margin-bottom:.75rem;padding:0;color:var(--muted);background:none;border:none;cursor:pointer;text-decoration:none;font-size:.9rem;font-family:inherit}.back-link:hover{color:var(--text)}.service-tags{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.25rem}.service-tags li{background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:.1rem .4rem;font-size:.8rem}.result-meta{margin-bottom:.75rem}.visits-table{width:100%;border-collapse:collapse;font-size:.92rem}.visits-table th,.visits-table td{text-align:left;padding:.55rem .5rem;border-bottom:1px solid var(--border)}.visits-table th{color:var(--muted);font-weight:600}.visits-table tbody tr{cursor:pointer}.visits-table tbody tr:hover{background:#f7f9fc}.pagination{display:flex;align-items:center;gap:1rem;margin-top:1rem}.documents-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.document-item{display:flex;flex-direction:column;gap:.6rem;padding:.6rem;border:1px solid var(--border);border-radius:8px}.document-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.document-info{display:flex;flex-direction:column;gap:.15rem}.document-name{font-weight:500}.document-meta{font-size:.8rem;color:var(--muted)}.document-sections{margin:0;display:flex;flex-direction:column;gap:.6rem;border-top:1px solid var(--border);padding-top:.6rem}.document-section dt{font-size:.75rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--muted);margin-bottom:.15rem}.document-section dd{margin:0;font-size:.9rem;white-space:pre-wrap;word-break:break-word}.page .card+.card{margin-top:1.25rem}.visit-info{display:flex;flex-direction:column;gap:1.25rem}.info-grid{margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem 1.5rem}.info-row{display:flex;flex-direction:column;gap:.15rem}.info-row dt{font-size:.8rem;color:var(--muted)}.info-row dd{margin:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem;font-size:.95rem}.info-id{font-size:.8rem;color:var(--muted)}.subsection-title{margin:0 0 .5rem;font-size:.95rem;color:var(--muted)}.services-table{width:100%;border-collapse:collapse;font-size:.92rem}.services-table th,.services-table td{text-align:left;padding:.5rem;border-bottom:1px solid var(--border)}.services-table th{color:var(--muted);font-weight:600}.services-table .num{text-align:right;white-space:nowrap}.services-table tfoot td{font-weight:600;border-bottom:none}
