@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#203b33;background:#f4f5f0;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,.upload{min-height:44px;border-radius:9px;border:0;padding:12px 18px;background:#174d3e;color:#fff;font-weight:600;cursor:pointer}button:hover,.upload:hover{filter:brightness(.94)}button:disabled{opacity:.5;cursor:wait}button.quiet{background:transparent;color:#214b3c;border:1px solid #d5ded5}.active{background:#174d3e}header{height:94px;padding:20px max(24px,calc((100vw - 1160px)/2));display:flex;justify-content:space-between;align-items:center;background:#fff;border-bottom:1px solid #dfe5dd}.brand{display:flex;gap:12px;align-items:center;font-size:28px;text-decoration:none;color:#174d3e;font-weight:800;white-space:nowrap}.brand span{font-size:23px}.brand small{display:block;font-size:9px;letter-spacing:2px;margin-top:4px}main{max-width:1160px;margin:auto;padding:28px 24px}nav{display:flex;gap:10px;margin-bottom:38px}nav span{padding:2px 7px;background:#ffffff25;border-radius:6px}h1,h2,h3{font-family:Manrope,sans-serif}h1{font-size:40px;letter-spacing:-1.5px;margin:8px 0 12px;line-height:1.2}h2{font-size:20px;margin-top:0}h2 span{margin-left:14px}h3{font-size:17px;line-height:1.45;margin:8px 0 16px}p{line-height:1.65;color:#64756b}.eyebrow{font-size:11px;font-weight:800;letter-spacing:2px;color:#6e826f}.heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:26px}.badge{font-size:11px;font-weight:700;padding:8px 12px;background:#e7eedc;color:#345235;border-radius:24px;white-space:nowrap}.panel{padding:28px;background:#fff;border:1px solid #dce3d8;border-radius:16px;margin:20px 0}.auth{max-width:520px;margin:50px auto}.auth form{display:grid;gap:12px}.auth .quiet{margin-top:18px}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.field span{font-size:13px;font-weight:600}input,textarea,select{width:100%;padding:12px;border:1px solid #cbd6cc;border-radius:8px;background:#fff;color:#203b33;min-height:46px;font-size:16px}input:focus,textarea:focus,select:focus{outline:2px solid #83a881;outline-offset:2px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}.photos{display:grid;grid-template-columns:1fr 1fr;gap:22px}.photo{border:1px dashed #b9c8b7;background:#f8faf5;border-radius:14px;text-align:center;padding:20px;display:flex;flex-direction:column;align-items:center;gap:12px}.photo img,.placeholder{height:210px;max-width:100%;object-fit:contain}.placeholder{display:grid;place-items:center;font-size:45px;color:#9aac92}.photo-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.upload{position:relative;background:#e7edde;color:#31533d;font-size:12px;display:inline-flex;align-items:center;overflow:hidden}.upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.upload:focus-within{outline:2px solid #174d3e}.extras{display:flex;align-items:center;gap:12px;margin-top:20px;flex-wrap:wrap}.extras img{height:80px;width:60px;object-fit:contain}small,.muted{color:#6b7d70;font-size:12px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:25px 0}.stats div{background:#e9eddf;border-radius:12px;padding:24px}.stats strong{display:block;font-family:Manrope;font-size:30px}.stats span{display:block;font-size:12px;margin-top:6px;color:#63735f}.toolbar{display:flex;gap:12px;margin:26px 0}.toolbar input{flex:1}.toolbar select{width:160px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:#fff;border-radius:14px;border:1px solid #dce3d8;overflow:hidden}.card-photo{height:230px;background:#e9ede4;position:relative;padding:18px}.card-photo img{width:100%;height:100%;object-fit:contain}.card-photo .badge{position:absolute;bottom:12px;right:12px}.selection{position:absolute;top:12px;left:12px;padding:6px;background:#fff;border-radius:8px}.selection input{width:22px;height:22px;min-height:0;margin:0;accent-color:#174d3e}.card-body{padding:20px}.card-body p{display:flex;justify-content:space-between}.card-body button{width:100%;text-align:left}.empty{text-align:center;padding:70px 20px}.export{margin-top:35px}.export h2{font-size:25px}.notice{padding:16px 48px 16px 18px;background:#fff1ce;border:1px solid #e5d393;border-radius:10px;margin-bottom:22px;position:relative;line-height:1.6}.notice button{position:absolute;right:0;top:0;background:transparent;color:#4b4b35;font-size:22px}.savebar{position:sticky;bottom:10px;display:flex;align-items:center;justify-content:space-between;padding:16px;background:#e9edde;border:1px solid #d0d8c8;border-radius:12px}.savebar span{font-size:13px}fieldset{border:0;padding:0;margin:0;min-width:0}summary{cursor:pointer;padding:12px 0;font-weight:600}footer{display:flex;justify-content:space-between;gap:20px;margin:40px 0 10px;font-size:11px;color:#7c897e}footer span{max-width:360px;text-align:right}@media(max-width:700px){header{height:78px;padding:15px 18px}.brand span{font-size:19px}main{padding:22px 16px}nav{margin-bottom:28px}h1{font-size:32px}.heading{align-items:flex-start;flex-direction:column}.panel{padding:20px}.grid{grid-template-columns:1fr}.photos{gap:10px}.photo{padding:12px 8px}.photo img,.placeholder{height:145px}.photo-actions{gap:6px}.upload{padding:10px;font-size:11px}.stats{gap:8px}.stats div{padding:16px 12px}.stats strong{font-size:25px}.toolbar{flex-wrap:wrap}.toolbar input{flex-basis:100%}.toolbar select{flex:1}.cards{grid-template-columns:1fr 1fr;gap:10px}.card-photo{height:185px;padding:10px}.card-body{padding:14px}.card-body h3{font-size:14px}.card-body button{font-size:12px;padding:10px}.savebar{bottom:8px}.savebar span{max-width:100px}footer{flex-direction:column}footer span{text-align:left}.auth{margin:22px auto}}@media(prefers-reduced-motion:no-preference){button{transition:filter .15s}}.ai-panel{border-color:#9eb398;background:#f8fbf3}.ai-review{border-top:1px solid #d5dfcf;margin-top:22px;padding-top:18px}.ai-review dl{display:grid;grid-template-columns:130px 1fr;gap:8px}.ai-review dt{text-transform:capitalize;color:#64756b}.ai-review dd{margin:0;overflow-wrap:anywhere}.ai-review li{margin-bottom:8px}
