:root{--gh3-black:#050405;--gh3-black-soft:#111111;--gh3-surface-dark:#1a1818;--gh3-surface-dark-elevated:#242020;--gh3-orange:#ed832e;--gh3-orange-hover:#c46620;--gh3-orange-soft:#e69a58;--gh3-text-on-dark:#f8f8f8;--gh3-text-muted-dark:#b9b2ae;--gh3-background-light:#f5f5f3;--gh3-surface-light:#ffffff;--gh3-text-light:#171313;--gh3-text-muted-light:#655f5b;--gh3-border-light:#dedad7;--gh3-success:#157347;--gh3-error:#b42318;--gh3-warning:#a85a00;--gh3-info:#1d5a9f;--background:var(--gh3-background-light);--foreground:var(--gh3-text-light);--card:var(--gh3-surface-light);--muted:var(--gh3-text-muted-light);--border:var(--gh3-border-light);--primary:var(--gh3-orange);--primary-hover:var(--gh3-orange-hover);--success:var(--gh3-success);--error:var(--gh3-error);--warning:var(--gh3-warning);--info:var(--gh3-info);--radius-card:16px;--radius-control:10px;--shadow-card:0 14px 34px rgba(23,19,19,0.08);--transition-base:180ms ease}.annualPlansContent{gap:24px}.annualGenerationButtons,.annualPlanGenerationSummary,.annualPlansFilters{display:flex;flex-wrap:wrap;gap:12px;align-items:end}.annualGenerationControls label,.annualPlansFilters label{display:grid;gap:6px;min-width:150px;color:var(--gh3-text-muted-light);font-size:.86rem}.annualPlanDetail,.annualPlanPanel{display:grid;gap:20px}.annualPlanActions,.annualPlanDetailHeader,.annualPlanPanelHeader{display:flex;align-items:center;justify-content:space-between;gap:16px}.annualPlanActions{flex-wrap:wrap}.annualPlanDetails{grid-template-columns:repeat(2,minmax(0,1fr))}.annualPlanWide{grid-column:1/-1}.annualPlanSummary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.annualGenerationResult,.annualPlanSummary article{border:1px solid var(--gh3-border-light);border-radius:12px;background:var(--gh3-surface-light);padding:14px}.annualPlanSummary span,.annualPlanSummary strong{display:block}.annualGenerationControls p,.annualPlanHint,.annualPlanSummary span{color:var(--gh3-text-muted-light);font-size:.9rem}.annualPlanSummary strong{margin-top:4px;color:var(--gh3-text-light);font-size:1.35rem}.annualPlanStatus,.annualValidation{display:inline-flex;border-radius:999px;padding:4px 8px;font-size:.78rem;font-weight:700;white-space:nowrap}.annualPlanStatus.draft,.annualValidation.pending_review{color:#805719;background:#fff2d8}.annualPlanStatus.active,.annualValidation.valid{color:#1b6a47;background:#dff4e8}.annualPlanStatus.archived,.annualValidation.invalid{color:#9a2b23;background:#fde7e4}.annualPlansTruncate{display:block;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.annualItemsTable small{display:block;margin-top:6px;color:var(--gh3-text-muted-light)}.annualGenerationControls,.annualGenerationResult{display:grid;gap:14px}.annualItemSelection{display:grid;gap:8px;border:1px solid var(--gh3-border-light);border-radius:12px;padding:12px}.annualItemSelection label{display:flex;align-items:center;gap:8px}@media (max-width:720px){.annualPlanActions,.annualPlanDetailHeader,.annualPlanPanelHeader{align-items:stretch;flex-direction:column}.annualPlanDetails,.annualPlanSummary{grid-template-columns:1fr}.annualGenerationButtons,.annualGenerationControls label,.annualPlansFilters,.annualPlansFilters label{width:100%}.annualGenerationButtons>*{flex:1 1 100%}}*{box-sizing:border-box}body,html{min-height:100%;max-width:100%;margin:0}body{min-height:100vh;overflow-x:hidden;background:var(--background);color:var(--foreground);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}a,button,input,select{transition:background-color var(--transition-base),border-color var(--transition-base),box-shadow var(--transition-base),color var(--transition-base),transform var(--transition-base)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(237,131,46,.4);outline-offset:2px}.page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:48px 24px;background:var(--background)}.card{width:100%;max-width:960px;padding:40px;border:1px solid var(--border);border-radius:var(--radius-card);background:var(--card);box-shadow:var(--shadow-card)}.eyebrow{margin:0 0 12px;color:var(--primary);font-size:.75rem;font-weight:750;letter-spacing:.1em;text-transform:uppercase}h1{margin:0;font-size:clamp(2rem,4vw,2.625rem);line-height:1.1;letter-spacing:-.03em}.description{margin:16px 0 32px;color:var(--muted);font-size:1.0625rem;line-height:1.55}.statusGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:32px}.statusItem{display:flex;gap:14px;padding:20px;border:1px solid var(--border);border-radius:var(--radius-card);background:#fcfbfa}.statusItem h2{margin:0 0 6px;font-size:1.125rem}.statusItem p{margin:0;color:var(--muted)}.dot{width:12px;height:12px;margin-top:5px;border-radius:999px;flex:0 0 auto}.dot.ok{background:var(--success);box-shadow:0 0 0 4px rgba(21,115,71,.12)}.dot.error{background:var(--error);box-shadow:0 0 0 4px rgba(180,35,24,.12)}.details{border-top:1px solid var(--border);padding-top:24px}.details h2{margin:0 0 12px;font-size:1.25rem}pre{overflow-x:auto;margin:0;padding:20px;border-radius:12px;background:var(--gh3-black-soft);color:var(--gh3-text-on-dark);font-family:Cascadia Mono,Segoe UI Mono,Consolas,monospace;font-size:.875rem;line-height:1.5}.usersPage{min-height:100vh;padding:48px 24px;background:var(--background)}.usersHeader{width:100%;max-width:1180px;margin:0 auto 32px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.logoutButton,.secondaryLink{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:10px;font-weight:700;text-decoration:none;cursor:pointer}.secondaryLink{border:1px solid var(--border);background:var(--card);color:var(--foreground)}.secondaryLink:hover{border-color:var(--primary);color:var(--primary-hover)}.usersLayout{width:100%;max-width:1180px;margin:0 auto;display:grid;grid-template-columns:360px minmax(0,1fr);gap:24px;align-items:start}.accessDeniedCard,.userForm,.usersTableCard{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--card);box-shadow:var(--shadow-card)}.userForm,.usersTableCard{padding:24px}.userForm h2,.usersTableCard h2{margin:0 0 20px;font-size:1.375rem;letter-spacing:-.02em}.userForm{display:flex;flex-direction:column;gap:16px}.loginForm label,.userForm label{display:flex;flex-direction:column;gap:8px;font-weight:700}.userForm label{color:var(--foreground)}.loginForm input,.userForm input,.userForm select{width:100%;min-height:44px;padding:0 12px;border:1px solid var(--border);border-radius:var(--radius-control);font-size:.9375rem}.userForm input,.userForm select{background:var(--gh3-surface-light);color:var(--foreground)}.loginForm input::placeholder,.userForm input::placeholder{color:var(--muted)}.loginForm input:focus,.userForm input:focus,.userForm select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(237,131,46,.18);outline:none}.loginForm button,.smallButton,.tableHeader button,.userForm button{min-height:42px;border:1px solid transparent;border-radius:var(--radius-control);background:var(--primary);color:#ffffff;font-weight:750;cursor:pointer}.loginForm button,.tableHeader button,.userForm button{padding:0 16px}.loginForm button:hover:not(:disabled),.smallButton:hover:not(:disabled),.tableHeader button:hover:not(:disabled),.userForm button:hover:not(:disabled){background:var(--primary-hover)}.loginForm button:disabled,.smallButton:disabled,.tableHeader button:disabled,.userForm button:disabled{opacity:.6;cursor:not-allowed}.formMessage{margin:0;padding:12px;border-radius:var(--radius-control);font-weight:700;line-height:1.4}.formMessage.error{border:1px solid #f4c7c1;background:#fdf0ed;color:var(--error)}.formMessage.success{border:1px solid #b8dfc7;background:#edf8f1;color:var(--success)}.tableHeader{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.emptyState{margin:0;padding:24px;border:1px dashed var(--border);border-radius:12px;color:var(--muted);text-align:center}.tableWrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}table{width:100%;min-width:680px;border-collapse:collapse}td,th{padding:14px 12px;border-bottom:1px solid var(--border);text-align:left;font-size:.875rem}th{background:#faf9f8;color:var(--muted);font-size:.75rem;font-weight:750;letter-spacing:.06em;text-transform:uppercase}tbody tr{transition:background-color var(--transition-base)}tbody tr:hover{background:#fdf8f4}tbody tr:last-child td{border-bottom:0}.formActions,.tableActions{display:flex;align-items:center;gap:10px}.outlineButton{border:1px solid var(--border)!important;background:var(--card)!important;color:var(--foreground)!important}.outlineButton:hover:not(:disabled){border-color:var(--primary)!important;color:var(--primary-hover)!important}.statusBadge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;font-size:.8125rem;font-weight:750}.statusBadge.active{background:#e5f4eb;color:var(--success)}.statusBadge.inactive{background:#fbe8e5;color:var(--error)}.tableActions{flex-wrap:wrap;gap:8px}.smallButton{min-height:34px;padding:0 10px;font-size:.8125rem}.smallButton.danger{background:var(--error)}.smallButton.danger:hover:not(:disabled){background:#8f1c14}.smallButton.success{background:var(--success)}.smallButton.success:hover:not(:disabled){background:#0f5b37}.headerActions{display:flex;align-items:center;gap:12px}.headerActionButtons{width:168px;display:flex;flex-direction:column;gap:8px}.headerActionButtons .logoutButton,.headerActionButtons .secondaryLink{width:100%}.authenticatedUser{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:8px 12px;border:1px solid var(--border);border-radius:12px;background:var(--card)}.authenticatedUserName{font-size:.875rem;font-weight:750}.authenticatedUserRole{color:var(--muted);font-size:.75rem;font-weight:700}.accessDeniedCard{width:100%;max-width:1180px;margin:0 auto;padding:24px}.accessDeniedCard h2,.accessDeniedCard p{margin:0}.accessDeniedCard p{margin-top:8px;color:var(--muted)}.logoutButton{border:1px solid var(--gh3-black-soft);background:var(--gh3-black-soft);color:#ffffff}.logoutButton:hover{border-color:var(--gh3-black);background:var(--gh3-black)}.loginPage{min-height:100vh;padding:48px 24px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 18%,rgba(237,131,46,.16),transparent 34%),linear-gradient(145deg,var(--gh3-black) 0,var(--gh3-black-soft) 54%,var(--gh3-surface-dark) 100%)}.loginCard{width:100%;max-width:440px;padding:32px;border:1px solid rgba(248,248,248,.12);border-radius:20px;background:rgba(36,32,32,.86);box-shadow:0 24px 64px rgba(0,0,0,.36);color:var(--gh3-text-on-dark);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.loginCard .eyebrow{color:var(--gh3-orange-soft)}.loginCard h1{margin:8px 0 12px;font-size:2.125rem}.loginCard .description{margin-bottom:0;color:var(--gh3-text-muted-dark)}.loginForm{display:flex;flex-direction:column;gap:16px;margin-top:24px}.loginForm input,.loginForm label{color:var(--gh3-text-on-dark)}.loginForm input{border-color:#5b5350;background:var(--gh3-black-soft)}.loginForm input::placeholder{color:var(--gh3-text-muted-dark)}.loginForm .formMessage.error{border-color:rgba(255,159,148,.35);background:rgba(180,35,24,.2);color:#ffd5cf}@media (max-width:900px){.usersHeader{flex-direction:column}.usersLayout{grid-template-columns:1fr}}@media (max-width:700px){.loginPage,.page,.usersPage{padding:32px 16px}.card,.loginCard{padding:24px}.statusGrid{grid-template-columns:1fr}}@media (max-width:600px){.headerActions{width:100%;flex-direction:column;align-items:stretch}.authenticatedUser,.headerActionButtons{width:100%}.tableHeader{align-items:flex-start;flex-direction:column}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important}}.dashboardGate,.dashboardShell{min-height:100vh;background:radial-gradient(circle at 78% 0,rgba(237,131,46,.12),transparent 28%),linear-gradient(135deg,var(--gh3-black) 0,var(--gh3-black-soft) 58%,var(--gh3-surface-dark) 100%);color:var(--gh3-text-on-dark)}.dashboardShell{display:grid;grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}.dashboardSidebar{position:sticky;top:0;z-index:200;min-height:auto;padding:.1px 5px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;border-right:0;border-bottom:1px solid rgba(248,248,248,.08);background:rgba(5,4,5,.9);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.dashboardBrand{display:flex;align-items:center;gap:10px;padding:0 5px;color:var(--gh3-text-on-dark);font-size:1rem;font-weight:750;letter-spacing:.01em}.dashboardBrandMark{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:30px;border-radius:8px;background:var(--primary);color:#ffffff;font-size:.8125rem;letter-spacing:.08em}.dashboardNav{display:flex;flex-direction:row;gap:6px;margin-top:0;overflow-x:auto;scrollbar-width:thin}.dashboardNavLink{display:block;padding:9px 8px;border:1px solid transparent;border-radius:10px;color:var(--gh3-text-muted-dark);font-size:.875rem;font-weight:650;text-decoration:none;white-space:nowrap}.dashboardNavLink:hover{border-color:rgba(237,131,46,.24);background:rgba(248,248,248,.04);color:var(--gh3-text-on-dark)}.dashboardNavLink.active{border-color:rgba(237,131,46,.34);background:rgba(237,131,46,.14);color:var(--gh3-orange-soft)}.dashboardSidebarFooter{margin-top:0;padding:0}.dashboardLogoutButton,.dashboardRefreshButton{min-height:42px;border-radius:10px;padding:0 14px;font-weight:750;cursor:pointer}.dashboardLogoutButton{width:auto;border:1px solid rgba(248,248,248,.16);background:transparent;color:var(--gh3-text-on-dark)}.dashboardLogoutButton:hover{border-color:rgba(237,131,46,.52);color:var(--gh3-orange-soft)}.dashboardContent{min-width:0;padding:42px clamp(24px,4vw,56px)}.dashboardHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:32px}.dashboardOverline{margin:0 0 8px;color:var(--gh3-orange-soft);font-size:.75rem;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.dashboardGateCard h1,.dashboardHeader h1{margin:0;color:var(--gh3-text-on-dark);font-size:clamp(2rem,4vw,2.75rem);letter-spacing:-.04em}.dashboardHeaderDescription{max-width:620px;margin:12px 0 0;color:var(--gh3-text-muted-dark);line-height:1.55}.dashboardHeaderActions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.dashboardIdentity{min-width:150px;display:flex;flex-direction:column;gap:2px;padding:8px 12px;border:1px solid rgba(248,248,248,.1);border-radius:10px;background:rgba(248,248,248,.04)}.dashboardIdentityName{color:var(--gh3-text-on-dark);font-size:.875rem;font-weight:750}.dashboardIdentityRole{color:var(--gh3-text-muted-dark);font-size:.75rem;font-weight:650}.dashboardRefreshButton{border:1px solid var(--primary);background:var(--primary);color:#ffffff}.dashboardRefreshButton:hover{border-color:var(--primary-hover);background:var(--primary-hover)}.dashboardMetrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.dashboardAttentionPanel,.dashboardGateCard,.dashboardMetricCard,.dashboardQuickAccess{border:1px solid rgba(248,248,248,.1);border-radius:var(--radius-card);background:rgba(36,32,32,.7);box-shadow:0 18px 42px rgba(0,0,0,.18);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.dashboardMetricCard{min-height:190px;padding:20px;display:flex;flex-direction:column}.dashboardMetricDescription,.dashboardMetricState,.dashboardMetricTitle{margin:0}.dashboardMetricTitle{color:var(--gh3-text-muted-dark);font-size:.875rem;font-weight:700}.dashboardMetricValue{margin:16px 0 8px;color:var(--gh3-text-on-dark);font-size:2.5rem;font-weight:760;letter-spacing:-.05em;line-height:1}.dashboardMetricDescription{color:var(--gh3-text-muted-dark);font-size:.8125rem;line-height:1.45}.dashboardMetricState{margin-top:auto;padding-top:16px;color:#aee4c3;font-size:.75rem;font-weight:650}.dashboardMetricState.loading,.dashboardPanelMessage.loading{color:var(--gh3-orange-soft)}.dashboardMetricState.forbidden,.dashboardPanelMessage.forbidden{color:#ffd08c}.dashboardMetricState.error,.dashboardPanelMessage.error{color:#ffb8ae}.dashboardMetricState.idle,.dashboardPanelMessage.idle{color:var(--gh3-text-muted-dark)}.dashboardLowerGrid{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:16px;margin-top:16px}.dashboardAttentionPanel,.dashboardQuickAccess{padding:22px}.dashboardPanelHeader h2{margin:0;color:var(--gh3-text-on-dark);font-size:1.25rem;letter-spacing:-.02em}.dashboardAttentionList{display:grid;gap:10px;margin:20px 0 0;padding:0;list-style:none}.dashboardAttentionList li{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px;border:1px solid rgba(248,248,248,.08);border-radius:10px;color:var(--gh3-text-muted-dark);font-size:.875rem}.dashboardAttentionList strong{color:var(--gh3-text-on-dark);font-size:1.125rem}.dashboardAttentionList li.warning{border-color:rgba(237,131,46,.3);background:rgba(237,131,46,.09);color:#ffd08c}.dashboardAttentionList li.warning strong{color:var(--gh3-orange-soft)}.dashboardPanelMessage{margin:24px 0 0;color:var(--gh3-text-muted-dark);font-size:.875rem}.dashboardQuickGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px}.dashboardQuickLink{min-height:92px;padding:14px;display:flex;flex-direction:column;justify-content:space-between;gap:8px;border:1px solid rgba(248,248,248,.1);border-radius:10px;background:rgba(248,248,248,.035);color:var(--gh3-text-on-dark);font-size:.9375rem;font-weight:750;text-decoration:none}.dashboardQuickLink:hover{border-color:rgba(237,131,46,.46);background:rgba(237,131,46,.1);transform:translateY(-1px)}.dashboardQuickLink small{color:var(--gh3-text-muted-dark);font-size:.75rem;font-weight:500;line-height:1.4}.dashboardGate{padding:24px;display:flex;align-items:center;justify-content:center}.dashboardGateCard{width:100%;max-width:520px;padding:32px}.dashboardGateCard>p:not(.dashboardOverline){margin:14px 0 0;color:var(--gh3-text-muted-dark);line-height:1.55}.dashboardGateCard .dashboardLogoutButton{width:auto;margin-top:24px}@media (max-width:1000px){.dashboardMetrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.dashboardShell{grid-template-columns:1fr}.dashboardSidebar{min-height:auto;padding:18px 24px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;border-right:0;border-bottom:1px solid rgba(248,248,248,.08)}.dashboardNav{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-end;gap:6px;margin-top:0}.dashboardNavLink{padding:8px 10px}.dashboardSidebarFooter{margin-top:0;padding:0}.dashboardSidebarFooter .dashboardLogoutButton{width:auto;white-space:nowrap}.dashboardLowerGrid{grid-template-columns:1fr}}@media (max-width:640px){.dashboardSidebar{padding:16px;grid-template-columns:1fr auto}.dashboardNav{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.dashboardNavLink{text-align:center}.dashboardContent{padding:28px 16px}.dashboardHeader,.dashboardHeaderActions{align-items:stretch;flex-direction:column}.dashboardHeaderActions,.dashboardIdentity,.dashboardRefreshButton{width:100%}.dashboardMetrics,.dashboardQuickGrid{grid-template-columns:1fr}.dashboardMetricCard{min-height:170px}.dashboardGate{padding:16px}.dashboardGateCard{padding:24px}}.sitesShell{min-height:100vh;display:grid;grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);background:var(--background)}.sitesContent{min-width:0;padding:42px clamp(24px,4vw,56px)}.sitesHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:28px}.sitesHeader .description{max-width:680px;margin-bottom:0}.sitesHeaderActions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.sitesIdentity{min-width:160px;display:flex;flex-direction:column;gap:2px;padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius-control);background:var(--card)}.sitesIdentity span{font-size:.875rem;font-weight:750}.sitesIdentity small{color:var(--muted);font-size:.75rem;font-weight:650}.siteCreateButton,.siteSubmitButton,.sitesRefreshButton{min-height:42px;padding:0 16px;border:1px solid var(--primary);border-radius:var(--radius-control);background:var(--primary);color:#ffffff;font-weight:750;cursor:pointer}.siteCreateButton:hover:not(:disabled),.siteSubmitButton:hover:not(:disabled),.sitesRefreshButton:hover:not(:disabled){border-color:var(--primary-hover);background:var(--primary-hover)}.siteCancelButton:disabled,.siteCreateButton:disabled,.siteStatusAction:disabled,.siteSubmitButton:disabled,.siteTextButton:disabled,.sitesRefreshButton:disabled{cursor:not-allowed;opacity:.6}.sitesSummary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:24px}.siteFormCard,.sitesAccessCard,.sitesListCard,.sitesSummaryCard{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--card);box-shadow:var(--shadow-card)}.sitesSummaryCard{min-height:142px;padding:20px;display:flex;flex-direction:column}.sitesSummaryCard small,.sitesSummaryCard>span{color:var(--muted);font-size:.8125rem;line-height:1.45}.sitesSummaryCard>span{font-weight:700}.sitesSummaryCard strong{margin:12px 0 8px;color:var(--foreground);font-size:2.25rem;letter-spacing:-.04em;line-height:1}.sitesSummaryCard small{margin-top:auto}.sitesWorkspace{display:grid;grid-template-columns:minmax(320px,390px) minmax(0,1fr);gap:24px;align-items:start}.sitesWorkspace.fullWidth{grid-template-columns:minmax(0,1fr)}.siteFormCard,.sitesListCard{padding:24px}.siteFormHeading,.sitesListHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.siteFormHeading h2,.sitesListHeader h2{margin:0;font-size:1.375rem;letter-spacing:-.02em}.siteFormHeading .eyebrow,.sitesListHeader .eyebrow{margin-bottom:8px}.siteCancelButton,.siteStatusAction,.siteTextButton{min-height:36px;border-radius:8px;padding:0 10px;font-size:.8125rem;font-weight:750;cursor:pointer}.siteCancelButton,.siteTextButton{border:1px solid var(--border);background:var(--card);color:var(--foreground)}.siteCancelButton:hover:not(:disabled),.siteTextButton:hover:not(:disabled){border-color:var(--primary);color:var(--primary-hover)}.siteForm{display:flex;flex-direction:column;gap:16px;margin-top:20px}.siteForm label,.sitesFilters label{display:flex;flex-direction:column;gap:8px;color:var(--foreground);font-size:.875rem;font-weight:700}.siteForm input,.siteForm select,.siteForm textarea,.sitesFilters input,.sitesFilters select{width:100%;border:1px solid var(--border);border-radius:var(--radius-control);background:var(--gh3-surface-light);color:var(--foreground);font-size:.9375rem}.siteForm input,.siteForm select,.sitesFilters input,.sitesFilters select{min-height:42px;padding:0 12px}.siteForm textarea{min-height:104px;padding:10px 12px;resize:vertical}.siteForm input:focus,.siteForm select:focus,.siteForm textarea:focus,.sitesFilters input:focus,.sitesFilters select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(237,131,46,.18);outline:none}.siteFormColumns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.siteSubmitButton{width:100%}.sitesResultsCount{margin:0;padding-top:6px;color:var(--muted);font-size:.8125rem;font-weight:650;white-space:nowrap}.sitesFilters{display:grid;grid-template-columns:minmax(0,1fr) 170px;gap:12px;margin:20px 0}.siteMessage,.sitesListState{margin:16px 0 0;padding:12px;border-radius:var(--radius-control);font-size:.875rem;font-weight:700;line-height:1.45}.siteMessage.error{border:1px solid #f4c7c1;background:#fdf0ed;color:var(--error)}.siteMessage.success{border:1px solid #b8dfc7;background:#edf8f1;color:var(--success)}.sitesListState{border:1px dashed var(--border);color:var(--muted);text-align:center}.sitesTableWrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.sitesTable{min-width:1020px}.sitesTable td,.sitesTable th{vertical-align:middle}.sitesTable td strong{color:var(--foreground)}.sitesDataRow{cursor:pointer;transition:background-color .15s ease}.sitesDataRow:focus-visible,.sitesDataRow:hover{background:#fff8f1;outline:none}.sitesDataRow:focus-visible{box-shadow:inset 0 0 0 2px var(--primary)}.siteStatusBadge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;font-size:.75rem;font-weight:750}.siteStatusBadge.active{background:#e5f4eb;color:var(--success)}.siteStatusBadge.inactive{background:#fbe8e5;color:var(--error)}.siteActionButtons,.siteMobileCardActions,.siteTableActions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.siteStatusAction{border:1px solid transparent;color:#ffffff}.siteStatusAction.deactivate{background:var(--error)}.siteStatusAction.deactivate:hover:not(:disabled){background:#8f1c14}.siteStatusAction.activate{background:var(--success)}.siteStatusAction.activate:hover:not(:disabled){background:#0f5b37}.sitesDetailRow td{padding:0 12px 16px;background:#fcfbfa}.siteDetailActions{display:flex;justify-content:flex-end;margin-top:12px}.siteDetailsList{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0;padding:14px;border:1px solid var(--border);border-radius:10px;background:var(--card)}.siteDetailsList div{min-width:0}.siteDetailsList dt{color:var(--muted);font-size:.75rem;font-weight:750}.siteDetailsList dd{margin:5px 0 0;overflow-wrap:anywhere;color:var(--foreground);font-size:.8125rem;line-height:1.45}.sitesMobileList{display:none}.sitesAccessGate{min-height:100vh;padding:24px;display:flex;align-items:center;justify-content:center;background:var(--background)}.sitesAccessCard{width:100%;max-width:520px;padding:32px}.sitesAccessCard p:not(.eyebrow){margin:14px 0 0;color:var(--muted);line-height:1.55}.sitesLogoutButton{min-height:42px;margin-top:24px;padding:0 16px;border:1px solid var(--gh3-black-soft);border-radius:var(--radius-control);background:var(--gh3-black-soft);color:#ffffff;font-weight:750;cursor:pointer}.sitesLogoutButton:hover{border-color:var(--gh3-black);background:var(--gh3-black)}@media (max-width:1100px){.sitesWorkspace{grid-template-columns:1fr}}@media (max-width:900px){.sitesShell{grid-template-columns:1fr}.sitesContent{padding:32px 24px}}@media (max-width:720px){.sitesHeader,.sitesHeaderActions{align-items:stretch;flex-direction:column}.sitesHeaderActions,.sitesIdentity,.sitesRefreshButton{width:100%}.sitesSummary{grid-template-columns:1fr}.sitesTableWrapper{display:none}.sitesMobileList{display:grid;gap:12px;margin-top:20px}.siteMobileCard{padding:16px;border:1px solid var(--border);border-radius:12px;background:#fcfbfa}.siteMobileCardHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.siteMobileCardHeader>div{display:flex;flex-direction:column;gap:4px}.siteMobileCardHeader strong{color:var(--foreground);font-size:.9375rem}.siteMobileCard>p,.siteMobileCardHeader span:not(.siteStatusBadge){color:var(--muted);font-size:.8125rem}.siteMobileCard>p{margin:10px 0 0}.siteMobileCardActions{margin-top:16px}.siteMobileCard .siteDetailsList{grid-template-columns:1fr;margin-top:16px}}@media (max-width:640px){.sitesContent{padding:28px 16px}.siteFormCard,.sitesAccessCard,.sitesListCard{padding:20px}.siteFormColumns,.sitesFilters{grid-template-columns:1fr}.siteFormHeading,.sitesListHeader{align-items:stretch;flex-direction:column}.sitesResultsCount{padding-top:0;white-space:normal}.sitesAccessGate{padding:16px}}.visitsSummary{grid-template-columns:repeat(5,minmax(0,1fr))}.visitsFilters{grid-template-columns:minmax(210px,1fr) 170px minmax(190px,.8fr) auto;align-items:end}.visitsClearFilters{min-height:42px;white-space:nowrap}.visitStatusBadge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;font-size:.75rem;font-weight:750;white-space:nowrap}.visitStatusBadge.planned{background:#f8eddc;color:#9a541a}.visitStatusBadge.in_progress{background:#e6effb;color:#185fa5}.visitStatusBadge.finished{background:#e5f4eb;color:var(--success)}.visitStatusBadge.cancelled{background:#f2efec;color:var(--gh3-text-muted-light)}.visitStatusBadge.failed{background:#fbe8e5;color:var(--error)}.visitStatusAction{min-height:36px;padding:0 10px;border:1px solid transparent;border-radius:8px;color:#ffffff;font-size:.8125rem;font-weight:750;cursor:pointer}.visitStatusAction:disabled{cursor:not-allowed;opacity:.6}.visitStatusAction.start{background:var(--primary)}.visitStatusAction.start:hover:not(:disabled){background:var(--primary-hover)}.visitStatusAction.complete{background:var(--success)}.visitStatusAction.complete:hover:not(:disabled){background:#0f5b37}.visitStatusAction.danger{background:var(--error)}.visitStatusAction.danger:hover:not(:disabled){background:#8f1c14}.visitDetailsWide{grid-column:span 2}@media (max-width:1280px){.visitsSummary{grid-template-columns:repeat(3,minmax(0,1fr))}.visitsFilters{grid-template-columns:minmax(210px,1fr) 170px 210px}.visitsClearFilters{justify-self:start}}@media (max-width:720px){.visitsFilters,.visitsSummary{grid-template-columns:1fr}.visitsClearFilters{width:100%}.siteMobileCardHeader .visitStatusBadge{color:inherit}.visitStatusBadge.planned{color:#9a541a}.visitStatusBadge.in_progress{color:#185fa5}.visitStatusBadge.finished{color:var(--success)}.visitStatusBadge.cancelled{color:var(--gh3-text-muted-light)}.visitStatusBadge.failed{color:var(--error)}.visitDetailsWide{grid-column:auto}}.reportsSummary{grid-template-columns:repeat(5,minmax(0,1fr))}.reportsFilters{grid-template-columns:minmax(210px,1fr) 170px minmax(180px,.8fr) minmax(180px,.8fr) auto;align-items:end}.reportsClearFilters{min-height:42px;white-space:nowrap}.reportAnswerError,.reportFormHint,.reportQuestionConfigurationError,.reportReviewLimitation{margin:0;color:var(--error);font-size:.8125rem;font-weight:650;line-height:1.45}.reportFormHint{padding:10px 12px;border:1px solid #f4c7c1;border-radius:var(--radius-control);background:#fdf0ed}.reportStatusBadge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;font-size:.75rem;font-weight:750;white-space:nowrap}.reportStatusBadge.draft{background:#f2efec;color:var(--gh3-text-muted-light)}.reportStatusBadge.started{background:#e6effb;color:#185fa5}.reportStatusBadge.sent_to_backoffice{background:#f8eddc;color:#9a541a}.reportStatusBadge.under_review{background:#eee9f8;color:#5a3a91}.reportStatusBadge.approved{background:#e5f4eb;color:var(--success)}.reportStatusBadge.with_observations{background:#fbe8e5;color:var(--error)}.reportsSelectedRow td{background:#fff8f2}.reportDetailCard{margin-top:24px;padding:24px;border:1px solid var(--border);border-radius:var(--radius-card);background:var(--card);box-shadow:var(--shadow-card)}.reportAnswerActions,.reportDetailHeader,.reportFlowActions,.reportPanelHeader,.reportQuestionHeading,.reportSectionHeading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.reportDetailHeader h2,.reportPanelHeader h3,.reportSectionHeading h4{margin:0;color:var(--foreground)}.reportDetailHeader h2{font-size:1.5rem;letter-spacing:-.03em}.reportDetailHeaderActions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.reportDetailsList{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:20px}.reportObservationsPanel,.reportQuestionsPanel{margin-top:24px;padding-top:24px;border-top:1px solid var(--border)}.reportObservationsPanel label{display:flex;flex-direction:column;gap:8px;margin-top:16px;color:var(--foreground);font-size:.875rem;font-weight:700}.reportObservationsPanel textarea,.reportQuestionCard input,.reportQuestionCard select,.reportQuestionCard textarea{width:100%;border:1px solid var(--border);border-radius:var(--radius-control);background:var(--gh3-surface-light);color:var(--foreground);font:inherit}.reportObservationsPanel textarea,.reportQuestionCard textarea{min-height:104px;padding:10px 12px;resize:vertical}.reportQuestionCard input,.reportQuestionCard select{min-height:42px;padding:0 12px}.reportObservationsPanel textarea:focus,.reportQuestionCard input:focus,.reportQuestionCard select:focus,.reportQuestionCard textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(237,131,46,.18);outline:none}.reportObservationButton{width:auto;margin-top:12px}.reportCharacterCount{display:block;margin-top:8px;color:var(--muted);font-size:.75rem;font-weight:650;text-align:right}.reportReviewObservations .reportActionButton{margin-top:12px}.reportReadOnlyValue{margin:16px 0 0;padding:12px;border:1px dashed var(--border);border-radius:var(--radius-control);color:var(--muted);white-space:pre-wrap}.reportReviewLimitation{margin-top:20px;padding:12px;border:1px solid #f0d19c;border-radius:var(--radius-control);background:#fff8ea;color:#805516}.reportFlowActions{flex-wrap:wrap;justify-content:flex-start;margin-top:20px}.reportActionButton{min-height:40px;padding:0 14px;border:1px solid transparent;border-radius:var(--radius-control);color:#ffffff;font-weight:750;cursor:pointer}.reportActionButton.primary{background:var(--primary)}.reportActionButton.primary:hover:not(:disabled){background:var(--primary-hover)}.reportActionButton.review{background:#5a3a91}.reportActionButton.review:hover:not(:disabled){background:#442b6d}.reportActionButton.approve{background:var(--success)}.reportActionButton.approve:hover:not(:disabled){background:#0f5b37}.reportActionButton.return{background:var(--error)}.reportActionButton.return:hover:not(:disabled){background:#8f1c14}.reportActionButton.disabled,.reportActionButton:disabled{cursor:not-allowed;opacity:.6}.reportSection{margin-top:20px;padding:20px;border:1px solid var(--border);border-radius:12px;background:#fcfbfa}.reportPanelHeader p,.reportQuestionCard>p,.reportSectionHeading p{margin:8px 0 0;color:var(--muted);font-size:.875rem;line-height:1.45}.reportQuestionsGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}.reportQuestionCard{min-width:0;padding:16px;border:1px solid var(--border);border-radius:10px;background:var(--card)}.reportQuestionHeading label{color:var(--foreground);font-size:.9375rem;font-weight:750}.reportQuestionHeading label span{color:var(--error)}.reportQuestionHeading small{color:var(--muted);font-size:.75rem}.reportQuestionConstraints{color:#805516!important;font-size:.75rem!important;font-weight:650}.reportMultiSelection{display:grid;gap:8px;margin:14px 0 0;padding:12px;border:1px solid var(--border);border-radius:var(--radius-control)}.reportMultiSelection legend{padding:0 4px;color:var(--muted);font-size:.75rem;font-weight:700}.reportMultiSelection label{display:flex;align-items:center;gap:10px;min-height:36px;color:var(--foreground);cursor:pointer}.reportQuestionCard .reportMultiSelection input{width:18px;min-height:18px;margin:0;padding:0;accent-color:var(--primary)}.reportMultiSelection:disabled label{cursor:not-allowed;opacity:.65}.reportQuestionUnavailable{margin-top:14px!important;padding:12px;border:1px dashed var(--border);border-radius:var(--radius-control);background:var(--gh3-background-light);color:var(--muted)}.reportTableEditor{margin-top:14px}.reportTableScroller{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius-control)}.reportTableEditor table{width:100%;min-width:680px;border-collapse:collapse}.reportTableEditor td,.reportTableEditor th{padding:10px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.reportTableEditor th{background:var(--gh3-background-light);font-size:.8rem}.reportTableEditor th small{display:block;color:var(--muted)}.reportTableEditor td input,.reportTableEditor td select,.reportTableEditor td textarea{min-width:140px;margin-top:0}.reportTableActions{display:flex;gap:8px;min-width:190px}.reportTableActions button{width:auto;min-height:38px;padding:0 10px}.reportQuestionCard input,.reportQuestionCard select,.reportQuestionCard textarea{margin-top:14px}.reportAnswerActions{align-items:center;justify-content:flex-start;margin-top:12px}.reportAnswerSaved{color:var(--success);font-size:.8125rem;font-weight:750}.reportAnswerError{margin-top:10px}.reportEvidencePanel{margin-top:24px;padding-top:24px;border-top:1px solid var(--border)}.reportEvidenceHeader{align-items:center}.reportEvidenceCount{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid #f0d19c;border-radius:999px;background:#fff8ea;color:#805516;font-size:.8125rem;font-weight:750}.reportEvidenceQuotaNote{margin:8px 0 0;color:var(--gh3-text-muted-light);font-size:.8125rem}.reportPhotoRequirements{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.75rem;margin:.75rem 0 1rem}.reportPhotoRequirements article{display:grid;gap:.25rem;padding:.8rem;border:1px solid var(--gh3-border-light);border-left:3px solid var(--gh3-orange);border-radius:12px;background:var(--gh3-surface-light)}.reportPhotoRequirements small,.reportPhotoRequirements span{color:var(--gh3-text-muted-light)}.reportEvidenceUpload{margin-top:16px}.reportEvidenceAddButton{width:auto}.reportEvidenceFileInput{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.reportEvidenceDraft{display:grid;grid-template-columns:minmax(140px,190px) minmax(0,1fr);gap:18px;margin-top:16px;padding:16px;border:1px solid #efc39f;border-radius:12px;background:#fffaf5}.reportEvidenceImage,.reportEvidencePreview{display:block;width:100%;object-fit:cover;background:#eee9e5}.reportEvidencePreview{min-height:140px;height:100%;max-height:260px;border-radius:10px}.reportEvidenceDraftFields{min-width:0}.reportEvidenceDraftFields>p{display:flex;flex-wrap:wrap;gap:8px 12px;margin:0 0 12px;color:var(--foreground)}.reportEvidenceDraftFields>p span{color:var(--muted);font-size:.8125rem}.reportEvidenceDraftFields label{display:flex;flex-direction:column;gap:8px;margin-top:12px;color:var(--foreground);font-size:.875rem;font-weight:700}.reportEvidenceDraftFields select,.reportEvidenceDraftFields textarea{width:100%;border:1px solid var(--border);border-radius:var(--radius-control);background:var(--gh3-surface-light);color:var(--foreground);font:inherit}.reportEvidenceDraftFields textarea{min-height:82px;padding:10px 12px;resize:vertical}.reportEvidenceDraftFields select{min-height:42px;padding:0 12px}.reportEvidenceDraftFields select:focus,.reportEvidenceDraftFields textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(237,131,46,.18);outline:none}.reportEvidenceDraftActions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin-top:12px}.reportEvidenceDraftActions .siteSubmitButton{width:auto}.reportEvidenceGrid{display:grid;grid-template-columns:repeat(3,minmax(0,320px));gap:14px;justify-content:start;margin-top:16px}.reportEvidenceCard{display:flex;width:100%;max-width:320px;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:12px;background:var(--card)}.reportEvidenceImageLink{display:block;line-height:0}.reportEvidenceImageLink:focus-visible{outline:3px solid var(--primary);outline-offset:-3px}.reportEvidenceImage{height:190px;border-radius:12px 12px 0 0}.reportEvidenceCardBody{display:flex;min-height:150px;flex-direction:column;gap:6px;padding:12px}.reportEvidenceCardBody p,.reportEvidenceCardBody small,.reportEvidenceCardBody span,.reportEvidenceCardBody strong{overflow-wrap:anywhere}.reportEvidenceCardBody strong{color:var(--foreground);font-size:.875rem}.reportEvidenceCardBody small,.reportEvidenceCardBody span{color:var(--muted);font-size:.75rem}.reportEvidenceCardBody p{margin:2px 0;color:var(--foreground);font-size:.8125rem;line-height:1.4}.reportEvidenceDeleteButton{align-self:flex-start;margin-top:auto;color:var(--error)}@media (max-width:1350px){.reportsSummary{grid-template-columns:repeat(3,minmax(0,1fr))}.reportsFilters{grid-template-columns:minmax(210px,1fr) 170px minmax(180px,.8fr)}.reportsClearFilters{justify-self:start}}@media (max-width:1100px){.reportEvidenceGrid{grid-template-columns:repeat(2,minmax(0,320px))}}@media (max-width:900px){.reportDetailsList{grid-template-columns:repeat(2,minmax(0,1fr))}.reportEvidenceDraft{grid-template-columns:150px minmax(0,1fr)}}@media (max-width:720px){.reportDetailsList,.reportQuestionsGrid,.reportsFilters,.reportsSummary{grid-template-columns:1fr}.reportObservationButton,.reportsClearFilters{width:100%}.reportDetailCard{padding:20px}.reportDetailHeader,.reportPanelHeader,.reportQuestionHeading,.reportSectionHeading{flex-direction:column}.reportDetailHeaderActions{width:100%;align-items:stretch;flex-direction:column-reverse}.reportDetailHeaderActions .reportActionButton{width:100%}.reportEvidenceDraft{grid-template-columns:1fr}.reportEvidenceGrid{grid-template-columns:minmax(0,1fr)}.reportEvidenceCard{max-width:none}.reportEvidencePreview{width:min(100%,360px);max-height:240px}.reportEvidenceAddButton,.reportEvidenceDraftActions,.reportEvidenceDraftActions .siteSubmitButton{width:100%}.siteMobileCardHeader .reportStatusBadge{color:inherit}.reportStatusBadge.draft{color:var(--gh3-text-muted-light)}.reportStatusBadge.started{color:#185fa5}.reportStatusBadge.sent_to_backoffice{color:#9a541a}.reportStatusBadge.under_review{color:#5a3a91}.reportStatusBadge.approved{color:var(--success)}.reportStatusBadge.with_observations{color:var(--error)}}.visitAssignmentPanel{border-top:1px solid var(--border);margin-top:20px;padding-top:20px}.visitAssignmentCards,.visitAssignmentForm,.visitAssignmentHistorySection,.visitAssignmentPanelHeader,.visitAssignmentRange,.visitAssignmentSummary{margin-top:14px}.visitAssignmentCard h4,.visitAssignmentForm h4,.visitAssignmentPanelHeader h3{margin:0}.visitAssignmentEmpty,.visitAssignmentHint,.visitAssignmentRange,.visitAssignmentReasons{color:var(--muted)}.visitAssignmentCards{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.visitAssignmentCard,.visitAssignmentForm{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:16px}.visitAssignmentSummary{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.visitAssignmentSummary div{min-width:0}.visitAssignmentSummary dt{color:var(--muted);font-size:.82rem}.visitAssignmentSummary dd{margin:3px 0 0;overflow-wrap:anywhere}.visitAssignmentForm{display:grid;gap:12px}.visitAssignmentForm label{display:grid;gap:6px}.visitAvailabilityList{display:grid;gap:8px;list-style:none;margin:0;padding:0}.visitAvailabilityList li{border-left:3px solid var(--primary);padding-left:10px}.visitAssignmentReasons{display:block;margin-top:3px}.visitAssignmentHistorySection{display:grid;gap:10px}.visitAssignmentPanel .siteMessage.warning{border-left:3px solid var(--warning);color:var(--foreground)}@media (max-width:720px){.visitAssignmentCards,.visitAssignmentSummary{grid-template-columns:1fr}}.myVisitsSummary{grid-template-columns:repeat(4,minmax(0,1fr))}.myVisitsFiltersCard{display:grid;gap:16px}.myVisitsFilters{grid-template-columns:repeat(3,minmax(160px,1fr)) auto}.myVisitsLocalFilters{display:flex;align-items:end;gap:16px;flex-wrap:wrap}.myVisitsLocalFilters label:first-child{display:grid;gap:6px;min-width:min(100%,280px)}.myVisitsLocalFilters input[type=search]{min-height:42px;padding:0 12px;border:1px solid var(--border);border-radius:var(--radius-control);background:var(--card);color:var(--foreground);font:inherit}.myVisitsCheckbox{display:inline-flex;align-items:center;min-height:42px;gap:8px;color:var(--foreground);font-size:.875rem;font-weight:700}.myVisitsCheckbox input{accent-color:var(--primary)}.myVisitsUpdated{margin-left:auto;color:var(--muted);font-size:.8125rem}.myVisitsList{display:grid;gap:16px}.myVisitCard{padding:20px;border:1px solid var(--border);border-radius:var(--radius-card);background:var(--card);box-shadow:var(--shadow-card)}.myVisitCardHeader{display:flex;justify-content:space-between;gap:16px}.myVisitCardHeader h2,.myVisitDetail h3{margin:10px 0 0;color:var(--foreground)}.myVisitCardHeader p,.myVisitDetail p,.myVisitFacts,.myVisitReports span{color:var(--muted)}.myVisitFacts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 20px;margin:18px 0;font-size:.875rem}.myVisitDetail strong,.myVisitFacts strong{color:var(--foreground)}.myVisitsResponsibleBadge{align-self:start;padding:6px 10px;border-radius:999px;background:#fff1e4;color:#9a541a;font-size:.75rem;font-weight:750;white-space:nowrap}.myVisitDetail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:20px;padding-top:20px;border-top:1px solid var(--border)}.myVisitDetail p{margin:8px 0;overflow-wrap:anywhere;font-size:.875rem}.myVisitReports{grid-column:1/-1}.myVisitReports article{display:grid;gap:4px;margin-top:10px;padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--gh3-background-light)}.myVisitsFutureNote{grid-column:1/-1;margin:0!important;padding:12px;border-left:3px solid var(--primary);border-radius:8px;background:#fff8f2;color:var(--foreground)!important}.visitExecutionPanel{margin:18px 0;padding:14px;border:1px solid var(--border);border-radius:12px;background:var(--gh3-background-light)}.visitExecutionActions,.visitExecutionPanel{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.visitExecutionDangerButton{min-height:42px;padding:0 16px;border:1px solid #a92f22;border-radius:var(--radius-control);background:#b93526;color:#fff;cursor:pointer;font:inherit;font-weight:750}.visitExecutionDangerButton:hover:not(:disabled){background:#92271b}.visitExecutionActions button:disabled,.visitExecutionDangerButton:disabled{cursor:not-allowed;opacity:.65}.visitExecutionDialog{display:grid;width:min(100%,560px);gap:10px;margin-top:8px;padding:18px;border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:12px;background:var(--card);box-shadow:var(--shadow-card)}.visitExecutionDialog h3,.visitExecutionDialog p{margin:0}.visitExecutionDialog label{color:var(--foreground);font-size:.875rem;font-weight:700}.visitExecutionDialog textarea{min-height:108px;resize:vertical;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-control);background:var(--card);color:var(--foreground);font:inherit}.visitExecutionDialog textarea:focus{outline:3px solid color-mix(in srgb,var(--primary) 32%,transparent);border-color:var(--primary)}.visitExecutionDialog small{color:var(--muted);text-align:right}.visitTransitionHistory{width:100%}.visitTransitionHistory ol{display:grid;gap:8px;margin:0;padding:0;list-style:none}.visitTransitionHistory li{display:grid;gap:3px;padding:10px;border:1px solid var(--border);border-radius:10px;background:var(--card);color:var(--muted);font-size:.8125rem}.visitTransitionHistory strong{color:var(--foreground)}@media (max-width:1100px){.myVisitsFilters,.myVisitsSummary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.myVisitDetail,.myVisitFacts,.myVisitsFilters,.myVisitsSummary{grid-template-columns:1fr}.myVisitCardHeader{flex-direction:column}.myVisitsResponsibleBadge{align-self:start}.myVisitsUpdated{margin-left:0}.visitExecutionActions,.visitExecutionPanel{align-items:stretch}.visitExecutionActions button{width:100%}}.scheduleCard{background:#fff;border:1px solid #dce3ea;border-radius:16px;overflow:hidden;box-shadow:0 10px 28px rgba(15,23,42,.06)}.scheduleScroll{overflow:auto;max-height:68vh}.scheduleCrewRow,.scheduleHeaderRow{display:flex;min-width:1460px}.scheduleIdentity{position:sticky;left:0;z-index:4;width:410px;min-width:410px;background:#fff;border-right:2px solid #cbd5e1}.scheduleIdentityHeader{padding:16px;font-weight:800;background:#172033;color:#fff}.scheduleCrewIdentity,.scheduleIdentityColumns{display:grid;grid-template-columns:74px 1fr 1fr}.scheduleIdentityColumns{background:#f1f5f9;font-size:12px;font-weight:800}.scheduleCrewIdentity>*,.scheduleIdentityColumns span{padding:10px 8px;border-right:1px solid #e2e8f0}.scheduleCrewIdentity{align-items:center;min-height:86px;border-top:1px solid #e2e8f0;font-size:12px}.scheduleCrewIdentity strong{font-size:14px}.scheduleTimeline{display:grid;grid-template-columns:repeat(14,75px);position:relative}.scheduleWeekBands{grid-template-columns:repeat(2,525px);background:#172033;color:#fff}.scheduleWeekBands span{text-align:center;padding:16px;border-left:1px solid #475569;font-weight:800}.scheduleDay{height:58px;text-align:center;padding:8px 2px;border-right:1px solid #e2e8f0;background:#f8fafc;text-transform:capitalize;font-size:11px}.scheduleDay span,.scheduleDay strong{display:block}.scheduleLane{min-height:86px;border-top:1px solid #e2e8f0;background:repeating-linear-gradient(90deg,#fff 0,#fff 74px,#e2e8f0 75px)}.scheduleDropCell{grid-row:1;min-height:84px}.scheduleBlock{grid-row:1;z-index:2;align-self:center;height:62px;margin:7px 3px;padding:7px 9px;border:0;border-radius:8px;color:#fff;text-align:left;overflow:hidden;cursor:grab;box-shadow:0 3px 10px rgba(15,23,42,.18)}.scheduleBlock small,.scheduleBlock span,.scheduleBlock strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scheduleBlock strong{font-size:12px}.scheduleBlock small,.scheduleBlock span{font-size:10px;margin-top:2px}.scheduleBlock-work{background:#087f8c}.scheduleBlock-travel{background:#2563eb}.scheduleBlock-rest{background:#64748b}.scheduleBlock-unavailable{background:#b91c1c}.scheduleImplements{border:1px solid #dce3ea;border-radius:10px;padding:14px;display:flex;flex-wrap:wrap;gap:12px}.scheduleImplements legend{font-weight:700;padding:0 6px}.scheduleImplements label{display:flex;align-items:center;gap:6px;font-weight:500}@media (max-width:900px){.scheduleIdentity{width:300px;min-width:300px}.scheduleCrewRow,.scheduleHeaderRow{min-width:1350px}.scheduleCrewIdentity,.scheduleIdentityColumns{grid-template-columns:60px 1fr 1fr}}.scheduleDropCell{cursor:cell}.scheduleDropCell:hover{background:rgba(8,127,140,.09)}.scheduleEditorBackdrop{position:fixed;inset:0;z-index:100;background:rgba(15,23,42,.32);display:flex;justify-content:flex-end}.scheduleEditor{width:min(520px,100%);height:100%;overflow:auto;background:#fff;padding:26px;box-shadow:-16px 0 40px rgba(15,23,42,.2);animation:scheduleEditorIn .2s ease-out}.scheduleEditor .siteFormColumns{grid-template-columns:1fr 1fr}@keyframes scheduleEditorIn{0%{transform:translateX(30px);opacity:.7}to{transform:translateX(0);opacity:1}}.crewTorreroList,.scheduleTowerNames{display:flex;flex-direction:column;gap:3px}.crewTorrerosEditor{border:1px solid #dce3ea;border-radius:12px;padding:16px;display:grid;gap:12px}.crewTorrerosEditor legend{font-weight:750;padding:0 7px}.crewTorreroRow{display:grid;grid-template-columns:1fr auto;align-items:end;gap:10px}.crewTorreroRow label{display:grid;gap:6px}.crewTorreroRow .outlineButton{margin-bottom:0}.scheduleTowerNames small{font-size:10px;line-height:1.25}.scheduleWeekHeader{position:sticky;top:0;z-index:12;height:51px}.scheduleDayHeader{position:sticky;top:51px;z-index:11;height:58px}.scheduleDayHeader .scheduleIdentity,.scheduleWeekHeader .scheduleIdentity{z-index:14}.scheduleDayHeader>.scheduleTimeline{background:#f8fafc}.scheduleCard{display:grid;grid-template-columns:minmax(0,1fr) 360px}.scheduleResources{max-height:68vh;overflow:auto;background:#172033;color:#fff;padding:18px;border-left:1px solid #334155}.scheduleResources header h2{margin:2px 0 14px;font-size:21px}.scheduleResources .eyebrow{color:#93c5fd}.scheduleResourcePeriod{display:grid;gap:4px;padding:13px 15px;border:1px solid #475569;border-radius:10px;background:#1e293b}.scheduleResourcePeriod span{font-size:11px;color:#cbd5e1}.scheduleResourcePeriod strong{font-size:17px}.scheduleResourceTabs{display:grid;grid-template-columns:1fr 1fr;margin-top:14px;border-bottom:1px solid #475569}.scheduleResourceTabs button{padding:11px;border:0;background:transparent;color:#cbd5e1;font-weight:750}.scheduleResourceTabs button.active{color:#60a5fa;border-bottom:3px solid #3b82f6}.scheduleResourceSearch{width:100%;margin-top:14px;padding:11px 12px;border:1px solid #64748b;border-radius:9px;background:#fff;color:#0f172a}.scheduleResourceFilters{display:flex;gap:6px;overflow:auto;padding:12px 0}.scheduleResourceFilters button{white-space:nowrap;border:1px solid #64748b;border-radius:999px;background:transparent;color:#e2e8f0;padding:6px 9px;font-size:10px}.scheduleResourceFilters button.active{border-color:#60a5fa;background:#1d4ed8}.scheduleResourceList{display:grid;gap:9px}.scheduleResourceCard{display:flex;justify-content:space-between;gap:10px;padding:12px;border:2px solid #64748b;border-radius:10px;background:#fff;color:#0f172a}.scheduleResourceCard[draggable=true]{cursor:grab}.scheduleResourceCard div{display:grid;gap:2px}.scheduleResourceCard small,.scheduleResourceCard span{font-size:10px;color:#475569}.scheduleResourceCard b{font-size:10px;white-space:nowrap}.scheduleResourceCard.resource-available{border-color:#22c55e}.scheduleResourceCard.resource-available b{color:#15803d}.scheduleResourceCard.resource-assigned{border-color:#3b82f6}.scheduleResourceCard.resource-assigned b{color:#1d4ed8}.scheduleResourceCard.resource-unavailable{border-color:#ef4444}.scheduleResourceCard.resource-unavailable b{color:#b91c1c}.scheduleResourceHint{margin:14px 0 0;padding:11px;border:1px dashed #64748b;border-radius:9px;color:#cbd5e1;font-size:11px;text-align:center}@media (max-width:1200px){.scheduleCard{grid-template-columns:1fr}.scheduleResources{max-height:none;border-left:0;border-top:1px solid #334155}}.schedulePeriodOptions{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:10px}.schedulePeriodOptions button{border:1px solid #475569;border-radius:7px;background:#1e293b;color:#cbd5e1;padding:7px 4px;font-size:9px;font-weight:700}.schedulePeriodOptions button.active{border-color:#60a5fa;background:#1d4ed8;color:#fff}.scheduleResourceCard>div{flex:1 1;min-width:0}.scheduleResourceCard.resource-partial{border-color:#f59e0b}.scheduleResourceCard.resource-partial>b{color:#b45309}.scheduleAvailability{display:grid;gap:2px;margin-top:7px}.scheduleAvailability span{display:grid;gap:2px;text-align:center}.scheduleAvailability small{font-size:8px;color:#64748b;text-transform:uppercase}.scheduleAvailability i{display:block;height:7px;border-radius:2px}.scheduleAvailability i.available{background:#22c55e}.scheduleAvailability i.occupied{background:#3b82f6}.scheduleAvailability i.unavailable{background:#ef4444}.scheduleResourceTabs{grid-template-columns:repeat(3,1fr)}.scheduleResourceTabs button{padding-inline:5px;font-size:11px}.schedulePeopleEditor{border:1px solid #dce3ea;border-radius:10px;padding:14px;display:grid;gap:12px}.schedulePeopleEditor legend{font-weight:700;padding:0 6px}.schedulePeopleEditor>label{display:grid;gap:6px}.schedulePeopleChecks{display:grid;gap:6px;max-height:230px;overflow:auto;padding:6px;border:1px solid #e2e8f0;border-radius:8px}.schedulePeopleChecks label{display:flex;align-items:center;gap:8px;padding:6px}.schedulePeopleChecks span{display:grid;font-size:12px}.schedulePeopleChecks small{font-size:10px;color:#64748b}.scheduleCrewIdentity,.scheduleIdentityColumns{grid-template-columns:86px 1fr}.scheduleCrewIdentity,.scheduleLane{min-height:104px}.scheduleBaseTeam{display:flex;flex-direction:column;gap:4px}.scheduleBaseTeam small{font-size:10px;line-height:1.25}.scheduleBaseTeam b{font-weight:700}.scheduleBlock{height:86px}.scheduleBlockPeople{color:rgba(255,255,255,.92)!important;font-weight:650}.scheduleModifiedBadge{display:inline-block;margin-left:6px;padding:2px 5px;border-radius:999px;background:#fbbf24;color:#713f12;font-size:8px;font-style:normal;vertical-align:1px}.scheduleBlock strong:has(.scheduleModifiedBadge){text-overflow:clip}@media (max-width:900px){.scheduleCrewIdentity,.scheduleIdentityColumns{grid-template-columns:70px 1fr}}.notificationBell{position:relative}.notificationBellButton{position:relative;width:42px;height:42px;border:1px solid rgba(248,248,248,.18);border-radius:10px;background:transparent;color:#fff}.notificationBellButton span{position:absolute;right:-7px;top:-7px;min-width:20px;padding:2px 5px;border-radius:999px;background:#dc2626;color:#fff;font-size:10px}.notificationPopover{position:absolute;right:0;top:50px;z-index:50;width:360px;max-height:460px;overflow:auto;border:1px solid #dce3ea;border-radius:14px;background:#fff;color:#172033;box-shadow:0 18px 45px rgba(15,23,42,.24)}.notificationPopover header{display:flex;justify-content:space-between;padding:14px;border-bottom:1px solid #e2e8f0}.notificationPopover header button{border:0;background:transparent;color:#087f8c}.notificationPopover>div>button{display:flex;width:100%;flex-direction:column;gap:3px;padding:12px 14px;border:0;border-bottom:1px solid #eef2f7;background:#fff;text-align:left}.notificationPopover>div>button.unread{background:#ecfeff}.notificationPopover small,.notificationPopover span{font-size:11px}.notificationPopover p{padding:18px}.fundLayout{display:grid;grid-template-columns:minmax(600px,1.25fr) minmax(380px,.75fr);gap:20px;align-items:start}.sitesTable td small{display:block;color:#64748b}.fundDetail{position:sticky;top:92px;padding:24px;border:1px solid #dce3ea;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.08)}.fundDetail>header{display:flex;justify-content:space-between;gap:16px}.fundStatus{display:inline-flex;padding:5px 8px;border-radius:999px;background:#e2e8f0;font-size:11px;font-weight:700}.fundStatus-deposited{background:#dcfce7;color:#166534}.fundStatus-rejected_by_area,.fundStatus-rejected_by_finance{background:#fee2e2;color:#991b1b}.fundStatus-approved_for_payment{background:#dbeafe;color:#1e40af}.fundFacts{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:20px 0}.fundFacts div,.fundRequester span{padding:12px;border-radius:10px;background:#f8fafc}.fundFacts small,.fundFacts strong,.fundRequester small,.fundRequester strong{display:block}.fundDetail dl{display:grid;grid-template-columns:140px 1fr;gap:8px}.fundDetail dt{font-weight:700}.fundActions,.fundAmounts,.fundFiles{display:flex;flex-wrap:wrap;gap:10px}.fundAmounts span{padding:9px;background:#f1f5f9;border-radius:8px}.fundActions{margin:18px 0}.fundActions button,.fundFiles button{padding:9px 12px;border:0;border-radius:8px;background:#087f8c;color:#fff}.fundActions button.danger{background:#b91c1c}.fundHistory{padding-left:20px}.fundHistory li{margin-bottom:12px}.fundHistory small,.fundHistory span{display:block}.fundRequester{display:grid;grid-template-columns:1fr 1fr;gap:10px}.fundDeposit{margin-top:18px;padding-top:18px;border-top:1px solid #e2e8f0}@media (max-width:1100px){.fundLayout{grid-template-columns:1fr}.fundDetail{position:static}}@media (max-width:640px){.notificationPopover{position:fixed;left:12px;right:12px;top:72px;width:auto}.fundFacts,.fundRequester{grid-template-columns:1fr}}.reportSectionNavigator{margin-top:16px;padding:10px;border:1px solid var(--border);border-radius:var(--radius-control);background:var(--gh3-surface-light)}.reportSectionNavigator ol{display:flex;gap:8px;margin:0;padding:0;overflow-x:auto;list-style:none}.reportSectionNavigator button{display:inline-flex;align-items:center;min-height:42px;padding:0 12px;border:0;border-radius:var(--radius-control);background:transparent;color:var(--foreground);cursor:pointer;font-size:.875rem;font-weight:700;white-space:nowrap}.reportSectionNavigator button small{margin-left:6px;color:var(--muted);font-size:.75rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.reportSectionNavigator button:hover{background:#fff1e5;color:var(--primary-hover)}.reportSectionNavigator button[aria-current=step]{background:var(--primary);color:#fff}.reportSectionNavigator button[aria-current=step] small{color:#fff}.reportProgressSummary,.reportWorkspaceSectionControls{display:flex;justify-content:space-between;gap:12px;margin-top:16px}.reportProgressSummary{align-items:center;padding:12px;border:1px solid #f0d19c;border-radius:var(--radius-control);background:#fff8ea}.reportProgressSummary div{display:flex;align-items:baseline;gap:8px}.reportProgressSummary strong{color:var(--primary-hover);font-size:1.125rem}.reportProgressSummary small,.reportProgressSummary span{color:var(--muted);font-size:.8125rem}.reportQuestionCardWide,.reportQuestionGroup{grid-column:1/-1}.reportQuestionGroup{min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:var(--card)}.reportQuestionGroup .reportQuestionCard{border:0;border-radius:0;background:transparent}.reportQuestionGroup .reportQuestionCard+.reportQuestionCard{border-top:1px solid var(--border)}.reportQuestionOptional,.reportQuestionRequired{display:inline-block;margin-left:8px;font-size:.75rem;font-weight:700}.reportQuestionRequired{color:var(--error)}.reportQuestionOptional{color:var(--muted)}.reportRadioOptions{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 0;padding:0;border:0}.reportRadioOptions label{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 12px;border:1px solid var(--border);border-radius:var(--radius-control);cursor:pointer}.reportRadioOptions label:has(input:checked){border-color:var(--primary);background:var(--gh3-surface-light)}.reportQuestionControlWithUnit{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.reportQuestionUnit{color:var(--muted);font-size:.875rem;font-weight:700;white-space:nowrap}.reportVisuallyHidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.reportContextualEvidence{margin-top:14px;padding-top:12px;border-top:1px solid var(--border)}.reportContextualEvidence h5,.reportContextualEvidence p{margin:0 0 8px}.reportContextualEvidence p,.reportContextualEvidence span{color:var(--muted);font-size:.8125rem}.reportContextualEvidenceGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:8px;margin-top:10px}.reportContextualEvidenceGrid img{display:block;width:100%;aspect-ratio:1;border-radius:var(--radius-control);object-fit:cover}.reportContextualEvidenceRequirement,.reportQuestionStaticText,.reportTableNewRow{color:var(--muted);font-size:.8125rem}@media (max-width:640px){.reportProgressSummary,.reportWorkspaceSectionControls{align-items:stretch;flex-direction:column}}.visitReportsCard{margin-top:20px}.visitReportsProgress{margin:16px 0;padding:12px 14px;border-radius:10px;background:#f8fafc;color:#475569}.visitReportsProgress strong{color:#0f172a;font-size:1.1rem}.visitReportsList{display:grid;gap:10px}.visitReportItem{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:15px;border:1px solid #dce3ea;border-radius:12px;background:#fff}.visitReportIdentity{display:grid;gap:3px}.visitReportIdentity strong{font-size:1rem}.visitReportIdentity span{color:#334155}.visitReportIdentity small{color:#64748b}.visitReportActions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.visitReportStage{display:flex;align-items:center;gap:8px}.visitReportStage small{color:#64748b;font-size:.72rem;font-weight:700}.visitReportResponsibilityHint{max-width:220px;color:#92400e;font-weight:700;line-height:1.35;text-align:right}.visitReportActions .outlineButton,.visitReportActions .reportActionButton,.visitReportActions .siteSubmitButton{width:auto;margin:0;text-decoration:none}.visitReportStatus{display:inline-flex;padding:6px 9px;border-radius:999px;background:#e2e8f0;color:#334155;font-size:.72rem;font-weight:750}.visitReportStatus.approved{background:#dcfce7;color:#166534}.visitReportStatus.sent_to_backoffice,.visitReportStatus.started,.visitReportStatus.under_review{background:#dbeafe;color:#1e40af}.visitReportStatus.configuration_error,.visitReportStatus.with_observations{background:#fee2e2;color:#991b1b}.visitReportItem>.siteMessage{grid-column:1/-1;margin:0}@media (max-width:700px){.visitReportItem{grid-template-columns:1fr}.visitReportActions{align-items:stretch;flex-direction:column}.visitReportActions .outlineButton,.visitReportActions .reportActionButton,.visitReportActions .siteSubmitButton{text-align:center;width:100%}}.visitEmbeddedReport{margin-top:20px;scroll-margin-top:20px;transition:box-shadow .2s ease,outline-color .2s ease}.visitEmbeddedReportFocused{border-radius:14px;outline:3px solid #fed7aa;outline-offset:6px;box-shadow:0 0 0 8px rgba(234,88,12,.12)}.reportEmbeddedContent,.reportEmbeddedShell{display:block;width:100%}.reportEmbeddedHeader{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;padding:16px;border:1px solid #dce3ea;border-radius:14px;background:#fff}.reportEmbeddedHeader h2,.reportEmbeddedHeader p{margin:0}.reportEmbeddedHeader .outlineButton{width:auto;margin:0}.reportEmbeddedContent>.reportDetailCard{margin-top:0}@media (max-width:640px){.reportEmbeddedHeader{align-items:stretch;flex-direction:column}.reportEmbeddedHeader .outlineButton{width:100%}}@media (prefers-reduced-motion:reduce){.visitEmbeddedReport{transition:none}}