:root{--background: #0b1326;--surface: #0b1326;--surface-container-lowest: #060e20;--surface-container-low: #131b2e;--surface-container: #171f33;--surface-container-high: #222a3d;--surface-container-highest: #2d3449;--on-surface: #dae2fd;--on-surface-variant: #e0bfb7;--outline: #a88a83;--outline-variant: #59413c;--primary: #ffb4a2;--primary-container: #f06543;--on-primary: #621100;--on-primary-container: #560e00;--secondary: #4ae176;--secondary-container: #00b954;--on-secondary: #003915;--on-secondary-container: #004119;--tertiary: #adc6ff;--tertiary-container: #4d8eff;--on-tertiary: #002e6a;--error: #ffb4ab;--error-container: #93000a;--on-error-container: #ffdad6;--font-ui: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "Cascadia Code", monospace;--radius-sm: .125rem;--radius: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-xl: .75rem;--radius-full: 9999px;--space-base: 4px;--container-padding: 1.5rem;--gutter: 1rem;--stack-sm: .5rem;--stack-md: 1rem;--touch-target: 44px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--background);color:var(--on-surface);font-family:var(--font-ui);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overscroll-behavior-y:contain}*{scrollbar-width:none}*::-webkit-scrollbar{display:none}.num{font-family:var(--font-mono);font-variant-numeric:tabular-nums}input,select,textarea,button{font-family:inherit;font-size:16px}button{cursor:pointer}.panel-screen{height:100%}.panel-screen--anim{animation:screen-in .22s ease}@keyframes screen-in{0%{opacity:.5;transform:translate(22px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion: reduce){.panel-screen--anim{animation:none}}.landing{--l-bg: #ffffff;--l-bg-alt: #f4f7f9;--l-text: #0f1b22;--l-muted: #5b6b73;--l-primary: #f06543;--l-primary-dark: #d94f2f;--l-green: #00a884;--l-border: #e6ebed;--l-ink: #0b1326;min-height:100dvh;background:var(--l-bg);color:var(--l-text);font-family:var(--font-ui);line-height:1.55;overflow-x:hidden}.landing a{text-decoration:none;color:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:46px;padding:0 1.35rem;border-radius:9999px;font-size:15px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:transform .1s ease,background .15s ease,box-shadow .15s ease;white-space:nowrap}.btn:active{transform:scale(.98)}.btn--primary{background:var(--l-primary);color:#fff;box-shadow:0 6px 18px #f0654340}.btn--primary:hover{background:var(--l-primary-dark)}.btn--ghost{background:transparent;border-color:var(--l-border);color:var(--l-text)}.btn--ghost:hover{background:var(--l-bg-alt)}.btn--lg{min-height:54px;padding:0 1.9rem;font-size:16.5px}.btn--sm{min-height:38px;padding:0 1rem;font-size:13.5px}.btn--full{width:100%}.btn--success{background:var(--l-green);color:#fff;box-shadow:none}.btn--danger-outline{background:transparent;border-color:#59413c;color:#e0bfb7;box-shadow:none}.lnav{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem 1.25rem;padding-top:calc(.7rem + env(safe-area-inset-top));background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--l-border)}.lnav__brand{display:inline-flex;align-items:center;font-weight:700;font-size:19px}.lnav__logo{height:58px;width:auto;max-width:220px;display:block;object-fit:contain}.lnav__actions{display:flex;align-items:center;gap:1.25rem}.lnav__item{display:none;font-size:14.5px;font-weight:500;color:var(--l-muted)}.lnav__item:hover{color:var(--l-text)}.hero{text-align:center;padding:2.75rem 1.25rem 3.25rem;background:radial-gradient(120% 80% at 50% 0%,#eaf5f2,#fff 55%)}.hero__badge{display:inline-block;background:#00a8841f;color:var(--l-green);font-weight:600;font-size:13px;padding:.4rem .9rem;border-radius:9999px;margin-bottom:1.15rem}.hero__title{font-size:29px;line-height:1.18;font-weight:800;letter-spacing:-.02em;max-width:20ch;margin:0 auto 1rem}.hero__sub{font-size:16.5px;color:var(--l-muted);max-width:52ch;margin:0 auto 1.6rem}.hero__sub strong{color:var(--l-text)}.hero__cta{display:flex;flex-direction:column;gap:.75rem;max-width:360px;margin:0 auto}.hero__trust-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem 1.25rem;margin-top:1.5rem;font-size:13px;color:var(--l-muted)}.section{max-width:1120px;margin:0 auto;padding:3.25rem 1.25rem}.section--alt{background:var(--l-bg-alt);max-width:none}.section--alt>*{max-width:1120px;margin-left:auto;margin-right:auto}.section__header{text-align:center;max-width:640px;margin:0 auto 2.25rem}.section__tag{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--l-primary);margin-bottom:.6rem}.section__title{font-size:25px;font-weight:800;letter-spacing:-.01em;line-height:1.25}.section__sub{margin-top:.6rem;color:var(--l-muted);font-size:15.5px}.cards-grid{display:grid;grid-template-columns:1fr;gap:1rem}.card-benefit{background:var(--l-bg);border:1px solid var(--l-border);border-radius:16px;padding:1.5rem}.card-benefit__tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.05em;color:var(--l-green);margin-bottom:.5rem}.card-benefit__title{font-size:17.5px;font-weight:700;margin-bottom:.4rem;line-height:1.3}.card-benefit__text{color:var(--l-muted);font-size:14.5px}.steps-wrapper{display:grid;grid-template-columns:1fr;gap:1.75rem}.step-card{background:var(--l-bg);border:1px solid var(--l-border);border-radius:20px;padding:1.5rem 1.35rem 1.75rem;display:flex;flex-direction:column;align-items:center;text-align:center}.step-card__media{margin-bottom:1.1rem}.step-card__img{width:auto;max-width:230px;max-height:400px;border-radius:22px;box-shadow:0 14px 38px #0f1b2229}.step-card__badge{display:inline-block;font-size:12px;font-weight:700;color:#fff;background:var(--l-primary);padding:.2rem .75rem;border-radius:9999px;margin-bottom:.6rem}.step-card__title{font-size:18px;font-weight:700;margin-bottom:.45rem;line-height:1.3}.step-card__text{color:var(--l-muted);font-size:14.5px;max-width:40ch}.features-deep{display:flex;flex-direction:column;gap:3rem}.feat-block{display:flex;flex-direction:column;gap:1.5rem}.feat-block__badge{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.03em;padding:.3rem .8rem;border-radius:9999px;margin-bottom:.7rem}.feat-block__badge--green{background:#00a8841f;color:var(--l-green)}.feat-block__badge--blue{background:#4d8eff24;color:#2f6bd6}.feat-block__badge--purple{background:#8b5cf624;color:#7c3aed}.feat-block__title{font-size:22px;font-weight:800;letter-spacing:-.01em;margin-bottom:.5rem;line-height:1.25}.feat-block__desc{color:var(--l-muted);font-size:15px;margin-bottom:.75rem}.feat-block__list{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.6rem}.feat-block__list li{font-size:14.5px;color:var(--l-muted);line-height:1.5}.feat-block__geo-note{margin-top:.75rem;padding:.85rem 1rem;background:#00a88414;border-left:3px solid var(--l-green);border-radius:10px;font-size:14px;color:var(--l-text)}.feat-block__mockup{display:flex;justify-content:center}.text-green{color:#0a8f5b}.text-amber{color:#b45309}.text-red{color:#dc2626}.app-mockup{width:100%;max-width:380px;background:var(--l-ink);border:1px solid #2d3449;border-radius:18px;overflow:hidden;box-shadow:0 20px 50px #0b132647;color:#dae2fd}.app-mockup__header{padding:.75rem 1rem;font-size:11.5px;font-weight:600;letter-spacing:.03em;color:#9fb0d6;text-transform:uppercase;background:#131b2e;border-bottom:1px solid #2d3449}.app-mockup__body{padding:.9rem;display:flex;flex-direction:column;gap:.6rem}.chat-thread{background:#171f33;border-radius:12px;padding:.75rem .85rem;border-left:4px solid #59413c}.chat-thread--green{border-left-color:#4ae176}.chat-thread--amber{border-left-color:#f5c518}.chat-thread--red{border-left-color:#ff6b6b}.chat-thread__status{font-size:11px;font-weight:700;margin-bottom:.35rem}.chat-thread--green .chat-thread__status{color:#4ae176}.chat-thread--amber .chat-thread__status{color:#f5c518}.chat-thread--red .chat-thread__status{color:#ff6b6b}.chat-thread__user{font-family:var(--font-mono);font-size:12px;color:#dae2fd;margin-bottom:.25rem}.chat-thread__last{font-size:12.5px;color:#9fb0d6;line-height:1.4}.bulletin-card{background:#171f33;border-radius:12px;padding:.9rem;border-left:4px solid #ff6b6b}.bulletin-card__top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.55rem}.badge-sev{font-size:10px;font-weight:800;padding:2px 8px;border-radius:9999px}.badge-sev--critical{background:#c0362c;color:#fff}.bulletin-card__source{font-size:10.5px;color:#9fb0d6}.bulletin-card__title{font-size:14px;font-weight:700;color:#dae2fd;margin-bottom:.4rem;line-height:1.35}.bulletin-card__text{font-size:12.5px;color:#9fb0d6;line-height:1.45;margin-bottom:.6rem}.bulletin-card__countermeasure{font-size:12.5px;color:#d6f5e6;line-height:1.45;background:#00b9541f;border-radius:8px;padding:.6rem .7rem}.appointment-card{background:#171f33;border-radius:12px;padding:.95rem}.appointment-card__date{font-size:14px;font-weight:700;color:#dae2fd;margin-bottom:.3rem}.appointment-card__place{font-size:12.5px;color:#9fb0d6;margin-bottom:.3rem}.appointment-card__buyer{font-size:12.5px;color:#4ae176;margin-bottom:.75rem}.geo-risk-box{background:#0f1730;border:1px solid #2d3449;border-radius:10px;padding:.65rem .75rem;margin-bottom:.85rem}.geo-risk-box__head{font-size:11.5px;font-weight:600;color:#adc6ff;margin-bottom:.5rem}.geo-risk-box__row{display:flex;justify-content:space-between;gap:.75rem;font-size:12px;color:#9fb0d6;padding:.15rem 0}.geo-risk-box__row strong{color:#dae2fd}.appointment-card__actions{display:flex;gap:.5rem}.appointment-card__actions .btn{flex:1}.roadmap-grid{display:grid;grid-template-columns:1fr;gap:1rem}.roadmap-card{background:var(--l-bg);border:1px dashed var(--l-border);border-radius:16px;padding:1.4rem}.roadmap-card__tag{display:inline-block;font-size:11px;font-weight:700;color:var(--l-primary);background:#f065431a;padding:2px 9px;border-radius:9999px;margin-bottom:.6rem}.roadmap-card__title{font-size:16.5px;font-weight:700;margin-bottom:.35rem}.roadmap-card__text{color:var(--l-muted);font-size:14px}.toggle-wrapper{display:flex;width:fit-content;gap:4px;margin:0 auto 2rem;padding:4px;background:var(--l-bg-alt);border:1px solid var(--l-border);border-radius:9999px}.toggle-btn{border:none;background:transparent;cursor:pointer;padding:.55rem 1.15rem;border-radius:9999px;font-size:14px;font-weight:600;color:var(--l-muted)}.toggle-btn--active{background:var(--l-primary);color:#fff}.planes-grid{display:grid;grid-template-columns:1fr;gap:1rem}.plan-card{position:relative;background:var(--l-bg);border:1px solid var(--l-border);border-radius:18px;padding:1.75rem 1.4rem;text-align:center;display:flex;flex-direction:column}.plan-card--featured{border-color:var(--l-primary);box-shadow:0 10px 34px #f0654324}.plan-card__badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--l-primary);color:#fff;font-size:12px;font-weight:700;padding:.25rem .85rem;border-radius:9999px;white-space:nowrap}.plan-card__name{font-size:16px;font-weight:700;color:var(--l-muted)}.plan-card__price{margin:.5rem 0 .3rem}.plan-card__amount{font-size:34px;font-weight:800;letter-spacing:-.02em;font-family:var(--font-mono)}.plan-card__unit{color:var(--l-muted);font-size:14px}.plan-card__desc{color:var(--l-muted);font-size:13.5px;margin:.4rem 0 1.15rem;flex:1}.planes-footnote{text-align:center;color:var(--l-muted);font-size:13px;margin-top:1.25rem}.faq-container{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:.6rem}.faq-item{background:var(--l-bg);border:1px solid var(--l-border);border-radius:14px;overflow:hidden}.faq-item__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.05rem 1.2rem;background:transparent;border:none;cursor:pointer;font-size:15.5px;font-weight:600;text-align:left;color:var(--l-text)}.faq-item__icon{color:var(--l-primary);font-size:22px;line-height:1;flex-shrink:0}.faq-item__answer{padding:0 1.2rem 1.15rem;color:var(--l-muted);font-size:14.5px;line-height:1.6}.cta-banner{text-align:center;padding:3.75rem 1.25rem;background:linear-gradient(160deg,#0e2a24,#0b3a30);color:#fff}.cta-banner__title{font-size:25px;font-weight:800;margin-bottom:.55rem;max-width:22ch;margin-inline:auto}.cta-banner__sub{color:#ffffffd1;margin-bottom:1.6rem;max-width:46ch;margin-inline:auto}.lfooter{padding:2.5rem 1.25rem;padding-bottom:calc(2.5rem + env(safe-area-inset-bottom));border-top:1px solid var(--l-border)}.lfooter__content{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.6rem;text-align:center}.lfooter__logo{height:122px;width:auto;max-width:280px;object-fit:contain}.lfooter__tagline{color:var(--l-muted);font-size:13.5px;max-width:40ch}@media (min-width: 720px){.lnav__item{display:inline}.hero__title{font-size:44px}.hero__sub{font-size:18px}.hero__cta{flex-direction:row;justify-content:center;max-width:none}.section__title{font-size:31px}.cards-grid{grid-template-columns:repeat(2,1fr)}.steps-wrapper{grid-template-columns:repeat(3,1fr);align-items:start}.roadmap-grid{grid-template-columns:repeat(3,1fr)}.planes-grid{grid-template-columns:repeat(3,1fr);align-items:stretch}.cta-banner__title{font-size:32px}.feat-block{flex-direction:row;align-items:center;gap:3rem}.feat-block--reverse{flex-direction:row-reverse}.feat-block__info,.feat-block__mockup{flex:1}}@media (min-width: 980px){.hero{padding:4rem 1.25rem 4.5rem}.hero__title{font-size:50px;max-width:22ch}}.nh{position:sticky;top:0;z-index:10;background:var(--surface-container-high);border-bottom:1px solid var(--outline-variant);padding-top:var(--safe-top)}.nh__bar{display:flex;align-items:center;gap:var(--stack-sm);min-height:56px;padding:0 var(--gutter)}.nh__back{display:flex;align-items:center;justify-content:center;width:var(--touch-target);height:var(--touch-target);margin-left:-.5rem;border:none;background:transparent;color:var(--on-surface);font-size:28px;line-height:1;border-radius:var(--radius-full)}.nh__back:active{background:var(--surface-container-highest)}.nh__logo{display:flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:20px}.nh__titles{display:flex;flex-direction:column;min-width:0;flex:1}.nh__action{display:flex;align-items:center;justify-content:center;width:var(--touch-target);height:var(--touch-target);margin-right:-.5rem;border:none;background:transparent;color:var(--on-surface);font-size:22px;border-radius:var(--radius-full)}.nh__action:active{background:var(--surface-container-highest)}.nh__title{font-weight:600;font-size:17px;line-height:1.3;color:var(--on-surface)}.nh__subtitle{font-size:12px;color:var(--on-surface-variant)}.drw{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;visibility:hidden;pointer-events:none}.drw--open{visibility:visible;pointer-events:auto}.drw__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;opacity:0;transition:opacity .22s ease}.drw--open .drw__backdrop{opacity:1}.drw__panel{position:absolute;top:0;left:0;height:100dvh;width:82%;max-width:320px;background:var(--surface-container);border-right:1px solid var(--outline-variant);transform:translate(-100%);transition:transform .26s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column;padding-top:var(--safe-top);box-shadow:8px 0 32px #0006}.drw--open .drw__panel{transform:translate(0)}.drw__head{display:flex;align-items:center;justify-content:space-between;padding:1rem var(--container-padding);border-bottom:1px solid var(--outline-variant)}.drw__brand{font-size:1.15rem;font-weight:800;color:var(--secondary);letter-spacing:.02em}.drw__close{width:var(--touch-target);height:var(--touch-target);background:none;border:none;color:var(--on-surface-variant);font-size:1.1rem;cursor:pointer}.drw__items{display:flex;flex-direction:column;padding:.5rem;gap:2px;overflow-y:auto}.drw__item{display:flex;align-items:center;gap:.875rem;width:100%;min-height:var(--touch-target);padding:.75rem;background:none;border:none;border-radius:var(--radius-md);text-align:left;cursor:pointer;color:var(--on-surface)}.drw__item:active{background:var(--surface-container-high)}.drw__item-icon{flex-shrink:0;width:38px;height:38px;display:flex;align-items:center;justify-content:center;font-size:1.15rem;background:var(--surface-container-low);border:1px solid var(--outline-variant);border-radius:var(--radius-md)}.drw__item-text{flex:1;display:flex;flex-direction:column;gap:1px;min-width:0}.drw__item-label{font-size:.9375rem;font-weight:600}.drw__item-sub{font-size:.75rem;color:var(--on-surface-variant)}.drw__item-chevron{color:var(--on-surface-variant);font-size:1.25rem}.drw__item--danger .drw__item-label{color:var(--error)}.gar{min-height:100%;display:flex;flex-direction:column;background:var(--background)}.gar__body{flex:1;padding:var(--gutter);padding-bottom:calc(96px + var(--safe-bottom));display:flex;flex-direction:column;gap:var(--stack-md)}.gar__card{display:flex;align-items:center;gap:var(--stack-md);width:100%;min-height:72px;padding:var(--gutter);text-align:left;background:var(--surface-container);border:1px solid var(--outline-variant);border-radius:var(--radius-lg);color:var(--on-surface)}.gar__card:active{background:var(--surface-container-high)}.gar__card-main{display:flex;flex-direction:column;gap:.2rem;min-width:0;flex:1}.gar__card-title{font-size:16px;font-weight:600}.gar__card-sub{font-size:12px;color:var(--on-surface-variant)}.gar__card-price{font-size:15px;font-weight:600;color:var(--secondary);white-space:nowrap}.gar__card-chevron{font-size:22px;color:var(--on-surface-variant)}.gar__empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--stack-md);padding:3rem var(--gutter);color:var(--on-surface-variant)}.gar__empty-icon{font-size:48px;opacity:.7}.gar__empty-text{font-size:14px}.gar__banner{padding:var(--stack-md);border-radius:var(--radius-md);background:var(--error-container);color:var(--on-error-container);border:1px solid var(--error);font-size:14px}.gar__card--skeleton{flex-direction:column;align-items:stretch;gap:.6rem;pointer-events:none}.gar__sk-line{height:12px;width:55%;border-radius:var(--radius-full);background:linear-gradient(100deg,var(--surface-container-high) 30%,var(--surface-container-highest) 50%,var(--surface-container-high) 70%);background-size:200% 100%;animation:gar-shimmer 1.2s ease-in-out infinite}.gar__sk-line--wide{width:80%;height:16px}@keyframes gar-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.gar__quota{display:flex;align-items:center;justify-content:space-between;gap:var(--stack-md);padding:.6rem .85rem;margin-bottom:var(--stack-md);background:var(--surface-container);border:1px solid var(--outline-variant);border-radius:var(--radius-md);font-size:13px;color:var(--on-surface-variant)}.gar__quota strong{color:var(--on-surface)}.gar__quota-tag{font-size:12px;font-weight:600;color:var(--secondary);padding:2px 8px;border-radius:var(--radius-full);background:var(--surface-container-high)}.gar__quota--full .gar__quota-tag{color:var(--primary)}.sheet__upsell{display:block;text-align:center;min-height:var(--touch-target);line-height:var(--touch-target);border-radius:var(--radius-md);background:var(--primary-container);color:#fff;font-size:16px;font-weight:600;text-decoration:none}.gar__help{align-self:center;margin:1.5rem auto 0;min-height:var(--touch-target);padding:.6rem 1.25rem;background:transparent;border:1px solid var(--outline-variant);border-radius:var(--radius-md);color:var(--secondary);font-size:14px;font-weight:600}.gar__help:active{background:var(--surface-container-high)}.gar__about-link{color:var(--tertiary);text-decoration:none;font-weight:600}.gar__logout{align-self:center;margin:.75rem auto .5rem;padding:.6rem 1.25rem;background:transparent;border:none;color:var(--on-surface-variant);font-size:14px;font-weight:500}.gar__logout:active{color:var(--error)}.gar__actions{position:fixed;left:0;right:0;bottom:0;padding:var(--stack-md) var(--gutter);padding-bottom:calc(var(--stack-md) + var(--safe-bottom));background:linear-gradient(to top,var(--background) 70%,transparent)}.gar__add{width:100%;min-height:var(--touch-target);border:none;border-radius:var(--radius-md);background:var(--primary-container);color:#fff;font-size:16px;font-weight:600}.gar__add:active{background:var(--primary);color:var(--on-primary)}.qr{display:inline-flex;align-items:center;justify-content:center;padding:12px;background:#fff;border-radius:var(--radius-lg)}.qr__img{display:block;border-radius:var(--radius-sm)}.qr__skeleton{border-radius:var(--radius-sm);background:linear-gradient(100deg,#e9edef 30%,#f4f6f7,#e9edef 70%);background-size:200% 100%;animation:qr-shimmer 1.2s ease-in-out infinite}@keyframes qr-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.qr--error{padding:1.5rem;background:var(--error-container);color:var(--on-error-container);border-radius:var(--radius-md);font-size:13px;text-align:center}.qrpanel{display:flex;flex-direction:column;align-items:center;gap:var(--stack-md)}.qrpanel__download{min-height:var(--touch-target);padding:0 1.25rem;border:1px solid var(--secondary-container);border-radius:var(--radius-md);background:transparent;color:var(--secondary);font-size:15px;font-weight:600}.qrpanel__download:active{background:var(--surface-container)}.qrpanel__download:disabled{opacity:.5}.qrpanel__missing{font-size:13px;line-height:1.5;color:var(--on-surface-variant);text-align:center;max-width:32ch}.pm{display:flex;flex-direction:column;gap:var(--stack-sm)}.pm__head{display:flex;justify-content:flex-end}.pm__count{font-size:12px;color:var(--on-surface-variant)}.pm__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.pm__thumb{position:relative;aspect-ratio:1 / 1;border-radius:var(--radius-md);overflow:hidden;background:var(--surface-container-lowest);border:1px solid var(--outline-variant)}.pm__thumb img{width:100%;height:100%;object-fit:cover;display:block}.pm__del{position:absolute;top:4px;right:4px;width:26px;height:26px;display:flex;align-items:center;justify-content:center;border:none;border-radius:var(--radius-full);background:#0009;color:#fff;font-size:18px;line-height:1}.pm__del:active{background:var(--error-container)}.pm__add{aspect-ratio:1 / 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;border:1px dashed var(--outline);border-radius:var(--radius-md);background:var(--surface-container);color:var(--on-surface-variant);font-size:24px}.pm__add span{font-size:11px;font-weight:600}.pm__add:disabled{opacity:.6}.pm__empty{font-size:12.5px;color:var(--on-surface-variant);line-height:1.4}.pm__error{padding:.6rem .75rem;border-radius:var(--radius-md);background:var(--error-container);color:var(--on-error-container);border:1px solid var(--error);font-size:13px}.mia{min-height:100%;display:flex;flex-direction:column;background:var(--background)}.mia__body{flex:1;padding:var(--gutter);padding-bottom:calc(var(--gutter) + var(--safe-bottom));display:flex;flex-direction:column;gap:var(--stack-md)}.mia__card{background:var(--surface-container);border:1px solid var(--outline-variant);border-radius:var(--radius-lg);padding:var(--gutter)}.mia__qr{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--stack-md)}.mia__section-title{font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--on-surface-variant);align-self:flex-start}.mia__qr-hint{font-size:13px;line-height:1.5;color:var(--on-surface-variant);max-width:34ch}.mia__specs{display:flex;flex-direction:column;gap:.75rem;margin-top:var(--stack-sm)}.mia__spec{display:flex;align-items:baseline;justify-content:space-between;gap:var(--stack-md)}.mia__spec-label{font-size:13px;color:var(--on-surface-variant)}.mia__spec-value{font-size:14px;font-weight:500;color:var(--on-surface);text-align:right}.mia__spec-value.num{font-size:16px;font-weight:600;color:var(--secondary)}.mia__banner{padding:var(--stack-md);border-radius:var(--radius-md);background:var(--error-container);color:var(--on-error-container);border:1px solid var(--error);font-size:14px}.mia__actions{display:flex;flex-direction:column;gap:var(--stack-sm);margin-top:var(--stack-sm)}.mia__btn{min-height:var(--touch-target);border-radius:var(--radius-md);font-size:15px;font-weight:600;background:transparent}.mia__btn--edit{border:1px solid var(--outline-variant);color:var(--on-surface)}.mia__btn--agenda{display:block;width:100%;margin-top:var(--stack-md);padding:0 1.25rem;border:1px solid var(--secondary-container);color:var(--secondary);text-align:center}.mia__btn--agenda:active{background:var(--surface-container)}.mia__share{margin-top:var(--stack-sm)}.mia__qr-hint--sm{font-size:12px;margin-top:.25rem}.mia__offers{display:flex;flex-direction:column;gap:.5rem;margin-top:var(--stack-sm)}.mia__offer{display:flex;align-items:center;gap:.75rem;width:100%;padding:.6rem .7rem;background:var(--surface-container-high);border:1px solid var(--outline-variant);border-left:3px solid var(--secondary-container);border-radius:var(--radius-md);text-align:left}.mia__offer:active{background:var(--surface-container-highest)}.mia__offer-monto{font-size:1.05rem;font-weight:700;color:var(--secondary);flex-shrink:0}.mia__offer-info{flex:1;display:flex;flex-direction:column;gap:1px;min-width:0}.mia__offer-buyer{font-size:.8125rem;color:var(--on-surface)}.mia__offer-time{font-size:.75rem;color:var(--on-surface-variant)}.mia__offer-chevron{color:var(--on-surface-variant);font-size:1.2rem}.mia__btn--edit:active{background:var(--surface-container-high)}.mia__btn--delete{border:1px solid var(--error-container);color:var(--error)}.mia__btn--delete:active{background:var(--error-container);color:var(--on-error-container)}.sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;flex-direction:column;justify-content:flex-end}.sheet__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c}.sheet__panel{position:relative;background:var(--surface-container-high);border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl);padding:var(--container-padding);padding-bottom:calc(var(--container-padding) + var(--safe-bottom));display:flex;flex-direction:column;gap:var(--stack-sm);animation:sheet-up .18s ease-out}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet__title{font-size:18px;font-weight:600;color:var(--on-surface)}.sheet__text{font-size:14px;line-height:1.5;color:var(--on-surface-variant);margin-bottom:var(--stack-sm)}.sheet__error{padding:.6rem .75rem;border-radius:var(--radius-md);background:var(--error-container);color:var(--on-error-container);border:1px solid var(--error);font-size:13px;line-height:1.4}.sheet__delete{min-height:var(--touch-target);border:none;border-radius:var(--radius-md);background:var(--error-container);color:var(--on-error-container);font-size:16px;font-weight:600}.sheet__delete:disabled{opacity:.6}.sheet__cancel{min-height:var(--touch-target);border:none;border-radius:var(--radius-md);background:transparent;color:var(--on-surface-variant);font-size:15px;font-weight:500}.vc{min-height:100%;display:flex;flex-direction:column;background:var(--background)}.vc__market{display:flex;flex-direction:column;gap:2px;background:#4ae17614;border:1px solid rgba(74,225,118,.25);border-radius:var(--radius-md);padding:.6rem .75rem;font-size:.875rem;color:var(--on-surface)}.vc__market strong{color:var(--secondary)}.vc__market-sub{font-size:.75rem;color:var(--on-surface-variant)}.vc__form{flex:1;padding:var(--gutter);padding-bottom:calc(96px + var(--safe-bottom));display:flex;flex-direction:column;gap:var(--stack-md)}.vc__section{background:var(--surface-container);border:1px solid var(--outline-variant);border-radius:var(--radius-lg);padding:var(--gutter)}.vc__section-title{font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--on-surface-variant);margin-bottom:var(--stack-md)}.vc__fields{display:flex;flex-direction:column;gap:var(--stack-md)}.field{display:flex;flex-direction:column;gap:.375rem}.field__label{font-size:13px;font-weight:500;color:var(--on-surface)}.field__req{color:var(--primary)}.field__control{display:flex;align-items:stretch;position:relative}.field__prefix{display:flex;align-items:center;padding:0 .5rem 0 .75rem;background:var(--surface-container-lowest);border:1px solid var(--outline-variant);border-right:none;border-radius:var(--radius) 0 0 var(--radius);color:var(--on-surface-variant);font-size:15px}.field__input{width:100%;min-height:var(--touch-target);padding:0 .75rem;background:var(--surface-container-lowest);border:1px solid var(--outline-variant);border-radius:var(--radius);color:var(--on-surface);outline:none;transition:border-color .15s ease}.field__input--prefixed{border-radius:0 var(--radius) var(--radius) 0}.field__input::placeholder{color:var(--outline)}.field__input:focus{border-color:var(--primary-container);box-shadow:0 0 0 1px var(--primary-container)}.field__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--on-surface-variant) 50%),linear-gradient(135deg,var(--on-surface-variant) 50%,transparent 50%);background-position:calc(100% - 18px) center,calc(100% - 13px) center;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:2rem}.field__hint{font-size:12px;line-height:1.4;color:var(--on-surface-variant)}.field__brand-otra{margin-top:.375rem}.field__textarea{min-height:90px;padding:.6rem .75rem;line-height:1.5;resize:vertical;font-family:inherit}.field__input--error{border-color:var(--error)}.field__input--error:focus{border-color:var(--error);box-shadow:0 0 0 1px var(--error)}.field__error{font-size:12px;line-height:1.4;color:var(--error)}.vc__banner{padding:var(--stack-md);border-radius:var(--radius-md);font-size:14px;line-height:1.4}.vc__banner--error{background:var(--error-container);color:var(--on-error-container);border:1px solid var(--error)}.toggle{display:flex;align-items:center;justify-content:space-between;gap:var(--stack-md);min-height:var(--touch-target)}.toggle__label{font-size:14px;color:var(--on-surface)}.toggle__input{position:absolute;opacity:0;width:0;height:0}.toggle__track{flex-shrink:0;width:48px;height:28px;border-radius:var(--radius-full);background:var(--surface-container-highest);border:1px solid var(--outline-variant);position:relative;transition:background .15s ease}.toggle__thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:var(--radius-full);background:var(--on-surface-variant);transition:transform .15s ease,background .15s ease}.toggle__input:checked+.toggle__track{background:var(--secondary-container);border-color:var(--secondary-container)}.toggle__input:checked+.toggle__track .toggle__thumb{transform:translate(20px);background:#fff}.toggle__input:focus-visible+.toggle__track{box-shadow:0 0 0 2px var(--primary)}.vc__actions{position:fixed;left:0;right:0;bottom:0;padding:var(--stack-md) var(--gutter);padding-bottom:calc(var(--stack-md) + var(--safe-bottom));background:linear-gradient(to top,var(--background) 70%,transparent)}.vc__submit{width:100%;min-height:var(--touch-target);border:none;border-radius:var(--radius-md);background:var(--primary-container);color:#fff;font-size:16px;font-weight:600}.vc__submit:active{background:var(--primary);color:var(--on-primary)}.vc__submit:disabled{opacity:.6}.created{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--container-padding);padding-top:2.5rem;gap:var(--stack-md)}.created__check{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:var(--radius-full);background:var(--secondary-container);color:#fff;font-size:40px;line-height:1}.created__title{font-size:20px;font-weight:600;color:var(--on-surface)}.created__text{font-size:14px;color:var(--on-surface-variant);margin-top:-.25rem}.created__id{font-size:28px;font-weight:600;letter-spacing:.02em;color:var(--secondary);background:var(--surface-container);border:1px solid var(--outline-variant);border-radius:var(--radius-md);padding:.75rem 1.5rem}.created__hint{font-size:13px;line-height:1.5;color:var(--on-surface-variant);max-width:32ch}.created__actions{margin-top:var(--stack-md);width:100%;max-width:360px;display:flex;flex-direction:column;gap:var(--stack-sm)}.created__btn{width:100%}.created__secondary{min-height:var(--touch-target);border:none;background:transparent;color:var(--on-surface-variant);font-size:15px;font-weight:500}.created__secondary:active{color:var(--on-surface)}.cth{min-height:100%;display:flex;flex-direction:column;background:var(--background)}.cth__body{flex:1;padding:var(--stack-sm) 0 var(--safe-bottom)}.cth__search{display:flex;align-items:center;gap:.5rem;margin:.5rem var(--gutter) 0;padding:0 .75rem;background:var(--surface-container-low);border:1px solid var(--outline-variant);border-radius:var(--radius-full)}.cth__search-icon{font-size:.9rem;opacity:.7}.cth__search-input{flex:1;min-height:var(--touch-target);background:transparent;border:none;outline:none;color:var(--on-surface);font-size:.9375rem;font-family:var(--font-ui)}.cth__search-input::placeholder{color:var(--on-surface-variant)}.cth__row{display:flex;align-items:center;gap:var(--stack-md);width:100%;padding:.75rem var(--gutter);text-align:left;background:transparent;border:none;border-bottom:1px solid var(--outline-variant);color:var(--on-surface)}.cth__row:active{background:var(--surface-container)}.cth__avatar{flex-shrink:0;width:48px;height:48px;border-radius:var(--radius-full);background:var(--surface-container-high);color:var(--on-surface-variant);display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:15px;font-weight:600}.cth__main{min-width:0;flex:1;display:flex;flex-direction:column;gap:.15rem}.cth__line1{display:flex;align-items:baseline;justify-content:space-between;gap:var(--stack-sm)}.cth__buyer{font-size:15px;font-weight:600;color:var(--on-surface);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cth__time{flex-shrink:0;font-size:11px;color:var(--on-surface-variant)}.cth__line2{min-width:0;display:flex;align-items:baseline;gap:.4rem}.cth__risk{flex-shrink:0;font-size:10px;font-weight:700;white-space:nowrap}.cth__risk--verde{color:#4ae176}.cth__risk--amarillo{color:#f5c518}.cth__risk--rojo{color:#ff6b6b}.cth__star{color:#f5c518}.cth__avatar--amarillo{box-shadow:0 0 0 2px #f5c518}.cth__avatar--rojo{box-shadow:0 0 0 2px #ff6b6b}.cth__preview{display:block;font-size:13px;color:var(--on-surface-variant);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cth__vehicle{font-size:11px;color:var(--tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cth__empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--stack-md);padding:3rem var(--container-padding);color:var(--on-surface-variant)}.cth__empty-icon{font-size:48px;opacity:.7}.cth__empty-text{font-size:14px;max-width:34ch}.cth__banner{margin:var(--gutter);padding:var(--stack-md);border-radius:var(--radius-md);background:var(--error-container);color:var(--on-error-container);border:1px solid var(--error);font-size:14px}.cth__row--skeleton{pointer-events:none}.cth__sk-avatar{background:var(--surface-container-high)}.cth__sk-line{height:12px;width:55%;border-radius:var(--radius-full);background:linear-gradient(100deg,var(--surface-container-high) 30%,var(--surface-container-highest) 50%,var(--surface-container-high) 70%);background-size:200% 100%;animation:cth-shimmer 1.2s ease-in-out infinite;margin:.2rem 0}.cth__sk-line--wide{width:80%;height:15px}@keyframes cth-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.cw{height:100%;display:flex;flex-direction:column;background:var(--background)}.cw__danger-zone{display:flex;justify-content:center;padding:1.5rem 0 .5rem}.cw__delete{min-height:var(--touch-target);padding:0 1.25rem;background:transparent;border:1px solid var(--error-container);border-radius:var(--radius-md);color:var(--error);font-size:.875rem;font-weight:600}.cw__delete:active{background:var(--error-container);color:var(--on-error-container)}.cw__ofertas{margin:.6rem var(--gutter) 0;background:var(--surface-container);border:1px solid var(--outline-variant);border-left:4px solid var(--secondary-container);border-radius:var(--radius-md);padding:.6rem .75rem}.cw__ofertas-head{display:flex;align-items:center;justify-content:space-between;font-size:.8125rem;font-weight:700;color:var(--secondary);margin-bottom:.4rem}.cw__ofertas-count{background:var(--secondary-container);color:#fff;font-size:.6875rem;border-radius:var(--radius-full);padding:1px 8px}.cw__ofertas-list{display:flex;flex-direction:column;gap:.3rem}.cw__oferta{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.cw__oferta-monto{font-size:1rem;font-weight:700;color:var(--on-surface)}.cw__oferta-time{font-size:.75rem;color:var(--on-surface-variant)}.cw__citas{display:flex;flex-direction:column;gap:.5rem;margin:.6rem var(--gutter) 0}.cw__cita{background:var(--surface-container);border:1px solid var(--outline-variant);border-left:4px solid var(--tertiary-container);border-radius:var(--radius-md);padding:.75rem .85rem}.cw__cita--ok{border-left-color:var(--secondary-container)}.cw__cita--pend{border-left-color:var(--tertiary-container)}.cw__cita-head{display:flex;gap:.6rem;align-items:flex-start}.cw__cita-icon{font-size:1.25rem;line-height:1.2}.cw__cita-info{display:flex;flex-direction:column;gap:1px;min-width:0}.cw__cita-when{font-size:.9375rem;font-weight:600;color:var(--on-surface)}.cw__cita-place{font-size:.8125rem;color:var(--on-surface)}.cw__cita-addr{font-size:.75rem;color:var(--on-surface-variant)}.cw__cita-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.cw__cita-estado{font-size:.75rem;font-weight:600}.cw__cita-estado--pend{color:var(--tertiary)}.cw__cita-estado--ok{color:var(--secondary)}.cw__cita-map{font-size:.8125rem;color:var(--tertiary);text-decoration:none}.cw__cita-actions{display:flex;gap:.5rem;margin-top:.6rem}.cw__cita-btn{flex:1;min-height:38px;border-radius:var(--radius-md);font-size:.8125rem;font-weight:600;background:transparent;cursor:pointer}.cw__cita-btn:disabled{opacity:.6}.cw__cita-btn--ok{border:1px solid var(--secondary-container);color:var(--secondary)}.cw__cita-btn--ok:active{background:var(--surface-container-high)}.cw__cita-btn--cancel{border:1px solid var(--error-container);color:var(--error)}.cw__cita-btn--cancel:active{background:var(--error-container);color:var(--on-error-container)}.cw__alert{margin:.6rem var(--gutter) 0;padding:.7rem .85rem;border-radius:var(--radius-md);font-size:13px;line-height:1.4}.cw__alert strong{display:block;margin-bottom:.25rem}.cw__alert--amarillo{background:#f5c51824;border:1px solid rgba(245,197,24,.5);color:#f5c518}.cw__alert--rojo{background:var(--error-container);border:1px solid var(--error);color:var(--on-error-container)}.cw__alert-list{margin:.15rem 0 0;padding-left:1.1rem;color:var(--on-surface-variant)}.cw__alert--rojo .cw__alert-list{color:#ffd7d2}.cw__body{flex:1;overflow-y:auto;padding:var(--gutter);padding-bottom:calc(var(--gutter) + var(--safe-bottom));display:flex;flex-direction:column;gap:.375rem}.cw__bubble{max-width:82%;padding:.5rem .7rem .35rem;border-radius:var(--radius-lg);position:relative;display:flex;flex-direction:column}.cw__bubble--in{align-self:flex-start;background:var(--surface-container);border-bottom-left-radius:var(--radius-sm)}.cw__bubble--out{align-self:flex-end;background:var(--secondary-container);border-bottom-right-radius:var(--radius-sm)}.cw__text{font-size:14px;line-height:1.4;color:var(--on-surface);white-space:pre-wrap;word-break:break-word}.cw__bubble--out .cw__text{color:#fff}.cw__time{align-self:flex-end;margin-top:2px;font-size:10px;line-height:1;color:var(--on-surface-variant)}.cw__bubble--out .cw__time{color:#ffffffbf}.cw__empty{margin:auto;color:var(--on-surface-variant);font-size:13px;text-align:center}.cw__banner{margin:var(--stack-sm);padding:var(--stack-md);border-radius:var(--radius-md);background:var(--error-container);color:var(--on-error-container);border:1px solid var(--error);font-size:14px}.cw__loading{display:flex;flex-direction:column;gap:.5rem}.cw__sk-bubble{height:40px;width:60%;align-self:flex-start;border-radius:var(--radius-lg);background:linear-gradient(100deg,var(--surface-container) 30%,var(--surface-container-high) 50%,var(--surface-container) 70%);background-size:200% 100%;animation:cw-shimmer 1.2s ease-in-out infinite}.cw__sk-bubble--out{align-self:flex-end;width:50%}@keyframes cw-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.blt{background:var(--surface-container-low);border:1px solid var(--outline-variant);border-left:4px solid var(--outline);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .15s ease}.blt--critical{border-left-color:#ff5a5f}.blt--high{border-left-color:#ff9f43}.blt--medium{border-left-color:#ffd23f}.blt--low{border-left-color:var(--outline)}.blt__head{display:flex;align-items:center;gap:.625rem;width:100%;min-height:var(--touch-target);padding:.75rem .875rem;background:none;border:none;text-align:left;cursor:pointer;color:var(--on-surface)}.blt__head-main{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.blt__title{font-size:.9375rem;font-weight:600;line-height:1.25;color:var(--on-surface)}.blt__cat{font-size:.75rem;color:var(--on-surface-variant)}.blt__sev{flex-shrink:0;font-size:.6875rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;padding:3px 8px;border-radius:var(--radius-full);white-space:nowrap}.blt__sev--critical{background:#ff5a5f2e;color:#ff8a8d}.blt__sev--high{background:#ff9f432e;color:#ffb571}.blt__sev--medium{background:#ffd23f29;color:#ffdd6b}.blt__sev--low{background:var(--surface-container-high);color:var(--on-surface-variant)}.blt__chevron{flex-shrink:0;font-size:1.25rem;color:var(--on-surface-variant);line-height:1}.blt__body{padding:0 .875rem .875rem;animation:blt-reveal .16s ease}@keyframes blt-reveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.blt__section-label{font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--on-surface-variant);margin:.5rem 0 .25rem}.blt__section-label--ok{color:var(--secondary)}.blt__content{font-size:.875rem;line-height:1.45;color:var(--on-surface);margin:0}.blt__mitigation{margin-top:.75rem;padding:.625rem .75rem;background:#4ae17614;border:1px solid rgba(74,225,118,.25);border-radius:var(--radius-md)}.blt__mitigation .blt__section-label{margin-top:0}.blt__mitigation-text{font-size:.875rem;line-height:1.45;color:var(--on-surface);margin:0}.blt__source{font-size:.75rem;color:var(--on-surface-variant);margin:.75rem 0 0}.blt__source a{color:var(--tertiary);text-decoration:none}.blt__source a:active{opacity:.7}.sec{display:flex;flex-direction:column;min-height:100dvh;background:var(--background)}.sec__body{flex:1;display:flex;flex-direction:column;gap:.625rem;padding:.875rem;padding-bottom:calc(.875rem + var(--safe-bottom));overflow-y:auto}.sec__banner{background:var(--error-container);color:var(--on-error-container);border-radius:var(--radius-md);padding:.75rem .875rem;font-size:.875rem}.sec__empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;padding:3rem 1.5rem;color:var(--on-surface-variant)}.sec__empty-icon{font-size:2.5rem;opacity:.7}.sec__empty-text{font-size:.9375rem;margin:0}.sec__sk{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem;background:var(--surface-container-low);border:1px solid var(--outline-variant);border-radius:var(--radius-lg)}.sec__sk-badge{width:52px;height:20px;border-radius:var(--radius-full);background:var(--surface-container-high);flex-shrink:0}.sec__sk-lines{flex:1;display:flex;flex-direction:column;gap:8px}.sec__sk-line{height:12px;border-radius:var(--radius-sm);background:var(--surface-container-high);width:55%}.sec__sk-line--wide{width:85%}.sec__sk,.sec__sk-badge,.sec__sk-line{animation:sec-pulse 1.3s ease-in-out infinite}@keyframes sec-pulse{0%,to{opacity:1}50%{opacity:.55}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.mp{display:flex;flex-direction:column;gap:.5rem}.mp__map{height:240px;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--outline-variant)}.mp__map .leaflet-container{height:100%;width:100%;background:var(--surface-container-low)}.mp__pin{background:none;border:none}.mp__pin-dot{font-size:26px;line-height:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}.mp__foot{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.mp__geo{min-height:var(--touch-target);padding:0 .875rem;background:var(--surface-container-high);color:var(--on-surface);border:1px solid var(--outline-variant);border-radius:var(--radius-md);font-size:.875rem;cursor:pointer}.mp__geo:active{opacity:.8}.mp__coords{font-size:.8125rem;color:var(--on-surface-variant)}.mp__error{font-size:.8125rem;color:var(--error);margin:0}.mp__map .leaflet-control-attribution{background:#0b1326bf;color:var(--on-surface-variant)}.mp__map .leaflet-control-attribution a{color:var(--tertiary)}.agc{display:flex;flex-direction:column;min-height:100dvh;background:var(--background)}.agc__body{flex:1;display:flex;flex-direction:column;gap:.875rem;padding:.875rem;padding-bottom:calc(.875rem + var(--safe-bottom));overflow-y:auto}.agc__card{background:var(--surface-container-low);border:1px solid var(--outline-variant);border-radius:var(--radius-lg);padding:.875rem}.agc__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.agc__title{font-size:1rem;font-weight:600;color:var(--on-surface);margin:0 0 .625rem}.agc__head .agc__title{margin-bottom:0}.agc__add{min-height:36px;padding:0 .75rem;background:var(--primary-container);color:#fff;border:none;border-radius:var(--radius-md);font-size:.8125rem;font-weight:600;cursor:pointer}.agc__add:active{opacity:.85}.agc__add:disabled{opacity:.6}.agc__add--wide{width:100%;min-height:var(--touch-target);margin-top:.625rem}.agc__empty{font-size:.875rem;color:var(--on-surface-variant);margin:.75rem 0 0}.agc__banner{background:var(--error-container);color:var(--on-error-container);border-radius:var(--radius-md);padding:.625rem .75rem;font-size:.8125rem;margin-top:.625rem}.agc__row{display:flex;align-items:center;gap:.75rem;padding:.625rem 0;border-top:1px solid var(--outline-variant)}.agc__row:first-of-type{border-top:none}.agc__row-main{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.agc__row-title{font-size:.9375rem;font-weight:600;color:var(--on-surface)}.agc__row-sub{font-size:.8125rem;color:var(--on-surface-variant)}.agc__row-coords{font-size:.75rem;color:var(--outline)}.agc__del{flex-shrink:0;width:var(--touch-target);height:var(--touch-target);background:none;border:none;font-size:1.1rem;cursor:pointer;opacity:.75}.agc__del:active{opacity:1}.agc__input{min-height:var(--touch-target);padding:0 .625rem;background:var(--surface-container);color:var(--on-surface);border:1px solid var(--outline-variant);border-radius:var(--radius-md);font-size:.9375rem;font-family:var(--font-ui)}.agc__input--block{display:block;width:100%;margin-bottom:.625rem}.agc__franja-form{margin-top:.875rem;padding-top:.75rem;border-top:1px dashed var(--outline-variant)}.agc__franja-fields{display:flex;align-items:center;gap:.5rem}.agc__franja-fields .agc__input{flex:1;min-width:0}.agc__franja-fields select.agc__input{flex:1.4}.agc__dash{color:var(--on-surface-variant)}.agc__field-error{font-size:.8125rem;color:var(--error);margin:.5rem 0 0}.agc__sheet{max-height:92dvh;overflow-y:auto}.agc__save{margin-top:.875rem}.agc__row--sk{flex-direction:column;align-items:stretch;gap:8px}.agc__sk-line{height:12px;border-radius:var(--radius-sm);background:var(--surface-container-high);width:55%;animation:agc-pulse 1.3s ease-in-out infinite}.agc__sk-line--wide{width:80%}@keyframes agc-pulse{0%,to{opacity:1}50%{opacity:.55}}.prof{min-height:100dvh;display:flex;flex-direction:column;background:var(--background)}.prof__body{flex:1;display:flex;flex-direction:column;gap:.875rem;padding:.875rem;padding-bottom:calc(.875rem + var(--safe-bottom))}.prof__card{background:var(--surface-container-low);border:1px solid var(--outline-variant);border-radius:var(--radius-lg);padding:.875rem}.prof__label{display:block;font-size:.75rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--on-surface-variant);margin:.75rem 0 .35rem}.prof__card>.prof__label:first-child{margin-top:0}.prof__input{width:100%;min-height:var(--touch-target);padding:0 .75rem;background:var(--surface-container);color:var(--on-surface);border:1px solid var(--outline-variant);border-radius:var(--radius-md);font-size:.9375rem;font-family:var(--font-ui)}.prof__input--ro{opacity:.7}.prof__hint{font-size:.75rem;color:var(--on-surface-variant);margin:.35rem 0 0}.prof__toggle{display:flex;align-items:center;gap:.875rem;width:100%;background:none;border:none;text-align:left;cursor:pointer;padding:0}.prof__toggle-text{flex:1;display:flex;flex-direction:column;gap:2px}.prof__toggle-title{font-size:.9375rem;font-weight:600;color:var(--on-surface)}.prof__toggle-sub{font-size:.8125rem;color:var(--on-surface-variant)}.prof__switch{flex-shrink:0;width:46px;height:28px;border-radius:var(--radius-full);background:var(--surface-container-highest);border:1px solid var(--outline-variant);position:relative;transition:background .2s ease}.prof__switch--on{background:var(--secondary-container);border-color:var(--secondary-container)}.prof__switch-knob{position:absolute;top:2px;left:2px;width:22px;height:22px;border-radius:var(--radius-full);background:#fff;transition:transform .2s ease}.prof__switch--on .prof__switch-knob{transform:translate(18px)}.prof__save{min-height:var(--touch-target);border:none;border-radius:var(--radius-lg);background:var(--primary-container);color:#fff;font-size:.9375rem;font-weight:700;margin-top:.25rem}.prof__save:disabled{opacity:.6}.prof__banner{background:var(--error-container);color:var(--on-error-container);border-radius:var(--radius-md);padding:.625rem .75rem;font-size:.8125rem}.prof__ok{color:var(--secondary);font-size:.875rem;font-weight:600;text-align:center}.prof__sk{height:44px;border-radius:var(--radius-md);background:var(--surface-container-high);margin-bottom:.5rem;animation:prof-pulse 1.3s ease-in-out infinite}@keyframes prof-pulse{0%,to{opacity:1}50%{opacity:.55}}.onb{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:var(--background);display:flex;justify-content:center}.onb__sheet{width:100%;max-width:480px;display:flex;flex-direction:column;height:100dvh;position:relative;overflow:hidden}.onb__sheet:before,.onb__sheet:after{content:"";position:absolute;width:60%;height:40%;border-radius:var(--radius-full);filter:blur(90px);opacity:.18;pointer-events:none;z-index:0}.onb__sheet:before{top:-8%;right:-12%;background:var(--secondary)}.onb__sheet:after{bottom:-8%;left:-12%;background:var(--primary)}.onb__top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:calc(.75rem + var(--safe-top)) var(--container-padding) .5rem}.onb__brand{font-weight:800;letter-spacing:.02em;color:var(--secondary);font-size:1.05rem}.onb__skip{background:none;border:none;color:var(--on-surface-variant);font-size:.875rem;font-weight:600;padding:.5rem;cursor:pointer}.onb__skip:active{opacity:.7}.onb__body{position:relative;z-index:1;flex:1;overflow-y:auto;padding:.5rem var(--container-padding) 1rem;display:flex;flex-direction:column;align-items:center;text-align:center;animation:onb-in .32s ease}@keyframes onb-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.onb__eyebrow{font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--secondary);margin-top:.5rem}.onb__hero{position:relative;width:132px;height:132px;margin:1.25rem 0 1.5rem;display:flex;align-items:center;justify-content:center}.onb__hero-glow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-full);background:radial-gradient(circle at center,rgba(74,225,118,.28) 0%,transparent 70%);animation:onb-pulse 3s ease-in-out infinite}@keyframes onb-pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.08);opacity:1}}.onb__hero-emoji{position:relative;font-size:4rem;line-height:1;filter:drop-shadow(0 6px 16px rgba(0,0,0,.4))}.onb__title{font-size:1.5rem;font-weight:800;line-height:1.15;color:var(--on-surface);margin:0 0 .5rem}.onb__desc{font-size:.9375rem;line-height:1.5;color:var(--on-surface-variant);max-width:34ch;margin:0 0 1.5rem}.onb__video{display:inline-flex;align-items:center;gap:.5rem;min-height:40px;margin:0 0 1.25rem;padding:0 1.1rem;background:#4ae1761a;border:1px solid rgba(74,225,118,.3);border-radius:var(--radius-full);color:var(--secondary);font-size:.875rem;font-weight:700;cursor:pointer}.onb__video:active{background:#4ae1762e}.onb__features{width:100%;display:flex;flex-direction:column;gap:.625rem}.onb__feature{display:flex;align-items:center;gap:.875rem;text-align:left;background:var(--surface-container-low);border:1px solid var(--outline-variant);border-radius:var(--radius-lg);padding:.75rem .875rem}.onb__feature-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;background:#4ae1761a;border:1px solid rgba(74,225,118,.22);border-radius:var(--radius-md)}.onb__feature-text{display:flex;flex-direction:column;gap:1px;min-width:0}.onb__feature-title{font-size:.9375rem;font-weight:600;color:var(--on-surface)}.onb__feature-sub{font-size:.8125rem;color:var(--on-surface-variant)}.onb__foot{position:relative;z-index:1;padding:.875rem var(--container-padding) calc(1rem + var(--safe-bottom));background:var(--surface-container);border-top:1px solid var(--outline-variant);display:flex;flex-direction:column;gap:.875rem}.onb__progress{height:6px;width:100%;background:var(--surface-container-high);border-radius:var(--radius-full);overflow:hidden}.onb__progress-bar{height:100%;background:var(--secondary);border-radius:var(--radius-full);transition:width .4s ease}.onb__dots{display:flex;justify-content:center;gap:.5rem}.onb__dot{width:8px;height:8px;padding:0;border:none;border-radius:var(--radius-full);background:var(--surface-container-highest);cursor:pointer;transition:all .25s ease}.onb__dot--on{background:var(--secondary);width:22px}.onb__actions{display:flex;align-items:center;gap:.75rem}.onb__btn-spacer{flex:1}.onb__btn{min-height:var(--touch-target);border-radius:var(--radius-lg);font-size:.9375rem;font-weight:700;cursor:pointer;padding:0 1.25rem}.onb__btn--ghost{flex:1;background:transparent;border:1px solid var(--outline-variant);color:var(--on-surface)}.onb__btn--ghost:active{background:var(--surface-container-high)}.onb__btn--primary{flex:2;background:var(--primary-container);border:none;color:#fff;box-shadow:0 6px 18px #f0654340}.onb__btn--primary:active{transform:scale(.98)}.checkout{min-height:calc(100dvh - 64px);display:flex;align-items:flex-start;justify-content:center;padding:2rem 1.25rem calc(2rem + env(safe-area-inset-bottom))}.checkout__card{width:100%;max-width:420px;background:#fff;border:1px solid var(--l-border);border-radius:18px;padding:1.75rem 1.5rem}.checkout__title{font-size:22px;font-weight:800;text-align:center;margin-bottom:1.25rem}.checkout__row{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--l-border);color:var(--l-muted);font-size:15px}.checkout__row strong{color:var(--l-text)}.checkout__row--total{border-bottom:none;margin-top:.25rem;font-size:17px}.checkout__row--total strong{font-size:22px}.checkout__pay{width:100%;margin-top:1.25rem}.checkout__pay:disabled{opacity:.6}.checkout__error{margin-top:1rem;padding:.7rem .85rem;border-radius:var(--radius-md);background:#fdecea;color:#a02a1a;border:1px solid #f5c6bd;font-size:13.5px}.checkout__note{margin-top:.85rem;font-size:12.5px;line-height:1.5;color:var(--l-muted);text-align:center}.checkout__back{display:block;text-align:center;margin-top:1.25rem;color:var(--l-green);font-weight:600;font-size:14px}.checkout__check{width:60px;height:60px;margin:0 auto .75rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;background:var(--l-green);color:#fff;font-size:32px}.checkout__field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:var(--stack-md);text-align:left}.checkout__field label{font-size:13px;font-weight:600;color:var(--l-text)}.checkout__field input{width:100%;min-height:46px;padding:0 .75rem;border:1px solid var(--l-border);border-radius:var(--radius);font-size:16px;color:var(--l-text);background:#fff}.checkout__field input:disabled{background:var(--l-bg-alt);color:var(--l-muted)}.checkout__field input:focus{outline:none;border-color:var(--l-green);box-shadow:0 0 0 1px var(--l-green)}.login{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:var(--container-padding);padding-top:calc(var(--container-padding) + var(--safe-top));padding-bottom:calc(var(--container-padding) + var(--safe-bottom));background:var(--background)}.login__card{width:100%;max-width:380px}.login__brand{text-align:center;font-size:22px;font-weight:700;color:var(--on-surface);margin-bottom:1.5rem}.login__title{font-size:22px;font-weight:600;color:var(--on-surface);text-align:center}.login__sub{text-align:center;color:var(--on-surface-variant);font-size:14px;margin:.25rem 0 1.5rem}.login__field{display:flex;flex-direction:column;gap:.375rem;margin-bottom:var(--stack-md)}.login__label{font-size:13px;font-weight:500;color:var(--on-surface)}.login__field input{width:100%;min-height:var(--touch-target);padding:0 .75rem;background:var(--surface-container-lowest);border:1px solid var(--outline-variant);border-radius:var(--radius);color:var(--on-surface);outline:none}.login__field input::placeholder{color:var(--outline)}.login__field input:focus{border-color:var(--primary-container);box-shadow:0 0 0 1px var(--primary-container)}.login__btn{width:100%;min-height:var(--touch-target);margin-top:var(--stack-sm);border:none;border-radius:var(--radius-md);background:var(--primary-container);color:#fff;font-size:16px;font-weight:600}.login__btn:active{background:var(--primary);color:var(--on-primary)}.login__btn:disabled{opacity:.6}.login__error{padding:var(--stack-md);margin-bottom:var(--stack-md);border-radius:var(--radius-md);background:var(--error-container);color:var(--on-error-container);border:1px solid var(--error);font-size:14px}.login__home{display:block;text-align:center;margin-top:1.5rem;color:var(--on-surface-variant);font-size:14px;text-decoration:none}:root{--wa-bg: #ece5dd;--wa-header: #128c7e;--wa-header-dark: #075e54;--wa-green: #00a884;--wa-out: #d9fdd3;--wa-card: #ffffff;--wa-text: #111b21;--wa-soft: #667781;--wa-border: #e9edef;--wa-safe-top: env(safe-area-inset-top, 0px);--wa-safe-bottom: env(safe-area-inset-bottom, 0px)}body.wa-body{background-color:#ece5dd;color:var(--wa-text);overflow-x:hidden;overscroll-behavior:none;font-family:-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}.wa-skeleton{background:linear-gradient(90deg,#e2e2e2 25%,#ededed 37%,#e2e2e2 63%);background-size:400% 100%;animation:wa-shimmer 1.4s ease infinite}@keyframes wa-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.vp{display:flex;flex-direction:column;height:100dvh;background:var(--wa-bg);max-width:560px;margin:0 auto}.vp__header{flex-shrink:0;display:flex;align-items:center;gap:.5rem;background:var(--wa-header);color:#fff;padding:calc(.6rem + var(--wa-safe-top)) .5rem .6rem}.vp__hbtn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#fff;font-size:1.35rem;cursor:pointer}.vp__htitle{flex:1;font-size:1.05rem;font-weight:600}.vp__scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:.75rem .75rem 1rem;display:flex;flex-direction:column;gap:.75rem}.vp__center{align-items:center;justify-content:center}.vp__carousel{position:relative}.vp__slides{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;border-radius:16px}.vp__slides::-webkit-scrollbar{display:none}.vp__slide{flex:0 0 100%;scroll-snap-align:center;aspect-ratio:4 / 3}.vp__slide img{width:100%;height:100%;object-fit:cover;border-radius:16px;display:block}.vp__slide--empty{display:flex;align-items:center;justify-content:center;font-size:3rem;background:#d7d0c7;border-radius:16px;opacity:.7}.vp__dots{position:absolute;left:0;right:0;bottom:10px;display:flex;justify-content:center;gap:6px}.vp__dot{width:7px;height:7px;border-radius:999px;background:#fff9;box-shadow:0 0 2px #0006}.vp__dot--on{background:#fff;width:18px}.vp__card{background:var(--wa-card);border-radius:16px;padding:.875rem 1rem;box-shadow:0 1px 2px #0b141a14}.vp__main{display:flex;flex-direction:column;gap:4px}.vp__badge{align-self:flex-start;font-size:.625rem;font-weight:800;letter-spacing:.04em;color:#067d62;background:#d9fdd3;border-radius:999px;padding:4px 10px;margin-bottom:4px}.vp__title{font-size:1.35rem;font-weight:700;line-height:1.2;color:var(--wa-text);margin:0}.vp__price{font-size:1.5rem;font-weight:800;color:var(--wa-green);margin:4px 0 0}.vp__km{font-size:.9375rem;color:var(--wa-soft);margin:0;font-weight:600}.vp__section-title{font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--wa-soft);margin:.35rem .25rem -.15rem}.vp__grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.vp__spec{display:flex;flex-direction:column;gap:2px;padding:.7rem .8rem}.vp__spec-label{font-size:.6875rem;text-transform:uppercase;letter-spacing:.03em;color:var(--wa-soft)}.vp__spec-value{font-size:.9375rem;font-weight:700;color:var(--wa-text)}.vp__rows{display:flex;flex-direction:column;gap:.5rem}.vp__row{display:flex;align-items:center;gap:.75rem;padding:.7rem .9rem}.vp__row-icon{font-size:1.1rem}.vp__row-label{flex:1;font-size:.9375rem;color:var(--wa-text)}.vp__row-value{font-size:.9375rem;font-weight:700;color:var(--wa-header-dark)}.vp__detalle{font-size:.9375rem;line-height:1.55;color:var(--wa-text)}.vp__seller{display:flex;align-items:center;gap:.875rem}.vp__seller-logo{width:46px;height:46px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--wa-header-dark);color:#fff;font-weight:800;border-radius:12px;letter-spacing:.02em}.vp__seller-info{display:flex;flex-direction:column;gap:2px}.vp__seller-name{font-size:1rem;font-weight:700;color:var(--wa-text);display:flex;align-items:center;gap:6px}.vp__verified{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:var(--wa-green);color:#fff;border-radius:999px;font-size:.6875rem}.vp__seller-sub{font-size:.8125rem;color:var(--wa-soft)}.vp__foot{text-align:center;font-size:.75rem;color:var(--wa-soft);margin:.5rem 0 0}.vp__cta-bar{flex-shrink:0;padding:.6rem .75rem calc(.6rem + var(--wa-safe-bottom));background:var(--wa-bg);border-top:1px solid rgba(11,20,26,.06)}.vp__cta{width:100%;min-height:50px;display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--wa-header-dark);color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:700;cursor:pointer}.vp__cta:active{background:#064b43}.vp__msg{text-align:center;color:var(--wa-soft);padding:2rem}.vp__msg-icon{font-size:3rem;margin-bottom:.5rem}.vp__sk-line{height:16px;border-radius:6px;margin:6px 0}.wa{display:flex;flex-direction:column;height:100dvh;background:var(--wa-bg);max-width:560px;margin:0 auto}.wa__header{flex-shrink:0;display:flex;align-items:center;gap:.5rem;background:var(--wa-header);color:#fff;padding:calc(.6rem + var(--wa-safe-top)) .5rem .6rem}.wa__hbtn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#fff;font-size:1.35rem;cursor:pointer}.wa__htitle{flex:1;font-size:1.05rem;font-weight:600}.wa__scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:.75rem .75rem 1rem;display:flex;flex-direction:column;gap:.625rem}.wa__card{background:var(--wa-card);border-radius:16px;padding:.875rem 1rem;box-shadow:0 1px 2px #0b141a14}.wa__intro{font-size:.875rem;color:var(--wa-soft);margin:.15rem .35rem .25rem;line-height:1.45}.wa__section-title{font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--wa-soft);margin:.5rem .35rem -.1rem}.wa__empty{text-align:center;color:var(--wa-soft);padding:2.5rem 1rem}.wa__empty-icon{font-size:2.5rem;margin-bottom:.5rem}.wa__cta-bar{flex-shrink:0;padding:.6rem .75rem calc(.6rem + var(--wa-safe-bottom));background:var(--wa-bg);border-top:1px solid rgba(11,20,26,.06)}.wa__cta{width:100%;min-height:50px;display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--wa-header-dark);color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:700;cursor:pointer}.wa__cta:active{background:#064b43}.wa__sk-line{height:16px;border-radius:6px;margin:6px 0}.lug__head{display:flex;align-items:center;gap:.5rem}.lug__pin{font-size:1.1rem}.lug__name{font-size:1.0625rem;font-weight:700;color:var(--wa-text)}.lug__addr{font-size:.9375rem;color:var(--wa-soft);margin:.35rem 0 .6rem;line-height:1.4}.lug__map{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:700;color:var(--wa-header-dark);text-decoration:none;background:#eafaf1;border:1px solid #cdeede;border-radius:999px;padding:7px 12px}.lug__map:active{opacity:.75}.ag__day{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.ag__day-name{font-size:.9375rem;font-weight:700;color:var(--wa-text)}.ag__slots{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:flex-end}.ag__slot{font-size:.8125rem;font-weight:700;color:var(--wa-header-dark);background:#eafaf1;border:1px solid #cdeede;border-radius:999px;padding:4px 10px}.ag__busy{display:flex;align-items:center;gap:.6rem;opacity:.95}.ag__busy-icon{font-size:1rem}.ag__busy-when{flex:1;font-size:.9375rem;color:var(--wa-text)}.ag__busy-tag{font-size:.6875rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;color:#b3261e;background:#fde8e6;border-radius:999px;padding:4px 9px}
