.register-page{min-height:100vh;background:var(--bg-primary);padding:64px 16px 96px;display:flex;align-items:flex-start;justify-content:center}.register-card{width:min(980px,100%);background:var(--bg-card);border:1px solid var(--bg-border);border-radius:24px;box-shadow:var(--shadow-lg);padding:48px}.register-header{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.register-header h1{margin:0;font-size:clamp(28px,3.5vw,40px);color:var(--text-primary)}.register-header p{margin:0;color:var(--text-secondary);font-size:16px}.register-back{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:var(--color-tech-blue)}.register-back:hover{color:var(--color-green-primary)}.stepper{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:0;margin:0 0 28px;list-style:none}.stepper__item{display:flex;flex-direction:column;gap:6px;align-items:flex-start;padding:16px;border-radius:var(--radius-lg);border:1px solid var(--bg-border);background:var(--bg-alt);color:var(--text-muted)}.stepper__item--current{border-color:var(--color-green-primary);background:#2878441f;color:var(--text-primary)}.stepper__item--done{border-color:#28784459;background:#28784414;color:var(--text-primary)}.stepper__number{width:36px;height:36px;border-radius:12px;background:#fff;color:var(--color-green-primary);font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}.stepper__label{font-size:14px;font-weight:600}.register-error{background:#e4585b1f;border:1px solid rgba(228,88,91,.35);color:var(--color-error);padding:16px;border-radius:var(--radius-lg);margin-bottom:24px}.step-block{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}.step-block h2{margin:0;font-size:24px;color:var(--text-primary)}.step-subtitle{margin:0;color:var(--text-secondary);font-size:16px}.inline-back{align-self:flex-start;background:none;border:none;padding:0;font:inherit;color:var(--color-tech-blue);cursor:pointer}.inline-back:hover{color:var(--color-green-primary);text-decoration:underline}.persona-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.persona-card{border:1px solid var(--bg-border);border-radius:var(--radius-lg);background:#fff;padding:20px;text-align:left;display:flex;flex-direction:column;gap:10px;cursor:pointer;transition:var(--transition-normal)}.persona-card:hover{border-color:var(--color-tech-blue);box-shadow:var(--shadow-md)}.persona-card--selected{border-color:var(--color-green-primary);box-shadow:0 12px 28px #28784429}.persona-card__header{display:flex;justify-content:space-between;align-items:center;gap:8px}.persona-card__title{font-size:16px;font-weight:700;color:var(--text-primary)}.persona-card__badge{background:#2878441f;color:var(--color-green-primary);padding:4px 8px;border-radius:999px;font-size:12px;font-weight:600}.persona-card p{margin:0;color:var(--text-secondary);font-size:14px}.persona-card ul{margin:0;padding-left:18px;color:var(--text-secondary);font-size:14px}.form-grid{display:grid;gap:16px}.field{display:flex;flex-direction:column;gap:8px;font-size:14px;color:var(--text-secondary)}.field input,.field select{padding:14px 16px;border-radius:var(--radius-lg);border:1px solid var(--bg-border);background:#fff;font-size:15px;color:var(--text-primary);transition:var(--transition-fast)}.field input:focus,.field select:focus{border-color:var(--color-green-primary);box-shadow:0 0 0 3px #2878442e;outline:none}.field-group{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.checkbox{display:flex;align-items:center;gap:10px;padding:12px;border-radius:var(--radius-md);border:1px solid var(--bg-border);background:#fff}.checkbox input{width:18px;height:18px}.objective-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.objective-card{position:relative;border-radius:var(--radius-lg);border:1px solid var(--bg-border);background:#fff;padding:20px;display:flex;align-items:flex-start;gap:12px;cursor:pointer;transition:var(--transition-fast)}.objective-card input{margin-top:4px}.objective-card span{font-size:15px;color:var(--text-secondary)}.objective-card--selected{border-color:var(--color-green-primary);box-shadow:0 12px 24px #28784424}.summary-card{border-radius:var(--radius-xl);border:1px solid var(--bg-border);background:linear-gradient(135deg,#28784414,#e8952914);padding:28px;display:flex;flex-direction:column;gap:18px}.summary-card header span{font-size:13px;font-weight:600;text-transform:uppercase;color:var(--text-muted)}.summary-card header h3{margin:4px 0 8px;font-size:22px;color:var(--text-primary)}.summary-card header p{margin:0;color:var(--text-secondary)}.summary-body{display:grid;gap:16px}.summary-price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.summary-price strong{font-size:24px;color:var(--text-primary)}.summary-trial{background:#207ea81f;color:var(--color-tech-blue);padding:6px 12px;border-radius:999px;font-size:13px;font-weight:600}.summary-body ul{margin:0;padding-left:20px;color:var(--text-secondary);font-size:15px}.summary-economy{padding:16px;border-radius:var(--radius-lg);background:#fff;border:1px dashed rgba(40,120,68,.5)}.summary-economy p{margin:0 0 6px;color:var(--text-primary)}.summary-note{margin:0;color:var(--text-secondary);font-size:14px}.summary-actions{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.summary-actions .btn{flex:1;min-width:220px}.register-navigation{margin-top:24px;display:flex;justify-content:flex-end;gap:12px}.register-footer{margin-top:32px;text-align:center;color:var(--text-secondary)}.register-footer a{color:var(--color-tech-blue);font-weight:600}.register-footer a:hover{color:var(--color-green-primary)}@media (max-width: 720px){.register-card{padding:32px 20px}.stepper,.persona-grid,.objective-grid,.checkbox-grid{grid-template-columns:1fr}.summary-actions .btn{flex:unset;width:100%}.register-navigation{flex-direction:column-reverse;align-items:stretch}}.agrinfix-app{--app-sidebar-width: 236px;--app-sidebar-collapsed: 72px;--app-topbar-height: 72px;--app-bg: #f5f5ea;--app-surface: #ffffff;--app-surface-soft: #f0f2f5;--app-surface-raised: #ffffff;--app-ink: #0c1712;--app-copy: #425049;--app-muted: #6d7973;--app-border: #d7ded9;--app-border-strong: #b9c7bd;--app-green: #1e6f43;--app-green-active: #0f3d2e;--app-green-soft: #e3efe7;--app-info: #176c73;--app-warning: #ff8a00;--app-critical: #b23a2b;--app-focus: #4caf50;--app-shadow: 0 8px 28px rgba(15, 61, 46, .1);min-height:100vh;background:var(--app-bg);color:var(--app-copy);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.agrinfix-app[data-theme=dark]{--app-bg: #0b2b20;--app-surface: #0f3d2e;--app-surface-soft: #174e37;--app-surface-raised: #154632;--app-ink: #f3f8f4;--app-copy: #d2e0d7;--app-muted: #a7baaf;--app-border: #2b6047;--app-border-strong: #4f8468;--app-green: #7ed09a;--app-green-active: #9be1b0;--app-green-soft: #1d5239;--app-info: #85c8c6;--app-warning: #ffb14a;--app-critical: #ef978d;--app-focus: #9be1b0;--app-shadow: 0 10px 32px rgba(0, 0, 0, .28)}.is-high-contrast .agrinfix-app{--app-copy: var(--app-ink);--app-muted: var(--app-copy);--app-border: var(--app-border-strong);font-size:16px}.agrinfix-app *,.agrinfix-app *:before,.agrinfix-app *:after{box-sizing:border-box}.agrinfix-app button,.agrinfix-app select,.agrinfix-app a{font:inherit}.agrinfix-app button,.agrinfix-app a{-webkit-tap-highlight-color:transparent}.agrinfix-app :focus-visible{outline:3px solid var(--app-focus);outline-offset:2px}.app-sidebar{position:fixed;inset:0 auto 0 0;z-index:130;width:var(--app-sidebar-width);display:flex;flex-direction:column;background:var(--app-surface);border-right:1px solid var(--app-border);transition:transform .18s ease}.agrinfix-app--nav-closed .app-sidebar{width:var(--app-sidebar-collapsed)}.app-sidebar__brand-row{min-height:var(--app-topbar-height);padding:0 14px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--app-border)}.app-brand{min-width:0;min-height:44px;padding:0;border:0;background:transparent;color:var(--app-green-active);display:inline-flex;align-items:center;gap:10px;cursor:pointer}.app-brand__mark{width:34px;height:34px;flex:0 0 34px;display:block;object-fit:cover;border-radius:9px}.app-brand__name{color:var(--app-ink);font-size:19px;font-weight:750;letter-spacing:-.03em;white-space:nowrap}.agrinfix-app--nav-closed .app-brand__name,.agrinfix-app--nav-closed .app-nav__group-label,.agrinfix-app--nav-closed .app-nav__item span,.agrinfix-app--nav-closed .preference-button span,.agrinfix-app--nav-closed .account-button__copy{display:none}.icon-button{min-width:44px;min-height:44px;padding:0;display:inline-grid;place-items:center;border:1px solid transparent;border-radius:9px;color:var(--app-copy);background:transparent;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease}.icon-button:hover{color:var(--app-ink);background:var(--app-surface-soft);border-color:var(--app-border)}.icon-button--active{color:var(--app-green-active);background:var(--app-green-soft)}.app-sidebar__close{margin-left:auto}.agrinfix-app--nav-closed .app-sidebar__close{display:none}.app-sidebar__mobile-close{display:none;margin-left:auto}.app-nav{min-height:0;flex:1;padding:16px 10px;overflow-y:auto}.app-nav__group+.app-nav__group{margin-top:18px}.app-nav__group-label{display:block;padding:0 10px 7px;color:var(--app-muted);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.app-nav__item{position:relative;width:100%;min-height:44px;margin:2px 0;padding:0 11px;display:flex;align-items:center;gap:12px;border:1px solid transparent;border-radius:9px;color:var(--app-copy);background:transparent;cursor:pointer;text-align:left;transition:color .15s ease,background .15s ease,border-color .15s ease}.app-nav__item svg{flex:0 0 auto}.app-nav__item:hover{color:var(--app-ink);background:var(--app-surface-soft)}.app-nav__item--active{color:var(--app-green-active);background:var(--app-green-soft);border-color:color-mix(in srgb,var(--app-green) 24%,transparent);font-weight:700}.app-nav__item--active:before{content:"";position:absolute;left:-10px;width:3px;height:24px;border-radius:0 3px 3px 0;background:var(--app-green)}.agrinfix-app--nav-closed .app-nav__item{justify-content:center;padding:0}.app-sidebar__preferences{padding:10px;border-top:1px solid var(--app-border)}.preference-button{width:100%;min-height:44px;padding:0 11px;display:flex;align-items:center;gap:12px;border:0;border-radius:9px;color:var(--app-copy);background:transparent;cursor:pointer;text-align:left}.preference-button:hover,.preference-button--active{color:var(--app-green-active);background:var(--app-green-soft)}.agrinfix-app--nav-closed .preference-button{justify-content:center;padding:0}.app-sidebar__account{min-height:72px;padding:10px;display:flex;align-items:center;gap:6px;border-top:1px solid var(--app-border)}.account-button{min-width:0;flex:1;min-height:48px;padding:4px;display:flex;align-items:center;gap:9px;border:0;border-radius:9px;color:var(--app-copy);background:transparent;cursor:pointer;text-align:left}.account-button:hover{background:var(--app-surface-soft)}.account-button__avatar{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border-radius:50%;color:var(--app-green-active);background:var(--app-green-soft);font-size:13px;font-weight:800}.account-button__copy{min-width:0;display:flex;flex-direction:column}.account-button__copy strong,.account-button__copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-button__copy strong{color:var(--app-ink);font-size:13px}.account-button__copy small{color:var(--app-muted);font-size:11px}.agrinfix-app--nav-closed .app-sidebar__account{flex-direction:column}.app-workspace{min-height:100vh;margin-left:var(--app-sidebar-width)}.agrinfix-app--nav-closed .app-workspace{margin-left:var(--app-sidebar-collapsed)}.app-topbar{position:sticky;top:0;z-index:90;min-height:var(--app-topbar-height);padding:10px 24px;display:grid;grid-template-columns:minmax(150px,1fr) auto minmax(190px,1fr);align-items:center;gap:16px;background:color-mix(in srgb,var(--app-surface) 96%,transparent);border-bottom:1px solid var(--app-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.app-topbar__leading,.app-topbar__actions{min-width:0;display:flex;align-items:center;gap:8px}.app-topbar__actions{justify-content:flex-end}.app-topbar__page{color:var(--app-ink);font-size:15px;font-weight:700}.app-topbar__mobile-brand{display:none;color:var(--app-ink);font-size:18px;font-weight:750}.app-context{display:flex;align-items:center;gap:8px}.app-context label{height:46px;min-width:150px;padding:5px 10px;display:flex;flex-direction:column;justify-content:center;border:1px solid var(--app-border);border-radius:9px;background:var(--app-surface)}.app-context label span{color:var(--app-muted);font-size:9px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.app-context select{max-width:190px;padding:0 22px 0 0;border:0;outline:0;color:var(--app-ink);background:transparent;font-size:12px;font-weight:650;cursor:pointer}.app-context select option{color:var(--app-ink);background:var(--app-surface)}.theme-switch{min-height:44px;padding:0 10px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--app-border);border-radius:9px;color:var(--app-muted);background:var(--app-surface);cursor:pointer}.theme-switch__track{position:relative;width:34px;height:20px;border-radius:10px;background:var(--app-border-strong);transition:background .15s ease}.theme-switch__thumb{position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040;transition:transform .15s ease}.agrinfix-app[data-theme=dark] .theme-switch__track{background:var(--app-green)}.agrinfix-app[data-theme=dark] .theme-switch__thumb{transform:translate(14px)}.topbar-account{min-width:44px;height:44px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--app-border);border-radius:9px;color:var(--app-copy);background:var(--app-surface);cursor:pointer;font-size:12px;font-weight:800}.app-content{width:min(100%,1440px);margin:0 auto;padding:32px clamp(20px,3vw,42px) 48px}.app-scrim,.mobile-nav{display:none}.agrinfix-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#425049;background:#f5f5ea;font:600 14px Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.agrinfix-loading__mark{width:44px;height:44px;display:grid;place-items:center;border-radius:11px;color:#fff;background:#0f3d2e;font-size:22px;font-weight:800}@media (max-width: 1180px){.app-topbar{grid-template-columns:auto 1fr auto}.app-topbar__page{display:none}.app-context{justify-self:center}.app-context label{min-width:128px}}@media (max-width: 1023px){.agrinfix-app{--app-topbar-height: 64px;padding-bottom:calc(68px + env(safe-area-inset-bottom))}.app-sidebar,.agrinfix-app--nav-closed .app-sidebar{width:min(86vw,320px);transform:translate(-105%);box-shadow:var(--app-shadow)}.agrinfix-app--nav-open .app-sidebar{transform:translate(0)}.app-sidebar__close{display:none}.app-sidebar__mobile-close{display:inline-grid}.agrinfix-app--nav-closed .app-brand__name,.agrinfix-app--nav-closed .app-nav__group-label,.agrinfix-app--nav-closed .app-nav__item span,.agrinfix-app--nav-closed .preference-button span,.agrinfix-app--nav-closed .account-button__copy{display:initial}.agrinfix-app--nav-closed .app-nav__item,.agrinfix-app--nav-closed .preference-button{justify-content:flex-start;padding:0 11px}.agrinfix-app--nav-closed .app-sidebar__account{flex-direction:row}.app-scrim{position:fixed;inset:0;z-index:120;display:block;border:0;opacity:0;pointer-events:none;background:#09110d8a;transition:opacity .18s ease}.app-scrim--visible{opacity:1;pointer-events:auto}.app-workspace,.agrinfix-app--nav-closed .app-workspace{margin-left:0}.app-topbar{grid-template-columns:auto 1fr auto;min-height:var(--app-topbar-height);padding:8px 14px}.app-topbar__mobile-brand{display:inline}.app-context{justify-self:stretch;justify-content:center}.app-context label{min-width:0;width:min(42%,180px)}.app-topbar__actions .icon-button,.theme-switch{display:none}.app-content{padding:24px 18px 34px}.mobile-nav{position:fixed;inset:auto 0 0;z-index:110;min-height:calc(64px + env(safe-area-inset-bottom));padding:5px 6px env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(5,1fr);background:var(--app-surface);border-top:1px solid var(--app-border)}.mobile-nav__item{min-width:0;min-height:54px;padding:4px 2px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:0;border-radius:8px;color:var(--app-muted);background:transparent;cursor:pointer;font-size:10px;font-weight:650}.mobile-nav__item--active{color:var(--app-green-active);background:var(--app-green-soft)}}@media (max-width: 620px){.app-topbar{grid-template-columns:auto 1fr auto;gap:8px}.app-context{justify-content:flex-end;gap:5px}.app-context label{width:auto;max-width:118px;height:44px;padding-inline:8px}.app-context label:nth-child(2){display:none}.app-context select{max-width:102px;font-size:11px}.app-topbar__mobile-brand{display:none}.topbar-account{padding:0}.topbar-account span{display:none}.app-content{padding:20px 14px 28px}}@media (prefers-reduced-motion: reduce){.agrinfix-app *,.agrinfix-app *:before,.agrinfix-app *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.commodities-container{padding:32px;max-width:1600px;margin:0 auto 120px;min-height:100vh;color:var(--text-primary)}.commodities-loading{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;color:var(--text-primary)}.commodities-loading .spinner,.modal-loading .spinner{width:48px;height:48px;border-radius:50%;border:4px solid rgba(40,120,68,.25);border-top-color:var(--color-green-primary);animation:spin 1s linear infinite}.commodities-header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:24px;margin-bottom:32px}.header-left h1{margin:0 0 8px;font-size:36px;background:linear-gradient(135deg,#2baa6a,#287844);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header-subtitle{margin:0;color:var(--text-secondary);font-size:16px}.header-right{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.toolbar-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.segment-control{display:inline-flex;background:#121a22e6;border:1px solid var(--bg-border);border-radius:12px;padding:4px}.segment-option{padding:8px 18px;border-radius:8px;border:none;background:transparent;color:var(--text-secondary);font-weight:600;font-size:13px;cursor:pointer;transition:var(--transition-fast)}.segment-option:hover{background:#28784426;color:var(--text-primary)}.segment-option--active{background:var(--color-green-primary);color:#fff}.btn-refresh{padding:10px 22px;border-radius:999px;border:1px solid rgba(40,120,68,.5);background:#28784426;color:#fff;font-weight:600;cursor:pointer;transition:var(--transition-fast)}.btn-refresh:hover{background:#28784440;border-color:#287844cc}.last-update{margin:0;font-size:13px;color:var(--text-secondary)}.commodities-empty{margin-top:40px;padding:32px;border-radius:16px;border:1px solid rgba(228,88,91,.35);background:#e4585b1f;color:#ffb3b6;text-align:center;font-weight:600}.commodities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:24px}.commodity-card{background:linear-gradient(160deg,#121a22e6,#0c1117eb);border:1px solid var(--bg-border);border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:20px;transition:var(--transition-normal);box-shadow:var(--shadow-sm)}.commodity-card:hover{border-color:#2878448c;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.commodity-card__header{display:flex;gap:18px}.commodity-card__icon{width:64px;height:64px;border-radius:16px;background:#2878441f;border:1px solid rgba(40,120,68,.3);display:flex;align-items:center;justify-content:center;font-size:32px}.commodity-card__title h3{margin:0 0 6px;font-size:22px}.commodity-card__title p{margin:0;font-size:14px;color:var(--text-secondary);line-height:1.5}.commodity-card__body{display:flex;flex-direction:column;gap:20px}.price-block{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px;border-radius:16px;background:#121a22bf;border:1px solid rgba(31,42,53,.9)}.price-main{display:flex;flex-direction:column;gap:6px}.price-label{font-size:12px;letter-spacing:.4px;text-transform:uppercase;color:var(--text-secondary)}.price-value{font-size:34px;font-weight:700;color:#fff;line-height:1.1}.price-unit{font-size:13px;color:var(--text-secondary)}.change-badge{display:flex;flex-direction:column;gap:4px;padding:12px 16px;border-radius:14px;font-weight:600}.change-badge--positive{color:#2baa6a;background:#2baa6a2e;border:1px solid rgba(43,170,106,.35)}.change-badge--negative{color:#e4585b;background:#e4585b2e;border:1px solid rgba(228,88,91,.35)}.change-badge--neutral{color:#a9b5c1;background:#a9b5c11f;border:1px solid rgba(169,181,193,.2)}.sparkline-wrapper{padding:12px 0;border-top:1px solid rgba(31,42,53,.8);border-bottom:1px solid rgba(31,42,53,.8)}.sparkline-chart{width:100%;height:48px}.sparkline-path{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.sparkline-path--up{stroke:#2baa6a}.sparkline-path--down{stroke:#e4585b}.sparkline-path--modal{stroke:#2baa6a;fill:none;stroke-width:4}.sparkline-empty{margin:0;font-size:13px;color:var(--text-secondary)}.stats-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.stat{display:flex;flex-direction:column;gap:6px;padding:12px;border-radius:12px;border:1px solid rgba(31,42,53,.9);background:#0c1117cc}.stat-label{font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:var(--text-secondary)}.stat-value{font-size:15px;font-weight:600;color:#fff}.commodity-card__footer{display:flex;justify-content:flex-end}.btn-details{padding:12px 24px;border-radius:999px;border:1px solid rgba(40,120,68,.5);background:#2878442e;color:#fff;font-weight:600;cursor:pointer;transition:var(--transition-fast)}.btn-details:hover{background:#28784440;border-color:#287844cc}.commodity-modal{background:linear-gradient(160deg,#121a22fa,#0c1117fa);border:1px solid var(--bg-border);border-radius:20px;padding:32px;max-width:720px;width:calc(100% - 40px);box-shadow:var(--shadow-xl);position:relative;max-height:90vh;overflow:auto;display:flex;flex-direction:column;gap:24px}.commodity-modal h2{margin:0;font-size:24px}.modal-subtitle{margin:0;color:var(--text-secondary);font-size:14px}.modal-close{position:absolute;top:16px;right:16px;background:transparent;border:none;color:var(--text-secondary);font-size:28px;cursor:pointer;transition:var(--transition-fast)}.modal-close:hover{color:#fff}.modal-toolbar{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between}.range-group{display:inline-flex;background:#121a22d9;border:1px solid rgba(31,42,53,.9);border-radius:12px;padding:4px;gap:6px}.range-btn{padding:8px 18px;border-radius:8px;border:none;background:transparent;color:var(--text-secondary);font-weight:600;cursor:pointer;transition:var(--transition-fast);font-size:13px}.range-btn:hover{background:#28784426;color:var(--text-primary)}.range-btn--active{background:var(--color-green-primary);color:#fff}.modal-actions{display:flex;gap:12px}.modal-actions button{padding:10px 18px;border-radius:10px;border:1px solid rgba(32,126,168,.5);background:#207ea826;color:#fff;font-weight:600;cursor:pointer;transition:var(--transition-fast)}.modal-actions button:disabled{opacity:.5;cursor:not-allowed}.modal-actions button:not(:disabled):hover{background:#207ea840}.modal-chart{min-height:240px;display:flex;flex-direction:column;gap:16px;border:1px solid rgba(31,42,53,.9);border-radius:16px;background:#0c1117d9;padding:24px}.modal-sparkline{width:100%;height:220px}.modal-loading{display:flex;flex-direction:column;align-items:center;gap:12px;color:var(--text-secondary)}.modal-chart__footer{display:flex;justify-content:space-between;color:var(--text-secondary);font-size:13px}.modal-empty{margin:0;color:var(--text-secondary);text-align:center}@media (max-width: 1080px){.commodities-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.price-block{flex-direction:column;align-items:flex-start}.stats-row{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}@media (max-width: 768px){.commodities-container{padding:20px}.header-left h1{font-size:28px}.header-right{align-items:flex-start}.toolbar-controls{justify-content:flex-start}.commodity-modal{padding:24px}}.commodities-container{color:var(--text-primary)}.commodities-header .header-left h1{background:var(--gradient-brand)}.header-subtitle,.last-update,.commodity-card__title p,.price-unit,.stat-label,.stat-value,.history-label,.history-date{color:var(--text-secondary)}.segment-control,.commodity-card,.price-block,.history-modal,.history-modal__chart,.history-modal__header,.history-modal__footer{background:var(--surface-0);border-color:var(--border-default)}.segment-option{color:var(--text-secondary)}.segment-option:hover{background:var(--brand-green-surface);color:var(--text-primary)}.segment-option--active,.btn-refresh{background:var(--brand-primary);color:#fff}.btn-refresh{border-color:var(--brand-primary)}.btn-refresh:hover{background:var(--brand-primary-dark);border-color:var(--brand-primary-dark)}.commodity-card{background:linear-gradient(160deg,var(--surface-0),var(--surface-1));color:var(--text-primary);box-shadow:var(--shadow-sm)}.commodity-card:hover{border-color:var(--border-accent);box-shadow:var(--shadow-md)}.commodity-card__icon{background:var(--brand-green-surface);border-color:var(--border-green)}.commodity-card__title h3,.price-value,.stat-value,.history-modal__title{color:var(--text-primary)}.price-block{background:var(--surface-1)}.sparkline-wrapper{border-color:var(--border-default)}.commodities-empty{border-color:color-mix(in srgb,var(--brand-red) 28%,transparent);background:color-mix(in srgb,var(--brand-red) 8%,var(--surface-0));color:var(--brand-red)}@media (max-width: 520px){.toolbar-controls{flex-direction:column;align-items:stretch}.modal-chart__footer{flex-direction:column;gap:6px}}.ticker-section{margin-bottom:40px}.ticker-section__head{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between;margin-bottom:16px}.ticker-section__title{font-size:18px;margin:0 0 16px;letter-spacing:.01em}.ticker-section__head .ticker-section__title{margin:0}.ticker-section__title span{font-weight:400;font-size:14px;color:var(--text-secondary)}.ticker-section--mensal{border-top:1px dashed var(--bg-border);padding-top:28px}.ticker-note{font-size:13px;color:var(--text-secondary);margin:-4px 0 16px}.ticker-footer{font-size:12px;color:var(--text-secondary);margin-top:8px;opacity:.8}.commodity-card--mensal{border-style:dashed;background:linear-gradient(160deg,#181610e6,#100e0aeb)}.tag-mensal{font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#e0a50a;border:1px solid rgba(224,165,10,.5);border-radius:6px;padding:1px 6px;vertical-align:middle}.commodity-card--stale{border-color:#e0a50a80}.price-aguardando{font-size:16px;color:var(--text-secondary);font-style:italic}.ticker-badge{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;padding:3px 10px;border-radius:999px;white-space:nowrap}.ticker-badge--fresh{color:#22c55e;background:#22c55e1f;border:1px solid rgba(34,197,94,.35)}.ticker-badge--stale{color:#e0a50a;background:#e0a50a1f;border:1px solid rgba(224,165,10,.4)}.ticker-badge--never{color:var(--text-secondary);background:#ffffff0d;border:1px solid var(--bg-border)}.ticker-badge--soon{color:#60a5fa;background:#60a5fa1f;border:1px solid rgba(96,165,250,.35)}.commodity-card--mensal{background:linear-gradient(160deg,var(--surface-0),var(--surface-1))}.tag-mensal{color:var(--text-gold);border-color:color-mix(in srgb,var(--brand-gold) 52%,transparent);background:color-mix(in srgb,var(--brand-gold) 10%,var(--surface-0))}.commodity-card--stale{border-color:color-mix(in srgb,var(--brand-gold) 44%,var(--border-default))}.ticker-badge--fresh{color:var(--brand-primary);background:var(--brand-green-surface);border-color:var(--border-accent)}.ticker-badge--stale{color:var(--text-gold);background:color-mix(in srgb,var(--brand-gold) 10%,var(--surface-0));border-color:color-mix(in srgb,var(--brand-gold) 36%,var(--border-default))}.ticker-badge--never{background:var(--surface-1);border-color:var(--border-default)}.ticker-badge--soon{color:var(--brand-sky);background:color-mix(in srgb,var(--brand-sky) 10%,var(--surface-0));border-color:color-mix(in srgb,var(--brand-sky) 34%,var(--border-default))}.news-container{padding:32px;max-width:1600px;margin:0 auto}.news-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:20px}.news-header{margin-bottom:32px}.header-left h1{font-size:36px;margin:0 0 8px;background:linear-gradient(135deg,#2ecc71,#27ae60);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header-subtitle{color:#a9b5c1;font-size:16px;margin:0}.categories-section{margin-bottom:32px}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.category-card{display:flex;align-items:center;gap:16px;padding:20px;background:linear-gradient(135deg,#12151a,#0f1318);border:2px solid #2c3036;border-radius:16px;cursor:pointer;transition:all .3s ease;text-align:left}.category-card:hover{border-color:#2ecc71;transform:translateY(-4px);box-shadow:0 8px 20px #2ecc7126}.category-card.active{background:#2ecc711a;border-color:#2ecc71}.category-icon{font-size:32px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#2ecc711a;border-radius:12px;flex-shrink:0}.category-card.active .category-icon{background:#2ecc7133}.category-info{flex:1}.category-info h3{margin:0 0 4px;font-size:16px;color:#e9eef2}.category-info p{margin:0;font-size:12px;color:#6b7580;line-height:1.4}.search-section{margin-bottom:32px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.search-bar{flex:1;min-width:300px;display:flex;align-items:center;gap:12px;padding:14px 18px;background:linear-gradient(135deg,#12151a,#0f1318);border:2px solid #2c3036;border-radius:12px;transition:border-color .2s ease}.search-bar:focus-within{border-color:#2ecc71}.search-icon{font-size:18px;color:#6b7580}.search-input{flex:1;background:transparent;border:none;outline:none;color:#e9eef2;font-size:15px}.search-input::placeholder{color:#6b7580}.search-clear{background:#e74c3c1a;border:1px solid rgba(231,76,60,.3);border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#e74c3c;cursor:pointer;font-size:14px;transition:all .2s ease}.search-clear:hover{background:#e74c3c33}.results-count{font-size:14px;color:#a9b5c1;padding:8px 16px;background:#2ecc711a;border-radius:999px}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px;margin-bottom:40px}.news-full-card{background:linear-gradient(135deg,#12151a,#0f1318);border:2px solid #2c3036;border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;transition:all .3s ease;display:flex;flex-direction:column}.news-full-card:hover{border-color:#2ecc71;transform:translateY(-6px);box-shadow:0 12px 28px #2ecc7133}.news-full-image{position:relative;width:100%;height:200px;overflow:hidden;background:#1a1f27}.news-full-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.news-full-card:hover .news-full-image img{transform:scale(1.05)}.image-overlay{position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to top,rgba(15,19,24,.9),transparent)}.news-full-content{padding:20px;display:flex;flex-direction:column;gap:12px;flex:1}.news-full-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.news-source-block{display:flex;align-items:center;gap:10px}.news-source-avatar{width:28px;height:28px;border-radius:50%;background:#2ecc7126;border:1px solid rgba(46,204,113,.35);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#2ecc71;text-transform:uppercase}.news-source{font-size:12px;color:#2ecc71;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.news-reading-time{font-size:11px;color:#94a3b8;background:#94a3b826;padding:4px 8px;border-radius:999px;font-weight:600}.news-date{font-size:11px;color:#6b7580}.news-full-title{margin:0;font-size:18px;font-weight:600;color:#e9eef2;line-height:1.4}.news-full-summary{margin:0;font-size:14px;color:#a9b5c1;line-height:1.6;flex:1}.news-full-footer{padding-top:12px;border-top:1px solid #1a1f27}.read-more{font-size:14px;color:#2ecc71;font-weight:600;display:inline-flex;align-items:center;gap:6px;transition:gap .2s ease}.news-full-card:hover .read-more{gap:10px}.no-results{text-align:center;padding:80px 20px}.no-results-icon{font-size:64px;margin:0 0 20px}.no-results h3{margin:0 0 12px;font-size:24px;color:#e9eef2}.no-results p{margin:0;color:#a9b5c1;font-size:16px}.news-info-box{background:linear-gradient(135deg,#12151a,#0f1318);border:2px solid #1a1f27;border-left:4px solid #3498db;border-radius:16px;padding:24px}.news-info-box h3{margin:0 0 20px;font-size:20px;color:#3498db}.info-content{display:flex;flex-direction:column;gap:16px}.info-item{color:#a9b5c1;font-size:14px;line-height:1.6}.info-item strong{color:#e9eef2;font-weight:600}.info-item ul{margin:8px 0 0;padding:0 0 0 20px}.info-item li{margin-bottom:6px}.info-item li:last-child{margin-bottom:0}@media (max-width: 768px){.news-container{padding:20px}.header-left h1{font-size:28px}.categories-grid{grid-template-columns:1fr}.search-section{flex-direction:column;align-items:stretch}.search-bar{width:100%}.news-grid{grid-template-columns:1fr}.category-info p{display:none}}.news-container{color:var(--text-primary)}.news-header .header-left h1{background:var(--gradient-brand)}.news-header .header-subtitle,.category-info p,.results-count,.news-meta,.news-summary,.news-source,.news-date{color:var(--text-secondary)}.category-card,.search-bar,.news-full-card{background:var(--surface-0);border-color:var(--border-default);color:var(--text-primary)}.category-card:hover,.news-full-card:hover{border-color:var(--border-accent);box-shadow:var(--shadow-md)}.category-card.active{background:var(--brand-green-surface);border-color:var(--border-accent)}.category-icon,.category-card.active .category-icon,.results-count{background:var(--brand-green-surface)}.category-info h3,.search-input,.news-full-card h2,.news-full-card h3,.news-full-card p{color:var(--text-primary)}.search-bar:focus-within{border-color:var(--brand-primary)}.news-full-image{background:var(--surface-2)}.briefing-workspace{width:min(100%,1440px);margin:0 auto;padding:clamp(24px,4vw,52px) clamp(16px,3vw,36px) 80px;color:var(--app-copy)}.briefing-workspace__header{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:28px}.briefing-workspace__eyebrow,.briefing-workspace__panel-kicker{display:inline-flex;align-items:center;gap:7px;color:var(--app-green-active);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.briefing-workspace h1{max-width:720px;margin:9px 0 10px;color:var(--app-ink);font-size:clamp(30px,4vw,52px);line-height:1.03;letter-spacing:-.05em}.briefing-workspace__header p{max-width:650px;margin:0;color:var(--app-copy);font-size:16px;line-height:1.55}.briefing-workspace__stamp,.briefing-workspace__panel-note{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid var(--app-border);border-radius:999px;color:var(--app-muted);background:var(--app-surface);font-size:12px;font-weight:650;white-space:nowrap}.briefing-workspace__stamp svg,.briefing-workspace__panel-note svg{color:var(--app-warning)}.briefing-workspace__tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:18px}.briefing-workspace__tab{display:flex;align-items:center;gap:13px;min-height:76px;padding:15px 17px;border:1px solid var(--app-border);border-radius:14px;color:var(--app-copy);background:var(--app-surface);text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease,box-shadow .16s ease}.briefing-workspace__tab:hover{border-color:var(--app-border-strong);transform:translateY(-1px)}.briefing-workspace__tab.is-active{border-color:color-mix(in srgb,var(--app-green) 48%,var(--app-border));background:var(--app-green-soft);box-shadow:0 8px 24px #0f3d2e14}.briefing-workspace__tab-icon{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:11px;color:var(--app-green-active);background:var(--app-surface-soft)}.briefing-workspace__tab.is-active .briefing-workspace__tab-icon{color:var(--app-green-active);background:color-mix(in srgb,var(--app-green) 18%,var(--app-surface))}.briefing-workspace__tab strong,.briefing-workspace__tab small{display:block}.briefing-workspace__tab strong{color:var(--app-ink);font-size:14px}.briefing-workspace__tab small{margin-top:4px;color:var(--app-muted);font-size:12px;line-height:1.4}.briefing-workspace__panel{overflow:hidden;border:1px solid var(--app-border);border-radius:18px;background:var(--app-surface);box-shadow:var(--app-shadow)}.briefing-workspace__panel-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px 0}.briefing-workspace__panel-heading h2{margin:7px 0 0;color:var(--app-ink);font-size:24px;letter-spacing:-.03em}.briefing-workspace__panel>.commodities-container,.briefing-workspace__panel>.news-container{padding-top:22px}@media (max-width: 720px){.briefing-workspace__header,.briefing-workspace__panel-heading{align-items:flex-start;flex-direction:column}.briefing-workspace__tabs{grid-template-columns:1fr}}.home-notebook{display:flex;flex-direction:column;gap:24px}.home-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.home-intro__eyebrow,.section-heading__eyebrow{margin:0 0 4px;color:var(--app-green-active);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-intro h1{margin:0;color:var(--app-ink);font-size:30px;font-weight:750;letter-spacing:-.035em;line-height:1.15}.home-intro>div>p:last-child{margin:7px 0 0;color:var(--app-copy);font-size:14px}.home-intro__meta{display:flex;align-items:center;gap:12px;color:var(--app-muted);font-size:12px}.home-intro__meta>span{display:inline-flex;align-items:center;gap:5px}.quiet-button{min-height:40px;padding:0 11px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--app-border);border-radius:8px;color:var(--app-copy);background:var(--app-surface);cursor:pointer}.quiet-button:hover{color:var(--app-ink);border-color:var(--app-border-strong);background:var(--app-surface-soft)}.quiet-button:disabled{cursor:wait;opacity:.65}.is-spinning{animation:home-spin .7s linear infinite}@keyframes home-spin{to{transform:rotate(360deg)}}.today-panel,.notebook-section{padding:24px;border:1px solid var(--app-border);border-radius:12px;background:var(--app-surface)}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.section-heading h2{margin:0;color:var(--app-ink);font-size:19px;font-weight:750;letter-spacing:-.02em}.section-heading__support{max-width:460px;margin:2px 0 0;color:var(--app-muted);font-size:12px;line-height:1.5;text-align:right}.whatsapp-action{min-height:44px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--app-green-active);border-radius:9px;color:#fff;background:var(--app-green);cursor:pointer;font-size:13px;font-weight:750;text-decoration:none;transition:background .15s ease,border-color .15s ease,transform .15s ease}.whatsapp-action:hover{color:#fff;background:var(--app-green-active);transform:translateY(-1px)}.whatsapp-action--pending{color:var(--app-green-active);background:var(--app-green-soft)}.whatsapp-action--pending:hover{color:var(--app-green-active);background:color-mix(in srgb,var(--app-green-soft) 74%,var(--app-green) 26%)}.whatsapp-action--pending span{padding-left:8px;border-left:1px solid color-mix(in srgb,var(--app-green) 35%,transparent);font-size:10px;font-weight:650}.channel-note{margin-top:16px;padding:13px 14px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;border:1px solid color-mix(in srgb,var(--app-info) 34%,var(--app-border));border-radius:9px;color:var(--app-info);background:color-mix(in srgb,var(--app-info) 8%,var(--app-surface))}.channel-note div{min-width:0;display:flex;flex-direction:column;gap:2px}.channel-note strong{color:var(--app-ink);font-size:12px}.channel-note span{color:var(--app-copy);font-size:11px}.channel-note button{min-height:40px;padding:0 11px;border:1px solid var(--app-border-strong);border-radius:8px;color:var(--app-ink);background:var(--app-surface);cursor:pointer;font-size:12px;font-weight:700}.priority-list{margin-top:18px;display:grid;gap:8px}.priority-row{width:100%;min-height:68px;padding:10px 12px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border:1px solid var(--app-border);border-radius:9px;color:var(--app-copy);background:var(--app-surface-raised);cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease,transform .15s ease}.priority-row:hover:not(:disabled){border-color:var(--app-border-strong);background:var(--app-surface-soft);transform:translate(2px)}.priority-row:disabled{cursor:default}.priority-row__icon{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:var(--priority-color);background:color-mix(in srgb,var(--priority-color) 11%,var(--app-surface))}.priority-row--critical{--priority-color: var(--app-critical)}.priority-row--warning{--priority-color: var(--app-warning)}.priority-row--info{--priority-color: var(--app-info)}.priority-row--success{--priority-color: var(--app-green)}.priority-row__copy{min-width:0;display:flex;flex-direction:column;gap:3px}.priority-row__copy strong{color:var(--app-ink);font-size:13px}.priority-row__copy small{overflow:hidden;color:var(--app-copy);font-size:11px;line-height:1.45;text-overflow:ellipsis}.priority-row__arrow{color:var(--app-muted)}.priority-skeleton{min-height:68px;border-radius:9px;background:linear-gradient(90deg,var(--app-surface-soft) 20%,color-mix(in srgb,var(--app-surface-soft) 60%,var(--app-surface)) 50%,var(--app-surface-soft) 80%);background-size:240% 100%;animation:home-skeleton 1.2s ease infinite}@keyframes home-skeleton{to{background-position:-240% 0}}.data-note{margin:12px 0 0;display:flex;align-items:center;gap:6px;color:var(--app-warning);font-size:11px}.notebook-section .section-heading{align-items:end}.module-grid{margin-top:18px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.module-card{position:relative;min-width:0;min-height:180px;padding:18px 14px 14px;display:flex;flex-direction:column;align-items:flex-start;border:1px solid var(--app-border);border-radius:10px;color:var(--app-copy);background:var(--app-surface-raised);cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease,transform .15s ease}.module-card:hover{border-color:var(--app-green);background:var(--app-surface-soft);transform:translateY(-2px)}.module-card__icon{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;color:var(--app-green-active);background:var(--app-green-soft)}.module-card__icon--estoque{color:var(--app-info);background:color-mix(in srgb,var(--app-info) 11%,var(--app-surface))}.module-card__icon--soil{color:#7b5a2d;background:color-mix(in srgb,#a67536 14%,var(--app-surface))}.agrinfix-app[data-theme=dark] .module-card__icon--soil{color:#e0b777}.module-card__copy{margin-top:13px;display:flex;flex-direction:column;gap:4px}.module-card__copy strong{color:var(--app-ink);font-size:14px}.module-card__copy small{min-height:34px;color:var(--app-copy);font-size:10px;line-height:1.55}.module-card__status{margin-top:auto;color:var(--app-muted);font-size:10px;font-weight:700}.module-card__arrow{position:absolute;right:13px;bottom:12px;color:var(--app-muted)}.home-principle{min-height:68px;padding:13px 16px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border:1px solid color-mix(in srgb,var(--app-green) 24%,var(--app-border));border-radius:10px;color:var(--app-green-active);background:var(--app-green-soft)}.home-principle__icon{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;background:var(--app-surface)}.home-principle div{display:flex;flex-direction:column;gap:2px}.home-principle strong{color:var(--app-ink);font-size:12px}.home-principle span{color:var(--app-copy);font-size:11px}@media (max-width: 1180px){.module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 760px){.home-notebook{gap:16px}.home-intro{align-items:flex-start;flex-direction:column;gap:12px}.home-intro h1{font-size:25px}.home-intro__meta{width:100%;justify-content:space-between}.today-panel,.notebook-section{padding:17px 14px;border-radius:10px}.section-heading{align-items:stretch;flex-direction:column;gap:12px}.section-heading__support{max-width:none;text-align:left}.whatsapp-action{width:100%}.channel-note{grid-template-columns:auto 1fr}.channel-note button{grid-column:1 / -1}.priority-row{min-height:72px}.priority-row__copy small{white-space:normal}.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.module-card{min-height:156px;padding:14px 12px 12px}.module-card:last-child:nth-child(odd){grid-column:1 / -1;min-height:116px}.home-principle{grid-template-columns:auto 1fr}.home-principle>svg{display:none}}@media (max-width: 390px){.module-grid{grid-template-columns:1fr}.module-card,.module-card:last-child:nth-child(odd){min-height:112px;display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;align-items:center;column-gap:12px}.module-card__icon{grid-row:1 / 3}.module-card__copy{margin-top:0}.module-card__copy small{min-height:0}.module-card__status{margin-top:5px;grid-column:2}.module-card__arrow{position:static;grid-column:3;grid-row:1 / 3}}@media (prefers-reduced-motion: reduce){.is-spinning,.priority-skeleton{animation:none}}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media (hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media (forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}[dir=rtl] .maplibregl-popup-anchor-left{flex-direction:row-reverse}[dir=rtl] .maplibregl-popup-anchor-right{flex-direction:row}[dir=rtl] .maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-start}[dir=rtl] .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-start}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@media (prefers-reduced-motion:reduce){.maplibregl-user-location-dot:before{animation:none}}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:#0006;color:#fff;display:flex;font-size:1.4em;inset:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media (hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}.mapa-page{display:flex;flex-direction:column;height:100%;gap:10px}.mapa-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.mapa-toolbar-camadas{display:flex;gap:6px}.mapa-camada-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;border:1px solid var(--border-default);background:var(--surface-0);color:var(--text-secondary);font-size:var(--text-sm);cursor:pointer}.mapa-camada-btn--ativa{background:var(--brand-green-surface);border-color:var(--border-accent);color:var(--brand-primary-dark);font-weight:600}.mapa-camada-btn--desabilitada{opacity:.55;cursor:not-allowed}.mapa-camada-btn:not(.mapa-camada-btn--ativa):not(.mapa-camada-btn--desabilitada):hover{background:var(--surface-2)}.mapa-badge-em-breve{font-size:10px;padding:1px 6px;border-radius:999px;background:var(--surface-3);color:var(--text-muted);margin-left:2px}.mapa-select-fazenda{padding:6px 10px;border-radius:8px;border:1px solid var(--border-default);background:var(--surface-0);font-size:var(--text-sm);color:var(--text-primary)}.mapa-upload-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;border:1px solid var(--border-accent);background:var(--brand-primary);color:#fff;font-size:var(--text-sm);font-weight:600;cursor:pointer;margin-left:auto}.mapa-upload-btn:hover{background:var(--brand-primary-dark)}.mapa-alerta{display:flex;align-items:center;gap:6px;padding:8px 12px;border-radius:8px;font-size:var(--text-sm)}.mapa-alerta--erro{background:#dc262614;color:var(--brand-red)}.mapa-alerta--aviso{background:#d977061a;color:var(--brand-gold)}.mapa-alerta--info{background:var(--surface-2);color:var(--text-secondary)}.mapa-corpo{display:flex;gap:12px;flex:1;min-height:480px}.mapa-canvas{flex:1;border-radius:12px;overflow:hidden;border:1px solid var(--border-default);min-height:480px}.mapa-lateral{width:280px;flex-shrink:0;display:flex;flex-direction:column;gap:12px;overflow-y:auto}.mapa-legenda,.mapa-detalhe,.mapa-import-resultado{background:var(--surface-0);border:1px solid var(--border-default);border-radius:12px;padding:12px}.mapa-legenda h4,.mapa-import-resultado h4{margin:0 0 8px;font-size:var(--text-sm);color:var(--text-primary)}.mapa-legenda-item{display:flex;align-items:center;gap:8px;font-size:var(--text-xs);color:var(--text-secondary);margin-bottom:6px}.mapa-legenda-dot{width:12px;height:12px;border-radius:3px;flex-shrink:0}.mapa-atribuicao{font-size:10px;color:var(--text-muted);margin-top:8px}.mapa-detalhe-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.mapa-detalhe-header strong{display:flex;align-items:center;gap:6px;font-size:var(--text-sm)}.mapa-detalhe-header button{border:none;background:transparent;cursor:pointer;color:var(--text-muted)}.mapa-clima-painel{background:var(--surface-0);border:1px solid var(--border-default);border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:8px}.mapa-clima-painel h4{margin:0;font-size:var(--text-sm);color:var(--text-primary)}.mapa-clima-fonte{font-size:var(--text-xs);color:var(--text-secondary);margin:0}.mapa-clima-atribuicao{font-size:10px;color:var(--text-muted);margin:0 0 4px}.mapa-clima-alerta{border-radius:8px;padding:8px 10px;font-size:var(--text-xs);border-left:3px solid var(--border-accent);background:var(--surface-2)}.mapa-clima-alerta strong{display:block;font-size:var(--text-sm);margin-bottom:2px}.mapa-clima-alerta p{margin:2px 0;color:var(--text-secondary)}.mapa-clima-acao{font-style:italic}.mapa-clima-alerta--critica,.mapa-clima-alerta--alta{border-left-color:var(--brand-red)}.mapa-clima-alerta--media{border-left-color:var(--brand-gold)}.mapa-clima-alerta--baixa{border-left-color:var(--brand-primary-dark)}.mapa-detalhe p{font-size:var(--text-xs);color:var(--text-secondary);margin:4px 0}.mapa-sem-dado{color:var(--text-muted);font-style:italic}.mapa-ndvi-painel{display:flex;flex-direction:column;gap:8px;margin-top:6px}.mapa-ndvi-narracao{font-size:var(--text-xs);color:var(--text-primary);background:var(--surface-2);border-left:3px solid var(--brand-gold);border-radius:8px;padding:8px 10px;margin:0}.mapa-ndvi-heatmap-wrap{display:flex;justify-content:center;padding:6px;background:var(--surface-2);border-radius:8px}.mapa-ndvi-heatmap{image-rendering:pixelated;max-width:100%;border-radius:4px}.mapa-ndvi-serie-titulo{font-weight:600;font-size:var(--text-xs);margin:4px 0 2px}.mapa-ndvi-serie-item{display:flex;justify-content:space-between;font-size:var(--text-xs);color:var(--text-secondary);padding:2px 0;border-bottom:1px dashed var(--border-default)}.mapa-ndvi-atualizar-btn{align-self:flex-start;border:1px solid var(--border-default);background:var(--surface-1);color:var(--text-primary);border-radius:8px;padding:6px 12px;font-size:var(--text-xs);cursor:pointer}.mapa-ndvi-atualizar-btn:disabled{opacity:.6;cursor:default}.mapa-import-titulo{font-weight:600;font-size:var(--text-xs);margin:8px 0 4px}.mapa-reconciliacao-item{border-top:1px dashed var(--border-default);padding-top:6px;margin-top:6px}.mapa-reconciliacao-acoes{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}.mapa-reconciliacao-acoes button,.mapa-reconciliacao-acoes select{font-size:var(--text-xs);padding:4px 8px;border-radius:6px;border:1px solid var(--border-default);background:var(--surface-0);cursor:pointer}.mapa-reconciliacao-acoes button.is-ativo{background:var(--brand-green-surface);border-color:var(--border-accent);color:var(--brand-primary-dark)}.mapa-btn-confirmar{margin-top:10px;width:100%;padding:8px;border-radius:8px;border:none;background:var(--brand-primary);color:#fff;font-weight:600;cursor:pointer}.mapa-btn-confirmar:disabled{opacity:.5;cursor:not-allowed}.maplibregl-popup-content{font-family:var(--font-body);font-size:var(--text-xs);border-radius:8px;padding:8px 10px}.mapa-aviso-mobile{display:none}@media (max-width: 700px){.mapa-aviso-mobile{display:flex;align-items:flex-start;gap:8px;padding:12px 14px;border-radius:10px;background:var(--surface-2);color:var(--text-secondary);font-size:var(--text-sm)}.mapa-aviso-mobile svg{flex-shrink:0;margin-top:2px;color:var(--brand-primary)}.mapa-aviso-mobile p{margin:0}.mapa-corpo{display:none}}.profile-container{padding:0;max-width:1000px;margin:0 auto}.profile-header{margin-bottom:32px}.header-left h1{margin:0 0 8px;font-size:32px;color:#e9eef2}.header-subtitle{color:#a9b5c1;margin:0;font-size:16px}.profile-message{padding:16px 20px;border-radius:12px;margin-bottom:24px;font-weight:600;animation:slideIn .3s ease}.profile-message.success{background:#2ecc7126;border:1px solid rgba(46,204,113,.3);color:#2ecc71}.profile-message.error{background:#e74c3c26;border:1px solid rgba(231,76,60,.3);color:#e74c3c}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-form{background:linear-gradient(135deg,#12151a,#0f1318);border:1px solid #1a1f27;border-radius:20px;padding:32px;margin-bottom:24px}.form-section{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #1a1f27}.form-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.section-title{font-size:20px;color:#e9eef2;margin:0 0 24px;display:flex;align-items:center;gap:10px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:20px}.form-row:last-child{margin-bottom:0}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:14px;font-weight:600;color:#a9b5c1;text-transform:uppercase;letter-spacing:.5px}.form-input{padding:14px 16px;background:#0d0f13;border:2px solid #2c3036;border-radius:10px;color:#e9eef2;font-size:15px;transition:all .2s ease;font-family:inherit}.form-input:focus{outline:none;border-color:#2ecc71;box-shadow:0 0 0 3px #2ecc711a}.form-input.disabled{background:#0a0d0f;border-color:#1a1f27;color:#6b7580;cursor:not-allowed}.form-input::placeholder{color:#6b7580}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid #1a1f27}.btn-save{padding:14px 32px;background:linear-gradient(135deg,#2ecc71,#27ae60);border:none;border-radius:10px;color:#0a0d0f;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px}.btn-save:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #2ecc714d}.btn-save:disabled{opacity:.5;cursor:not-allowed}.profile-info-box{background:linear-gradient(135deg,#12151a,#0f1318);border:1px solid #1a1f27;border-radius:16px;padding:24px}.profile-info-box h4{margin:0 0 16px;font-size:18px;color:#e9eef2}.profile-info-box ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.profile-info-box li{color:#a9b5c1;font-size:14px;padding:10px;background:#0d0f13;border-radius:8px}.profile-info-box strong{color:#e9eef2;margin-right:8px}.profile-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px}.spinner{width:50px;height:50px;border:4px solid rgba(46,204,113,.2);border-top-color:#2ecc71;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 768px){.profile-container{padding:20px}.profile-form{padding:24px}.form-row{grid-template-columns:1fr}.header-left h1{font-size:24px}.form-actions{flex-direction:column}.btn-save{width:100%;justify-content:center}}.nutrient-bar-container{margin-bottom:20px;padding:16px 18px;background:#fff;border-radius:var(--radius-lg);border:1px solid var(--bg-border);box-shadow:var(--shadow-sm)}.nutrient-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.nutrient-name{font-size:15px;font-weight:600;color:var(--text-primary);letter-spacing:.3px}.nutrient-value{font-size:18px;font-weight:700;color:var(--color-green-primary);letter-spacing:.5px}.bar-wrapper{position:relative;margin-bottom:8px}.color-bar{display:flex;height:32px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:inset 0 0 0 1px #0000000a;position:relative}.bar-section{flex:1;transition:all .3s ease}.bar-section.very-low{background:linear-gradient(135deg,#5b5f97,#44487a)}.bar-section.low{background:linear-gradient(135deg,#f4a259,#d9842e)}.bar-section.adequate{background:linear-gradient(135deg,#1f6f8b,#18556a)}.bar-section.high{background:linear-gradient(135deg,#33658a,#264c6a)}.bar-section.very-high{background:linear-gradient(135deg,#8e3b46,#6b2737)}.tick-marker{position:absolute;top:-4px;transform:translate(-50%);z-index:10;animation:pulseIn .6s ease-out}@keyframes pulseIn{0%{transform:translate(-50%) scale(.5);opacity:0}50%{transform:translate(-50%) scale(1.1)}to{transform:translate(-50%) scale(1);opacity:1}}.tick-arrow{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:12px solid #ffffff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));margin:0 auto}.tick-line{width:3px;height:40px;background-color:var(--color-green-primary);margin:-2px auto 0;box-shadow:0 2px 6px #28784433;border-radius:2px}.nutrient-status{text-align:center;font-size:14px;font-weight:600;margin-top:10px;color:var(--text-secondary)}.range-labels{display:flex;justify-content:space-between;margin-top:8px;font-size:11px;color:var(--text-muted)}.range-labels span{padding:4px 8px;background:var(--bg-alt);border-radius:4px}.nutrient-bar-container:hover{border-color:var(--color-tech-blue);transform:translateY(-2px);transition:all .3s ease}.nutrient-bar-container:hover .color-bar{box-shadow:0 4px 12px #207ea829}@media (max-width: 768px){.nutrient-bar-container{padding:12px;margin-bottom:16px}.nutrient-name{font-size:13px}.nutrient-value{font-size:16px}.tick-line{height:36px}.range-labels{font-size:10px}}.nutrient-bar-vertical{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:80px;padding:8px;background:#fff;border-radius:var(--radius-lg);border:1px solid var(--bg-border);box-shadow:var(--shadow-sm)}.bar-container-vertical{width:40px;height:150px;position:relative;margin-top:28px}.bar-track-vertical{width:100%;height:100%;background:var(--bg-alt);border-radius:var(--radius-lg);position:relative;overflow:hidden;border:1px solid var(--bg-border)}.ideal-range-vertical{position:absolute;left:0;width:100%;background:#1f6f8b24;border-top:1px dashed rgba(31,111,139,.4);border-bottom:1px dashed rgba(31,111,139,.4)}.bar-fill-vertical{position:absolute;bottom:0;left:0;width:100%;border-radius:var(--radius-lg) var(--radius-lg) 0 0;transition:height .6s cubic-bezier(.4,0,.2,1);box-shadow:0 -4px 12px #28784433;position:relative}.bar-value-label{position:absolute;top:-24px;left:50%;transform:translate(-50%);font-size:12px;font-weight:700;color:var(--text-primary);white-space:nowrap;background:#ffffffe6;padding:2px 6px;border-radius:4px;border:1px solid var(--bg-border)}.nutrient-info-vertical{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.nutrient-symbol-vertical{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#fff;box-shadow:0 2px 8px #00000024}.nutrient-name-vertical{font-size:12px;font-weight:600;color:var(--text-primary);white-space:nowrap}.nutrient-value-vertical{font-size:11px;color:var(--text-secondary);font-weight:500}.nutrient-status-vertical{font-size:10px;font-weight:600;color:var(--text-muted);margin-top:2px}@media (max-width: 640px){.nutrient-bar-vertical{min-width:60px}.bar-container-vertical{width:32px;height:120px}.nutrient-symbol-vertical{width:28px;height:28px;font-size:12px}.nutrient-name-vertical{font-size:10px}}.nutrient-bar-gradient-container{margin-bottom:16px;padding:8px 0}.nutrient-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.nutrient-name{font-weight:600;font-size:14px;color:#2c3e50;text-transform:uppercase;letter-spacing:.5px}.nutrient-value{font-weight:700;font-size:15px;padding:2px 10px;border-radius:12px;font-family:Courier New,monospace}.nutrient-value.status-low{color:#d32f2f;background-color:#ffebee}.nutrient-value.status-adequate{color:#388e3c;background-color:#e8f5e9}.nutrient-value.status-high{color:#f57c00;background-color:#fff3e0}.nutrient-value.status-unknown{color:#757575;background-color:#f5f5f5}.bar-container{position:relative;width:100%;border-radius:10px;overflow:visible}.bar-background{width:100%;height:100%;border-radius:10px;overflow:hidden;box-shadow:inset 0 2px 4px #0000001a,0 1px 2px #0000000d;position:relative}.bar-gradient{width:100%;height:100%}.bar-indicator{position:absolute;top:50%;transform:translate(-50%,-50%);z-index:10;pointer-events:none}.indicator-line{width:3px;height:28px;background-color:#000;margin:0 auto;border-radius:2px;box-shadow:0 2px 6px #0000004d;position:relative;top:-2px}.indicator-dot{width:12px;height:12px;border-radius:50%;background-color:#000;border:3px solid #fff;box-shadow:0 2px 8px #0006;margin:-2px auto 0}.indicator-line.status-low,.indicator-dot.status-low{background-color:#d32f2f}.indicator-line.status-adequate,.indicator-dot.status-adequate{background-color:#388e3c}.indicator-line.status-high,.indicator-dot.status-high{background-color:#f57c00}.indicator-line.status-unknown,.indicator-dot.status-unknown{background-color:#757575}.reference-line{position:absolute;top:0;bottom:0;width:1px;background-color:#ffffff80;z-index:5;cursor:help}.reference-line.ideal-min,.reference-line.ideal-max{border-left:2px dashed rgba(255,255,255,.7)}.reference-line:hover{background-color:#fffc;width:2px}.bar-labels{display:flex;justify-content:space-between;margin-top:4px;font-size:11px;color:#90a4ae;font-weight:500}.label-min,.label-max{font-family:Courier New,monospace}@media (max-width: 768px){.nutrient-name{font-size:13px}.nutrient-value{font-size:13px;padding:2px 8px}.indicator-line{width:2px;height:24px}.indicator-dot{width:10px;height:10px;border-width:2px}.bar-labels{font-size:10px}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.nutrient-bar-gradient-container{animation:slideIn .3s ease-out}.nutrient-bar-gradient-container:hover .bar-background{box-shadow:inset 0 2px 6px #00000026,0 2px 8px #0000001a;transition:box-shadow .2s ease}.nutrient-bar-gradient-container:hover .indicator-line,.nutrient-bar-gradient-container:hover .indicator-dot{transform:scale(1.1);transition:transform .2s ease}.smp-root{--sem-ruim: var(--brand-red, #DC2626);--sem-medio: #E0A50A;--sem-bom: var(--brand-primary-light, #4CAF50);--sem-acima: var(--brand-primary-deeper, #082C21);margin-top:32px;padding:24px;background:var(--surface-0);border:1px solid var(--border-default);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);color:var(--text-secondary)}.smp-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:16px}.smp-header h2{margin:0;font-family:var(--font-display);font-size:var(--text-xl);color:var(--text-primary)}.smp-sub{margin:4px 0 0;color:var(--text-muted);font-size:var(--text-sm)}.smp-btn-print{border:1px solid var(--border-accent);background:var(--brand-green-surface);color:var(--brand-primary-dark);font-weight:600;padding:10px 16px;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-fast)}.smp-btn-print:hover{background:var(--brand-green-mid)}.smp-legenda{display:flex;flex-wrap:wrap;gap:16px;padding:12px 16px;background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:var(--radius-md);margin-bottom:20px;font-size:var(--text-sm);color:var(--text-secondary)}.smp-legenda-item{display:inline-flex;align-items:center;gap:8px}.smp-dot{width:14px;height:14px;border-radius:4px;display:inline-block}.smp-tox-badge{margin-left:6px;font-size:var(--text-xs);color:var(--sem-acima);border:1px solid var(--sem-acima);border-radius:var(--radius-full);padding:1px 8px;font-weight:700}.smp-block{margin-bottom:24px}.smp-block>h3{margin:0 0 12px;font-family:var(--font-display);font-size:var(--text-md);color:var(--text-primary)}.smp-block>h3 small{color:var(--text-muted);font-weight:400;font-size:var(--text-sm)}.smp-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.smp-overview-wrap{overflow-x:auto}.smp-overview{border-collapse:separate;border-spacing:3px;width:100%}.smp-overview th{font-size:var(--text-sm);color:var(--text-secondary);font-weight:700}.smp-ov-corner{text-align:left}.smp-ov-nut{text-align:center;min-width:34px}.smp-ov-ponto{text-align:left;padding-right:10px;color:var(--text-primary);white-space:nowrap}.smp-ov-row{cursor:pointer}.smp-ov-row.is-active .smp-ov-ponto{color:var(--brand-primary-dark);text-decoration:underline}.smp-ov-cell{width:34px;height:34px;text-align:center;vertical-align:middle;border-radius:6px;color:#fff;font-size:var(--text-sm);font-weight:700}.smp-ov-row.is-active .smp-ov-cell{outline:2px solid var(--text-primary);outline-offset:-2px}.smp-ov-empty{background:var(--surface-3);color:var(--text-muted);font-weight:400}.smp-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.smp-chip{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border-default);background:var(--surface-0);color:var(--text-secondary);padding:7px 14px;border-radius:var(--radius-full);font-weight:600;cursor:pointer;transition:var(--transition-fast)}.smp-chip:hover{border-color:var(--border-strong)}.smp-chip.is-active{border-color:var(--brand-primary);background:var(--brand-green-surface);color:var(--brand-primary-dark)}.smp-chip-dot{width:10px;height:10px;border-radius:50%}.smp-sem-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px}.smp-sem-card{border:1px solid var(--border-default);border-left:4px solid var(--surface-4);border-radius:var(--radius-md);padding:10px 12px;background:var(--surface-1)}.smp-sem-top{display:flex;align-items:center;justify-content:space-between;gap:6px}.smp-sem-nut{font-weight:800;color:var(--text-primary);font-size:var(--text-md)}.smp-sem-chip{color:#fff;font-size:10px;font-weight:700;padding:2px 8px;border-radius:var(--radius-full);white-space:nowrap}.smp-sem-valor{margin-top:6px;font-size:var(--text-md);color:var(--text-primary);font-weight:700}.smp-sem-valor small{color:var(--text-muted);font-weight:400;font-size:var(--text-xs)}.smp-sem-classe{font-size:var(--text-sm);color:var(--text-secondary)}.smp-sem-tox{margin-top:4px;font-size:var(--text-xs);color:var(--sem-acima);font-weight:700}.smp-sem-nota{margin-top:4px;font-size:var(--text-xs);color:var(--text-muted)}.smp-tip{background:var(--surface-0);border:1px solid var(--border-strong);border-radius:var(--radius-md);padding:8px 12px;box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:2px;font-size:var(--text-sm);color:var(--text-secondary)}.smp-tip strong{color:var(--text-primary)}.smp-tip-classe{font-weight:700}.smp-vazio{color:var(--text-muted);font-size:var(--text-sm);padding:40px 0;text-align:center}.smp-perfil-wrap{overflow-x:auto}.smp-perfil{width:100%;border-collapse:collapse;font-size:var(--text-sm)}.smp-perfil th,.smp-perfil td{border:1px solid var(--border-default);padding:7px 12px;text-align:right}.smp-perfil thead th{background:var(--surface-2);color:var(--text-primary);text-align:right}.smp-perfil-lbl{text-align:left!important;color:var(--text-secondary);font-weight:600}.smp-perfil-ns{color:var(--text-muted);font-style:italic}.smp-perfil-nota{margin-top:8px;font-size:var(--text-xs);color:var(--text-muted)}.smp-correcao{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-bottom:20px}.smp-dose-card{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--surface-1)}.smp-dose-card.is-alerta{border-color:var(--sem-ruim);background:#dc26260f}.smp-dose-card.is-ok{border-color:var(--border-green)}.smp-dose-lbl{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-weight:700}.smp-dose-val{font-size:var(--text-xl);font-weight:800;color:var(--text-primary);font-family:var(--font-display)}.smp-dose-val small{font-size:var(--text-sm);color:var(--text-muted);font-weight:400}.smp-dose-meta{font-size:var(--text-xs);color:var(--text-secondary)}.smp-fin{border:1px solid var(--border-accent);border-radius:var(--radius-lg);padding:18px;background:var(--brand-green-surface)}.smp-fin h4{margin:0 0 14px;font-family:var(--font-display);font-size:var(--text-md);color:var(--brand-primary-deeper)}.smp-fin-none{color:var(--text-secondary);font-size:var(--text-sm)}.smp-fin-inputs,.smp-fin-vinculo{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:14px}.smp-fin label,.smp-fin-vinculo label{display:flex;flex-direction:column;gap:4px;font-size:var(--text-xs);font-weight:700;color:var(--text-secondary);min-width:150px}.smp-fin input,.smp-fin select{padding:8px 10px;border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--surface-0);color:var(--text-primary);font-size:var(--text-sm);font-weight:500}.smp-fin-table-wrap{overflow-x:auto;margin-bottom:12px}.smp-fin-table{width:100%;border-collapse:collapse;font-size:var(--text-sm);background:var(--surface-0)}.smp-fin-table th,.smp-fin-table td{border:1px solid var(--border-default);padding:8px 12px;text-align:left}.smp-fin-table thead th{background:var(--surface-2);color:var(--text-primary)}.smp-fin-table input{width:90px}.smp-fin-total{font-weight:800;color:var(--brand-primary-deeper);font-family:var(--font-display)}.smp-btn-lancar{border:none;background:var(--gradient-green);color:#fff;font-weight:700;padding:8px 14px;border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;transition:var(--transition-fast)}.smp-btn-lancar:hover{filter:brightness(1.05)}.smp-btn-lancar:disabled{opacity:.5;cursor:not-allowed}.smp-fin-aviso{font-size:var(--text-sm);color:var(--text-secondary);background:var(--surface-1);padding:10px 12px;border-radius:var(--radius-md)}.smp-fin-feedback{margin-top:12px;padding:10px 14px;border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:600}.smp-fin-feedback.is-ok{background:var(--brand-green-mid);color:var(--brand-primary-deeper);border:1px solid var(--border-accent)}.smp-fin-feedback.is-erro{background:#dc262614;color:#991b1b;border:1px solid rgba(220,38,38,.3)}.smp-disclaimer{margin-top:20px;padding:12px 16px;background:var(--surface-2);border-left:4px solid var(--brand-gold);border-radius:var(--radius-sm);font-size:var(--text-xs);color:var(--text-secondary);line-height:1.5}.smp-disclaimer--inline{margin-top:14px;background:#d9770614}.smp-confirmacao{margin-top:32px;padding:24px;border:1px solid rgba(220,38,38,.35);background:#dc26260d;border-radius:var(--radius-xl)}.smp-confirmacao h3{margin:0 0 12px;color:#991b1b;font-family:var(--font-display)}.smp-conf-item{margin:12px 0;padding:10px 14px;background:var(--surface-0);border-radius:var(--radius-md)}.smp-conf-item strong{color:var(--text-primary)}.smp-conf-total{margin-top:12px;font-size:var(--text-sm);color:var(--text-secondary)}@media (max-width: 900px){.smp-grid-2{grid-template-columns:1fr}}@media print{.no-print{display:none!important}.smp-root{box-shadow:none;border:none;padding:0}.smp-block,.smp-grid-2{break-inside:avoid}.smp-fin{background:#fff;border:1px solid #ccc}.smp-disclaimer{background:#f4f4f4}}.soil-analysis-page{background:var(--bg-primary);color:var(--text-secondary);min-height:100vh;padding-bottom:64px}.soil-header{background:#0f2025e6;border-bottom:1px solid rgba(240,161,38,.28);padding:48px 0;margin-bottom:32px;box-shadow:0 24px 48px #071e2473;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.soil-header .container{width:min(1120px,92%);margin:0 auto;display:flex;flex-direction:column;gap:12px}.back-btn{align-self:flex-start;border:none;background:none;color:var(--color-tech-blue);font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.soil-header h1{margin:0;font-size:clamp(26px,3.6vw,36px);color:var(--text-primary)}.soil-header p{margin:0;color:var(--text-secondary);max-width:720px}.container{width:min(1120px,92%);margin:0 auto}.alert{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-radius:var(--radius-lg);margin-bottom:16px;font-size:15px;background:#0f2025c7;border:1px solid rgba(240,161,38,.22);box-shadow:0 16px 32px #071e2459}.alert-error{background:#f16a5b24;border:1px solid rgba(241,106,91,.32);color:var(--color-error)}.alert-success{background:#21a98724;border:1px solid rgba(33,169,135,.32);color:var(--color-green-primary)}.tabs{display:flex;gap:8px;border-bottom:1px solid rgba(240,161,38,.22);margin-bottom:32px;flex-wrap:wrap}.tabs button{border:none;background:none;padding:14px 20px;cursor:pointer;font-size:15px;font-weight:600;color:#c6d5d2c7;border-bottom:3px solid transparent}.tabs button.active{color:var(--color-green-primary);border-bottom-color:var(--color-green-primary)}.tab-content{display:grid;gap:32px}.upload-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;align-items:start}.upload-info{display:flex;flex-direction:column;gap:12px}.upload-info h2{margin:0;font-size:20px;color:var(--text-primary)}.upload-info ul{padding-left:20px;font-size:14px;color:var(--text-secondary);margin:0}.upload-form{background:#0f2025d9;border:1px solid rgba(240,161,38,.28);border-radius:var(--radius-xl);padding:24px;display:grid;gap:16px;box-shadow:0 24px 48px #071e2473;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sample-links{display:flex;flex-wrap:wrap;gap:8px;font-size:14px}.sample-links a{color:var(--color-tech-blue);font-weight:600}.dropzone{border:2px dashed rgba(240,161,38,.38);border-radius:var(--radius-lg);background:#07181aa6;padding:28px;text-align:center;transition:var(--transition-fast);cursor:pointer;box-shadow:inset 0 0 0 1px #071e2466}.dropzone--active{border-color:var(--color-green-primary);background:#1b8d7629}.dropzone__icon{font-size:36px;margin-bottom:12px}.dropzone__title{margin:0;font-weight:600;color:var(--text-primary)}.dropzone__subtitle{margin:4px 0 0;font-size:14px;color:var(--text-secondary)}.dropzone__file{display:inline-flex;align-items:center;gap:8px;margin-top:12px;padding:8px 14px;border-radius:999px;background:#21a9872e;color:var(--color-green-primary)}.upload-progress{display:grid;gap:8px;background:#07181a99;border:1px solid rgba(240,161,38,.24);border-radius:var(--radius-lg);box-shadow:0 16px 32px #071e2459;padding:16px}.progress-bar{width:100%;height:8px;border-radius:999px;background:#207ea826;overflow:hidden}.progress-bar__fill{height:100%;background:linear-gradient(90deg,var(--color-green-primary),var(--color-tech-blue));transition:width .4s ease}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;color:var(--text-muted)}.form-group input,.form-group select,.form-group textarea{padding:12px 14px;border-radius:var(--radius-lg);border:1px solid rgba(240,161,38,.28);background:#07181aa6;font-size:15px;color:var(--text-primary);box-shadow:0 12px 24px #071e2459}.form-group textarea{min-height:96px}.btn-primary{padding:14px 20px;background-image:var(--gradient-cool);color:#fff;border:none;border-radius:var(--radius-lg);font-weight:600;cursor:pointer;transition:var(--transition-fast);box-shadow:0 18px 36px #1b8d7659}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 24px 48px #1b8d766b}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{padding:12px 18px;border-radius:var(--radius-lg);border:1px solid rgba(240,161,38,.28);background:#07181aa6;color:var(--text-primary);font-weight:600;cursor:pointer;box-shadow:0 12px 24px #071e2459}.history-section{background:#0f2025d9;border:1px solid rgba(27,141,118,.28);border-radius:var(--radius-xl);padding:24px;box-shadow:0 24px 48px #071e2473;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.history-section h2{margin:0 0 16px;color:var(--text-primary)}.empty-state{text-align:center;padding:48px 24px;border:2px dashed rgba(240,161,38,.28);border-radius:var(--radius-lg);color:var(--text-secondary);background:#07181a99}.analyses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.analysis-card{border:1px solid rgba(240,161,38,.22);border-radius:var(--radius-lg);padding:16px;background:#0f2025d1;display:grid;gap:8px;cursor:pointer;transition:var(--transition-fast);box-shadow:0 16px 32px #071e2459;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.analysis-card:hover{border-color:var(--color-tech-blue);box-shadow:0 22px 44px #1c7bbf52}.results-section{background:#0f2025e6;border:1px solid rgba(27,141,118,.32);border-radius:var(--radius-xl);padding:32px;display:grid;gap:24px;box-shadow:0 28px 56px #071e2480;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.results-section h2{margin:0;font-size:24px;color:var(--text-primary)}.results-actions{display:flex;gap:12px;justify-content:flex-end}.btn-export{border:1px solid rgba(240,161,38,.35);color:var(--color-harvest-gold);background:#f0a12629;padding:10px 18px;border-radius:var(--radius-lg);cursor:pointer;font-weight:600;transition:var(--transition-fast)}.btn-export:hover{background:#f0a12642}.financial-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.financial-card{background:var(--bg-alt);border-radius:var(--radius-lg);padding:16px;display:flex;flex-direction:column;gap:6px}.financial-label{font-size:13px;color:var(--text-muted)}.financial-value{font-size:20px;font-weight:700;color:var(--text-primary)}.action-plan{display:grid;gap:16px}.action-plan__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.action-card{border-radius:var(--radius-lg);border:1px solid var(--bg-border);padding:16px;display:grid;gap:8px}.action-priority{font-size:12px;font-weight:600;color:var(--color-tech-blue);text-transform:uppercase}.fertilidade-card{background:var(--bg-alt);border-radius:var(--radius-lg);padding:24px;display:flex;align-items:center;gap:24px}.score-value{font-size:32px;font-weight:700}.score-label{font-size:14px;color:var(--text-secondary)}.nutrients-section{display:grid;gap:24px}.nutrient-row{background:#0f2025d1;border:1px solid rgba(240,161,38,.24);border-radius:var(--radius-lg);padding:16px;display:grid;gap:12px;box-shadow:0 18px 36px #071e2466;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.row-title{margin:0;font-size:16px;color:var(--text-primary)}.needs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.need-card{border:1px solid rgba(240,161,38,.24);border-radius:var(--radius-lg);padding:16px;display:grid;gap:8px;grid-template-columns:auto 1fr;align-items:start;background:#07181aa6;box-shadow:0 12px 28px #071e2459;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.need-icon{width:42px;height:42px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--color-green-primary),var(--color-tech-blue));box-shadow:0 8px 18px #1b8d7659}.need-content h4{margin:0;color:var(--text-primary)}.need-dose,.need-produto,.need-custo{margin:0;font-size:14px;color:var(--text-secondary)}.calagem-section,.gessagem-section,.fertilizantes-options,.ai-suggestions{display:grid;gap:16px;border:1px solid rgba(240,161,38,.24);border-radius:var(--radius-lg);padding:20px;background:var(--bg-alt);box-shadow:0 16px 32px #071e2466}.prnt-options,.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.prnt-card,.benefit-card{background:#0f2025d1;border-radius:var(--radius-lg);padding:16px;border:1px solid rgba(240,161,38,.24);box-shadow:0 16px 32px #071e2459;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ai-suggestions ul{margin:0;padding-left:20px;color:var(--text-secondary);display:grid;gap:6px}.enhancements{display:grid;gap:24px}.enhancement-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.enhancement-card{background:#0f2025d1;border:1px solid rgba(240,161,38,.24);border-radius:var(--radius-lg);padding:20px;display:grid;gap:12px;box-shadow:0 18px 36px #071e2466;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.enhancement-card h4{margin:0;color:var(--text-primary)}.enhancement-card p{margin:0;color:var(--text-secondary);font-size:14px}.planner-timeline{display:grid;gap:12px;margin-top:12px}.planner-item{border-left:3px solid var(--color-tech-blue);padding-left:12px;display:grid;gap:2px}.simulator-results{margin-top:12px;display:grid;gap:6px;font-size:14px;color:var(--text-secondary)}.simulator-results strong{color:var(--text-primary)}.gallery-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,min(200px,100%))}.gallery-card{border:1px solid rgba(240,161,38,.24);border-radius:var(--radius-lg);padding:12px;background:#0f2025c7;font-size:14px;box-shadow:0 12px 28px #071e2459;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.talhao-mosaic{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.talhao-tile{padding:16px;border-radius:var(--radius-lg);background:var(--bg-alt);border:1px solid var(--bg-border);display:grid;gap:6px;cursor:pointer;transition:var(--transition-fast)}.talhao-tile:hover{border-color:var(--color-tech-blue);box-shadow:var(--shadow-sm)}.talhao-score{font-size:20px;font-weight:700;color:var(--text-primary)}.talhao-name,.talhao-cultura{color:var(--text-secondary);font-size:14px}.mosaico-legend{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px;font-size:13px;color:var(--text-secondary)}.legend-item{display:inline-flex;align-items:center;gap:8px}.legend-color{width:18px;height:18px;border-radius:6px;border:1px solid var(--bg-border)}.legend-color.score-high{background:linear-gradient(135deg,#1f6f8b,#18556a)}.legend-color.score-medium{background:linear-gradient(135deg,#f4a259,#d9842e)}.legend-color.score-low{background:linear-gradient(135deg,#5b5f97,#44487a)}.legend-color.score-very-low{background:linear-gradient(135deg,#8e3b46,#6b2737)}.presentation-card{border:1px dashed rgba(240,161,38,.32);border-radius:var(--radius-lg);padding:16px;background:#07181aa6;display:flex;flex-direction:column;gap:12px;box-shadow:0 12px 24px #071e2459}.checklist-coleta{border:1px solid rgba(240,161,38,.24);border-radius:var(--radius-lg);padding:20px;background:#0f2025d1;box-shadow:0 20px 40px #071e2466;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.checklist-coleta ul{margin:0;padding-left:20px;display:grid;gap:8px;color:var(--text-secondary)}.results-actions-floating{position:fixed;bottom:32px;right:32px;display:flex;flex-direction:column;gap:10px}@media (max-width: 880px){.results-actions-floating{right:16px;bottom:16px}.soil-header .container{gap:16px}.results-section{padding:24px}}.micronutrientes-section{margin-top:32px;padding:24px;background:linear-gradient(135deg,#f5f7fa,#e8eef5);border-radius:var(--radius-lg);border:1px solid #d0dae6}.micronutrientes-section h3{margin:0 0 20px;color:var(--text-primary);font-size:20px;font-weight:700}.micronutrientes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.micro-card{background:#fff;border-radius:var(--radius-md);padding:16px;border:1px solid #d0dae6;box-shadow:0 2px 4px #0000000d;transition:all .2s ease}.micro-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.micro-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;border-bottom:2px solid #f0f4f8}.micro-nutriente{font-weight:700;font-size:15px;color:#2c5282}.micro-dose{font-weight:700;font-size:16px;color:#287844;background:#e8f5e9;padding:4px 12px;border-radius:12px}.micro-body{display:flex;flex-direction:column;gap:8px}.micro-produto{font-size:14px;color:var(--text-primary);margin:0}.micro-aplicacao{font-size:13px;color:#5a6c7d;margin:0;font-style:italic}.micro-obs{font-size:12px;color:#718096;margin:0;padding:8px;background:#f7fafc;border-radius:6px;border-left:3px solid #cbd5e0}@media (max-width: 768px){.micronutrientes-grid{grid-template-columns:1fr}}.analysis-card{position:relative}.analysis-select{position:absolute;top:10px;right:10px}.analysis-select input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--color-green-primary, #4ade80)}.analysis-card.selected{outline:2px solid var(--color-green-primary, #4ade80);box-shadow:0 0 0 4px #4ade8026}.multi-compare-bar{display:flex;align-items:center;gap:12px;padding:14px 20px;margin-bottom:16px;background:#4ade8014;border:1px solid rgba(74,222,128,.3);border-radius:12px;flex-wrap:wrap}.multi-compare-count{font-weight:600;color:#4ade80;flex:1;min-width:160px}.btn-compare{padding:10px 22px;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border:none;border-radius:8px;font-size:.92rem;font-weight:600;cursor:pointer;transition:opacity .2s}.btn-compare:disabled{opacity:.6;cursor:not-allowed}.btn-compare:hover:not(:disabled){opacity:.85}.btn-clear-sel{padding:10px 16px;background:#ffffff0f;color:#94a3b8;border:1px solid rgba(255,255,255,.12);border-radius:8px;font-size:.88rem;cursor:pointer}.btn-clear-sel:hover{background:#ffffff1a}.mt-panel{margin-top:32px;border:1px solid rgba(74,222,128,.25);border-radius:16px;overflow:hidden;background:#07181ab3}.mt-panel-header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 24px;background:linear-gradient(135deg,#16a34a33,#0f202500);border-bottom:1px solid rgba(255,255,255,.07)}.mt-panel-header h3{margin:0 0 4px;font-size:1.2rem;color:#e2e8f0}.mt-subheader{margin:0;font-size:.82rem;color:#64748b}.mt-close{background:transparent;border:none;color:#64748b;font-size:1.2rem;cursor:pointer;padding:4px 8px;border-radius:6px}.mt-close:hover{background:#ffffff14;color:#e2e8f0}.mt-formula-section{padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.06)}.mt-formula-section h4{margin:0 0 14px;font-size:.95rem;color:#94a3b8;font-weight:500}.mt-formula-tabs{display:flex;gap:10px;flex-wrap:wrap}.mt-formula-tab{display:flex;flex-direction:column;gap:4px;padding:14px 20px;border-radius:10px;border:2px solid rgba(255,255,255,.08);background:#ffffff08;cursor:pointer;text-align:left;transition:all .2s;min-width:160px}.mt-formula-tab:hover{border-color:#4ade804d;background:#4ade800d}.mt-formula-tab.active{border-color:#4ade80;background:#4ade801a}.mt-formula-code{font-size:1.1rem;font-weight:700;color:#e2e8f0}.mt-formula-tab.active .mt-formula-code{color:#4ade80}.mt-formula-npk{font-size:.78rem;color:#64748b;font-family:monospace}.mt-formula-tab.active .mt-formula-npk{color:#86efac}.mt-formula-uso{font-size:.72rem;color:#475569;margin-top:2px}.mt-dose-section{padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.06)}.mt-dose-section h4{margin:0 0 14px;font-size:.95rem;color:#94a3b8;font-weight:500}.mt-dose-table-wrap{overflow-x:auto}.mt-dose-table{width:100%;border-collapse:collapse;font-size:.875rem}.mt-dose-table th{text-align:left;padding:10px 14px;color:#64748b;font-weight:500;border-bottom:1px solid rgba(255,255,255,.08);white-space:nowrap}.mt-dose-table td{padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.04);color:#cbd5e1;vertical-align:top}.mt-dose-table tr:hover td{background:#ffffff08}.mt-td-nome{font-weight:600;color:#e2e8f0;max-width:180px}.mt-td-num{text-align:right;white-space:nowrap}.mt-td-dose{font-weight:700;color:#4ade80;text-align:right;white-space:nowrap}.mt-td-total{font-weight:600;color:#86efac;text-align:right;white-space:nowrap}.mt-td-comp{min-width:180px}.mt-comp-item{font-size:.78rem;color:#f59e0b;white-space:nowrap;margin-bottom:2px}.mt-comp-none{color:#334155}.mt-individual-section{padding:20px 24px}.mt-individual-section h4{margin:0 0 14px;font-size:.95rem;color:#94a3b8;font-weight:500}.mt-individual-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.mt-talhao-card{border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:14px;background:#ffffff05}.mt-talhao-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.mt-talhao-name{font-weight:600;font-size:.88rem;color:#e2e8f0}.mt-talhao-body{display:flex;flex-direction:column;gap:6px}.mt-info-row{display:flex;justify-content:space-between;font-size:.82rem}.mt-info-row span{color:#64748b}.mt-info-row strong{color:#cbd5e1}.mt-formula-individual{font-size:.78rem;color:#64748b;margin-top:4px;padding-top:6px;border-top:1px solid rgba(255,255,255,.06)}.mt-formula-individual strong{color:#4ade80}.mt-alertas{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.mt-alerta-badge{font-size:.7rem;padding:2px 7px;border-radius:999px;background:#f59e0b1f;color:#f59e0b;border:1px solid rgba(245,158,11,.25);white-space:nowrap}@media (max-width: 768px){.mt-formula-tabs{flex-direction:column}.mt-individual-grid{grid-template-columns:1fr}.multi-compare-bar{flex-direction:column;align-items:flex-start}}.workspace-module{width:min(100%,1160px);margin:0 auto;padding:clamp(24px,4vw,48px) clamp(16px,3vw,28px) 72px;color:var(--app-copy)}.workspace-module__topline{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px}.workspace-module__eyebrow{color:var(--app-green-active);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.workspace-module__status{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid color-mix(in srgb,var(--app-green) 28%,transparent);border-radius:999px;color:var(--app-green-active);background:var(--app-green-soft);font-size:12px;font-weight:700;white-space:nowrap}.workspace-module__hero{position:relative;min-height:280px;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,330px);gap:28px;padding:clamp(28px,5vw,54px);overflow:hidden;border:1px solid var(--app-border);border-radius:24px;background:radial-gradient(circle at 95% 0%,color-mix(in srgb,var(--app-green) 13%,transparent),transparent 42%),var(--app-surface);box-shadow:var(--app-shadow)}.workspace-module__hero:after{content:"";position:absolute;width:240px;height:240px;right:-110px;bottom:-130px;border:1px solid color-mix(in srgb,var(--app-green) 30%,transparent);border-radius:50%}.workspace-module__hero-copy{position:relative;z-index:1;max-width:680px}.workspace-module__icon{display:inline-grid;place-items:center;width:48px;height:48px;margin-bottom:20px;border-radius:15px;color:var(--app-green-active);background:var(--app-green-soft)}.workspace-module h1{margin:0;color:var(--app-ink);font-size:clamp(30px,5vw,48px);line-height:1.05;letter-spacing:-.045em}.workspace-module__hero-copy p{max-width:640px;margin:18px 0 0;color:var(--app-copy);font-size:18px;line-height:1.55}.workspace-module__cta{display:inline-flex;align-items:center;gap:9px;min-height:44px;margin-top:26px;padding:0 17px;border:1px solid var(--app-green);border-radius:11px;color:#fff;background:var(--app-green-active);font-weight:750;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.workspace-module__cta:hover{background:var(--app-green);box-shadow:0 10px 22px color-mix(in srgb,var(--app-green) 25%,transparent);transform:translateY(-1px)}.workspace-module__cta:disabled{cursor:default;opacity:.62}.workspace-module__file-input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.workspace-module__upload-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:14px}.workspace-module__file-name{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:0 11px;border:1px solid var(--app-border);border-radius:9px;color:var(--app-copy);background:var(--app-surface-soft);font-size:13px}.workspace-module__upload-submit{min-height:36px;padding:0 12px;border:1px solid var(--app-green);border-radius:9px;color:var(--app-green-active);background:transparent;font-size:13px;font-weight:750;cursor:pointer}.workspace-module__upload-submit:disabled{cursor:wait;opacity:.6}.workspace-module__upload-error,.workspace-module__upload-success{max-width:640px;margin:12px 0 0;font-size:13px;line-height:1.45}.workspace-module__upload-error{color:#a53a2c}.workspace-module__upload-success{color:var(--app-green-active)}.workspace-module__hero-note{position:relative;z-index:1;align-self:end;display:flex;gap:10px;padding:16px;border:1px solid var(--app-border);border-radius:15px;color:var(--app-muted);background:color-mix(in srgb,var(--app-surface-soft) 80%,transparent);font-size:13px;line-height:1.55}.workspace-module__hero-note svg{flex:0 0 auto;color:var(--app-green)}.workspace-module__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}.workspace-module__card{min-height:145px;display:flex;flex-direction:column;gap:11px;padding:21px;border:1px solid var(--app-border);border-radius:17px;background:var(--app-surface);box-shadow:0 4px 14px #17211d0a}.workspace-module__card-number{color:var(--app-green);font-size:12px;font-weight:800;letter-spacing:.08em}.workspace-module__card strong{color:var(--app-ink);font-size:16px}.workspace-module__card-state{display:inline-flex;align-items:center;gap:6px;margin-top:auto;color:var(--app-muted);font-size:12px}@media (max-width: 760px){.workspace-module__topline{align-items:flex-start;flex-direction:column}.workspace-module__hero{grid-template-columns:1fr;padding:28px 22px}.workspace-module__hero-note{align-self:stretch}.workspace-module__grid{grid-template-columns:1fr}}@media (max-width: 768px){:root{--login-cols: 1fr}.login-hero-panel{display:none!important}}.login-submit:not(:disabled):hover{opacity:.88;transform:translateY(-1px)}.login-eye-btn:hover{color:var(--text-secondary)!important}.login-forgot:hover{color:var(--text-primary)!important;text-decoration:underline}.afx-site{--afx-forest: #0f3d2e;--afx-forest-deep: #082c21;--afx-grove: #1e6f43;--afx-sprout: #4caf50;--afx-harvest: #ff8a00;--afx-grain: #f5f5ea;--afx-mist: #f0f2f5;--afx-paper: #ffffff;--afx-ink: #0c1712;--afx-copy: #425049;--afx-muted: #6d7973;--afx-line: rgba(15, 61, 46, .13);--afx-line-strong: rgba(15, 61, 46, .24);--afx-shadow: 0 24px 70px rgba(8, 44, 33, .12);--afx-radius-sm: 10px;--afx-radius-md: 18px;--afx-radius-lg: 28px;min-height:100vh;overflow-x:clip;background:var(--afx-paper);color:var(--afx-ink);font-family:var(--font-body, "Inter", system-ui, sans-serif)}.afx-site *,.afx-site *:before,.afx-site *:after{box-sizing:border-box}.afx-site a{color:inherit;text-decoration:none}.afx-site button,.afx-site a{-webkit-tap-highlight-color:transparent}.afx-site button{font:inherit}.afx-site :focus-visible{outline:3px solid rgba(255,138,0,.7);outline-offset:3px}.afx-shell{width:min(calc(100% - 48px),1280px);margin-inline:auto}.afx-site [data-reveal]{opacity:0;transform:translateY(20px);transition:opacity .56s cubic-bezier(.22,1,.36,1),transform .56s cubic-bezier(.22,1,.36,1)}.afx-site [data-reveal].is-revealed{opacity:1;transform:none}.afx-eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--afx-grove);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;font-weight:700;letter-spacing:.16em;line-height:1.3;text-transform:uppercase}.afx-eyebrow:before{width:28px;height:1px;content:"";background:var(--afx-harvest)}.afx-section-heading{max-width:760px;margin-bottom:clamp(34px,5vw,58px)}.afx-section-heading--center{margin-inline:auto;text-align:center}.afx-section-heading h2,.afx-product-proof__copy h2,.afx-scenario h2,.afx-faq__aside h2,.afx-final-cta h2{margin:18px 0 0;font-family:var(--font-display, "Space Grotesk", system-ui, sans-serif);font-size:clamp(36px,5vw,64px);font-weight:600;letter-spacing:-.055em;line-height:.98;text-wrap:balance}.afx-section-heading p,.afx-product-proof__copy>p,.afx-scenario__grid>div:first-child>p,.afx-faq__aside>p,.afx-final-cta p{max-width:660px;margin:22px 0 0;color:var(--afx-copy);font-size:clamp(16px,1.45vw,19px);line-height:1.7}.afx-brand{display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center}.afx-brand__mark{display:grid;width:39px;height:39px;grid-row:1 / span 2;place-items:center;border-radius:11px;background:var(--afx-grain);color:var(--afx-forest)}.afx-brand__mark svg{width:31px;height:31px}.afx-brand__name{align-self:end;font-family:var(--font-display, "Space Grotesk", sans-serif);font-size:22px;font-weight:700;letter-spacing:-.04em;line-height:1}.afx-brand__tagline{align-self:start;margin-top:3px;color:var(--afx-muted);font-size:9px;font-weight:600;letter-spacing:.08em;line-height:1;text-transform:uppercase}.afx-brand--compact{display:flex}.afx-brand--compact .afx-brand__mark{grid-row:auto}.afx-brand--compact .afx-brand__name{align-self:auto}.afx-button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:10px;padding:0 22px;border:1px solid transparent;border-radius:11px;font-size:14px;font-weight:700;line-height:1;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.afx-button:hover{transform:translateY(-2px)}.afx-site .afx-button--primary{background:var(--afx-forest);color:#fff;box-shadow:0 14px 28px #0f3d2e33}.afx-site .afx-button--primary:hover{background:var(--afx-forest-deep);box-shadow:0 18px 34px #0f3d2e40}.afx-site .afx-button--secondary{border-color:var(--afx-line-strong);background:#ffffffb3;color:var(--afx-forest)}.afx-site .afx-button--secondary:hover{border-color:var(--afx-grove);background:#fff}.afx-site .afx-button--light{background:#fff;color:var(--afx-forest)}.afx-site .afx-button--dark-ghost{border-color:#ffffff3d;color:#fff}.afx-button--dark-ghost:hover{border-color:#ffffff75;background:#ffffff14}.afx-site .afx-text-link{display:inline-flex;align-items:center;gap:9px;margin-top:30px;color:var(--afx-forest);font-size:14px;font-weight:800}.afx-text-link svg,.afx-solutions__tabs svg,.afx-access article a svg,.afx-nav__cta svg{transition:transform .18s ease}.afx-text-link:hover svg,.afx-solutions__tabs button:hover>svg,.afx-access article a:hover svg,.afx-nav__cta:hover svg{transform:translate(3px)}.afx-nav{position:fixed;z-index:100;inset:0 0 auto;height:76px;border-bottom:1px solid transparent;background:#ffffffd1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:height .18s ease,border-color .18s ease,box-shadow .18s ease}.afx-nav.is-scrolled{height:68px;border-color:var(--afx-line);box-shadow:0 10px 30px #082c210d}.afx-nav__inner{display:flex;height:100%;align-items:center;gap:34px}.afx-nav__brand{flex:0 0 auto}.afx-nav__links{display:flex;align-items:center;justify-content:center;gap:4px;margin-left:auto}.afx-nav__links a{position:relative;padding:12px 13px;color:#4b5851;font-size:13px;font-weight:650;transition:color .18s ease}.afx-nav__links a:hover,.afx-nav__links a.is-active{color:var(--afx-forest)}.afx-nav__links a.is-active:after{position:absolute;right:13px;bottom:5px;left:13px;height:2px;content:"";border-radius:999px;background:var(--afx-harvest)}.afx-nav__actions{display:flex;align-items:center;gap:8px}.afx-nav__contrast,.afx-nav__login,.afx-nav__menu{border:0;background:transparent;color:var(--afx-copy);cursor:pointer}.afx-nav__contrast{display:inline-flex;align-items:center;gap:7px;padding:9px;font-size:11px;font-weight:700}.afx-nav__contrast span{width:14px;height:14px;border:1px solid currentColor;border-radius:50%;background:linear-gradient(90deg,currentColor 50%,transparent 50%)}.afx-nav__login{padding:10px 12px;font-size:13px;font-weight:700}.afx-nav__login:hover,.afx-nav__contrast:hover{color:var(--afx-forest)}.afx-nav__cta{display:inline-flex;height:40px;align-items:center;gap:7px;padding:0 15px;border-radius:9px;background:var(--afx-forest);color:#fff!important;font-size:12px;font-weight:800}.afx-nav__cta:hover{background:var(--afx-forest-deep)}.afx-nav__menu{display:none;width:40px;height:40px;align-items:center;justify-content:center;border-radius:9px}.afx-mobile-backdrop,.afx-mobile-menu{display:none}.afx-hero{position:relative;padding:clamp(126px,15vh,160px) 0 0;overflow:hidden;background:radial-gradient(circle at 78% 22%,rgba(76,175,80,.13),transparent 28%),linear-gradient(180deg,#fff,#fbfcfa 64%,#f5f8f5)}.afx-hero:before{position:absolute;inset:0;pointer-events:none;content:"";opacity:.28;background-image:linear-gradient(rgba(15,61,46,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(15,61,46,.045) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 72%);mask-image:linear-gradient(to bottom,#000,transparent 72%)}.afx-hero__grid{position:relative;display:grid;min-height:min(730px,calc(100vh - 126px));grid-template-columns:minmax(0,.86fr) minmax(560px,1.14fr);align-items:center;gap:clamp(38px,5vw,76px);padding-bottom:clamp(62px,9vh,102px)}.afx-hero__copy{position:relative;z-index:2}.afx-hero__eyebrow{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:28px}.afx-hero__eyebrow span{display:inline-flex;min-height:28px;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--afx-line);border-radius:999px;background:#ffffffb8;color:var(--afx-forest);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:9px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.afx-hero__eyebrow span:first-child{border-color:#4caf5040;background:#4caf5014}.afx-hero__eyebrow i{width:6px;height:6px;border-radius:50%;background:var(--afx-sprout);box-shadow:0 0 0 5px #4caf501f}.afx-hero h1{max-width:650px;margin:0;font-family:var(--font-display, "Space Grotesk", system-ui, sans-serif);font-size:clamp(52px,6.2vw,90px);font-weight:600;letter-spacing:-.067em;line-height:.91;text-wrap:balance}.afx-hero h1 em{color:var(--afx-grove);font-style:normal}.afx-hero__copy>p{max-width:590px;margin:28px 0 0;color:var(--afx-copy);font-size:clamp(16px,1.55vw,20px);line-height:1.65}.afx-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px}.afx-hero__proof{display:flex;flex-wrap:wrap;gap:9px 18px;margin-top:26px}.afx-hero__proof span{display:inline-flex;align-items:center;gap:6px;color:var(--afx-muted);font-size:11px;font-weight:650}.afx-hero__proof svg{color:var(--afx-grove)}.afx-hero__marquee{position:relative;z-index:3;overflow:hidden;border-top:1px solid var(--afx-line);border-bottom:1px solid var(--afx-line);background:#ffffffd6}.afx-hero__marquee>div{display:flex;min-width:max-content;align-items:center;justify-content:center;gap:24px;margin-inline:auto;padding:17px 24px;color:var(--afx-forest);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.afx-hero__marquee i{width:5px;height:5px;border-radius:50%;background:var(--afx-harvest)}.afx-console{position:relative;z-index:1;width:100%;min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:var(--afx-radius-lg);background:var(--afx-forest-deep);color:#fff;box-shadow:0 38px 90px #082c2145}.afx-console:before{position:absolute;z-index:0;inset:-30% auto auto 42%;width:380px;height:380px;content:"";border-radius:50%;background:radial-gradient(circle,rgba(76,175,80,.24),transparent 68%)}.afx-console__topbar{position:relative;z-index:2;display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:18px;padding:0 20px;border-bottom:1px solid rgba(255,255,255,.1);background:#0318113d}.afx-console__topbar>div,.afx-console__topbar>div>span,.afx-console__status{display:flex;align-items:center}.afx-console__topbar>div{gap:10px}.afx-console__topbar strong{font-family:var(--font-display, "Space Grotesk", sans-serif);font-size:13px;letter-spacing:-.01em}.afx-console__mark{display:grid!important;width:30px;height:30px;place-items:center;border-radius:8px;background:#fffffff2;color:var(--afx-forest)}.afx-console__mark svg{width:24px;height:24px}.afx-console__status{gap:7px;color:#ffffffad;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:8px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.afx-console__status i{width:7px;height:7px;border-radius:50%;background:#79df8a;box-shadow:0 0 0 5px #79df8a1a}.afx-console__body{position:relative;z-index:2;display:grid;min-height:500px;grid-template-columns:112px minmax(0,1fr) 148px}.afx-console__rail{display:flex;flex-direction:column;gap:8px;padding:22px 12px;border-right:1px solid rgba(255,255,255,.09);background:#02150f4d}.afx-console__rail span{display:flex;min-height:42px;align-items:center;gap:8px;padding:0 10px;border-radius:8px;color:#ffffff85;font-size:9px;font-weight:650}.afx-console__rail span.is-active{background:#4caf5024;color:#fff;box-shadow:inset 2px 0 0 var(--afx-harvest)}.afx-console__workspace{min-width:0;padding:26px 24px}.afx-console__context{display:flex;align-items:center;justify-content:space-between;gap:12px}.afx-console__context span,.afx-console__context strong,.afx-console__headline>span,.afx-console__action small,.afx-console__side span,.afx-console__side small{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.afx-console__context span{color:#a8d8b4;font-size:8px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.afx-console__context strong{color:#ffffff7a;font-size:8px;letter-spacing:.04em}.afx-console__headline{margin-top:36px}.afx-console__headline>span{color:var(--afx-harvest);font-size:8px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.afx-console__headline h3{margin:9px 0 0;font-family:var(--font-display, "Space Grotesk", sans-serif);font-size:clamp(25px,2.4vw,36px);font-weight:600;letter-spacing:-.05em;line-height:1}.afx-console__headline p{max-width:390px;margin:12px 0 0;color:#ffffff9e;font-size:11px;line-height:1.6}.afx-console__chart{height:154px;margin-top:26px;border-bottom:1px solid rgba(255,255,255,.08)}.afx-console__chart svg{width:100%;height:100%;overflow:visible}.afx-console__area{fill:url(#afx-chart-fill)}.afx-console__line{fill:none;stroke:#69ce79;stroke-dasharray:8 8;stroke-linecap:round;stroke-width:3;animation:afx-signal-flow 7s linear infinite}.afx-console__node{fill:var(--afx-harvest);stroke:#ffffffe6;stroke-width:2;transform-box:fill-box;transform-origin:center;animation:afx-node-pulse 4.8s ease-in-out infinite}.afx-console__node--two{animation-delay:1.5s}.afx-console__node--three{animation-delay:3s}@keyframes afx-signal-flow{to{stroke-dashoffset:-96}}@keyframes afx-node-pulse{0%,62%,to{opacity:.45;transform:scale(.8)}12%{opacity:1;transform:scale(1.28)}}.afx-console__action{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;margin-top:20px;padding:12px;border:1px solid rgba(121,223,138,.18);border-radius:11px;background:#79df8a14}.afx-console__action-icon{display:grid;width:32px;height:32px;place-items:center;border-radius:8px;background:#ff8a0021;color:#ffad4c}.afx-console__action div{min-width:0}.afx-console__action small{display:block;color:#ffffff7a;font-size:7px;letter-spacing:.07em;text-transform:uppercase}.afx-console__action strong{display:block;margin-top:4px;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.afx-console__side{display:flex;flex-direction:column;gap:10px;padding:22px 14px;border-left:1px solid rgba(255,255,255,.09);background:#02150f1f}.afx-console__side article{padding:14px 12px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#ffffff09}.afx-console__side article.is-highlighted{border-color:#ff8a0052;background:#ff8a0012}.afx-console__side span,.afx-console__side small{display:block;color:#ffffff6b;font-size:7px;line-height:1.4}.afx-console__side span{letter-spacing:.1em;text-transform:uppercase}.afx-console__side strong{display:block;margin:9px 0 7px;font-size:10px;line-height:1.25}.afx-console__terrain{position:absolute;z-index:1;right:0;bottom:0;left:0;height:48%;pointer-events:none;opacity:.22}.afx-console__terrain svg{width:100%;height:100%}.afx-console__terrain path{fill:none;stroke:#79df8a;stroke-width:1}.afx-product-scene{position:relative;z-index:1;width:100%;min-width:0;min-height:610px;overflow:hidden;border:1px solid rgba(15,61,46,.14);border-radius:30px;background:var(--afx-forest-deep);box-shadow:0 38px 90px #082c213d;isolation:isolate}.afx-product-scene:after{position:absolute;z-index:1;right:-14%;bottom:-18%;width:76%;height:58%;border:1px solid rgba(157,236,163,.22);border-radius:50%;content:"";transform:rotate(-8deg);pointer-events:none}.afx-product-scene__field{position:absolute;z-index:0;inset:0;width:100%;height:100%;object-fit:cover;object-position:56% 44%;filter:saturate(.86) contrast(1.04)}.afx-product-scene__wash{position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,#031c152e,#031c1594),linear-gradient(105deg,#031c15c7,#031c1514 72%)}.afx-product-scene__label{position:absolute;z-index:4;top:22px;right:24px;left:24px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#fff}.afx-product-scene__label span,.afx-product-scene__label small{display:inline-flex;align-items:center;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:9px;font-style:normal;font-weight:750;letter-spacing:.11em;text-transform:uppercase}.afx-product-scene__label span{gap:9px}.afx-product-scene__label span i{width:7px;height:7px;border-radius:50%;background:#8ae397;box-shadow:0 0 0 6px #8ae39729}.afx-product-scene__label small{padding:7px 9px;border:1px solid rgba(255,255,255,.26);border-radius:999px;background:#031c1552;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.afx-product-scene__desktop{position:absolute;z-index:3;top:102px;left:-18px;width:min(96%,720px);margin:0;overflow:hidden;border:1px solid rgba(15,61,46,.16);border-radius:15px;background:#fff;box-shadow:0 28px 70px #031b1454;transform:rotate(-.8deg);transform-origin:50% 80%;transition:transform .42s cubic-bezier(.2,.75,.2,1)}.afx-product-scene:hover .afx-product-scene__desktop{transform:rotate(0) translateY(-3px)}.afx-product-scene__bar{display:grid;min-height:35px;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 13px;border-bottom:1px solid #e8ece9;background:#f7f9f7;color:#6c7a73}.afx-product-scene__bar>span{display:flex;gap:5px}.afx-product-scene__bar i{width:6px;height:6px;border-radius:50%;background:#d7ded9}.afx-product-scene__bar i:first-child{background:var(--afx-harvest)}.afx-product-scene__bar i:last-child{background:var(--afx-sprout)}.afx-product-scene__bar small,.afx-product-scene__bar em{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:7px;font-style:normal;font-weight:700;letter-spacing:.08em}.afx-product-scene__bar em{justify-self:end;color:var(--afx-grove)}.afx-product-scene__desktop>img{display:block;width:100%;height:auto}.afx-product-scene__signal{position:absolute;z-index:5;bottom:22px;left:24px;display:grid;width:min(390px,calc(100% - 168px));min-height:70px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 15px;border:1px solid rgba(255,255,255,.28);border-radius:13px;background:#031c15e0;color:#fff;box-shadow:0 14px 32px #031b1447;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.afx-product-scene__signal>span{display:grid;width:34px;height:34px;place-items:center;border-radius:9px;background:#ff8a0024;color:#ffb45d}.afx-product-scene__signal div{min-width:0}.afx-product-scene__signal small,.afx-product-scene__signal strong{display:block}.afx-product-scene__signal small{margin-bottom:4px;color:#ffffff94;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:7px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.afx-product-scene__signal strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.afx-product-scene__mobile{position:absolute;z-index:6;right:22px;bottom:-12px;width:112px;margin:0;overflow:hidden;border:5px solid #102019;border-bottom-width:0;border-radius:22px 22px 0 0;background:#102019;box-shadow:0 20px 44px #031b1470;transform:rotate(1.5deg)}.afx-product-scene__mobile img{display:block;width:100%;height:auto;border-radius:17px 17px 0 0}.afx-flow-overview,.afx-solutions,.afx-product-proof,.afx-audience,.afx-detail-flow,.afx-scenario,.afx-capabilities,.afx-access,.afx-faq{padding:clamp(90px,11vw,150px) 0}.afx-flow-overview{background:var(--afx-paper)}.afx-flow-line{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--afx-line-strong)}.afx-flow-line:before{position:absolute;z-index:2;top:-2px;left:0;width:25%;height:3px;content:"";background:linear-gradient(90deg,var(--afx-harvest),var(--afx-sprout))}.afx-flow-card{position:relative;min-height:300px;padding:26px 30px 32px 0;border-right:1px solid var(--afx-line)}.afx-flow-card:not(:first-child){padding-left:30px}.afx-flow-card:last-child{padding-right:0;border-right:0}.afx-flow-card__number{color:var(--afx-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;font-weight:700;letter-spacing:.1em}.afx-flow-card__icon{display:grid;width:44px;height:44px;margin-top:56px;place-items:center;border-radius:11px;background:#1e6f4314;color:var(--afx-grove)}.afx-flow-card h3{margin:20px 0 0;font-family:var(--font-display, "Space Grotesk", sans-serif);font-size:23px;letter-spacing:-.045em;line-height:1.05}.afx-flow-card p{margin:13px 0 0;color:var(--afx-copy);font-size:14px;line-height:1.65}.afx-solutions{scroll-margin-top:80px;background:var(--afx-mist)}.afx-solutions__layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px}.afx-solutions__tabs{display:flex;flex-direction:column;gap:7px}.afx-solutions__tabs button{display:grid;width:100%;min-height:68px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:0 14px;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--afx-copy);text-align:left;cursor:pointer;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease}.afx-solutions__tabs button:hover{transform:translate(3px);background:#ffffff9e;color:var(--afx-forest)}.afx-solutions__tabs button.is-active{border-color:var(--afx-line);background:#fff;color:var(--afx-forest);box-shadow:0 12px 30px #082c2112}.afx-solutions__tabs button>span{display:grid;width:36px;height:36px;place-items:center;border-radius:9px;background:#1e6f4314}.afx-solutions__tabs button.is-active>span{background:var(--afx-forest);color:#fff}.afx-solutions__tabs strong{font-size:13px}.afx-solutions__panel{display:grid;min-height:510px;grid-template-columns:minmax(0,.86fr) minmax(360px,1.14fr);gap:clamp(28px,5vw,70px);align-items:center;overflow:hidden;padding:clamp(30px,5vw,64px);border:1px solid var(--afx-line);border-radius:var(--afx-radius-lg);background:#fff;box-shadow:0 24px 70px #082c2114;animation:afx-panel-in .26s ease both}@keyframes afx-panel-in{0%{opacity:.65;transform:translateY(5px)}}.afx-solutions__kicker{color:var(--afx-harvest);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.afx-solutions__copy h3{margin:18px 0 0;font-family:var(--font-display, "Space Grotesk", sans-serif);font-size:clamp(32px,4vw,51px);font-weight:600;letter-spacing:-.055em;line-height:.98}.afx-solutions__copy>p{margin:20px 0 0;color:var(--afx-copy);font-size:15px;line-height:1.7}.afx-solutions__copy ul{display:grid;gap:10px;margin:24px 0 0;padding:0;list-style:none}.afx-solutions__copy li{display:flex;align-items:center;gap:9px;color:var(--afx-forest);font-size:12px;font-weight:750}.afx-solutions__copy li svg{flex:0 0 auto;color:var(--afx-sprout)}.afx-solutions__demo{position:relative;min-height:365px;overflow:hidden;padding:22px;border-radius:20px;background:radial-gradient(circle at 90% 10%,rgba(76,175,80,.2),transparent 35%),var(--afx-forest-deep);color:#fff}.afx-solutions__demo:before,.afx-solutions__demo:after{position:absolute;content:"";border:1px solid rgba(121,223,138,.14);border-radius:50%}.afx-solutions__demo:before{right:-100px;bottom:-150px;width:380px;height:380px}.afx-solutions__demo:after{right:-45px;bottom:-95px;width:270px;height:270px}.afx-solutions__demo-top{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px}.afx-solutions__demo-top span{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:750}.afx-solutions__demo-top small{color:#ffffff7a;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:7px;letter-spacing:.09em;text-transform:uppercase}.afx-solutions__demo-card{position:relative;z-index:2;margin-top:64px;padding:23px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:#ffffff12;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.afx-solutions__demo-card>span{color:#a8d8b4;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:8px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.afx-solutions__demo-card h4{max-width:390px;margin:13px 0 0;font-family:var(--font-display, "Space Grotesk", sans-serif);font-size:clamp(23px,2.5vw,33px);font-weight:600;letter-spacing:-.04em;line-height:1.02}.afx-solutions__demo-card p{max-width:420px;margin:13px 0 0;color:#ffffffa1;font-size:11px;line-height:1.6}.afx-solutions__demo-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:24px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.afx-solutions__demo-meta span{display:inline-flex;align-items:center;gap:8px;color:#ffffffb3;font-size:9px}.afx-solutions__demo-meta i{width:6px;height:6px;border-radius:50%;background:var(--afx-harvest);box-shadow:0 0 0 5px #ff8a001a}.afx-solutions__demo-grid{position:absolute;z-index:1;top:72px;right:24px;display:flex;gap:5px}.afx-solutions__demo-grid span{width:5px;height:5px;border-radius:50%;background:#79df8a80}.afx-product-proof{background:#fff}.afx-product-proof__grid{display:grid;grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr);align-items:center;gap:clamp(46px,7vw,96px)}.afx-product-proof__copy h2,.afx-scenario h2,.afx-faq__aside h2{font-size:clamp(36px,4.7vw,62px)}.afx-product-proof__points{display:grid;gap:13px;margin-top:28px}.afx-product-proof__points span{display:flex;align-items:center;gap:10px;color:var(--afx-forest);font-size:13px;font-weight:700}.afx-product-proof__points svg{color:var(--afx-grove)}.afx-product-frame{position:relative;min-width:0;margin:0;border:1px solid var(--afx-line-strong);border-radius:18px;background:#fff;box-shadow:var(--afx-shadow);transform:perspective(1400px) rotateY(-2deg) rotateX(1deg);transform-origin:center}.afx-product-frame__bar{display:flex;height:42px;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid var(--afx-line)}.afx-product-frame__bar>span{display:flex;gap:5px}.afx-product-frame__bar i{width:7px;height:7px;border-radius:50%;background:#dce3df}.afx-product-frame__bar i:first-child{background:var(--afx-harvest)}.afx-product-frame__bar i:nth-child(2){background:#ffd28c}.afx-product-frame__bar i:nth-child(3){background:var(--afx-sprout)}.afx-product-frame__bar small{color:var(--afx-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:7px;letter-spacing:.08em;text-transform:uppercase}.afx-product-frame>img{display:block;width:100%;border-radius:0 0 17px 17px}.afx-product-frame__mobile{position:absolute;right:-28px;bottom:-52px;width:min(25%,164px);overflow:hidden;padding:5px;border:1px solid rgba(255,255,255,.5);border-radius:20px;background:var(--afx-forest-deep);box-shadow:0 22px 50px #082c2147}.afx-product-frame__mobile img{display:block;width:100%;border-radius:15px}.afx-principles{position:relative;overflow:hidden;padding:clamp(96px,12vw,160px) 0;background:var(--afx-forest-deep);color:#fff}.afx-principles .afx-section-heading{position:relative;z-index:2}.afx-principles .afx-eyebrow{color:#99d3a6}.afx-principles .afx-section-heading p{color:#ffffff9e}.afx-principles__contours{position:absolute;right:-12%;bottom:-35%;width:65vw;height:65vw;border:1px solid rgba(121,223,138,.08);border-radius:50%;box-shadow:0 0 0 70px #79df8a09,0 0 0 140px #79df8a06,0 0 0 210px #79df8a05}.afx-principles__grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.14)}.afx-principles__grid article{min-height:265px;padding:34px 34px 28px 0;border-right:1px solid rgba(255,255,255,.12)}.afx-principles__grid article:not(:first-child){padding-left:34px}.afx-principles__grid article:last-child{border-right:0}.afx-principles__grid article>span{display:grid;width:48px;height:48px;place-items:center;border:1px solid rgba(121,223,138,.18);border-radius:12px;background:#79df8a12;color:#85e294}.afx-principles__grid h3{margin:54px 0 0;font-family:var(--font-display, "Space Grotesk", sans-serif);font-size:26px;letter-spacing:-.045em}.afx-principles__grid p{margin:13px 0 0;color:#ffffff94;font-size:13px;line-height:1.7}.afx-audience{background:var(--afx-grain)}.afx-audience__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.afx-audience__grid article{min-height:250px;padding:30px;border:1px solid rgba(15,61,46,.11);border-radius:var(--afx-radius-md);background:#ffffff8c;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.afx-audience__grid article:hover{transform:translateY(-5px);background:#fff;box-shadow:0 20px 40px #082c2112}.afx-audience__grid article>svg{color:var(--afx-grove)}.afx-audience__grid h3{max-width:260px;margin:72px 0 0;font-family:var(--font-display, "Space Grotesk", sans-serif);font-size:24px;letter-spacing:-.045em;line-height:1.05}.afx-audience__grid p{margin:13px 0 0;color:var(--afx-copy);font-size:13px;line-height:1.65}.afx-page-hero{position:relative;display:grid;min-height:min(650px,calc(100vh - 76px));align-items:center;overflow:hidden;padding:clamp(118px,15vh,160px) 0 clamp(78px,10vh,110px);background:var(--afx-forest-deep);color:#fff}.afx-page-hero__image{position:absolute;z-index:0;inset:0;width:100%;height:100%;object-fit:cover;object-position:var(--afx-page-hero-position, center);filter:saturate(.82) contrast(1.04);transform:scale(1.015)}.afx-page-hero__veil{position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,#0318128a,#031812b3),linear-gradient(90deg,rgba(3,24,18,.24),transparent 72%)}.afx-page-hero__inner{position:relative;z-index:2;text-align:center}.afx-page-hero .afx-eyebrow{color:#9ce3a7}.afx-page-hero .afx-eyebrow:before{background:var(--afx-harvest)}.afx-page-hero h1{max-width:1040px;margin:24px auto 0;font-family:var(--font-display, "Space Grotesk", sans-serif);font-size:clamp(52px,6.2vw,84px);font-weight:600;letter-spacing:-.055em;line-height:.95;text-wrap:balance}.afx-page-hero p{max-width:760px;margin:27px auto 0;color:#ffffffbd;font-size:clamp(16px,1.45vw,19px);line-height:1.65}.afx-site--financeiro .afx-solutions{padding-top:clamp(76px,8vw,110px)}.afx-detail-flow__line{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--afx-line-strong);border-bottom:1px solid var(--afx-line)}.afx-detail-flow{padding:clamp(62px,7vw,92px) 0}.afx-detail-flow article{position:relative;min-height:250px;padding:24px 28px 28px 0;border-right:1px solid var(--afx-line)}.afx-detail-flow article:not(:first-child){padding-left:32px}.afx-detail-flow article:last-child{border-right:0}.afx-detail-flow article>div{display:flex;align-items:center;justify-content:space-between;color:var(--afx-grove)}.afx-detail-flow article>div span{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;font-weight:700;letter-spacing:.1em}.afx-detail-flow h2{margin:46px 0 0;font-family:var(--font-display, "Space Grotesk", sans-serif);font-size:25px;letter-spacing:-.05em;line-height:1.04}.afx-detail-flow p{margin:14px 0 0;color:var(--afx-copy);font-size:13px;line-height:1.65}.afx-scenario{background:var(--afx-mist)}.afx-scenario__grid{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);align-items:start;gap:clamp(60px,9vw,120px)}.afx-scenario__trace{position:relative;display:grid;gap:10px}.afx-scenario__trace:before{position:absolute;z-index:0;top:42px;bottom:42px;left:22px;width:1px;content:"";background:linear-gradient(var(--afx-harvest),var(--afx-sprout))}.afx-scenario__trace article{position:relative;z-index:1;display:grid;grid-template-columns:46px 1fr;column-gap:16px;padding:21px;border:1px solid var(--afx-line);border-radius:14px;background:#fff}.afx-scenario__trace span{display:grid;width:46px;height:46px;grid-row:1 / span 2;place-items:center;border:1px solid var(--afx-line);border-radius:50%;background:#fff;color:var(--afx-grove);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:8px;font-weight:700}.afx-scenario__trace strong{align-self:end;font-size:13px}.afx-scenario__trace small{align-self:start;margin-top:5px;color:var(--afx-muted);font-size:10px}.afx-capabilities{background:#fff}.afx-capabilities__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--afx-line-strong);border-left:1px solid var(--afx-line)}.afx-capabilities__grid article{min-height:280px;padding:30px;border-right:1px solid var(--afx-line);border-bottom:1px solid var(--afx-line)}.afx-capabilities__grid span,.afx-access article>span{color:var(--afx-grove);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:9px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.afx-capabilities__grid h3{margin:102px 0 0;font-family:var(--font-display, "Space Grotesk", sans-serif);font-size:28px;letter-spacing:-.05em}.afx-capabilities__grid p{max-width:410px;margin:12px 0 0;color:var(--afx-copy);font-size:13px;line-height:1.65}.afx-access{background:#fff}.afx-access__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.afx-access article{display:flex;min-height:390px;flex-direction:column;padding:32px;border:1px solid var(--afx-line);border-radius:var(--afx-radius-md);background:#fff}.afx-access article.is-featured{border-color:var(--afx-forest);background:var(--afx-forest-deep);color:#fff;box-shadow:0 26px 60px #082c212e}.afx-access article.is-featured>span{color:#93d7a2}.afx-access article h2{max-width:300px;margin:64px 0 0;font-family:var(--font-display, "Space Grotesk", sans-serif);font-size:30px;letter-spacing:-.05em;line-height:1}.afx-access article p{margin:16px 0 0;color:var(--afx-copy);font-size:13px;line-height:1.65}.afx-access article.is-featured p{color:#fff9}.afx-access article a{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:25px;border-top:1px solid var(--afx-line);color:var(--afx-forest);font-size:13px;font-weight:800}.afx-access article.is-featured a{border-color:#ffffff1f;color:#fff}.afx-access__note{display:flex;max-width:820px;align-items:flex-start;gap:15px;margin:30px auto 0;padding:22px 24px;border:1px solid var(--afx-line);border-radius:14px;background:var(--afx-grain);color:var(--afx-forest)}.afx-access__note svg{flex:0 0 auto}.afx-access__note strong{font-size:13px}.afx-access__note p{margin:5px 0 0;color:var(--afx-copy);font-size:12px;line-height:1.55}.afx-faq{background:#fff}.afx-faq__grid{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);align-items:start;gap:clamp(60px,9vw,120px)}.afx-faq__aside{position:sticky;top:110px}.afx-faq__list{border-top:1px solid var(--afx-line-strong)}.afx-faq__list article{border-bottom:1px solid var(--afx-line)}.afx-faq__list button{display:flex;width:100%;min-height:82px;align-items:center;justify-content:space-between;gap:18px;padding:0;border:0;background:transparent;color:var(--afx-ink);text-align:left;cursor:pointer}.afx-faq__list button span{font-family:var(--font-display, "Space Grotesk", sans-serif);font-size:18px;font-weight:650;letter-spacing:-.025em}.afx-faq__list button svg{flex:0 0 auto;color:var(--afx-grove);transition:transform .18s ease}.afx-faq__list article.is-open button svg{transform:rotate(180deg)}.afx-faq__list article>p{max-width:640px;margin:-4px 0 24px;color:var(--afx-copy);font-size:14px;line-height:1.7;animation:afx-faq-in .18s ease both}@keyframes afx-faq-in{0%{opacity:0;transform:translateY(-4px)}}.afx-final-cta{padding:0 0 24px;background:#fff}.afx-final-cta__inner{position:relative;display:grid;min-height:390px;grid-template-columns:minmax(0,1.2fr) auto;align-items:end;gap:48px;overflow:hidden;padding:clamp(38px,6vw,72px);border-radius:var(--afx-radius-lg);background:radial-gradient(circle at 90% 0%,rgba(76,175,80,.2),transparent 35%),var(--afx-forest);color:#fff}.afx-final-cta__inner:after{position:absolute;right:-130px;bottom:-220px;width:480px;height:480px;content:"";border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 70px #ffffff06,0 0 0 140px #ffffff05}.afx-final-cta__inner>*{position:relative;z-index:1}.afx-final-cta .afx-eyebrow{color:#a9deb5}.afx-final-cta h2{max-width:760px;font-size:clamp(40px,5.4vw,72px)}.afx-final-cta p{max-width:620px;color:#ffffff9e}.afx-final-cta__inner>div:last-child{display:grid;min-width:210px;gap:9px}.afx-footer{padding:76px 0 26px;background:#fff}.afx-footer__grid{display:grid;grid-template-columns:minmax(280px,1.4fr) repeat(3,minmax(140px,.6fr));gap:46px}.afx-footer__brand>a{display:inline-block}.afx-footer__brand>p{max-width:320px;margin:20px 0 0;color:var(--afx-copy);font-size:13px;line-height:1.65}.afx-footer__grid>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start;gap:11px}.afx-footer__grid>div:not(:first-child) strong{margin-bottom:8px;color:var(--afx-forest);font-size:11px;letter-spacing:.04em;text-transform:uppercase}.afx-footer__grid>div:not(:first-child) a,.afx-footer__grid>div:not(:first-child) span{color:var(--afx-muted);font-size:12px}.afx-footer__grid>div:not(:first-child) a:hover{color:var(--afx-forest)}.afx-footer__legal{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:70px;padding-top:22px;border-top:1px solid var(--afx-line);color:var(--afx-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:8px;letter-spacing:.05em;text-transform:uppercase}.afx-loading{display:grid;min-height:100vh;place-content:center;justify-items:center;gap:14px;background:#fff;color:var(--afx-forest)}.afx-loading svg{width:54px;height:54px;animation:afx-loading-breathe 1.2s ease-in-out infinite alternate}.afx-loading span{color:var(--afx-muted);font-size:12px}@keyframes afx-loading-breathe{to{opacity:.45;transform:translateY(-4px)}}.afx-modal{position:fixed;z-index:200;inset:0;display:grid;overflow-y:auto;padding:24px;place-items:center;background:#031610b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.afx-modal__panel{position:relative;width:min(100%,470px);padding:34px;border-radius:22px;background:#fff;box-shadow:0 30px 90px #00000047;animation:afx-modal-in .22s ease both}@keyframes afx-modal-in{0%{opacity:0;transform:translateY(10px) scale(.98)}}.afx-modal__panel>button{position:absolute;top:16px;right:16px;display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:9px;background:var(--afx-mist);color:var(--afx-forest);cursor:pointer}.afx-modal__brand{padding-right:42px}.afx-modal__panel>h2{margin:30px 0 0;font-family:var(--font-display, "Space Grotesk", sans-serif);font-size:30px;letter-spacing:-.05em}.afx-modal__panel>p{margin:8px 0 24px;color:var(--afx-muted);font-size:13px}.afx-decision-story{position:relative;padding:clamp(110px,12vw,170px) 0;border-bottom:1px solid var(--afx-line);background:#fff}.afx-decision-story__layout{display:grid;grid-template-columns:minmax(310px,.78fr) minmax(0,1.22fr);align-items:start;gap:clamp(60px,8vw,128px)}.afx-decision-story__intro{position:sticky;top:132px}.afx-decision-story__intro h2,.afx-intelligence-stage__heading h2,.afx-product-evidence__heading h2,.afx-operating-model__intro h2,.afx-audience-band__content h2{margin:20px 0 0;font-family:var(--font-display, "Space Grotesk", system-ui, sans-serif);font-size:clamp(42px,5.4vw,72px);font-weight:600;letter-spacing:-.06em;line-height:.96;text-wrap:balance}.afx-decision-story__intro>p,.afx-intelligence-stage__heading>p,.afx-product-evidence__heading>p,.afx-operating-model__intro>p,.afx-audience-band__content>p{margin:25px 0 0;color:var(--afx-copy);font-size:17px;line-height:1.72}.afx-decision-story__intro .afx-text-link{margin-top:34px}.afx-decision-story__rail{position:relative}.afx-decision-story__rail:before{position:absolute;z-index:1;top:0;bottom:0;left:41px;width:2px;content:"";background:linear-gradient(180deg,var(--afx-harvest),var(--afx-sprout) 62%,var(--afx-grove))}.afx-decision-story__step{position:relative;z-index:2;display:grid;min-height:188px;grid-template-columns:84px minmax(0,1fr);align-content:center;column-gap:28px;padding:28px 0;border-top:1px solid var(--afx-line)}.afx-decision-story__step:last-child{border-bottom:1px solid var(--afx-line)}.afx-decision-story__marker{display:flex;flex-direction:column;align-items:center;gap:18px}.afx-decision-story__marker>span{color:var(--afx-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:9px;font-weight:750;letter-spacing:.12em}.afx-decision-story__marker i{display:grid;width:48px;height:48px;place-items:center;border:1px solid var(--afx-line-strong);border-radius:14px;background:#fff;color:var(--afx-grove);box-shadow:0 10px 24px #082c2114;transition:transform .22s ease,background .22s ease,color .22s ease}.afx-decision-story__step:hover .afx-decision-story__marker i{background:var(--afx-forest);color:#fff;transform:translateY(-3px)}.afx-decision-story__step h3{margin:0;font-family:var(--font-display, "Space Grotesk", sans-serif);font-size:clamp(26px,2.5vw,34px);font-weight:600;letter-spacing:-.04em}.afx-decision-story__step p{max-width:570px;margin:10px 0 0;color:var(--afx-copy);font-size:15px;line-height:1.65}.afx-decision-story__step>small{display:inline-flex;grid-column:2;align-items:center;gap:7px;width:fit-content;margin-top:18px;color:var(--afx-grove);font-size:10px;font-weight:750}.afx-intelligence-stage{position:relative;overflow:hidden;padding:clamp(110px,12vw,170px) 0;background:radial-gradient(circle at 88% 6%,rgba(76,175,80,.16),transparent 26%),var(--afx-forest-deep);color:#fff}.afx-intelligence-stage:before{position:absolute;inset:0;pointer-events:none;content:"";opacity:.24;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:radial-gradient(circle at 70% 55%,#000,transparent 72%);mask-image:radial-gradient(circle at 70% 55%,#000,transparent 72%)}.afx-intelligence-stage .afx-shell{position:relative;z-index:1}.afx-intelligence-stage .afx-eyebrow,.afx-operating-model .afx-eyebrow{color:#96dca3}.afx-intelligence-stage__heading{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);align-items:end;gap:clamp(50px,8vw,120px)}.afx-intelligence-stage__heading h2{color:#fff}.afx-intelligence-stage__heading>p{margin-bottom:6px;color:#ffffff9e}.afx-intelligence-stage__workspace{margin-top:clamp(54px,7vw,88px);border:1px solid rgba(255,255,255,.12);border-radius:24px;background:#041f17bd;box-shadow:0 40px 100px #00000038;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.afx-intelligence-stage__tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid rgba(255,255,255,.1)}.afx-intelligence-stage__tabs button{position:relative;display:grid;min-height:108px;grid-template-columns:auto auto 1fr;align-items:center;gap:11px;padding:22px 24px;border:0;border-right:1px solid rgba(255,255,255,.1);background:transparent;color:#ffffff7a;cursor:pointer;text-align:left;transition:color .18s ease,background .18s ease}.afx-intelligence-stage__tabs button:last-child{border-right:0}.afx-intelligence-stage__tabs button:after{position:absolute;right:20px;bottom:-1px;left:20px;height:2px;content:"";background:linear-gradient(90deg,var(--afx-harvest),var(--afx-sprout));opacity:0;transform:scaleX(.3);transition:opacity .18s ease,transform .22s ease}.afx-intelligence-stage__tabs button:hover,.afx-intelligence-stage__tabs button.is-active{background:#ffffff09;color:#fff}.afx-intelligence-stage__tabs button.is-active:after{opacity:1;transform:none}.afx-intelligence-stage__tabs button>span{color:#7fc98c;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:9px;font-weight:750}.afx-intelligence-stage__tabs button>strong{overflow:hidden;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.afx-intelligence-stage__panel{display:grid;min-height:560px;grid-template-columns:minmax(0,.88fr) minmax(430px,1.12fr);gap:clamp(30px,5vw,76px);padding:clamp(34px,5vw,68px);animation:afx-panel-in .36s cubic-bezier(.2,.8,.2,1) both}@keyframes afx-panel-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.afx-intelligence-stage__copy{align-self:center}.afx-intelligence-stage__kicker{display:inline-flex;align-items:center;gap:9px;color:#8ed99a;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:9px;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.afx-intelligence-stage__copy h3{max-width:560px;margin:24px 0 0;font-family:var(--font-display, "Space Grotesk", sans-serif);font-size:clamp(38px,4.5vw,60px);font-weight:600;letter-spacing:-.055em;line-height:.98}.afx-intelligence-stage__copy>p{max-width:560px;margin:24px 0 0;color:#ffffff9e;font-size:15px;line-height:1.7}.afx-intelligence-stage__copy ul{display:grid;gap:11px;margin:30px 0 0;padding:0;list-style:none}.afx-intelligence-stage__copy li{display:flex;align-items:center;gap:10px;color:#ffffffd1;font-size:12px}.afx-intelligence-stage__copy li svg{color:#86d792}.afx-intelligence-stage__map{position:relative;align-self:stretch;overflow:hidden;padding:24px;border:1px solid rgba(255,255,255,.11);border-radius:18px;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),#ffffff06;background-size:28px 28px}.afx-intelligence-stage__map:after{position:absolute;top:34%;left:50%;width:330px;height:330px;border:1px solid rgba(76,175,80,.14);border-radius:50%;content:"";box-shadow:0 0 0 70px #4caf5009,0 0 0 140px #4caf5005;transform:translate(-50%,-50%)}.afx-intelligence-stage__map-top,.afx-intelligence-stage__decision,.afx-intelligence-stage__route{position:relative;z-index:2}.afx-intelligence-stage__map-top{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#ffffff7a;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:8px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.afx-intelligence-stage__map-top span{display:inline-flex;align-items:center;gap:8px}.afx-intelligence-stage__map-top i,.afx-intelligence-stage__decision small i{width:7px;height:7px;border-radius:50%;background:var(--afx-sprout);box-shadow:0 0 0 5px #4caf501f}.afx-intelligence-stage__route{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:74px 0 0}.afx-intelligence-stage__route:before{position:absolute;top:11px;right:12%;left:12%;height:1px;content:"";background:linear-gradient(90deg,var(--afx-sprout),rgba(255,255,255,.22))}.afx-intelligence-stage__route span{position:relative;display:flex;flex-direction:column;align-items:center;gap:13px;color:#ffffff6b;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:7px;font-weight:700;letter-spacing:.06em;text-align:center;text-transform:uppercase}.afx-intelligence-stage__route span i{width:23px;height:23px;border:6px solid #0d392b;border-radius:50%;background:#ffffff42;box-shadow:0 0 0 1px #ffffff2e}.afx-intelligence-stage__route span.is-complete i,.afx-intelligence-stage__route span.is-active i{background:var(--afx-sprout)}.afx-intelligence-stage__route span.is-active{color:#fff}.afx-intelligence-stage__route span.is-active i{box-shadow:0 0 0 1px var(--afx-sprout),0 0 24px #4caf5080;animation:afx-route-pulse 2.8s ease-in-out infinite}@keyframes afx-route-pulse{50%{box-shadow:0 0 0 1px var(--afx-sprout),0 0 38px #4caf50b8}}.afx-intelligence-stage__decision{width:min(100%,430px);margin:60px auto 0;padding:25px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:#041f17e8;box-shadow:0 22px 60px #00000047;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.afx-intelligence-stage__decision>span{display:flex;align-items:center;gap:9px;color:#94daa0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:8px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.afx-intelligence-stage__decision h4{margin:18px 0 0;font-family:var(--font-display, "Space Grotesk", sans-serif);font-size:clamp(22px,2.2vw,30px);font-weight:600;letter-spacing:-.04em;line-height:1.06}.afx-intelligence-stage__decision>p{margin:13px 0 0;color:#ffffff8f;font-size:11px;line-height:1.6}.afx-intelligence-stage__decision>div{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:23px;padding-top:17px;border-top:1px solid rgba(255,255,255,.1);color:#fff}.afx-intelligence-stage__decision small{display:inline-flex;align-items:center;gap:9px;color:#ffffffa3;font-size:8px}.afx-product-evidence{padding:clamp(110px,12vw,170px) 0;background:var(--afx-grain)}.afx-product-evidence__heading{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:end;gap:clamp(50px,8vw,120px)}.afx-product-evidence__heading>p{margin-bottom:6px}.afx-product-evidence__canvas{position:relative;min-height:830px;overflow:hidden;margin-top:clamp(55px,7vw,90px);border-radius:30px;background:radial-gradient(circle at 85% 12%,rgba(76,175,80,.18),transparent 30%),var(--afx-forest-deep);box-shadow:0 42px 100px #082c2133}.afx-product-evidence__canvas:before{position:absolute;inset:0;content:"";opacity:.18;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 78%);mask-image:linear-gradient(to bottom,#000,transparent 78%)}.afx-product-evidence__desktop{position:absolute;z-index:2;top:70px;left:60px;width:min(84%,1000px);margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:17px;background:#fff;box-shadow:0 32px 80px #00000057}.afx-product-evidence__bar{display:grid;min-height:42px;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 16px;border-bottom:1px solid #e8ece9;background:#f7f9f7}.afx-product-evidence__bar>span{display:flex;gap:6px}.afx-product-evidence__bar i{width:7px;height:7px;border-radius:50%;background:#cbd5cf}.afx-product-evidence__bar i:first-child{background:var(--afx-harvest)}.afx-product-evidence__bar i:last-child{background:var(--afx-sprout)}.afx-product-evidence__bar small,.afx-product-evidence__bar em{color:#738078;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:8px;font-style:normal;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.afx-product-evidence__bar em{justify-self:end;color:var(--afx-grove)}.afx-product-evidence__desktop>img{display:block;width:100%;height:auto}.afx-product-evidence__notes{position:absolute;z-index:4;bottom:34px;left:42px;display:grid;width:min(810px,calc(100% - 230px));grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid rgba(255,255,255,.14);border-radius:16px;background:#041f17e6;color:#fff;box-shadow:0 20px 44px #00000047;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.afx-product-evidence__notes article{min-height:116px;padding:21px;border-right:1px solid rgba(255,255,255,.1)}.afx-product-evidence__notes article:last-child{border-right:0}.afx-product-evidence__notes span{color:var(--afx-harvest);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:8px;font-weight:750}.afx-product-evidence__notes strong,.afx-product-evidence__notes small{display:block}.afx-product-evidence__notes strong{margin-top:12px;font-size:12px}.afx-product-evidence__notes small{margin-top:7px;color:#ffffff85;font-size:9px;line-height:1.5}.afx-product-evidence__mobile{position:absolute;z-index:5;right:48px;bottom:-18px;width:146px;overflow:hidden;margin:0;border:6px solid #12251c;border-bottom-width:0;border-radius:28px 28px 0 0;background:#12251c;box-shadow:0 28px 62px #0000006b;transform:rotate(1.4deg)}.afx-product-evidence__mobile>div{display:flex;min-height:29px;align-items:center;gap:7px;padding:0 9px;color:#ffffffb8;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:6px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.afx-product-evidence__mobile>div span{width:6px;height:6px;border-radius:50%;background:#73d382}.afx-product-evidence__mobile img{display:block;width:100%;height:auto}.afx-operating-model{position:relative;overflow:hidden;padding:clamp(110px,12vw,170px) 0;background:#072d22;color:#fff}.afx-operating-model__contours{position:absolute;right:-14vw;bottom:-32vw;width:66vw;height:66vw;border:1px solid rgba(255,255,255,.055);border-radius:50%;box-shadow:0 0 0 6vw #ffffff05,0 0 0 12vw #ffffff03}.afx-operating-model__layout{position:relative;display:grid;grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);gap:clamp(70px,9vw,140px)}.afx-operating-model__intro h2{color:#fff}.afx-operating-model__intro h2 em{color:#8ed99a;font-style:normal}.afx-operating-model__intro>p{max-width:510px;color:#ffffff94}.afx-operating-model__rules article{display:grid;min-height:180px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;padding:28px 0;border-top:1px solid rgba(255,255,255,.13)}.afx-operating-model__rules article:last-child{border-bottom:1px solid rgba(255,255,255,.13)}.afx-operating-model__rules article>span{display:grid;width:54px;height:54px;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:16px;color:#8bd596}.afx-operating-model__rules h3{margin:0;font-family:var(--font-display, "Space Grotesk", sans-serif);font-size:27px;font-weight:600;letter-spacing:-.04em}.afx-operating-model__rules p{max-width:570px;margin:9px 0 0;color:#ffffff85;font-size:12px;line-height:1.65}.afx-operating-model__rules article>svg{color:#ffffff52;transition:color .18s ease,transform .18s ease}.afx-operating-model__rules article:hover>svg{color:var(--afx-harvest);transform:translate(4px)}.afx-audience-band{padding:clamp(110px,12vw,170px) 0;background:#fff}.afx-audience-band__layout{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(65px,9vw,140px)}.afx-audience-band__visual{position:relative;min-height:690px;overflow:hidden;margin:0;border-radius:28px;background:var(--afx-forest-deep);box-shadow:var(--afx-shadow)}.afx-audience-band__visual:after{position:absolute;inset:0;content:"";background:linear-gradient(180deg,transparent 42%,rgba(3,27,20,.9) 100%)}.afx-audience-band__visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:58% 46%;filter:saturate(.9) contrast(1.03);transition:transform .7s cubic-bezier(.2,.75,.2,1)}.afx-audience-band__visual:hover>img{transform:scale(1.025)}.afx-audience-band__visual figcaption{position:absolute;z-index:2;right:34px;bottom:34px;left:34px;color:#fff}.afx-audience-band__visual figcaption span{display:inline-flex;align-items:center;gap:9px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:8px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.afx-audience-band__visual figcaption span i{width:7px;height:7px;border-radius:50%;background:#80db8d;box-shadow:0 0 0 6px #80db8d26}.afx-audience-band__visual figcaption strong{display:block;max-width:470px;margin-top:17px;font-family:var(--font-display, "Space Grotesk", sans-serif);font-size:clamp(27px,3vw,40px);font-weight:600;letter-spacing:-.045em;line-height:1.02}.afx-audience-band__content>p{max-width:640px}.afx-audience-band__list{margin-top:42px}.afx-audience-band__list article{display:grid;min-height:132px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:20px;padding:22px 0;border-top:1px solid var(--afx-line)}.afx-audience-band__list article:last-child{border-bottom:1px solid var(--afx-line)}.afx-audience-band__list article>span{display:grid;width:48px;height:48px;place-items:center;border-radius:14px;background:#1e6f4314;color:var(--afx-grove)}.afx-audience-band__list h3{margin:0;font-family:var(--font-display, "Space Grotesk", sans-serif);font-size:21px;font-weight:600;letter-spacing:-.035em}.afx-audience-band__list p{margin:7px 0 0;color:var(--afx-muted);font-size:12px;line-height:1.55}.afx-audience-band__content .afx-text-link{margin-top:34px}.is-high-contrast .afx-site{--afx-forest: #000;--afx-forest-deep: #000;--afx-grove: #000;--afx-sprout: #000;--afx-harvest: #000;--afx-grain: #fff;--afx-mist: #fff;--afx-paper: #fff;--afx-ink: #000;--afx-copy: #000;--afx-muted: #111;--afx-line: #000;--afx-line-strong: #000}.is-high-contrast .afx-console,.is-high-contrast .afx-principles,.is-high-contrast .afx-final-cta__inner,.is-high-contrast .afx-access article.is-featured{border:2px solid #fff;background:#000;color:#fff}.is-high-contrast .afx-button--primary,.is-high-contrast .afx-nav__cta{border:2px solid #000;background:#000;color:#fff}.is-high-contrast .afx-audience__grid article,.is-high-contrast .afx-solutions__panel,.is-high-contrast .afx-scenario__trace article{border:2px solid #000;background:#fff}.is-high-contrast .afx-intelligence-stage,.is-high-contrast .afx-operating-model,.is-high-contrast .afx-product-evidence__canvas{background:#000;color:#fff}.is-high-contrast .afx-intelligence-stage__workspace,.is-high-contrast .afx-intelligence-stage__map,.is-high-contrast .afx-intelligence-stage__decision,.is-high-contrast .afx-product-evidence__notes{border:2px solid #fff;background:#000}.is-high-contrast .afx-intelligence-stage__heading>p,.is-high-contrast .afx-intelligence-stage__copy>p,.is-high-contrast .afx-intelligence-stage__decision>p,.is-high-contrast .afx-operating-model__intro>p,.is-high-contrast .afx-operating-model__rules p{color:#fff}.is-high-contrast .afx-intelligence-stage__tabs button{color:#fff}.is-high-contrast .afx-intelligence-stage__tabs button.is-active{outline:2px solid #fff;outline-offset:-4px}.is-high-contrast .afx-decision-story__marker i,.is-high-contrast .afx-audience-band__list article>span{border:2px solid #000;background:#fff;color:#000}.is-high-contrast .afx-product-evidence,.is-high-contrast .afx-decision-story,.is-high-contrast .afx-audience-band{background:#fff}@media (max-width: 1160px){.afx-decision-story__layout{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:64px}.afx-intelligence-stage__tabs button{padding-inline:16px}.afx-intelligence-stage__panel{grid-template-columns:minmax(0,.82fr) minmax(400px,1.18fr);gap:38px}.afx-product-evidence__canvas{min-height:760px}.afx-product-evidence__desktop{left:40px;width:min(87%,920px)}.afx-audience-band__layout{grid-template-columns:minmax(330px,.82fr) minmax(0,1.18fr);gap:70px}.afx-nav__contrast{width:38px;justify-content:center;overflow:hidden;padding:0;color:transparent}.afx-nav__contrast span{flex:0 0 auto;color:var(--afx-copy)}.afx-hero__grid{grid-template-columns:minmax(0,.8fr) minmax(520px,1.2fr);gap:34px}.afx-product-scene{min-height:570px}.afx-product-scene__desktop{top:96px}.afx-console__body{grid-template-columns:92px minmax(0,1fr) 125px}.afx-console__rail{padding-inline:9px}.afx-console__rail span{padding-inline:8px;font-size:8px}.afx-console__workspace{padding-inline:18px}.afx-solutions__panel{grid-template-columns:minmax(0,.85fr) minmax(320px,1.15fr)}}@media (max-width: 1024px){.afx-decision-story__layout,.afx-intelligence-stage__heading,.afx-product-evidence__heading,.afx-operating-model__layout,.afx-audience-band__layout{grid-template-columns:1fr}.afx-decision-story__intro{position:static;max-width:760px}.afx-decision-story__rail{max-width:820px}.afx-intelligence-stage__heading>p,.afx-product-evidence__heading>p{max-width:720px;margin-top:0}.afx-intelligence-stage__tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.afx-intelligence-stage__tabs button:nth-child(2){border-right:0}.afx-intelligence-stage__tabs button:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}.afx-intelligence-stage__panel{grid-template-columns:1fr}.afx-intelligence-stage__copy{max-width:740px}.afx-intelligence-stage__map{min-height:520px}.afx-product-evidence__canvas{min-height:720px}.afx-product-evidence__desktop{top:48px;left:30px;width:calc(100% - 60px)}.afx-product-evidence__notes{bottom:28px;left:28px;width:calc(100% - 210px)}.afx-operating-model__intro{max-width:740px}.afx-audience-band__visual{width:min(100%,760px);min-height:620px}.afx-audience-band__content{max-width:780px}.afx-nav__links,.afx-nav__contrast,.afx-nav__login,.afx-nav__cta{display:none}.afx-nav__inner{justify-content:space-between}.afx-nav__actions{margin-left:auto}.afx-nav__menu{display:inline-flex}.afx-mobile-backdrop{position:fixed;z-index:120;inset:0;display:block;visibility:hidden;background:#03161094;opacity:0;transition:opacity .18s ease,visibility .18s ease}.afx-mobile-backdrop.is-open{visibility:visible;opacity:1}.afx-mobile-menu{position:fixed;z-index:130;top:0;right:0;bottom:0;display:flex;visibility:hidden;width:min(88vw,390px);flex-direction:column;gap:0;padding:30px;background:#fff;opacity:0;transform:translate(100%);transition:transform .22s ease,opacity .18s ease,visibility .22s ease}.afx-mobile-menu.is-open{visibility:visible;opacity:1;transform:none}.afx-mobile-menu__brand{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:42px}.afx-mobile-menu__brand>button{display:grid;width:40px;height:40px;flex:0 0 auto;place-items:center;border:1px solid var(--afx-line);border-radius:10px;background:#fff;color:var(--afx-forest);cursor:pointer}.afx-mobile-menu>a{display:flex;min-height:58px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--afx-line);color:var(--afx-copy);font-family:var(--font-display, "Space Grotesk", sans-serif);font-size:18px;font-weight:650}.afx-mobile-menu>a.is-active{color:var(--afx-grove)}.afx-mobile-menu__actions{display:grid;gap:8px;margin-top:auto}.afx-mobile-menu__actions button,.afx-mobile-menu__actions a{display:grid;min-height:48px;place-items:center;border:1px solid var(--afx-line-strong);border-radius:10px;background:#fff;color:var(--afx-forest);font-size:13px;font-weight:750}.afx-mobile-menu__actions a{border-color:var(--afx-forest);background:var(--afx-forest);color:#fff}.afx-hero__grid{min-height:auto;grid-template-columns:1fr;gap:54px;padding-bottom:72px}.afx-hero__copy{max-width:790px}.afx-hero h1{max-width:850px;font-size:clamp(58px,9vw,90px)}.afx-console{max-width:780px;justify-self:center}.afx-product-scene{width:100%;max-width:820px;min-height:630px;justify-self:center}.afx-product-scene__desktop{width:min(94%,750px)}.afx-flow-line,.afx-detail-flow__line{grid-template-columns:repeat(2,minmax(0,1fr))}.afx-flow-card:nth-child(2),.afx-detail-flow article:nth-child(2){border-right:0}.afx-flow-card:nth-child(n+3),.afx-detail-flow article:nth-child(n+3){border-top:1px solid var(--afx-line)}.afx-flow-line:before{width:50%}.afx-solutions__layout{grid-template-columns:1fr}.afx-solutions__tabs{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));overflow-x:auto;padding-bottom:6px;scrollbar-width:thin}.afx-solutions__tabs button{min-width:170px}.afx-product-proof__grid{grid-template-columns:1fr}.afx-product-proof__copy{max-width:720px}.afx-product-frame{width:calc(100% - 22px)}.afx-principles__grid,.afx-audience__grid,.afx-access__grid{grid-template-columns:1fr}.afx-principles__grid article{min-height:220px;padding:28px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.afx-principles__grid article:not(:first-child){padding-left:0}.afx-principles__grid article:last-child{border-bottom:0}.afx-principles__grid h3{margin-top:38px}.afx-audience__grid article{min-height:210px}.afx-audience__grid h3{margin-top:52px}.afx-access article{min-height:330px}.afx-scenario__grid,.afx-faq__grid{grid-template-columns:1fr;gap:56px}.afx-faq__aside{position:static;max-width:700px}.afx-final-cta__inner{grid-template-columns:1fr;align-items:end}.afx-final-cta__inner>div:last-child{display:flex;flex-wrap:wrap}.afx-footer__grid{grid-template-columns:1.2fr repeat(2,.8fr)}.afx-footer__modules{display:none!important}}@media (max-width: 720px){.afx-decision-story,.afx-intelligence-stage,.afx-product-evidence,.afx-operating-model,.afx-audience-band{padding:92px 0}.afx-decision-story__layout,.afx-operating-model__layout,.afx-audience-band__layout{gap:52px}.afx-decision-story__intro h2,.afx-intelligence-stage__heading h2,.afx-product-evidence__heading h2,.afx-operating-model__intro h2,.afx-audience-band__content h2{font-size:clamp(39px,12vw,52px)}.afx-decision-story__intro>p,.afx-intelligence-stage__heading>p,.afx-product-evidence__heading>p,.afx-operating-model__intro>p,.afx-audience-band__content>p{font-size:15px}.afx-decision-story__rail:before{left:25px}.afx-decision-story__step{min-height:200px;grid-template-columns:52px minmax(0,1fr);column-gap:18px}.afx-decision-story__marker{gap:16px}.afx-decision-story__marker i{width:42px;height:42px}.afx-decision-story__step h3{font-size:25px}.afx-decision-story__step>small{grid-column:2;line-height:1.4}.afx-intelligence-stage__workspace{margin-top:46px;border-radius:18px}.afx-intelligence-stage__tabs button{min-height:92px;grid-template-columns:auto 1fr;gap:9px;padding:15px}.afx-intelligence-stage__tabs button>span{display:none}.afx-intelligence-stage__tabs button>strong{font-size:10px}.afx-intelligence-stage__panel{min-height:0;gap:42px;padding:27px 20px 20px}.afx-intelligence-stage__copy h3{font-size:clamp(36px,10.5vw,49px)}.afx-intelligence-stage__map{min-height:500px;padding:18px}.afx-intelligence-stage__route{gap:8px;margin-top:62px}.afx-intelligence-stage__route span{font-size:6px}.afx-intelligence-stage__decision{margin-top:55px;padding:20px}.afx-intelligence-stage__map-top small{display:none}.afx-product-evidence__heading{gap:28px}.afx-product-evidence__canvas{min-height:630px;margin-top:44px;border-radius:22px}.afx-product-evidence__desktop{top:26px;left:16px;width:calc(100% - 32px);border-radius:11px}.afx-product-evidence__bar{min-height:32px;padding-inline:10px}.afx-product-evidence__bar small{font-size:6px}.afx-product-evidence__bar em{display:none}.afx-product-evidence__desktop>img{min-height:330px;object-fit:cover;object-position:left top}.afx-product-evidence__notes{right:74px;bottom:16px;left:16px;display:block;width:auto}.afx-product-evidence__notes article{display:none;min-height:90px;padding:17px;border:0}.afx-product-evidence__notes article:first-child{display:block}.afx-product-evidence__mobile{right:12px;width:76px;border-width:4px 4px 0;border-radius:17px 17px 0 0}.afx-product-evidence__mobile>div{display:none}.afx-operating-model__rules article{min-height:162px;grid-template-columns:auto minmax(0,1fr);gap:17px}.afx-operating-model__rules article>span{width:46px;height:46px}.afx-operating-model__rules h3{font-size:23px}.afx-operating-model__rules article>svg{display:none}.afx-audience-band__visual{min-height:560px;border-radius:22px}.afx-audience-band__visual figcaption{right:22px;bottom:24px;left:22px}.afx-audience-band__list article{min-height:122px}.afx-shell{width:min(calc(100% - 32px),1280px)}.afx-nav,.afx-nav.is-scrolled{height:66px}.afx-brand__name{font-size:20px}.afx-brand__mark{width:36px;height:36px}.afx-brand__mark svg{width:28px;height:28px}.afx-hero{padding-top:112px}.afx-hero__grid{gap:42px;padding-bottom:56px}.afx-hero__eyebrow span:last-child{display:none}.afx-hero h1{font-size:clamp(48px,14vw,68px);line-height:.93}.afx-hero__copy>p{font-size:16px}.afx-hero__actions{display:grid;grid-template-columns:1fr}.afx-button{width:100%}.afx-hero__proof{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.afx-console{border-radius:20px}.afx-product-scene{min-height:500px;border-radius:22px}.afx-product-scene__field{object-position:58% 42%}.afx-product-scene__label{top:17px;right:17px;left:17px}.afx-product-scene__label small{display:none}.afx-product-scene__desktop{top:76px;left:10px;width:calc(100% - 20px);border-radius:10px;transform:none}.afx-product-scene__bar{min-height:29px}.afx-product-scene__desktop>img{min-height:270px;object-fit:cover;object-position:left top}.afx-product-scene__signal{right:82px;bottom:16px;left:16px;width:auto}.afx-product-scene__mobile{right:13px;bottom:-6px;width:72px;border-width:4px 4px 0;border-radius:16px 16px 0 0}.afx-console__body{min-height:450px;grid-template-columns:58px minmax(0,1fr)}.afx-console__rail{padding:18px 8px}.afx-console__rail span{min-height:42px;justify-content:center;padding:0;font-size:0}.afx-console__rail span.is-active{box-shadow:inset 2px 0 0 var(--afx-harvest)}.afx-console__workspace{padding:22px 17px}.afx-console__headline{margin-top:30px}.afx-console__headline h3{font-size:28px}.afx-console__chart{height:130px}.afx-console__side{display:none}.afx-console__action{grid-template-columns:auto minmax(0,1fr)}.afx-console__action>svg{display:none}.afx-hero__marquee>div{justify-content:flex-start}.afx-flow-overview,.afx-solutions,.afx-product-proof,.afx-audience,.afx-detail-flow,.afx-scenario,.afx-capabilities,.afx-access,.afx-faq{padding:84px 0}.afx-section-heading{margin-bottom:34px}.afx-section-heading h2,.afx-product-proof__copy h2,.afx-scenario h2,.afx-faq__aside h2,.afx-final-cta h2{font-size:clamp(36px,11vw,50px);line-height:.99}.afx-flow-line,.afx-detail-flow__line{grid-template-columns:1fr}.afx-flow-line:before{width:100%}.afx-flow-card,.afx-flow-card:not(:first-child){min-height:250px;padding:24px 0 28px;border-right:0;border-bottom:1px solid var(--afx-line)}.afx-detail-flow article,.afx-detail-flow article:not(:first-child){min-height:214px;padding:24px 0 28px;border-right:0;border-bottom:1px solid var(--afx-line)}.afx-flow-card:nth-child(n+3),.afx-detail-flow article:nth-child(n+3){border-top:0}.afx-flow-card__icon{margin-top:44px}.afx-detail-flow h2{margin-top:30px}.afx-solutions__panel{min-height:0;grid-template-columns:1fr;gap:34px;padding:24px;border-radius:20px}.afx-solutions__copy h3{font-size:38px}.afx-solutions__demo{min-height:330px}.afx-solutions__demo-card{margin-top:50px}.afx-product-proof__grid{gap:50px}.afx-product-frame{width:calc(100% - 12px);transform:none}.afx-product-frame__mobile{right:-12px;bottom:-38px;width:27%;border-radius:13px}.afx-product-frame__mobile img{border-radius:9px}.afx-principles{padding:88px 0}.afx-principles__contours{width:100vw;height:100vw}.afx-audience__grid article{padding:26px}.afx-page-hero{min-height:560px;padding:112px 0 72px}.afx-page-hero h1{font-size:clamp(48px,14vw,70px)}.afx-page-hero p{font-size:16px}.afx-scenario__grid{gap:42px}.afx-scenario__trace article{padding:16px}.afx-capabilities__grid{grid-template-columns:1fr}.afx-capabilities__grid article{min-height:235px;padding:24px}.afx-capabilities__grid h3{margin-top:78px}.afx-access__grid{gap:10px}.afx-access article{min-height:310px;padding:26px}.afx-faq__grid{gap:38px}.afx-faq__list button{min-height:74px}.afx-faq__list button span{font-size:16px}.afx-final-cta{padding-bottom:12px}.afx-final-cta__inner{min-height:470px;gap:38px;padding:30px 24px;border-radius:20px}.afx-final-cta__inner>div:last-child{display:grid}.afx-footer{padding-top:62px}.afx-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 24px}.afx-footer__brand{grid-column:1 / -1}.afx-footer__legal{display:grid;gap:8px;margin-top:50px}.afx-modal{padding:12px}.afx-modal__panel{padding:28px 22px}}@media (max-width: 420px){.afx-intelligence-stage__tabs button{grid-template-columns:1fr;justify-items:center;text-align:center}.afx-intelligence-stage__tabs button>strong{white-space:normal}.afx-intelligence-stage__map{min-height:520px}.afx-product-evidence__canvas{min-height:590px}.afx-product-evidence__desktop>img{min-height:300px}.afx-audience-band__visual{min-height:510px}.afx-hero h1{font-size:47px}.afx-hero__proof{grid-template-columns:1fr}.afx-console__topbar{padding-inline:14px}.afx-console__status{font-size:0}.afx-console__status i{display:block}.afx-console__context strong{display:none}.afx-console__headline p{font-size:10px}.afx-solutions__demo-top small{display:none}.afx-product-frame__bar small{font-size:6px}.afx-scenario__trace article{grid-template-columns:40px 1fr}.afx-scenario__trace span{width:40px;height:40px}}@media (prefers-reduced-motion: reduce){.afx-site *,.afx-site *:before,.afx-site *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.afx-site [data-reveal]{opacity:1;transform:none}}.afx-site{background:#f3f5f1}.afx-shell{width:min(calc(100% - 56px),1440px)}.afx-site [data-reveal]{filter:blur(7px);transform:translateY(24px) scale(.995);transition:opacity .62s cubic-bezier(.22,1,.36,1),filter .62s cubic-bezier(.22,1,.36,1),transform .62s cubic-bezier(.22,1,.36,1)}.afx-site [data-reveal].is-revealed{filter:none;transform:none}.afx-page-hero{width:calc(100% - 28px);min-height:548px;margin:14px auto 0;padding:122px 0 92px;border-radius:18px;isolation:isolate}.afx-page-hero__image{filter:saturate(.76) contrast(1.06);transform:scale(1.01)}.afx-page-hero__veil{background:linear-gradient(180deg,#05140e5c,#05140ebf),linear-gradient(90deg,rgba(5,20,14,.36),transparent 64%)}.afx-page-hero__inner{max-width:980px;text-align:center}.afx-page-hero h1{max-width:920px;margin-top:20px;font-size:clamp(48px,5.3vw,76px);line-height:.96}.afx-page-hero p{max-width:680px;margin-top:22px;font-size:clamp(15px,1.25vw,18px)}.afx-page-hero__proof{position:absolute;z-index:3;right:clamp(28px,5vw,78px);bottom:28px;display:grid;width:min(300px,calc(100% - 56px));gap:4px;padding:19px 22px;border:1px solid rgba(255,255,255,.5);border-radius:15px;background:#f6faf5f0;box-shadow:0 18px 44px #04140e33;color:var(--afx-ink);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.afx-page-hero__proof span{color:var(--afx-grove);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.afx-page-hero__proof strong{font-family:var(--font-display, "Space Grotesk", sans-serif);font-size:18px;letter-spacing:-.035em}.afx-page-hero__proof small{color:var(--afx-copy);font-size:11px;line-height:1.45}.afx-access__story{display:grid;min-height:510px;grid-template-columns:minmax(0,1.45fr) minmax(360px,.55fr);margin-bottom:28px;overflow:hidden;border-radius:22px;background:#121b16;color:#fff}.afx-access__story figure{min-height:510px;margin:0;overflow:hidden}.afx-access__story img{width:100%;height:100%;object-fit:cover;filter:saturate(.82) contrast(1.03);transition:transform .7s cubic-bezier(.22,1,.36,1)}.afx-access__story:hover img{transform:scale(1.025)}.afx-access__story>div{display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(36px,4.5vw,68px)}.afx-access__story .afx-eyebrow{color:#9ce3a7}.afx-access__story h2{margin:22px 0 0;font-family:var(--font-display, "Space Grotesk", sans-serif);font-size:clamp(36px,4vw,58px);font-weight:600;letter-spacing:-.06em;line-height:.98}.afx-access__story p{margin:24px 0 0;color:#ffffffa8;font-size:15px;line-height:1.7}.afx-footer{position:relative;padding:82px 0 0;overflow:hidden;background:#151a17;color:#fff}.afx-footer .afx-brand__name,.afx-footer__grid>div:not(:first-child) strong{color:#fff}.afx-footer .afx-brand__tagline,.afx-footer__brand>p,.afx-footer__grid>div:not(:first-child) a,.afx-footer__grid>div:not(:first-child) span,.afx-footer__legal{color:#ffffff85}.afx-footer .afx-brand__mark{background:#fff}.afx-footer__legal{border-color:#ffffff1f}.afx-footer__wordmark{width:100%;margin:42px 0 -.12em;overflow:hidden;color:#ffffff0e;font-family:var(--font-display, "Space Grotesk", sans-serif);font-size:clamp(110px,23vw,360px);font-weight:600;letter-spacing:-.085em;line-height:.7;text-align:center;text-transform:uppercase;white-space:nowrap}@media (min-width: 1025px){.afx-nav{top:14px;right:14px;left:14px;height:70px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#141a16f0;box-shadow:0 14px 36px #03140d24;color:#fff}.afx-nav.is-scrolled{top:9px;height:64px;border-color:#ffffff1a;background:#141a16f7;box-shadow:0 16px 36px #03140d33}.afx-nav .afx-brand__name{color:#fff}.afx-nav .afx-brand__tagline{color:#ffffff7a}.afx-nav__links a,.afx-nav__contrast,.afx-nav__login{color:#ffffffad}.afx-nav__links a:hover,.afx-nav__links a.is-active,.afx-nav__login:hover,.afx-nav__contrast:hover{color:#73d985}.afx-nav__links a.is-active:after{display:none}.afx-nav__cta{height:44px;padding-inline:18px;border-radius:999px;background:#fff;color:#15231b!important}.afx-nav__cta:hover{background:#dff4df}.afx-hero{padding-top:112px;background:radial-gradient(circle at 78% 22%,rgba(76,175,80,.12),transparent 28%),#f3f5f1}}@media (max-width: 1024px){.afx-access__story{grid-template-columns:1fr}.afx-access__story figure{min-height:430px}}@media (max-width: 720px){.afx-shell{width:min(calc(100% - 32px),1440px)}.afx-page-hero{width:calc(100% - 16px);min-height:610px;margin-top:8px;padding:118px 0 168px;border-radius:14px}.afx-page-hero h1{font-size:clamp(43px,12vw,58px)}.afx-page-hero__proof{right:18px;bottom:18px;left:18px;width:auto}.afx-access__story{min-height:0;border-radius:16px}.afx-access__story figure{min-height:330px}.afx-access__story>div{padding:34px 24px 40px}.afx-footer__wordmark{margin-top:56px;font-size:25vw}}@media (prefers-reduced-motion: reduce){.afx-site [data-reveal]{filter:none;transform:none}}.dashboard-financeiro{max-width:1400px;margin:0 auto;padding:48px 32px;min-height:100vh;background:var(--bg-primary);background-image:radial-gradient(680px at 12% 18%,rgba(240,161,38,.16),transparent 60%),radial-gradient(920px at 88% 82%,rgba(28,123,191,.18),transparent 65%);color:var(--text-secondary)}.dashboard-header{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;padding:28px 32px;border-radius:24px;background:#0f2025e0;border:1px solid rgba(240,161,38,.32);box-shadow:0 28px 56px #071e247a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);margin-bottom:32px}.header-content h1{margin:0;font-size:clamp(28px,3vw,36px);font-weight:700;color:var(--text-primary)}.subtitle{margin:8px 0 0;font-size:16px;color:#c6d5d2c7}.controles{display:flex;gap:16px;flex-wrap:wrap}.select-fazenda,.select-periodo{padding:12px 20px;border-radius:16px;border:1px solid rgba(240,161,38,.34);background:#07181aad;color:var(--text-primary);font-size:15px;font-weight:600;cursor:pointer;transition:var(--transition-normal);box-shadow:0 16px 32px #071e2473}.select-fazenda:hover,.select-periodo:hover{border-color:var(--color-green-primary);background:#1b8d7633}.select-fazenda:focus,.select-periodo:focus{outline:none;border-color:var(--color-green-primary);box-shadow:0 0 0 3px #1b8d7647}.loading{text-align:center;padding:4rem;color:#c6d5d2bf;font-size:1.1rem}.alert{padding:18px 24px;border-radius:18px;margin-bottom:24px;font-weight:500;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 18px 36px #071e2466}.alert-error{background:#f16a5b2e;border:1px solid rgba(241,106,91,.32);color:var(--color-error)}.empty-state{text-align:center;padding:64px 32px;border-radius:24px;border:2px dashed rgba(240,161,38,.32);background:#07181ab3;box-shadow:0 28px 56px #071e247a}.empty-state p{color:#c6d5d2cc;font-size:18px;margin:0 0 24px}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-bottom:32px}.card{display:flex;gap:16px;padding:24px;border-radius:22px;background:#0f2025d1;border:1px solid rgba(240,161,38,.24);box-shadow:0 26px 52px #071e247a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:transform var(--transition-normal),box-shadow var(--transition-normal)}.card:hover{transform:translateY(-4px);box-shadow:0 32px 64px #1b8d7659}.card-receitas{border-color:#21a98773;background:linear-gradient(135deg,#21a98738,#0f2025d1)}.card-despesas{border-color:#f16a5b73;background:linear-gradient(135deg,#f16a5b38,#0f2025d1)}.card-lucro{border-color:#1b8d7673;background:linear-gradient(135deg,#1b8d763d,#0c3f3a52)}.card-prejuizo{border-color:#f0a1266b;background:linear-gradient(135deg,#f0a12638,#0f2025d1)}.card-contas{border-color:#1c7bbf6b;background:linear-gradient(135deg,#1c7bbf3d,#0f2025d1)}.card-icon{font-size:40px;line-height:1}.card-content{flex:1}.card-label{margin:0 0 8px;font-size:14px;text-transform:uppercase;letter-spacing:.6px;color:#c6d5d2c2}.card-value{margin:0;font-size:30px;font-weight:700;color:var(--text-primary)}.card-periodo,.card-info{margin:8px 0 0;font-size:14px;color:#c6d5d2a6}.section{padding:28px;margin-bottom:28px;border-radius:22px;background:#0f2025d9;border:1px solid rgba(240,161,38,.24);box-shadow:0 24px 48px #071e2473;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.section-title{margin:0 0 20px;font-size:22px;font-weight:600;color:var(--text-primary)}.contas-list{display:flex;flex-direction:column;gap:16px}.conta-item{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;border-radius:18px;background:#07181ab3;border:1px solid rgba(240,161,38,.24);box-shadow:0 18px 36px #071e2466;transition:var(--transition-normal)}.conta-item:hover{background:#1b8d7638;border-color:var(--color-green-primary)}.conta-info{display:flex;gap:12px;align-items:center}.conta-nome{margin:0;font-weight:600;color:var(--text-primary)}.conta-valor{margin:0;font-weight:600;color:var(--color-harvest-gold)}.conta-data{font-size:14px;color:#c6d5d2a6}.conta-status{padding:8px 18px;border-radius:999px;border:1px solid rgba(240,161,38,.32);background:#f0a1262e;color:var(--color-harvest-gold);font-size:13px;font-weight:600}.fluxo-container{display:grid;gap:20px}.fluxo-resumo{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.fluxo-card{padding:18px;border-radius:16px;background:#0f2025c7;border:1px solid rgba(240,161,38,.24);text-align:center;box-shadow:0 18px 36px #071e2466;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.fluxo-label{margin:0;font-size:13px;color:#c6d5d2a6;text-transform:uppercase;letter-spacing:.4px}.fluxo-valor{margin:8px 0 0;font-size:24px;font-weight:700;color:var(--text-primary)}.fluxo-variacao{margin:6px 0 0;font-size:13px;color:var(--color-success)}.fluxo-alerta{display:flex;gap:16px;align-items:flex-start;padding:20px;border-radius:18px;background:#07181ab3;border:1px solid rgba(240,161,38,.24);box-shadow:0 18px 36px #071e2466}.fluxo-alerta-icon{font-size:26px;color:var(--color-harvest-gold)}.fluxo-alerta-texto h4{margin:0 0 6px;color:var(--text-primary)}.fluxo-alerta-texto p{margin:0;font-size:14px;color:#c6d5d2b8}.imobilizado-colunas{display:grid;gap:16px}.imobilizado-card{padding:18px 20px;border-radius:18px;background:#0f2025c7;border:1px solid rgba(240,161,38,.24);box-shadow:0 18px 36px #071e2466;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.imobilizado-card h4{margin:0 0 10px;color:var(--text-primary)}.imobilizado-card ul{margin:0;padding-left:20px;color:#c6d5d2b8;display:grid;gap:6px}.custos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.custo-card{padding:18px 20px;border-radius:18px;background:#0f2025c7;border:1px solid rgba(240,161,38,.24);box-shadow:0 18px 36px #071e2466;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.custo-cabecalho{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.custo-label{margin:0;font-size:13px;color:#c6d5d2ad;text-transform:uppercase;letter-spacing:.4px}.custo-percentual{margin:0;font-weight:600;color:var(--color-success)}.custo-valor{margin:0;font-size:24px;font-weight:700;color:var(--text-primary)}.custo-acao{margin-top:14px;padding:12px 16px;border-radius:14px;border:1px solid rgba(240,161,38,.34);background:#f0a1262e;color:#c6d5d2c7;font-size:13px}.btn-primary{padding:14px 28px;border-radius:999px;border:none;font-weight:600;cursor:pointer;background:var(--gradient-cool);color:#fff;box-shadow:0 22px 44px #1b8d7661;transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 30px 56px #1b8d7673}.btn-secondary{padding:14px 28px;border-radius:999px;border:1px solid rgba(240,161,38,.32);background:#07181aa6;color:#c6d5d2c7;font-weight:600;cursor:pointer;transition:var(--transition-normal);box-shadow:0 18px 36px #071e2461}.btn-secondary:hover{background:#1b8d7633;color:var(--text-primary);border-color:var(--color-green-primary)}@media (max-width: 1024px){.dashboard-header{flex-direction:column;align-items:flex-start}.controles{width:100%;justify-content:flex-start}}@media (max-width: 768px){.dashboard-financeiro{padding:40px 20px}.cards-grid,.fluxo-resumo,.custos-grid{grid-template-columns:1fr}}:root{--brand-primary: #1E6F43;--brand-primary-dark: #0F3D2E;--brand-primary-deeper: #082C21;--brand-primary-light: #4CAF50;--brand-primary-pale: #A7D89E;--brand-green-surface: #E8F2EC;--brand-green-mid: #D8EBDD;--brand-gold: #FF8A00;--brand-gold-light: #FFC266;--brand-earth: #A6550A;--brand-sky: #176C73;--brand-red: #B23A2B;--surface-0: #FFFFFF;--surface-1: #F5F5EA;--surface-2: #F0F2F5;--surface-3: #D7DED9;--surface-4: #B9C7BD;--border-subtle: rgba(15, 61, 46, .05);--border-default: rgba(15, 61, 46, .12);--border-strong: rgba(15, 61, 46, .24);--border-accent: rgba(30, 111, 67, .3);--border-green: rgba(30, 111, 67, .16);--text-primary: #0C1712;--text-secondary: #425049;--text-muted: #6D7973;--text-accent: #1E6F43;--text-gold: #C76A00;--color-success: #1E6F43;--color-error: #B23A2B;--color-warning: #FF8A00;--color-info: #176C73;--font-display: "Space Grotesk", "Inter", -apple-system, sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "SF Mono", "Cascadia Code", monospace;--text-xs: 11px;--text-sm: 13px;--text-base: 15px;--text-md: 17px;--text-lg: 20px;--text-xl: 24px;--text-2xl: 32px;--text-3xl: 44px;--text-4xl: 58px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--space-20: 80px;--space-24: 96px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 10px;--radius-xl: 14px;--radius-2xl: 20px;--radius-3xl: 28px;--radius-full: 9999px;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .05);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .07), 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 16px rgba(0, 0, 0, .07), 0 2px 4px rgba(0, 0, 0, .04);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .09), 0 4px 8px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 56px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .06);--shadow-green: 0 4px 20px rgba(30, 111, 67, .22);--shadow-green-lg: 0 8px 32px rgba(30, 111, 67, .28);--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in: cubic-bezier(.4, 0, 1, 1);--ease-in-out: cubic-bezier(.4, 0, .2, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--transition-fast: .12s var(--ease-out);--transition-normal: .22s var(--ease-out);--transition-slow: .36s var(--ease-out);--gradient-brand: linear-gradient(135deg, #0F3D2E 0%, #1E6F43 55%, #4CAF50 100%);--gradient-green: linear-gradient(135deg, #0F3D2E 0%, #1E6F43 100%);--gradient-hero: linear-gradient(160deg, #FFFFFF 0%, #F5F5EA 65%, #E8F2EC 100%);--gradient-surface: linear-gradient(160deg, #FFFFFF 0%, #F0F2F5 100%);--gradient-gold: linear-gradient(135deg, #FF8A00 0%, #C76A00 100%);--gradient-cta: linear-gradient(135deg, #0F3D2E 0%, #1E6F43 40%, #4CAF50 100%);--bg-primary: var(--surface-0);--bg-surface: var(--surface-1);--bg-card: var(--surface-0);--bg-card-hover: var(--surface-1);--bg-border: var(--border-default);--bg-alt: var(--surface-1);--color-green-primary: var(--brand-primary);--color-emerald: var(--brand-primary-light);--color-harvest-gold: var(--brand-gold);--color-tech-blue: var(--brand-sky);--color-deep-teal: var(--brand-primary-deeper);--color-soil-brown: var(--brand-earth);--font-family: var(--font-body);--spacing-xs: var(--space-1);--spacing-sm: var(--space-2);--spacing-md: var(--space-4);--spacing-lg: var(--space-6);--spacing-xl: var(--space-8);--spacing-xxl: var(--space-12);--gradient-hero-legacy: var(--gradient-brand);--gradient-warm: var(--gradient-gold);--gradient-cool: var(--gradient-green);--gradient-card-glow: none;--glass-overlay: rgba(255, 255, 255, .8);--glass-outline: rgba(30, 111, 67, .22);--color-positive-dark: #0F3D2E;--color-caution-dark: #A6550A;--color-critical-dark: #8D2B22}html[data-app-theme=light]{--surface-0: #FFFFFF;--surface-1: #F5F5EA;--surface-2: #F0F2F5;--surface-3: #D7DED9;--surface-4: #B9C7BD;--brand-primary: #1E6F43;--brand-primary-dark: #0F3D2E;--brand-primary-light: #4CAF50;--brand-green-surface: #E8F2EC;--brand-green-mid: #D8EBDD;--text-primary: #0C1712;--text-secondary: #425049;--text-muted: #6D7973;--color-success: #1E6F43;--color-error: #B23A2B;--color-warning: #FF8A00;--color-info: #176C73;--border-default: rgba(15, 61, 46, .12);--border-strong: rgba(15, 61, 46, .24)}html[data-app-theme=dark]{--surface-0: #0F3D2E;--surface-1: #0B2B20;--surface-2: #174E37;--surface-3: #2B6047;--surface-4: #4F8468;--brand-primary: #7ED09A;--brand-primary-dark: #9BE1B0;--brand-primary-light: #A7E6B9;--brand-green-surface: #1D5239;--brand-green-mid: #245E41;--text-primary: #F3F8F4;--text-secondary: #D2E0D7;--text-muted: #A7BAAF;--color-success: #7ED09A;--color-error: #EF978D;--color-warning: #FFB14A;--color-info: #85C8C6;--border-default: rgba(243, 248, 244, .14);--border-strong: rgba(243, 248, 244, .28)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}html,body{overflow-x:clip}html,body,#root{height:100%}body{margin:0;font-family:var(--font-body);font-size:var(--text-base);line-height:1.6;background:var(--surface-0);color:var(--text-secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p{margin:0 0 1rem}a{color:var(--brand-primary);text-decoration:none}a:hover{color:var(--brand-primary-dark)}:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px;border-radius:3px}img{max-width:100%;height:auto;display:block}.page{min-height:100%;display:flex;flex-direction:column;background:var(--surface-0)}.section{padding:var(--space-20) clamp(24px,6vw,64px);background:transparent;position:relative;scroll-margin-top:64px}.section--alt{background:var(--surface-1);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.section--green{background:var(--brand-green-surface);border-top:1px solid var(--border-green);border-bottom:1px solid var(--border-green)}.section__inner{width:min(95vw,1280px);margin:0 auto}.section h2{font-family:var(--font-display);font-size:clamp(26px,3vw,38px);font-weight:700;margin:0 0 10px;color:var(--text-primary);letter-spacing:-.5px}.section__subtitle{color:var(--text-secondary);font-size:17px;margin:0 0 40px;max-width:640px;line-height:1.65}.spinner{width:36px;height:36px;border:3px solid var(--surface-2);border-top-color:var(--brand-primary);border-radius:50%;animation:spin .7s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .5s var(--ease-out) both}.fade-up--1{animation-delay:.05s}.fade-up--2{animation-delay:.12s}.fade-up--3{animation-delay:.2s}.fade-up--4{animation-delay:.28s}.fade-up--5{animation-delay:.36s}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:11px 20px;border-radius:var(--radius-lg);font-weight:600;font-size:14px;border:1.5px solid transparent;cursor:pointer;transition:background var(--transition-fast),border-color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast),opacity var(--transition-fast);font-family:var(--font-body);line-height:1;white-space:nowrap;text-decoration:none}.btn--primary{background:var(--brand-primary);color:#fff;border-color:var(--brand-primary);box-shadow:var(--shadow-green)}.btn--primary:hover{background:var(--brand-primary-dark);border-color:var(--brand-primary-dark);box-shadow:var(--shadow-green-lg);transform:translateY(-1px);color:#fff}.btn--primary:active{transform:translateY(0)}.btn--ghost{background:transparent;color:var(--text-secondary);border-color:var(--border-strong)}.btn--ghost:hover{background:var(--surface-1);color:var(--text-primary);border-color:var(--border-strong)}.btn--outline-green{background:transparent;color:var(--brand-primary);border-color:var(--border-accent)}.btn--outline-green:hover{background:var(--brand-green-surface);color:var(--brand-primary-dark)}.btn--lg{padding:14px 26px;font-size:15px}.btn--sm{padding:7px 13px;font-size:13px}.badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:var(--radius-full);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;background:var(--brand-green-surface);color:var(--brand-primary-dark);border:1px solid var(--border-green)}.badge--gold{background:#fffbeb;color:var(--brand-earth);border-color:#d9770638}.badge--popular{background:var(--brand-primary);color:#fff;border-color:var(--brand-primary);box-shadow:var(--shadow-green)}.nav{background:#fffffff2;border-bottom:1px solid var(--border-subtle);padding:0 clamp(20px,4vw,48px);position:sticky;top:0;z-index:1200;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.nav__row{display:flex;align-items:center;justify-content:space-between;height:60px;gap:16px}.nav__left{display:flex;align-items:center;gap:20px}.nav__right{display:flex;align-items:center;gap:6px}.brand{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:700;font-size:17px;color:var(--text-primary);letter-spacing:-.3px;text-decoration:none}.brand:hover{color:var(--text-primary)}.brand__logo{width:34px;height:34px;object-fit:contain;border-radius:8px}.brand__text{display:inline-flex;align-items:baseline;gap:2px}.brand strong{color:var(--brand-primary)}.nav__link{color:var(--text-secondary);font-size:14px;font-weight:500;padding:6px 10px;border-radius:var(--radius-md);transition:background var(--transition-fast),color var(--transition-fast);text-decoration:none}.nav__link:hover{background:var(--surface-1);color:var(--text-primary)}.nav__hamburger{display:none;flex-direction:column;gap:5px;width:36px;height:36px;align-items:center;justify-content:center;border:1.5px solid var(--border-default);border-radius:var(--radius-md);background:transparent;cursor:pointer;padding:0;transition:background var(--transition-fast)}.nav__hamburger:hover{background:var(--surface-1)}.nav__hamburger span{display:block;width:16px;height:1.5px;background:var(--text-primary);border-radius:2px;transition:transform var(--transition-normal),opacity var(--transition-normal)}.nav__hamburger--open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.nav__hamburger--open span:nth-child(2){opacity:0}.nav__hamburger--open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.nav__mobile-overlay{position:fixed;inset:0;background:#0f172a59;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1300;opacity:0;pointer-events:none;transition:opacity var(--transition-normal)}.nav__mobile-overlay--open{opacity:1;pointer-events:auto}.nav__mobile-menu{position:fixed;top:0;right:0;bottom:0;width:min(300px,85vw);background:var(--surface-0);border-left:1px solid var(--border-default);z-index:1400;transform:translate(105%);visibility:hidden;transition:transform var(--transition-slow),visibility 0s var(--transition-slow);padding:80px 24px 32px;display:flex;flex-direction:column;gap:4px;box-shadow:var(--shadow-xl);overflow-y:auto}.nav__mobile-menu--open{transform:translate(0);visibility:visible;transition:transform var(--transition-slow)}.nav__mobile-link{display:block;padding:12px 14px;border-radius:var(--radius-lg);font-size:15px;font-weight:500;color:var(--text-secondary);text-decoration:none;transition:background var(--transition-fast),color var(--transition-fast)}.nav__mobile-link:hover{background:var(--surface-1);color:var(--text-primary)}.nav__mobile-divider{height:1px;background:var(--border-subtle);margin:8px 0}.info-strip{display:flex;gap:0;align-items:center;overflow-x:auto;scrollbar-width:none;border-top:1px solid var(--border-subtle);background:var(--surface-1);padding:0 clamp(20px,4vw,48px)}.info-strip::-webkit-scrollbar{display:none}.info-strip__item{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-size:12px;color:var(--text-muted);white-space:nowrap;border-right:1px solid var(--border-subtle)}.info-strip__item:first-child{padding-left:0}.info-strip__value{font-weight:600;color:var(--text-secondary)}.info-strip__demo{font-size:10px;color:var(--text-muted);background:var(--surface-2);border:1px solid var(--border-subtle);padding:1px 5px;border-radius:3px;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.hero{padding:clamp(72px,12vh,112px) 0 clamp(56px,9vh,88px);background:var(--gradient-hero);border-bottom:1px solid var(--border-subtle);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(800px at 75% 30%,rgba(22,163,74,.06),transparent 60%),radial-gradient(600px at 20% 80%,rgba(3,105,161,.04),transparent 55%);pointer-events:none}.hero__inner{width:min(95vw,1280px);margin:0 auto;padding:0 clamp(24px,6vw,64px);display:grid;grid-template-columns:minmax(0,520px) minmax(0,1fr);gap:clamp(40px,5vw,72px);align-items:center;position:relative;z-index:1}.hero__heading{display:flex;flex-direction:column;gap:20px;align-items:flex-start}.hero__eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:var(--brand-primary);letter-spacing:.5px;text-transform:uppercase}.hero__eyebrow:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--brand-primary)}.hero__heading h1{margin:0;font-family:var(--font-display);font-size:clamp(34px,4vw,54px);font-weight:700;line-height:1.1;color:var(--text-primary);letter-spacing:-1px}.hero__heading h1 em{font-style:normal;color:var(--brand-primary)}.hero__lead{margin:0;font-size:17px;color:var(--text-secondary);line-height:1.7;max-width:460px}.hero__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding-top:4px}.hero__trust{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted)}.hero__trust:before{content:"";display:inline-block;width:14px;height:14px;border-radius:50%;background:var(--brand-green-surface);border:1.5px solid var(--border-accent);flex-shrink:0}.hero__media{background:var(--surface-0);border:1px solid var(--border-default);border-radius:var(--radius-2xl);overflow:hidden;display:grid;gap:12px;padding:16px;box-shadow:var(--shadow-lg)}.hero__media-main{position:relative;border-radius:var(--radius-xl);overflow:hidden;background:var(--surface-2);min-height:300px;display:flex;align-items:center;justify-content:center}.hero__image{width:100%;height:380px;object-fit:contain;display:block}.hero__media-caption{position:absolute;left:12px;bottom:12px;background:#0f172acc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;padding:8px 12px;border-radius:var(--radius-md);display:flex;flex-direction:column;gap:2px;max-width:70%;font-size:12px}.hero__media-caption strong{font-size:13px;color:#fff}.hero__thumbs{display:flex;gap:8px;flex-wrap:wrap}.hero__thumb{border:2px solid transparent;border-radius:var(--radius-md);padding:0;background:none;cursor:pointer;transition:border-color var(--transition-fast),transform var(--transition-fast)}.hero__thumb:hover{transform:scale(1.04)}.hero__thumb img{width:88px;height:68px;object-fit:cover;border-radius:var(--radius-md);background:var(--surface-2);display:block}.hero__thumb--active{border-color:var(--brand-primary)}.hero__media-actions{display:grid;gap:8px}.hero__capabilities-section{grid-column:1 / -1;margin-top:clamp(32px,5vw,56px);display:grid;gap:clamp(16px,3vw,28px)}.hero__divider{width:100%;height:1px;background:var(--border-subtle)}.hero__capabilities{display:grid;gap:clamp(10px,1.5vw,16px);grid-template-columns:repeat(3,minmax(0,1fr))}.hero-capability{background:var(--surface-0);border:1px solid var(--border-default);border-radius:var(--radius-xl);padding:clamp(16px,2vw,22px);display:grid;gap:8px;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast)}.hero-capability:hover{border-color:var(--border-accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.hero-capability__icon{width:32px;height:32px;background:var(--brand-green-surface);border:1px solid var(--border-green);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:16px}.hero-capability h3{margin:0;font-family:var(--font-display);font-size:15px;font-weight:600;color:var(--text-primary)}.hero-capability p{margin:0;color:var(--text-secondary);font-size:13px;line-height:1.6}.hero__cta-row{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:8px}.identity-section{display:grid;gap:40px}.identity-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.identity-card{background:var(--surface-0);border:1px solid var(--border-default);border-radius:var(--radius-2xl);padding:24px;display:grid;gap:10px;transition:box-shadow var(--transition-fast),transform var(--transition-fast)}.identity-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.identity-card__icon{width:40px;height:40px;background:var(--brand-green-surface);border:1px solid var(--border-green);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:18px}.identity-card__title{margin:0;font-family:var(--font-display);font-size:15px;font-weight:600;color:var(--text-primary);letter-spacing:-.2px}.identity-card__desc{margin:0;font-size:13px;color:var(--text-secondary);line-height:1.6}.identity-banner{display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:center;padding:32px;border-radius:var(--radius-2xl);background:var(--gradient-cta);box-shadow:var(--shadow-green-lg)}.identity-banner__logo{width:72px;height:72px;border-radius:var(--radius-xl);background:#fffffff2;padding:10px;object-fit:contain}.identity-banner__content h3{margin:0 0 6px;font-size:20px;color:#fff;font-family:var(--font-display);letter-spacing:-.3px}.identity-banner__content p{margin:0;font-size:14px;color:#fffc;line-height:1.65}.value-tiles{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.value-tile{background:var(--surface-0);border:1px solid var(--border-default);border-radius:var(--radius-xl);padding:22px;display:flex;flex-direction:column;gap:10px;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.value-tile:hover{border-color:var(--border-accent);box-shadow:var(--shadow-sm)}.value-tile__icon{font-size:22px}.value-tile__title{margin:0;font-size:16px;font-weight:600;color:var(--text-primary)}.value-tile__desc{margin:0;color:var(--text-secondary);font-size:13px;line-height:1.6}.testimonial-section{display:grid;gap:28px}.testimonial-spotlight{background:var(--surface-0);border:1px solid var(--border-default);border-radius:var(--radius-2xl);padding:28px;display:grid;gap:16px;grid-template-columns:auto 1fr;align-items:flex-start;box-shadow:var(--shadow-sm)}.testimonial-spotlight__avatar{width:52px;height:52px;border-radius:var(--radius-full);background:var(--brand-primary);color:#fff;font-weight:700;font-size:20px;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);flex-shrink:0}.testimonial-spotlight__content h3{margin:0;font-size:16px;color:var(--text-primary);font-weight:600}.testimonial-spotlight__location{margin:3px 0 10px;color:var(--text-muted);font-size:13px}.testimonial-spotlight__quote{margin:0;color:var(--text-secondary);font-size:15px;line-height:1.7;font-style:italic}.testimonial-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.testimonial-card{background:var(--surface-0);border:1px solid var(--border-default);border-radius:var(--radius-xl);padding:22px;display:flex;flex-direction:column;gap:12px;font-size:14px;box-shadow:var(--shadow-xs)}.testimonial-card p{margin:0;color:var(--text-secondary);line-height:1.65;font-style:italic}.testimonial-card strong{color:var(--text-primary);font-size:14px}.plans-grid{display:grid;gap:clamp(14px,2vw,20px);grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.plan{background:var(--surface-0);border:1px solid var(--border-default);border-radius:var(--radius-2xl);padding:24px;display:flex;flex-direction:column;gap:16px;position:relative;overflow:hidden;--plan-accent: var(--brand-primary);transition:border-color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast)}.plan:hover{border-color:var(--border-accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.plan:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--plan-accent);border-radius:2px 2px 0 0}.plan--popular{border-color:var(--border-accent);box-shadow:var(--shadow-green)}.plan--accent-semente{--plan-accent: var(--brand-earth)}.plan--accent-broto{--plan-accent: var(--brand-primary)}.plan--accent-colheita{--plan-accent: var(--brand-sky)}.plan--accent-safra{--plan-accent: var(--brand-gold)}.plan--accent-silo{--plan-accent: var(--brand-primary-deeper)}.plan__popular-tag{position:absolute;top:14px;right:14px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background:var(--brand-primary);color:#fff;padding:3px 8px;border-radius:var(--radius-full)}.plan__label{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:6px}.plan__label:before{content:"";width:7px;height:7px;border-radius:2px;background:var(--plan-accent);flex-shrink:0}.plan__title{margin:0;font-family:var(--font-display);font-size:21px;font-weight:700;color:var(--text-primary);letter-spacing:-.3px}.plan__summary{margin:-8px 0 4px;font-size:13px;color:var(--text-secondary)}.plan__price{font-family:var(--font-display);font-size:28px;font-weight:700;color:var(--text-primary);letter-spacing:-.5px}.plan__billing-note{font-size:12px;color:var(--text-muted);margin:-10px 0 0}.plan__features{list-style:none;padding:0;margin:0;display:grid;gap:8px;font-size:13px;color:var(--text-secondary)}.plan__features li{display:flex;gap:8px;align-items:flex-start;line-height:1.5}.plan__features li:before{content:"✓";color:var(--brand-primary);font-weight:700;flex-shrink:0}.plan__cta{margin-top:auto}.billing-toggle{display:inline-flex;align-items:center;gap:4px;padding:4px;border-radius:var(--radius-lg);background:var(--surface-1);border:1px solid var(--border-default);margin-bottom:36px}.billing-toggle__btn{padding:8px 18px;font-size:14px;font-weight:500;color:var(--text-muted);background:transparent;border:none;border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast);font-family:var(--font-body);white-space:nowrap}.billing-toggle__btn--active{background:var(--surface-0);color:var(--text-primary);box-shadow:var(--shadow-xs)}.resources{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.resource-card{background:var(--surface-0);border:1px solid var(--border-default);border-radius:var(--radius-xl);padding:22px;display:flex;flex-direction:column;gap:10px;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.resource-card:hover{border-color:var(--border-accent);box-shadow:var(--shadow-sm)}.resource-card h3{margin:0;font-size:16px;font-weight:600;color:var(--text-primary)}.resource-card p{margin:0;color:var(--text-secondary);font-size:13px;line-height:1.6}.resource-card .btn{margin-top:8px;align-self:flex-start}.faq-list{display:grid;gap:6px;max-width:760px;margin:0 auto}.faq-item{background:var(--surface-0);border:1px solid var(--border-default);border-radius:var(--radius-xl);overflow:hidden;transition:border-color var(--transition-fast)}.faq-item:has(.faq-question[aria-expanded=true]){border-color:var(--border-accent)}.faq-question{width:100%;background:none;border:none;text-align:left;padding:18px 20px;font-size:15px;font-weight:600;color:var(--text-primary);display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:var(--font-body);gap:12px}.faq-question__icon{width:22px;height:22px;border-radius:var(--radius-full);background:var(--surface-1);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;font-weight:400;color:var(--brand-primary);transition:background var(--transition-fast),transform var(--transition-normal)}.faq-question[aria-expanded=true] .faq-question__icon{background:var(--brand-green-surface);transform:rotate(45deg)}.faq-answer{padding:0 20px 18px;font-size:14px;color:var(--text-secondary);line-height:1.7;animation:fadeUp .2s var(--ease-out) both}.cta{padding:var(--space-20) 24px;background:var(--gradient-cta);text-align:center;position:relative;overflow:hidden}.cta:before{content:"";position:absolute;inset:0;background:radial-gradient(600px at 30% 50%,rgba(255,255,255,.06),transparent),radial-gradient(400px at 80% 20%,rgba(34,197,94,.12),transparent);pointer-events:none}.cta h2{margin:0 0 12px;font-family:var(--font-display);font-size:clamp(26px,3vw,40px);color:#fff;letter-spacing:-.5px;font-weight:700;position:relative}.cta p{margin:0 auto 28px;font-size:17px;color:#ffffffd1;max-width:520px;line-height:1.65;position:relative}.cta__actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;position:relative}.btn--cta-primary{background:#fff;color:var(--brand-primary-darker, #14532D);border-color:#fff;font-weight:700;box-shadow:0 4px 20px #0003}.btn--cta-primary:hover{background:var(--brand-green-surface);color:var(--brand-primary-deeper);box-shadow:0 8px 32px #0000003d;transform:translateY(-2px)}.btn--cta-ghost{background:#ffffff1f;color:#fff;border-color:#ffffff5c}.btn--cta-ghost:hover{background:#fff3;color:#fff}.footer{background:var(--surface-1);border-top:1px solid var(--border-subtle);padding:40px clamp(24px,6vw,64px) 28px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.footer__column h4{margin:0 0 12px;font-size:13px;font-weight:600;color:var(--text-primary);letter-spacing:.3px;text-transform:uppercase}.footer__column p,.footer__column a{margin:0 0 6px;color:var(--text-secondary);font-size:13px;display:block}.footer__column a:hover{color:var(--brand-primary)}.footer__brand{display:flex;flex-direction:column;gap:10px}.footer__brand-name{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--text-primary)}.footer__brand-name span{color:var(--brand-primary)}.footer__tagline{font-size:13px;color:var(--text-muted)}.footer__legal{grid-column:1 / -1;font-size:12px;color:var(--text-muted);padding-top:16px;border-top:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.modal-overlay{position:fixed;inset:0;background:#0f172a80;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;z-index:2000;padding:24px;animation:fadeOverlay .2s var(--ease-out) both}@keyframes fadeOverlay{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--surface-0);border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);padding:32px;width:min(420px,100%);position:relative;border:1px solid var(--border-default);animation:fadeUp .25s var(--ease-spring) both}.modal-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;background:none;font-size:20px;line-height:1;cursor:pointer;color:var(--text-muted);display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);transition:background var(--transition-fast),color var(--transition-fast)}.modal-close:hover{background:var(--surface-1);color:var(--text-primary)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}html.is-high-contrast body{background:#fff;color:#000}html.is-high-contrast .section,html.is-high-contrast .hero{background:#fff}html.is-high-contrast .btn--ghost{border-color:#000;color:#000}html.is-high-contrast .btn--ghost:hover{background:#000;color:#fff}html.is-high-contrast .plan,html.is-high-contrast .identity-card,html.is-high-contrast .value-tile{border-color:#000}html.is-high-contrast .btn--primary{background:#000;border-color:#000;color:#fff}@media (max-width: 1100px){.hero__inner{grid-template-columns:minmax(0,1fr)}.hero__media{max-width:640px;justify-self:center}.hero__capabilities{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 840px){.hero__capabilities{grid-template-columns:minmax(0,1fr)}}@media (max-width: 720px){.nav__right .nav__link,.nav__right .btn--ghost:not(.btn--hamburger-trigger){display:none}.nav__hamburger{display:flex}.info-strip{display:none}.identity-banner{grid-template-columns:1fr}.identity-banner__logo{width:56px;height:56px}}@media (max-width: 480px){.hero__heading h1{font-size:30px}.hero__actions{flex-direction:column;align-items:stretch}.hero__actions .btn{justify-content:center}.plans-grid{grid-template-columns:1fr}.cta__actions{flex-direction:column;align-items:stretch}.cta__actions .btn{justify-content:center}}
