:root{--bg: #f5f0e8;--surface: #ffffff;--surface-alt: #eae5db;--olive: #4a6741;--olive-dark: #2d3a2e;--olive-deep: #1e2b1f;--text: #1a1a1a;--text-secondary: #6b6b6b;--text-muted: #9a9489;--radius: 16px;--radius-sm: 10px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--nav-height: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{min-height:100dvh;padding-top:var(--safe-top);overscroll-behavior-y:none}.header{position:sticky;top:0;z-index:100;background:var(--bg);padding:0 1.25rem}.header-inner{display:flex;align-items:center;justify-content:center;height:52px}.header-logo{display:flex;align-items:center;gap:6px;font-weight:600;font-size:.95rem;letter-spacing:.01em;color:var(--text)}.header-icon{display:flex;color:var(--olive)}.main{padding:0 1.25rem;padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 1.5rem)}.hero{padding:.5rem 0 1.5rem}.hero-label{display:block;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.75rem}.hero-title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:2rem;font-weight:600;line-height:1.15;letter-spacing:-.01em;color:var(--text);margin-bottom:.85rem}.hero-desc{font-size:.875rem;line-height:1.6;color:var(--text-secondary);max-width:340px}.location-section{margin-bottom:1.5rem}.location-card{border-radius:var(--radius);overflow:hidden;background:var(--olive-dark)}.location-image{position:relative;aspect-ratio:16 / 11;overflow:hidden}.location-image img{width:100%;height:100%;object-fit:cover;display:block}.location-badge{position:absolute;bottom:12px;left:12px;display:flex;align-items:center;gap:5px;background:#1e2b1fd9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-size:.72rem;font-weight:500;padding:6px 12px;border-radius:20px}.location-meta{display:flex;align-items:center;justify-content:space-between;padding:.75rem .25rem 0}.location-title{font-size:.8rem;font-weight:500;color:var(--text-secondary)}.dots{display:flex;gap:5px}.dot{width:6px;height:6px;border-radius:50%;background:var(--surface-alt);transition:background .2s}.dot.active{background:var(--olive)}.fields{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1.75rem}.field-card{display:flex;align-items:center;gap:.85rem;background:var(--surface);border-radius:var(--radius-sm);padding:1rem 1.1rem;cursor:pointer;transition:transform .15s,box-shadow .15s}.field-card:active{transform:scale(.98)}.field-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:var(--bg);color:var(--olive);flex-shrink:0}.field-body{flex:1;display:flex;flex-direction:column}.field-label,.field-sublabel{font-size:.85rem;font-weight:500;color:var(--text);line-height:1.3}.field-value{font-family:Playfair Display,Georgia,serif;font-size:1.75rem;font-weight:600;color:var(--text);line-height:1;padding-right:.25rem}.field-chevron{font-size:1.3rem;color:var(--text-muted);line-height:1}.cta-section{margin-bottom:2rem}.cta-btn{width:100%;padding:1rem;border:none;border-radius:var(--radius-sm);background:var(--olive);color:#fff;font-family:inherit;font-size:.9rem;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:background .2s,transform .1s;-webkit-tap-highlight-color:transparent}.cta-btn:active{background:var(--olive-dark);transform:scale(.98)}.cta-btn--inline{display:inline-block;width:auto;margin-top:1rem;padding:.7rem 1.1rem;text-decoration:none;text-align:center}.quote-section{margin-bottom:1.5rem}.quote-card{position:relative;border-radius:var(--radius);overflow:hidden;min-height:180px;display:flex;align-items:flex-end}.quote-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.quote-overlay{position:absolute;inset:0;background:linear-gradient(to top,#1e2b1feb 30%,#1e2b1f80)}.quote-text{position:relative;z-index:1;padding:1.5rem;font-family:Playfair Display,Georgia,serif;font-size:1.05rem;font-style:italic;font-weight:400;line-height:1.5;color:#e8e4dc}.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-around;height:var(--nav-height);padding-bottom:var(--safe-bottom);background:var(--olive-deep)}.nav-item{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:none;border-radius:50%;background:transparent;color:#ffffff80;cursor:pointer;transition:color .2s,background .2s;-webkit-tap-highlight-color:transparent}.nav-item:active{color:#fff}.nav-item--primary{background:var(--olive);color:#fff;box-shadow:0 2px 12px #4a674166}.nav-item--primary:active{background:#5a7d4f}.install-hint{position:fixed;bottom:calc(var(--nav-height) + var(--safe-bottom) + 8px);left:1.25rem;right:1.25rem;z-index:300;font-size:.8rem;color:var(--text-secondary);background:var(--surface);padding:.75rem 1.25rem;border-radius:var(--radius-sm);text-align:center;box-shadow:0 4px 20px #0000001a}.spacer{height:.5rem}.la-page{--surface-lowest: #ffffff;--surface: #fcf9f4;--surface-container: #f0ede8;--surface-container-high: #ebe6df;--surface-dim: #dcdad5;--primary: #2f3d13;--primary-container: #455428;--secondary: #775931;--on-surface: #1c1c19;--on-surface-muted: #6f6e63;--tertiary: #ffe082;--outline-variant: #c8c7b8;--danger: #8a3b2e;--danger-surface: #f6e7e2;--warn: #8a6a1f;--warn-surface: #f6efdd;--ok: #3f5320;--ok-surface: #e8edda;--shadow-sun: 0 12px 32px rgba(28, 28, 25, .06);--r-xl: 1.5rem;--r-lg: 1.25rem;--r-md: .875rem;min-height:100dvh;background:var(--surface);color:var(--on-surface);font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:0 1.25rem;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 2.5rem);max-width:680px;margin:0 auto}.la-topbar{position:sticky;top:0;z-index:100;display:flex;align-items:center;gap:.6rem;height:60px;background:var(--surface)}.la-back{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--surface-container);color:var(--primary);font-size:1.6rem;line-height:1;text-decoration:none;flex-shrink:0}.la-back:active{background:var(--surface-dim)}.la-brand{display:flex;align-items:center;gap:.45rem;font-family:Lexend,sans-serif;font-weight:600;font-size:1rem;letter-spacing:-.01em;color:var(--on-surface)}.la-brand svg{color:var(--primary)}.la-hero{padding:.75rem 0 1.5rem}.la-eyebrow{display:block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--secondary);margin-bottom:.65rem}.la-hero-title{font-family:Lexend,sans-serif;font-size:2.4rem;font-weight:700;line-height:1.05;letter-spacing:-.03em;color:var(--on-surface);margin-bottom:.7rem}.la-hero-sub{font-size:.95rem;line-height:1.6;color:var(--on-surface-muted);max-width:42ch}.la-seed{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;margin-bottom:1.5rem}.la-seed-label{font-size:.78rem;color:var(--on-surface-muted)}.la-chip{background:var(--surface-container);color:var(--secondary);border:none;border-radius:999px;padding:.45rem .85rem;font-size:.78rem;font-family:inherit;font-weight:500;cursor:pointer}.la-chip:active{background:var(--surface-dim)}.la-chip--active{background:linear-gradient(160deg,var(--primary-container),var(--primary));color:#f4f3ea}.la-demo-tag{margin-left:auto;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--secondary);background:var(--surface-container);padding:.25rem .6rem;border-radius:999px}.la-results-head{display:flex;flex-direction:column;gap:.55rem}.la-results-head .la-results-title{margin-bottom:0}.la-listing-done{display:inline-flex;align-items:center;gap:.55rem;align-self:flex-start;background:var(--ok-surface);border-radius:999px;padding:.4rem .9rem .4rem .45rem}.la-listing-done-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--ok);flex-shrink:0}.la-listing-done-text{font-family:Lexend,sans-serif;font-size:1.15rem;font-weight:700;letter-spacing:-.01em;color:var(--ok)}.la-listing-title{font-family:Lexend,sans-serif;font-size:1.15rem;font-weight:600;letter-spacing:-.01em;color:var(--on-surface);margin:.35rem 0 1rem}.la-listing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.la-listing-cell{display:flex;flex-direction:column;gap:.15rem}.la-listing-cell span{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--secondary)}.la-listing-cell strong{font-size:.95rem;font-weight:600;color:var(--on-surface)}.la-listing-desc{margin-top:1rem;font-size:.85rem;line-height:1.55;color:var(--on-surface-muted)}.la-form{display:flex;flex-direction:column;gap:1.25rem}.la-block-label{display:block;font-family:Lexend,sans-serif;font-size:.95rem;font-weight:600;letter-spacing:-.01em;color:var(--on-surface);margin-bottom:.6rem}.la-card{background:var(--surface-container);border-radius:var(--r-xl);padding:1.25rem}.la-card--raised{background:var(--surface-lowest);box-shadow:var(--shadow-sun)}.la-field{display:flex;flex-direction:column;gap:.35rem}.la-field>span{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--secondary);padding-left:.2rem}.la-field input,.la-field textarea,.la-field select{width:100%;font-family:inherit;font-size:.95rem;color:var(--on-surface);background:var(--surface-container-high);border:none;border-radius:var(--r-md);padding:.8rem .9rem;-webkit-appearance:none;appearance:none}.la-card--raised .la-field input,.la-card--raised .la-field textarea,.la-card--raised .la-field select{background:var(--surface-container)}.la-field input::placeholder,.la-field textarea::placeholder{color:var(--on-surface-muted);opacity:.7}.la-field input:focus,.la-field textarea:focus,.la-field select:focus{outline:2px solid var(--primary-container);outline-offset:1px}.la-field textarea{resize:vertical;line-height:1.5}.la-field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23775931' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;padding-right:2.2rem}.la-row{display:flex;gap:.75rem}.la-row .la-field{flex:1;min-width:0}.la-stack{display:flex;flex-direction:column;gap:.85rem}.la-btn{border:none;border-radius:var(--r-lg);font-family:Lexend,sans-serif;font-size:.95rem;font-weight:600;letter-spacing:-.01em;padding:.95rem 1.1rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.la-btn--primary{background:linear-gradient(160deg,var(--primary-container),var(--primary));color:#f4f3ea;box-shadow:var(--shadow-sun)}.la-btn--primary:active{filter:brightness(.94)}.la-btn--primary:disabled{opacity:.6;cursor:progress}.la-btn--secondary{background:var(--surface-container-high);color:var(--on-surface)}.la-btn--ghost{background:transparent;color:var(--secondary)}.la-submit{width:100%;margin-top:1rem}.la-note{display:flex;gap:.5rem;align-items:flex-start;margin-top:.85rem;font-size:.78rem;line-height:1.45;color:var(--on-surface-muted)}.la-note svg{flex-shrink:0;color:var(--secondary);margin-top:1px}.la-disclosure{background:var(--surface-container);border-radius:var(--r-xl);padding:.25rem 1.25rem}.la-disclosure>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:1rem 0;font-family:Lexend,sans-serif;font-size:.95rem;font-weight:600;letter-spacing:-.01em;color:var(--on-surface)}.la-disclosure>summary::-webkit-details-marker{display:none}.la-disclosure>summary:after{content:"";width:18px;height:18px;flex-shrink:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23775931' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center / contain no-repeat;transition:transform .2s ease}.la-disclosure[open]>summary:after{transform:rotate(180deg)}.la-disclosure-body{display:flex;flex-direction:column;gap:.85rem;padding-bottom:1.25rem}.la-cad-map{height:130px;border-radius:var(--r-lg);background:radial-gradient(circle at 30% 30%,rgba(119,89,49,.18),transparent 60%),repeating-linear-gradient(45deg,var(--surface-container-high),var(--surface-container-high) 14px,var(--surface-container) 14px,var(--surface-container) 28px);display:flex;align-items:center;justify-content:center;color:var(--secondary);position:relative}.la-cad-pin{display:inline-flex;align-items:center;gap:.4rem;background:#fcf9f4d1;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:.4rem .8rem;border-radius:999px;font-size:.75rem;font-weight:600}.la-status{margin-top:1.5rem}.la-loading{display:flex;align-items:center;gap:.9rem;background:var(--surface-lowest);border-radius:var(--r-xl);padding:1.25rem;font-size:.9rem;color:var(--on-surface-muted);box-shadow:var(--shadow-sun)}.la-spinner{width:24px;height:24px;border:3px solid var(--surface-dim);border-top-color:var(--primary);border-radius:50%;flex-shrink:0;animation:la-spin .8s linear infinite}@keyframes la-spin{to{transform:rotate(360deg)}}.la-alert{border-radius:var(--r-lg);padding:.95rem 1.1rem;font-size:.88rem;line-height:1.45}.la-alert--warn{background:var(--warn-surface);color:var(--warn)}.la-alert--error{background:var(--danger-surface);color:var(--danger)}.la-results{margin-top:1.75rem;display:flex;flex-direction:column;gap:1rem}.la-results-title{font-family:Lexend,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--on-surface);margin-bottom:.25rem}.la-card-title{font-family:Lexend,sans-serif;font-size:1.05rem;font-weight:600;letter-spacing:-.01em;color:var(--on-surface);margin-bottom:.85rem}.la-summary{font-size:.92rem;line-height:1.6;color:var(--on-surface-muted)}.la-empty{font-size:.85rem;color:var(--on-surface-muted)}.la-score{background:var(--surface-lowest);box-shadow:var(--shadow-sun)}.la-score-head{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.25rem}.la-score-dial{flex-shrink:0;width:96px;height:96px;border-radius:50%;display:grid;place-items:center;position:relative}.la-score-dial:before{content:"";position:absolute;inset:9px;border-radius:50%;background:var(--surface-lowest)}.la-score-inner{position:relative;text-align:center;font-family:Lexend,sans-serif;line-height:1}.la-score-number{font-size:1.9rem;font-weight:800;color:var(--on-surface)}.la-score-out{font-size:.7rem;font-weight:500;color:var(--on-surface-muted)}.la-score-meta{display:flex;flex-direction:column;gap:.45rem}.la-risklevel{align-self:flex-start;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.3rem .65rem;border-radius:999px}.la-risklevel--good{background:var(--ok-surface);color:var(--ok)}.la-risklevel--mid{background:var(--warn-surface);color:var(--warn)}.la-risklevel--bad{background:var(--danger-surface);color:var(--danger)}.la-confidence,.la-detected{font-size:.82rem;color:var(--on-surface-muted)}.la-detected strong{color:var(--on-surface);font-weight:600}.la-reco{display:flex;gap:.75rem;align-items:flex-start;border-radius:var(--r-lg);padding:.9rem 1rem;background:var(--surface-container)}.la-reco--good{background:var(--ok-surface)}.la-reco--mid{background:var(--warn-surface)}.la-reco--bad{background:var(--danger-surface)}.la-reco-icon{flex-shrink:0;margin-top:1px}.la-reco--good .la-reco-icon{color:var(--ok)}.la-reco--mid .la-reco-icon{color:var(--warn)}.la-reco--bad .la-reco-icon{color:var(--danger)}.la-reco-kicker{display:block;font-family:Lexend,sans-serif;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.15rem}.la-reco--good .la-reco-kicker{color:var(--ok)}.la-reco--mid .la-reco-kicker{color:var(--warn)}.la-reco--bad .la-reco-kicker{color:var(--danger)}.la-reco-text{font-size:.95rem;font-weight:600;color:var(--on-surface)}.la-breakdown{display:flex;flex-direction:column;gap:.8rem}.la-bd-row{display:grid;grid-template-columns:1fr auto;gap:.3rem .75rem;align-items:center}.la-bd-label{font-size:.85rem;color:var(--on-surface)}.la-bd-val{font-size:.78rem;font-weight:600;color:var(--on-surface-muted);font-variant-numeric:tabular-nums}.la-bd-track{grid-column:1 / -1;height:8px;background:var(--surface-container-high);border-radius:999px;overflow:hidden}.la-bd-fill{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--primary-container),var(--primary))}.la-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.la-bullets{list-style:none;display:flex;flex-direction:column;gap:.6rem}.la-bullets li{position:relative;padding-left:1.4rem;font-size:.9rem;color:var(--on-surface-muted);line-height:1.5}.la-bullets li:before{content:"";position:absolute;left:0;top:.55em;width:7px;height:7px;border-radius:50%;background:var(--secondary)}.la-pairs{list-style:none;display:flex;flex-direction:column;gap:.85rem}.la-pairs li{display:flex;flex-direction:column;gap:.2rem}.la-pairs strong{font-size:.9rem;font-weight:600;color:var(--on-surface)}.la-pairs span{font-size:.83rem;color:var(--on-surface-muted);line-height:1.5}.la-pairs--check li{position:relative;padding-left:1.6rem}.la-pairs--check li:before{content:"";position:absolute;left:0;top:2px;width:18px;height:18px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%233f5320' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / contain no-repeat}.la-risk{border-radius:var(--r-lg);padding:.95rem 1rem;background:var(--surface-container)}.la-risk--critical,.la-risk--high{background:var(--danger-surface)}.la-risk--medium{background:var(--warn-surface)}.la-risk-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.4rem}.la-risk-name{font-family:Lexend,sans-serif;font-size:.92rem;font-weight:600;color:var(--on-surface)}.la-risk-evidence{font-size:.8rem;font-style:italic;color:var(--on-surface-muted);margin-bottom:.3rem}.la-risk-why{font-size:.8rem;color:var(--on-surface-muted);line-height:1.45}.la-badge{font-size:.66rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.22rem .55rem;border-radius:999px;white-space:nowrap;background:var(--surface-dim);color:var(--on-surface)}.la-badge--critical,.la-badge--high,.la-badge--prio-high{background:var(--danger);color:#f6e7e2}.la-badge--medium,.la-badge--prio-medium{background:var(--tertiary);color:#5a4410}.la-badge--low,.la-badge--prio-low{background:var(--surface-dim);color:var(--on-surface-muted)}.la-action{display:flex;align-items:center;justify-content:space-between;gap:.6rem;background:var(--surface-container);border-radius:var(--r-lg);padding:.85rem 1rem;font-size:.9rem;color:var(--on-surface)}.la-disclaimer{font-size:.78rem;line-height:1.55;color:var(--on-surface-muted);background:var(--surface-container);border-radius:var(--r-lg);padding:1rem 1.1rem}
