:root{--serif:"Newsreader", serif;--sans:"Hanken Grotesk", system-ui, sans-serif;--mono:"Space Mono", monospace;--forest-900:#1c3b2c;--forest-800:#22432f;--forest-700:#2a4a38;--forest-600:#2e5a41;--forest-mid:#335640;--forest-line:#3a5545;--forest-line-2:#2f4c3c;--gold:#b98a2e;--gold-light:#d9b45f;--bg-page:#ece7d8;--bg-app:#f0ece0;--bg-header:#f6f3ea;--bg-login:#eef2e9;--bg-input:#faf8f2;--bg-card:#fff;--border-card:#e4ded0;--border-card-2:#dbe0d1;--border-input:#d8cfb8;--border-muted:#c3bba6;--border-row:#efe9db;--border-dark:#cdd5be;--text-heading:#1c3b2c;--text-body:#4b5142;--text-muted:#6f7566;--text-faint:#9aa08d;--text-strong:#3a4033;--text-onDark:#f6f3ea;--text-onDark-muted:#b6c1ac;--text-onDark-faint:#8fa389;--error:#b0361f;--error-border:#e3b7ab;--error-bg:#fdf1ed;--error-bg-2:#f7efec;--amber-bg:#fdf3dc;--amber-border:#ecd9a8}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg-page);font-family:var(--sans);color:#22271f;-webkit-font-smoothing:antialiased}a{color:var(--forest-600);text-decoration:none}a:hover{color:var(--gold)}::selection{background:var(--gold-light);color:#1c3b2c}input,select,textarea,button{font-family:inherit}button{font:inherit}img{max-width:100%}#root{min-height:100vh}@keyframes chFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes chSpin{to{transform:rotate(360deg)}}.ch-fade{animation:.3s both chFade}.ch-fade-slow{animation:.35s both chFade}.ch-spin{animation:.8s linear infinite chSpin}.ch-scroll::-webkit-scrollbar{width:10px}.ch-scroll::-webkit-scrollbar-thumb{background:var(--border-muted);border-radius:6px}.ch-grid{display:grid}.ch-grid-2{grid-template-columns:repeat(2,1fr)}.ch-grid-3{grid-template-columns:repeat(3,1fr)}.ch-grid-4{grid-template-columns:repeat(4,1fr)}.ch-grid-6{grid-template-columns:repeat(6,1fr)}.ch-grid-hero{grid-template-columns:1.5fr 1fr}.ch-grid-detail{grid-template-columns:1.6fr 1fr}.ch-grid-myplot{grid-template-columns:2fr 1fr}.ch-grid-deliveries{grid-template-columns:1.3fr 1fr}.ch-grid-settings{grid-template-columns:230px 1fr}@media (width<=1000px){.ch-grid-6{grid-template-columns:repeat(3,1fr)}.ch-grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=860px){.ch-grid-hero,.ch-grid-detail,.ch-grid-myplot,.ch-grid-deliveries,.ch-grid-settings{grid-template-columns:1fr}.ch-grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.ch-grid-2,.ch-grid-3{grid-template-columns:1fr}.ch-grid-4,.ch-grid-6{grid-template-columns:repeat(2,1fr)}}@media (width<=420px){.ch-grid-4{grid-template-columns:1fr}}.ch-btn{cursor:pointer;border:none;border-radius:2px;font-family:inherit;font-weight:600;transition:background .15s,border-color .15s,color .15s}.ch-btn:disabled{cursor:not-allowed}.ch-btn-primary{background:var(--forest-900);color:var(--text-onDark)}.ch-btn-primary:hover:not(:disabled){background:var(--gold);color:var(--forest-900)}.ch-btn-primary:disabled{background:#a9b0a0}.ch-btn-gold{background:var(--gold-light);color:var(--forest-900)}.ch-btn-gold:hover:not(:disabled){background:var(--bg-header)}.ch-btn-outline{border:1px solid var(--border-muted);color:var(--text-heading);background:0 0}.ch-btn-outline:hover:not(:disabled){border-color:var(--forest-900)}.ch-btn-outline-muted{border:1px solid var(--border-input);color:var(--text-muted);background:0 0}.ch-btn-outline-muted:hover:not(:disabled){border-color:var(--text-heading);color:var(--text-heading)}.ch-btn-outline-dark{border:1px solid var(--border-input);color:var(--text-heading);background:0 0}.ch-btn-link{color:var(--gold);background:0 0;border:none;padding:0}.ch-btn-link-muted{color:var(--text-muted);background:0 0;border:none;padding:0}.ch-btn-danger{background:var(--error);color:#fff;border:none}.ch-btn-danger-outline{border:1px solid var(--error-border);color:var(--error);background:0 0}.ch-btn-danger-outline:hover:not(:disabled){background:var(--error-bg)}.ch-btn-plain{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.ch-btn-dashed{border:1px dashed var(--border-muted);color:var(--text-heading);background:0 0;border-radius:6px}.ch-btn-dashed:hover:not(:disabled){border-color:var(--text-heading)}.ch-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:8px}.ch-field-label{color:var(--text-muted);font-size:13px;font-weight:600;display:block}.ch-field-input{border:1px solid var(--border-input);background:var(--bg-input);width:100%;color:inherit;border-radius:3px;margin-top:6px;padding:13px 14px;font-size:15px}.ch-field-input:focus{border-color:var(--forest-600);outline:none}.ch-field-input::placeholder{color:#a9ac9c}.ch-badge{white-space:nowrap;border-radius:20px;padding:5px 12px;font-size:12px;font-weight:600;display:inline-block}.ch-badge-amber{background:var(--amber-bg);color:var(--gold);border:1px solid var(--amber-border)}.ch-badge-green{background:var(--bg-login);color:var(--forest-600);border:1px solid var(--border-dark)}.ch-badge-red{color:#a15642;background:#f4e9e6;border:1px solid #e6cfc7}.ch-badge-neutral{color:#8a7a4e;background:#f3efe4;border:1px solid #e0d9c6}.ch-row{border-bottom:1px solid var(--border-row);justify-content:space-between;gap:12px;padding:9px 0;font-size:14px;display:flex}.ch-row:last-child{border-bottom:none}.ch-row-k{color:var(--text-muted)}.ch-row-v{color:var(--text-heading);text-align:right;font-weight:600}.ch-row-total{color:var(--text-heading);border-bottom:none;padding:14px 0 4px;font-size:17px;font-weight:700}.ch-row-total .ch-row-k{color:var(--text-heading)}.ch-radio-row{text-align:left;cursor:pointer;background:var(--bg-input);border:1px solid var(--border-card);width:100%;color:var(--text-heading);border-radius:6px;align-items:center;gap:12px;padding:14px 16px;font-size:14px;font-weight:600;display:flex}.ch-radio-row.is-selected{background:var(--bg-login);border-color:var(--gold)}.ch-radio-dot{border:2px solid var(--border-muted);border-radius:50%;flex:none;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.ch-radio-row.is-selected .ch-radio-dot{border-color:var(--forest-900)}.ch-radio-dot-fill{background:var(--forest-900);border-radius:50%;width:8px;height:8px}.ch-toggle{cursor:pointer;background:var(--border-muted);border:none;border-radius:20px;flex:none;width:42px;height:24px;transition:background .15s;position:relative}.ch-toggle.is-on{background:var(--forest-600)}.ch-toggle-knob{background:#fff;border-radius:50%;width:20px;height:20px;transition:left .2s;position:absolute;top:2px;left:2px}.ch-toggle.is-on .ch-toggle-knob{left:20px}.ch-timeline-row{gap:16px;display:flex}.ch-timeline-dot{border:2px solid var(--border-card-2);border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;display:flex}.ch-timeline-line{flex:1;width:2px;min-height:22px}.ch-timeline-body{padding-bottom:20px}.ch-modal-overlay{z-index:100;background:#141e1880;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.ch-modal-panel{background:var(--bg-header);border-radius:10px;width:100%;animation:.2s both chFade}.ch-notif-row:hover{border-color:#b98a2e}.ch-divider{background:var(--border-card-2);height:1px;margin:10px 0}.ch-sidebar-logout:hover{color:#d9b45f;border-color:#d9b45f}.ch-notif-bell:hover{border-color:#b98a2e}.ch-app-shell{background:#f0ece0;height:100vh;display:flex;overflow:hidden}.ch-app-main{flex-direction:column;flex:1;min-width:0;height:100vh;display:flex;overflow:hidden}.ch-app-content{flex:1;width:100%;padding:34px;overflow-y:auto}.ch-app-content-inner{width:100%;max-width:1120px;margin:0 auto}@media (width<=900px){.ch-app-shell{flex-direction:column;height:auto;min-height:100vh;overflow:visible}.ch-sidebar{flex:none!important;width:100%!important;height:auto!important;padding:16px!important}.ch-sidebar-nav{flex-wrap:wrap;flex-direction:row!important;margin-top:14px!important}.ch-sidebar-nav button{flex:auto;width:auto!important}.ch-app-main{height:auto}.ch-app-content{overflow-y:visible;padding:18px!important}}@media (width<=640px){.ch-app-content{padding:14px!important}}
