@import"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800;900&display=swap";.loading-screen{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f8f9f6}.loading-content{text-align:center;color:#333;font-family:Manrope,sans-serif}.loading-spinner{width:50px;height:50px;border:4px solid rgba(51,51,51,.1);border-top:4px solid #333;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-message{font-size:16px;font-weight:300;margin:0;color:#666}.error-screen{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f8f9f6;padding:20px}.error-card{background:#fff;border-radius:16px;padding:48px 40px;max-width:500px;width:100%;text-align:center;box-shadow:0 2px 8px #0000001a;animation:slideUp .5s ease-out}.error-logo{width:250px;height:100px;margin-bottom:0;object-fit:contain}.error-icon{font-size:48px;margin-bottom:16px;animation:pulse 2s infinite}.error-icon img{width:50px;height:50px;object-fit:contain}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.error-title{font-size:24px;font-weight:400;color:#333;margin-bottom:16px}.error-message{font-size:16px;color:#666;line-height:1.6;margin-bottom:32px;font-weight:300}.error-buttons{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.error-retry-button,.error-login-button{padding:14px 32px;border:none;border-radius:var(--radius);font-size:16px;font-weight:400;font-family:Manrope,sans-serif;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.error-retry-button{background:#333;color:#fff}.error-retry-button:hover{background:#555;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.error-retry-button:active{transform:translateY(0)}.error-login-button{background:#fff;color:#333;border:1px solid #e0e0e0}.error-login-button:hover{border-color:#333;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.error-login-button:active{transform:translateY(0)}.error-help{padding-top:24px;border-top:1px solid #e0e0e0}.error-help p{font-size:14px;color:#666;margin-bottom:8px;font-weight:300}.error-help a{display:inline-block;color:#333;text-decoration:none;font-weight:400;font-size:14px;transition:color .2s ease}.error-help a:hover{color:#555;text-decoration:underline}@media(max-width:480px){.error-card{padding:32px 24px}.error-title{font-size:20px}.error-message{font-size:14px}}.app{min-height:100vh;display:flex;font-family:Manrope,sans-serif}.main-content{flex:1;margin-left:280px;min-height:100vh;background-color:#f8f9f6;transition:margin-left .3s ease}.page-content{padding:120px 40px 24px}.page-mobile-title{display:none}.page-mobile-title-heading{font-size:1.5rem;font-weight:800;line-height:1.2;letter-spacing:-.03em;color:#0e2517;margin:0 0 .25rem}.page-mobile-title-subtitle{font-size:.9375rem;font-weight:500;line-height:1.3;color:#0e2517;margin:0 0 1.25rem}.app:has(.sidebar.minimized) .main-content{margin-left:90px}.app:has(.sidebar.minimized) .page-header{left:80px}.card{background:var(--secondary-color);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow)}.card h3{margin-bottom:1rem;color:var(--primary-color)}.btn{padding:.75rem 1.5rem;font-size:1rem;border:none;border-radius:var(--radius);cursor:pointer;transition:all .3s ease;font-family:Manrope,sans-serif;font-weight:500}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-secondary{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:#fff}@media(max-width:768px){.main-content{margin-left:0;min-width:0;overflow-x:hidden}.app:has(.sidebar.minimized) .main-content{margin-left:0}.app:has(.sidebar.minimized) .page-header{left:0}.page-content{padding:96px 1rem 1.5rem;min-width:0;overflow-x:hidden}.page-mobile-title{display:block}}.home{animation:fadeIn .5s ease-in;font-family:Manrope,sans-serif;padding:0;background-color:#f8f9f6;min-height:100%}.home-content{padding:0}.home-content h2{font-size:1.5rem;font-weight:500;color:#333;margin-bottom:1rem}.home-content p{font-size:1rem;color:#666;font-weight:400}@media(max-width:768px){.home,.home-content{min-width:0;overflow-x:hidden}}.report-summary{width:100%;margin-bottom:1.5rem;background:#fff;border:none;border-radius:16px;box-shadow:none;overflow:hidden}.report-summary-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;cursor:pointer;transition:background .2s ease}.report-summary-header:hover{background:#fafafa}.report-summary-left{display:flex;align-items:center;gap:.75rem;min-width:0}.report-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fbf9f1;border-radius:50%;color:#bb7100;flex-shrink:0}.report-title-container{min-width:0}.report-summary .report-title{font-family:Manrope,sans-serif;font-weight:700;font-size:16px;line-height:100%;letter-spacing:-.03em;color:#0e2517;text-align:left;opacity:1;margin:0 0 .25rem}.report-summary .report-subtitle{font-family:Manrope,sans-serif;font-weight:500;font-size:12px;line-height:100%;letter-spacing:-.03em;color:#62748e!important;text-align:left;opacity:1;margin:0}.report-summary .report-toggle-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:6px 16px;font-family:Manrope,sans-serif;font-weight:600;font-size:12px;line-height:15px;letter-spacing:0;color:#0e2517;text-align:center;border:1px solid #0E2517;border-radius:999px;opacity:1;flex-shrink:0}.toggle-arrow{transition:transform .2s ease}.toggle-arrow.expanded{transform:rotate(180deg)}.report-summary-content{padding:0 1.25rem 1.25rem;padding-top:0}.report-summary .report-description{font-family:Manrope,sans-serif;font-weight:500;font-size:14px;line-height:18px;letter-spacing:-.02em;color:#0e2517;text-align:left;margin:0 0 1rem}.report-summary .report-findings{font-family:Manrope,sans-serif;font-weight:500;font-size:14px;line-height:18px;letter-spacing:-.02em;color:#0e2517;text-align:left;opacity:1;margin:0 0 1rem}.report-summary .report-findings strong{font-weight:800;color:#0e2517}.report-summary .report-findings ul{margin:.25rem 0 0;padding-left:1.1em}.report-summary .report-findings li{padding-left:0}@media(max-width:768px){.report-summary .report-toggle-btn-text{display:none}.report-summary .report-toggle-btn{border:none;padding:0;min-width:44px;min-height:44px}.report-summary-header{padding:.75rem 1rem}.report-summary-content{padding:0 1rem 1rem}.report-summary .report-subtitle{white-space:normal;line-height:1.3}}@media(max-width:640px){.report-summary .report-title{font-size:14px}.report-summary .report-subtitle{font-size:11px}.report-summary .report-description,.report-summary .report-findings{font-size:13px;line-height:1.4}}.samples-status{width:100%;margin-top:1.5rem}.samples-status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.samples-status .samples-status-title{font-size:20px;font-weight:700;color:#0e2517;margin:0}.samples-status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.samples-status-card{background:#fff;border-radius:24px;padding:1rem 1.25rem;box-shadow:none;border:none;transition:transform .2s ease,box-shadow .2s ease}.samples-status-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.samples-status-card--primary{background:#0e2517;border:none;color:#fff}.samples-status-card--primary .samples-status-card-label,.samples-status-card--primary .samples-status-card-value{color:#fefff0}.samples-status-card--primary .samples-status-card-icon{color:#ffffffb3}.samples-status-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.samples-status-card-label{font-family:Manrope,sans-serif;font-weight:700;font-size:16px;line-height:100%;letter-spacing:-.03em;color:#0e2517;text-align:center;display:flex;align-items:center}.samples-status-card-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%}.samples-status-card-icon--primary{color:#fefff0!important}.samples-status-card-icon--success,.samples-status-card-icon--warning,.samples-status-card-icon--future{color:#0e2517}.samples-status-card-value{font-family:Manrope,sans-serif;font-size:40px;font-weight:700;color:#0e2517;line-height:1.2}@media(max-width:1200px){.samples-status-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.samples-status{display:none}}@media(max-width:640px){.samples-status-grid{grid-template-columns:1fr}.samples-status-card{padding:1rem 1.25rem}.samples-status-card-value{font-size:1.25rem}}.batch-resume{width:100%;margin-top:1.5rem}.batch-resume-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.batch-resume .batch-resume-title{font-family:Manrope,sans-serif;font-size:20px;font-weight:700;line-height:100%;letter-spacing:-.03em;color:#0e2517;margin:0}.batch-resume-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.batch-card{display:flex;flex-direction:column;align-items:stretch;gap:24px;background:#fff;border-radius:24px;padding:20px;border:none;box-shadow:none;transition:transform .2s ease,box-shadow .2s ease;overflow:hidden;text-decoration:none;color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.batch-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000000f}.batch-card:active{transform:scale(.99)}.batch-card-header{display:flex;align-items:flex-start;flex-wrap:wrap;gap:.75rem}.batch-card-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f1f5f9;border-radius:50%;color:#314158;flex-shrink:0}.batch-card-icon--water{background:#f1f5f9;color:#314158;border-radius:50%}.batch-card-info{flex:1;min-width:0}.batch-card-title{font-size:16px;font-weight:700;color:#0e2517;letter-spacing:-.03em;word-break:break-word}.batch-card .batch-card-info .batch-card-subtitle,.batch-card-subtitle{font-size:12px;font-weight:400;color:#62748e!important;margin:0;word-break:break-word}.batch-card-status{font-size:.75rem;font-weight:500;padding:.1rem .4rem;border-radius:8px;flex-shrink:0}.batch-card-status--success{background:#eef8ed;color:#1f7e1f}.batch-card-status--critical{background:#fdf2f8;color:#b33173}.batch-card-status--warning{background:#fdf2f7;color:#b33173}.batch-card-status--good{background:#f1f7fe;color:#0046b0}.batch-card-status--pending{background:#f1f5f9;color:#314158}.batch-card-value-row{display:flex;align-items:baseline;gap:4px;flex-wrap:wrap}.batch-card-value{font-size:40px;font-weight:700;color:#0e2517;line-height:1}.batch-card-unit{font-family:Manrope,sans-serif;font-weight:500;font-size:14px;line-height:100%;letter-spacing:-.03em;color:#62748e}.batch-card-change-wrap{display:inline-flex;align-items:flex-end;gap:0;font-size:14px;margin-left:4px}.batch-card-change-icon{width:auto;height:1em;display:block}.batch-card-change{font-family:Manrope,sans-serif;font-weight:500;font-size:14px;line-height:100%;letter-spacing:-.03em}.batch-card-change.positive{color:#279e27}.batch-card-change.negative{color:#ca512d}.batch-card-change-label{font-family:Manrope,sans-serif;font-weight:500;font-size:10px;line-height:100%;letter-spacing:-.03em;color:#62748e;margin-left:4px}.batch-card-pending{font-family:Manrope,sans-serif;font-weight:500;font-size:14px;line-height:100%;letter-spacing:-.03em;color:#62748e;margin-left:6px}.batch-card-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:#0e2517;text-decoration:none;transition:color .2s ease,border-color .2s ease,background .2s ease;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.batch-card-link--button{display:inline-flex;align-items:center;justify-content:center;width:100%;gap:8px;padding:4px 32px;min-height:30px;color:#0e2517;border:1.5px solid #0E2517;border-radius:999px;font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .1s ease}.batch-card-link--button:hover{color:#fefff0!important;background:#0e2517;border-color:#0e2517}.batch-card-link--button:active{transform:scale(.98);background:#0e2517;border-color:#0e2517}.batch-card-link:hover{color:#fff}.batch-card-link svg{transition:transform .2s ease}.batch-card-link:hover svg{transform:translate(2px,-2px)}.batch-resume-empty{text-align:center;padding:3rem;color:#9ca3af}@media(max-width:1100px){.batch-resume-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.batch-resume .batch-resume-title{max-width:50%}.batch-resume-grid{grid-template-columns:1fr}.batch-card-value{font-size:1.5rem}}.custom-select{position:relative;min-width:120px}.custom-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:6px 12px;font-family:Manrope,sans-serif;font-size:14px;font-weight:500;color:#0e2517;background:transparent;border:1px solid rgba(14,37,23,.3);border-radius:999px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.custom-select-trigger:hover{border-color:#94a3b8;box-shadow:0 2px 4px #0000000f}.custom-select-trigger--open{border-color:#fb61d8;box-shadow:0 0 0 3px #fb61d81f}.custom-select-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select-chevron{flex-shrink:0;color:#647469;transition:transform .2s ease}.custom-select-trigger--open .custom-select-chevron{transform:rotate(180deg)}.custom-select-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;margin:0;padding:6px;list-style:none;background:#fff;border:1px solid #E2E8F0;border-radius:16px;box-shadow:0 4px 16px #0000001a;z-index:50;max-height:220px;overflow-y:auto}.custom-select-option{padding:8px 12px;font-family:Manrope,sans-serif;font-size:13px;font-weight:500;color:#314158;border-radius:10px;cursor:pointer;transition:background .15s ease,color .15s ease}.custom-select-option:hover{background:#0e25170f;color:#0e2517}.custom-select-option--selected{background:#0e2517;color:#fff;font-weight:600}.custom-select-option--selected:hover{background:#0e251726}@media(max-width:768px){.custom-select{min-width:0}.custom-select-trigger{font-size:13px;padding:6px 12px;gap:6px}.custom-select-menu{min-width:140px;max-width:calc(100vw - 2rem);left:auto;right:0}}@media(max-width:640px){.custom-select-trigger{font-size:13px;padding:6px 12px;gap:6px}.custom-select-option{padding:10px 12px;font-size:13px;min-height:44px;display:flex;align-items:center}}.report-historial{width:100%;margin-top:1.5rem;background:#fff;border-radius:24px;border:none;box-shadow:none;overflow:hidden;font-family:Manrope,sans-serif}.report-historial-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;flex-wrap:wrap;gap:.75rem}.report-historial .report-historial-title{font-size:20px;font-weight:700;color:#0e2517;margin:0;display:flex;align-items:center}.report-historial-actions{display:flex;align-items:center;gap:8px}.report-historial-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;font-size:12px;font-weight:500;font-family:Manrope,sans-serif;border-radius:999px;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease;border:1px solid transparent}.report-historial-btn-secondary{background:#fff;color:#0e2517;border-color:#0e2517}.report-historial-btn-secondary:hover{background:#f8f9f6;border-color:#0e2517}.report-historial-btn-primary{background:#0e2517;color:#fefff0;border-color:#0e2517}.report-historial-btn-primary:hover{background:#1a3d24;border-color:#1a3d24;color:#fff}.report-historial-table-wrap{overflow-x:auto;min-width:0;padding-left:1.5rem;padding-right:1.5rem}.report-historial-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.875rem;border-radius:16px;overflow:hidden}.report-historial-table thead{background:#f1f5f9}.report-historial-table thead tr th:first-child{border-top-left-radius:16px}.report-historial-table thead tr th:last-child{border-top-right-radius:16px}.report-historial-table tbody tr:last-child td:first-child{border-bottom-left-radius:16px}.report-historial-table tbody tr:last-child td:last-child{border-bottom-right-radius:16px}.report-historial-table th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#0e2517;white-space:nowrap}.report-historial-table th .sort-icon{display:inline-block;margin-left:.25rem;opacity:.5;font-size:.65em;vertical-align:middle}.report-historial-table tbody tr{transition:background .15s ease}.report-historial-row-principal{background:#fff}.report-historial-row-principal td{font-weight:600;color:#0e2517}.report-historial-row-principal:hover{background:#f8fafb}.report-historial-sub-row{background:#fff}.report-historial-sub-row td{font-weight:400;color:#314158}.report-historial-sub-row:hover{background:#eef0f4}.report-historial-group-last td{border-bottom:1.5px solid #E2E5EB}.report-historial-table tbody tr:last-child td{border-bottom:none}.report-historial-table td{padding:.75rem 1rem;color:#0e2517}.report-historial-table th:nth-child(1),.report-historial-table td:nth-child(1){min-width:100px}.report-historial-table th:nth-child(2),.report-historial-table td:nth-child(2){min-width:110px}.report-historial-table th:nth-child(3),.report-historial-table td:nth-child(3){min-width:90px}.report-historial-table th:nth-child(4),.report-historial-table td:nth-child(4){min-width:95px}.report-historial-table th:nth-child(5),.report-historial-table td:nth-child(5){min-width:85px}.report-historial-expand-btn{display:inline-flex;align-items:center;gap:.35rem;background:none;border:none;padding:0;font-size:inherit;font-family:inherit;font-weight:700;color:#0e2517;cursor:pointer}.report-historial-expand-icon{display:inline-flex;transition:transform .2s ease}.report-historial-expand-icon.expanded{transform:rotate(-180deg)}.report-historial-expand-icon svg{flex-shrink:0}.report-historial-status{display:inline-block;padding:.25rem .6rem;border-radius:999px;font-size:.8125rem;font-weight:500;white-space:nowrap}.report-historial-status--status-normal{background:#eef8ed;color:#1f7e1f}.report-historial-status--status-good{background:#f1f7fe;color:#0046b0}.report-historial-status--status-riesgo{background:#fdf2f7;color:#b33173}.report-historial-status--status-critico{background:#fdf2f8;color:#b33173}.report-historial-status--status-pending{background:#f1f5f9;color:#314158}.report-historial-cards{display:none}@media(max-width:768px){.report-historial-table-wrap{display:none}.report-historial-cards{display:flex;flex-direction:column;gap:12px;padding:0 1rem 1rem}.report-historial-cards-msg{font-size:14px;color:#62748e;text-align:center;padding:1rem 0;margin:0}.report-historial-card{border:1px solid rgba(14,37,23,.2);border-radius:16px;overflow:hidden;background:#fff}.report-historial-card-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;background:none;border:none;cursor:pointer;font-family:Manrope,sans-serif;-webkit-tap-highlight-color:transparent;outline:none;border-radius:16px;transition:background .15s ease}.report-historial-card-header:focus,.report-historial-card-header:focus-visible{outline:none}.report-historial-card-header:active{background:#00000014}.report-historial-card-name{font-size:15px;font-weight:700;color:#0e2517}.report-historial-card-chevron{display:flex;color:#0e2517;transition:transform .2s ease}.report-historial-card-chevron.expanded{transform:rotate(-180deg)}.report-historial-card-body{padding:8px 16px 12px}.report-historial-card-body--bordered{border-bottom:1px solid #E2E5EB}.report-historial-card-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.report-historial-card-label{font-size:13px;font-weight:500;color:#62748e}.report-historial-card-value{font-size:13px;font-weight:600;color:#0e2517;text-align:right}}@media(max-width:768px){.report-historial{overflow:hidden;min-width:0}.report-historial-header{flex-direction:row;align-items:center;flex-wrap:wrap}.report-historial-actions{justify-content:flex-end;gap:.5rem}.report-historial-btn-download{width:40px;height:40px;min-width:40px;padding:0;border-radius:50%;border:1px solid rgba(14,37,23,.2);background:#fff;color:#0e2517;justify-content:center}.report-historial-btn-download:hover{background:#f6f7f9;border-color:#0e251740}.report-historial-btn-download-text{display:none}.report-historial-btn-ver-todo{padding:.5rem 1rem;border-radius:999px;font-size:.75rem;font-weight:500;letter-spacing:.02em;gap:.5rem}}.auth-page{min-height:100vh;display:flex;flex-direction:column;background-color:#152018;background-size:cover;background-position:center;background-repeat:no-repeat}.auth-mobile-header{display:none;align-items:center;justify-content:center;gap:8px;width:100%;padding:32px 20px;padding-top:max(32px,env(safe-area-inset-top));background-color:#0e2517;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:24px;flex-shrink:0;min-height:96px;box-sizing:border-box;overflow:hidden}.auth-mobile-header-logo{height:36px;width:auto;object-fit:contain}.login-container{min-height:100vh;display:flex;flex-direction:row;background:#f8f9f6;padding:24px;gap:24px}.login-image-section{flex:1;display:flex;align-items:flex-start;justify-content:flex-start;padding:48px;max-width:50%;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:32px;position:relative}.login-image-content{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;height:100%;width:100%;max-width:75%;z-index:1}.login-logo{height:48px;width:auto;object-fit:contain}.login-main-text{font-family:"Instrument Serif",serif;font-size:70px;font-weight:400;line-height:88px;letter-spacing:-1.4px;margin:0;max-width:450px}.login-main-text .text-yellow{color:#edd93e}.login-main-text .text-pink{color:#fb61d8}.login-main-text .text-green{color:#81f18e}.login-main-text .text-cream{color:#fefff0}.login-main-text .text-white{color:#fff}.login-main-text .text-italic{font-style:italic}.login-form-section{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;max-width:50%}.mobile-logo-card{display:none;justify-content:center;align-items:center;gap:8px;margin-bottom:24px;background:#fff;padding:30px 24px;border-radius:16px;box-shadow:0 2px 16px #00000014;width:100%;max-width:440px}.mobile-logo-icon{height:40px;width:auto}.mobile-logo-full{height:38px;width:auto}.login-card{background:#fff;border:none;border-radius:16px;box-shadow:0 2px 16px #00000014;padding:28px;width:100%;max-width:440px;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:left;margin-bottom:24px}.login-header h1{font-size:38px;font-weight:600;color:#0e2517;margin-top:0;margin-bottom:8px}.login-header p{font-size:17px;color:#666;font-weight:400;margin:0}.login-form{display:flex;flex-direction:column;gap:20px}.error-message{padding:12px;background-color:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;font-size:14px;text-align:center}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:16px;font-weight:500;color:#0e2517}.form-group input{padding:12px 16px;border:1px solid #e0e0e0;border-radius:24px;font-size:16px;font-family:Manrope,sans-serif;color:#0e2517;background-color:#fff;transition:all .3s ease}.form-group input:focus{outline:none;border-color:#0e2517;box-shadow:0 0 0 3px #0e25171a}.form-group input::placeholder{color:#999;font-weight:400}.form-options{display:flex;justify-content:flex-start;align-items:center;margin-top:-8px;margin-bottom:4px}.forgot-password{font-size:14px;color:#666;text-decoration:none;transition:color .2s ease;font-weight:400}.forgot-password:hover{color:#1b5e20;text-decoration:underline}.login-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:4px 4px 4px 18px;background:#0e2517;color:#fff;border:none;border-radius:50px;font-size:14px;font-weight:500;font-family:Manrope,sans-serif;cursor:pointer;transition:all .3s ease;position:relative}.login-button .btn-text{flex:1;text-align:center}.login-button .btn-arrow{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:#fb61d8;border-radius:50%;flex-shrink:0}.login-button .btn-arrow svg{width:14px;height:14px;color:#fff}.login-button:hover{background:#1a3d24;transform:translateY(-1px);box-shadow:0 4px 12px #0e251759}.login-button:active{transform:translateY(0)}.login-button:disabled,.google-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.divider{display:flex;align-items:center;text-align:center;margin:8px 0}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid #e0e0e0}.divider span{padding:0 16px;color:#999;font-size:14px;font-weight:400}.google-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:4px 4px 4px 18px;background:#fff;color:#0e2517;border:1px solid #e0e0e0;border-radius:50px;font-size:14px;font-weight:500;font-family:Manrope,sans-serif;cursor:pointer;transition:all .3s ease}.google-button .btn-content{display:flex;align-items:center;gap:8px;flex:1;justify-content:center}.google-button .btn-arrow{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:#0e2517;border-radius:50%;flex-shrink:0}.google-button .btn-arrow svg{width:14px;height:14px;color:#fff}.google-button:hover{border-color:#ccc;background:#fafafa;box-shadow:0 2px 8px #00000014}.google-button:active{transform:translateY(0)}.google-icon{width:20px;height:20px}.login-footer{margin-top:24px;text-align:left}.login-footer p{font-size:14px;color:#666;font-weight:400;margin:0}.signup-link{color:#0e2517;text-decoration:none;font-weight:500;transition:color .2s ease}.signup-link:hover{color:#1a3d24;text-decoration:underline}.signup-link-button{background:none;border:none;padding:0;font-size:inherit;font-family:inherit;cursor:pointer}@media(max-width:1100px){.login-container{padding:16px;background:#fff;background-image:none}.login-image-section{display:none}.login-form-section{max-width:100%;padding:0}.mobile-logo-card{display:flex}.login-card{padding:24px 28px;border-radius:12px}.login-header h1{font-size:28px}.login-header p{font-size:16px}}@media(max-width:768px){.auth-page{background-color:#fff;background-image:none!important}.auth-mobile-header{display:flex;margin:0;width:100%;border-radius:0 0 99px 99px;overflow:hidden;background-color:#0e2517;background-size:cover;background-position:center;background-repeat:no-repeat}.auth-page .login-container{flex:1;background:#fff;background-image:none;padding:8px 12px 16px}.mobile-logo-card{display:none}}@media(max-width:480px){.mobile-logo-full{display:none}}.form-group input:invalid:not(:placeholder-shown){border-color:#ef4444}.form-group input:valid:not(:placeholder-shown){border-color:#10b981}.access-content{display:flex;flex-direction:column;gap:24px}.access-message-card{background:#f8faf9;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.access-message-card .message-icon{margin-bottom:12px}.access-message-card .message-icon .check-icon{width:24px;height:24px}.access-message-card h3{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 8px}.access-message-card p{font-size:14px;color:#6b7280;line-height:1.6;margin:0}.contact-details-section{padding:16px 20px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.contact-details-section p{margin:0;font-size:14px;color:#6b7280;line-height:1.8}.contact-details-section .contact-label{font-weight:500;color:#374151}.contact-sales-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:4px 4px 4px 18px;background-color:#0e2517;color:#fff;border:none;border-radius:50px;font-size:14px;font-weight:500;font-family:Manrope,sans-serif;cursor:pointer;transition:all .2s ease}.contact-sales-button .btn-text{flex:1;text-align:center}.contact-sales-button .btn-arrow{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:#fb61d8;border-radius:50%;flex-shrink:0}.contact-sales-button .btn-arrow svg{width:14px;height:14px;color:#fff}.contact-sales-button:hover{background-color:#1a3d24}.contact-sales-button:active{transform:scale(.98)}@media(max-width:480px){.access-message-card{padding:20px}.contact-details-section{padding:14px 16px}.contact-sales-button{padding:12px 20px;font-size:14px}}.batches-results{animation:fadeIn .5s ease-in;font-family:Manrope,sans-serif;padding:0;background-color:#f8f9f6;min-height:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.batches-results-content{display:grid;grid-template-columns:minmax(0,1fr);gap:1.5rem;margin-top:0}.batches-results-batch-header{display:flex;align-items:center;flex-wrap:wrap;gap:8px 16px}.batches-results-batch-name{margin:0;font-family:Manrope,sans-serif;font-weight:800;font-size:24px;line-height:100%;letter-spacing:-.03em;color:#0e2517;text-align:left}.batches-results-batch-status{display:inline-block;padding:4px 12px;border-radius:999px;font-family:Manrope,sans-serif;font-weight:600;font-size:14px;line-height:100%;letter-spacing:-.03em}.batches-results-batch-status--success{background:#eef8ed;color:#1f7e1f}.batches-results-batch-status--critical{background:#fdf2f8;color:#b33173}.batches-results-batch-status--warning{background:#fdf2f7;color:#b33173}.batches-results-batch-status--good{background:#f1f7fe;color:#0046b0}.batches-results-batch-status--attention{background:#fef3e2;color:#b8600b}.batches-results-batch-status--pending{background:#f1f5f9;color:#314158}.batches-results-batch-meta{width:100%;margin:0;font-family:Manrope,sans-serif;font-weight:500;font-size:16px;line-height:100%;letter-spacing:-.03em;color:#62748e}.batch-report-resume{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #0000000f;overflow:hidden;font-family:Manrope,sans-serif}.batch-report-resume-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.25rem;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;transition:background .2s ease}.batch-report-resume-header:hover{background:#fafafa}.batch-report-resume-left{display:flex;align-items:center;gap:.75rem;min-width:0}.batch-report-resume-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fbf9f1;border-radius:50%;color:#bb7100;flex-shrink:0}.batch-report-resume-info{min-width:0}.batch-report-resume-title{font-family:Manrope,sans-serif;font-weight:700;font-size:16px;line-height:100%;letter-spacing:-.03em;color:#0e2517;text-align:left;margin:0 0 .25rem}.batch-report-resume-meta{font-family:Manrope,sans-serif;font-weight:500;font-size:12px;line-height:100%;letter-spacing:-.03em;color:#62748e;text-align:left;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.batch-report-resume-toggle{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;font-family:Manrope,sans-serif;font-weight:600;font-size:12px;line-height:15px;letter-spacing:0;color:#0e2517;text-align:center;flex-shrink:0;background:none;border:none;padding:0;white-space:nowrap}.batch-report-resume-chevron{transition:transform .2s ease}.batch-report-resume-chevron.open{transform:rotate(180deg)}.batch-report-resume-body{padding:0 1.25rem 1.25rem;padding-top:0}.batch-report-resume-description{font-family:Manrope,sans-serif;font-weight:500;font-size:14px;line-height:18px;letter-spacing:-.02em;color:#0e2517;text-align:left;margin:0 0 1rem}.batch-report-resume-findings{font-family:Manrope,sans-serif;font-weight:500;font-size:14px;line-height:18px;letter-spacing:-.02em;color:#0e2517;text-align:left;margin:0}.batch-report-resume-findings strong{font-weight:800;color:#0e2517}@media(max-width:768px){.batch-report-resume-toggle-text{display:none}}@media(max-width:768px){.batches-results,.batches-results-content{min-width:0;overflow-x:hidden}.batches-results-content{gap:1rem}.batches-results-batch-name{font-size:20px}.batches-results-batch-meta{font-size:14px}}@media(max-width:640px){.batches-results-batch-name{font-size:18px}.batches-results-batch-meta{font-size:13px}.batches-results-batch-status{font-size:12px;padding:3px 10px}}.batches-results-card{width:100%;background:#fff;border-radius:24px;border:none;box-shadow:none;padding:20px;display:flex;flex-direction:column;gap:24px;font-family:Manrope,sans-serif}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.batches-results-card-header{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.batches-results-eyebrow{margin:0;font-size:.875rem;font-weight:600;color:#647469;letter-spacing:.02em;text-transform:uppercase}.batches-results-title{margin:4px 0 0;font-size:16px;font-weight:700;letter-spacing:-.03px;color:#0e2517}.batches-results-chart-shell{border-radius:20px;border:1px solid rgba(14,37,23,.15);padding:16px;overflow:visible}.batches-results-chart-wrap{width:100%;min-height:320px;position:relative;overflow:visible}.batches-results-chart-wrap svg{width:100%;height:auto;display:block}.batches-results-grid line{stroke:#ccc;stroke-width:1;stroke-dasharray:4 8;stroke-linecap:butt}.batches-results-axis text{fill:#7b8a7b;font-size:.75rem;font-weight:500}.batches-results-axis line,.batches-results-axis path{stroke:transparent}.batches-results-line{fill:none;stroke-width:2.25}.batches-results-point{filter:drop-shadow(0 1px 2px rgba(0,0,0,.08));transition:r .15s ease,stroke-width .15s ease,filter .15s ease}.batches-results-tooltip{position:absolute;transform:translate(12px,-12px);background:#fff;border:1px solid rgba(14,37,23,.2);border-radius:12px;padding:.5rem .75rem;box-shadow:0 10px 24px #0000001a;font-size:.75rem;color:#0e2517;pointer-events:none;min-width:120px;z-index:10}.batches-results-tooltip--left{transform:translate(calc(-100% - 12px),-12px)}.batches-results-tooltip-header{display:flex;align-items:center;justify-content:space-between;font-weight:700;margin-bottom:.35rem;color:#2f3d2f}.batches-results-tooltip-dot{width:8px;height:8px;border-radius:50%}.batches-results-tooltip-list{display:flex;flex-direction:column;gap:.25rem}.batches-results-tooltip-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;color:#546354}.batches-results-tooltip-series{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;color:#3f4f3f}.batches-results-tooltip-unit{font-weight:600;color:#6c7a6c}.batches-results-legend{display:flex;align-items:center;justify-content:center;gap:2rem;fill:#475569;font-family:Manrope,sans-serif;font-size:12px;font-weight:500;line-height:1;letter-spacing:-.03em;flex-wrap:wrap;margin-bottom:12px}.batches-results-legend-item{display:inline-flex;align-items:center;gap:.6rem;font-weight:500}.batches-results-legend-swatch{display:block;flex-shrink:0}.batches-results-legend-separator,.batches-results-legend-item--zone{display:none}.batches-results-legend-zone{display:inline-block;width:14px;height:10px;border-radius:3px;border:1.5px solid;flex-shrink:0}.batches-results-header-actions{display:flex;align-items:center;gap:8px}.batches-results-fullscreen-btn,.batches-results-fullscreen-header,.batches-results-fullscreen-title{display:none}.batches-results-chart-shell--fullscreen .batches-results-fullscreen-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0;margin-bottom:12px;padding-right:40px}.batches-results-chart-shell--fullscreen .batches-results-fullscreen-title{display:block;font-size:14px;font-weight:700;color:#0e2517;margin:0}.batches-results-chart-shell--fullscreen .batches-results-fullscreen-filter .custom-select-trigger{font-size:11px;padding:3px 8px}.batches-results-chart-shell--fullscreen .batches-results-fullscreen-filter .custom-select-menu{z-index:1010}.batches-results-fullscreen-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#00000080}.batches-results-chart-shell--fullscreen{position:fixed;z-index:1001;background:#fff;transform:rotate(90deg);transform-origin:top left;top:20px;left:calc(100vw - 20px);width:calc(100vh - 40px);width:calc(100dvh - 40px);height:calc(100vw - 40px);height:calc(100dvw - 40px);border-radius:16px;border:none;padding:16px 20px 20px;overflow:hidden;box-sizing:border-box;box-shadow:0 8px 32px #00000026;display:flex;flex-direction:column}.batches-results-chart-shell--fullscreen .batches-results-chart-wrap{flex:1;min-height:0;overflow:hidden}.batches-results-fullscreen-close{display:none}.batches-results-chart-shell--fullscreen .batches-results-fullscreen-close{display:flex;align-items:center;justify-content:center;position:absolute;top:12px;right:12px;background:#fff;border:1px solid rgba(14,37,23,.15);border-radius:50%;width:32px;height:32px;cursor:pointer;box-shadow:0 2px 8px #0000001a;color:#0e2517;z-index:2}.batches-results-fullscreen-close:hover{background:#f5f5f5}.batches-results-chart-shell--fullscreen .batches-results-legend-separator,.batches-results-chart-shell--fullscreen .batches-results-legend-item--zone{display:inline-flex}.batches-results-chart-shell--fullscreen .batches-results-legend{display:flex;margin-bottom:4px;flex-shrink:0}.batches-results-chart-shell--fullscreen .chart-timeline{display:flex!important;flex-shrink:0;gap:12px;padding:0 24px}.batches-results-chart-shell--fullscreen .chart-timeline-track{height:20px}.batches-results-chart-shell--fullscreen .chart-timeline-rail,.batches-results-chart-shell--fullscreen .chart-timeline-selected{height:3px}.batches-results-chart-shell--fullscreen .chart-timeline-handle{width:18px;height:18px}.batches-results-chart-shell--fullscreen .chart-timeline-label{height:16px;font-size:.625rem}.batches-results-chart-shell--fullscreen .chart-timeline-label:last-of-type{margin-right:8px}.batches-results-note{display:flex;align-items:center;gap:.75rem;background:transparent;border-radius:0;padding:.75rem 0;border:none;color:#314158;font-size:.875rem;line-height:1.45}.batches-results-note p{margin:0}.batches-results-note-icon{width:40px;height:40px;border-radius:50%;background:#f1f7fe;border:none;display:inline-flex;align-items:center;justify-content:center;color:#0046b0;flex-shrink:0}.batches-results-note-icon-inner{width:18px;height:18px;border-radius:50%;border:2px solid #0046B0;display:inline-flex;align-items:center;justify-content:center}.batches-results-note-icon-glyph{display:inline-block;font-size:10px;font-weight:700;line-height:1;transform:rotate(180deg)}.batches-results-note-toggle{display:none}.batches-results-timeline{display:flex;align-items:center;gap:.75rem;padding:.25rem 0;-webkit-user-select:none;user-select:none;position:relative}.batches-results-timeline-label{display:inline-flex;align-items:center;justify-content:flex-start;height:24px;font-size:.75rem;font-weight:600;line-height:1;color:#647469;white-space:nowrap;flex-shrink:0}.batches-results-timeline-label:last-child{justify-content:flex-end;text-align:right;margin-right:24px}.batches-results-timeline-track{position:relative;flex:1;height:24px;cursor:default}.batches-results-timeline-rail{position:absolute;top:50%;left:0;right:0;height:5px;transform:translateY(-50%);background:#e2e6e3;border-radius:3px}.batches-results-timeline-fade{position:absolute;top:0;bottom:0;background:#fff9;z-index:2;pointer-events:none;border-radius:3px}.batches-results-timeline-selected{position:absolute;top:50%;height:5px;transform:translateY(-50%);background:#72c5d4;border-radius:3px;pointer-events:none}.batches-results-timeline-handle{position:absolute;top:50%;width:16px;height:16px;border-radius:50%;background:#72c5d4;border:2.5px solid #ffffff;box-shadow:0 1px 4px #0000002e;transform:translate(-50%,-50%);cursor:grab;z-index:5;transition:box-shadow .15s ease}.batches-results-timeline-handle:hover{box-shadow:0 1px 8px #72c5d473}.batches-results-timeline-handle:active{cursor:grabbing;box-shadow:0 0 0 4px #72c5d440}@media(max-width:768px){.batches-results-card{padding:1.25rem}.batches-results-card-header{gap:8px}.batches-results-chart-shell:not(.batches-results-chart-shell--fullscreen){padding:.75rem .75rem .5rem}.batches-results-legend{gap:1rem;font-size:11px}.batches-results-note{font-size:.8125rem;gap:.5rem}.batches-results-note-icon{width:32px;height:32px}.batches-results-timeline-handle{width:22px;height:22px}.batches-results-timeline-label:last-child{margin-right:12px}}@media(max-width:640px){.batches-results-card{padding:1rem}.batches-results-legend-separator,.batches-results-legend-item--zone{display:inline-flex}.batches-results-legend-separator{width:1px;height:12px;background:#cad5e2;flex-shrink:0}.batches-results-chart-shell:not(.batches-results-chart-shell--fullscreen) .chart-timeline{display:none}.batches-results-fullscreen-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:#fff;color:#0e2517;border:1px solid rgba(14,37,23,.15);border-radius:50%;cursor:pointer;flex-shrink:0}.batches-results-card-header{align-items:center;flex-wrap:nowrap}.batches-results-title{font-size:16px;margin:0}.batches-results-eyebrow{font-size:.75rem}.batches-results-legend{gap:.75rem;font-size:10px}.batches-results-chart-shell:not(.batches-results-chart-shell--fullscreen){padding:.5rem}.batches-results-chart-wrap{min-height:260px}.batches-results-note{cursor:pointer}.batches-results-note p{flex:1;min-width:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.batches-results-note--open p{display:block;-webkit-line-clamp:unset;overflow:visible}.batches-results-note-toggle{display:flex;align-items:center;flex-shrink:0;color:#647469}.batches-results-note-toggle svg{transition:transform .2s ease}.batches-results-note--open .batches-results-note-toggle svg{transform:rotate(180deg)}}.chart-timeline{--timeline-accent: #0E2517;display:flex;align-items:center;gap:.75rem;padding:.25rem 0;-webkit-user-select:none;user-select:none;position:relative}.chart-timeline-label{display:inline-flex;align-items:center;justify-content:flex-start;height:24px;font-size:10px;font-weight:600;letter-spacing:.03px;line-height:1;color:#475569;white-space:nowrap;flex-shrink:0}.chart-timeline-label:last-of-type{justify-content:flex-end;text-align:right;margin-right:24px}.chart-timeline-track{position:relative;flex:1;height:24px;cursor:default}.chart-timeline-rail{position:absolute;top:50%;left:0;right:0;height:5px;transform:translateY(-50%);background:#e2e6e3;border-radius:3px}.chart-timeline-event{position:absolute;top:50%;height:4px;transform:translateY(-50%);border-radius:999px;pointer-events:auto;cursor:pointer;opacity:.85;z-index:3}.chart-timeline-event:before{content:"";position:absolute;top:-8px;bottom:-8px;left:0;right:0}.chart-timeline-fade{position:absolute;top:50%;height:5px;transform:translateY(-50%);background:#94a3b826;z-index:4;pointer-events:none;border-radius:3px}.chart-timeline-selected{position:absolute;top:50%;height:5px;transform:translateY(-50%);background:var(--timeline-accent);border-radius:3px;pointer-events:none}.chart-timeline-handle{position:absolute;top:50%;width:16px;height:16px;border-radius:50%;background:var(--timeline-accent);border:2.5px solid #ffffff;box-shadow:0 1px 4px #0000002e;transform:translate(-50%,-50%);cursor:grab;z-index:5;transition:box-shadow .15s ease}.chart-timeline-handle:hover{box-shadow:0 1px 8px #0e251773}.chart-timeline-handle:active{cursor:grabbing;box-shadow:0 0 0 4px #0e251740}.chart-timeline--teal{--timeline-accent: #72C5D4}.chart-timeline--teal .chart-timeline-handle:hover{box-shadow:0 1px 8px #72c5d473}.chart-timeline--teal .chart-timeline-handle:active{box-shadow:0 0 0 4px #72c5d440}.chart-event-tooltip{position:absolute;transform:translate(8px,-100%);background:#fff;border:1px solid rgba(14,37,23,.2);border-radius:10px;padding:.45rem .65rem;box-shadow:0 6px 16px #0000001a;font-size:.75rem;color:#0e2517;pointer-events:none;z-index:20;display:flex;align-items:flex-start;gap:.5rem;white-space:nowrap}.chart-event-tooltip-color{width:10px;height:10px;border-radius:3px;flex-shrink:0;margin-top:2px}.chart-event-tooltip-name{font-weight:700;margin-bottom:2px}.chart-event-tooltip-dates{color:#647469;font-weight:500}@media(max-width:768px){.chart-timeline{gap:.5rem}.chart-timeline-handle{width:22px;height:22px}.chart-timeline-label:last-of-type{margin-right:12px}.chart-timeline-event:before{top:-12px;bottom:-12px}}@media(max-width:640px){.chart-timeline{gap:4px;padding:0 4px}.chart-timeline-label{font-size:9px}.chart-timeline-label:last-of-type{margin-right:0}.chart-timeline-handle{width:16px;height:16px;border-width:2px}}.chart-cage-selector{display:flex;flex-direction:column;gap:.5rem}.chart-cage-groups{display:flex;flex-wrap:wrap;gap:.75rem}.chart-cage-group{display:flex;align-items:center;gap:.5rem}.chart-cage-group-label{font-size:.75rem;font-weight:600;color:#62748e;white-space:nowrap}.chart-cage-buttons{display:flex;gap:.25rem;flex-wrap:wrap;border:1.5px solid rgba(14,37,23,.15);border-radius:999px;padding:.25rem;width:fit-content}.chart-cage-button{min-width:48px;border-radius:999px;border:1.5px solid transparent;background:transparent;color:#0e2517;font-weight:600;font-size:.875rem;font-family:Manrope,sans-serif;cursor:pointer;transition:all .15s ease;padding:.5rem 1.15rem}.chart-cage-button:hover:not(:disabled){background:#f5f7f2}.chart-cage-button.active{background:#0e2517;color:#fff;border-color:#0e2517}.chart-cage-button.active:hover{color:#0e2517}.chart-cage-button:disabled{opacity:.35;cursor:not-allowed}.chart-cage-helper{margin:0;font-size:12px;color:#62748e;font-weight:600;letter-spacing:-.03px}@media(max-width:768px){.chart-cage-buttons{justify-content:center;max-width:100%;border-radius:999px}.chart-cage-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center}}@media(max-width:640px){.chart-cage-button{padding:.375rem .75rem;font-size:.8rem;min-width:44px;min-height:44px}.chart-cage-helper{font-size:11px}}.correlative-card{width:100%;background:#fff;border-radius:24px;border:none;box-shadow:none;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;font-family:Manrope,sans-serif}.correlative-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.correlative-eyebrow{margin:0;font-size:20px;font-weight:700;color:#0e2517;letter-spacing:-.03px}.correlative-subtitle{margin:.25rem 0 0;font-size:14px;font-weight:500;color:#62748e;letter-spacing:-.03px}.correlative-filters{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.correlative-filter{display:flex;align-items:center;gap:.5rem}.correlative-filter-label{font-size:12px;font-weight:600;color:#314158;white-space:nowrap}.correlative-cage-selector{display:flex;flex-direction:column;gap:.5rem}.correlative-cage-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.correlative-cage-button{min-width:48px;border-radius:999px;border:1.5px solid rgba(14,37,23,.2);background:#fff;color:#0e2517;font-weight:600;font-size:.875rem;font-family:Manrope,sans-serif;cursor:pointer;transition:all .15s ease;padding:.5rem 1.15rem}.correlative-cage-button:hover:not(:disabled){border-color:#0e2517;background:#f5f7f2}.correlative-cage-button.active{background:#0e2517;color:#fff;border-color:#0e2517}.correlative-cage-button:disabled{opacity:.35;cursor:not-allowed}.correlative-timeline{display:flex;align-items:center;gap:.75rem;padding:.25rem 0;-webkit-user-select:none;user-select:none;position:relative}.correlative-timeline-label{font-size:.75rem;font-weight:600;color:#647469;white-space:nowrap;flex-shrink:0}.correlative-timeline-track{position:relative;flex:1;height:24px;cursor:default}.correlative-timeline-rail{position:absolute;top:50%;left:0;right:0;height:5px;transform:translateY(-50%);background:#e2e6e3;border-radius:3px}.correlative-timeline-event{position:absolute;top:50%;height:8px;transform:translateY(-50%);border-radius:999px;pointer-events:auto;cursor:pointer;opacity:.85;z-index:3}.correlative-timeline-event:before{content:"";position:absolute;top:-8px;bottom:-8px;left:0;right:0}.correlative-timeline-fade{position:absolute;top:0;bottom:0;background:#fff9;z-index:4;pointer-events:none;border-radius:3px}.correlative-timeline-selected{position:absolute;top:50%;height:5px;transform:translateY(-50%);background:#72c5d4;border-radius:3px;pointer-events:none}.correlative-timeline-handle{position:absolute;top:50%;width:16px;height:16px;border-radius:50%;background:#72c5d4;border:2.5px solid #ffffff;box-shadow:0 1px 4px #0000002e;transform:translate(-50%,-50%);cursor:grab;z-index:5;transition:box-shadow .15s ease}.correlative-timeline-handle:hover{box-shadow:0 1px 8px #72c5d473}.correlative-timeline-handle:active{cursor:grabbing;box-shadow:0 0 0 4px #72c5d440}.correlative-event-tooltip{position:absolute;transform:translate(8px,-100%);background:#fff;border:1px solid rgba(14,37,23,.2);border-radius:10px;padding:.45rem .65rem;box-shadow:0 6px 16px #0000001a;font-size:.75rem;color:#0e2517;pointer-events:none;z-index:20;display:flex;align-items:flex-start;gap:.5rem;white-space:nowrap}.correlative-event-tooltip-color{width:10px;height:10px;border-radius:3px;flex-shrink:0;margin-top:2px}.correlative-event-tooltip-name{font-weight:700;margin-bottom:2px}.correlative-event-tooltip-dates{color:#647469;font-weight:500}.correlative-mode-switch{display:inline-flex;align-self:flex-start;gap:.25rem;border:1.5px solid rgba(14,37,23,.15);border-radius:999px;padding:.25rem;width:fit-content}.correlative-mode-switch-option{min-width:48px;border-radius:999px;border:1.5px solid transparent;background:transparent;color:#0e2517;font-weight:600;font-size:.875rem;font-family:Manrope,sans-serif;cursor:pointer;transition:all .15s ease;padding:.5rem 1.15rem;white-space:nowrap}.correlative-mode-switch-option:hover:not(.active){background:#f5f7f2}.correlative-mode-switch-option.active{background:#0e2517;color:#fff;border-color:#0e2517}.correlative-chart-shell{border-radius:20px;border:1px solid rgba(14,37,23,.15);padding:1rem 1rem .75rem;background:#fff;overflow:visible}.correlative-chart-wrap{width:100%;min-height:340px;position:relative;overflow:visible}.correlative-chart-wrap svg{width:100%;height:auto;display:block}.correlative-grid line{stroke:#ccc;stroke-width:1;stroke-dasharray:4 8;stroke-linecap:butt}.correlative-axis text{fill:#7b8a7b;font-size:.75rem;font-weight:500}.correlative-axis line,.correlative-axis path{stroke:transparent}.correlative-axis--y-left text{fill:#475569;font-family:Manrope,sans-serif;font-size:10px;font-weight:500;letter-spacing:-.03em}.correlative-axis--y-right text{fill:#475569;font-family:Manrope,sans-serif;font-size:10px;font-weight:500;letter-spacing:-.03em}.correlative-axis-label{font-size:.9rem;font-weight:600;letter-spacing:.01em}.correlative-line{fill:none;stroke-width:2}.correlative-line--dashed{stroke-dasharray:8 5;stroke-width:1}.correlative-point{filter:drop-shadow(0 1px 2px rgba(0,0,0,.08));transition:filter .15s ease}.correlative-tooltip{position:absolute;transform:translate(12px,-12px);background:#fff;border:1px solid rgba(14,37,23,.2);border-radius:12px;padding:.5rem .75rem;box-shadow:0 10px 24px #0000001a;font-size:.75rem;color:#0e2517;pointer-events:none;min-width:140px;z-index:10}.correlative-tooltip--left{transform:translate(calc(-100% - 12px),-12px)}.correlative-tooltip-header{display:flex;align-items:center;justify-content:space-between;font-weight:700;margin-bottom:.35rem;color:#2f3d2f}.correlative-tooltip-list{display:flex;flex-direction:column;gap:.25rem}.correlative-tooltip-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:#546354}.correlative-tooltip-series{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;color:#3f4f3f}.correlative-tooltip-marker{width:8px;height:8px;display:inline-block;flex-shrink:0}.correlative-tooltip-marker--circle{border-radius:50%}.correlative-tooltip-marker--line{width:16px;height:0;border:none;border-top:2.5px dashed}.correlative-legend{display:flex;align-items:center;justify-content:center;gap:1.5rem;font-size:.8rem;color:#5b6b5b;padding:.2px 0 .25rem;flex-wrap:wrap}.correlative-legend-item{display:inline-flex;align-items:center;gap:.4rem;font-weight:600}.correlative-legend-symbol{flex-shrink:0}.correlative-note{display:flex;align-items:center;gap:.75rem;background:transparent;border-radius:0;padding:.75rem 0;border:none;color:#314158;font-size:.875rem;line-height:1.45}.correlative-note p{margin:0}.correlative-note-toggle{display:none}.correlative-note-icon{width:40px;height:40px;border-radius:50%;background:#f1f7fe;border:none;display:inline-flex;align-items:center;justify-content:center;color:#0046b0;flex-shrink:0}.correlative-note-icon-inner{width:18px;height:18px;border-radius:50%;border:2px solid #0046B0;display:inline-flex;align-items:center;justify-content:center}.correlative-note-icon-glyph{display:inline-block;font-size:10px;font-weight:700;line-height:1;transform:rotate(180deg)}.correlative-empty-state{display:flex;align-items:center;justify-content:center;min-height:340px;color:#7b8a7b;font-size:.9rem;font-weight:500}.correlative-chart-shell .chart-timeline{gap:0}.correlative-chart-shell .chart-timeline-label:first-of-type{width:78px;justify-content:flex-end;padding-right:12px;box-sizing:border-box}.correlative-chart-shell .chart-timeline-label:last-of-type{width:96px;justify-content:flex-start;padding-left:12px;box-sizing:border-box;margin-right:0}@media(max-width:768px){.correlative-card{padding:1.25rem}.correlative-card-header{flex-direction:column}.correlative-filters{width:100%}.correlative-filter{flex:1}.correlative-filter .custom-select{flex:1;min-width:0}.correlative-cage-buttons{justify-content:center}.correlative-chart-shell{padding:.75rem .75rem .5rem}.correlative-timeline-handle{width:22px;height:22px}.correlative-note{font-size:.8125rem;gap:.5rem}.correlative-note-icon{width:32px;height:32px}.correlative-legend{gap:.75rem;font-size:.75rem}.correlative-chart-shell .chart-timeline-label:first-of-type{width:auto;padding-right:8px}.correlative-chart-shell .chart-timeline-label:last-of-type{width:auto;padding-left:8px}}@media(max-width:640px){.correlative-card{padding:1rem}.correlative-eyebrow{font-size:14px}.correlative-subtitle{font-size:12px}.correlative-chart-shell{padding:.5rem}.correlative-chart-wrap{min-height:280px}.correlative-filter-label{font-size:11px}.correlative-cage-button{padding:.375rem .75rem;font-size:.8rem;min-width:44px}.correlative-legend{gap:.5rem;font-size:.7rem}.correlative-note{cursor:pointer}.correlative-note p{flex:1;min-width:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.correlative-note--open p{display:block;-webkit-line-clamp:unset;overflow:visible}.correlative-note-toggle{display:flex;align-items:center;flex-shrink:0;color:#647469}.correlative-note-toggle svg{transition:transform .2s ease}.correlative-note--open .correlative-note-toggle svg{transform:rotate(180deg)}}.cage-metrics-overview{display:flex;flex-direction:column;gap:2rem;font-family:Manrope,sans-serif}.cage-metrics-loading{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.cage-metrics-skeleton-card{height:200px;border-radius:16px;background:linear-gradient(110deg,#f0f0f0 8%,#e8e8e8 18%,#f0f0f0 33%);background-size:200% 100%;animation:skeletonShimmer 1.5s ease-in-out infinite}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.cage-metrics-group{display:flex;flex-direction:column;gap:.75rem}.cage-metrics-group-header{display:flex;align-items:center;justify-content:space-between}.cage-metrics-group-title{margin:0;font-weight:700;font-size:20px;line-height:1;letter-spacing:-.03px;color:#0e2517}.cage-metrics-group-link{display:inline-flex;align-items:center;gap:4px;background:none;border:none;padding:0;cursor:pointer;font-family:Manrope,sans-serif;font-weight:600;font-size:13px;color:#62748e;transition:color .2s ease}.cage-metrics-group-link:hover{color:#0e2517}.cage-metrics-group-link svg{flex-shrink:0}.cage-metrics-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.cage-metric-card{background:#fff;border:none;border-radius:24px;padding:20px 20px 16px;display:flex;flex-direction:column;gap:20px;min-width:0;transition:box-shadow .2s ease}.cage-metric-card:hover{box-shadow:0 4px 16px #0000000f}.cage-metric-card-header{display:flex;align-items:center;gap:.625rem}.cage-metric-card-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;background:#f0f4f8;flex-shrink:0}.cage-metric-card-icon img{width:22px;height:22px;object-fit:contain}.cage-metric-card-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.cage-metric-card-name{font-weight:700;font-size:16px;line-height:1.25;letter-spacing:-.03px;color:#0e2517}.cage-metric-card-subtitle{font-weight:500;font-size:12px;line-height:1.3;letter-spacing:-.03px;color:#62748e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cage-metric-card-badge{display:inline-block;padding:3px 10px;border-radius:999px;font-weight:600;font-size:12px;line-height:1.4;letter-spacing:-.01em;white-space:nowrap;flex-shrink:0}.cage-metric-card-value-row{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.cage-metric-card-value{display:flex;align-items:baseline;gap:3px}.cage-metric-card-number{font-weight:700;font-size:40px;line-height:1;letter-spacing:-.03em;color:#0e2517}.cage-metric-card-max{font-weight:500;font-size:14px;color:#62748e}.cage-metric-card-change-wrap{display:inline-flex;align-items:flex-end;gap:0;white-space:nowrap}.cage-metric-card-change-icon{width:14px;height:14px;display:block}.cage-metric-card-change{font-family:Manrope,sans-serif;font-weight:600;font-size:14px;line-height:1.3;letter-spacing:-.01em}.cage-metric-card-change--up{color:#16a34a}.cage-metric-card-change--down{color:#dc2626}.cage-metric-card-change-label{font-family:Manrope,sans-serif;font-weight:500;font-size:10px;line-height:1.3;letter-spacing:-.01em;color:#62748e}.cage-metric-range-bar{width:100%;padding:0}.cage-metric-card-range-section{display:flex;flex-direction:column;gap:12px}.cage-metric-range-track{position:relative;height:8px;border-radius:999px;background-color:#e5e7eb;overflow:visible}.cage-metric-range-fill{position:absolute;top:0;left:0;height:100%;border-radius:999px;transition:width .3s ease}.cage-metric-range-fill--riesgo{--range-dot-color: #E03D90;background:linear-gradient(90deg,#f3b1d3,#e03d90)}.cage-metric-range-fill--normal{--range-dot-color: #0046B0;background:linear-gradient(90deg,#f1f7fe,#0046b0)}.cage-metric-range-fill--excelente{--range-dot-color: #279E27;background:linear-gradient(90deg,#a9d8a9,#279e27)}.cage-metric-range-tick{position:absolute;top:-4px;width:0;height:calc(100% + 8px);transform:translate(-50%);border-left:1.5px dashed #374151}.cage-metric-range-dot{position:absolute;top:50%;width:12px;height:12px;border-radius:50%;background:--range-dot-color;border:none;transform:translate(-50%,-50%);box-shadow:0 0 0 2px #fff;z-index:1;transition:left .3s ease}.cage-metric-card-range-label{margin:0;font-weight:500;font-size:14px;line-height:16px;letter-spacing:-.4px;text-align:center;color:#999}.cage-metric-distribution{display:flex;flex-direction:column;gap:10px}.cage-metric-distribution-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;border-top:1px solid #F0F0F0;padding:10px 0 0;cursor:pointer;font-family:Manrope,sans-serif;font-weight:600;font-size:12px;color:#62748e;transition:color .2s ease}.cage-metric-distribution-toggle:hover{color:#0e2517}.cage-metric-distribution-toggle svg{flex-shrink:0;transition:transform .2s ease}.cage-metric-distribution-chevron--open{transform:rotate(180deg)}.cage-metric-distribution-bars{display:flex;flex-direction:column;gap:6px}.cage-metric-distribution-row{display:flex;align-items:center;gap:8px}.cage-metric-distribution-label{font-weight:600;font-size:11px;min-width:60px;text-align:right}.cage-metric-distribution-track{flex:1;position:relative;height:8px;border-radius:999px;background:#e5e7eb;overflow:visible}.cage-metric-distribution-fill{position:absolute;top:0;left:0;height:100%;border-radius:999px;transition:width .3s ease}.cage-metric-distribution-dot{position:absolute;top:50%;width:10px;height:10px;border-radius:50%;border:none;transform:translate(-50%,-50%);box-shadow:0 0 0 2px #fff;z-index:1;transition:left .3s ease}.cage-metric-distribution-pct{font-weight:600;font-size:11px;color:#0e2517;min-width:32px;text-align:right}.cage-metric-card--pending{background:#f8fafc;border-color:#e5e7eb}.cage-metric-card-icon--pending{background:#e8ecf0}.cage-metric-card-badge--pending{background-color:#e8ecf0;color:#62748e}.cage-metric-card-number--pending{color:#62748e}.cage-metric-card--pending .cage-metric-card-change--pending{color:#62748e;font-family:Manrope,sans-serif;font-weight:600;font-size:14px;line-height:1.3;letter-spacing:-.01em}.cage-metrics-load-more{display:inline-flex;align-items:center;justify-content:center;gap:6px;align-self:center;padding:10px 24px;background:#fff;border:1px solid #e5e7eb;border-radius:999px;font-family:Manrope,sans-serif;font-weight:600;font-size:14px;color:#0e2517;cursor:pointer;transition:background .2s ease,box-shadow .2s ease}.cage-metrics-load-more:hover{background:#f9fafb;box-shadow:0 2px 8px #0000000f}.cage-metrics-load-more svg{flex-shrink:0}@media(max-width:1024px){.cage-metrics-cards,.cage-metrics-loading{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.cage-metrics-cards{grid-template-columns:minmax(0,1fr);gap:12px}.cage-metrics-loading{grid-template-columns:minmax(0,1fr)}.cage-metric-card-number{font-size:28px}.cage-metric-card{padding:16px 16px 12px;gap:16px}.cage-metric-card-name{font-size:14px}.cage-metric-card-change-label{font-size:9px}.cage-metrics-group-title{font-size:17px}.cage-metrics-load-more{min-height:44px;padding:10px 20px;font-size:13px}}.species-heatmap-card{width:100%;background:#fff;border-radius:24px;box-shadow:0 1px 3px #0000000f;padding:20px;display:flex;flex-direction:column;gap:20px;font-family:Manrope,sans-serif}.species-heatmap-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.species-heatmap-title{margin:0;font-size:18px;font-weight:700;letter-spacing:-.03px;color:#0e2517}.species-heatmap-subtitle{margin:4px 0 0;font-size:14px;font-weight:500;color:#62748e}.species-heatmap-shell{border-radius:16px;background:#fff;overflow-x:auto}.species-heatmap-grid-wrapper{min-width:100%;width:fit-content}.species-heatmap-grid{display:grid}.species-heatmap-cell{display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#475569;border-bottom:1px solid #E5E7EB;transition:background-color .15s ease}.species-heatmap-cell--group-header{font-weight:700;font-size:14px;color:#0e2517;text-align:center;padding:8px 11px}.species-heatmap-cell--col-header{font-weight:600;font-size:14px;color:#475569;white-space:nowrap;padding:8px 11px;text-align:center}.species-heatmap-cell--row-label{background:#fff;justify-content:flex-start;font-weight:600;font-size:14px;color:#475569;cursor:pointer;position:sticky;left:0;z-index:1;border-left:3px solid transparent;white-space:nowrap}.species-heatmap-cell--data{min-height:24px;height:28px;border-radius:4px;margin:1px;font-weight:600;font-size:14px;border:none;position:relative;cursor:default}.species-heatmap-cell--data:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background:#1e293b;color:#fff;font-size:12px;font-weight:600;padding:4px 8px;border-radius:6px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .15s ease;z-index:10}.species-heatmap-cell--data:hover:after{opacity:1}.species-heatmap-legend{display:flex;align-items:center;justify-content:center;gap:12px;padding-top:4px}.species-heatmap-legend-label{font-size:13px;font-weight:500;color:#62748e}.species-heatmap-legend-swatches{display:flex;gap:4px}.species-heatmap-legend-swatch{width:36px;height:18px;border-radius:4px}.species-heatmap-strata-tabs{display:flex;gap:6px;overflow-x:auto;padding:4px;border:1px solid #D2D6D1;border-radius:999px;scrollbar-width:none}.species-heatmap-strata-tabs::-webkit-scrollbar{display:none}.species-heatmap-strata-tab{flex-shrink:0;padding:6px 14px;border:none;border-radius:999px;background:none;color:#62748e;font-family:Manrope,sans-serif;font-size:13px;font-weight:600;white-space:nowrap;cursor:pointer;min-height:44px;display:inline-flex;align-items:center;transition:background-color .15s ease,color .15s ease}.species-heatmap-strata-tab:hover{color:#3d4f43;background:#0e25170f}.species-heatmap-strata-tab--active{background:#0e2517;color:#fefff0;font-weight:700}.species-heatmap-strata-tab--active:hover{background:#0e2517;color:#fff}.species-heatmap-note{display:flex;align-items:center;gap:.75rem;background:transparent;border-radius:0;padding:.75rem 0;border:none;color:#314158;font-size:.875rem;line-height:1.45}.species-heatmap-note p{margin:0}.species-heatmap-note-toggle{display:none}.species-heatmap-note-icon{width:40px;height:40px;border-radius:50%;background:#f1f7fe;border:none;display:inline-flex;align-items:center;justify-content:center;color:#0046b0;flex-shrink:0}.species-heatmap-note-icon-inner{width:18px;height:18px;border-radius:50%;border:2px solid #0046B0;display:inline-flex;align-items:center;justify-content:center}.species-heatmap-note-icon-glyph{display:inline-block;font-size:10px;font-weight:700;line-height:1;transform:rotate(180deg)}.species-heatmap-skeleton{width:100%;height:480px;border-radius:16px;background:linear-gradient(110deg,#f0f0f0 8%,#e8e8e8 18%,#f0f0f0 33%);background-size:200% 100%;animation:speciesHeatmapShimmer 1.5s ease-in-out infinite}.species-heatmap-skeleton-title{width:260px;height:20px;border-radius:8px;background:linear-gradient(110deg,#f0f0f0 8%,#e8e8e8 18%,#f0f0f0 33%);background-size:200% 100%;animation:speciesHeatmapShimmer 1.5s ease-in-out infinite}.species-heatmap-skeleton-subtitle{width:380px;height:16px;margin-top:6px;border-radius:8px;background:linear-gradient(110deg,#f0f0f0 8%,#e8e8e8 18%,#f0f0f0 33%);background-size:200% 100%;animation:speciesHeatmapShimmer 1.5s ease-in-out infinite}@keyframes speciesHeatmapShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.species-heatmap-empty{display:flex;align-items:center;justify-content:center;min-height:300px;color:#7b8a7b;font-size:.9rem;font-weight:500}@media(max-width:1024px){.species-heatmap-shell{padding:0}.species-heatmap-grid{min-width:0}}@media(max-width:768px){.species-heatmap-header{flex-direction:column;align-items:flex-start}.species-heatmap-cell{font-size:13px}}@media(max-width:640px){.species-heatmap-card{padding:16px;gap:16px;box-shadow:none}.species-heatmap-title{font-size:15px}.species-heatmap-subtitle{font-size:13px}.species-heatmap-cell--row-label{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:140px}.species-heatmap-cell--col-header{font-size:11px;padding:0 6px 8px}.species-heatmap-cell--data{min-height:20px;height:24px;font-size:11px}.species-heatmap-legend-label{font-size:11px}.species-heatmap-legend-swatch{width:28px;height:14px}.species-heatmap-note{font-size:.8125rem;gap:.5rem;cursor:pointer}.species-heatmap-note-icon{width:32px;height:32px}.species-heatmap-note p{flex:1;min-width:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.species-heatmap-note--open p{display:block;-webkit-line-clamp:unset;overflow:visible}.species-heatmap-note-toggle{display:flex;align-items:center;flex-shrink:0;color:#647469}.species-heatmap-note-toggle svg{transition:transform .2s ease}.species-heatmap-note--open .species-heatmap-note-toggle svg{transform:rotate(180deg)}}.batch-tabs{width:calc(100% + 80px);margin-top:-17px;margin-left:-40px;margin-right:-40px;padding:24px 40px;font-family:Manrope,sans-serif;border-bottom:none;background:none}.batch-tabs-scroll{display:inline-flex;gap:8px;overflow-x:auto;padding:4px;border:1px solid #D2D6D1;border-radius:999px;scrollbar-width:thin;scrollbar-color:#FFFFFF transparent}.batch-tabs-scroll::-webkit-scrollbar{height:4px}.batch-tabs-scroll::-webkit-scrollbar-track{background:transparent}.batch-tabs-scroll::-webkit-scrollbar-thumb{background:#c4cac6;border-radius:4px}.batch-tab{flex-shrink:0;padding:8px 20px;border:none;border-radius:999px;background:none;color:#62748e;font-family:Manrope,sans-serif;font-size:16px;font-weight:600;white-space:nowrap;cursor:pointer;transition:background-color .15s ease,color .15s ease}.batch-tab:hover{color:#3d4f43;background:#0e25170f}.batch-tab--selected{background:#0e2517;color:#fefff0;font-weight:700}.batch-tab--selected:hover{background:#0e2517;color:#fff}.batch-tab--skeleton{width:100px;height:36px;border-radius:999px;background:linear-gradient(90deg,#f0f2ed 25%,#e8ebe5,#f0f2ed 75%);background-size:200% 100%;animation:batchTabShimmer 1.5s infinite}@keyframes batchTabShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:768px){.batch-tabs{width:calc(100% + 32px);margin-top:0;margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px;overflow:hidden}.batch-tabs-scroll{display:flex;max-width:100%;border-radius:999px;gap:6px;scrollbar-width:none}.batch-tabs-scroll::-webkit-scrollbar{display:none}.batch-tab{padding:6px 16px;font-size:13px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}}@media(max-width:640px){.batch-tab{padding:6px 12px;font-size:12px}.batch-tab--skeleton{width:80px}}.centers-results{animation:centersFadeIn .5s ease-in;font-family:Manrope,sans-serif;padding:0;background-color:#f8f9f6;min-height:100%}@keyframes centersFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.centers-results-content{display:grid;grid-template-columns:minmax(0,1fr);gap:1.5rem;margin-top:0}.centers-results-header{display:flex;align-items:center;flex-wrap:wrap;gap:8px 16px}.centers-results-name{margin:0;font-family:Manrope,sans-serif;font-weight:800;font-size:24px;line-height:100%;letter-spacing:-.03em;color:#0e2517;text-align:left}.centers-results-status{display:inline-block;padding:4px 12px;border-radius:999px;font-family:Manrope,sans-serif;font-weight:600;font-size:14px;line-height:100%;letter-spacing:-.03em}.centers-results-status--success{background:#eef8ed;color:#1f7e1f}.centers-results-status--critical{background:#fdf2f8;color:#b33173}.centers-results-status--warning{background:#fdf2f7;color:#b33173}.centers-results-status--good{background:#f1f7fe;color:#0046b0}.centers-results-status--attention{background:#fef3e2;color:#b8600b}.centers-results-status--pending{background:#f1f5f9;color:#314158}.centers-results-meta{width:100%;margin:0;font-family:Manrope,sans-serif;font-weight:500;font-size:16px;line-height:100%;letter-spacing:-.03em;color:#62748e}@media(max-width:768px){.centers-results,.centers-results-content{min-width:0;overflow-x:hidden}.centers-results-content{gap:1rem}.centers-results-name{font-size:20px}.centers-results-meta{font-size:14px}}@media(max-width:640px){.centers-results-name{font-size:18px}.centers-results-meta{font-size:13px}.centers-results-status{font-size:12px;padding:3px 10px}}.notifications{animation:notificationsFadeIn .4s ease-out;font-family:Manrope,sans-serif}@keyframes notificationsFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.notifications-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.notifications-header-left{display:flex;align-items:center;gap:.75rem}.notifications-header-title{font-size:24px;font-weight:800;color:#0e2517;letter-spacing:.03px;margin:0}.notifications-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 7px;border-radius:50%;background-color:#fb61d8;color:#fff;font-size:.75rem;font-weight:600}.notifications-mark-all-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;font-size:.8125rem;font-weight:500;font-family:Manrope,sans-serif;border-radius:999px;cursor:pointer;background:#fff;color:#0e2517;border:1px solid rgba(14,37,23,.3);transition:background .2s ease,border-color .2s ease}.notifications-mark-all-btn:hover{background:#f5f7f3;border-color:#0e2517}.notifications-group{margin-bottom:2rem}.notifications-group-label{font-size:.875rem;font-weight:600;color:#6b7280;margin:0 0 .75rem}.notifications-list{display:flex;flex-direction:column}.notification-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:#fff;border:1px solid rgba(14,37,23,.08);border-bottom:none;cursor:pointer;transition:background .15s ease}.notification-item:first-child{border-radius:16px 16px 0 0}.notification-item:last-child{border-bottom:1px solid rgba(14,37,23,.08);border-radius:0 0 16px 16px}.notification-item:only-child{border-radius:16px;border-bottom:1px solid rgba(14,37,23,.08)}.notification-item:hover{background:#f8fafb}.notification-item--unread{background:#fafff8}.notification-item--unread:hover{background:#f5faf2}.notification-item-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;border-radius:50%;background:#f1f5f9;color:#0e2517;flex-shrink:0}.notification-item-content{flex:1;min-width:0}.notification-item-title{font-size:.9375rem;font-weight:600;color:#0e2517;margin:0 0 2px}.notification-item-desc{font-size:.875rem;color:#6b7280;margin:0;line-height:1.4}.notification-item-time{font-size:.8125rem;color:#9ca3af;white-space:nowrap;flex-shrink:0;margin-top:2px}.notification-item-dot{width:10px;height:10px;min-width:10px;border-radius:50%;background-color:#ef4444;margin-top:6px;flex-shrink:0}.notification-item-card{display:flex;align-items:center;gap:.75rem;margin:.75rem 0 .5rem;padding:.75rem;border-radius:12px;border:1px solid rgba(14,37,23,.08);background:#fff;max-width:400px;overflow:hidden}.notification-item-card-thumb{width:48px;height:48px;min-width:48px;border-radius:8px}.notification-item-card-body{display:flex;flex-direction:column;gap:.35rem;min-width:0;overflow:hidden}.notification-item-card-title{font-size:.875rem;font-weight:600;color:#0e2517}.notification-item-card-action{display:inline-flex;align-items:center;padding:4px 14px;font-size:.75rem;font-weight:500;font-family:Manrope,sans-serif;border-radius:999px;border:none;cursor:pointer;background:#0e2517;color:#fefff0;transition:background .2s ease;width:fit-content}.notification-item-card-action:hover{background:#1a3d2a}.notifications-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;min-height:60vh}.notifications-empty-illustration{position:relative;margin-bottom:2rem}.notifications-empty-img{width:200px;height:auto}.notifications-empty-illustration:before,.notifications-empty-illustration:after{content:"+";position:absolute;font-size:1rem;color:#d1d5db;font-weight:300}.notifications-empty-illustration:before{top:-10px;right:-24px}.notifications-empty-illustration:after{bottom:10px;left:-24px}.notifications-empty-title{font-size:1.25rem;font-weight:700;color:#0e2517;margin:0 0 .5rem}.notifications-empty-text{font-size:.9375rem;color:#6b7280;max-width:400px;line-height:1.5;margin:0}@media(max-width:768px){.notifications-header{flex-direction:column;align-items:flex-start;gap:.75rem}.notifications-header-title{font-size:18px}.notification-item{display:grid;grid-template-columns:40px 1fr auto;grid-template-rows:auto auto;gap:0 .75rem;padding:.875rem 1rem}.notification-item-icon{grid-row:1 / -1;align-self:start;margin-top:2px}.notification-item-content{grid-column:2 / -1;grid-row:1}.notification-item-time{grid-column:2;grid-row:2;font-size:.75rem;margin-top:4px}.notification-item-dot{grid-column:3;grid-row:1;margin-top:4px;justify-self:end}.notification-item-title{font-size:.875rem;padding-right:20px}.notification-item-desc{font-size:.8125rem}.notification-item-card{max-width:100%}.notifications-empty-img{width:150px}}.sidebar{width:280px;height:100vh;background-color:#0e2517;display:flex;flex-direction:column;position:fixed;left:0;top:0;padding:24px;font-family:Manrope,sans-serif;transition:width .3s ease;overflow:visible;border-radius:0 24px 24px 0;z-index:200;box-shadow:4px 0 24px #00000026}.sidebar.minimized{width:80px;align-items:center}.sidebar-header{padding:14px 0 48px;display:flex;align-items:center;justify-content:center;gap:.5rem}.logo-container{display:flex;align-items:center;justify-content:center;gap:.5rem;flex:1;min-width:0;overflow:hidden}.logo-icon{height:40px;width:auto;display:block;flex-shrink:0}.logo-text-icon{height:32px;width:auto;display:block;flex-shrink:1;min-width:0;max-width:100%;object-fit:contain}.toggle-button{position:absolute;right:-14px;top:40px;width:28px;height:28px;border-radius:50%;background-color:#fff;border:1px solid #e0e0e0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;color:#333;box-shadow:0 2px 8px #00000026;z-index:150}.toggle-button:hover{background-color:#f5f5f5;box-shadow:0 2px 12px #0003}.toggle-icon{display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.toggle-icon.flipped{transform:rotate(180deg)}.toggle-icon svg{width:16px;height:16px}.sidebar-nav{flex:1;padding:0;display:flex;flex-direction:column;gap:.25rem;overflow:hidden}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:transparent;border:1px solid transparent;cursor:pointer;text-align:left;font-family:Manrope,sans-serif;font-size:.9rem;color:#ffffffd9;transition:all .2s ease;width:100%;border-radius:50px;white-space:nowrap}.nav-item:hover:not(:disabled){background-color:#ffffff1a;color:#fff}.nav-item:disabled{opacity:.4;pointer-events:none}.nav-item.active{background-color:#fb61d81a;border:1px solid #FB61D8;border-radius:50px;color:#fff}.nav-item.active .nav-text{font-weight:500}.nav-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.nav-icon svg{width:20px;height:20px}.nav-text{font-weight:400;transition:font-weight .2s;display:flex;flex-direction:column}.nav-disabled-message{font-size:.7rem;opacity:.7;font-style:italic}.sidebar-footer{padding:0;display:flex;flex-direction:column;gap:.25rem;margin-top:auto;overflow:hidden}.footer-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:transparent;border:none;cursor:pointer;text-align:left;text-decoration:none;font-family:Manrope,sans-serif;font-size:.9rem;color:#ffffffd9;transition:all .2s ease;width:100%;border-radius:50px;white-space:nowrap}.footer-item:hover{background-color:#ffffff1a;color:#fff}.footer-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.footer-icon svg{width:20px;height:20px}.footer-text{font-weight:400}.sidebar.minimized .logo-container{justify-content:center}.sidebar.minimized .sidebar-header{justify-content:center;align-items:center;padding:22px 0 48px;width:100%}.sidebar.minimized .logo-container{justify-content:center;align-items:center;width:100%}.sidebar.minimized .toggle-button{right:-14px}.sidebar.minimized .nav-item,.sidebar.minimized .footer-item{justify-content:center;width:48px;height:48px;padding:0;border-radius:50%;margin:0 auto}.sidebar.minimized{padding:12px}.sidebar.minimized .nav-item,.sidebar.minimized .footer-item{position:relative}.sidebar.minimized .nav-item:after,.sidebar.minimized .footer-item:after{content:attr(data-tooltip);position:absolute;left:calc(100% + 16px);top:50%;transform:translateY(-50%);background-color:#0e2517;color:#fefff0;padding:8px 16px;border-radius:50px;font-size:.85rem;font-family:Manrope,sans-serif;font-weight:500;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .2s ease;z-index:300}.sidebar.minimized .nav-item:hover:after,.sidebar.minimized .footer-item:hover:after{opacity:1}.sidebar.minimized .sidebar-nav,.sidebar.minimized .sidebar-footer{padding:0;overflow:visible}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:150;transition:opacity .2s ease;opacity:0}.sidebar-overlay--open{display:block;opacity:1}@media(max-width:768px){.sidebar{width:220px;transform:translate(-100%);transition:transform .3s ease;border-radius:0 24px 24px 0;box-shadow:4px 0 24px #00000040;padding:16px}.sidebar.mobile-open{transform:translate(0)}.sidebar.minimized{width:260px;transform:translate(-100%)}.sidebar.mobile-open.minimized{transform:translate(0)}.sidebar-header{padding:1rem .5rem 1.5rem;justify-content:flex-start}.logo-container{justify-content:flex-start}.nav-text,.footer-text,.logo-text-icon{display:inline}.logo-text-icon{display:block;height:26px}.toggle-button{display:none}.nav-item,.footer-item{justify-content:flex-start;padding:.6rem .75rem;font-size:.825rem;gap:.6rem}.logo-icon{height:26px}.nav-icon svg,.footer-icon svg{width:18px;height:18px}.nav-disabled-message{display:none}}.notif-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:380px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f;border:1px solid rgba(14,37,23,.08);z-index:300;overflow:hidden;animation:notifDropdownFadeIn .15s ease-out;font-family:Manrope,sans-serif}@keyframes notifDropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.notif-dropdown-header{padding:16px 20px 12px;border-bottom:1px solid rgba(14,37,23,.08)}.notif-dropdown-title{font-size:1rem;font-weight:700;color:#0e2517}.notif-dropdown-list{padding:4px 0}.notif-dropdown-item{display:flex;align-items:flex-start;gap:12px;padding:12px 20px;cursor:pointer;transition:background .15s ease}.notif-dropdown-item:hover{background:#f8fafb}.notif-dropdown-item-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;border-radius:50%;background:#f1f5f9;color:#0e2517;flex-shrink:0}.notif-dropdown-item-content{flex:1;min-width:0}.notif-dropdown-item-text{font-size:.875rem;font-weight:500;color:#0e2517;margin:0 0 2px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notif-dropdown-item-extra{color:#6b7280;font-weight:400}.notif-dropdown-item-time{font-size:.8125rem;color:#9ca3af}.notif-dropdown-item-dot{width:9px;height:9px;min-width:9px;border-radius:50%;background-color:#ef4444;margin-top:4px;flex-shrink:0}.notif-dropdown-footer{border-top:1px solid rgba(14,37,23,.08);padding:12px 20px;text-align:center}.notif-dropdown-view-all{font-size:.875rem;font-weight:600;color:#0e2517;background:none;border:none;cursor:pointer;font-family:Manrope,sans-serif;padding:0;transition:color .15s ease}.notif-dropdown-view-all:hover{color:#6b7280}.notif-dropdown-empty{display:flex;flex-direction:column;align-items:center;padding:24px 20px 28px;text-align:center}.notif-dropdown-empty-img{width:100px;height:auto;margin-bottom:12px}.notif-dropdown-empty-text{font-size:.875rem;font-weight:600;color:#0e2517;margin:0}@media(max-width:768px){.notif-dropdown{display:none}}.page-header{display:flex;align-items:center;justify-content:space-between;padding:24px 40px;position:fixed;top:0;right:0;left:280px;background-color:#f4f5f2;z-index:100;transition:left .3s ease}.page-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#e5e7eb;z-index:1}.header-left{display:flex;flex-direction:column;gap:10px}.header-title{font-size:28px;font-weight:900;line-height:100%;letter-spacing:-.03em;color:#0e2517;margin:0}.header-subtitle{font-size:16px;font-weight:500;line-height:100%;letter-spacing:-.03em;color:#0e2517;margin:0}.header-right{display:flex;align-items:center;gap:16px;min-width:0}.search-container{position:relative;display:flex;align-items:center;gap:12px;min-width:0;width:360px;max-width:100%}.search-icon{position:absolute;left:16px;width:20px;height:20px;pointer-events:none;object-fit:contain}.search-input{padding:16px 14px 16px 48px;width:100%;height:48px;min-width:0;box-sizing:border-box;border:1px solid rgba(14,37,23,.3);border-radius:9999px;font-size:.9375rem;background-color:#fff;color:#0e2517;font-family:Manrope,sans-serif;transition:border-color .2s ease,box-shadow .2s ease}.search-input::placeholder{color:#0e2517;font-weight:500;opacity:.7}.search-input:focus{outline:none}.notification-wrapper{position:relative}.notification-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid rgba(14,37,23,.3);background-color:#fff;border-radius:50%;cursor:pointer;color:#0e2517;transition:background-color .2s ease,color .2s ease,border-color .2s ease;position:relative}.notification-btn:hover{background-color:#f3f4f6;color:#374151;border-color:#d1d5db}.notification-btn-badge{position:absolute;top:8px;right:8px;width:10px;height:10px;border-radius:50%;background-color:#ef4444;border:2px solid #fff}.header-divider{width:1px;height:40px;background-color:#0e25174d;margin:0 .5rem}.user-menu-wrapper{position:relative}.user-menu{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.35rem .6rem .35rem .35rem;border-radius:9999px;border:1px solid rgba(14,37,23,.3);background-color:#fff;transition:background-color .2s ease,border-color .2s ease}.user-menu:hover{background-color:#f3f4f6;border-color:#d1d5db}.user-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.user-avatar img{width:100%;height:100%;object-fit:cover}.avatar-initials{color:#fff;font-size:.75rem;font-weight:600}.user-info{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem}.user-name{font-size:.9375rem;font-weight:500;color:#0e2517;line-height:1.2}.user-role{font-size:.8125rem;color:#6b7280;line-height:1.2}.dropdown-arrow{color:#6b7280;margin-left:.25rem}@keyframes userDropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.user-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:250px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f;border:1px solid rgba(14,37,23,.08);z-index:300;overflow:hidden;animation:userDropdownFadeIn .15s ease-out;font-family:Manrope,sans-serif;padding:8px}.user-dropdown-header{display:flex;align-items:center;gap:10px;padding:8px}.user-dropdown-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f1f5f9}.user-dropdown-avatar img{width:100%;height:100%;object-fit:cover}.user-dropdown-info{display:flex;flex-direction:column;gap:2px;min-width:0}.user-dropdown-name{font-size:14px;font-weight:600;color:#0e2517;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-dropdown-role{font-size:12px;font-weight:400;color:#62748e}.user-dropdown-divider{height:1px;background:#e5e7eb;margin:4px 0}.user-dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;font-family:Manrope,sans-serif;font-size:14px;font-weight:500;color:#0e2517;background:none;border:none;border-radius:10px;cursor:pointer;transition:background .15s ease;text-align:left}.user-dropdown-item:hover{background:#0e25170f}.user-dropdown-item--disabled{color:#9ca3af;cursor:default;pointer-events:none}.user-dropdown-item--disabled svg{opacity:.4}.header-mobile-menu-btn{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;background:transparent;color:#fff;cursor:pointer;border-radius:8px;transition:background-color .2s ease}.header-mobile-menu-btn:hover{background:#ffffff1a}.header-mobile-logo{display:none;align-items:center;justify-content:center;gap:6px;flex:1;min-width:0}.header-mobile-logo-img{height:24px;width:auto;object-fit:contain}.header-mobile-logo-dot{width:6px;height:6px;border-radius:50%;background-color:#fb61d8;flex-shrink:0}@media(max-width:1100px){.page-header{padding:16px 24px}.header-title{font-size:22px}.header-subtitle{font-size:14px}.user-info{display:none}}@media(max-width:768px){.page-header{left:0;padding:12px 16px;background-color:#0e2517;justify-content:flex-start;gap:0}.page-header:after{background-color:#ffffff1a}.header-mobile-menu-btn{display:flex;flex-shrink:0}.header-mobile-logo{display:flex}.header-left,.search-container,.notification-wrapper,.header-divider{display:none}.header-right{margin-left:auto;padding-left:0}.user-menu{padding:.2rem .35rem .2rem .2rem;border-radius:999px;border-color:#ffffff4d;background:#ffffff14;gap:.35rem}.user-menu:hover{background:#ffffff1f;border-color:#fff6}.user-info{display:none}.dropdown-arrow{display:block;color:#fff;margin-left:0;width:14px;height:14px}.user-avatar{width:28px;height:28px;border-radius:50%}.user-avatar img{border:1.5px solid rgba(255,255,255,.3)}.avatar-initials{color:#fff}}@media(max-width:480px){.user-avatar{width:24px;height:24px;border-radius:50%}.header-mobile-logo-img{height:20px}}.help-center{min-height:100vh;background:#f8f9f6;font-family:Manrope,sans-serif;display:flex;flex-direction:column}.help-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.25rem 2rem;background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0}.help-header-left{display:flex;align-items:center;gap:1.5rem;min-width:0}.help-header-menu{display:none;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;cursor:pointer;color:#0e2517;border-radius:8px;flex-shrink:0}.help-header-menu:hover{background:#f1f5f9}.help-header-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;flex-shrink:0}.help-header-logo-icon{width:32px;height:32px;object-fit:contain}.help-header-logo-text{height:40px;object-fit:contain}.help-header-title-group{display:flex;flex-direction:column;gap:.125rem;min-width:0}.help-header-title{margin:0;font-weight:800;font-size:20px;line-height:1.2;letter-spacing:-.03em;color:#0e2517}.help-header-subtitle{margin:0;font-weight:500;font-size:13px;line-height:1.2;color:#62748e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.help-header-right{flex-shrink:0}.help-search{position:relative;display:flex;align-items:center}.help-search-icon{position:absolute;left:14px;display:flex;align-items:center;pointer-events:none}.help-search-input{width:240px;padding:10px 14px 10px 42px;border:1px solid rgba(14,37,23,.2);border-radius:999px;font-family:Manrope,sans-serif;font-size:14px;font-weight:500;color:#0e2517;background:#fff;outline:none;transition:border-color .2s ease}.help-search-input::placeholder{color:#62748e}.help-search-input:focus{border-color:#0e2517}.help-layout{display:grid;grid-template-columns:260px minmax(0,1fr) 200px;flex:1;min-height:0}.help-sidebar{border-right:1px solid #e5e7eb;background:#fff;overflow-y:auto;padding:1.5rem 0}.help-sidebar-mobile-header{display:none}.help-sidebar-nav{display:flex;flex-direction:column;gap:.25rem}.help-sidebar-section{display:flex;flex-direction:column}.help-sidebar-section-toggle{display:flex;align-items:center;gap:.375rem;padding:.5rem 1.25rem;background:none;border:none;cursor:pointer;font-family:Manrope,sans-serif;font-weight:600;font-size:13px;color:#62748e;text-align:left;transition:color .15s ease}.help-sidebar-section-toggle:hover{color:#0e2517}.help-sidebar-chevron{display:flex;align-items:center;transition:transform .2s ease}.help-sidebar-chevron.open{transform:rotate(0)}.help-sidebar-chevron:not(.open){transform:rotate(-90deg)}.help-sidebar-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.help-sidebar-link{display:block;padding:.4rem 1.25rem .4rem 2.5rem;font-size:14px;font-weight:500;color:#0e2517;text-decoration:none;transition:background .15s ease;border-left:3px solid transparent}.help-sidebar-link:hover{background:#f8f9f6}.help-sidebar-link.active{background:#eaf5f0;border-left-color:#0e2517;font-weight:600}.help-main{padding:2.5rem 3rem;overflow-y:auto;min-width:0}.help-article-title{margin:0 0 2rem;font-weight:800;font-size:28px;line-height:1.2;letter-spacing:-.03em;color:#0e2517}.help-article-body h2{margin:2rem 0 .75rem;font-weight:700;font-size:20px;line-height:1.3;letter-spacing:-.02em;color:#0e2517}.help-article-body h3{margin:1.5rem 0 .5rem;font-weight:700;font-size:16px;line-height:1.4;letter-spacing:-.01em;color:#0e2517}.help-article-body p{margin:0 0 1rem;font-weight:400;font-size:15px;line-height:1.7;color:#314158}.help-article-body ul,.help-article-body ol{margin:0 0 1rem;padding-left:1.5rem}.help-article-body li{margin-bottom:.375rem;font-size:15px;line-height:1.6;color:#314158}.help-article-body strong{font-weight:700;color:#0e2517}.help-article-body code{background:#f1f5f9;padding:.125rem .375rem;border-radius:4px;font-size:13px}.help-empty{display:flex;align-items:center;justify-content:center;min-height:300px;color:#62748e;font-size:15px}.help-toc-wrapper{padding:2.5rem 1.25rem 2.5rem 0;overflow-y:auto}.help-toc{position:sticky;top:1.5rem}.help-toc-title{margin:0 0 .75rem;font-weight:700;font-size:14px;color:#0e2517}.help-toc-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.help-toc-item{display:flex}.help-toc-item--indent{padding-left:1rem}.help-toc-link{font-size:13px;font-weight:500;color:#62748e;text-decoration:none;padding:.2rem 0;transition:color .15s ease}.help-toc-link:hover{color:#0e2517}.help-sidebar-overlay{display:none}@media(max-width:1024px){.help-layout{grid-template-columns:240px minmax(0,1fr)}.help-toc-wrapper{display:none}.help-main{padding:2rem}}@media(max-width:768px){.help-header{padding:1rem;gap:.75rem}.help-header-menu{display:flex}.help-header-logo{display:none}.help-header-title-group{flex:1}.help-header-title{font-size:18px}.help-header-subtitle{font-size:12px}.help-search-input{width:160px;padding:8px 12px 8px 38px;font-size:13px}.help-layout{grid-template-columns:minmax(0,1fr)}.help-sidebar{position:fixed;top:0;left:0;bottom:0;width:280px;z-index:1000;transform:translate(-100%);transition:transform .3s ease;box-shadow:none}.help-sidebar.open{transform:translate(0);box-shadow:4px 0 24px #0000001f}.help-sidebar-mobile-header{display:flex;align-items:center;padding:1rem 1.25rem .75rem;border-bottom:1px solid #e5e7eb;margin-bottom:.5rem}.help-sidebar-mobile-logo{text-decoration:none}.help-sidebar-mobile-logo-img{height:40px;object-fit:contain}.help-sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:999}.help-main{padding:1.5rem 1rem}.help-article-title{font-size:22px;margin-bottom:1.5rem}.help-article-body h2{font-size:18px}.help-article-body h3{font-size:15px}.help-article-body p,.help-article-body li{font-size:14px}}@media(max-width:640px){.help-header{flex-wrap:wrap}.help-header-right,.help-search-input{width:100%}.help-article-title{font-size:20px}.help-main{padding:1.25rem 1rem}}:root{--primary-color: #646cff;--primary-hover: #535bf2;--secondary-color: #f9f9f9;--text-color: #213547;--bg-color: #F8F9F6;--border-color: #e0e0e0;--shadow: 0 2px 8px rgba(0, 0, 0, .1);--radius: 8px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Manrope,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-color);background-color:var(--bg-color);line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
