:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background-color:#f4f5f7;--primary: #2563eb;--primary-dark: #1d4ed8;--secondary: #e5e7eb;--secondary-dark: #d1d5db;--card-border: #e5e7eb;--card-shadow: 0 10px 25px rgb(15 23 42 / .08)}*,*:before,*:after{box-sizing:border-box}body{margin:0;background-color:#f4f5f7}a{color:inherit}.app{min-height:100vh}.app-shell{display:grid;grid-template-columns:260px 1fr;gap:16px;max-width:1440px;margin:0 auto;padding:16px}.app-shell.nav-open .sidebar{display:block;position:fixed;inset:76px auto 0 0;width:260px;z-index:30}.app-shell.nav-open .nav-overlay{display:block}.app-content{padding-bottom:48px}.topbar{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;margin-bottom:8px;background-color:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 4px 12px #0f172a14}.topbar-left,.topbar-right{display:flex;align-items:center;gap:12px}.nav-toggle{display:none;border-radius:10px;padding:8px 12px;border:1px solid #e5e7eb;background:#f9fafb;cursor:pointer;font-weight:700}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.brand-mark{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;display:grid;place-items:center;font-weight:800}.app-title{font-size:20px;font-weight:700}.app-subtitle{font-size:13px;color:#6b7280}.active-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;font-size:13px}.pill-dot{width:8px;height:8px;background:var(--primary);border-radius:50%}.topbar-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.ghost-btn{padding:8px 12px;border-radius:10px;border:1px solid #e5e7eb;background:#f9fafb;font-size:13px;text-decoration:none}.ghost-btn:hover{background:#eef2f7}.nav-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a40;z-index:20}.sidebar{position:sticky;top:78px;align-self:start;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:var(--card-shadow);padding:14px 12px;display:flex;flex-direction:column;gap:12px;height:fit-content}.nav-group{display:flex;flex-direction:column;gap:6px}.nav-heading{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;padding:0 8px}.nav-item{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:10px;color:#111827;text-decoration:none;font-weight:600;transition:background-color .15s ease,color .15s ease,border-color .15s ease;border:1px solid transparent}.nav-item:hover{background:#f3f4f6}.nav-item.active{background:linear-gradient(to right,#e0e7ff,#f0f4ff);color:#1d4ed8;border-color:#cbd5ff;box-shadow:inset 2px 0 #1d4ed8}.nav-icon{width:28px;height:28px;border-radius:8px;background:#eef2ff;color:#1d4ed8;display:grid;place-items:center;font-weight:800;font-size:12px}.nav-labels{display:flex;flex-direction:column;gap:2px}.nav-label{font-weight:600}.nav-meta{font-size:11px;color:#6b7280}.user-menu{position:relative}.user-trigger{display:flex;align-items:center;gap:8px;padding:6px 10px;background:#f9fafb;border-radius:999px;border:1px solid #e5e7eb;cursor:pointer}.caret{font-size:12px;color:#6b7280}.user-chip,.auth-actions{display:flex;align-items:center;gap:8px}.user-avatar{width:34px;height:34px;border-radius:50%;background:#1d4ed8;color:#fff;display:grid;place-items:center;font-weight:700}.user-meta{display:flex;flex-direction:column;line-height:1.2}.user-email{font-size:13px;font-weight:600}.user-role{font-size:12px;color:#6b7280}.user-dropdown{position:absolute;right:0;top:calc(100% + 6px);background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 12px 30px #0f172a1f;min-width:200px;padding:8px 0;z-index:20}.user-dropdown-row{padding:8px 12px;display:flex;justify-content:space-between;font-size:13px;color:#374151}.user-dropdown-link{width:100%;text-align:left;background:none;border:none;padding:10px 14px;font-size:13px;cursor:pointer;display:block;text-decoration:none;color:#111827}.user-dropdown-link:hover{background:#f3f4f6}.user-dropdown-link.danger{color:#b91c1c}.auth-actions{gap:8px}@media (max-width: 960px){.app-shell{grid-template-columns:1fr}.sidebar{display:none;position:static}.nav-toggle{display:inline-flex}.hide-on-narrow{display:none}}.card{background-color:#fff;border-radius:12px;padding:16px 18px 18px;box-shadow:var(--card-shadow);border:1px solid var(--card-border)}.card.muted{background:#f8fafc}.card h1{margin:0 0 6px}.card h2{font-size:17px;margin:0 0 12px}.card h3{font-size:15px;margin:8px 0}.page{display:flex;flex-direction:column;gap:16px}.section-subtitle{font-size:13px;color:#6b7280;margin-top:4px}.card-header-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.alert{padding:10px 12px;border-radius:8px;margin-bottom:16px;font-size:14px}.alert-error{background-color:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.alert-info{background-color:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.alert-success{background-color:#ecfdf3;color:#166534;border:1px solid #bbf7d0}.badge{padding:6px 10px;border-radius:999px;font-size:12px}.badge-warning{background:#fef3c7;border:1px solid #fcd34d;color:#92400e}.form-grid{display:grid;gap:8px}.form-grid label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#374151}input,textarea,button,select{font-family:inherit}input,textarea,select{border-radius:8px;border:1px solid #d1d5db;padding:7px 9px;font-size:14px;outline:none;background-color:#f9fafb}input:focus,textarea:focus,select:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb47;background-color:#fff}textarea{resize:vertical;min-height:72px}.filters-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin:12px 0;align-items:center}button{border:none;border-radius:999px;padding:8px 14px;font-size:14px;font-weight:500;cursor:pointer;background:linear-gradient(to right,var(--primary),#4f46e5);color:#fff;align-self:flex-start}button:hover{filter:brightness(1.03)}button:active{transform:translateY(1px)}.btn-primary{background:linear-gradient(to right,var(--primary),#4f46e5);color:#fff;padding:8px 14px;border-radius:10px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.btn-secondary{background:var(--secondary);color:#111827;border-radius:999px;padding:6px 10px;font-size:12px;text-decoration:none}.btn-secondary:hover{background:var(--secondary-dark)}.btn-link{background:none;color:#2563eb;border:none;padding:0;text-decoration:underline;cursor:pointer;font-size:12px}.btn-link:hover{color:#1d4ed8}.table-wrapper{margin-top:8px;overflow-x:auto;position:relative}table{width:100%;border-collapse:collapse;font-size:14px}.table-sticky thead th{position:sticky;top:0;background-color:#f9fafb;z-index:1}thead{background-color:#f9fafb}th,td{padding:10px;text-align:left;border-bottom:1px solid #e5e7eb;white-space:normal}th{font-weight:700;color:#4b5563;font-size:12px}tbody tr:nth-child(2n){background-color:#f9fafb}tbody tr:hover{background-color:#eef2ff}.table-freeze .sticky-col{position:sticky;left:0;background:#fff;box-shadow:4px 0 8px #0f172a0a}.table-freeze .sticky-col-right{position:sticky;right:0;background:#fff;box-shadow:-4px 0 8px #0f172a0a}.cell-number{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.accordion-row{cursor:pointer;background:#f8fafc}.accordion-row:hover{background:#eef2ff}.accordion-cell{display:flex;align-items:center;gap:8px}.accordion-icon{font-weight:800;width:20px}.accordion-child{background:#fff}.primary-text{font-weight:700}.muted-text{font-size:12px;color:#6b7280}.hint-list{margin:0;padding-left:16px;color:#4b5563;font-size:13px;display:flex;flex-direction:column;gap:4px}.badge,.pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 10px;font-size:12px;background:#eef2ff;color:#1d4ed8}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.stat-tile{background:#fff;border-radius:12px;padding:14px 16px;border:1px solid #e5e7eb;box-shadow:0 8px 16px #0f172a0d}.stat-label{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.stat-value{font-size:22px;font-weight:700;margin-top:2px}.two-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}.quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:12px}.quick-action-card{display:grid;gap:6px;padding:12px;border-radius:12px;border:1px solid #e5e7eb;text-decoration:none;background:#f8fafc;color:#0f172a;position:relative}.quick-action-card:hover{border-color:#cbd5e1;background:#eef2ff}.quick-action-title{font-weight:700}.quick-action-desc{color:#6b7280;font-size:13px}.quick-action-arrow{position:absolute;right:12px;bottom:10px;color:#1d4ed8}.dashboard-secondary{align-items:start}.alert-list{display:flex;flex-direction:column;gap:10px}.alert-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-radius:10px;border:1px solid #fcd34d;background:#fffbeb}.alert-row-title{font-weight:700}.trend-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.trend-card{border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;background:#fff}.trend-header{display:flex;align-items:center;justify-content:space-between}.trend-title{font-size:13px;color:#4b5563}.trend-value{font-weight:700}.trend-delta{margin-top:6px;font-size:12px;color:#6b7280}.trend-delta.up{color:#15803d}.trend-delta.down{color:#b91c1c}.sparkline{width:100%;height:50px;color:#2563eb}.sparkline-empty{color:#9ca3af;font-size:12px}.tab-bar{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.tab-btn{border-radius:10px;border:1px solid #e5e7eb;background:#f8fafc;color:#111827;padding:8px 12px}.tab-btn.active{border-color:#2563eb;background:#e0e7ff;color:#1d4ed8}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.overview-label{color:#6b7280;font-size:12px}.overview-value{font-weight:700;font-size:16px}.switch-inline{display:inline-flex;gap:6px;align-items:center;font-size:13px;color:#374151}.alert-pill{background:#fee2e2;color:#b91c1c;border:1px solid #fecdd3;border-radius:999px;padding:2px 8px;font-size:12px;display:inline-flex;align-items:center;gap:4px}.journal-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1.1fr);gap:16px}@media (max-width: 900px){.journal-layout{grid-template-columns:minmax(0,1fr)}}.batch-header,.subsection-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.auth-page{display:flex;justify-content:center;align-items:center;min-height:70vh}.auth-card{max-width:420px;width:100%}.auth-subtitle{color:#6b7280;margin-bottom:12px}.dashboard-select{width:100%;margin-top:4px}.alert-chip{display:inline-flex;align-items:center;gap:6px;background:#fef3c7;color:#92400e;border:1px solid #f59e0b;border-radius:999px;padding:4px 10px;font-size:12px;margin-right:6px;margin-bottom:6px}.alert-chip strong{font-weight:700}.dashboard-header{display:flex;justify-content:space-between;gap:16px;align-items:center;flex-wrap:wrap}.dashboard-title h1{margin:0;font-size:20px}.title-with-select{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.title-with-filter{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:6px}.title-chip{background:#eef2ff;color:#312e81;border-radius:999px;padding:8px 14px;font-size:15px;font-weight:700}.section-eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:700;color:#6b7280;margin:0 0 4px}.dashboard-actions{display:flex;align-items:center;justify-content:flex-end}.filter-button{border:1px solid #d1d5db;border-radius:999px;padding:8px 14px;height:38px;background:#fff;cursor:pointer;display:inline-flex;gap:6px;align-items:center;font-weight:600;color:#1f2937;box-shadow:0 1px 2px #0000000f}.filter-button:hover{border-color:#9ca3af}.farm-filter select{border:1px solid #d1d5db;border-radius:10px;padding:8px 12px;font-size:14px;background:#fff;min-width:180px;box-shadow:inset 0 1px 2px #0000000a}.filter-popover{position:absolute;margin-top:8px;padding:12px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 30px #00000014;min-width:260px;z-index:10}.filter-popover-header{display:flex;justify-content:space-between;align-items:center;font-weight:700;margin-bottom:8px}.filter-close{background:none;border:none;font-size:16px;cursor:pointer;color:#6b7280}.filter-search{width:100%;padding:8px 10px;border-radius:8px;border:1px solid #e5e7eb;margin-bottom:10px}.filter-list{max-height:220px;overflow-y:auto;display:grid;gap:8px}.filter-option{display:flex;align-items:center;gap:8px;cursor:pointer}.filter-empty{font-size:12px;color:#6b7280}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
