@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap";.lp-splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#010402;opacity:1;overflow:hidden}.lp-splash:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at center,rgba(190,222,96,.12),transparent 78%);animation:lp-splash-glow 5.3s ease-in-out both}.lp-splash.lp-splash-out{animation:lp-splash-fade-out .8s cubic-bezier(.4,0,.2,1) forwards}.lp-splash picture{position:relative;z-index:1;width:100vw;height:100vh;display:block}.lp-splash img{width:100%;height:100%;object-fit:cover;object-position:center;animation:lp-splash-subtle-motion 5.3s ease-out forwards;will-change:transform}@keyframes lp-splash-fade-in{0%{opacity:0}to{opacity:1}}@keyframes lp-splash-fade-out{0%{opacity:1}to{opacity:0}}@keyframes lp-splash-subtle-motion{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(0,-4px,0) scale(1.01)}}@keyframes lp-splash-glow{0%{opacity:.3}50%{opacity:.52}to{opacity:.3}}.lp-root{min-height:100vh;width:100%;display:flex;justify-content:flex-end;align-items:center;padding-right:50px;font-family:Montserrat,system-ui,sans-serif;position:relative;overflow:hidden;background-image:var(--lp-bg);background-size:cover;background-position:center;background-repeat:no-repeat}.lp-root:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000014;z-index:1}.lp-card{width:min(560px,92vw);background:#fff;border-radius:28px;padding:56px 56px 32px;box-shadow:0 40px 80px #00000038;z-index:10;position:relative;display:flex;flex-direction:column;align-items:center}.lp-logo-wrap{margin-bottom:14px;display:flex;justify-content:center}.lp-logo{width:150px;height:auto;mix-blend-mode:multiply}.lp-brand{display:flex;align-items:center;gap:6px;margin-bottom:8px}.lp-brand h1{margin:0;font-size:46px;font-weight:800;letter-spacing:-1.2px;line-height:1}.lp-brand .brand-carbon{color:#232a22}.lp-brand .brand-audit{color:#1a5a2d}.lp-tagline{display:flex;align-items:center;gap:6px;color:#1a5a2d;font-size:15px;font-weight:600;margin-bottom:32px}.lp-tagline svg{width:18px;height:18px}.lp-login-form{width:100%;display:flex;flex-direction:column;gap:16px}.lp-field{position:relative}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.lp-field input{width:100%;height:56px;border:1px solid #e1e4e8;border-radius:12px;padding:0 16px 0 48px;font-size:16px;font-family:inherit;color:#24292e;background:#fff;transition:all .2s}.lp-field input:focus{border-color:#1a5a2d;box-shadow:0 0 0 4px #1a5a2d14;outline:none}.lp-field-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#959da5}.lp-password-toggle{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#959da5;display:flex;align-items:center;padding:4px}.lp-submit{margin-top:8px;height:60px;background:linear-gradient(135deg,#2a5a1f,#4a8235);border:none;border-radius:12px;color:#fff;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 8px 16px #2a5a1f33;display:flex;align-items:center;justify-content:center;gap:12px}.lp-submit:hover{transform:translateY(-1px);box-shadow:0 10px 20px #2a5a1f4d}.lp-submit:active{transform:translateY(0)}.lp-submit:disabled{opacity:.8;cursor:wait}.lp-submit-spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:unified-spin .8s linear infinite}.lp-separator{width:100%;display:flex;align-items:center;margin:24px 0;gap:16px}.lp-separator:before,.lp-separator:after{content:"";flex:1;height:1px;background:#eceef1}.lp-separator span{font-size:13px;color:#959da5;font-weight:500}.lp-compliance{display:flex;align-items:center;justify-content:center;gap:20px;width:100%;margin-bottom:24px}.lp-compliance-item{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#1a5a2d;white-space:nowrap}.lp-compliance-item svg{width:16px;height:16px}.lp-compliance-divider{width:1px;height:14px;background:#eceef1}.lp-footer-note{font-size:13px;color:#6a737d;font-weight:500;text-align:center}.lp-error-box{width:100%;background:#fff8f8;border:1px solid #ffecec;padding:12px;border-radius:8px;color:#cf222e;font-size:13px;margin-bottom:20px;display:flex;gap:8px;align-items:flex-start}@media(max-width:1024px){.lp-root{justify-content:center;padding-right:0;background-image:var(--lp-bg-mobile)}.lp-card{padding:32px 24px;width:92vw;border-radius:20px}.lp-brand h1{font-size:32px}.lp-compliance{flex-wrap:wrap;gap:12px}.lp-compliance-divider{display:none}}@media(max-width:480px){.lp-card{padding:24px 20px}.lp-brand h1{font-size:28px}.lp-tagline{font-size:13px;margin-bottom:24px}.lp-field input{height:48px;font-size:14px}.lp-submit{height:52px;font-size:16px}}@media(max-width:300px){.lp-card{padding:20px 16px}.lp-brand h1{font-size:22px;letter-spacing:-.5px}.lp-tagline{font-size:11px}.lp-logo{width:100px}.lp-compliance-item{font-size:10px;gap:4px}.lp-footer-note{font-size:11px}}.doc-entry-tab{display:flex;flex-direction:column;gap:20px}.doc-summary-wrapper{display:flex;flex-direction:column;gap:16px}.doc-summary-header{display:flex;align-items:center;justify-content:flex-start;padding:0 4px 0 12px}.doc-global-site-selector{display:flex;align-items:center;gap:10px}.doc-global-site-selector label{font-size:16px;color:var(--ink);font-weight:500}.doc-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(135deg,#f7fad7,#edf7d0);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%233b5212' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;border:1px solid var(--line);padding:8px 36px 8px 14px;border-radius:999px;font-size:15px;color:#3b5212;font-family:inherit;cursor:pointer;outline:none;box-shadow:0 2px 10px #89b8351a;transition:all .2s ease;min-width:420px}.doc-select-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#5c7f1e;pointer-events:none;z-index:1}.doc-select-wrapper.highlighted:hover select{box-shadow:0 4px 16px #89b83533;transform:translateY(-1px)}.doc-select-wrapper select:hover{border-color:var(--accent);box-shadow:0 2px 6px #89b8351a}.doc-select-wrapper.highlighted select{background-color:#f7fad7;border-color:var(--accent);color:#3b5212}.doc-select-wrapper.highlighted select:hover{background-color:#f1facb}.doc-top-section{display:grid;grid-template-columns:auto 1fr;gap:12px}@media(max-width:1024px){.doc-top-section{grid-template-columns:1fr}}.doc-upload-zone{border:2px dashed var(--line);border-radius:16px;padding:16px;text-align:center;background:var(--panel-alt);cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:140px}.doc-upload-zone:hover,.doc-upload-zone.drag-active{border-color:var(--accent);background:var(--accent-soft)}.doc-upload-icon{width:36px;height:36px;background:#fff;border-radius:50%;display:grid;place-items:center;box-shadow:var(--shadow-sm);color:var(--accent)}.doc-upload-icon svg{width:18px;height:18px}.doc-upload-text{display:flex;flex-direction:column;gap:6px}.doc-upload-text strong{display:block;font-size:15px;color:var(--ink)}.doc-upload-text p{margin:0;font-size:12px;color:var(--muted)}.doc-upload-subtext{font-size:11px!important;color:#8c928b!important}.doc-upload-actions{display:flex;gap:12px;margin-top:4px}.doc-summary-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;width:fit-content;min-width:410px;padding-left:8px}.doc-summary-card{border-radius:16px;padding:16px 20px;display:flex;flex-direction:column-reverse;justify-content:center;gap:4px;border:none;transition:all .2s ease;min-height:96px}.doc-summary-card.blue{background:#f0f7ff}.doc-summary-card.blue span{color:#64748b}.doc-summary-card.blue .doc-stat-val{color:#0f172a}.doc-summary-card.green{background:#f0fdf4}.doc-summary-card.green span{color:#166534}.doc-summary-card.green .doc-stat-val{color:#14532d}.doc-summary-card.yellow{background:#fefce8}.doc-summary-card.yellow span{color:#a16207}.doc-summary-card.yellow .doc-stat-val{color:#713f12}.doc-summary-card.purple{background:#faf5ff}.doc-summary-card.purple span{color:#7e22ce}.doc-summary-card.purple .doc-stat-val{color:#581c87}.doc-summary-card:hover{transform:translateY(-2px);filter:brightness(.98)}.doc-stat-val{font-size:28px;font-weight:700;line-height:1.1}.doc-stat-label{display:flex;align-items:center;gap:6px}.doc-stat-label svg{width:14px;height:14px;opacity:.8}.doc-stat-label span{font-size:13px;font-weight:600}.doc-grid-header{margin-bottom:20px;display:flex;justify-content:flex-end;align-items:center;gap:20px;padding:0 8px}.doc-batch-buttons{display:flex;align-items:center;gap:12px}.doc-batch-buttons button.sm{padding:8px 18px;font-size:13px;height:38px}.doc-entries-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.doc-entry-card{background:#fff;border:1px solid var(--line);border-radius:16px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 12px #00000008;transition:all .2s ease}.doc-entry-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.doc-entry-card.ready-to-save{border-color:#6ee7b7;background-color:#f7fffb}.doc-entry-card.duplicate{border-color:#fbbf24;background-color:#fffbef}.doc-badge--duplicate{background:#fef3c7;color:#92400e}.doc-card-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid var(--panel-alt);gap:8px;background:#fdfdfd}.doc-card-title{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.doc-card-title strong{font-size:12px;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.doc-card-body{padding:10px 14px;display:flex;gap:12px;flex-direction:row;align-items:center}.doc-card-thumb{width:64px;height:64px;border-radius:6px;background:var(--panel-alt);border:1px solid var(--line);overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.doc-card-thumb img{width:100%;height:100%;object-fit:cover}.doc-card-thumb-placeholder{color:var(--muted);font-size:11px}.doc-card-details{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.doc-detail-row{display:flex;justify-content:space-between;font-size:11px}.doc-detail-row span{color:var(--muted)}.doc-detail-row strong{color:var(--ink);font-weight:500;text-align:right;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.doc-card-actions{display:flex;padding:10px 14px;gap:8px;background:var(--panel-alt);border-top:1px solid var(--line);margin-top:auto}.doc-action-btn{flex:1;padding:6px!important;font-size:12px!important;border-radius:6px!important}.doc-action-btn.danger{color:#ef4444;border-color:#fca5a5;background:#fef2f2}.doc-action-btn.danger:hover{background:#fee2e2;border-color:#f87171}.doc-batch-actions{display:flex;flex-direction:column;gap:12px;padding-top:24px;border-top:1px solid var(--line);margin-top:8px}.doc-clear-wrapper{display:flex;justify-content:flex-end;width:100%}.doc-pagination-advanced.centered{display:flex;justify-content:center;width:100%;padding:8px 0}.doc-pagination-right{display:flex;align-items:center;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff}.doc-nav-btn{display:flex;align-items:center;gap:8px;padding:0 16px;height:40px;border:none;background:transparent;color:#4b5563;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.doc-nav-btn:hover:not(:disabled){background:#f9fafb;color:var(--ink)}.doc-nav-btn:disabled{opacity:.4;cursor:not-allowed}.doc-nav-btn svg{width:16px;height:16px}.doc-page-numbers{display:flex;border-left:1px solid var(--line);border-right:1px solid var(--line)}.doc-page-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#4b5563;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.doc-page-btn:hover:not(.dots):not(.active){background:#f9fafb}.doc-page-btn.active{background:#166534;color:#fff;font-weight:700;position:relative;z-index:1}.doc-page-btn.dots{cursor:default;pointer-events:none;width:32px}.doc-badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:700;white-space:nowrap;letter-spacing:.3px;text-transform:uppercase}.doc-badge--uploaded{background:#e2e8f0;color:#475569}.doc-badge--processing{background:#dbeafe;color:#1e40af}.doc-badge--extracted{background:#dcfce7;color:#166534}.doc-badge--needs-review{background:#fef9c3;color:#854d0e}.doc-badge--ready-to-save{background:#d1fae5;color:#065f46}.doc-badge--saved{background:#eaf6de;color:#2b3b16;border:1px solid #d4e7c5}.doc-badge--failed{background:#fee2e2;color:#991b1b}.doc-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:16px;max-height:60vh;overflow-y:auto}.doc-modal-preview{background:var(--panel-alt);border:1px solid var(--line);border-radius:16px;display:flex;align-items:center;justify-content:center;gap:32px;padding:32px;min-height:300px;color:#646b62}.doc-modal-preview__status{font-size:20px;line-height:1.3;flex:1;text-align:right;color:#555c54}.doc-modal-preview__file{font-size:16px;line-height:1.4;flex:1;text-align:left;word-break:break-all}.doc-modal-form{display:flex;flex-direction:column;gap:16px}.doc-field-error input,.doc-field-error select{border-color:#ef4444!important;background:#fef2f2}.doc-footer{display:flex;justify-content:flex-end;gap:12px;padding-top:24px;border-top:1px solid var(--line);margin-top:24px}.doc-warning-banner{background:#fff8eb;border:1px solid #f2e2c5;border-radius:12px;padding:16px 20px;margin-top:24px;color:#7a5012}.doc-warning-banner strong{display:block;font-size:15px;margin-bottom:8px;color:#613e0e}.doc-warning-banner p{margin:0;font-size:13.5px;line-height:1.5}@media(max-width:768px){.doc-select-wrapper select,.doc-summary-cards{min-width:unset!important;width:100%!important}}:root{--report-primary: #1e3a34;--report-accent: #89b835;--report-bg: #f8faf9;--report-card-bg: #ffffff;--report-border: #e2e8f0;--report-text-main: #0f172a;--report-text-muted: #64748b;--report-dark-bg: #1e3a34;--report-dark-text: #ffffff;--report-radius: 16px;--report-shadow: 0 4px 12px rgba(0, 0, 0, .05);--grad-premium: linear-gradient(135deg, #1e3a34 0%, #2e7d32 100%);--report-tab-bg: transparent;--report-tab-active: linear-gradient(180deg, #f1f8e2 0%, #e7f1cf 100%)}.reporting-suite-v2{display:flex;flex-direction:column;min-height:calc(100vh - 64px);background:var(--bg);position:relative;margin:-32px -40px 0;width:calc(100% + 80px);max-width:none}@media(max-width:1200px){.reporting-suite-v2{margin:0;width:100%;max-width:100vw;overflow-x:hidden}}.reporting-hub-tabs-wrapper{background:transparent;padding:16px 40px 0;position:relative;z-index:10}.reporting-hub-tabs{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(203,211,196,.9);border-radius:16px;overflow:hidden;background:var(--report-tab-bg)}.reporting-hub-tab{height:56px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;gap:12px;font-weight:700;cursor:pointer;transition:all .2s}.reporting-hub-tab.active{background:var(--report-tab-active);color:#5c7922}.reporting-hub-tab .nav-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px}.reporting-hub-tab.active .nav-icon{background:#6e9242;color:#fff}.reporting-main{padding:8px 24px 24px}.report-toolbar-high-fidelity{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border:1px solid #eef2f6;margin-bottom:16px;border-radius:20px;margin-top:8px;box-shadow:0 8px 30px #00000008}.report-toolbar__filters{display:flex;align-items:center;gap:12px}.report-filter-group{display:flex;flex-direction:column;gap:10px}.filter-group-label{font-size:12px;font-weight:700;color:#94a3b8;text-transform:none;letter-spacing:0}.report-filter-divider{width:1px;height:60px;background:#f1f5f9;margin:0 32px;align-self:center}.report-filter-pill{display:flex;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:0 16px;gap:10px;transition:all .2s cubic-bezier(.4,0,.2,1);height:52px;min-width:160px}.report-filter-pill:hover,.report-filter-pill:focus-within{border-color:#cbd5e1;box-shadow:0 4px 12px #0000000a}.report-filter-pill .pill-icon{font-size:18px;color:#166534}.capsule-group{display:flex;gap:10px;flex-wrap:wrap}.capsule-btn{height:42px;padding:0 20px;border-radius:12px;background:#fff;border:1px solid #e2e8f0;color:#475569;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:8px;box-shadow:0 2px 4px #00000005}.capsule-btn:hover{background:#f8fafc;border-color:#cbd5e1}.capsule-btn.active{background:#fff;border:2px solid #22c55e;color:#166534;padding:0 18px}.capsule-check{background:#22c55e;color:#fff;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800}.report-filter-pill select{border:none!important;background:none!important;box-shadow:none!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:16px;font-weight:700;color:#1e293b;cursor:pointer;outline:none;padding:0;flex:1}.pill-chevron{color:#94a3b8;display:flex;align-items:center}.report-toolbar__actions{display:flex;gap:12px;align-items:center}.report-button--export{height:48px;padding:0 24px;border-radius:12px;font-weight:700;display:flex;align-items:center;gap:10px;font-size:14px;transition:all .2s;cursor:pointer}.report-button--excel{background:#fff!important;color:#334155!important;border:1px solid #e2e8f0!important;box-shadow:0 2px 4px #00000005}.report-button--excel:hover{background:#f8fafc!important;border-color:#cbd5e1!important}.btn-icon--excel{color:#166534}.report-button--pdf{background:#3f4a3c!important;color:#fff!important;border:none!important;box-shadow:0 4px 12px #3f4a3c33}.report-button--pdf:hover{background:#0f172a!important;transform:translateY(-1px)}.btn-icon{display:flex;align-items:center;justify-content:center}.reporting-hub-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid rgba(203,211,196,.9);border-radius:16px;overflow:hidden;background:linear-gradient(180deg,#fff,#f7faf3);margin-bottom:8px;box-shadow:0 4px 12px #0000000d}.reporting-hub-tab{position:relative;min-height:56px;border:none;background:transparent;color:#263321;display:flex;align-items:center;justify-content:center;gap:12px;padding:0 20px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1)}.reporting-hub-tab+.reporting-hub-tab{border-left:1px solid rgba(203,211,196,.6)}.reporting-hub-tab.active{color:#5c7922;background:linear-gradient(180deg,#f1f8e2,#e7f1cf);z-index:1}.reporting-hub-tab.active:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border:1px solid rgba(111,147,67,.4)}.reporting-hub-tab:first-child.active:after{border-radius:15px 0 0 15px}.reporting-hub-tab:last-child.active:after{border-radius:0 15px 15px 0}.nav-icon-wrap{width:24px;height:24px;border-radius:8px;display:grid;place-items:center;color:#6e9242;flex:0 0 auto;transition:all .2s ease}.reporting-hub-tab.active .nav-icon-wrap{background:#6e9242;color:#fff}.nav-icon-wrap svg{width:14px;height:14px;stroke:currentColor;stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.nav-copy{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.nav-copy strong{font-size:14px;font-weight:700;line-height:1.2}.nav-copy span{font-size:11px;opacity:.7;font-weight:500}.report-kpi-row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px}.report-kpi-premium{padding:24px;border-radius:16px;display:flex;align-items:center;gap:20px;background:#ffffffb3;box-shadow:0 4px 10px #0000000a}.report-kpi-premium.theme--dark{background:var(--report-dark-bg);color:var(--report-dark-text);box-shadow:0 10px 25px #1e3a3426}.report-kpi-premium__icon{width:56px;height:56px;background:#89b8351a;border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--report-accent)}.theme--dark .report-kpi-premium__icon{background:#ffffff1a;color:#fff}.report-kpi-premium__label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;opacity:.8}.report-kpi-premium__value{font-size:28px;font-weight:800;display:block}.report-kpi-premium__delta{font-size:12px;font-weight:700;margin-top:4px}.report-kpi-premium__delta--positive{color:#4ade80}.report-kpi-premium__delta--negative{color:#f87171}.report-grid-fidelity{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.report-card--full{grid-column:1 / -1}.report-card{background:#fffc;padding:16px 20px;border-radius:16px;border:1px solid var(--report-border);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.report-section__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.report-section__title{font-size:18px;font-weight:800;margin-bottom:0;color:#1e293b}.report-dual-chart{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:32px}.report-legend-fidelity{margin-top:20px;display:flex;flex-direction:column;gap:12px}.legend-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#64748b}.legend-item .dot{width:10px;height:10px;border-radius:50%}.report-table-wrapper{overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch;margin-bottom:1rem}.report-table-wrapper::-webkit-scrollbar{height:6px}.report-table-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.report-table-v2{width:100%;border-collapse:collapse}.report-table-v2 th{background:#f1f5f9;color:#475569;font-weight:800;text-align:left;padding:12px 16px;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.report-table-v2 td{padding:14px 16px;font-size:14px;border-bottom:1px solid #f1f5f9;color:#1e293b}.report-table-v2 tr:nth-child(2n){background:#f8fafc}.brsr-document-fidelity{background:#fdfdfd;padding:60px;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 20px 25px -5px #0000000d}.brsr-doc-header{border-bottom:2px solid #1e3a34;padding-bottom:30px;margin-bottom:40px}.brsr-badge{display:inline-block;background:#1e3a34;color:#fff;padding:6px 14px;font-size:11px;font-weight:900;border-radius:4px;margin-bottom:16px}.brsr-doc-header h1{font-size:28px;font-weight:900;margin:0}.brsr-doc-header p{color:#64748b;font-weight:600}.brsr-textarea{width:100%;min-height:100px;padding:16px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;font-family:inherit;font-size:14px;resize:vertical}.brsr-principle-callout{background:#f1f8e2;border-left:4px solid #89b835;padding:16px;margin-bottom:24px}.brsr-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,400px),1fr));gap:24px}.report-footer-fidelity{margin-top:40px;padding-top:24px;border-top:1px solid #e2e8f0;font-size:12px;color:#94a3b8;display:flex;justify-content:space-between}.report-footer-fidelity p{margin:0}@media print{*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}body,html{background-color:#f8f9fa!important;zoom:.72}.reporting-hub-tabs-wrapper,.report-toolbar-high-fidelity,.appbar,.sidebar,.brsr-editable-badge{display:none!important}.brsr-inline-textarea{resize:none!important;border:none!important;background:transparent!important;box-shadow:none!important}.brsr-custom-container{max-width:100%!important;width:100%!important;margin:0!important;padding:0!important;box-shadow:none!important;page-break-inside:avoid;break-inside:avoid}@page{size:A4 portrait;margin:5mm}}.brsr-top-section{background:#2c3a2c;padding:32px;border-radius:12px;color:#fff;margin-bottom:32px;box-shadow:0 10px 25px #1e3a3433;position:relative}.brsr-header-pill{background:#00000040;border:1px solid rgba(255,255,255,.15);color:#fff;padding:6px 12px;border-radius:4px;font-size:13px;font-weight:500;display:flex;align-items:center;gap:8px}.brsr-top-header{margin-bottom:24px}.brsr-top-header h1{margin:0 0 8px;font-size:32px;font-weight:500;display:flex;align-items:center;gap:8px}.brsr-top-header p{margin:0;color:#aebdb5;font-size:15px}.brsr-custom-kpi-row{display:flex;gap:16px}.brsr-custom-kpi-card{background:#ffffff1a;padding:16px 20px;border-radius:8px;flex:1;box-shadow:inset 0 0 0 1px #ffffff26;display:flex;flex-direction:column}.brsr-custom-kpi-card .kpi-label{font-size:13px;color:#fff;margin-bottom:8px;font-weight:500}.brsr-custom-kpi-card .kpi-value{font-size:28px;font-weight:700;color:#fff;line-height:1.1}.brsr-custom-kpi-card .kpi-suffix{font-size:14px;font-weight:400;opacity:.8;margin-left:4px}.brsr-section-title{font-size:18px;font-weight:700;color:#1e293b;border-bottom:1px solid #cbd5e1;padding-bottom:12px;margin-bottom:16px;display:flex;align-items:center;gap:12px}.brsr-editable-badge{background:#fdf6b2;color:#723b13;font-size:11px;padding:4px 10px;border-radius:12px;font-weight:600}.brsr-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px}.brsr-info-box{background:#fdfdfd;border:1px solid #e2e8f0;border-radius:8px;padding:24px;display:flex;flex-direction:column;gap:16px}.brsr-info-row{display:flex;flex-direction:column;gap:6px;border-bottom:1px solid #e2e8f0;padding-bottom:16px}.brsr-info-row:last-child{border-bottom:none;padding-bottom:0}.brsr-info-row.grid-row{display:grid;grid-template-columns:80px 1fr;align-items:center}.brsr-info-label{font-size:13px;font-weight:600;color:#475569}.brsr-info-value{font-size:15px;color:#0f172a}.brsr-management-list{display:flex;flex-direction:column;gap:0;background:#fcfcfc;border:1px solid #e2e8f0;border-radius:8px;padding:8px 24px}.brsr-management-item{display:flex;gap:16px;border-bottom:1px solid #e2e8f0;padding:16px 0}.brsr-management-item:last-child{border-bottom:none}.brsr-management-icon{width:24px;height:24px;color:#1e3a34;flex-shrink:0;background:#f1f8e2;border-radius:50%;display:flex;align-items:center;justify-content:center}.brsr-management-icon svg{width:14px;height:14px}.brsr-management-content strong{display:block;font-size:14px;font-weight:700;color:#1e293b;margin-bottom:6px}.brsr-management-content p{font-size:14px;color:#475569;margin:0}.brsr-inline-text{margin:0;font-size:14px;color:#475569;line-height:1.5;white-space:pre-wrap}.brsr-inline-text--export{padding-right:8px}.brsr-inline-textarea{width:100%;border:1px solid transparent;background:transparent;font-family:inherit;font-size:14px;color:#475569;resize:vertical;min-height:40px;padding:6px 8px;margin:-6px -8px;border-radius:6px;transition:all .2s;display:block}.brsr-inline-textarea:hover{background:#00000005}.brsr-inline-textarea:focus{background:#fff;border-color:#cbd5e1;box-shadow:0 2px 4px #0000000d;outline:none}.brsr-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,450px),1fr));gap:24px}.brsr-metrics-table{background:#fdfdfd;border:1px solid #e2e8f0;border-radius:8px;padding:8px 0;display:flex;flex-direction:column}.brsr-metrics-row{display:flex;justify-content:space-between;align-items:center;padding:14px 24px;border-bottom:1px solid #f1f5f9}.brsr-metrics-row:last-child{border-bottom:none}.brsr-metrics-row span:first-child{font-weight:500;color:#475569;font-size:14px}.brsr-metrics-row span:last-child{font-weight:700;color:#0f172a;font-size:16px}.brsr-metrics-charts{background:#fdfdfd;border:1px solid #e2e8f0;border-radius:8px;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brsr-footer-grid{display:flex;flex-direction:column;background:#eef3e1;padding:0;gap:0;border-radius:8px;overflow:hidden;border:1px solid #ddecce}.brsr-footer-item{display:flex;align-items:center;gap:16px;padding:14px 24px;background:transparent;border-bottom:1px solid rgba(0,0,0,.05);color:#334155;font-size:13px;font-weight:700}.brsr-footer-item:last-child{border-bottom:none}.brsr-footer-item svg{width:16px;height:16px;color:#6a825e;flex-shrink:0}.brsr-custom-container,.carbon-custom-container,.energy-custom-container{max-width:1200px;margin:0 auto}.energy-custom-container.pdf-export-energy{width:1185px!important;max-width:1185px!important;margin:0!important;box-sizing:border-box;padding-left:24px!important;padding-right:24px!important}.energy-custom-container.pdf-export-energy .energy-report-hero{width:calc(100% + 48px)!important;margin-left:-24px!important;margin-right:-24px!important;border-radius:0!important}.energy-custom-container.pdf-export-energy .energy-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.energy-custom-container.pdf-export-energy .energy-mix-grid,.energy-custom-container.pdf-export-energy .energy-site-grid{grid-template-columns:1fr 1fr!important}.carbon-custom-container.pdf-export-carbon{width:1190px!important;max-width:1190px!important;margin:0!important;box-sizing:border-box;padding-left:24px!important;padding-right:24px!important}.carbon-custom-container.pdf-export-carbon .carbon-report-hero{width:100%!important;margin-left:0!important;margin-right:20!important;border-radius:0!important}.carbon-custom-container.pdf-export-carbon .carbon-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.carbon-custom-container.pdf-export-carbon .report-grid-fidelity{grid-template-columns:2fr 1fr!important}.carbon-custom-container.pdf-export-carbon .chart-donut-wrapper,.carbon-custom-container.pdf-export-carbon .chart-line-wrapper,.carbon-custom-container.pdf-export-carbon .chart-bar-wrapper{position:relative;overflow:hidden}.carbon-custom-container.pdf-export-carbon .chart-donut-wrapper .recharts-responsive-container,.carbon-custom-container.pdf-export-carbon .chart-line-wrapper .recharts-responsive-container{height:240px!important}.carbon-custom-container.pdf-export-carbon .chart-bar-wrapper .recharts-responsive-container{height:300px!important}.carbon-chart-legend{margin-top:8px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.carbon-chart-legend .legend-item{font-size:12px;font-weight:600;color:#64748b}.carbon-chart-legend .dot{width:10px;height:10px;border-radius:2px}.energy-custom-container.pdf-export-energy .energy-mix-note,.energy-custom-container.pdf-export-energy .energy-trend-note{display:none!important}.brsr-octagon-chart{position:relative;width:100px;height:100px;flex:0 0 100px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.06))}.brsr-octagon-chart__canvas{width:100%;height:100%;display:block}.carbon-report-hero,.energy-report-hero{border-radius:12px}.pdf-export-host{position:fixed;top:0;left:-200vw;width:1200px;pointer-events:none;z-index:-1;background:#f8f9fa}.pdf-single-page-scaler{margin:0 auto;background:#f8f9fa}.brsr-custom-container.pdf-export-desktop{width:1190px!important;max-width:1190px!important;margin:0!important;box-sizing:border-box;padding-left:24px!important;padding-right:24px!important}.brsr-custom-container.pdf-export-desktop .brsr-top-section{width:calc(100% + 48px)!important;margin-left:-24px!important;margin-right:-24px!important;border-radius:0!important}.carbon-custom-container.pdf-export-desktop,.energy-custom-container.pdf-export-desktop{width:1190px!important;max-width:1190px!important;margin:0!important}.pdf-export-desktop .report-grid-fidelity{grid-template-columns:2fr 1fr!important}.carbon-custom-container.pdf-export-desktop .carbon-report-hero{margin-bottom:20px!important;padding:24px!important}.carbon-custom-container.pdf-export-desktop .carbon-report-hero__divider{margin-top:16px!important;margin-bottom:16px!important}.carbon-custom-container.pdf-export-desktop .carbon-kpi-grid{gap:12px!important}.carbon-custom-container.pdf-export-desktop .carbon-kpi-card{padding:16px!important}.carbon-custom-container.pdf-export-desktop .carbon-report-grid{gap:14px!important;margin-bottom:16px!important}.carbon-custom-container.pdf-export-desktop .carbon-card{padding:16px!important}.carbon-custom-container.pdf-export-desktop .carbon-card .report-section__header{margin-bottom:12px!important}.carbon-custom-container.pdf-export-desktop .chart-donut-wrapper,.carbon-custom-container.pdf-export-desktop .chart-line-wrapper,.carbon-custom-container.pdf-export-desktop .chart-bar-wrapper{position:relative;overflow:hidden}.carbon-custom-container.pdf-export-desktop .chart-donut-wrapper .recharts-responsive-container,.carbon-custom-container.pdf-export-desktop .chart-line-wrapper .recharts-responsive-container{height:210px!important}.carbon-custom-container.pdf-export-desktop .chart-bar-wrapper .recharts-responsive-container{height:220px!important}.carbon-custom-container.pdf-export-desktop .report-table-v2 th{padding:8px 12px!important;font-size:11px!important}.carbon-custom-container.pdf-export-desktop .report-table-v2 td{padding:9px 12px!important;font-size:12px!important}.carbon-custom-container.pdf-export-desktop .carbon-report-footer{margin-top:16px!important;padding-top:12px!important;font-size:11px!important}.carbon-custom-container.pdf-export-desktop .carbon-report-footer p{line-height:1.3!important}.energy-custom-container.pdf-export-desktop>div:first-child{margin-bottom:16px!important;padding:24px!important}.energy-custom-container.pdf-export-desktop>div:first-child>div>div:last-child{margin-top:20px!important;gap:12px!important}.energy-custom-container.pdf-export-desktop>div:nth-child(2)>h2{font-size:18px!important;margin-bottom:14px!important;padding-bottom:12px!important}.energy-custom-container.pdf-export-desktop>div:nth-child(2)>div{gap:14px!important;margin-bottom:16px!important}.energy-custom-container.pdf-export-desktop>div:nth-child(2)>div>div{padding:16px!important}.energy-custom-container.pdf-export-desktop>div:nth-child(2)>div>div:first-child>div:first-child{width:190px!important;height:190px!important}.energy-custom-container.pdf-export-desktop>div:nth-child(3){gap:14px!important;margin-top:14px!important}.energy-custom-container.pdf-export-desktop>div:nth-child(3) .report-card{padding:14px!important}.energy-custom-container.pdf-export-desktop>div:nth-child(3) .report-section__header{margin-bottom:10px!important}.energy-custom-container.pdf-export-desktop>div:nth-child(3) .chart-line-wrapper{padding:10px 14px 0 10px!important;overflow:hidden}.energy-custom-container.pdf-export-desktop>div:nth-child(3) .chart-line-wrapper .recharts-responsive-container{height:215px!important}.energy-custom-container.pdf-export-desktop>div:nth-child(3) .report-table-v2 th{padding:7px 10px!important;font-size:10.5px!important}.energy-custom-container.pdf-export-desktop>div:nth-child(3) .report-table-v2 td{padding:8px 10px!important;font-size:11.5px!important}.energy-custom-container.pdf-export-desktop>div:nth-child(3) .report-card--span-2>div{gap:12px!important;padding:8px 0!important}.energy-custom-container.pdf-export-desktop>div:nth-child(3) .report-card--span-2>div>div{padding:12px!important}.energy-custom-container.pdf-export-desktop .report-footer-fidelity{margin-top:12px!important;padding-top:10px!important;font-size:11px!important}.energy-custom-container.pdf-export-desktop .report-footer-fidelity p{line-height:1.3!important}.pdf-export-host .pdf-export-desktop .recharts-legend-wrapper svg{width:14px;height:14px;display:inline-block;overflow:visible}.pdf-export-host .pdf-export-desktop .recharts-legend-item{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.pdf-export-host .pdf-export-desktop .recharts-legend-item-text{font-size:11px;color:#334155}.brsr-custom-container.pdf-export-desktop .brsr-top-section{padding:32px!important}.brsr-custom-container.pdf-export-desktop .brsr-custom-kpi-row{flex-wrap:nowrap!important}.brsr-custom-container.pdf-export-desktop .brsr-custom-kpi-card{flex:1 1 0!important;min-width:0!important}.brsr-custom-container.pdf-export-desktop .brsr-grid-2{grid-template-columns:1fr 1fr!important}.brsr-custom-container.pdf-export-desktop .brsr-metrics-grid{grid-template-columns:1fr 1.2fr!important}.brsr-custom-container.pdf-export-desktop .brsr-metrics-charts{flex-wrap:nowrap!important;justify-content:space-between!important}.brsr-custom-container.pdf-export-desktop .brsr-octagon-chart{filter:none!important;box-shadow:0 4px 8px #0000000f;border-radius:12px}.recharts-wrapper *:focus{outline:none!important}.report-table-v2 button:focus{outline:none!important}@media(max-width:1200px){.report-toolbar-high-fidelity{flex-direction:column;align-items:stretch;gap:16px;padding:12px 16px}.report-toolbar__filters{flex-wrap:wrap;width:100%}.report-filter-pill{flex:1 1 calc(50% - 6px)}.report-toolbar__actions{flex-wrap:wrap;width:100%}.report-toolbar__actions .report-button--export{flex:1 1 calc(50% - 6px);justify-content:center;margin-right:0!important}.report-grid-fidelity{grid-template-columns:1fr}.reporting-suite-v2{width:100%;margin-left:0;margin-right:0;max-width:100vw;overflow-x:hidden}.report-card{padding:20px!important}.report-toolbar-v2{flex-wrap:wrap;gap:16px}.brsr-custom-kpi-row{flex-wrap:wrap}.brsr-custom-kpi-card{flex:1 1 calc(50% - 8px);min-width:140px;padding-bottom:40px!important}.brsr-grid-2,.brsr-metrics-grid{grid-template-columns:1fr}.brsr-metrics-charts{flex-wrap:wrap;justify-content:center!important}.reporting-main,.reporting-hub-tabs-wrapper{padding-left:16px!important;padding-right:16px!important}.reporting-hub-nav,.reporting-hub-tabs{grid-template-columns:1fr}.reporting-hub-tab+.reporting-hub-tab{border-left:none;border-top:1px solid rgba(203,211,196,.6)}}.drilldown-indicator{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#f0f7e6;color:#1e3a34;margin-left:8px;transition:all .25s cubic-bezier(.4,0,.2,1);flex-shrink:0;border:1px solid rgba(137,184,53,.1)}.drilldown-indicator svg{width:12px;height:12px;stroke-width:3}.has-drilldown{position:relative;cursor:pointer!important}.has-drilldown:hover .drilldown-indicator{background:#89b835;color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #89b8354d;border-color:transparent}.drilldown-badge{position:absolute;top:12px;right:12px;display:flex;align-items:center;transition:all .2s ease}.has-drilldown:hover .drilldown-badge{transform:scale(1.05)}@media(max-width:400px){.report-card{padding:12px!important}.carbon-kpi-grid,.energy-kpi-grid,.brsr-metrics-grid{gap:12px!important}.report-toolbar-v2{gap:8px!important}.carbon-kpi-card{padding:16px 16px 48px!important}.carbon-kpi-card div:first-child span{font-size:11px!important;white-space:normal!important}.carbon-kpi-card div:nth-child(2) span:first-child{font-size:26px!important}.report-table-wrapper div{min-width:700px!important}}@media(max-width:400px){.drilldown-header-v2{padding:12px 16px!important}.drilldown-header-v2 h2{font-size:18px!important}.drilldown-header-v2 nav{font-size:11px!important}.drilldown-details-grid,.drilldown-analysis-grid{gap:16px!important}.daily-record-details .report-card{padding:16px!important}}@media(max-width:500px){.report-kpi-premium{padding:16px!important;gap:12px!important}.report-kpi-premium__value{font-size:20px!important}.report-kpi-premium__label{font-size:10px!important}.report-kpi-premium__icon{width:44px!important;height:44px!important}.report-toolbar-v2{padding:16px!important}}@media(max-width:480px){.report-kpi-premium{padding:12px 16px!important;gap:12px!important}.report-kpi-premium__value{font-size:18px!important}.report-kpi-premium__label{font-size:9px!important}.report-kpi-premium__icon{width:36px!important;height:36px!important;border-radius:10px!important}.report-kpi-premium__content{flex:1;min-width:0}.report-kpi-premium__value small{font-size:11px!important}}@media(max-width:400px){.report-kpi-premium{padding:10px 12px!important}.report-kpi-premium__value{font-size:16px!important}.report-kpi-premium__label{font-size:8.5px!important}}.print-mode-table{max-height:none!important;height:auto!important;overflow:visible!important}@media(max-width:768px){.reporting-main{padding:8px 12px 12px!important}.carbon-report-hero,.energy-report-hero,.brsr-top-section{padding:16px!important;border-radius:12px!important;margin-bottom:16px!important}.carbon-report-hero h1,.energy-report-hero h1,.brsr-top-header h1{font-size:20px!important;white-space:normal!important;line-height:1.3!important;flex:1}.carbon-report-hero>div>div:first-child>div:first-child,.energy-report-hero>div>div:first-child>div:first-child{flex-wrap:wrap!important;gap:12px!important}.carbon-report-hero p,.energy-report-hero p,.brsr-top-header p{font-size:13px!important}.carbon-kpi-grid,.energy-kpi-grid,.report-kpi-row{grid-template-columns:1fr!important;gap:12px!important;margin-bottom:24px!important}.carbon-kpi-card,.energy-kpi-card,.report-kpi-premium{padding:16px 16px 48px!important;min-height:120px!important}.carbon-kpi-card div:nth-child(2) span:first-child,.energy-kpi-card div:nth-child(2) span:first-child{font-size:28px!important}.carbon-kpi-card div:first-child span,.energy-kpi-card div:first-child span{font-size:11px!important;opacity:.9}.carbon-card--scope>div{flex-direction:column!important;align-items:center!important;gap:24px!important}.carbon-card--scope>div>div:first-child{width:100%!important;max-width:320px!important;height:300px!important}.carbon-card--scope>div>div:last-child{padding:16px!important;flex-direction:column!important;text-align:center!important}.carbon-card--scope>div>div:last-child h4{text-align:center!important}.energy-mix-grid{grid-template-columns:1fr!important;gap:16px!important}.energy-mix-grid>div:first-child>div:first-child{flex-direction:column!important;align-items:center!important;gap:24px!important;justify-content:center!important}.energy-mix-grid>div:first-child>div:first-child>div:first-child{width:100%!important;max-width:240px!important;height:240px!important;margin:0 auto!important}.energy-mix-grid>div:first-child>div:first-child>div:last-child{padding-right:0!important;align-items:center!important;text-align:center!important}.energy-site-grid{grid-template-columns:1fr!important;gap:12px!important}.brsr-document-fidelity{padding:20px!important}.brsr-custom-kpi-card{flex:1 1 100%!important}.brsr-metrics-charts{gap:16px!important}.report-table-wrapper{border-radius:8px!important}.report-toolbar-high-fidelity{border-radius:12px!important}}@media(max-width:480px){.report-filter-pill{flex:1 1 100%!important;height:48px!important}.report-toolbar__actions .report-button--export{flex:1 1 100%!important;height:44px!important}.report-button--export span:not(.btn-icon){display:block!important}.capsule-group{gap:6px!important}.capsule-btn{padding:0 12px!important;font-size:12px!important;height:36px!important}.brsr-header-pill{font-size:11px!important;padding:4px 8px!important}}.sidebar{background:linear-gradient(180deg,#273018,#2a3617 45%,#1f2b14);padding:32px 24px;color:#f0f4e9}.brand{position:relative;margin-bottom:32px;padding-right:48px}.brand__label{display:block;font-size:24px;font-weight:700;line-height:1.2;letter-spacing:-.5px}.brand__sub{display:block;color:#f0f4e999;font-size:13px;margin-top:4px}.sidebar-toggle{position:absolute;right:0;top:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.nav{display:flex;flex-direction:column;gap:4px}.nav__item{display:grid;grid-template-columns:24px 1fr;gap:16px;padding:16px;border-radius:16px;border:none;background:transparent;color:inherit;text-align:left;cursor:pointer;transition:all .2s;align-items:start;text-decoration:none}.nav__item:hover{background:#ffffff0d}.nav__item.active{background:#4a5a43}.nav__icon svg{width:22px;height:22px;fill:currentColor;margin-top:2px}.nav__label{display:block;font-weight:500;font-size:15px}.nav__subtitle{display:block;color:#fff7ef80;font-size:12px;margin-top:4px;line-height:1.4}.appbar{padding:0 40px;min-height:104px;background:#ffffffb3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.appbar-title{min-width:0}.appbar-title-copy{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.appbar-title h1{font-size:30px;font-weight:800;color:#1a1e1d;margin:0;display:flex;align-items:center;flex-wrap:nowrap;gap:8px;line-height:1.06;letter-spacing:-.5px;white-space:nowrap}.appbar-title-text{display:block;white-space:nowrap}.appbar-subtitle{color:#6b7280;font-size:14px;margin:4px 0 0!important}.heading-highlight{font-size:11px;font-weight:700;background:#eff7e2;color:#274d12;border:1px solid #d5e9b8;padding:6px 14px;border-radius:999px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;align-self:center;margin-top:0;line-height:1}.dashboard-appbar{gap:14px}.dashboard-appbar .appbar-title{flex:1 1 auto;padding-right:10px}.dashboard-appbar .appbar-title h1{min-width:0;gap:6px;font-size:clamp(22px,2.2vw,30px);white-space:nowrap;flex-wrap:nowrap}.dashboard-appbar .appbar-title-primary-line{margin-right:2px;white-space:nowrap}.dashboard-appbar .appbar-title-secondary-line{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.dashboard-appbar .appbar-title-text{min-width:0;white-space:nowrap}.dashboard-appbar .appbar-actions{flex:0 1 auto;min-width:0;gap:14px}.mobile-nav-toggle{background:transparent;border:none;outline:none;padding:0;box-shadow:none;color:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.mobile-nav-toggle:focus,.mobile-nav-toggle:active{outline:none;background:transparent}.show-on-mobile{display:none!important}.dashboard-appbar .appbar-context-stack{min-width:0}.dashboard-appbar .appbar-context-details{gap:8px}.dashboard-appbar .appbar-context-details .context-item:first-child{padding-left:0}.dashboard-appbar .appbar-context-details .context-item:last-child{padding-right:0}.appbar--title-only{justify-content:flex-start}.appbar--title-only .appbar-title{flex:1 1 auto;padding-right:0}@media(max-width:1440px){.appbar-title h1{font-size:28px;gap:12px}.heading-highlight{font-size:10px;padding:5px 12px}.dashboard-appbar .appbar-title h1{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:8px}}@media(max-width:1240px){.appbar:not(.appbar--title-only) .appbar-title h1{font-size:24px;line-height:1.08;white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:8px}.appbar:not(.appbar--title-only) .heading-highlight{align-self:center;margin-top:0}.dashboard-appbar:not(.appbar--title-only) .appbar-title h1{font-size:22px;line-height:1.08;white-space:nowrap;flex-wrap:nowrap;align-items:center;row-gap:6px;column-gap:8px}.dashboard-appbar .appbar-title-primary-line{flex:initial;margin-right:4px}.dashboard-appbar .appbar-title-secondary-line{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.dashboard-appbar:not(.appbar--title-only) .heading-highlight{align-self:center;margin-top:0}}@media(max-width:1024px){.dashboard-appbar:not(.appbar--title-only) .appbar-title h1{font-size:20px}.dashboard-appbar:not(.appbar--title-only) .heading-highlight{font-size:9px;padding:4px 10px}.dashboard-appbar .appbar-title-secondary-line{gap:6px}}@media(max-width:960px){.appbar--title-only .appbar-title h1{font-size:24px;line-height:1.08;white-space:nowrap;flex-wrap:nowrap;gap:8px;align-items:center}.appbar--title-only .heading-highlight{align-self:center;margin-top:0}}.appbar-actions{display:flex;align-items:center;gap:20px}.appbar-select-pill{border:none;border-radius:999px;padding:0;background:transparent;flex-grow:1;min-width:200px}.pill-select{border:1px solid #274d12;background:#fff;font-size:14px;font-weight:500;color:#1a1e1d;outline:none;width:100%;cursor:pointer;text-overflow:ellipsis;border-radius:999px;padding:4px 32px 4px 12px;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23274d12'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px}.appbar-context-stack{display:flex;flex-direction:column;gap:8px}.appbar-context-details{display:flex;align-items:center;gap:16px;padding-left:8px}.context-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#4b5563}.context-label{color:#6b7280;font-weight:500;white-space:nowrap}.context-value{font-weight:700;color:#1a1e1d;white-space:nowrap}.context-select{border:1px solid #274d12;border-radius:6px;padding:2px 8px;font-size:13px;font-weight:700;color:#1a1e1d;background:transparent;outline:none;max-width:100px;text-overflow:ellipsis}.notif-bell{width:42px;height:42px;border-radius:50%;background:#eff7e2;color:#274d12;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s;flex-shrink:0}.notif-bell:hover{transform:scale(1.05)}.notif-bell svg{width:22px;height:22px}.profile-chip{display:flex;align-items:center;gap:12px;padding:6px 16px 6px 6px;border:1px solid #274d12;border-radius:999px;cursor:pointer;transition:background .2s;flex-shrink:0}.profile-chip:hover{background:#274d120d}.profile-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.avatar-placeholder{background:#eff7e2;color:#274d12;display:flex;align-items:center;justify-content:center}.avatar-placeholder svg{width:24px;height:24px}.profile-modern-avatar-wrapper .avatar-placeholder{width:100%;height:100%}.profile-modern-avatar-wrapper .avatar-placeholder svg{width:48px;height:48px}.profile-text{display:flex;flex-direction:column;line-height:1.2}.profile-name{font-size:14px;font-weight:700;color:#1a1e1d}.profile-role{font-size:11px;color:#6b7280}@media(max-width:1024px){.hide-on-mobile{display:none!important}.show-on-mobile{display:inline-flex!important}.app-shell{grid-template-columns:1fr;overflow-x:clip;max-width:100vw}.sidebar{display:none!important}.appbar{padding:16px 20px 16px 16px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;row-gap:16px;column-gap:16px;align-items:center;box-sizing:border-box;width:100%;background:#273018;border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:100;min-height:auto}.appbar-title h1,.appbar-title-text,.context-value,.mobile-nav-toggle{color:#fff!important}.appbar-subtitle,.context-label,.context-item{color:#fffc!important}.profile-chip{border-color:#fff3!important}.appbar-title{grid-column:1 / 2;grid-row:1;min-width:0;width:100%}.appbar-title h1{font-size:19px;line-height:1.2;gap:6px 8px;white-space:normal;flex-wrap:wrap;align-items:center;overflow:hidden;width:100%}.dashboard-appbar .appbar-title-primary-line{flex:0 0 auto;white-space:normal;word-break:break-word}.dashboard-appbar .appbar-title-secondary-line{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;flex-shrink:0}.heading-highlight{font-size:9px;padding:4px 8px;align-self:center;margin-top:0;flex-shrink:0}.appbar-actions{display:contents}.appbar-context-stack{grid-column:1 / 4;grid-row:2;display:flex;flex-direction:row;align-items:center;gap:10px;width:100%;min-width:0}.appbar-select-pill{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;padding:4px 8px;background:transparent!important;border:none!important}.pill-select{color:#1a1e1d!important;background:#fff!important;border:1px solid #274d12!important}.notif-bell{grid-column:2 / 3;grid-row:1;margin:0;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:0;border-radius:50%;justify-self:center;align-self:center}.profile-chip{grid-column:3 / 4;grid-row:1;margin:0 4px 0 0;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;padding:0;gap:0;display:flex;align-items:center;justify-content:center;border-radius:50%!important;overflow:hidden;border:none;background:#eff7e2;box-sizing:border-box;justify-self:center;align-self:center}.profile-chip .profile-avatar{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;border-radius:50%!important;object-fit:cover!important;display:block!important;margin:0!important;padding:0!important;flex-shrink:0!important}.profile-chip .avatar-placeholder{width:40px!important;height:40px!important;border-radius:50%!important;background:transparent;display:flex!important;align-items:center;justify-content:center;margin:0;padding:0;flex-shrink:0}.profile-chip .avatar-placeholder svg{width:22px;height:22px;margin:0}.profile-chip .profile-text{display:none}.appbar-context-details{flex:0 0 auto;padding-left:8px;display:flex;justify-content:flex-end;align-items:center;gap:12px;width:auto;box-sizing:border-box;overflow:hidden}.appbar-context-details .context-item:first-child .context-label{display:none}.context-item{gap:4px;font-size:13px}.context-select{font-size:13px;padding:0 22px 0 8px;height:28px;min-width:70px;max-width:80px;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23ffffff" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" d="M6 9l6 6 6-6"></path></svg>');background-repeat:no-repeat;background-position:right 6px center;background-size:12px;color:#fff!important;border-color:#fff6!important}.context-select option{color:#000}.main-wrapper{padding-bottom:calc(72px + env(safe-area-inset-bottom));max-width:100vw;overflow-x:clip}}.bottom-nav{display:none}@media(max-width:1024px){.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:calc(64px + env(safe-area-inset-bottom));background:#1f2b14;border-top:1px solid rgba(255,255,255,.05);z-index:9999;justify-content:space-around;align-items:center;padding:0 4px;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -4px 12px #0000001a}.bottom-nav__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#f0f4e973;text-decoration:none;flex:1;min-width:0;height:100%;transition:color .15s}.bottom-nav__item.active{color:#eff7e2}.bottom-nav__item:hover{color:#f0f4e9cc}.bottom-nav__icon{display:flex;align-items:center;justify-content:center}.bottom-nav__icon svg{width:22px;height:22px;fill:currentColor}.bottom-nav__label{font-size:11px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}}:root{color-scheme:light;--plugin-primary: #89b835;--plugin-primary-text: #16200d;--plugin-secondary: #4e5955;--plugin-bg: #f4f7f2;--plugin-panel: #ffffff;--plugin-text: #1a1e1d;--plugin-text-muted: #646b62;--plugin-accent: #eff7e2;--plugin-accent-text: #274d12;--plugin-sidebar-start: #273018;--plugin-sidebar-end: #1f2b14;--plugin-radius: 16px;--plugin-font: "Montserrat", system-ui, sans-serif;--bg: var(--plugin-bg);--panel: var(--plugin-panel);--panel-alt: #f8faf7;--ink: var(--plugin-text);--muted: var(--plugin-text-muted);--accent: var(--plugin-primary);--accent-2: var(--plugin-secondary);--accent-soft: rgba(var(--plugin-primary-rgb, 137, 184, 53), .1);--line: rgba(200, 206, 195, .5);--warning: #e8a62c;--radius: var(--plugin-radius);--font-family: var(--plugin-font);--enterprise-primary: var(--plugin-primary);--enterprise-primary-dark: var(--plugin-sidebar-start);--enterprise-primary-light: var(--plugin-accent);--enterprise-secondary: var(--plugin-secondary);--enterprise-bg: var(--plugin-bg);--enterprise-surface: var(--plugin-panel);--enterprise-border: var(--line);--enterprise-text-main: var(--plugin-text);--enterprise-text-muted: var(--plugin-text-muted);--enterprise-radius: var(--plugin-radius);font-family:var(--font-family);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden;min-height:100vh}body{background:radial-gradient(circle at top,#f7f8f3,#eef1ed 45%,#e4e8e0)}#root{min-height:100vh}.app-shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh;transition:grid-template-columns .2s ease}.app-shell.collapsed{grid-template-columns:84px 1fr}.sidebar{background:linear-gradient(180deg,var(--plugin-sidebar-start, #273018) 0%,var(--plugin-sidebar-end, #1f2b14) 100%);color:#f0f4e9;padding:32px 24px;display:flex;flex-direction:column;gap:32px}.brand{display:flex;flex-direction:column;gap:6px;position:relative;padding-right:54px}.brand__label{font-family:Montserrat,system-ui,sans-serif;font-size:24px;line-height:1.2;letter-spacing:.3px}.sidebar-toggle{position:absolute;right:-12px;top:6px;width:28px;height:28px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#ffffff1f;color:#f0f4e9;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px}.mobile-close-sidebar,.mobile-nav-toggle{display:none}.app-shell.collapsed .sidebar-toggle{top:2px}.nav{display:flex;flex-direction:column;gap:12px}.nav__icon{width:22px;height:22px;display:grid;place-items:center}.nav__icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.nav__label{font-size:14px}.app-shell.collapsed .sidebar{padding:28px 14px}.status-card strong{font-size:20px}.content{padding:32px 40px 48px;display:flex;flex-direction:column;gap:28px}.page-header{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.page-header h1{margin:0 0 6px;font-size:30px;font-family:Montserrat,system-ui,sans-serif;display:flex;align-items:center;gap:12px}.heading-highlight{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:4px 12px;border-radius:999px;background:var(--plugin-accent, #eaf6de);color:var(--plugin-accent-text, var(--plugin-primary, #2b3b16));border:1px solid #d4e7c5;margin-left:12px;vertical-align:middle}.page-header p{margin:0;color:var(--muted)}.header-actions{display:flex;gap:12px;align-items:center}.icon-button{width:48px;height:48px;border-radius:999px;border:1px solid #d4e7c5;background:#eaf6de;display:grid;place-items:center;cursor:pointer;color:var(--plugin-primary, #2b3b16);box-shadow:none;transition:background .2s ease}.icon-button:hover{background:#deecd0}.icon-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.profile-chip{display:flex;align-items:center;gap:12px;padding:4px 16px 4px 4px;border-radius:999px;border:1px solid var(--line);background:var(--panel);cursor:pointer;height:52px;transition:box-shadow .2s ease}.profile-chip:hover{box-shadow:0 4px 12px #95c63d1f}.avatar-img{width:44px;height:44px;border-radius:50%;display:block;object-fit:cover}.profile-text{display:grid;line-height:1.1}.profile-name{font-size:15px;color:#1f2322;font-weight:700}.profile-role{font-size:13px;color:#8c928b;font-weight:400}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#14181273;display:grid;place-items:center;z-index:50}.modal-card{background:#fff;border-radius:20px;padding:24px;width:min(520px,92vw);box-shadow:var(--shadow);position:relative;display:grid;gap:20px}.modal-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;border:1px solid var(--line);background:#fff;cursor:pointer;font-size:18px}.profile-hero{display:flex;align-items:center;gap:16px}.profile-hero__img{width:64px;height:64px;border-radius:50%;object-fit:cover}.profile-hero h2{margin:0 0 4px;font-size:22px}.profile-hero p{margin:0;color:var(--muted);font-size:13px}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;background:var(--panel-alt);border-radius:16px;padding:14px}.profile-grid span{display:block;font-size:12px;color:var(--muted);margin-bottom:4px}.profile-grid strong{font-size:14px}.profile-actions{display:flex;justify-content:flex-end;gap:12px}.profile-modal-card{width:min(780px,calc(100vw - 60px));border-radius:28px;padding:24px 24px 20px;border:1.25px solid transparent;background:linear-gradient(#f7f7f8,#f7f7f8) padding-box,linear-gradient(128deg,#8eaf55,#d7e6b8 44%,#6f8f3f) border-box;box-shadow:0 18px 36px #1c201a29;gap:22px}.profile-modal-close{top:16px;right:16px;width:46px;height:46px;border-radius:50%;border:1px solid #d8dadd;background:#ededee;color:#697077;font-size:28px;line-height:1;display:grid;place-items:center}.profile-modal-top{display:grid;grid-template-columns:156px minmax(0,1fr);gap:20px;align-items:start;padding-right:62px}.profile-modal-avatar{width:156px;height:156px;border-radius:2px;object-fit:cover;box-shadow:0 10px 24px #1f261c26}.profile-modal-meta h2{margin:6px 0 10px;font-size:clamp(28px,3vw,40px);line-height:1.04;letter-spacing:-.02em;color:#24282c}.profile-role-strip{display:flex;align-items:center;gap:10px}.profile-role-pill{display:inline-flex;align-items:center;border-radius:12px;padding:8px 16px;font-size:16px;font-weight:600;line-height:1;color:#f3f9e9;background:linear-gradient(180deg,#6d9144,#587837)}.profile-role-default{color:#6f9251;font-size:15px;font-weight:600}.profile-modal-meta p{margin:12px 0 0;color:#646a71;font-size:18px}.profile-role-picker{margin-top:14px;position:relative;max-width:470px}.profile-role-trigger{width:100%;height:50px;border-radius:11px;border:1px solid #d4d8dd;background:#f6f6f7;color:#434b52;font-size:16px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;cursor:pointer}.profile-role-trigger svg{width:18px;height:18px}.profile-role-trigger.is-open{border-color:#8da15f;box-shadow:0 0 0 2px #8da15f2e}.profile-role-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;border-radius:12px;overflow:hidden;border:1px solid #d8dde1;background:#f7f7f8;box-shadow:0 14px 26px #23281c29;z-index:6}.profile-role-option{width:100%;border:none;border-top:1px solid #e8ebed;background:transparent;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:12px 14px;color:#22282d;cursor:pointer}.profile-role-option:first-child{border-top:none}.profile-role-option.is-selected{background:#f1f3ef}.profile-role-option-main{display:flex;align-items:flex-start;gap:12px}.profile-role-option-check{width:20px;height:20px;color:#678a40;margin-top:2px}.profile-role-option-check svg,.profile-role-option-tail{width:20px;height:20px}.profile-role-option-copy{display:grid;gap:4px;text-align:left}.profile-role-option-copy>span{font-size:16px;font-weight:600;line-height:1.2}.profile-role-option-copy>small{font-size:13px;color:#677079;line-height:1.1}.profile-role-option-tail{color:#678a40}.profile-info-shell{background:#f1f1f2;border:1px solid #ececee;border-radius:20px;padding:16px 16px 14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 28px}.profile-info-cell{min-height:56px}.profile-info-cell>span{display:block;margin-bottom:8px;color:#61676f;font-size:14px;font-weight:500}.profile-info-cell>strong{color:#2a3135;font-size:18px;font-weight:700;line-height:1.2;display:block}.profile-org-value{display:flex!important;align-items:center;gap:10px}.profile-org-icon{width:34px;height:34px;display:inline-flex;flex-shrink:0}.profile-status-value{display:inline-flex!important;align-items:center;gap:10px}.profile-status-icon{width:25px;height:25px;border-radius:999px;background:#97b75a;color:#fff;display:inline-grid;place-items:center}.profile-status-icon svg{width:14px;height:14px}.profile-actions--modern{margin-top:4px;align-items:center}.profile-action-btn{min-width:170px;height:50px;border-radius:999px;font-size:15px;font-weight:600;padding:0 24px}.ghost.profile-action-btn--ghost{background:#f4f4f5;border:1px solid #d5d8dc;color:#32383e;box-shadow:inset 0 1px #fffc}.primary.profile-action-btn--primary{background:linear-gradient(90deg,#5f8136,#90b352);border:1px solid #88a95a;color:#eef5e4;box-shadow:0 8px 18px #51712e47,inset 0 1px #ffffff40}.primary.profile-action-btn--primary:hover{transform:translateY(-1px);box-shadow:0 10px 21px #51712e57,inset 0 1px #ffffff40}@media(max-width:980px){.profile-modal-card{width:min(700px,calc(100vw - 30px));padding:20px 16px 16px}.profile-modal-top{grid-template-columns:128px minmax(0,1fr);gap:16px;padding-right:40px}.profile-modal-avatar{width:128px;height:128px}.profile-modal-meta h2{font-size:clamp(28px,5vw,38px)}.profile-modal-meta p{font-size:16px}.profile-info-cell>strong{font-size:17px}.profile-action-btn{min-width:150px;height:48px;font-size:15px}}@media(max-width:680px){.profile-modal-card{border-radius:22px;padding:20px 14px 16px}.profile-modal-close{width:42px;height:42px;font-size:26px;top:14px;right:14px}.profile-modal-top{grid-template-columns:1fr;padding-right:0;gap:14px}.profile-modal-avatar{width:120px;height:120px}.profile-role-picker{max-width:100%}.profile-info-shell{grid-template-columns:1fr;gap:10px;padding:16px}.profile-info-shell .profile-info-cell:nth-child(3),.profile-info-shell .profile-info-cell:nth-child(5){display:none}.profile-info-cell>strong{font-size:18px}.profile-actions--modern{justify-content:stretch}.profile-action-btn{flex:1;min-width:0;font-size:18px;height:48px}}button{font-family:inherit}.primary{background:linear-gradient(135deg,var(--plugin-primary, var(--plugin-primary, #9bd83f)) 0%,var(--plugin-primary, #7bb92f) 100%);border:none;color:var(--plugin-primary-text, #16200d);padding:10px 18px;border-radius:999px;cursor:pointer;box-shadow:0 10px 20px #95c63d3d}.ghost{background:#ffffffe6;border:1px solid var(--line);color:var(--ink);padding:10px 18px;border-radius:999px;cursor:pointer}.loading-state{padding:60px;border-radius:24px;background:var(--panel);box-shadow:var(--shadow);display:grid;justify-items:center;gap:20px}.api-state-notice{display:flex;align-items:center;justify-content:flex-start;gap:16px;width:100%;padding:16px 18px;border-radius:18px;border:1px solid var(--line);background:linear-gradient(180deg,#ffffff 0%,var(--plugin-accent, #fbfcf8) 100%);box-shadow:var(--shadow)}.api-state-notice--compact{padding:14px 16px;border-radius:16px;box-shadow:none}.api-state-notice--loading{background:linear-gradient(180deg,var(--plugin-accent, #f7fbef) 0%,var(--plugin-accent, #f2f7e8) 100%);border-color:#89b83533}.api-state-notice--error{background:linear-gradient(180deg,#fff8f5,#fff2eb);border-color:#e0694838}.api-state-notice--info{background:linear-gradient(180deg,#fbfdf8,#f5f8ef);border-color:#89b83529}.api-state-notice__copy{display:grid;gap:4px}.api-state-notice__copy strong{font-size:14px;color:var(--ink)}.api-state-notice__copy p{margin:0;font-size:13px;color:var(--muted);line-height:1.5}.api-state-notice__action{flex-shrink:0}.file-upload-container{display:flex;flex-direction:column;gap:12px;width:100%}.file-upload-trigger{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;border:2px dashed var(--line);border-radius:12px;background:var(--plugin-accent, #fbfcf8);cursor:pointer;transition:all .2s ease;color:var(--muted);text-align:center}.file-upload-trigger:hover{border-color:var(--plugin-primary);background:#89b8350d;color:var(--ink)}.file-upload-trigger svg{margin-bottom:8px;opacity:.6}.file-upload-trigger span{font-weight:500;margin-bottom:4px}.file-upload-trigger small{font-size:11px}.file-list{display:flex;flex-direction:column;gap:8px}.file-item{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 1px 2px #00000008}.file-item-info{display:flex;flex-direction:column;gap:2px;overflow:hidden}.file-name{font-size:13px;font-weight:500;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-size{font-size:11px;color:var(--muted)}.file-remove{background:none;border:none;color:var(--muted);padding:4px;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s}.file-remove:hover:not(:disabled){background:#fee2e2;color:#ef4444}.file-remove:disabled{opacity:.5;cursor:not-allowed}.file-upload-progress{height:4px;width:100%;background:var(--line);border-radius:2px;overflow:hidden;margin-top:4px}.file-upload-progress-inner{height:100%;background:var(--plugin-primary);transition:width .3s ease}.pulse{width:12px;height:12px;background:var(--plugin-primary);border-radius:50%;animation:unified-shimmer 2s infinite linear}@keyframes unified-shimmer{0%{transform:scale(.95);box-shadow:0 0 #89b835b3;opacity:.8}70%{transform:scale(1);box-shadow:0 0 0 10px #89b83500;opacity:1}to{transform:scale(.95);box-shadow:0 0 #89b83500;opacity:.8}}.unified-loader{position:relative;width:64px;height:64px;display:flex;align-items:center;justify-content:center}.unified-loader__ring{position:absolute;width:100%;height:100%;border:4px solid transparent;border-top-color:var(--plugin-primary);border-radius:50%;animation:unified-spin 1.2s cubic-bezier(.5,0,.5,1) infinite}.unified-loader__ring:nth-child(1){animation-delay:-.45s}.unified-loader__ring:nth-child(2){animation-delay:-.3s;opacity:.6;width:80%;height:80%}.unified-loader__ring:nth-child(3){animation-delay:-.15s;opacity:.3;width:60%;height:60%}.unified-loader__core{width:12px;height:12px;background:var(--plugin-primary);border-radius:50%;box-shadow:0 0 15px var(--plugin-primary);animation:unified-core-pulse 1.2s ease-in-out infinite}@keyframes unified-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes unified-core-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.8);opacity:.5}}.loading-view{display:flex;align-items:center;justify-content:center;padding:48px;min-height:240px;width:100%}.loading-view--full{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:10000;display:flex;flex-direction:column}.loading-view--small .unified-loader{width:32px;height:32px}.loading-view--small .unified-loader__ring{border-width:2px}.loading-view--small .unified-loader__core{width:6px;height:6px}.loading-view__container{display:flex;flex-direction:column;align-items:center;gap:20px}.loading-view__message{color:var(--plugin-primary-text);font-weight:600;font-size:15px;letter-spacing:.01em;animation:unified-text-fade 1.5s ease-in-out infinite}@keyframes unified-text-fade{0%,to{opacity:.7}50%{opacity:1}}.skeleton-shimmer{background:linear-gradient(90deg,#f0f2f0 25%,#e6e9e6,#f0f2f0 75%);background-size:200% 100%;animation:shimmer-animation 1.5s infinite;border-radius:8px}@keyframes shimmer-animation{0%{background-position:200% 0}to{background-position:-200% 0}}.dashboard-modern{grid-template-columns:repeat(4,1fr)}.kpi-card{background:var(--panel);padding:28px;border-radius:var(--radius);display:flex;flex-direction:column;gap:14px;border:1px solid var(--line);box-shadow:var(--shadow-md);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:default}.kpi-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--accent)}.kpi-card p{margin:0;font-size:15px;color:#1f2322;font-weight:500}.kpi-card strong{font-size:32px;font-weight:700;color:#1f2322;display:block}.kpi-card span{font-size:14px;font-weight:500}.kpi-card .increase{color:#d46b56}.kpi-card .decrease{color:#5a8d3e}.kpi-card .muted{color:var(--muted)}.panel{background:var(--panel);padding:32px;border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:28px;transition:box-shadow .3s ease}.panel:hover{box-shadow:var(--shadow-lg)}.panel-header{display:flex;justify-content:space-between;align-items:center}.reduction-bar__row{display:flex;align-items:center;justify-content:space-between;gap:6px}.reduction-bar__row span{color:var(--muted)}.reduction-bar__row strong{font-weight:700}.panel h3{margin:0;font-size:24px;font-weight:700;color:#1f2322}.trend-tabs{display:flex;gap:8px;background:#f7f9f7;padding:4px;border-radius:999px}.trend-tabs button{border:none;background:transparent;color:var(--muted);font-size:13px;padding:6px 16px;border-radius:999px;cursor:pointer;transition:all .2s ease}.trend-tabs button.active{background:#e7f2d9;color:#395825;font-weight:600}.trend-svg{width:100%;height:auto;margin-top:12px}.source-chart-content{display:flex;align-items:center;gap:40px}.source-legend{display:flex;flex-direction:column;gap:12px}.legend-item{display:flex;align-items:center;gap:12px;font-size:15px}.dot{width:12px;height:12px;border-radius:50%}.dot.bl{background:#3b82f6}.dot.lbl{background:#93c5fd}.dot.or{background:#f97316}.site-bars{display:flex;flex-direction:column;gap:20px}.site-row{display:flex;align-items:center;gap:16px}.site-bar-container{flex:1;height:48px;background:#f7f9f7;border-radius:12px;overflow:hidden}.site-bar{height:100%;background:#6a9a4d;border-radius:12px}.site-val{font-weight:700;font-size:16px;min-width:60px;text-align:right}.tick-bar{height:6px;border-radius:999px;background:linear-gradient(90deg,#dfead3 70%,#c9d8c1 0)}.source-panel{grid-column:span 2}.source-grid{display:flex;gap:24px;align-items:center;justify-content:space-between}.source-list{display:grid;gap:16px;min-width:160px}.source-panel .donut-chart{min-width:140px}.source-panel .donut-chart__legend{display:none}.source-row span{display:inline-flex;align-items:center;gap:10px}.source-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.source-dot.dot-0{background:#65c5b5}.source-dot.dot-1{background:#f8b86b}.source-dot.dot-2{background:var(--plugin-primary, #6ea8fe)}.source-dot.dot-3{background:#f56b6b}.source-row{display:flex;justify-content:space-between;color:var(--ink);gap:16px}.site-panel{grid-column:span 2}.site-highlight .site-bar{position:relative;height:42px;border-radius:16px;background:#edf4e5;overflow:hidden;display:flex;align-items:center;padding:0 12px}.site-highlight .site-bar__fill{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#6fa14a,#4c7c2e);border-radius:16px;opacity:.9}.site-highlight .site-bar span{position:relative;margin-left:auto;color:#f5f9ef;font-weight:700}.site-labels{display:flex;justify-content:space-between;margin-top:12px;color:var(--muted);font-size:13px}.insights-panel{grid-column:span 2}.insights-panel ul{margin:0;padding-left:18px;color:var(--muted);display:grid;gap:10px}@media(max-width:1100px){.dashboard-modern{grid-template-columns:repeat(2,minmax(0,1fr))}.trend-panel,.reduction-panel,.source-panel,.site-panel,.insights-panel{grid-column:span 2}.dashboard-kpis{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:1024px){.dashboard-kpis{grid-template-columns:1fr!important}.hotspot-list-item{flex-wrap:wrap!important;gap:12px!important}.hotspot-info{flex:1 1 auto!important;min-width:150px!important}.hotspot-progress{flex:0 0 100%!important;order:3!important;padding:0!important;margin-top:4px!important}.hotspot-badge-wrapper{flex:0 0 auto!important;order:2!important}}.kpi-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.span-2{grid-column:1 / -1}.kpi-panel h2{margin:0;font-size:16px;color:var(--muted)}.kpi-main{display:flex;justify-content:space-between;align-items:baseline}.kpi-main strong{font-size:32px}.kpi-main span{color:var(--accent);font-size:13px}.kpi-sub{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.kpi-sub div{background:#f7f4ef;border-radius:12px;padding:12px;display:grid;gap:6px}.kpi-sub p{margin:0;font-size:12px;color:var(--muted)}.kpi-card{background:var(--panel);padding:16px 20px;border-radius:18px;box-shadow:var(--shadow);display:grid;gap:8px;border:1px solid rgba(224,229,221,.9)}.kpi-card strong{font-size:22px}.kpi-card em{font-style:normal;color:var(--accent)}.layout-root{height:100vh;overflow:hidden}.app-shell{display:flex;height:100vh;overflow:hidden}.main-wrapper{flex:1;display:flex;flex-direction:column;background:var(--bg);overflow:hidden}.sidebar{width:280px;background:linear-gradient(180deg,var(--plugin-sidebar-start, #273018) 0%,var(--plugin-sidebar-end, #1f2b14) 100%);color:#f0f4e9;padding:32px 24px;display:flex;flex-direction:column;gap:32px;transition:width .2s ease;flex-shrink:0;position:relative}.app-shell.collapsed .sidebar{width:84px;padding:28px 14px}.brand{display:flex;flex-direction:column;gap:6px;position:relative}.brand__label{font-family:Montserrat,system-ui,sans-serif;font-size:25px;letter-spacing:.3px}.brand__sub{color:#f0f4e9b3;font-size:13px}.sidebar-toggle{position:absolute;right:-12px;top:6px;width:28px;height:28px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#ffffff1f;color:#f0f4e9;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10}.sidebar .nav{display:flex;flex-direction:column;gap:12px}.nav__item{border:none;background:transparent;color:inherit;padding:14px 16px;text-align:left;border-radius:16px;cursor:pointer;transition:transform .2s ease,background .2s ease;display:grid;grid-template-columns:22px 1fr;gap:10px;align-items:center}.nav__item small{display:block;color:#fff7ef99;font-size:12px;margin-top:4px;grid-column:2 / -1}.nav__item:hover{transform:translate(4px);background:#ffffff1f}.nav__item.active{background:#fff3;box-shadow:inset 0 0 0 1px #ffffff1f}.sidebar__footer{margin-top:auto}.status-card{background:#ffffff1f;border-radius:18px;padding:16px;display:grid;gap:6px;font-size:13px}.app-shell.collapsed .brand__label,.app-shell.collapsed .brand__sub,.app-shell.collapsed .nav__label,.app-shell.collapsed .nav__item small,.app-shell.collapsed .sidebar__footer{display:none}.app-shell.collapsed .nav__item{grid-template-columns:1fr;justify-items:center}.appbar{display:flex;justify-content:space-between;align-items:center;padding:0 40px;background:#ffffffb3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--line);z-index:100;min-height:104px;position:sticky;top:0}.appbar-title{flex:1 1 420px;min-width:0;padding-right:24px}.appbar-title-copy{min-width:0}.appbar-title h1{margin:0;font-size:30px;font-family:Montserrat,system-ui,sans-serif;color:#1a1e1d;display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.5px;white-space:nowrap}.appbar-title-text{min-width:0;font-size:x-large}.heading-highlight{font-size:12px;padding:0 10px;background:var(--plugin-accent, #eff7e2);color:var(--plugin-accent-text, #274d12);border:1px solid #d5e9b8;border-radius:999px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;height:22px;display:flex;align-items:center}.appbar-subtitle{margin:2px 0 0!important;color:#6b7280;font-size:14px;font-weight:400}.appbar-actions{display:flex;align-items:center;gap:24px;justify-content:flex-end;flex:0 1 auto;min-width:0}.appbar-action-group{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:10px;padding-top:12px;flex-shrink:0;min-height:72px}.appbar-meta-right{display:flex;align-items:center;gap:22px;font-size:14px;color:#6b7280;flex-wrap:nowrap;white-space:nowrap;padding-left:22px}.appbar-meta-right .appbar-meta-select{display:inline-flex;align-items:center;gap:10px;color:#6b7280;font-size:14px;white-space:nowrap}.appbar-meta-right>span{display:inline-flex;align-items:baseline;gap:6px;white-space:nowrap}.appbar-meta-right .appbar-meta-select span{color:#6b7280}.appbar-meta-right .appbar-meta-select select{min-width:92px;height:34px;border-radius:12px;border:1px solid #d8e2cb;background:#f7faef;padding:0 30px 0 12px;font-size:14px;font-weight:700;color:#1a1e1d;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23395b1a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.appbar-meta-right strong{color:#1a1e1d;font-weight:700;margin-left:2px}.appbar-select{border:1px solid #274d12;background:linear-gradient(135deg,#f3f9eb,#e8f4d8);padding:6px 36px 6px 14px;border-radius:999px;font-size:15px;font-weight:500;color:#1a1e1d;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23274d12' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:right 12px center;width:min(380px,32vw);min-width:320px;max-width:100%;outline:none;height:38px;margin-top:0;box-shadow:0 2px 8px #274d1214;transition:all .2s ease}.appbar-select:hover{box-shadow:0 4px 12px #274d1226;transform:translateY(-1px)}@media(max-width:1560px){.appbar{padding:0 28px}.appbar-title{flex-basis:340px;padding-right:16px}.appbar-title h1{font-size:26px;white-space:normal;line-height:1.1}.appbar-actions{gap:16px}.appbar-action-group{gap:8px}.appbar-meta-right{gap:16px;font-size:13px}.appbar-select{width:min(320px,26vw);min-width:200px}.profile-chip{padding-right:12px}.profile-name{font-size:14px}.profile-role{font-size:12px}}@media(max-width:1320px){.appbar{min-height:116px;align-items:flex-start;gap:12px;padding-top:14px;padding-bottom:14px}.appbar-actions{width:100%;justify-content:space-between;align-items:flex-start}.appbar-action-group{min-height:auto;padding-top:0}.appbar-select{width:min(420px,46vw)}.appbar-meta-right{padding-left:12px}.appbar-title h1{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:22px;line-height:1.08;white-space:normal}.heading-highlight{height:24px;padding:0 10px;font-size:10px;white-space:nowrap}}@media(max-width:1120px){.appbar-title h1{font-size:20px}.heading-highlight{height:22px;padding:0 8px;font-size:9px}}.content{flex:1;overflow-y:auto;padding:24px 40px}.page-header{margin-bottom:32px}.page-header--tight{margin-bottom:20px}.page-header h1{margin:0;font-size:28px;font-weight:700;color:#1f2322;display:flex;align-items:center}.page-header p{margin:4px 0 0;color:#8c928b;font-size:15px}.panel__header{display:flex;justify-content:space-between;align-items:center;gap:12px;color:var(--muted);font-size:13px}.activity-header__title{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.activity-header__heading{display:flex;align-items:center;gap:10px;justify-content:flex-start;flex:1 1 auto;min-width:0}@media(min-width:769px){.activity-header{align-items:flex-start}.activity-header__title{width:100%;align-items:flex-start;justify-content:space-between;flex-wrap:nowrap;gap:18px}.activity-header__heading{width:auto;justify-content:flex-start;flex:1 1 auto;gap:14px}.activity-header__title select{min-width:220px}.activity-header__title>.scope-chip{margin-left:auto;flex:0 0 auto}}.activity-header__title select{padding:8px 14px;font-size:13px;border-radius:999px;border:1px solid var(--plugin-primary, #9bd83f);background:#eef6da;color:var(--plugin-primary, #2b3b16);box-shadow:0 8px 16px #95c63d2e}.panel__header h2{color:var(--ink);margin:0}.activity-subnav{display:inline-flex;align-items:center;gap:8px;padding:6px;border-radius:18px;background:#ffffffb8;border:1px solid rgba(120,148,74,.14);box-shadow:var(--shadow-sm)}.activity-subnav button{border:none;border-radius:14px;padding:10px 16px;background:transparent;color:var(--muted);font-weight:700;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.activity-subnav button.active{background:linear-gradient(135deg,#1e5eb4,#1d4f96);color:#fff;box-shadow:0 10px 20px #1d4f9638}.quick-entry-shell{display:grid;gap:18px}.quick-entry-subnav{border-radius:24px;border:1px solid var(--plugin-primary, rgba(137, 184, 53, .16));background:linear-gradient(180deg,#ffffff 0%,var(--plugin-accent, #fbfcf8) 100%);box-shadow:var(--shadow-lg)}.quick-entry-form-header{padding:18px 22px;border-bottom:1px solid rgba(137,184,53,.12);background:linear-gradient(180deg,var(--plugin-accent, #f7faee) 0%,var(--plugin-accent, #f6f9ed) 100%)}.quick-entry-form-header h2{margin:0;font-size:24px;font-weight:500;letter-spacing:-.03em;color:#263321}.quick-entry-card{display:grid;gap:22px;padding:22px}.quick-entry-compliance-banner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.quick-entry-compliance-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;padding:14px;border-radius:18px;background:linear-gradient(180deg,var(--plugin-accent, #f7fbef) 0%,var(--plugin-accent, #f2f7e8) 100%);border:1px solid var(--plugin-primary, rgba(137, 184, 53, .16))}.quick-entry-compliance-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:var(--plugin-primary, #587722);background:#89b8351f}.quick-entry-compliance-icon svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.8;fill:none}.quick-entry-compliance-item strong{display:block;margin-bottom:4px;font-size:14px;color:#273320}.quick-entry-compliance-item p{margin:0;font-size:12px;line-height:1.5;color:#6a756d}.quick-entry-step{display:grid;gap:12px;padding-bottom:2px}.quick-entry-step__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.quick-entry-step__grid--single{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-entry-mode-header h3{margin:0;font-size:18px;font-weight:500;color:#4f5954}.quick-entry-mode-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid rgba(203,211,196,.9);border-radius:16px;overflow:hidden;background:linear-gradient(180deg,#ffffff 0%,var(--plugin-accent, #fbfcf8) 100%)}.quick-entry-mode-tab{position:relative;min-height:48px;border:none;background:transparent;color:#263321;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.quick-entry-mode-tab+.quick-entry-mode-tab{border-left:1px solid rgba(203,211,196,.9)}.quick-entry-mode-tab.active{color:#5c7922;background:linear-gradient(180deg,#f1f8e2,#e7f1cf);z-index:1}.quick-entry-mode-tab.active:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.quick-entry-mode-tab:first-child.active:after{border-top:1px solid rgba(111,147,67,.65);border-left:1px solid rgba(111,147,67,.65);border-bottom:1px solid rgba(111,147,67,.65);border-radius:15px 0 0 15px}.quick-entry-mode-tab:last-child.active:after{border-top:1px solid rgba(111,147,67,.65);border-right:1px solid rgba(111,147,67,.65);border-bottom:1px solid rgba(111,147,67,.65);border-radius:0 15px 15px 0}.quick-entry-mode-tab__icon{width:24px;height:24px;border-radius:8px;display:grid;place-items:center;background:#6e9242;color:#fff;flex:0 0 auto}.quick-entry-mode-tab__icon svg{width:14px;height:14px;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round}.quick-entry-mode-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.quick-entry-mode-note:not(:first-child){border-left:1px solid rgba(203,211,196,.4)}.quick-entry-mode-note{display:block;padding:10px 18px 2px;font-size:13px;line-height:1.5;color:#6a756d;text-align:center}.quick-entry-mode-note strong{margin-right:4px}.form-section{display:grid}.form-section__title,.form-field__label{margin:0}.form-section__body{min-width:0}.form-field{display:grid;gap:8px;min-width:0;font-size:13px;color:var(--muted)}.form-field__label{color:inherit;font-size:inherit;font-weight:inherit}.form-field__helper{display:block;min-width:0;font-size:12px}.quick-entry-mode-note+.quick-entry-mode-note{border-left:1px solid rgba(228,233,224,.9)}.quick-entry-mode-note strong{color:#35550d;font-size:13px}.quick-entry-source-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:22px}.quick-entry-source-row--single{grid-template-columns:minmax(0,1fr)}.quick-entry-section-title{font-size:13px;font-weight:700;color:#66706a;letter-spacing:.18em;text-transform:uppercase;margin-bottom:0}.quick-entry-field{display:grid;gap:8px}.quick-entry-field__label{font-size:13px;font-weight:500;color:var(--muted)}.quick-entry-field--full{grid-column:1 / -1}.quick-entry-field input,.quick-entry-field select,.quick-entry-reading-field input,.quick-entry-reading-field textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:#fff;padding:10px 12px;font-size:14px;color:var(--ink);box-shadow:inset 0 1px 2px #1018280f;min-height:44px}.quick-entry-field select{min-height:44px;padding-top:10px;padding-bottom:10px}.quick-entry-helper{margin-top:2px}.quick-entry-helper__card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:14px 16px;border-radius:18px;background:linear-gradient(180deg,#fbfdf8,#f6f9f0);border:1px solid rgba(137,184,53,.14)}.quick-entry-helper__icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:#89b8351f;color:#5d7d22}.quick-entry-helper__icon svg{width:24px;height:24px;fill:currentColor}.quick-entry-helper__copy{display:grid;gap:4px}.quick-entry-helper__copy strong{font-size:15px;color:#2c3729}.quick-entry-helper__copy p{margin:0;font-size:12px;line-height:1.55;color:#68746c}.quick-entry-helper__button{min-height:46px;padding-inline:18px;white-space:nowrap}.quick-entry-reading-layout{display:grid;grid-template-columns:1fr}.quick-entry-reading-card{display:grid;gap:16px;border-radius:18px;padding:18px;background:linear-gradient(180deg,#fbfcf9,#f7faf3);border:1px solid rgba(188,198,184,.85)}.quick-entry-reading-field{display:grid;gap:8px}.quick-entry-reading-field>span,.quick-entry-photo__header>span{font-size:13px;font-weight:600;color:#34403a}.quick-entry-reading-hint{font-size:12px;line-height:1.45;color:#7a816f}.quick-entry-reading-input{position:relative}.quick-entry-reading-input input{padding-right:76px;font-size:16px;font-weight:400;letter-spacing:0}.quick-entry-reading-field textarea{min-height:56px;resize:vertical;font-size:16px}.quick-entry-reading-unit{position:absolute;top:50%;right:12px;transform:translateY(-50%);padding:4px 8px;border-radius:10px;background:#89b8351f;color:#5c7922;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.quick-entry-reading-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.quick-entry-reading-grid--top{align-items:flex-start}.quick-entry-reading-grid--period{margin-top:2px}.quick-entry-date-field{position:relative}.quick-entry-date-field input[type=text]{padding-right:48px}.quick-entry-photo{display:grid;gap:12px;padding-top:8px;border-top:1px solid rgba(188,198,184,.6)}.quick-entry-photo__header{display:grid;gap:4px}.quick-entry-photo__header p{margin:0;font-size:13px;line-height:1.5;color:#6a756d}.quick-entry-photo__bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.quick-entry-photo__bar>.ghost:first-child{border-color:#89b83557;background:linear-gradient(180deg,#f2f8df,#edf6d8);color:#456117;box-shadow:0 10px 22px #89b83524}.quick-entry-file-input{display:none}.quick-entry-photo__preview{display:flex;align-items:center;gap:14px;padding:12px;border-radius:16px;background:#ffffffe0;border:1px solid rgba(188,198,184,.8)}.quick-entry-photo__preview img{width:92px;height:92px;object-fit:cover;border-radius:16px}.quick-entry-photo__actions{display:flex;gap:8px;flex-wrap:wrap}.quick-entry-summary{display:grid;gap:12px}.quick-entry-summary__card{display:grid;gap:16px;border-radius:20px;padding:18px;background:linear-gradient(180deg,#edf6dd,#f6fbef);border:1px solid rgba(137,184,53,.2);box-shadow:var(--shadow-sm)}.quick-entry-summary__headline{display:grid;gap:4px}.quick-entry-summary__headline h3{margin:0;font-size:34px;line-height:1;letter-spacing:-.05em;color:var(--plugin-sidebar-start, #243018)}.quick-entry-summary__headline p{margin:0;font-size:13px;line-height:1.5;color:#5f6e58}.quick-entry-summary__rows{display:grid;gap:12px}.quick-entry-summary__rows div{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.quick-entry-summary__rows span{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#6b7663}.quick-entry-summary__rows strong{font-size:14px;font-weight:700;line-height:1.45;color:var(--plugin-sidebar-start, #243018);text-align:right}.quick-entry-form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:10px}.quick-entry-warning-box{display:grid;gap:6px;width:100%;grid-column:1 / -1;padding:14px 16px;border-radius:16px;background:linear-gradient(180deg,#fff8e8,#fff4dd);border:1px solid rgba(232,166,44,.28);box-sizing:border-box}.quick-entry-warning-box strong{font-size:14px;color:#785017}.quick-entry-warning-box p{margin:0;font-size:13px;line-height:1.55;color:#7d6738}.quick-entry-cancel{min-width:132px;min-height:42px;padding:0 18px;border-radius:999px;font-size:14px;text-transform:none;letter-spacing:0}.quick-entry-submit{width:auto;justify-self:auto;min-width:176px;min-height:42px;padding:0 22px;border-radius:999px;font-size:14px;text-transform:none;letter-spacing:0}.quick-entry-success-note{display:grid;gap:6px;padding:14px 16px;border-radius:16px;background:linear-gradient(180deg,var(--plugin-accent, #ebf7d7) 0%,#e5f2d1 100%);border:1px solid rgba(137,184,53,.26)}.quick-entry-success-note strong{font-size:14px;color:#35550d}.quick-entry-success-note p{margin:0;font-size:13px;line-height:1.5;color:#4b5f30}.quick-entry-recent-panel{display:grid;gap:14px}.quick-entry-card--recent{margin-top:8px}.accounting-recent-shell{padding-top:8px}.accounting-recent-panel{gap:18px}.accounting-recent-panel__header{align-items:start}.accounting-recent-header-actions{display:flex;align-items:center;gap:12px}.accounting-recent-count{font-size:13px;font-weight:500;color:#6a756d;white-space:nowrap;padding-top:4px}.accounting-recent-table .quick-entry-recent-table__header,.accounting-recent-table .quick-entry-recent-table__row{grid-template-columns:1.35fr 1.15fr 1fr .9fr .9fr 1fr .9fr .8fr}.accounting-recent-table .quick-entry-recent-table__row{align-items:start}.accounting-recent-cards{display:none}.accounting-recent-card__grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.accounting-recent-card__grid span{display:grid;gap:4px;font-size:13px;color:#263321}.accounting-recent-card__grid strong{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b7663}.quick-entry-recent-panel__header{display:flex;align-items:end;justify-content:space-between;gap:16px}.quick-entry-recent-panel__header h3{margin:0;font-size:20px;color:var(--plugin-sidebar-start, #243018)}.quick-entry-recent-panel__header p{margin:4px 0 0;font-size:13px;line-height:1.5;color:#6a756d}.quick-entry-recent-filter{display:grid;gap:6px;min-width:180px}.quick-entry-recent-filter span{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b7663}.quick-entry-recent-filter select{width:100%;min-height:40px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:8px 12px;font-size:14px;color:var(--ink);box-shadow:inset 0 1px 2px #1018280f}.quick-entry-recent-table{display:grid;border-radius:18px;border:1px solid rgba(188,198,184,.72);background:linear-gradient(180deg,#ffffff 0%,var(--plugin-accent, #fbfcf8) 100%);overflow:hidden}.quick-entry-recent-table__header,.quick-entry-recent-table__row{display:grid;grid-template-columns:1.15fr 1.35fr 1fr 1fr .9fr;gap:16px;align-items:center;padding:14px 16px}.quick-entry-recent-table__header{background:#f4f6f0eb;border-bottom:1px solid rgba(188,198,184,.72)}.quick-entry-recent-table__header span{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b7663}.quick-entry-recent-table__row{font-size:14px;color:#263321;border-bottom:1px solid rgba(229,234,223,.9)}.quick-entry-recent-table__row:last-child{border-bottom:none}.quick-entry-recent-cards{display:none}.quick-entry-recent-card{display:grid;gap:8px;padding:14px;border-radius:16px;border:1px solid rgba(188,198,184,.72);background:linear-gradient(180deg,#ffffff 0%,var(--plugin-accent, #fbfcf8) 100%)}.quick-entry-recent-card__top,.quick-entry-recent-card__meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.quick-entry-recent-card__top strong{font-size:15px;color:var(--plugin-sidebar-start, #243018)}.quick-entry-recent-card__top span,.quick-entry-recent-card__meta span{font-size:12px;color:#6a756d}.quick-entry-recent-card__value{font-size:16px;font-weight:700;color:#35550d}.quick-entry-recent-empty{padding:14px 16px;border-radius:16px;background:linear-gradient(180deg,#f8faf4,#f4f7ef);border:1px dashed rgba(188,198,184,.8);color:#6a756d;font-size:14px}.quick-entry-inline-message{width:100%;padding:14px 16px;border-radius:16px;font-size:13px;font-weight:600;line-height:1.5;box-sizing:border-box}.quick-entry-inline-message--success{background:linear-gradient(180deg,var(--plugin-accent, #ebf7d7) 0%,#e5f2d1 100%);border:1px solid rgba(137,184,53,.26);color:#35550d}.quick-entry-inline-message--info{background:linear-gradient(180deg,#f2f8e6,#edf5de);border:1px solid rgba(137,184,53,.18);color:#567a18}.quick-entry-inline-message--error{background:linear-gradient(180deg,#fdeceb,#f9e1df);border:1px solid rgba(180,78,62,.22);color:#8f2d23}.quick-entry-confirm-modal{width:min(560px,92vw)}.quick-entry-confirm-modal__header{display:grid;gap:6px}.quick-entry-confirm-modal__header h3{margin:0;font-size:24px;color:var(--plugin-sidebar-end, #20261f)}.quick-entry-confirm-modal__header p{margin:0;font-size:14px;line-height:1.6;color:#6a746b}.quick-entry-confirm-modal__summary{display:grid;gap:12px;padding:16px;border-radius:16px;background:linear-gradient(180deg,#f8faf5,#f5f8ef);border:1px solid rgba(188,198,184,.78)}.quick-entry-confirm-modal__summary div{display:flex;justify-content:space-between;gap:16px}.quick-entry-confirm-modal__summary span{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#788173}.quick-entry-confirm-modal__summary strong{font-size:14px;color:var(--plugin-sidebar-end, #20261f);text-align:right}.quick-entry-confirm-modal__actions{display:flex;justify-content:flex-end;gap:12px}.quick-entry-recent{padding:0 20px 20px}.quick-entry-recent h3{margin:0 0 12px;font-size:18px}.quick-entry-recent--mobile{display:none}.quick-entry-latest{border-radius:16px;padding:12px 14px;background:linear-gradient(180deg,#fff,#f7faf2);border:1px solid rgba(188,198,184,.7);font-size:14px;font-weight:600}.quick-entry-toast{position:fixed;right:20px;bottom:20px;z-index:20;width:fit-content;max-width:min(100%,420px);padding:12px 16px;border-radius:16px;font-weight:700;box-shadow:var(--shadow-md)}.quick-entry-toast--success{background:var(--plugin-accent, #ebf7d7);color:#35550d}.quick-entry-toast--info{background:#f2f8e6;color:#567a18}.quick-entry-toast--error{background:#fdeceb;color:#8f2d23}.panel.split{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.activity-section,.calc-section,.scope-section,.reports-section{display:grid;gap:24px}.activity-form{display:grid;gap:16px}.activity-compliance-banner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.activity-compliance-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;padding:14px;border-radius:18px;background:linear-gradient(180deg,var(--plugin-accent, #f7fbef) 0%,var(--plugin-accent, #f2f7e8) 100%);border:1px solid var(--plugin-primary, rgba(137, 184, 53, .16))}.activity-compliance-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:var(--plugin-primary, #587722);background:#89b8351f}.activity-compliance-icon svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.8;fill:none}.activity-compliance-item strong{display:block;margin-bottom:4px;font-size:14px;color:#273320}.activity-compliance-item p{margin:0;font-size:12px;line-height:1.5;color:#6a756d}.activity-stack{display:grid;gap:16px}.activity-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:20px;align-items:start}.activity-form__grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.electricity-sections{display:grid;gap:16px;grid-column:1 / -1}.section-card{border-radius:16px;border:1px solid var(--line);background:#fff;padding:16px;display:grid;gap:12px}.section-card.full-width{grid-column:1 / -1}.section-card h4{margin:0;font-size:14px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.section-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.section-grid label{min-width:0}.section-grid select,.section-grid input,.section-grid .field-static{width:100%;min-width:0}.date-input{position:relative;display:grid;align-items:center}.date-trigger{position:absolute;right:1px;top:1px;bottom:1px;width:42px;border-radius:0 8px 8px 0;border:none;background:#f5f8ef;display:grid;place-items:center;cursor:pointer;z-index:2}.date-trigger input[type=date]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.date-trigger svg{width:18px;height:18px;fill:none;stroke:var(--muted);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.date-input input[type=text]{padding-right:42px}.section-grid textarea{border-radius:12px;border:1px solid var(--line);padding:10px 12px;font-size:14px;resize:vertical;font-family:inherit}.file-input{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--muted)}.file-input input[type=file]{font-family:inherit}.compliance-grid select{height:44px}.compliance-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start}.compliance-grid .span-2{grid-column:1 / -1}.compliance-grid .file-input{width:100%;height:44px;border-radius:12px;border:1px solid var(--line);padding:6px 10px;background:#fff;box-shadow:inset 0 1px 2px #1018280f}.compliance-grid .file-input input[type=file]{width:100%;height:100%;border:none;padding:0;font-size:14px;background:transparent;box-shadow:none}.compliance-grid .file-input input[type=file]::file-selector-button{margin-right:12px;border-radius:10px;border:1px solid var(--line);padding:6px 12px;background:#f4f6f1;font-family:inherit;cursor:pointer}.summary-card{background:linear-gradient(180deg,#eaf6ee,#e5f3ee);border-radius:18px;padding:18px;border:1px solid #bfe6cf;display:grid;gap:12px;width:100%;grid-column:1 / -1}.summary-card h4{margin:0;font-size:14px;color:#49611a}.summary-value{font-size:24px;font-weight:700;color:#1e3a2b}.summary-list{display:grid;gap:8px;font-size:12px;color:var(--muted)}.summary-list strong{color:var(--ink);font-weight:600}.summary-row{display:flex;justify-content:space-between;gap:12px;font-size:12px}.summary-row.total{font-weight:600;color:var(--ink)}.summary-divider{height:1px;background:#1f23221f;margin:6px 0}label{display:grid;gap:8px;font-size:13px;color:var(--muted)}input,select{border-radius:12px;border:1px solid var(--line);padding:10px 12px;font-size:14px;background:#fff;box-shadow:inset 0 1px 2px #1018280f;font-family:inherit}.field-static{border-radius:12px;border:1px dashed var(--line);padding:10px 12px;font-size:14px;background:#f7f9f4;color:var(--muted)}.activity-form__footer{display:flex;justify-content:flex-end;align-items:center;gap:16px;flex-wrap:wrap}.activity-warning-box{display:grid;gap:6px;width:100%;padding:14px 16px;border-radius:16px;background:linear-gradient(180deg,#fff8e8,#fff4dd);border:1px solid rgba(232,166,44,.28);box-sizing:border-box}.activity-warning-box strong{font-size:14px;color:#785017}.activity-warning-box p{margin:0;font-size:13px;line-height:1.55;color:#7d6738}.activity-success-note{display:grid;gap:6px;padding:14px 16px;border-radius:16px;background:linear-gradient(180deg,var(--plugin-accent, #ebf7d7) 0%,#e5f2d1 100%);border:1px solid rgba(137,184,53,.26)}.activity-success-note strong{font-size:14px;color:#35550d}.activity-success-note p{margin:0;font-size:13px;line-height:1.5;color:#4b5f30}.activity-inline-message{width:100%;padding:14px 16px;border-radius:16px;font-size:13px;font-weight:600;line-height:1.5;box-sizing:border-box}.activity-inline-message--error{background:linear-gradient(180deg,#fdeceb,#f9e1df);border:1px solid rgba(180,78,62,.22);color:#8f2d23}.activity-confirm-modal{width:min(560px,92vw)}.activity-confirm-modal__header{display:grid;gap:6px}.activity-confirm-modal__header h3{margin:0;font-size:24px;color:var(--plugin-sidebar-end, #20261f)}.activity-confirm-modal__header p{margin:0;font-size:14px;line-height:1.6;color:#6a746b}.activity-confirm-modal__summary{display:grid;gap:12px;padding:16px;border-radius:16px;background:linear-gradient(180deg,#f8faf5,#f5f8ef);border:1px solid rgba(188,198,184,.78)}.activity-confirm-modal__summary div{display:flex;justify-content:space-between;gap:16px}.activity-confirm-modal__summary span{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#788173}.activity-confirm-modal__summary strong{font-size:14px;color:var(--plugin-sidebar-end, #20261f);text-align:right}.activity-confirm-modal__actions{display:flex;justify-content:flex-end;gap:12px}.pill-group{display:flex;gap:6px;margin-top:8px}.renewable-field{gap:4px;padding-left:4px}.renewable-field .pill-group{margin-top:2px}.pill{border-radius:999px;border:1px solid var(--line);padding:6px 12px;background:transparent;cursor:pointer;font-size:12px}.pill.active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.pill:disabled{cursor:not-allowed;opacity:.4}.table{display:grid;gap:6px}.table__row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;padding:12px 10px;border-radius:12px;align-items:center}.activity-table .table__row{grid-template-columns:1.4fr 1.1fr repeat(6,minmax(0,1fr));margin-bottom:8px;column-gap:16px}.table__header{background:var(--panel-alt);color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.06em}.calc-highlight{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;align-items:center}.formula-card{background:#f4f7ef;padding:18px;border-radius:16px;display:grid;gap:8px;border:1px solid #dfe8d3}.formula-card strong{font-size:18px}.note{background:#fff7e0;border-left:4px solid var(--warning);padding:12px;border-radius:12px;font-size:13px;color:#7a4f12}.scope-card{background:#f4f7ef;border-radius:16px;padding:16px;margin-bottom:12px}.scope-map{display:grid;gap:10px}.scope-chip{background:#fff;border-radius:999px;border:1px solid var(--line);padding:10px 16px;display:flex;justify-content:space-between;align-items:center;font-size:13px}.reports-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.report-card{background:var(--panel);border-radius:16px;padding:16px;box-shadow:var(--shadow);display:grid;gap:12px}.report-card__header{display:flex;justify-content:space-between;align-items:center;gap:10px}.report-card ul{margin:0;padding-left:16px;color:var(--muted);display:grid;gap:4px}.report-panel{display:grid;gap:20px}.site-report{background:var(--panel)}.site-report .panel__header{align-items:flex-end}.site-report__title{display:grid;gap:6px}.site-report__title h2{font-size:22px}.site-report__title span{font-size:13px;color:var(--muted)}.site-report .primary{padding:8px 16px}.report-filters{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:end;column-gap:24px}.report-filters--spacious{column-gap:32px}.report-filters--source{column-gap:28px;grid-template-columns:repeat(5,minmax(170px,1fr))}.report-filters--source>label:nth-child(2){margin-left:0}@media(max-width:1500px){.report-filters--source{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}.report-filters label{font-size:12px;font-weight:600;color:var(--muted);text-transform:none;letter-spacing:0}.report-filters select{height:44px;font-size:14px;border-radius:14px;box-shadow:none}.report-kpis{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.report-kpi{border-radius:14px;padding:16px;color:#fff;display:grid;gap:8px;box-shadow:var(--shadow)}.report-kpi span{font-size:12px;opacity:.85}.report-kpi strong{font-size:20px}.report-kpi.scope1{background:linear-gradient(135deg,#f59e0b,#f97316)}.report-kpi.scope2{background:linear-gradient(135deg,#3b82f6,#2563eb)}.report-kpi.total{background:linear-gradient(135deg,#22c55e,#16a34a)}.report-table .table__row{grid-template-columns:repeat(7,minmax(0,1fr))}.site-report .table__header{background:#f4f4ef!important;border:none;border-radius:999px;padding:16px 22px;min-height:56px;text-transform:uppercase;letter-spacing:.08em}.site-report .table__row{border:none;background:transparent;padding:12px 18px;align-items:center}.site-report .table__row+.table__row{margin-top:18px}.site-report .report-actions{margin-top:8px}.report-actions{display:flex;justify-content:flex-end;gap:12px}.site-table .table__row{grid-template-columns:repeat(6,minmax(0,1fr))}.site-table .table__row span{min-width:0;word-break:break-word}.source-report{background:var(--panel)}.source-report-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.mini-panel{background:var(--panel-alt);border-radius:16px;padding:16px;box-shadow:none;border:1px solid var(--line)}.mini-panel h3{margin:0 0 12px;font-size:14px;color:var(--muted)}.source-table .table__row{grid-template-columns:repeat(5,minmax(0,1fr))}.source-summary-table .table__row{grid-template-columns:repeat(3,minmax(0,1fr))}.source-summary-table .table__row span{min-width:0;word-break:break-word}.mini-bar-chart{display:grid;gap:12px}.mini-bar{display:grid;gap:6px}.mini-bar__label{font-size:13px}.mini-bar__track{height:8px;border-radius:999px;background:#e1e6d9;overflow:hidden}.mini-bar__fill{height:100%;background:linear-gradient(90deg,var(--plugin-primary, #9bd83f) 0%,#7bb92f 100%)}.mini-bar__value{font-size:12px;color:var(--muted)}.trend-chart{display:grid;gap:12px}.trend-chart__empty{height:140px;border-radius:16px;border:1px dashed var(--line);display:grid;place-items:center;color:var(--muted);font-size:13px}.trend-chart svg{width:100%;height:140px}.trend-chart__line{fill:none;stroke:#4f6b28;stroke-width:3}.trend-chart circle{fill:#fff;stroke:#4f6b28;stroke-width:2}.trend-chart__labels{display:grid;grid-template-columns:repeat(auto-fit,minmax(40px,1fr));font-size:12px;color:var(--muted)}.donut-chart-wrapper{display:flex;align-items:center;gap:48px;width:100%}.donut-chart{position:relative;width:160px;height:160px;flex-shrink:0}.donut-chart svg{transform:rotate(-90deg);width:100%;height:100%}.donut-chart__bg{stroke:var(--panel-alt)}.donut-chart__slice{transition:stroke-dasharray 1s ease-out}.donut-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column}.donut-center strong{font-size:24px;font-weight:700;color:var(--ink);line-height:1}.donut-center span{font-size:11px;color:var(--muted);font-weight:500;margin-top:2px}.donut-legend{flex:1;display:grid;gap:12px}.legend-item{display:grid;grid-template-columns:8px 1fr auto;align-items:center;gap:12px}.legend-dot{width:8px;height:8px;border-radius:50%}.legend-label{font-size:14px;color:var(--muted);font-weight:500}.legend-value{font-size:14px;color:var(--ink);font-weight:600}.donut-chart__legend{display:grid;gap:6px;font-size:12px;color:var(--muted)}.donut-chart__legend-item{display:flex;align-items:center;gap:6px}.donut-chart__swatch{width:10px;height:10px;border-radius:50%}.viz-site-chart{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:24px;align-items:flex-end;min-height:200px;padding-top:20px}.viz-site-bar{display:flex;flex-direction:column;align-items:center;gap:12px;font-size:13px;text-align:center}.viz-site-bar__track{width:100%;max-width:60px;height:140px;background:var(--panel-alt);border-radius:999px;display:flex;align-items:flex-end;overflow:hidden;border:1px solid var(--line)}.viz-site-bar__fill{width:100%;background:linear-gradient(180deg,var(--accent) 0%,#5c8f1f 100%);border-radius:999px;transition:height .6s cubic-bezier(.4,0,.2,1)}.viz-site-bar__fill--alert{background:linear-gradient(180deg,#ff8a80,#cf2f2f)}.viz-site-bar__label{color:var(--muted);font-weight:500;line-height:1.3;width:100%}.viz-site-bar__value{color:var(--ink);font-weight:700;font-size:14px}.viz-site-bar__value--alert{color:#b42318}@media(max-width:960px){.app-shell{grid-template-columns:1fr}.sidebar{flex-direction:row;align-items:center;flex-wrap:wrap;gap:16px}.nav{flex-direction:row;flex-wrap:wrap}.content{padding:24px}.page-header{flex-direction:column;align-items:flex-start}.table__row{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:8px}.activity-table .table__row{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.activity-layout{grid-template-columns:1fr}.report-table .table__row{grid-template-columns:repeat(3,minmax(0,1fr))}}.trend-chip{background:#eef6da;border:1px solid #cfe6b0;color:var(--plugin-primary, #2b3b16);padding:6px 12px;border-radius:999px;font-size:12px}.scope-chip{background:#eaf3d8;border:1px solid #cfe6b0;color:var(--plugin-primary, #2b3b16);padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.org-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;font-size:13px}.org-grid span{color:var(--muted);display:block;margin-bottom:4px}.org-grid strong{font-size:14px;color:var(--ink)}.org-select{height:40px;border-radius:12px;border:1px solid var(--line);padding:8px 10px;font-size:14px;background:#fff}.organization-section{display:grid;gap:24px}.organization-panel{gap:22px}.organization-panel__header{align-items:flex-start}.organization-panel__title{display:grid;gap:6px}.organization-panel__title span{color:var(--muted);font-size:13px}.organization-panel__actions{display:flex;align-items:center;gap:10px}.organization-panel__actions--mobile{display:none}.organization-setup-card{border-radius:20px;border:1px solid var(--line);background:linear-gradient(180deg,#ffffff 0%,var(--plugin-accent, #fbfcf8) 100%);padding:20px;display:grid;gap:18px}.organization-setup-card__title{margin:0;font-size:18px}.organization-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.organization-form-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.organization-field{min-width:0}.organization-field--full{grid-column:1 / -1}.organization-field textarea{border-radius:14px;border:1px solid var(--line);padding:12px 14px;font-size:14px;font-family:inherit;resize:vertical;min-height:92px;background:#fff}.organization-boundary-group{display:grid;gap:12px}.organization-boundary-group__header{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.organization-boundary-group__header strong{font-size:13px}.organization-boundary-group__header span{font-size:12px;color:var(--muted)}.organization-boundary-options{display:grid;gap:10px}.organization-boundary-option{width:100%;border-radius:16px;border:1px solid var(--line);background:#fff;padding:14px 16px;display:flex;align-items:flex-start;gap:12px;text-align:left;cursor:pointer;box-shadow:inset 0 1px 2px #1018280a}.organization-boundary-option.active{border-color:#94c447;background:linear-gradient(180deg,#f3f9ea,#edf6df)}.organization-boundary-option__radio{width:18px;height:18px;border-radius:50%;border:1.5px solid #b7c7aa;background:#fff;flex:0 0 auto;margin-top:2px;box-shadow:inset 0 0 0 4px transparent}.organization-boundary-option.active .organization-boundary-option__radio{border-color:#6ba32f;box-shadow:inset 0 0 0 4px #6ba32f}.organization-boundary-option__copy{display:grid;gap:4px}.organization-boundary-option__copy strong{font-size:15px;color:var(--ink)}.organization-boundary-option__copy small{font-size:12px;color:var(--muted);line-height:1.45}.organization-save-note{margin:0;font-size:13px;color:#4d6d24;background:#eef7df;border:1px solid #d6e9b8;border-radius:12px;padding:10px 12px}.organization-empty-state{display:grid;gap:8px}.organization-empty-state p{margin:0;color:var(--muted)}.appbar-meta{display:flex;align-items:center;gap:16px;margin-top:4px}.appbar-meta p{margin:0;color:var(--muted);font-size:13px}.appbar-meta span{font-size:13px;color:var(--ink)}.appbar-meta strong{color:var(--ink);font-weight:600}.meta-separator{width:1px;height:12px;background:var(--line)}.panel h2,.panel h3{font-size:20px;margin:0;color:#1f2322}.dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.span-2{grid-column:span 2}.span-3{grid-column:span 3}.span-4{grid-column:span 4}.span-full{grid-column:1 / -1}.unit{font-size:13px;color:var(--muted);font-weight:400}.reduction-bars-row{display:flex;gap:32px}.reduction-bar{flex:1;display:flex;flex-direction:column;gap:8px}.mobile-nav-toggle{display:none}.mobile-sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;display:none}@media(max-width:1024px){.app-shell{grid-template-columns:84px 1fr}.sidebar{width:84px;padding:28px 14px}.brand__label,.brand__sub,.nav__label,.nav__item small,.sidebar__footer{display:none}.nav__item{grid-template-columns:1fr;justify-items:center}.dashboard-grid{grid-template-columns:repeat(2,1fr)}.appbar{padding:0 24px}.content{padding:24px}}@media(max-width:768px){body,#root,.layout-root,.app-shell,.main-wrapper{height:auto!important;min-height:0!important;overflow:visible!important;overflow-x:hidden!important}body,#root{overflow-x:hidden;overflow-y:auto}.modal-backdrop{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;overflow-y:auto!important;padding:40px 10px!important;-webkit-overflow-scrolling:touch!important;z-index:10000!important}.quick-entry-confirm-modal__header{padding-right:44px!important}@media(max-width:400px){.modal-backdrop{justify-content:flex-start!important;padding:20px 16px!important}.modal-card.quick-entry-confirm-modal,.modal-card{width:calc(100vw - 32px)!important;max-width:calc(100vw - 32px)!important;min-width:0!important;box-sizing:border-box!important;padding-left:24px!important;padding-right:24px!important}.quick-entry-confirm-modal__actions .quick-entry-cancel,.quick-entry-confirm-modal__actions .quick-entry-submit{min-width:0!important;padding:0 12px!important}}.modal-card{margin:0 auto!important;position:relative!important}.date-input,.quick-entry-date-field,.quick-entry-date-field input[type=text],.file-upload-container,.file-list,.file-item{width:100%!important;max-width:100%!important;box-sizing:border-box!important;min-width:0!important}.file-item-info{min-width:0!important;flex:1!important}.app-shell,.main-wrapper{display:block}.content{height:auto!important;flex:none;display:block;overflow:visible!important;padding:16px 16px 104px}.sidebar{position:fixed;top:auto;left:0;right:0;bottom:0;width:100%;z-index:1001;transform:none!important;transition:none;box-shadow:0 -16px 36px #10180c2e;padding:10px 14px calc(10px + env(safe-area-inset-bottom,0px));gap:0;border-radius:24px 24px 0 0;overflow:visible;background:var(--plugin-sidebar-start, rgba(30, 42, 15, .96));backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.app-shell.sidebar-open .sidebar{transform:none}.mobile-sidebar-overlay{display:none!important}.app-shell.sidebar-open .mobile-sidebar-overlay{display:none!important;z-index:auto}.brand__label,.brand__sub,.sidebar__footer,.brand,.mobile-close-sidebar,.sidebar-toggle{display:none!important}.nav__item{grid-template-columns:1fr;justify-items:center;align-items:center;padding:10px 8px 8px;border-radius:16px;gap:6px;min-height:60px;text-align:center}.sidebar .nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:0;width:100%}.nav__icon{width:22px;height:22px}.nav__icon svg{width:20px;height:20px}.nav__label{display:block;font-size:10px;font-weight:500;line-height:1.2}.nav__item small{display:none}.nav__item:hover{transform:none;background:#ffffff1a}.nav__item.active{background:#ffffff29;box-shadow:inset 0 0 0 1px #ffffff1a,0 10px 20px #10180c2e}.main-wrapper{width:100%;margin-left:0;min-height:100vh}.appbar{height:auto;padding:12px 16px;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:6px;position:sticky;top:0;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:990;border-bottom:1px solid rgba(0,0,0,.05);box-shadow:0 4px 20px #00000008;margin-bottom:8px}.mobile-nav-toggle{display:none!important}.appbar-title{display:flex;align-items:flex-start;flex:0 0 auto;width:100%;gap:0}.appbar-title-copy{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1 1 auto}.appbar-title h1{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;column-gap:8px;row-gap:4px;font-size:18px;line-height:1.05;white-space:normal;margin:0}.appbar-title-text{display:block}.appbar-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;column-gap:10px;row-gap:8px}.appbar-action-group{display:contents}.appbar-select{grid-column:1;grid-row:1;min-width:0;width:100%;height:44px;font-size:16px}.icon-button{grid-column:2;grid-row:1;width:44px;height:44px;flex:0 0 44px}.profile-chip{grid-column:3;grid-row:1;min-width:0;padding:6px 10px 6px 6px;gap:8px}.profile-chip .avatar-img{width:34px;height:34px}.profile-text{min-width:0}.appbar-meta-right{grid-column:1 / -1;width:auto;padding-left:0;justify-content:flex-start;gap:18px;flex-wrap:nowrap}.dashboard-grid{grid-template-columns:1fr;gap:16px}.kpi-row{grid-template-columns:1fr}.span-2,.span-3,.span-4,.span-full{grid-column:1 / -1}.kpi-card{padding:20px}.panel{padding:16px;border-radius:16px;box-shadow:0 4px 12px #0000000a;background:#fff}.report-card{padding:16px;border-radius:16px;border:1px solid rgba(0,0,0,.05);background:linear-gradient(135deg,#fff,#f9fbf8)}.page-header h1{font-size:22px;letter-spacing:-.5px;display:flex;align-items:center;gap:12px}.page-header p{font-size:13px;line-height:1.5;opacity:.8}input,select,button{min-height:48px;font-size:16px}.activity-header__title select{width:100%;margin-top:8px}.activity-header__title{align-items:flex-start}.activity-header__heading{width:100%;justify-content:space-between;flex-wrap:wrap}.activity-header__title>.scope-chip{align-self:flex-end}.activity-subnav{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.activity-subnav button{width:100%}.quick-entry-shell{gap:14px}.quick-entry-subnav{border-radius:22px}.quick-entry-form-header{padding:16px 14px}.quick-entry-form-header h2{font-size:22px}.quick-entry-card{padding:16px 14px 18px;gap:18px}.quick-entry-compliance-banner{grid-template-columns:1fr}.quick-entry-step__grid{grid-template-columns:1fr;gap:12px}.quick-entry-step__grid--single{grid-template-columns:1fr}.quick-entry-source-row,.quick-entry-source-row--single{grid-template-columns:1fr;gap:12px}.quick-entry-mode-tabs,.quick-entry-mode-notes{grid-template-columns:1fr}.quick-entry-mode-tab+.quick-entry-mode-tab,.quick-entry-mode-note+.quick-entry-mode-note{border-left:none;border-top:1px solid rgba(228,233,224,.9)}.quick-entry-mode-tab{min-height:50px;font-size:14px}.quick-entry-mode-note{padding:10px 4px 0}.quick-entry-section-title{font-size:12px}.quick-entry-helper__card{grid-template-columns:1fr;align-items:start;padding:14px}.quick-entry-helper__button{width:100%}.quick-entry-reading-layout{gap:16px}.quick-entry-reading-card{padding:14px;gap:14px}.quick-entry-reading-grid{grid-template-columns:1fr}.quick-entry-reading-input input{font-size:22px}.quick-entry-reading-unit{right:10px}.quick-entry-photo__header{align-items:flex-start;flex-direction:column}.quick-entry-photo__bar{flex-direction:column;align-items:stretch}.quick-entry-photo__preview{flex-direction:column;align-items:flex-start}.quick-entry-photo__preview img{width:100%;height:180px}.quick-entry-submit{width:100%;min-height:44px;font-size:15px;position:sticky;bottom:92px;z-index:5;box-shadow:0 18px 28px #89b83542}.quick-entry-form-actions{flex-direction:column-reverse;align-items:stretch}.quick-entry-cancel{width:100%}.quick-entry-recent-panel__header{display:grid;gap:12px}.quick-entry-recent-filter{min-width:0}.quick-entry-recent-table{display:block}.quick-entry-recent-table__header{display:none}.quick-entry-recent-table__row{display:grid;grid-template-columns:1fr;border:1px solid rgba(226,232,240,.8);padding:16px;gap:10px;margin-bottom:12px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d}.quick-entry-recent-table__row span{display:flex;justify-content:space-between;width:100%;text-align:right;font-size:13px;color:#1e293b;border-bottom:1px solid #f1f5f9;padding-bottom:8px}.quick-entry-recent-table__row span:last-child{border-bottom:none;padding-bottom:0}.quick-entry-recent-table__row span:before{content:attr(data-label);font-weight:700;margin-right:12px;color:#64748b;font-size:10px;text-transform:uppercase;text-align:left;display:block;letter-spacing:.5px}.quick-entry-recent-cards,.accounting-recent-cards{display:grid;gap:12px}.accounting-recent-table{display:none}.accounting-recent-card__grid{grid-template-columns:1fr}.accounting-recent-header-actions{display:grid;gap:10px;width:100%}.quick-entry-summary__card{padding:16px}.quick-entry-summary__headline h3{font-size:30px}.quick-entry-summary__rows div{display:grid;gap:4px}.quick-entry-summary__rows strong{text-align:left}.quick-entry-confirm-modal__summary div{display:grid;gap:8px}.quick-entry-confirm-modal__actions{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:12px!important}.quick-entry-confirm-modal__actions .quick-entry-cancel,.quick-entry-confirm-modal__actions .quick-entry-submit{width:auto!important;flex:1!important;margin:0!important;position:static!important;box-shadow:none!important}.quick-entry-confirm-modal__summary strong{text-align:left}.quick-entry-recent--desktop{display:none}.quick-entry-recent--mobile{display:block;padding:0 14px 14px}.quick-entry-toast{right:8px;left:8px;bottom:88px;width:auto}.activity-form__grid,.activity-compliance-banner{grid-template-columns:1fr}.activity-confirm-modal__summary div,.activity-confirm-modal__actions{display:grid;gap:8px}.activity-confirm-modal__summary strong{text-align:left}.section-grid,.activity-layout,.compliance-grid{grid-template-columns:1fr}.table__header{display:none!important}.table__row{grid-template-columns:1fr!important;border:1px solid var(--line);padding:16px;gap:12px;margin-bottom:12px;background:#fff;align-items:flex-start!important}.table__row span{display:flex;justify-content:space-between;width:100%;text-align:right}.table__row span:before{content:attr(data-label);font-weight:600;margin-right:12px;color:var(--muted);font-size:11px;text-transform:uppercase;text-align:left;display:block}.donut-chart-wrapper{flex-direction:column;align-items:center;gap:20px}.donut-legend{display:flex;flex-direction:column;width:100%;gap:12px}.legend-item{justify-content:flex-start;padding:8px 12px;background:#00000005;border-radius:8px;width:100%}.legend-label{flex:1;font-size:13px}.viz-site-chart{display:flex;flex-direction:column;gap:18px;padding-top:10px;min-height:0}.viz-site-bar{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"label value" "track track";width:100%!important;height:auto!important;gap:8px 12px;align-items:center}.viz-site-bar__track{grid-area:track;width:100%;max-width:none;height:10px!important;background:#f0f4e9;border-radius:999px;overflow:hidden}.viz-site-bar__fill{height:100%!important;width:var(--percentage, 0%);background:linear-gradient(90deg,#89b835,#b2d674)}.viz-site-bar__fill--alert{background:linear-gradient(90deg,#ff8a80,#cf2f2f)}.viz-site-bar__label{grid-area:label;font-size:15px;white-space:normal;text-align:left;order:0;color:var(--ink);font-weight:600}.viz-site-bar__value{grid-area:value;font-size:15px;color:var(--ink);text-align:right;margin-top:0;font-weight:700}.viz-site-bar__value--alert{color:#b42318}.activity-table .table__row,.report-table .table__row{grid-template-columns:1fr!important}}@media(max-width:1024px){.content{padding:18px 18px 28px}.page-header h1{flex-wrap:wrap;gap:10px;font-size:34px;line-height:1.05}.page-header p{font-size:17px;line-height:1.5}.appbar{min-height:auto;padding:10px 16px 12px;align-items:flex-start;justify-content:flex-start;gap:4px}.appbar-title{display:flex;align-items:flex-start;column-gap:0;row-gap:0;gap:12px;flex:0 0 auto;width:100%;padding-right:0}.appbar-title-copy{display:flex;flex-direction:column;gap:2px;flex:1 1 auto;min-width:0}.appbar-title h1{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;column-gap:10px;row-gap:4px;font-size:24px;line-height:1.02;white-space:normal;overflow:visible}.appbar-subtitle{margin:0!important;font-size:16px;line-height:1.45;max-width:none}.heading-highlight{height:28px;padding:0 12px;font-size:11px;flex:0 0 auto}.mobile-nav-toggle{align-self:flex-start;margin-right:0;flex:0 0 auto}.appbar-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:start;column-gap:10px;row-gap:8px;flex-wrap:nowrap}.appbar-action-group{display:contents}.appbar-select{grid-column:1;grid-row:1;width:100%;min-width:0;height:42px;font-size:15px;padding-left:14px;padding-right:42px}.appbar-meta-right{grid-column:1 / 2;grid-row:2;width:100%;justify-self:start;justify-content:flex-start;align-items:center;gap:18px;flex-wrap:nowrap;padding-left:28px}.appbar-meta-right .appbar-meta-select{gap:8px;font-size:16px}.appbar-meta-right .appbar-meta-select select{min-width:110px;height:40px;font-size:16px}.appbar-meta-right>span{font-size:16px}.icon-button{grid-column:2;grid-row:1;width:42px;height:42px;flex:0 0 42px;align-self:center}.profile-chip{grid-column:3;grid-row:1;min-width:0;flex:0 0 auto;justify-content:center;padding:5px 10px 5px 5px;gap:8px;align-self:center}.profile-chip .avatar-img{width:32px;height:32px}.dashboard-modern{grid-template-columns:1fr;gap:18px}.dashboard-modern>*{grid-column:1 / -1!important}.dashboard-kpis,.kpi-row{grid-template-columns:1fr}.panel,.kpi-card{border-radius:22px}.panel{padding:22px 18px;gap:20px}.panel-header,.panel__header{flex-direction:column;align-items:flex-start;gap:12px}.panel__header .primary,.panel__header button,.panel-header .primary,.panel-header button{width:100%}.organization-panel__header{flex-direction:column;align-items:flex-start}.organization-panel__actions{width:100%}.organization-panel__header>.organization-panel__actions{display:none}.organization-panel__actions--mobile{display:flex;width:100%;margin-top:4px}.organization-panel__actions .ghost,.organization-panel__actions .primary{flex:1 1 0;justify-content:center}.report-panel .panel__header{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:12px}.report-panel .panel__header .primary,.report-panel .panel__header button{width:auto;min-width:132px;flex:0 0 auto;align-self:flex-start;padding:10px 16px}.trend-tabs{width:100%;justify-content:flex-start;overflow-x:auto;padding:4px}.trend-tabs::-webkit-scrollbar{display:none}.source-chart-content,.source-grid,.reduction-bars-row,.source-report-grid{grid-template-columns:1fr;flex-direction:column;align-items:stretch;gap:18px}.source-list,.source-legend,.donut-legend{min-width:0;width:100%}.report-filters,.report-filters--spacious,.report-filters--source{grid-template-columns:1fr;gap:14px;justify-items:start}.report-filters>label,.report-filters--spacious>label,.report-filters--source>label{min-width:0;width:min(100%,420px)}.report-filters select,.report-filters input{width:100%}.activity-form{gap:18px}.organization-form-grid,.organization-form-grid--compact{grid-template-columns:1fr;gap:14px}.organization-boundary-group__header{flex-direction:column;align-items:flex-start;gap:4px}.activity-layout,.activity-stack,.electricity-sections,.section-grid,.activity-form__grid,.compliance-grid{grid-template-columns:1fr;gap:14px}.section-card,.summary-card{padding:18px 16px;border-radius:18px}.summary-card{order:2}.compliance-grid .file-input{min-height:48px;align-items:center}.date-input input[type=text]{min-height:48px}.date-trigger{width:42px;top:1px;bottom:1px;right:1px;height:auto;border-radius:0 10px 10px 0}.table{gap:12px}.table__row{border-radius:16px}.table__row span{gap:16px;align-items:flex-start}.table__row span:before{flex:0 0 42%}.site-report .table__row{border:1px solid rgba(200,206,195,.7);border-radius:18px;padding:16px;background:linear-gradient(180deg,#ffffff 0%,var(--plugin-accent, #fbfcf8) 100%);box-shadow:0 8px 20px #21291f0a;gap:10px}.site-report .table__row span:first-child,.site-report .table__row span:nth-child(2){font-weight:600;color:var(--ink)}}@media(max-width:600px){.content{padding:14px 14px 118px}.appbar{padding:8px 12px 10px;justify-content:flex-start;gap:3px}.appbar-title{column-gap:10px;row-gap:4px}.appbar-title-copy{gap:1px}.appbar-title h1{font-size:20px;column-gap:8px}.appbar-subtitle{font-size:14px}.appbar-actions{grid-template-columns:minmax(0,1fr) 42px 42px;gap:8px}.appbar-select{height:40px;font-size:15px;padding-left:12px}.heading-highlight{width:auto;max-width:none;height:24px;padding:0 10px;font-size:10px;flex-shrink:0}.mobile-nav-toggle{width:36px;height:36px;border-radius:10px}.appbar-meta-right{grid-column:1 / 2;align-items:center;justify-content:flex-start;gap:14px;padding-left:20px}.appbar-meta-right .appbar-meta-select,.appbar-meta-right>span{font-size:15px}.profile-chip{width:42px;height:42px;padding:0;justify-content:center;border-radius:14px}.profile-chip .avatar-img{width:28px;height:28px}.profile-text{display:none}.profile-name,.profile-role{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compliance-grid .file-input{min-height:44px;height:auto;padding:6px 8px;overflow:hidden}.compliance-grid .file-input input[type=file]{width:100%;min-width:0;font-size:13px}.compliance-grid .file-input input[type=file]::file-selector-button{margin-right:10px;padding:6px 10px;font-size:13px}.page-header h1{font-size:28px}.page-header p{font-size:15px}.panel{padding:18px 14px}.organization-setup-card{padding:16px 14px}.report-panel .panel__header{gap:10px}.report-panel .panel__header .primary,.report-panel .panel__header button{min-width:120px;padding:9px 14px}.report-filters>label,.report-filters--spacious>label,.report-filters--source>label{width:min(100%,360px)}.report-filters:not(.report-filters--source){grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;justify-items:stretch}.report-filters:not(.report-filters--source)>label{width:100%}.report-filters:not(.report-filters--source)>label:last-child{grid-column:1 / -1}.panel h3{font-size:21px}.kpi-card{padding:16px}.kpi-card strong{font-size:28px}.legend-item{padding:10px 12px}.viz-site-bar{gap:6px 10px}.viz-site-bar__value{text-align:right}.table__row{padding:14px}.table__row span{flex-direction:column;align-items:flex-start;text-align:left;gap:6px}.table__row span:before{flex:0 0 auto;margin-right:0}}@media(max-width:420px){.quick-entry-form-header{padding:14px 12px}.quick-entry-card{padding:14px 12px 16px}.quick-entry-field input,.quick-entry-field select,.quick-entry-reading-field input,.quick-entry-reading-field textarea{font-size:16px}.quick-entry-reading-input input{font-size:24px}.quick-entry-summary__headline h3{font-size:28px}.quick-entry-submit{bottom:88px}.appbar-title h1{font-size:18px;column-gap:6px}.heading-highlight{height:22px;padding:0 8px;font-size:9px}}.brsr-report{background:#fff;border-radius:24px;box-shadow:0 12px 40px #0000000f;padding:40px;margin-top:24px}.brsr-content{display:flex;flex-direction:column;gap:48px;margin-top:32px}.brsr-section-title{font-size:20px;font-weight:700;color:#1a3a3a;border-bottom:2px solid #e0e7e7;padding-bottom:12px;margin-bottom:24px;letter-spacing:.05em}.brsr-subsection-title{font-size:18px;font-weight:600;color:#2c5353;margin:32px 0 16px}.brsr-subtitle{color:#667e7e;font-style:italic;margin-bottom:24px}.brsr-label{font-weight:600;color:#4a6666;width:300px}.brsr-metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:32px}.brsr-metric-card{padding:24px;background:linear-gradient(135deg,#f0f7f7,#e6f0f0);border:1px solid #d1e2e2;border-radius:20px;text-align:center}.brsr-metric-card p{font-size:14px;color:#5a7e7e;margin-bottom:8px}.brsr-metric-card h3{font-size:28px;color:#1a3a3a;margin:0}.brsr-metric-card small{color:#8aa6a6;font-size:12px}.brsr-disclosure-table{background:#fbfcfc;border:1px solid #edf2f2}.brsr-disclosure-table .table__header{background:#f0f4f4;font-weight:700}.brsr-disclosure-table .table__row.highlight{background:#f4faf4;border-left:4px solid #4caf50;font-weight:600}.brsr-table .table__row{grid-template-columns:350px 1fr;padding:16px 24px}@media(max-width:768px){.brsr-report{padding:24px}.brsr-table .table__row{grid-template-columns:1fr;gap:8px}.brsr-label{width:100%}}body{font-family:Montserrat,sans-serif!important;background-color:var(--enterprise-bg);color:var(--enterprise-text-main)}h1,h2,h3,h4,h5,h6,.brand__label,.nav__label{font-family:Montserrat,sans-serif!important}.brsr-portal{display:flex;flex-direction:column;gap:24px;animation:fadeIn .4s ease-out}.brsr-nav{display:flex;gap:12px;padding:8px;background:var(--enterprise-surface);border:1px solid var(--enterprise-border);border-radius:var(--enterprise-radius);overflow-x:auto;scrollbar-width:none}.brsr-nav::-webkit-scrollbar{display:none}.brsr-nav-btn{padding:10px 20px;border-radius:12px;border:none;background:transparent;color:var(--enterprise-text-muted);font-weight:500;white-space:nowrap;cursor:pointer;transition:all .2s ease}.brsr-nav-btn:hover{background:var(--enterprise-emerald-50);color:var(--enterprise-emerald-600)}.brsr-nav-btn.active{background:var(--enterprise-emerald-600);color:#fff;box-shadow:0 4px 12px #05966933}.enterprise-card{background:var(--enterprise-surface);border:1px solid var(--enterprise-border);border-radius:var(--enterprise-radius);padding:24px;box-shadow:var(--enterprise-shadow)}.enterprise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.enterprise-kpi-card{display:flex;flex-direction:column;gap:8px}.enterprise-kpi-val{font-size:32px;font-weight:700;color:var(--enterprise-primary-dark)}.enterprise-kpi-label{font-size:14px;color:var(--enterprise-text-muted);text-transform:uppercase;letter-spacing:.05em}.enterprise-form-group{margin-bottom:20px}.enterprise-input{width:100%;padding:12px 16px;border-radius:10px;border:1px solid var(--enterprise-border);font-family:inherit;font-size:14px;transition:border-color .2s}.enterprise-input:focus{outline:none;border-color:var(--enterprise-primary);box-shadow:0 0 0 3px #10b9811a}.enterprise-toggle{display:flex;align-items:center;gap:12px;cursor:pointer}.enterprise-toggle input{display:none}.enterprise-toggle-switch{width:44px;height:24px;background:#d1d5db;border-radius:12px;position:relative;transition:background .2s}.enterprise-toggle input:checked+.enterprise-toggle-switch{background:var(--enterprise-primary)}.enterprise-toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s}.enterprise-toggle input:checked+.enterprise-toggle-switch:after{transform:translate(20px)}.enterprise-table{width:100%;border-collapse:collapse}.enterprise-table th{text-align:left;padding:16px;background:var(--enterprise-emerald-50);color:var(--enterprise-emerald-700);font-weight:600;font-size:13px;border-bottom:1px solid var(--enterprise-border)}.enterprise-table td{padding:16px;border-bottom:1px solid var(--enterprise-border);font-size:14px}.status-tag{padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600}.status-tag--platinum{background:#e0f2fe;color:#0369a1}.status-tag--gold{background:#fef3c7;color:#92400e}.status-tag--bronze{background:#ffedd5;color:#9a3412}.status-tag--risk{background:#fee2e2;color:#b91c1c}.audit-timeline{display:flex;flex-direction:column;gap:24px;position:relative;padding-left:32px}.audit-timeline:before{content:"";position:absolute;left:11px;top:8px;bottom:8px;width:2px;background:var(--enterprise-border)}.audit-item{position:relative}.audit-item-dot{position:absolute;left:-26px;top:6px;width:12px;height:12px;border-radius:50%;background:var(--enterprise-primary);border:3px solid #fff;box-shadow:0 0 0 1px var(--enterprise-primary)}.audit-time{font-size:12px;color:var(--enterprise-text-muted);margin-bottom:4px}.audit-content{font-size:14px}.reporting-module-container{display:flex;flex-direction:column;gap:24px;animation:fadeIn .4s ease-out}.reporting-filter-bar{display:flex;justify-content:space-between;align-items:center;padding:20px;background:var(--enterprise-surface);border:1px solid var(--enterprise-border);border-radius:var(--enterprise-radius);box-shadow:var(--enterprise-shadow)}.reporting-filter-group{display:flex;gap:16px;align-items:center}.reporting-filter-group label{display:flex;flex-direction:column;gap:4px;font-size:11px;text-transform:uppercase;font-weight:700;color:var(--enterprise-text-muted)}.reporting-filter-group select,.reporting-filter-group input{padding:8px 12px;border-radius:8px;border:1px solid var(--enterprise-border);background:#fdfdfd;font-size:13px;font-family:inherit;font-weight:500;color:var(--enterprise-text-main)}.reporting-actions{display:flex;gap:12px}.reporting-layout{display:grid;grid-template-columns:240px 1fr;gap:24px;min-height:calc(100vh - 250px)}.reporting-secondary-nav{display:flex;flex-direction:column;gap:8px;padding:12px;background:var(--enterprise-surface);border:1px solid var(--enterprise-border);border-radius:var(--enterprise-radius);height:fit-content}.reporting-nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;border:none;background:transparent;color:var(--enterprise-text-muted);font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left}.reporting-nav-item:hover{background:var(--enterprise-emerald-50);color:var(--enterprise-emerald-600)}.reporting-nav-item.active{background:var(--enterprise-emerald-600);color:#fff;box-shadow:0 4px 12px #05966933}.reporting-nav-icon{font-size:18px}.reporting-nav-label{font-size:14px}.reporting-content-area{min-width:0}.report-selection-card{transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s ease;cursor:pointer}.report-selection-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px -8px #00000026;border-color:var(--enterprise-primary-light)}.enterprise-table tr{transition:background .1s}.enterprise-table tr:hover{background:var(--enterprise-bg)}.brsr-section-title{color:var(--enterprise-primary-dark);font-family:Montserrat,sans-serif;font-weight:700;letter-spacing:-.01em}.brsr-preview-table>div{transition:background .2s}.brsr-preview-table>div:hover{background:#f9fafb}@media(max-width:1024px){.reporting-layout{grid-template-columns:1fr}.reporting-secondary-nav{flex-direction:row;overflow-x:auto;white-space:nowrap}.reporting-filter-bar{flex-direction:column;align-items:stretch;gap:16px}.reporting-filter-group{flex-wrap:wrap}}.enterprise-page{display:flex;flex-direction:column;gap:24px;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.enterprise-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px}.enterprise-header h1{font-size:28px;font-weight:800;color:var(--enterprise-text);margin:0}.enterprise-header p{color:var(--enterprise-text-muted);font-size:14px;margin:4px 0 0}.enterprise-filter-bar{position:sticky;top:0;z-index:10;background:#f5f7f6cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:16px 0;border-bottom:1px solid var(--line);margin-bottom:8px}.filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;align-items:flex-end}.filter-group{display:flex;flex-direction:column;gap:6px}.filter-group label{font-size:11px;font-weight:700;text-transform:uppercase;color:var(--enterprise-text-muted);letter-spacing:.05em}.filter-group select,.filter-group input{padding:10px 12px;border-radius:10px;border:1px solid var(--line);background:#fff;font-size:13px;color:var(--enterprise-text);outline:none;transition:border-color .2s}.filter-group select:focus,.filter-group input:focus{border-color:var(--enterprise-primary)}.enterprise-card{background:var(--enterprise-card-bg);border-radius:var(--enterprise-radius);padding:24px;box-shadow:var(--enterprise-shadow);border:1px solid rgba(0,0,0,.03)}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.enterprise-kpi{display:flex;flex-direction:column;gap:8px}.enterprise-kpi span{font-size:13px;color:var(--enterprise-text-muted);font-weight:500}.enterprise-kpi strong{font-size:32px;font-weight:800;color:var(--enterprise-primary)}.enterprise-viz-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(max-width:1024px){.enterprise-viz-grid{grid-template-columns:1fr}}.report-table-container{overflow-x:auto;border-radius:12px;border:1px solid var(--line)}.enterprise-table{width:100%;border-collapse:collapse;font-size:13px}.enterprise-table th{text-align:left;padding:14px 16px;background:#f9fafb;color:var(--enterprise-text-muted);font-weight:600;border-bottom:1px solid var(--line)}.enterprise-table td{padding:14px 16px;border-bottom:1px solid #f3f4f6;color:var(--enterprise-text)}.enterprise-table tr:last-child td{border-bottom:none}.enterprise-table tr:hover td{background:#fcfdfc}.brsr-document{max-width:900px;margin:0 auto;padding:48px;background:#fff;box-shadow:0 10px 40px #00000014;border-radius:4px}.brsr-section{margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid #eee}.brsr-section h2{font-size:20px;color:var(--enterprise-primary);margin-bottom:20px;text-transform:uppercase;letter-spacing:1px}.brsr-field-group{display:grid;grid-template-columns:1fr 2fr;gap:16px;margin-bottom:12px}.brsr-label{font-weight:600;color:var(--enterprise-text-muted)}.brsr-value{color:var(--enterprise-text)}.editable-badge{font-size:10px;background:#e3f2fd;color:#1976d2;padding:2px 8px;border-radius:4px;float:right}.report-filter-panel{display:flex;align-items:center;gap:24px;padding:16px 24px;background:#fffc;border:1px solid var(--enterprise-border);border-radius:16px;position:sticky;top:80px;z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-group label{font-size:11px;font-weight:700;text-transform:uppercase;color:var(--enterprise-gray);letter-spacing:.05em}.filter-chips{display:flex;gap:8px}.chip{padding:6px 14px;border-radius:999px;border:1px solid var(--enterprise-border);background:#fff;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.chip.active{background:var(--enterprise-primary);border-color:var(--enterprise-primary);color:#fff}.filter-divider{width:1px;height:40px;background:var(--enterprise-border)}.filter-selects{display:flex;gap:12px}.filter-selects select{padding:6px 12px;border-radius:8px;border:1px solid var(--enterprise-border);font-size:13px}.filter-actions{margin-left:auto;display:flex;gap:12px}.btn-save-view{background:#fff;border:1px solid var(--enterprise-border);padding:8px 16px;border-radius:8px;font-size:13px;font-weight:500}.btn-export-all{background:var(--enterprise-primary);color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600}.report-content-grid{display:flex;flex-direction:column;gap:24px}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.summary-card{background:#fff;padding:24px;border-radius:16px;border:1px solid var(--enterprise-border);box-shadow:var(--enterprise-shadow)}.summary-card h4{margin:0 0 12px;color:var(--enterprise-gray);font-size:14px;font-weight:500}.summary-card .value{font-size:2rem;font-weight:700;margin:0;color:#1e293b}.summary-card .value span{font-size:1rem;font-weight:500;color:var(--enterprise-gray)}.summary-card .delta{font-size:13px;margin-top:8px;font-weight:600}.summary-card .delta.down{color:#10b981}.summary-card .delta.up{color:#ef4444}.charts-container{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.chart-card{padding:24px;border-radius:20px;background:#fff;border:1px solid var(--enterprise-border)}.chart-card.large{grid-column:span 2}.chart-card h3{margin:0 0 20px;font-size:1.1rem;color:#1e293b}.nav-sub-items{margin-left:36px;margin-top:4px;margin-bottom:8px;display:flex;flex-direction:column;gap:4px}.nav-sub-item{background:transparent;border:none;text-align:left;padding:8px 12px;font-size:13px;color:var(--enterprise-gray);border-radius:8px;cursor:pointer;transition:all .2s}.nav-sub-item:hover{background:#10b9811a;color:var(--enterprise-primary)}.nav-sub-item.active{color:var(--enterprise-primary);font-weight:600;background:#10b9810d}.brsr-report-container{background:#fff;padding:60px;border-radius:8px;box-shadow:0 0 40px #0000000d;max-width:1000px;margin:0 auto}.brsr-header{border-bottom:2px solid #000;padding-bottom:20px;margin-bottom:40px}.brsr-section{margin-bottom:40px}.brsr-table{width:100%;border-collapse:collapse;margin-top:20px}.brsr-table th,.brsr-table td{border:1px solid #E2E8F0;padding:12px 16px;text-align:left}.brsr-table th{background:#f8fafc;font-weight:700}.row-highlight{background:#f1f5f9}.brsr-footer-actions{margin-top:40px;padding-top:20px;border-top:1px solid #E2E8F0;display:flex;justify-content:flex-end;gap:16px}.btn-print{background:#000;color:#fff;padding:10px 20px;border-radius:6px}@media print{.no-print{display:none}.reports-page-wrapper{padding:0}.report-filter-panel{display:none}.brsr-report-container{box-shadow:none;padding:0;width:100%}}body.no-scroll{overflow:hidden}.global-toast-container{position:fixed;top:24px;right:24px;z-index:10000;display:flex;flex-direction:column;gap:12px;pointer-events:none}.global-toast{pointer-events:auto;min-width:320px;max-width:420px;background:#fff;border-radius:12px;box-shadow:0 12px 32px #0000001f,0 4px 8px #0000000f;padding:16px 20px;display:flex;align-items:center;gap:12px;cursor:pointer;animation:toast-in .4s cubic-bezier(.18,.89,.32,1.28);border-left:6px solid #ccc;transition:transform .2s ease,opacity .2s ease}.global-toast:hover{transform:scale(1.02)}.global-toast--success{border-left-color:#89b835}.global-toast--error{border-left-color:#e06948}.global-toast--info{border-left-color:#3b82f6}.global-toast--warning{border-left-color:#e8a62c}.global-toast-content{font-size:14px;line-height:1.5;color:#1a1e1d;font-weight:500}@keyframes toast-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.error-boundary-view{padding:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:400px;background:var(--panel);border-radius:var(--radius);border:1px solid var(--line);margin:20px}.api-state-notice--centered{margin:0 auto;max-width:600px;justify-content:center;text-align:center}.spinner-indicator{width:24px;height:24px;border:3px solid rgba(137,184,53,.15);border-top-color:var(--plugin-primary);border-radius:50%;animation:unified-spin .8s cubic-bezier(.5,0,.5,1) infinite;flex-shrink:0;box-shadow:0 0 8px #89b83533}@keyframes spin{to{transform:rotate(360deg)}}.local-error-placeholder{padding:24px;background:#fff5f5;border:1px dashed #feb2b2;border-radius:12px;color:#c53030;font-size:14px;display:flex;flex-direction:column;gap:8px;align-items:center}.searchable-select{position:relative;width:100%}.searchable-select__trigger{width:100%;padding:12px 16px;background:var(--panel);border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease;font-size:14px}.searchable-select__trigger:hover{border-color:var(--plugin-primary);background:var(--panel-alt)}.searchable-select__trigger.is-open{border-color:var(--plugin-primary);box-shadow:0 0 0 3px #89b83526}.searchable-select__placeholder{color:var(--muted)}.searchable-select__arrow{width:18px;height:18px;color:var(--muted);transition:transform .2s ease}.searchable-select__trigger.is-open .searchable-select__arrow{transform:rotate(180deg)}.searchable-select__dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--panel);border:1px solid var(--line);border-radius:16px;box-shadow:0 12px 32px #0000001f;z-index:100;overflow:hidden;animation:slideUp .2s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.searchable-select__search-wrapper{padding:12px;border-bottom:1px solid var(--line);background:var(--panel-alt)}.searchable-select__search-input{width:100%;padding:8px 12px;border:1px solid var(--line);border-radius:8px;font-size:14px;outline:none}.searchable-select__search-input:focus{border-color:var(--plugin-primary)}.searchable-select__options{max-height:300px;overflow-y:auto;padding:8px}.searchable-select__option{width:100%;padding:10px 12px;border:none;background:transparent;text-align:left;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:2px;transition:background .1s ease}.searchable-select__option:hover,.searchable-select__option.is-focused{background:var(--plugin-accent)}.searchable-select__option.is-selected{background:var(--plugin-primary);color:#fff}.searchable-select__option-name{font-weight:600;font-size:14px}.searchable-select__option-meta{font-size:12px;opacity:.8}.searchable-select__option.is-selected .searchable-select__option-meta{color:#ffffffe6}.searchable-select__group-label{padding:12px 12px 4px;font-size:11px;font-weight:700;text-transform:uppercase;color:var(--muted);letter-spacing:.05em}.quick-entry-photo__preview{margin-top:16px;background:var(--panel);border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;gap:14px;padding:12px}.quick-entry-photo__image-wrap{width:92px;height:92px;flex:0 0 92px;background:#f8f9f8;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.quick-entry-photo__image-wrap img{width:100%;height:100%;object-fit:cover}.quick-entry-photo__file-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:100%;height:100%;padding:8px}.quick-entry-photo__file-placeholder .file-icon{font-size:26px}.quick-entry-photo__file-placeholder .file-type-label{font-size:11px;font-weight:600;color:var(--muted);text-align:center;line-height:1.2}.quick-entry-photo__actions{display:flex;gap:8px;margin-top:2px}.quick-entry-photo__actions .ghost{background:#fff;padding:6px 12px;border-radius:8px;font-size:12px;font-weight:600;color:var(--ink);border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 6px #0e190f0f}.quick-entry-photo__meta{flex:1;min-width:0;padding:0;background:transparent;border-top:none;display:grid;gap:8px}.quick-entry-photo__meta .file-status-badge{align-self:flex-start;font-size:11px;font-weight:800;text-transform:uppercase;padding:4px 10px;border-radius:6px;background:#def0d8;color:#2d5a27}.quick-entry-photo__meta-row{display:flex;justify-content:flex-start;align-items:center;gap:8px;font-size:13px;line-height:1.25}.quick-entry-photo__meta-row .label{min-width:84px;color:var(--muted);font-weight:500}.quick-entry-photo__meta-row .value{color:var(--ink);font-weight:600;max-width:min(100%,440px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:640px){.quick-entry-photo__preview{gap:10px;padding:10px}.quick-entry-photo__image-wrap{width:72px;height:72px;flex-basis:72px}.quick-entry-photo__meta{gap:6px}.quick-entry-photo__meta-row{font-size:12px;gap:6px}.quick-entry-photo__meta-row .label{min-width:76px}}.profile-modern-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1216108c;display:grid;place-items:center;z-index:1000;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.profile-modern-card{width:min(720px,94vw);background:#fff;border-radius:28px;border:1px solid rgba(0,0,0,.08);box-shadow:0 20px 40px -8px #0000001a,0 10px 20px -5px #0000000d;padding:24px 32px;position:relative;overflow:hidden;animation:slideUp .4s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.profile-modern-close{position:absolute;top:24px;right:24px;width:44px;height:44px;border-radius:50%;border:none;background:#0000000d;color:#555;cursor:pointer;display:grid;place-items:center;transition:all .2s ease;z-index:10}.profile-modern-close:hover{background:#0000001a;transform:scale(1.1)}.profile-modern-header{display:flex;align-items:center;gap:24px;margin-bottom:24px}.profile-modern-avatar-wrapper{position:relative;flex-shrink:0}.profile-modern-avatar{width:130px;height:130px;border-radius:50%;object-fit:cover;box-shadow:0 4px 20px #00000014}.profile-modern-info h2{margin:0 0 4px;font-size:28px;font-weight:800;color:#1a1e1d;letter-spacing:-.02em}.profile-modern-role-badge{display:inline-flex;align-items:center;color:#748c5c;border-radius:999px;font-size:16px;font-weight:900;margin-bottom:8px}.profile-modern-sub{display:block;font-size:12px;color:#6b7280;font-weight:500}.profile-modern-status-bar{display:flex;justify-content:space-between;align-items:center;padding:16px 0 0;margin-top:16px;border-top:1px solid rgba(0,0,0,.06)}.status-indicator{display:flex;align-items:center;gap:12px;font-weight:700;font-size:16px;color:#3e4440}.status-dot{width:22px;height:22px;border-radius:50%;background:#748c5c;color:#fff;display:grid;place-items:center}.profile-modern-logout{padding:8px 32px;border-radius:999px;border:1px solid #e2e4e3;background:#f1f5e9;font-weight:700;font-size:15px;margin-left:20px;color:#333;cursor:pointer;transition:all .2s ease}.profile-modern-actions{display:flex;justify-content:flex-end;width:100%}.profile-modern-logout:hover{background:#fff;box-shadow:0 4px 12px #0000000d}.profile-modern-grid{display:flex;gap:24px;margin-top:24px}.profile-modern-column{flex:1;background:#f1f5e9;border:1px solid #E2EACC;border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:16px}.info-group{display:flex;flex-direction:column;gap:8px}.info-label{display:flex;align-items:center;gap:10px;font-size:15px;color:#6b8f3a;font-weight:700}.info-label svg{width:24px;height:24px;color:#6b8f3a;opacity:.9}.info-value{font-size:16px;font-weight:700;color:#1a1e1d;padding-left:34px;line-height:1.4}.site-list{list-style:none;margin:0;display:flex;flex-direction:column;gap:12px;padding:0 0 0 28px}.site-item{display:flex;align-items:flex-start;gap:12px;font-weight:700;color:#1a1e1d;font-size:16px;line-height:1.4}.site-dot{width:8px;height:8px;border-radius:50%;background:#6b8f3a;margin-top:8px}.appbar-context-stack{display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:260px}.appbar-select-pill{position:relative;width:100%}.pill-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #7a8b66;border-radius:999px;padding:6px 32px 6px 16px;font-size:15px;font-weight:700;color:#1a1e1d;cursor:pointer;width:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%237a8b66'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:14px;transition:all .2s ease}.pill-select:hover{border-color:#6b8f3a;box-shadow:0 2px 8px #0000000d}.appbar-context-details{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;color:#6b7280;width:100%}.appbar-context-details .context-item:first-child{padding-left:24px}.appbar-context-details .context-item:last-child{padding-right:24px}.context-item{display:flex;align-items:center;gap:8px}.context-label{color:#64748b;font-weight:500}.context-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:2px 24px 2px 8px;font-size:13px;font-weight:700;color:#1e293b;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 6px center;background-size:10px}.context-value{font-weight:800;color:#0f172a;font-size:14px}@media(max-width:1024px){.appbar{padding:12px 14px;min-height:auto;display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;row-gap:12px;column-gap:10px;align-items:center;background:#273018!important}.appbar-title h1{font-size:clamp(18px,5vw,24px)!important;line-height:1.1;color:#fff!important;white-space:normal!important;word-break:break-all}.appbar-title-text,.context-value,.mobile-nav-toggle{color:#fff!important}.appbar-subtitle{font-size:12px!important;color:#ffffffb3!important;margin-top:2px!important}.appbar-actions{display:contents!important}.appbar-context-stack{grid-column:1 / 4;grid-row:2;display:flex!important;flex-direction:row!important;align-items:center!important;gap:12px!important;width:100%!important;min-width:0!important}.appbar-select-pill{flex:1!important;min-width:0!important;background:transparent!important;border:none!important;border-radius:999px!important}.pill-select{font-size:13px!important;padding:4px 28px 4px 12px!important;height:32px!important;background:#fff!important;border:1px solid #274d12!important;color:#1a1e1d!important;text-overflow:ellipsis}.appbar-context-details{flex:0 0 auto!important;display:flex!important;justify-content:flex-end!important;gap:12px!important;font-size:12px!important;color:#fff!important;width:auto!important}.context-item{gap:4px!important}.context-label{display:none}.context-select{height:28px!important;font-size:12px!important;padding:0 20px 0 8px!important;color:#fff!important;background-color:transparent!important;border-color:#ffffff4d!important}.profile-chip{padding:0!important;height:40px!important;width:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-color:#ffffff4d!important}.profile-avatar{width:32px!important;height:32px!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.profile-text{display:none!important}.dashboard-grid{grid-template-columns:1fr!important}.span-2,.span-full{grid-column:span 1!important}}@media(max-width:1024px){.profile-modern-card{padding:20px;width:min(480px,95vw)!important;border-radius:20px!important}.profile-modern-header{flex-direction:column!important;text-align:center;gap:16px}.profile-modern-avatar{width:90px!important;height:90px!important}.profile-modern-grid{flex-direction:column!important;gap:12px!important}.profile-modern-column{padding:16px!important}.profile-modern-status-bar{flex-direction:row!important;gap:20px!important;justify-content:space-between!important;align-items:center!important;padding:16px 0!important}.profile-modern-logout{margin-left:0!important;width:auto!important;padding:8px 24px!important}.profile-modern-actions{width:auto!important}}@media(max-width:480px){.profile-modern-status-bar{flex-direction:column!important;gap:16px!important;align-items:center!important;padding:20px 0!important}.profile-modern-logout{width:100%!important;text-align:center}.profile-modern-actions{width:100%!important}.profile-modern-card{max-height:80vh!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch}}@media(max-width:375px){.appbar{column-gap:8px}.appbar-title h1{font-size:18px!important}.heading-highlight{font-size:8px!important;padding:3px 8px!important}.appbar-select-pill{max-width:none}}@media(max-width:300px){.appbar-title h1{font-size:16px!important}.appbar-subtitle{display:none!important}.appbar-actions,.appbar-context-details{gap:6px}.pill-select{font-size:11px!important;padding:2px 24px 2px 6px!important;max-width:none}.profile-modern-card{padding:16px 12px}.profile-modern-info h2{font-size:20px!important}.info-value{font-size:13px!important;padding-left:20px!important}.bottom-nav__label{font-size:9px!important}}.capsule-group{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px;width:100%}.capsule-btn{padding:8px 16px;border-radius:999px;border:1px solid var(--line, #ccc);background:#fff;color:#4a5568;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.capsule-btn:hover{background:#f3f8e7;border-color:var(--plugin-primary, #9bd83f);color:#2b3c10}.capsule-btn.active{background:var(--plugin-primary, #9bd83f);color:#1b2c00;border-color:var(--plugin-primary, #9bd83f);font-weight:600;box-shadow:0 4px 12px #9bd83f4d}.progress-bar{width:100%;height:8px;background:#eef1ed;border-radius:4px;overflow:hidden;margin-top:8px}.progress-bar>div{height:100%;transition:width .6s cubic-bezier(.4,0,.2,1);background:linear-gradient(90deg,#ffffff1a,#ffffff4d)}.kpi-card__header{display:flex;justify-content:space-between;align-items:center;width:100%}.compliance-pill{font-size:11px;font-weight:700;padding:2px 8px;border-radius:999px;border:1px solid;line-height:1.4}.insights-title{display:flex;align-items:center;gap:16px}.insights-icon-bg{width:48px;height:48px;background:#f3f0ff;color:#5b21b6;border-radius:50%;display:flex;align-items:center;justify-content:center}.insights-list{display:flex;flex-direction:column;gap:20px}.insight-item{display:flex;align-items:center;gap:16px}.insight-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.insight-dot--info{background:#3b82f6}.insight-dot--warning{background:#f59e0b}.insight-dot--error{background:#ef4444}.insight-dot--success{background:#10b981}.insight-icon-container{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.insight-icon--site{background:#eaf6de;color:#1b5e20}.insight-icon--source{background:#fff7ed;color:#ea580c}.insight-icon--trend{background:#eff6ff;color:#2563eb}.insight-icon--other{background:#f3f4f6;color:#4b5563}.insight-message{margin:0;font-size:15px;line-height:1.5;color:#374151;font-weight:500}.insights-empty{color:var(--muted);font-style:italic;padding:20px 0}.enhanced-kpi{padding:20px!important;display:flex!important;flex-direction:column!important;gap:20px!important}.kpi-card__main{display:flex;justify-content:space-between;align-items:flex-start}.kpi-card__main>div:first-child{min-width:0}.kpi-label{font-size:14px;color:var(--muted);margin-bottom:4px!important}.kpi-value{font-size:24px!important;color:#1a1e1d;display:block;margin-bottom:6px;word-break:break-word}.kpi-trend-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:12px}.kpi-subtext{color:var(--muted)}.kpi-trend{font-weight:600}.kpi-trend.increase{color:#ef4444}.kpi-trend.decrease{color:#10b981}.kpi-icon-wrapper{width:44px;height:44px;background:#f0f4e9;color:#274d12;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.kpi-card__compliance{border-top:1px solid var(--line);padding-top:16px;display:flex;flex-direction:column;gap:12px}.compliance-header{display:flex;justify-content:space-between;align-items:center}.compliance-label{font-size:13px;color:var(--muted)}.compliance-badge{font-size:11px;font-weight:700;padding:2px 10px;border-radius:999px;background:#f3f4f6;color:#4b5563}.compliance-badge--excellent{background:#1b5e20;color:#fff}.compliance-badge--very-good{background:#388e3c;color:#fff}.compliance-badge--good{background:#66bb6a;color:#fff}.compliance-badge--satisfactory{background:#9ccc65;color:#1a1e1d}.compliance-badge--caution{background:#fdd835;color:#1a1e1d}.compliance-badge--warning{background:#fb8c00;color:#fff}.compliance-badge--poor{background:#ef5350;color:#fff}.compliance-badge--bad{background:#d32f2f;color:#fff}.compliance-badge--very-bad{background:#b71c1c;color:#fff}.compliance-badge--critical{background:#212121;color:#fff}.compliance-scale-container{display:flex;flex-direction:column;gap:4px}.compliance-scale-bar{height:12px;width:100%;border-radius:6px;background:linear-gradient(90deg,#1b5e20,#388e3c,#fbc02d,#f44336,#212121);position:relative}.compliance-scale-pointer{position:absolute;top:50%;width:12px;height:12px;background:#fff;border:2px solid;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 2px 4px #0003;transition:left .6s cubic-bezier(.4,0,.2,1)}.compliance-scale-labels{display:flex;justify-content:space-between;font-size:10px;color:var(--muted);padding:0 2px}
