:root{--ink: #22342a;--muted: #667568;--line: #dfe8df;--paper: #fbfcf8;--panel: #ffffff;--green: #4a7559;--green-dark: #263f2f;--mint: #e9f3e8;--coral: #c76957;--coral-soft: #fff0eb;--gold: #b98d42;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}body{margin:0;min-width:320px;background:linear-gradient(180deg,#e9f3e8b8,#fbfcf8f5 34%),var(--paper)}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.client-shell{min-height:100vh;padding-bottom:90px}.app-header{position:sticky;top:0;z-index:5;display:flex;align-items:center;gap:.85rem;padding:1rem;background:#fbfcf8eb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(223,232,223,.9)}.app-header img{width:48px;height:48px;object-fit:cover;border-radius:14px;background:#fff;border:1px solid var(--line)}.app-header p,.section-title p,.eyebrow{margin:0;color:var(--green);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:800}.app-header h1{margin:.1rem 0 0;font-size:1rem}.logout-button{margin-left:auto;width:40px;height:40px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--green-dark);display:grid;place-items:center}.app-main{width:min(100%,820px);margin:0 auto;padding:1rem}.auth-main{min-height:calc(100vh - 82px);display:grid;align-items:center;width:min(100%,520px);margin:0 auto;padding:1rem}.auth-panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:1.2rem;box-shadow:0 12px 34px #22342a14}.auth-icon{width:48px;height:48px;border-radius:8px;display:grid;place-items:center;margin-bottom:.8rem;color:var(--green-dark);background:var(--mint)}.auth-panel h2{margin:.2rem 0 0;font-size:1.65rem;line-height:1.12}.auth-copy{margin:.7rem 0 1rem;color:var(--muted);line-height:1.45}.auth-form{display:grid;gap:.85rem}.auth-form label{display:grid;gap:.35rem;color:var(--green-dark);font-weight:800}.auth-form input{width:100%;min-height:46px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:.75rem .8rem}.password-field{display:grid;grid-template-columns:1fr 44px;border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}.password-field input{border:0;border-radius:0}.password-field button{border:0;background:#fff;color:var(--green-dark);display:grid;place-items:center}.screen-stack{display:grid;gap:1rem}.hero-panel,.info-card,.profile-card,.history-card,.empty-card,.request-form,.document-list{background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:0 12px 34px #22342a0f}.hero-panel{padding:1.15rem;background:linear-gradient(135deg,#fff,#edf5ed)}.hero-panel p,.section-title p{margin:0 0 .35rem}.hero-panel h2,.section-title h2{margin:0;font-size:1.45rem;line-height:1.15}.info-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border-left:4px solid var(--green)}.info-card.accent-coral{border-left-color:var(--coral)}.info-card h3{margin:.2rem 0;font-size:1.05rem}.info-card p:not(.eyebrow){margin:0;color:var(--muted)}.icon-link{width:42px;height:42px;border:0;border-radius:999px;color:#fff;background:var(--green);display:grid;place-items:center}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.quick-grid button{min-height:118px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:1rem;text-align:left;display:grid;gap:.25rem;align-content:start;box-shadow:0 10px 26px #22342a0d}.quick-grid svg{color:var(--coral)}.quick-grid span{font-weight:800}.quick-grid small,.document-row small,.history-card span{color:var(--muted)}.segmented{display:grid;grid-template-columns:repeat(3,1fr);padding:.25rem;border:1px solid var(--line);border-radius:8px;background:#eef4ee}.segmented button{border:0;border-radius:6px;background:transparent;color:var(--muted);min-height:40px;font-weight:800}.segmented button.active{background:#fff;color:var(--green-dark);box-shadow:0 4px 14px #22342a14}.document-list{overflow:hidden}.document-row{width:100%;min-height:72px;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:.8rem;padding:.9rem 1rem;border:0;border-bottom:1px solid var(--line);color:var(--ink);background:#fff;text-align:left;text-decoration:none}.document-row:last-child{border-bottom:0}.document-row svg{color:var(--green)}.document-row span{min-width:0}.document-row strong,.document-row small{display:block}.document-row em{color:var(--green-dark);font-style:normal;font-weight:800}.empty-card{padding:1.2rem;color:var(--muted)}.request-form,.profile-card,.history-card{padding:1rem}.request-form{display:grid;gap:.85rem}.request-form label{display:grid;gap:.35rem;color:var(--green-dark);font-weight:800}.request-form input,.request-form select,.request-form textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:.75rem .8rem;min-height:46px}.primary-action{min-height:48px;border:0;border-radius:8px;background:var(--green);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;font-weight:900;padding:0 1rem}.secondary-action{min-height:48px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--green-dark);display:inline-flex;align-items:center;justify-content:center;gap:.45rem;font-weight:900;padding:0 1rem}.center-actions{display:flex;gap:.65rem;flex-wrap:wrap;justify-content:center}.primary-action:disabled{opacity:.72}.success-note,.error-note{margin:0;font-weight:800}.success-note{color:var(--green)}.error-note{color:var(--coral)}.history-card h3{margin:0 0 .75rem}.history-card div{display:grid;gap:.15rem;padding:.65rem 0;border-top:1px solid var(--line)}.profile-card dl{margin:0;display:grid;gap:.8rem}.profile-card div{display:grid;gap:.15rem}.profile-card dt{color:var(--muted);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.profile-card dd{margin:0;font-weight:800}.bottom-nav{position:fixed;left:50%;bottom:.75rem;transform:translate(-50%);width:min(calc(100% - 1.5rem),560px);display:grid;grid-template-columns:repeat(5,1fr);gap:.2rem;padding:.35rem;border:1px solid var(--line);border-radius:8px;background:#fffffff0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 14px 36px #22342a2e}.bottom-nav button{min-height:56px;border:0;border-radius:7px;background:transparent;color:var(--muted);display:grid;place-items:center;gap:.1rem;font-size:.72rem;font-weight:800}.bottom-nav button.active{background:var(--mint);color:var(--green-dark)}.center-state{min-height:70vh;display:grid;place-items:center;align-content:center;gap:.8rem;padding:1.5rem;text-align:center}.center-state h2,.center-state p{margin:0}.center-state p{color:var(--muted)}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem}.stat-card{background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:.8rem .9rem}.stat-label{margin:0;color:var(--muted);font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.stat-value{margin:.25rem 0 0;font-size:1.5rem;font-weight:900;color:var(--green-dark)}.stat-value span{font-size:.85rem;font-weight:700;color:var(--muted);margin-left:.15rem}.stat-delta{margin:.2rem 0 0;font-size:.76rem;font-weight:800}.stat-delta.down{color:var(--green)}.stat-delta.up{color:var(--coral)}.measure-item{border:1px solid var(--line);border-radius:10px;background:var(--panel);overflow:hidden}.measure-item .document-row{width:100%;border:0;border-radius:0}.chevron-open{transform:rotate(90deg);transition:transform .15s ease}.measure-detail{padding:.2rem .9rem .9rem;display:grid;gap:.9rem}.measure-group h4{margin:0 0 .4rem;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em;color:var(--green)}.measure-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.4rem 0;border-top:1px solid var(--line);font-size:.88rem}.measure-row span{color:var(--muted)}.measure-row em{font-style:normal;font-weight:800;color:var(--ink)}.sheet-backdrop{position:fixed;inset:0;z-index:20;background:#22342a5c;display:grid;align-items:end}.invoice-sheet{max-height:88vh;overflow:auto;background:#fff;border-radius:8px 8px 0 0;padding:1rem}.sheet-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-bottom:1rem}.sheet-actions button{min-height:38px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--green-dark);font-weight:800;padding:0 .85rem}.invoice-print{padding:1rem;border:1px solid var(--line);border-radius:8px}.invoice-print header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding-bottom:1rem;border-bottom:1px solid var(--line)}.invoice-print header img{width:70px;height:70px;object-fit:cover}.invoice-print header div{display:grid;gap:.2rem;text-align:right;color:var(--muted)}.invoice-print h2{margin:1.2rem 0;text-transform:uppercase;font-size:1rem}.invoice-print section{display:grid;gap:.2rem;margin-bottom:1.2rem}.invoice-print section p,.invoice-meta{color:var(--muted);margin:0}.invoice-print table{width:100%;border-collapse:collapse}.invoice-print td,.invoice-print th{padding:.8rem 0;border-top:1px solid var(--line);text-align:left}.invoice-print td:last-child,.invoice-print th:last-child{text-align:right}.invoice-meta{margin-top:1rem}@media(min-width:760px){.app-main{padding:1.4rem}.hero-panel h2,.section-title h2{font-size:1.8rem}.sheet-backdrop{align-items:center;justify-items:center}.invoice-sheet{width:min(760px,calc(100% - 2rem));border-radius:8px}}@media print{body{background:#fff}.app-header,.app-main,.bottom-nav,.sheet-actions{display:none!important}.sheet-backdrop,.invoice-sheet{position:static;display:block;max-height:none;overflow:visible;padding:0;background:#fff}.invoice-print{border:0;border-radius:0}}
