*{box-sizing:border-box}
:root{--bg:#f2f5f1;--surface:#fff;--text:#17211b;--muted:#66736a;--line:#dce4dd;--green:#17633b;--green-dark:#0d4829;--green-soft:#e5f1e8;--gold:#b58a3a;--red:#a53d3d;--red-soft:#f9e9e7;--shadow:0 12px 30px rgba(24,50,32,.07);--radius:16px}
html{font-size:16px}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.5}a{color:inherit}button,input,select,textarea{font:inherit}button{letter-spacing:0}h1,h2,p{margin-top:0;letter-spacing:0}h1{font-size:clamp(29px,5vw,42px);line-height:1.08;margin-bottom:9px}h2{font-size:19px;line-height:1.25;margin-bottom:14px}.muted{color:var(--muted)}.subtext{display:block;color:var(--muted);font-size:13px;margin-top:4px}.eyebrow{display:inline-block;color:var(--green);font-weight:850;font-size:11px;letter-spacing:1.2px;margin-bottom:8px}
.site-header{background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.header-inner{max-width:1180px;margin:auto;padding:11px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{text-decoration:none;font-weight:850;display:flex;align-items:center;gap:10px}.brand-mark{width:50px;height:50px;border-radius:14px;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:900;font-size:22px;box-shadow:0 8px 18px rgba(23,99,59,.22)}.brand-mark.small{width:36px;height:36px;border-radius:10px;font-size:16px}.user-area{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--muted)}.user-area a{color:var(--red);font-weight:750;text-decoration:none}
.container{max-width:1180px;margin:auto;padding:24px 16px 110px}.container.narrow{max-width:700px}.hero{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 18px;padding:26px 28px;border-radius:var(--radius);background:linear-gradient(125deg,var(--green-dark),#276848 70%,#536b48);color:#fff;box-shadow:0 16px 34px rgba(15,71,42,.16)}.hero:after{content:"";position:absolute;right:-30px;bottom:-55px;width:210px;height:150px;border:32px solid rgba(255,255,255,.07);border-radius:50%}.hero> *{position:relative;z-index:1}.hero h1{margin-bottom:7px}.hero .muted{color:#d8e6dc;margin-bottom:0}.hero .eyebrow{color:#bde1c7}.hero.compact{padding:22px 26px}.hero.report-hero{margin-bottom:14px}
.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:20px;margin-bottom:16px;box-shadow:var(--shadow)}.card-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.card-head h2,.card-head p{margin-bottom:0}.stack{display:grid;gap:15px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}.management-grid{display:grid;grid-template-columns:minmax(280px,380px) 1fr;gap:16px;align-items:start}.form-panel{position:sticky;top:76px}.insight-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
label{display:grid;gap:7px;font-size:13px;font-weight:800;color:#38443c}input,select,textarea{width:100%;border:1px solid #cbd6cd;border-radius:10px;background:#fff;padding:12px 13px;min-height:48px;font-size:16px;color:var(--text);transition:border-color .18s,box-shadow .18s}textarea{resize:vertical}input:focus,select:focus,textarea:focus{outline:0;border-color:var(--green);box-shadow:0 0 0 4px rgba(23,99,59,.11)}.count-fields input{min-height:66px;font-size:25px;font-weight:850;text-align:center;background:#f8faf8}.switch-row{display:flex;justify-content:space-between;align-items:center;padding:13px;border:1px solid var(--line);border-radius:11px}.switch-row span{display:grid}.switch-row small{color:var(--muted);font-weight:500}.switch-row input{appearance:none;width:45px;min-height:25px;height:25px;border:0;border-radius:999px;padding:0;background:#aab5ad;position:relative;cursor:pointer}.switch-row input:after{content:"";position:absolute;top:3px;left:3px;width:19px;height:19px;background:#fff;border-radius:50%;transition:.2s}.switch-row input:checked{background:var(--green)}.switch-row input:checked:after{left:23px}
.btn{border:0;border-radius:10px;padding:11px 16px;min-height:46px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;cursor:pointer;transition:transform .16s,box-shadow .16s,background .16s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--green);color:#fff;box-shadow:0 7px 15px rgba(23,99,59,.2)}.btn-primary:hover{background:var(--green-dark)}.btn-soft{background:#edf2ee;color:var(--text);border:1px solid var(--line)}.hero .btn-soft{background:#fff;border:0}.btn-large{min-height:56px;font-size:16px}.icon-btn{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#eef2ef;text-decoration:none;font-size:24px;color:var(--muted)}.mini-btn{display:inline-flex;align-items:center;border:1px solid var(--line);background:#f7f9f7;color:var(--text);border-radius:8px;padding:7px 9px;font-size:12px;font-weight:750;text-decoration:none;cursor:pointer}.link-button{border:0;background:none;padding:0;font:inherit;cursor:pointer}
.summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.stat-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:14px;padding:17px;box-shadow:var(--shadow);overflow:hidden}.stat-card>span:not(.stat-icon){display:block;color:var(--muted);font-size:12px;font-weight:700;margin-bottom:5px}.stat-card strong{font-size:29px;line-height:1}.stat-card.highlight{background:var(--green);border-color:var(--green);color:#fff}.stat-card.highlight>span:not(.stat-icon){color:#cce3d4}.stat-icon{position:absolute;right:13px;top:13px;width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:var(--green-soft);color:var(--green)}.stat-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.highlight .stat-icon{background:rgba(255,255,255,.15);color:#fff}.danger-stat .stat-icon{background:var(--red-soft);color:var(--red)}
.record-list{display:grid;gap:10px}.record{border:1px solid var(--line);border-left:3px solid var(--green);border-radius:11px;padding:14px;background:#fff;transition:transform .16s,box-shadow .16s}.record:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(25,55,34,.07)}.record-top{display:flex;justify-content:space-between;gap:12px;align-items:center}.record-top strong{font-size:16px}.record-actions{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:750}.record-actions form{margin:0}.record-actions a{text-decoration:none;color:var(--green)}.record-actions .danger-link{color:var(--red)}.record-counts{display:flex;flex-wrap:wrap;gap:18px;margin-top:11px;color:var(--muted);font-size:13px}.record-counts b{color:var(--text);font-size:15px}.note{margin:10px 0 0;padding-top:10px;border-top:1px dashed var(--line);color:var(--muted);font-size:13px}.pill,.status,.section-count{display:inline-flex;border-radius:999px;background:var(--green-soft);color:var(--green);padding:4px 8px;font-size:10px;font-weight:850}.pill{margin-left:7px}.status{margin-left:7px}.status.offline{background:#edf0ee;color:#69736c}.disabled-record{opacity:.67;border-left-color:#9aa59d}
.empty{text-align:center;color:var(--muted);padding:34px 14px;background:#f7f9f7;border:1px dashed #cdd7cf;border-radius:11px;display:grid;gap:5px}.empty strong{color:var(--text);font-size:16px}.alert{border-radius:11px;padding:13px 15px;margin-bottom:15px;font-weight:700;border-left:4px solid}.alert.success{background:var(--green-soft);color:var(--green);border-color:var(--green)}.alert.error{background:var(--red-soft);color:var(--red);border-color:var(--red)}.alert.info{background:#e9f0f6;color:#315e8a;border-color:#315e8a}.alert-with-icon{display:flex;align-items:flex-start;gap:10px;line-height:1.45}.alert-icon{width:21px;height:21px;flex:0 0 21px;margin-top:1px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.tabs{display:flex;gap:4px;background:#e5ebe6;padding:4px;border-radius:11px;width:max-content;margin-bottom:14px}.tabs a{text-decoration:none;padding:9px 15px;border-radius:8px;font-size:13px;font-weight:800;color:var(--muted)}.tabs a.active{background:#fff;color:var(--green);box-shadow:0 3px 10px rgba(25,50,32,.08)}.report-filter{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr)) auto;gap:12px;align-items:end}.report-title{display:flex;justify-content:space-between;align-items:end;margin:22px 2px 12px}.report-title h2{margin:0;font-size:24px}.breakdown-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:15px;padding:11px 0;border-top:1px solid #edf0ed;font-size:13px}.breakdown-row span{color:var(--muted)}.breakdown-row b{color:var(--text);margin-left:3px}.responsive-table{overflow:auto}table{width:100%;border-collapse:collapse;min-width:660px}th,td{padding:12px 10px;border-bottom:1px solid #e6ebe7;text-align:left;font-size:13px}th{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.8px;background:#f7f9f7}tbody tr:hover{background:#fafcfb}
.bottom-nav{position:fixed;left:50%;transform:translateX(-50%);bottom:10px;width:calc(100% - 20px);max-width:620px;display:grid;grid-template-columns:repeat(5,1fr);background:rgba(255,255,255,.97);border:1px solid var(--line);border-radius:15px;padding:5px;box-shadow:0 14px 36px rgba(18,43,25,.17);z-index:30;backdrop-filter:blur(12px)}.bottom-nav a{text-decoration:none;text-align:center;padding:8px 3px;color:#748078;font-weight:750;font-size:10px;border-radius:10px;display:grid;place-items:center;gap:3px}.bottom-nav svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.bottom-nav a.active{background:var(--green-soft);color:var(--green)}
.auth-page{min-height:100vh;display:grid;place-items:center;padding:18px;background:linear-gradient(145deg,#eef3ee,#dfe9e1)}.auth-shell{width:min(100%,430px)}.brand-block{display:flex;align-items:center;gap:13px;margin-bottom:18px}.brand-block h1{font-size:27px;margin-bottom:1px}.brand-block p{margin:0;color:var(--muted)}.auth-card{padding:24px}
@media(min-width:1100px){.app-shell{padding-left:190px}.site-header{position:fixed;left:190px;right:0}.container{padding-top:86px}.bottom-nav{left:0;top:0;bottom:0;transform:none;width:190px;max-width:none;border:0;border-right:1px solid var(--line);border-radius:0;padding:85px 12px 20px;display:flex;flex-direction:column;gap:5px;box-shadow:none}.bottom-nav a{display:flex;place-items:initial;align-items:center;justify-content:flex-start;gap:11px;padding:12px;font-size:13px}.bottom-nav svg{width:21px;height:21px}.form-panel{top:86px}}
@media(max-width:800px){.summary-grid{grid-template-columns:repeat(2,1fr)}.management-grid,.insight-grid{grid-template-columns:1fr}.form-panel{position:static}.report-filter{grid-template-columns:1fr 1fr}.report-filter .btn{grid-column:1/-1}.hero{align-items:stretch;flex-direction:column}.hero .btn{width:100%}.print-button{width:100%}.card-head{align-items:flex-start}.user-area span{display:none}}
@media(max-width:560px){.container{padding:14px 10px 100px}.header-inner{padding:9px 11px}.hero{padding:21px 18px;border-radius:13px}.hero h1{font-size:29px}.card{padding:15px;border-radius:13px}.two-col{grid-template-columns:1fr 1fr;gap:9px}.summary-grid{gap:8px}.stat-card{padding:14px}.stat-card strong{font-size:25px}.report-filter{grid-template-columns:1fr 1fr}.tabs{width:100%}.tabs a{flex:1;text-align:center}.breakdown-row{grid-template-columns:1fr auto}.breakdown-row span:last-child{grid-column:2}.responsive-table{overflow:visible}.responsive-table table,.responsive-table thead,.responsive-table tbody,.responsive-table tr,.responsive-table td{display:block;min-width:0}.responsive-table thead{display:none}.responsive-table tr{border:1px solid var(--line);border-radius:10px;padding:10px 12px;margin-bottom:9px}.responsive-table td{border:0;padding:4px 0;display:flex;justify-content:space-between;gap:12px;text-align:right}.responsive-table td:before{content:attr(data-label);color:var(--muted);font-size:11px;font-weight:750;text-align:left}.record-top{align-items:flex-start}.record-actions{flex-wrap:wrap;justify-content:flex-end}.bottom-nav a span{white-space:nowrap}.bottom-nav a{font-size:9px}}
.print-report-header,.print-report-footer{display:none}.compact-table{min-width:520px}.total-row th{background:#edf2ee;color:var(--text);font-size:12px}.report-filter-summary{margin:5px 0 0}.report-title .print-button{flex:0 0 auto}
@media(max-width:560px){.report-page .responsive-table{overflow-x:auto}.report-page .responsive-table table{display:table;min-width:620px}.report-page .responsive-table thead{display:table-header-group}.report-page .responsive-table tbody{display:table-row-group}.report-page .responsive-table tr{display:table-row;border:0;padding:0;margin:0}.report-page .responsive-table th,.report-page .responsive-table td{display:table-cell;border-bottom:1px solid #e6ebe7;padding:10px 8px;text-align:left}.report-page .responsive-table td:before{display:none}}
@page{size:A4 portrait;margin:13mm 11mm 15mm}
@media print{
  *{color:#111!important;text-shadow:none!important;box-shadow:none!important}
  html,body{background:#fff!important;font-size:10pt}
  .site-header,.bottom-nav,.hero,.report-controls,.filter-card,.print-button{display:none!important}
  .app-shell{padding:0!important}.container.report-page{max-width:none;padding:0;margin:0}
  .print-report-header{display:block;border-bottom:2px solid #222;padding-bottom:8px;margin-bottom:12px}
  .print-report-header h1{font-size:20pt;margin:0 0 2px}.print-report-header h2{font-size:14pt;margin:0}.print-report-header p{margin:3px 0;font-size:9pt}
  .report-title{display:none}.summary-grid{grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:10px}
  .stat-card,.stat-card.highlight{background:#fff!important;border:1px solid #444;border-radius:0;padding:8px;break-inside:avoid;page-break-inside:avoid}
  .stat-card strong{font-size:16pt}.stat-icon{display:none}.card{border:1px solid #777;border-radius:0;padding:8px;margin-bottom:10px;background:#fff!important}
  .insight-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.card-head{margin-bottom:6px}.card-head h2{font-size:11pt;margin:0}.card-head p{display:none}
  .responsive-table{overflow:visible!important}.responsive-table table,table.compact-table{display:table!important;width:100%!important;min-width:0!important}
  .responsive-table thead{display:table-header-group!important}.responsive-table tbody{display:table-row-group!important}.responsive-table tr{display:table-row!important;border:0!important;margin:0!important;padding:0!important;break-inside:avoid;page-break-inside:avoid}
  .responsive-table th,.responsive-table td{display:table-cell!important;border:1px solid #777!important;padding:4px 5px!important;text-align:left!important;font-size:8pt;background:#fff!important}
  .responsive-table td:before{display:none!important}thead{display:table-header-group}tfoot{display:table-footer-group}
  .report-section{break-inside:auto;page-break-inside:auto}.summary-grid,.insight-grid{break-inside:avoid;page-break-inside:avoid}
  .print-report-footer{display:flex;justify-content:space-between;border-top:1px solid #777;padding-top:6px;margin-top:12px;font-size:8pt}
}
