.forest-hero{display:flex;align-items:center;gap:2rem;background:var(--color-bg);border-radius:12px;padding:1.5rem 2rem;margin-bottom:1.5rem;box-shadow:0 1px 3px var(--color-shadow)}.forest-hero .tree-count{text-align:center;min-width:120px}.forest-hero .tree-count .number{font-size:2.5rem;font-weight:800;color:var(--color-success);line-height:1}.forest-hero .tree-count .label{font-size:.8rem;color:var(--color-text-muted);margin-top:.25rem}.forest-hero .progress-section{flex:1}.forest-hero .progress-header{display:flex;justify-content:space-between;font-size:.82rem;margin-bottom:.4rem;color:var(--color-text-muted)}.forest-hero .progress-bar{height:12px;background:var(--color-border);border-radius:6px;overflow:hidden}.forest-hero .progress-fill{height:100%;background:var(--color-success);border-radius:6px;transition:width .6s ease}.forest-viz{background:linear-gradient(180deg,var(--color-bg) 0%,var(--color-bg-alt) 100%);border-radius:12px;padding:0;margin-bottom:1.5rem;box-shadow:0 1px 3px var(--color-shadow);overflow:hidden}.forest-viz svg{display:block;width:100%;height:auto}.forest-week-card{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:1.5rem}.forest-kpi{background:var(--color-bg);border-radius:8px;padding:1rem 1.25rem;box-shadow:0 1px 3px var(--color-shadow);text-align:center}.forest-kpi .kpi-value{font-size:1.5rem;font-weight:700;line-height:1.2}.forest-kpi .kpi-label{font-size:.78rem;color:var(--color-text-muted);margin-top:.25rem}.forest-kpi .kpi-value.good{color:var(--color-success)}.forest-kpi .kpi-value.warn{color:var(--color-warning)}.forest-kpi .kpi-value.bad{color:var(--color-error)}.week-progress{margin-top:.5rem}.week-progress .progress-bar{height:10px;background:var(--color-border);border-radius:5px;overflow:hidden}.week-progress .progress-fill{height:100%;background:var(--color-success);border-radius:5px;transition:width .6s ease}.week-progress-header{display:flex;justify-content:space-between;font-size:.78rem;color:var(--color-text-muted);margin-bottom:.3rem}.forest-no-week{font-size:.85rem;color:var(--color-text-muted);font-style:italic}.forest-controls{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.level-pills{display:inline-flex;border:1px solid var(--color-border);border-radius:6px;overflow:hidden}.level-pill{padding:.5rem 1rem;font-size:.85rem;font-weight:500;border:none;background:var(--color-bg);color:var(--color-text-muted);cursor:pointer;transition:all .15s}.level-pill:not(:last-child){border-right:1px solid var(--color-border)}.level-pill:hover{background:var(--color-bg-alt)}.level-pill.active{background:var(--color-primary);color:#fff}.forest-table-wrap{background:var(--color-bg);border-radius:8px;padding:1rem 1.5rem;box-shadow:0 1px 3px var(--color-shadow);margin-bottom:1.5rem;overflow-x:auto}.forest-table{width:100%;font-size:.82rem;border-collapse:collapse}.forest-table th,.forest-table td{text-align:right;padding:7px 10px;white-space:nowrap}.forest-table thead th{font-size:.75rem;font-weight:600;color:var(--color-text-muted);border-bottom:2px solid var(--color-border);position:sticky;top:0;background:var(--color-bg)}.forest-table thead th:first-child{text-align:left}.forest-table tbody td:first-child{text-align:left;font-weight:500}.forest-table tbody tr:hover td{background:var(--color-bg-alt)}.forest-table .total-row td{background:var(--blue-50);font-weight:700;border-top:2px solid var(--color-border)}[data-theme=dark] .forest-table .total-row td{background:var(--blue-900)}.forest-table .parent-row{cursor:pointer}.forest-table .parent-row .chevron{display:inline-block;font-size:.65rem;transition:transform .15s;margin-right:.3rem}.forest-table .parent-row.expanded .chevron{transform:rotate(90deg)}.forest-table .sub-row td{font-size:.78rem;color:var(--color-text-muted)}.forest-table .sub-row td:first-child{padding-left:2rem;font-weight:400;border-left:3px solid var(--color-primary-alpha, rgba(0, 156, 233, .2))}.hidden{display:none}.pct:after{content:"%";font-size:.7rem;color:var(--color-text-muted)}.forest-admin{background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;margin-top:1.5rem}.forest-admin summary{padding:.75rem 1rem;font-size:.85rem;font-weight:600;cursor:pointer;color:var(--color-text-muted)}.forest-admin[open] summary{border-bottom:1px solid var(--color-border)}.forest-admin .config-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding:1rem}.forest-admin .config-field label{display:block;font-size:.78rem;font-weight:600;color:var(--color-text-muted);margin-bottom:.3rem}.forest-admin .config-field input{width:100%;padding:.45rem .6rem;font-size:.85rem;border:1px solid var(--color-border);border-radius:6px;background:var(--color-bg);color:var(--color-text)}.forest-admin .config-field input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-primary-alpha, rgba(0, 156, 233, .2))}.forest-admin .config-actions{padding:0 1rem 1rem;display:flex;gap:.75rem;align-items:center}.forest-admin .config-actions button{padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;border:none;border-radius:6px;background:var(--color-primary);color:#fff;cursor:pointer;transition:background .15s}.forest-admin .config-actions button:hover{background:var(--color-primary-dark)}.forest-admin .config-actions button:disabled{opacity:.6;cursor:not-allowed}.forest-admin .config-status{font-size:.8rem;color:var(--color-text-muted)}.forest-admin .config-status.error{color:var(--color-error)}.forest-empty{text-align:center;padding:3rem 1rem;color:var(--color-text-muted)}.forest-empty p{font-size:.9rem;margin:0}.forest-status{font-size:.8rem;color:var(--color-text-muted)}.forest-status.error{color:var(--color-error)}
