: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) + 6.5rem);max-width:680px;margin:0 auto}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;direction:ltr;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.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-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{display:flex;align-items:center;gap:.5rem;font-family:Lexend,sans-serif;font-size:1.05rem;font-weight:600;letter-spacing:-.01em;color:var(--on-surface);margin-bottom:.85rem}.la-card-title .material-symbols-outlined{font-size:20px;color:var(--secondary)}.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);display:flex;flex-direction:column;align-items:center;gap:.85rem}.la-ring-wrap{position:relative;width:168px;height:168px}.la-ring{width:100%;height:100%;transform:rotate(-90deg)}.la-ring-bg{fill:none;stroke:var(--surface-container-high);stroke-width:9}.la-ring-fg{fill:none;stroke-width:9;stroke-linecap:round;transition:stroke-dashoffset 1s ease}.la-ring-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem}.la-score-number{font-family:Lexend,sans-serif;font-size:2.7rem;font-weight:800;line-height:1;color:var(--on-surface)}.la-score-out{font-size:1rem;font-weight:500;color:var(--on-surface-muted)}.la-risklevel-text{font-family:Lexend,sans-serif;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;max-width:110px;text-align:center;line-height:1.2}.la-score-meta-line{font-size:.82rem;color:var(--on-surface-muted);text-align:center}.la-score-meta-line strong{color:var(--on-surface);font-weight:600}.la-decision{border-radius:var(--r-xl);padding:1.25rem;display:flex;flex-direction:column;gap:.7rem}.la-decision--good{background:var(--ok-surface)}.la-decision--mid{background:var(--warn-surface)}.la-decision--bad{background:var(--danger-surface)}.la-decision-kicker{display:inline-flex;align-items:center;gap:.4rem;font-family:Lexend,sans-serif;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.la-decision-kicker .material-symbols-outlined{font-size:18px}.la-decision--good .la-decision-kicker{color:var(--ok)}.la-decision--mid .la-decision-kicker{color:var(--warn)}.la-decision--bad .la-decision-kicker{color:var(--danger)}.la-decision-text{font-family:Lexend,sans-serif;font-size:1.3rem;font-weight:800;line-height:1.15;letter-spacing:-.01em;text-transform:uppercase}.la-decision--good .la-decision-text{color:var(--ok)}.la-decision--mid .la-decision-text{color:var(--warn)}.la-decision--bad .la-decision-text{color:var(--danger)}.la-decision-reason{padding-top:.85rem;border-top:1px solid rgba(28,28,25,.08)}.la-decision-reason-label{display:block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--secondary);margin-bottom:.3rem}.la-decision-reason p{font-size:.9rem;line-height:1.55;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;margin-bottom:.5rem}.la-risk-name{font-family:Lexend,sans-serif;font-size:.95rem;font-weight:700;color:var(--on-surface);margin-bottom:.3rem}.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}.la-topbar-menu{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;color:var(--primary);flex-shrink:0}.la-beta{margin-left:auto;font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#5a4410;background:var(--tertiary);padding:.2rem .55rem;border-radius:999px}.la-callout{background:#2f3d1314;border-left:4px solid var(--primary);border-radius:0 var(--r-md) var(--r-md) 0;padding:1rem 1.1rem;margin-top:1rem}.la-callout p{font-size:.875rem;font-weight:600;line-height:1.55;color:var(--primary)}.la-pega-head{display:flex;align-items:center;gap:.5rem;color:var(--primary);margin-bottom:.5rem}.la-pega-head h2{font-family:Lexend,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:-.01em}.la-pega-desc{font-size:.85rem;line-height:1.5;color:var(--on-surface-muted);margin-bottom:1rem}.la-demo-pick{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;margin:1.5rem 0 .5rem}.la-demo-pick-label{width:100%;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--secondary);margin-bottom:.15rem}.la-cad-tip{display:flex;gap:.6rem;align-items:flex-start;background:#2f3d130d;border-radius:var(--r-md);padding:.85rem 1rem;font-size:.8rem;line-height:1.5;color:var(--on-surface-muted)}.la-cad-tip .material-symbols-outlined{font-size:18px;color:var(--primary);flex-shrink:0}.la-cad-tip strong{color:var(--primary)}.la-cad-ref{position:absolute;bottom:12px;left:12px;font-size:.62rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--primary);background:#fcf9f4d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:.3rem .6rem;border-radius:999px}.la-results-title{text-align:center}.la-results-done{display:flex;align-items:center;justify-content:center;gap:.35rem;font-size:.82rem;font-weight:600;color:var(--ok);margin-top:-.5rem}.la-results-done .material-symbols-outlined{font-size:18px}.la-questions{list-style:none;display:flex;flex-direction:column;gap:.5rem}.la-question{display:flex;align-items:center;justify-content:space-between;gap:.5rem;background:var(--surface-lowest);border-radius:var(--r-md);padding:.7rem .85rem}.la-question span{font-size:.83rem;font-style:italic;color:var(--on-surface-variant, var(--on-surface-muted));line-height:1.45}.la-copy{flex-shrink:0;border:none;background:transparent;color:var(--primary);cursor:pointer;display:inline-flex;align-items:center;padding:.25rem;border-radius:8px}.la-copy .material-symbols-outlined{font-size:18px}.la-copy:active{transform:scale(.9)}.la-copy.is-copied{color:var(--ok)}.la-bottomnav{position:fixed;bottom:0;left:0;right:0;z-index:80;display:flex;justify-content:space-around;align-items:center;gap:.25rem;padding:.6rem 1rem calc(env(safe-area-inset-bottom,0px) + .6rem);background:#fcf9f4cc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 -12px 32px #1c1c190f;border-radius:var(--r-xl) var(--r-xl) 0 0}.la-navitem{display:flex;flex-direction:column;align-items:center;gap:.15rem;border:none;background:transparent;color:var(--secondary);font-family:Lexend,sans-serif;font-size:.66rem;font-weight:500;padding:.35rem .4rem;cursor:pointer}.la-navitem--active{color:#f4f3ea;background:linear-gradient(160deg,var(--primary-container),var(--primary));border-radius:var(--r-lg);padding:.4rem 1.1rem}.la-navitem--muted{opacity:.7}
