*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f0f4f8;color:#1e293b;height:100vh;overflow:hidden}#root{height:100vh;display:flex}.sidebar{width:64px;background:#1e293b;display:flex;flex-direction:column;align-items:center;padding:20px 0;gap:8px;flex-shrink:0}.sidebar-logo{font-size:18px;font-weight:800;color:#52b788;letter-spacing:-1px;margin-bottom:16px}.nav-btn{width:44px;height:44px;border-radius:10px;border:none;background:transparent;color:#94a3b8;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:9px;transition:background .15s,color .15s}.nav-btn:hover{background:#2d3f55;color:#e2e8f0}.nav-btn.active{background:#2d6a4f;color:#fff}.nav-btn svg{width:18px;height:18px}.main{flex:1;overflow-y:auto;padding:24px}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.page-title{font-size:22px;font-weight:700;color:#1e293b}.kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.kpi-card{background:#fff;border-radius:12px;padding:16px 20px;box-shadow:0 1px 3px #00000012}.kpi-label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.kpi-value{font-size:26px;font-weight:700;color:#1e293b}.kpi-sub{font-size:11px;color:#94a3b8;margin-top:4px}.kpi-card.green .kpi-value{color:#2d6a4f}.kpi-card.orange .kpi-value{color:#d97706}.kpi-card.blue .kpi-value{color:#1d4ed8}.charts-row{display:grid;grid-template-columns:2fr 1fr;gap:14px;margin-bottom:20px}.chart-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #00000012}.chart-title{font-size:13px;font-weight:600;color:#374151;margin-bottom:16px}.toolbar{display:flex;gap:10px;margin-bottom:16px}.btn{padding:8px 16px;border-radius:8px;border:none;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:opacity .15s}.btn:hover{opacity:.85}.btn-primary{background:#2d6a4f;color:#fff}.btn-secondary{background:#fff;color:#374151;border:1px solid #E2E8F0}.btn-danger{background:#fee2e2;color:#b91c1c}.btn-sm{padding:4px 10px;font-size:12px}.expense-table-wrap{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000012;overflow:hidden}table{width:100%;border-collapse:collapse;font-size:13px}thead th{background:#f8fafc;padding:10px 12px;text-align:left;font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.4px;border-bottom:1px solid #E2E8F0}tbody tr{border-bottom:1px solid #F1F5F9}tbody tr:last-child{border-bottom:none}tbody tr:hover{background:#f8fafc}td{padding:10px 12px}.year-row td{background:#1e293b;color:#fff;font-weight:700;font-size:13px;padding:8px 12px;cursor:pointer;-webkit-user-select:none;user-select:none}.year-row:hover td{background:#2d3f55}.td-kopa{font-weight:700;color:#2d6a4f}.td-no-lienes{font-weight:600;color:#1d4ed8}.td-empty{color:#cbd5e1}.td-note{font-size:11px;color:#94a3b8}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:#fff;border-radius:14px;padding:28px;width:540px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.modal-title{font-size:17px;font-weight:700;margin-bottom:20px;color:#1e293b}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-group{display:flex;flex-direction:column;gap:4px}.form-group.full{grid-column:span 2}label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.4px}input,select{padding:8px 10px;border:1px solid #E2E8F0;border-radius:7px;font-size:13px;color:#1e293b;background:#f8fafc;outline:none;transition:border-color .15s}input:focus,select:focus{border-color:#2d6a4f;background:#fff}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.extra-card{background:#fff;border-radius:12px;padding:24px;max-width:480px;box-shadow:0 1px 3px #00000012}.extra-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #F1F5F9}.extra-row:last-child{border-bottom:none}.extra-name{flex:1;font-size:14px}.extra-amount{font-size:14px;font-weight:600;min-width:80px;text-align:right}.extra-amount.included{color:#2d6a4f}.extra-amount.excluded{color:#94a3b8;text-decoration:line-through}input[type=checkbox]{width:16px;height:16px;accent-color:#2D6A4F;cursor:pointer;padding:0;border:none;background:none}.extra-total{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;border-top:2px solid #1E293B;font-weight:700;font-size:16px}.extra-input{width:100px;text-align:right;padding:4px 8px}.inline-edit{display:flex;align-items:center;gap:6px}.custom-tooltip{background:#1e293b;border-radius:8px;padding:10px 14px;color:#fff;font-size:12px}.custom-tooltip .label{font-weight:600;margin-bottom:4px}.custom-tooltip .item{display:flex;gap:8px;justify-content:space-between}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}
