*{box-sizing:border-box}:root{--bg: #f3f5f2;--card: #ffffff;--text: #1f2d2a;--muted: #61706b;--green: #2f8f46;--green-dark: #216838;--gold: #e89e16;--olive: #7aa63a;--shadow: 0 12px 30px rgba(26, 41, 32, .12);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg)}body,html,#root{margin:0;min-height:100vh;background:linear-gradient(180deg,#eef3ef,#f7f8f6)}button,input,textarea,select{font:inherit}button{cursor:pointer;border:0}a{color:inherit}.loading-screen{min-height:100vh;display:grid;place-items:center;font-size:20px}.auth-page,.public-wrap{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{width:min(560px,100%)}.hero-card,.card{background:var(--card);border-radius:30px;box-shadow:var(--shadow);padding:22px}.auth-logo{width:210px;margin-bottom:8px}.notice{padding:12px 14px;border-radius:16px;background:#eef6ee;color:#1d5c2d}.notice.error{background:#fff1f1;color:#8a1d1d}.stack-md>*+*{margin-top:14px}.stack-lg>*+*{margin-top:18px}.input{width:100%;border-radius:16px;border:1px solid #d7ddd8;padding:14px 16px;background:#fff;color:var(--text)}.textarea{min-height:100px;resize:vertical}.field span{display:inline-block;margin-bottom:8px;color:var(--muted);font-size:14px;font-weight:600}.primary-button,.secondary-button,.ghost-button,.text-button,.link-button{border-radius:16px;padding:14px 18px;font-weight:700}.primary-button{background:linear-gradient(135deg,var(--green) 0%,#46a15b 100%);color:#fff}.secondary-button{background:#edf2ed;color:var(--text)}.ghost-button,.text-button{background:transparent;color:var(--green-dark)}.link-button{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.app-shell{min-height:100vh;padding:16px 16px 100px}.topbar,.public-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:4px 4px 18px}.brand-logo{width:170px}.company-name{color:var(--muted);font-size:14px;margin-top:4px}.page-header h1{margin:0;font-size:30px;line-height:1}.page-header p{color:var(--muted);margin:8px 0 0}.page-content{margin-top:16px}.hero-banner{background:linear-gradient(135deg,#1f3526d9,#378349a6),url(https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=1200&q=80) center/cover;color:#fff;min-height:180px;display:flex;align-items:end}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:12px;opacity:.85}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{background:#f6f7f4;border-radius:22px;padding:18px 16px}.stat-icon{font-size:24px}.stat-value{font-size:28px;font-weight:800;margin-top:8px}.stat-label{color:var(--muted);margin-top:4px;font-size:14px}.quick-actions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.action{padding:18px 16px;border-radius:20px;color:#fff;font-weight:800;box-shadow:var(--shadow)}.action.green{background:linear-gradient(135deg,#2f8f46,#43ad5c)}.action.gold{background:linear-gradient(135deg,#db8b0f,#f1af32)}.action.dark{background:linear-gradient(135deg,#214b34,#2f7a52)}.action.olive{background:linear-gradient(135deg,#769d2d,#95be4f)}.grid-two,.grid-two-stretch,.grid-three{display:grid;gap:12px}.grid-two,.grid-two-stretch{grid-template-columns:repeat(2,1fr)}.grid-three{grid-template-columns:repeat(3,1fr)}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.card-header h3{margin:0;font-size:20px}.badge{background:#edf5ed;color:var(--green-dark);padding:6px 12px;border-radius:999px;font-weight:700}.activity-list{margin:0;padding-left:18px;color:var(--muted)}.activity-list li+li{margin-top:10px}.bottom-nav{position:fixed;left:16px;right:16px;bottom:16px;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(5,1fr);border-radius:24px;padding:8px}.nav-item{background:transparent;border-radius:18px;padding:10px 6px;display:flex;flex-direction:column;gap:4px;color:var(--muted)}.nav-item.active{background:#edf5ed;color:var(--green-dark);font-weight:800}.list-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.inline-actions{display:flex;gap:10px;align-items:center}.inline-actions.wide{justify-content:space-between;width:100%}.circle-action{width:44px;height:44px;border-radius:50%;background:#eef5ef;display:grid;place-items:center;text-decoration:none;font-size:20px}.map-box{min-height:240px;border-radius:22px;overflow:hidden;background:#e6ece6}.map-placeholder{min-height:240px;display:grid;place-items:center;color:var(--muted)}.quote-preview{white-space:pre-wrap;background:#f6f7f4;border-radius:18px;padding:16px;color:#34433f}.estimate-box{background:linear-gradient(135deg,#f0f8f0,#fff);border:1px solid #d7e3d7;border-radius:22px;padding:18px}.estimate-box strong{font-size:32px;display:block}.estimate-box.large strong{font-size:44px}.tab-strip{display:flex;gap:10px;overflow:auto;padding-bottom:2px}.tab-pill{white-space:nowrap;padding:12px 16px;border-radius:999px;background:#fff;border:1px solid #dde4de}.tab-pill.active{background:var(--green);color:#fff;border-color:var(--green)}.landing-ribbon{display:flex;justify-content:center;padding:12px}.public-shell{min-height:100vh;padding:16px}@media(max-width:780px){.grid-two,.grid-two-stretch,.grid-three{grid-template-columns:1fr}.page-header h1{font-size:26px}}
