@layer base{._content_1hxhe_2{max-width:20rem;padding:var(--spacing-2) var(--spacing-3);background-color:var(--popup);color:var(--popup-foreground);border-radius:var(--radius);font-size:.875rem;line-height:1.4;box-shadow:var(--shadow-md);font-family:var(--font-family-base);border:1px solid var(--border);z-index:var(--z-overlay);overflow-wrap:break-word;word-break:keep-all;animation-duration:var(--animation-duration-normal);animation-timing-function:cubic-bezier(.16,1,.3,1);will-change:transform,opacity}._content_1hxhe_2[data-state=delayed-open][data-side=top]{animation-name:_slideDownAndFade_1hxhe_1}._content_1hxhe_2[data-state=delayed-open][data-side=bottom]{animation-name:_slideUpAndFade_1hxhe_1}._content_1hxhe_2[data-state=delayed-open][data-side=left]{animation-name:_slideRightAndFade_1hxhe_1}._content_1hxhe_2[data-state=delayed-open][data-side=right]{animation-name:_slideLeftAndFade_1hxhe_1}@keyframes _slideUpAndFade_1hxhe_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideDownAndFade_1hxhe_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideLeftAndFade_1hxhe_1{0%{opacity:0;transform:translate(4px)}to{opacity:1;transform:translate(0)}}@keyframes _slideRightAndFade_1hxhe_1{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}}@layer base{._toaster_uhdob_2{--viewport-padding: var(--spacing-4);--toast-width: 360px;--toast-border-radius: var(--radius);--toast-font-family: var(--font-family-base);--toast-animation-duration: var(--animation-duration-normal)}._toast_uhdob_2{display:flex;align-items:flex-start;gap:var(--spacing-3);padding:var(--spacing-4);background-color:var(--card);color:var(--card-foreground);border-radius:var(--radius);box-shadow:var(--shadow-md);border:1px solid var(--border);width:var(--toast-width);position:relative;animation:_slideIn_uhdob_1 var(--toast-animation-duration) cubic-bezier(.16,1,.3,1);transition:transform .2s ease,opacity .2s ease}._toast_uhdob_2:focus{outline:none;box-shadow:var(--shadow-focus)}._toast_uhdob_2:hover{transform:translateY(-2px)}._content_uhdob_35{flex:1;display:flex;flex-direction:column;gap:var(--spacing-1);min-width:0}._title_uhdob_43{font-weight:600;font-size:1rem;color:var(--card-foreground);line-height:1.4}._description_uhdob_50{font-size:.875rem;color:var(--muted-foreground);line-height:1.4}._icon_uhdob_56{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.5rem;height:1.5rem;color:var(--primary)}._actionButton_uhdob_66{padding:var(--spacing-2) var(--spacing-3);background-color:var(--primary);color:var(--primary-foreground);border:none;border-radius:var(--radius-sm);font-weight:500;font-size:.875rem;cursor:pointer;transition:background-color var(--animation-duration-fast) ease;margin-left:var(--spacing-2);white-space:nowrap}._actionButton_uhdob_66:hover{background-color:color-mix(in srgb,var(--primary) 90%,black)}._actionButton_uhdob_66:focus-visible{outline:none;box-shadow:var(--shadow-focus)}._actionButton_uhdob_66:active{background-color:color-mix(in srgb,var(--primary) 80%,black)}._cancelButton_uhdob_93{padding:var(--spacing-2) var(--spacing-3);background-color:var(--muted);color:var(--muted-foreground);border:none;border-radius:var(--radius-sm);font-weight:500;font-size:.875rem;cursor:pointer;transition:background-color var(--animation-duration-fast) ease;white-space:nowrap}._cancelButton_uhdob_93:hover{background-color:color-mix(in srgb,var(--muted) 80%,white)}._cancelButton_uhdob_93:focus-visible{outline:none;box-shadow:var(--shadow-focus)}._cancelButton_uhdob_93:active{background-color:color-mix(in srgb,var(--muted) 75%,white)}._closeButton_uhdob_119{position:absolute;top:var(--spacing-2);right:var(--spacing-2);display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:var(--radius-sm);background-color:transparent;color:var(--muted-foreground);border:none;cursor:pointer;opacity:.7;transition:opacity var(--animation-duration-fast) ease,background-color var(--animation-duration-fast) ease}._closeButton_uhdob_119:hover{opacity:1;background-color:var(--muted)}._closeButton_uhdob_119:focus-visible{outline:none;box-shadow:var(--shadow-focus);opacity:1}.dark ._toast_uhdob_2{border-color:var(--border)}.dark ._actionButton_uhdob_66:hover{background-color:color-mix(in srgb,var(--primary) 90%,white)}.dark ._actionButton_uhdob_66:active{background-color:color-mix(in srgb,var(--primary) 80%,white)}.dark ._cancelButton_uhdob_93:hover{background-color:color-mix(in srgb,var(--muted) 80%,black)}.dark ._cancelButton_uhdob_93:active{background-color:color-mix(in srgb,var(--muted) 70%,black)}@keyframes _slideIn_uhdob_1{0%{transform:translate(calc(100% + var(--viewport-padding)));opacity:0}to{transform:translate(0);opacity:1}}}@layer base{._button_1q7ex_2{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-2);font-family:var(--font-family-base);font-weight:500;border-radius:var(--radius);white-space:nowrap;text-decoration:none;cursor:pointer;transition:background-color var(--animation-duration-fast) ease,border-color var(--animation-duration-fast) ease,color var(--animation-duration-fast) ease,box-shadow var(--animation-duration-fast) ease;outline:none;border:1px solid transparent;position:relative}._button_1q7ex_2:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--primary);outline:none}._sm_1q7ex_32{height:1.5rem;padding:0 var(--spacing-2);font-size:.875rem}._md_1q7ex_38{height:2.5rem;padding:0 var(--spacing-3);font-size:.9375rem}._lg_1q7ex_44{height:3rem;padding:0 var(--spacing-4);font-size:1rem;border-radius:var(--radius-md)}._icon_1q7ex_52,._icon-md_1q7ex_53{width:2rem;height:2rem;padding:0}._icon-sm_1q7ex_59{width:1.5rem;height:1.5rem;padding:0}._icon-lg_1q7ex_65{width:2.5rem;height:2.5rem;padding:0;border-radius:var(--radius-md)}._button_1q7ex_2 svg{flex-shrink:0}._sm_1q7ex_32 svg,._icon-sm_1q7ex_59 svg{width:1rem;height:1rem}._md_1q7ex_38 svg,._icon_1q7ex_52 svg,._icon-md_1q7ex_53 svg{width:1.25rem;height:1.25rem}._lg_1q7ex_44 svg,._icon-lg_1q7ex_65 svg{width:1.5rem;height:1.5rem}._primary_1q7ex_97{background-color:var(--primary);color:var(--primary-foreground);border-color:var(--primary);--spinner-color: var(--primary-foreground)}._primary_1q7ex_97:hover{background-color:color-mix(in oklch,var(--primary) 90%,var(--primary-foreground));border-color:color-mix(in oklch,var(--primary) 90%,var(--primary-foreground))}._primary_1q7ex_97:active{background-color:color-mix(in oklch,var(--primary) 85%,var(--primary-foreground));border-color:color-mix(in oklch,var(--primary) 85%,var(--primary-foreground))}._secondary_1q7ex_114{background-color:var(--secondary);color:var(--secondary-foreground);border-color:var(--secondary);--spinner-color: var(--secondary-foreground)}._secondary_1q7ex_114:hover{background-color:color-mix(in oklch,var(--secondary) 90%,var(--secondary-foreground));border-color:color-mix(in oklch,var(--secondary) 90%,var(--secondary-foreground))}._secondary_1q7ex_114:active{background-color:color-mix(in oklch,var(--secondary) 85%,var(--secondary-foreground));border-color:color-mix(in oklch,var(--secondary) 85%,var(--secondary-foreground))}._destructive_1q7ex_132{background-color:var(--error);color:var(--error-foreground);border-color:var(--error);--spinner-color: var(--error-foreground)}._destructive_1q7ex_132:hover{background-color:color-mix(in oklch,var(--error) 90%,var(--error-foreground));border-color:color-mix(in oklch,var(--error) 90%,var(--error-foreground))}._destructive_1q7ex_132:active{background-color:color-mix(in oklch,var(--error) 85%,var(--error-foreground));border-color:color-mix(in oklch,var(--error) 85%,var(--error-foreground))}._destructive_1q7ex_132:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--error)}._outline_1q7ex_156{background-color:transparent;border-color:var(--primary);color:var(--primary);--spinner-color: var(--primary)}._outline_1q7ex_156:hover{background-color:color-mix(in oklch,var(--primary) 12%,var(--background));border-color:color-mix(in oklch,var(--primary) 90%,var(--primary-foreground));color:color-mix(in oklch,var(--primary) 90%,var(--primary-foreground))}._outline_1q7ex_156:active{background-color:color-mix(in oklch,var(--primary) 15%,var(--background));border-color:color-mix(in oklch,var(--primary) 85%,var(--primary-foreground));color:color-mix(in oklch,var(--primary) 85%,var(--primary-foreground))}._ghost_1q7ex_176{background-color:transparent;border-color:transparent;--spinner-color: var(--primary)}._ghost_1q7ex_176:hover{background-color:color-mix(in oklch,var(--primary) 12%,var(--background));color:color-mix(in oklch,var(--primary) 90%,var(--primary-foreground))}._ghost_1q7ex_176:active{background-color:color-mix(in oklch,var(--primary) 15%,var(--background));color:color-mix(in oklch,var(--primary) 85%,var(--primary-foreground))}._link_1q7ex_193{background-color:transparent;color:var(--primary);height:auto;padding:0;text-decoration:none;border:none;border-radius:0;min-height:2.75rem;display:inline-flex;align-items:center;--spinner-color: var(--primary)}._link_1q7ex_193:hover{text-decoration:underline;color:color-mix(in oklch,var(--primary) 90%,var(--primary-foreground));background-color:transparent}._link_1q7ex_193:active{color:color-mix(in oklch,var(--primary) 85%,var(--primary-foreground));background-color:transparent}._link_1q7ex_193:focus-visible{box-shadow:0 0 0 2px var(--primary);outline:none;border-radius:.25rem}._disabled_1q7ex_225{opacity:.5;cursor:not-allowed;pointer-events:none}@media(max-width:480px){._button_1q7ex_2:not(._icon_1q7ex_52):not(._icon-sm_1q7ex_59):not(._icon-md_1q7ex_53):not(._icon-lg_1q7ex_65){height:auto;min-height:2.75rem;padding-top:.6rem;padding-bottom:.6rem;line-height:1.25;text-align:center;white-space:normal}._lg_1q7ex_44{min-height:3rem}}.dark ._primary_1q7ex_97:focus-visible,.dark ._outline_1q7ex_156:focus-visible,.dark ._ghost_1q7ex_176:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--primary)}.dark ._destructive_1q7ex_132:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--error)}.dark ._link_1q7ex_193:focus-visible{box-shadow:0 0 0 2px var(--primary)}}._tray_51ukm_1{position:fixed;right:max(1rem,env(safe-area-inset-right));bottom:max(1rem,env(safe-area-inset-bottom));z-index:90;display:grid;gap:.55rem;width:min(390px,calc(100vw - 1rem));pointer-events:none}._job_51ukm_2{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:.65rem;align-items:center;padding:.75rem;border:1px solid var(--border);border-radius:1rem;background:#fffffff7;box-shadow:var(--shadow-lg);backdrop-filter:blur(14px);pointer-events:none}._job_51ukm_2 button{pointer-events:auto}._interactive_51ukm_4{pointer-events:auto;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}._interactive_51ukm_4:hover{transform:translateY(-2px);box-shadow:0 18px 44px #0d2e243d}._interactive_51ukm_4:focus-visible{outline:3px solid rgb(213 178 91 / .55);outline-offset:2px}._icon_51ukm_5{display:grid;width:36px;height:36px;place-items:center;color:var(--primary);border-radius:11px;background:var(--secondary)}._icon_51ukm_5 svg{width:18px;height:18px}._copy_51ukm_6{min-width:0}._copy_51ukm_6 strong,._copy_51ukm_6 small{display:block}._copy_51ukm_6 strong{font-size:.72rem}._copy_51ukm_6 small{margin-top:.15rem;overflow:hidden;color:var(--muted-foreground);font-size:.61rem;line-height:1.35;text-overflow:ellipsis}._complete_51ukm_7{border-color:#b9d4c4}._complete_51ukm_7 ._icon_51ukm_5{color:var(--success);background:#e9f4ed}._error_51ukm_7{border-color:#ddb8b4}._error_51ukm_7 ._icon_51ukm_5{color:#a33d36;background:#faecea}._spin_51ukm_8{animation:_spin_51ukm_8 .8s linear infinite}@keyframes _spin_51ukm_8{to{transform:rotate(360deg)}}@media(max-width:640px){._tray_51ukm_1{right:.5rem;bottom:max(.5rem,env(safe-area-inset-bottom));width:calc(100vw - 1rem)}._job_51ukm_2{grid-template-columns:auto minmax(0,1fr) auto;padding:.65rem}._job_51ukm_2>button:first-of-type{grid-column:2;justify-self:start}._job_51ukm_2>button:last-child{grid-column:3;grid-row:1}}._page_1j0ga_1{min-height:100vh;display:grid;place-items:center;padding:1rem;color:#17382e;background:radial-gradient(circle at 80% 10%,rgb(224 193 113 / .18),transparent 28%),linear-gradient(145deg,#0b2e24,#174b3a)}._card_1j0ga_2{width:min(760px,100%);padding:clamp(2rem,6vw,5rem);background:#f7f4ec;border:1px solid rgb(255 255 255 / .35);border-radius:1.5rem;box-shadow:0 28px 80px #0000003d;text-align:center}._brand_1j0ga_3{display:inline-flex;align-items:center;gap:.65rem;color:#17382e;text-decoration:none}._brand_1j0ga_3 span{width:38px;height:38px;display:grid;place-items:center;color:#17382e;background:#e0c171;border-radius:12px}._brand_1j0ga_3 span svg{width:19px;height:19px}._brand_1j0ga_3 strong{font-family:var(--font-family-display);font-size:1.4rem;font-weight:400}._icon_1j0ga_7{width:78px;height:78px;display:grid;place-items:center;margin:2.3rem auto 1.4rem;color:#e0c171;background:#173e32;border-radius:24px}._icon_1j0ga_7 svg{width:34px;height:34px}._card_1j0ga_2>p{margin:0 0 .8rem;color:#987027;font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}._card_1j0ga_2 h1{margin:0;font-family:var(--font-family-display);font-size:clamp(2.7rem,7vw,5rem);font-weight:400;line-height:.98;letter-spacing:-.04em}._card_1j0ga_2>span{display:block;max-width:590px;margin:1.2rem auto 0;color:#657169;line-height:1.7}._actions_1j0ga_12{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;margin-top:2rem}._actions_1j0ga_12>a:first-child{color:#17382e;background:#e0c171;border-color:#e0c171}@media(max-width:620px){._page_1j0ga_1{padding:0}._card_1j0ga_2{min-height:100vh;display:flex;flex-direction:column;justify-content:center;border-radius:0}._actions_1j0ga_12 a{width:100%}}@layer base{._formItem_1b1z3_2{display:flex;flex-direction:column;gap:var(--spacing-2);margin-bottom:var(--spacing-4)}._formLabel_1b1z3_9{font-family:var(--font-family-base);font-weight:500;font-size:.875rem;line-height:1.5;color:var(--foreground);transition:color var(--animation-duration-fast) ease}._formLabel_1b1z3_9._error_1b1z3_18{color:var(--error)}._formControl_1b1z3_22._error_1b1z3_18:not(button){border-color:var(--error);box-shadow:0 0 0 1px var(--error)}._formDescription_1b1z3_27{font-size:.75rem;line-height:1.5;color:var(--muted-foreground);margin-top:var(--spacing-1);font-family:var(--font-family-base)}._formMessage_1b1z3_35{font-size:.75rem;line-height:1.5;font-weight:500;color:var(--error);animation:_slideIn_1b1z3_1 var(--animation-duration-normal) ease;margin-top:var(--spacing-1);font-family:var(--font-family-base)}@keyframes _slideIn_1b1z3_1{0%{opacity:0;transform:translateY(-.25rem)}to{opacity:1;transform:translateY(0)}}}@layer base{._input_1pney_2{font-family:var(--font-family-base);font-size:1rem;line-height:1.5;color:var(--foreground);background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--spacing-2) var(--spacing-3);width:100%;transition:border-color var(--animation-duration-normal) ease,background-color var(--animation-duration-normal) ease,box-shadow var(--animation-duration-normal) ease,transform var(--animation-duration-fast) ease;outline:none;height:2.5rem;box-shadow:inset 0 1px 2px #00000005,0 1px #ffffff4d}._input_1pney_2::placeholder{color:var(--muted-foreground);opacity:.7}._input_1pney_2:hover{border-color:color-mix(in srgb,var(--primary) 80%,transparent);background-color:color-mix(in srgb,var(--card) 98%,var(--primary) 2%);box-shadow:inset 0 1px 2px #00000005,0 2px 4px #0000000d}._input_1pney_2:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 15%,transparent),0 2px 4px #0000000d;background-color:var(--card)}._input_1pney_2:disabled{background-color:var(--muted);color:var(--muted-foreground);cursor:not-allowed;opacity:.75;box-shadow:none;transform:none}.dark ._input_1pney_2{background-color:color-mix(in srgb,var(--background) 80%,black);box-shadow:inset 0 1px 2px #0000001a,0 1px #ffffff0d}.dark ._input_1pney_2:hover{background-color:color-mix(in srgb,var(--background) 75%,black);border-color:color-mix(in srgb,var(--primary) 90%,white);box-shadow:inset 0 1px 2px #0000001a,0 2px 4px #00000026}.dark ._input_1pney_2:focus{background-color:color-mix(in srgb,var(--background) 80%,black);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 25%,transparent),0 2px 4px #00000026}}@layer base{._spinner_10u53_2{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:currentColor}._spinnerInner_10u53_11{position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid transparent;border-top-color:var(--spinner-color, var(--primary));animation:_spin_10u53_2 var(--animation-duration-slow) linear infinite}._sm_10u53_21{width:1rem;height:1rem}._sm_10u53_21 ._spinnerInner_10u53_11{border-width:2px}._md_10u53_30{width:1.5rem;height:1.5rem}._md_10u53_30 ._spinnerInner_10u53_11{border-width:2.5px}._lg_10u53_39{width:2.5rem;height:2.5rem}._lg_10u53_39 ._spinnerInner_10u53_11{border-width:3px}@keyframes _spin_10u53_2{0%{transform:rotate(0)}to{transform:rotate(360deg)}}}._forgotLink_ki8n9_1{display:block;width:max-content;margin:-.2rem 0 .25rem auto;color:var(--primary);font-size:.82rem;font-weight:700;text-decoration:none}._forgotLink_ki8n9_1:hover{text-decoration:underline}._form_ki8n9_2{display:flex;flex-direction:column;gap:var(--spacing-4)}._errorMessage_ki8n9_8{background-color:color-mix(in srgb,var(--error) 15%,transparent);border:1px solid var(--error);color:var(--error);padding:var(--spacing-3);border-radius:var(--radius);margin-bottom:var(--spacing-4);font-size:.875rem}._submitButton_ki8n9_18{width:100%}._loadingText_ki8n9_22{display:flex;align-items:center;justify-content:center;gap:var(--spacing-2)}._spinner_ki8n9_29{color:#fff}._form_2fte3_1{width:100%;display:flex;flex-direction:column;gap:var(--spacing-4)}._submitButton_2fte3_8{width:100%;margin-top:var(--spacing-4)}._errorMessage_2fte3_13{background-color:color-mix(in srgb,var(--error) 15%,transparent);border:1px solid var(--error);color:var(--error);padding:var(--spacing-3);border-radius:var(--radius);margin-bottom:var(--spacing-4);font-size:.875rem}@media(max-width:480px){._buttonGroup_2fte3_25{gap:var(--spacing-2)}}@layer base{._tabsList_9ccu2_2{display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;margin:0;border-bottom:1px solid var(--border);flex-shrink:0}._tabsList_9ccu2_2::-webkit-scrollbar{display:none}._tabsTrigger_9ccu2_16{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-family-base);font-size:.9rem;font-weight:500;color:var(--muted-foreground);background-color:transparent;padding:var(--spacing-3) var(--spacing-4);border:none;border-radius:0;cursor:pointer;position:relative;transition:color var(--animation-duration-normal) cubic-bezier(.22,1,.36,1);white-space:nowrap}._tabsTrigger_9ccu2_16:hover{color:var(--foreground)}._tabsTrigger_9ccu2_16[data-state=active]{color:var(--primary);font-weight:600}._tabsTrigger_9ccu2_16[data-state=active]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:var(--primary);transform-origin:center;transition:transform var(--animation-duration-normal) cubic-bezier(.22,1,.36,1);transform:scaleX(1)}._tabsTrigger_9ccu2_16:not([data-state=active]):hover:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:color-mix(in srgb,var(--muted-foreground) 30%,transparent);transform-origin:center;transform:scaleX(.6);transition:transform var(--animation-duration-normal) cubic-bezier(.22,1,.36,1),background-color var(--animation-duration-normal) cubic-bezier(.22,1,.36,1)}._tabsTrigger_9ccu2_16:focus-visible{outline:none;box-shadow:var(--shadow-focus);border-radius:var(--radius-sm)}._tabsTrigger_9ccu2_16[disabled]{opacity:.5;cursor:not-allowed;color:var(--muted-foreground)}._tabsContent_9ccu2_92{color:var(--foreground);outline:none}._tabsContent_9ccu2_92[hidden]{display:none!important}.dark ._tabsTrigger_9ccu2_16[data-state=active]:after{background-color:var(--primary)}.dark ._tabsTrigger_9ccu2_16:not([data-state=active]):hover:after{background-color:color-mix(in srgb,var(--muted-foreground) 40%,transparent)}}._page_1o2px_1{height:100dvh;min-height:0;overflow:hidden;display:grid;grid-template-columns:minmax(320px,1.1fr) minmax(360px,.9fr);color:var(--foreground);background:var(--background);font-family:var(--font-family-base)}._story_1o2px_2{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,8vw,7rem);color:var(--primary-foreground);background:var(--primary)}._mark_1o2px_3{width:58px;height:58px;display:grid;place-items:center;margin-bottom:var(--spacing-8);color:var(--accent-foreground);background:var(--accent);border-radius:50%}._eyebrow_1o2px_4{display:flex;align-items:center;gap:var(--spacing-2);color:#e8c96d;font-size:.75rem;font-weight:600;letter-spacing:.15em}._story_1o2px_2 h1{margin:var(--spacing-3) 0;font:650 clamp(3rem,7vw,6rem)/.92 var(--font-family-display)}._story_1o2px_2>p{max-width:600px;color:#d8e3dd;font-size:1.08rem;line-height:1.65}._story_1o2px_2 ul{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-3);padding:0;margin-top:var(--spacing-8);list-style:none}._story_1o2px_2 li{padding-top:var(--spacing-3);border-top:1px solid rgb(255 255 255 / .22)}._panel_1o2px_9{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,7vw,6rem);background:var(--surface)}._panel_1o2px_9 h2{margin:0;font:650 2.4rem var(--font-family-display)}._panel_1o2px_9>div>p{color:var(--muted-foreground)}._privateBadge_1o2px_12{display:inline-flex;gap:.35rem;align-items:center;margin-bottom:.8rem;padding:.4rem .65rem;color:var(--success);border:1px solid #b9d3c3;border-radius:999px;background:#edf5f0;font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}._tabs_1o2px_13{width:100%;margin:var(--spacing-6) 0 var(--spacing-4)}._trustLink_1o2px_14{margin:1rem 0 0;color:var(--muted-foreground);font-size:.67rem;line-height:1.45}._trustLink_1o2px_14 a{color:var(--primary);font-weight:700}@media(max-width:760px){._page_1o2px_1{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}._story_1o2px_2{padding:1rem 1.25rem}._mark_1o2px_3{width:42px;height:42px;margin-bottom:.5rem}._story_1o2px_2 h1{margin:.25rem 0;font-size:2.45rem}._story_1o2px_2>p{margin:.4rem 0 0;font-size:.78rem;line-height:1.4}._story_1o2px_2 ul{display:none}._panel_1o2px_9{min-height:0;overflow:auto;padding:1rem 1.25rem}._panel_1o2px_9 h2{font-size:1.9rem}._tabs_1o2px_13{margin:.8rem 0 .55rem}}._links_r1tvv_1{display:flex;flex-wrap:wrap;gap:.55rem 1rem;align-items:center}._links_r1tvv_1 a{color:#31584a;font-size:.7rem;font-weight:720;line-height:1.35;text-decoration:none}._links_r1tvv_1 a:hover,._links_r1tvv_1 a:focus-visible{text-decoration:underline;text-underline-offset:.2rem}._light_r1tvv_22 a{color:#e0c171}._compact_r1tvv_23{gap:.4rem .75rem}._compact_r1tvv_23 a{font-size:.62rem}._site_16yb2_1{min-height:100vh;color:#213c32;background:#f6f3eb;font-family:var(--font-family-base)}._header_16yb2_2{min-height:72px;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem clamp(1rem,4vw,4rem);color:#fff;background:#0d3026}._brand_16yb2_3{display:inline-flex;align-items:center;gap:.75rem;color:inherit;text-decoration:none}._brand_16yb2_3>span{width:42px;height:42px;display:grid;place-items:center;color:#17382e;background:#e0c171;border-radius:13px}._brand_16yb2_3>span svg{width:21px;height:21px}._brand_16yb2_3 strong,._brand_16yb2_3 small{display:block}._brand_16yb2_3 strong{font-family:var(--font-family-display);font-size:1.25rem;font-weight:400;line-height:1}._brand_16yb2_3 small{margin-top:.2rem;color:#dfc57e;font-size:.56rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._backButton_16yb2_9{color:#fff;border-color:#ffffff61}._hero_16yb2_10{color:#fff;background:radial-gradient(circle at 85% 10%,rgb(224 193 113 / .19),transparent 31%),linear-gradient(135deg,#0c2d24,#174c3b)}._hero_16yb2_10>div{width:min(1120px,100%);margin:0 auto;padding:clamp(4.5rem,9vw,7.5rem) clamp(1rem,5vw,3.5rem)}._hero_16yb2_10 p{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;color:#e0c171;font-size:.66rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}._hero_16yb2_10 p svg{width:17px;height:17px}._hero_16yb2_10 h1{max-width:930px;margin:0;font-family:var(--font-family-display);font-size:clamp(3.2rem,7vw,6.3rem);font-weight:400;line-height:.94;letter-spacing:-.04em}._hero_16yb2_10>div>span{display:block;max-width:800px;margin:1.4rem 0 0;color:#ffffffb8;line-height:1.75}._hero_16yb2_10 small{display:block;margin-top:1.6rem;color:#ffffff7a;font-size:.66rem}._document_16yb2_17{width:min(980px,100%);display:grid;gap:1rem;margin:0 auto;padding:clamp(4rem,8vw,7rem) clamp(1rem,4vw,3rem)}._document_16yb2_17 section,._document_16yb2_17 aside{padding:clamp(1.35rem,3vw,2.2rem);background:#ffffffc7;border:1px solid #ded8cb;border-radius:1.25rem;box-shadow:0 14px 38px #17382e0d}._document_16yb2_17 aside{color:#314c41;background:#ece6d8;border-color:#d7c79f}._document_16yb2_17 h2{margin:0 0 .9rem;font-family:var(--font-family-display);font-size:clamp(1.9rem,4vw,2.8rem);font-weight:400;line-height:1.05}._document_16yb2_17 h3{margin:1.4rem 0 .45rem;font-size:.84rem;letter-spacing:.03em}._document_16yb2_17 p,._document_16yb2_17 li{color:#5d6d65;line-height:1.75}._document_16yb2_17 p{margin:.7rem 0 0}._document_16yb2_17 ul,._document_16yb2_17 ol{display:grid;gap:.55rem;margin:.8rem 0 0;padding-left:1.25rem}._document_16yb2_17 a{color:#174839;font-weight:720}._document_16yb2_17 strong{color:#25463a}._footer_16yb2_27{display:grid;grid-template-columns:auto 1fr auto;gap:1.2rem 2rem;align-items:center;padding:2rem clamp(1rem,4vw,4rem);color:#fff;background:#0a281f}._footer_16yb2_27>div:first-child strong,._footer_16yb2_27>div:first-child span{display:block}._footer_16yb2_27>div:first-child strong{font-family:var(--font-family-display);font-weight:400}._footer_16yb2_27>div:first-child span{margin-top:.2rem;color:#ffffff7a;font-size:.62rem}._footer_16yb2_27>a{color:#e0c171;font-size:.7rem;text-decoration:none}@media(max-width:760px){._footer_16yb2_27{grid-template-columns:1fr}._backButton_16yb2_9{padding-inline:.7rem;font-size:.7rem}._hero_16yb2_10 h1{font-size:clamp(3rem,14vw,4.4rem)}}._page_1onsr_1{width:min(1100px,100%);margin:auto;padding:clamp(.75rem,3vw,2.5rem)}._page_1onsr_1>header{padding:clamp(1.25rem,4vw,3rem);color:#fff;border-radius:1.4rem;background:var(--primary)}._page_1onsr_1>header>p{margin:1.2rem 0 .35rem;color:#dfbb6b;font-size:.65rem;font-weight:800;letter-spacing:.12em}._page_1onsr_1 h1{margin:0;font-family:var(--font-family-display);font-size:clamp(2.4rem,6vw,4.5rem);font-weight:400;line-height:.95}._page_1onsr_1>header>span{display:block;max-width:760px;margin-top:1rem;color:#ffffffb8;font-size:.72rem;line-height:1.55}._page_1onsr_1>header a{background:#fff}._grid_1onsr_1{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1rem}._grid_1onsr_1 article{padding:1.1rem;border:1px solid var(--border);border-radius:1rem;background:#fff;box-shadow:var(--shadow)}._grid_1onsr_1 svg{color:var(--accent)}._grid_1onsr_1 h2{margin:.55rem 0 .35rem;font-family:var(--font-family-display);font-size:1.35rem;font-weight:400}._grid_1onsr_1 p,._page_1onsr_1 footer p{margin:0;color:var(--muted-foreground);font-size:.69rem;line-height:1.6}._page_1onsr_1 footer{margin-top:1rem;padding:1.2rem;color:#fff;border-radius:1rem;background:#1b332a}._page_1onsr_1 footer strong{display:block;margin-bottom:.35rem;font-family:var(--font-family-display);font-size:1.3rem;font-weight:400}._page_1onsr_1 footer p{color:#ffffffb8}@media(max-width:680px){._grid_1onsr_1{grid-template-columns:1fr}._page_1onsr_1{padding:.65rem}}@layer base{._checkboxWrapper_1ruxl_2{position:relative;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}._checkbox_1ruxl_2{appearance:none;position:relative;width:1.25rem;height:1.25rem;border:2px solid var(--border);border-radius:var(--radius-sm);background-color:transparent;cursor:pointer;margin:0;padding:0;transition:all var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._checkbox_1ruxl_2:hover{border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 15%,transparent)}._checkbox_1ruxl_2:focus-visible{outline:none;box-shadow:var(--shadow-focus);border-color:var(--primary)}._checkbox_1ruxl_2:checked{background-color:var(--primary);border-color:var(--primary);transform:scale(1);animation:_checkboxPulse_1ruxl_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._checkbox_1ruxl_2:disabled{opacity:.5;cursor:not-allowed;background-color:var(--muted);border-color:var(--muted)}._checkmark_1ruxl_49{position:absolute;width:1rem;height:1rem;color:var(--primary-foreground);pointer-events:none;opacity:0;transform:scale(.8);transition:opacity var(--animation-duration-normal) cubic-bezier(.16,1,.3,1),transform var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._checkbox_1ruxl_2:checked+._checkmark_1ruxl_49{opacity:1;transform:scale(1)}._checkbox_1ruxl_2:disabled+._checkmark_1ruxl_49{color:var(--muted-foreground)}@keyframes _checkboxPulse_1ruxl_1{0%{transform:scale(.95);box-shadow:0 0 color-mix(in srgb,var(--primary) 40%,transparent)}70%{transform:scale(1.02);box-shadow:0 0 0 6px color-mix(in srgb,var(--primary) 0%,transparent)}to{transform:scale(1);box-shadow:0 0 color-mix(in srgb,var(--primary) 0%,transparent)}}}@layer base{._textarea_1d2bj_2{padding:var(--spacing-2);width:100%;min-height:6rem;resize:vertical}._textarea_1d2bj_2::placeholder{color:var(--muted-foreground)}._noResize_1d2bj_13{resize:none}._clear_1d2bj_17{background-color:transparent;border:none;padding:0;box-shadow:none;border-radius:0}._clear_1d2bj_17:hover,._clear_1d2bj_17:focus{background-color:transparent;border:none;box-shadow:none}}._offer_zdqqh_1{width:min(1180px,calc(100% - 2rem));display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:1.2rem 2rem;align-items:center;margin:2rem auto 0;padding:clamp(1.3rem,3vw,2rem);color:#fff;background:radial-gradient(circle at 90% 10%,rgb(224 193 113/.2),transparent 32%),linear-gradient(135deg,#12382c,#1b4b3b);border:1px solid rgb(224 193 113/.48);border-radius:1.35rem;box-shadow:0 24px 62px #12372b33}._icon_zdqqh_2{width:68px;height:68px;display:grid;place-items:center;color:#17382e;background:linear-gradient(145deg,#efd78f,#d9b455);border-radius:20px;box-shadow:0 14px 34px #0000002e}._icon_zdqqh_2 svg{width:30px;height:30px}._copy_zdqqh_3>p{display:flex;align-items:center;gap:.42rem;margin:0 0 .5rem;color:#e7cb7e;font-size:.63rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}._copy_zdqqh_3>p svg{width:15px}._copy_zdqqh_3 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(1.9rem,3.5vw,3rem);font-weight:400;line-height:1}._copy_zdqqh_3 h2 strong{color:#efd78f;font-weight:400}._benefits_zdqqh_3{display:flex;flex-wrap:wrap;gap:.45rem 1.1rem;margin-top:.85rem}._benefits_zdqqh_3 span{display:inline-flex;align-items:center;gap:.35rem;color:#ffffffbf;font-size:.69rem}._benefits_zdqqh_3 svg{width:15px;color:#e0c171}._copy_zdqqh_3 small{display:block;margin-top:.7rem;color:#ffffff8c;font-size:.62rem}._actions_zdqqh_4{display:grid;gap:.6rem;min-width:210px}._action_zdqqh_4{min-height:52px;color:#17382e;background:#e0c171;border-color:#e0c171;white-space:nowrap}._secondaryAction_zdqqh_4{min-height:48px;color:#fff;border-color:#ffffff7a;white-space:nowrap}._error_zdqqh_4{display:block;margin-top:.65rem;color:#ffd0c8;font-size:.68rem;font-weight:700}._compact_zdqqh_4{width:100%;margin:0 0 1rem}._compact_zdqqh_4 ._copy_zdqqh_3 h2{font-size:clamp(1.7rem,3vw,2.5rem)}@media(max-width:900px){._offer_zdqqh_1{grid-template-columns:auto 1fr}._actions_zdqqh_4{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}}@media(max-width:620px){._offer_zdqqh_1{width:calc(100% - 1.2rem);grid-template-columns:1fr;margin-top:1rem;padding:1.2rem}._icon_zdqqh_2{width:54px;height:54px;border-radius:16px}._benefits_zdqqh_3{display:grid}._actions_zdqqh_4{grid-column:auto;grid-template-columns:1fr}._action_zdqqh_4,._secondaryAction_zdqqh_4{white-space:normal}._compact_zdqqh_4{width:100%}}@layer base{._overlay_15pol_2{position:fixed;inset:0;z-index:var(--z-overlay);background-color:color-mix(in srgb,black 50%,transparent);backdrop-filter:blur(2px);animation:_overlayShow_15pol_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._content_15pol_12{position:fixed;z-index:var(--z-overlay);display:flex;flex-direction:column;background-color:var(--popup);color:var(--popup-foreground);box-shadow:var(--shadow-lg);transition:transform var(--animation-duration-normal) cubic-bezier(.16,1,.3,1);overflow-y:auto}._top_15pol_25{top:0;left:0;right:0;height:80vh;max-height:500px;border-bottom-left-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md);animation:_slideDownAndFade_15pol_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._bottom_15pol_37{bottom:0;left:0;right:0;height:80vh;max-height:500px;border-top-left-radius:var(--radius-md);border-top-right-radius:var(--radius-md);animation:_slideUpAndFade_15pol_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._left_15pol_49{top:0;left:0;bottom:0;width:100%;max-width:400px;border-top-right-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md);animation:_slideRightAndFade_15pol_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._right_15pol_61{top:0;right:0;bottom:0;width:100%;max-width:400px;border-top-left-radius:var(--radius-md);border-bottom-left-radius:var(--radius-md);animation:_slideLeftAndFade_15pol_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._close_15pol_73{position:absolute;top:var(--spacing-4);right:var(--spacing-4);display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius-full);background-color:var(--muted);color:var(--muted-foreground);border:none;cursor:pointer;transition:background-color var(--animation-duration-fast) ease,transform var(--animation-duration-fast) ease}._close_15pol_73:hover{background-color:var(--muted-foreground);color:var(--muted);transform:scale(1.05)}._close_15pol_73:focus-visible{outline:none;box-shadow:var(--shadow-focus)}._closeIcon_15pol_103{width:1rem;height:1rem}._header_15pol_108{display:flex;flex-direction:column;gap:var(--spacing-2);padding:var(--spacing-6);padding-right:var(--spacing-12);border-bottom:1px solid var(--border)}._footer_15pol_117{display:flex;flex-direction:column;gap:var(--spacing-3);margin-top:auto;padding:var(--spacing-6);border-top:1px solid var(--border)}._title_15pol_126{font-family:var(--font-family-heading);font-size:1.25rem;font-weight:600;color:var(--popup-foreground)}._description_15pol_133{font-size:.875rem;color:var(--muted-foreground);line-height:1.5}@keyframes _overlayShow_15pol_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUpAndFade_15pol_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes _slideDownAndFade_15pol_1{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes _slideLeftAndFade_15pol_1{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes _slideRightAndFade_15pol_1{0%{transform:translate(-100%)}to{transform:translate(0)}}@media(max-width:640px){._left_15pol_49,._right_15pol_61{max-width:100%}}}._entryOffer_120ix_1{width:min(1180px,calc(100% - 2rem));display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:1.2rem 2rem;align-items:center;margin:2rem auto 0;padding:clamp(1.3rem,3vw,2rem);background:linear-gradient(145deg,#fffffff7,#f7f3e8f5);border:1px solid #d9d0bd;border-radius:1.3rem;box-shadow:0 22px 54px #12372b1c}._entryOfferIcon_120ix_15{width:66px;height:66px;display:grid;place-items:center;color:#173e32;background:#e4c66f;border-radius:20px}._entryOfferIcon_120ix_15 svg{width:29px;height:29px}._entryOfferCopy_120ix_26>p{margin:0 0 .45rem;color:#916b27;font-size:.63rem;font-weight:820;letter-spacing:.11em;text-transform:uppercase}._entryOfferCopy_120ix_26 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2rem,4vw,3.25rem);font-weight:400;line-height:1;letter-spacing:-.025em}._entryOfferCopy_120ix_26>span{display:block;max-width:760px;margin-top:.7rem;color:#617069;line-height:1.65}._entryOfferCopy_120ix_26>div{display:flex;flex-wrap:wrap;gap:.55rem 1rem;margin-top:.85rem}._entryOfferCopy_120ix_26 small{display:inline-flex;align-items:center;gap:.35rem;color:#3f5e51;font-weight:730}._entryOfferCopy_120ix_26 small svg{width:15px;height:15px;color:#9a742c}._entryOfferAction_120ix_32{min-width:245px;display:grid;justify-items:stretch;gap:.55rem;text-align:center}._entryOfferAction_120ix_32>a:not([class]){color:#174839;font-size:.72rem;font-weight:780}._entryOfferAction_120ix_32>small{color:#817968;font-size:.64rem}._mobileConversionBar_120ix_36{display:none}@media(max-width:900px){._entryOffer_120ix_1{grid-template-columns:auto 1fr}._entryOfferAction_120ix_32{grid-column:1 / -1;width:100%}}@media(max-width:640px){._entryOffer_120ix_1{width:calc(100% - 1.2rem);grid-template-columns:1fr;margin-top:1rem;padding:1.2rem}._entryOfferIcon_120ix_15{width:54px;height:54px;border-radius:16px}._entryOfferAction_120ix_32{grid-column:auto;min-width:0}._entryOfferAction_120ix_32 a{width:100%}._site_120ix_48{padding-bottom:74px}._mobileConversionBar_120ix_36{position:fixed;left:0;right:0;bottom:0;z-index:70;min-height:66px;display:flex;justify-content:space-between;align-items:center;gap:.8rem;padding:.65rem .8rem calc(.65rem + env(safe-area-inset-bottom));color:#fff;background:#0a2a20f7;border-top:1px solid rgb(255 255 255 / .13);box-shadow:0 -14px 36px #0000002e;backdrop-filter:blur(16px)}._mobileConversionBar_120ix_36 div{display:grid}._mobileConversionBar_120ix_36 small{color:#dbc47f;font-size:.56rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}._mobileConversionBar_120ix_36 strong{margin-top:.12rem;font-size:.77rem}._mobileConversionBar_120ix_36>a{display:inline-flex;align-items:center;gap:.35rem;padding:.72rem .85rem;color:#17382e;background:#e0c171;border-radius:.75rem;font-size:.72rem;font-weight:820;text-decoration:none;white-space:nowrap}._mobileConversionBar_120ix_36>a svg{width:15px;height:15px}}@media(max-width:640px){._heroImage_120ix_81{background-position:68% 45%;background-size:auto 100%}._heroShade_120ix_86{background:linear-gradient(90deg,#09231cf7,#0b2920c7),linear-gradient(0deg,rgb(6 27 21 / .7),transparent 55%)}._communityGateway_120ix_75{grid-template-columns:1fr;margin-top:2.5rem}._communityGateway_120ix_75>a{min-height:205px}}._site_120ix_48{min-height:100vh;overflow-x:clip;color:var(--foreground);background:#f6f3eb;font-family:var(--font-family-base)}._header_120ix_109{position:sticky;top:0;z-index:50;width:100%;min-height:78px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:clamp(.8rem,2vw,2rem);padding:0 clamp(1.1rem,4vw,4.5rem);color:#fff;background:#0e3026f0;border-bottom:1px solid rgb(255 255 255 / .1);backdrop-filter:blur(18px)}._brand_120ix_126,._footerBrand_120ix_127{display:inline-flex;align-items:center;gap:.8rem;color:inherit;text-decoration:none;min-width:0}._brandMark_120ix_136{width:44px;height:44px;flex:0 0 auto;display:grid;place-items:center;color:#15392e;background:linear-gradient(145deg,#e3c77e,#b88a32);border-radius:14px;box-shadow:inset 0 1px #ffffff73,0 12px 28px #0000002e}._brandMark_120ix_136 svg{width:22px;height:22px}._brand_120ix_126 strong,._brand_120ix_126 small,._footerBrand_120ix_127 strong,._footerBrand_120ix_127 small{display:block}._brand_120ix_126 strong,._footerBrand_120ix_127 strong{font-family:var(--font-family-display);font-size:1.35rem;font-weight:400;line-height:.9}._brand_120ix_126 small,._footerBrand_120ix_127 small{margin-top:.25rem;color:#d9bd73;font-size:.58rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}._nav_120ix_178{display:flex;align-items:center;gap:clamp(.75rem,1.35vw,1.8rem)}._nav_120ix_178 a{position:relative;color:#ffffffc7;font-size:.76rem;font-weight:650;text-decoration:none;white-space:nowrap}._nav_120ix_178 a:after{content:"";position:absolute;right:0;bottom:-.5rem;left:0;height:1px;background:#dfbf6d;transform:scaleX(0);transform-origin:center;transition:transform .16s ease}._nav_120ix_178 a:hover{color:#fff}._nav_120ix_178 a:hover:after{transform:scaleX(1)}._headerCta_120ix_214{min-width:165px;color:#15382d;background:#e0c172;border-color:#e0c172}._headerCta_120ix_214:hover{color:#102b23;background:#ead28e;border-color:#ead28e}._headerActions_120ix_227{justify-self:end;display:flex;align-items:center;gap:.65rem;min-width:0}._mobileNav_120ix_235{display:none}._mobileMenuButton_120ix_239{color:#fff;background:#ffffff0f;border-color:#ffffff57}._mobileMenuButton_120ix_239:hover{color:#fff;background:#ffffff1f;border-color:#ffffff9e}._mobileMenuPanel_120ix_251{width:min(400px,100vw);max-width:100vw;color:#17382e;background:#f6f3eb}._mobileMenuHeader_120ix_258{padding:2rem 3.5rem 1.4rem 1.5rem;background:#173e32}._mobileMenuHeader_120ix_258 h2{margin:0;color:#fff;font-family:var(--font-family-display);font-size:2rem;font-weight:400}._mobileMenuHeader_120ix_258 p{color:#ffffffa8}._mobileMenuLinks_120ix_275{display:grid;padding:1rem}._mobileMenuLinks_120ix_275 a{display:flex;align-items:center;min-height:52px;padding:.85rem 1rem;color:#17382e;border-bottom:1px solid #ded8ca;font-size:.86rem;font-weight:750;text-decoration:none}._mobileMenuLinks_120ix_275 a:hover,._mobileMenuLinks_120ix_275 a:focus-visible{color:#8f6825;background:#eee8da;border-radius:.75rem;outline:none}._mobileMenuFooter_120ix_300{background:#ece6d9}._mobileMenuFooter_120ix_300>a{width:100%}._hero_120ix_81{position:relative;isolation:isolate;min-height:min(800px,calc(100svh - 78px));display:flex;align-items:center;overflow:hidden;color:#fff;background:#12372c}._heroImage_120ix_81,._heroShade_120ix_86{position:absolute;inset:0}._heroImage_120ix_81{z-index:-3;width:100%;height:112%;top:-6%;object-fit:cover;object-position:84% 42%;background-color:#12372c;transform:scale(1.01)}._heroShade_120ix_86{z-index:-2;background:linear-gradient(90deg,#09231cfc,#0b2920f0 46%,#0b261f7a 72%,#071c1647),linear-gradient(0deg,rgb(6 27 21 / .65),transparent 52%)}._heroContent_120ix_343{width:min(1320px,100%);margin:0 auto;padding:clamp(5rem,10vw,8rem) clamp(1.25rem,6vw,5rem);min-width:0}._eyebrow_120ix_350,._eyebrowDark_120ix_351,._eyebrowLight_120ix_352{display:flex;align-items:center;gap:.55rem;margin:0 0 1rem;font-size:.68rem;font-weight:750;letter-spacing:.15em;text-transform:uppercase}._eyebrow_120ix_350{color:#e0c171}._eyebrowDark_120ix_351{color:#9b7228}._eyebrowLight_120ix_352{color:#e1c57c}._eyebrow_120ix_350 svg,._eyebrowDark_120ix_351 svg,._eyebrowLight_120ix_352 svg{width:16px;height:16px}._hero_120ix_81 h1{max-width:900px;margin:0;font-family:var(--font-family-display);font-size:clamp(3.6rem,7.8vw,7.4rem);font-weight:400;line-height:.91;letter-spacing:-.045em;text-wrap:balance}._hero_120ix_81 h1 em{color:#e3c77e;font-weight:400}._heroCopy_120ix_398{max-width:700px;margin:1.8rem 0 0;color:#ffffffc2;font-size:clamp(1rem,1.7vw,1.2rem);line-height:1.75}._heroActions_120ix_406{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}._heroActions_120ix_406 a,._headerCta_120ix_214,._goldButton_120ix_415,._heroOutline_120ix_416{justify-content:center;text-align:center;white-space:normal}._goldButton_120ix_415{min-height:54px;padding-inline:1.35rem;color:#15382d;background:#e0c171;border-color:#e0c171}._goldButton_120ix_415:hover{color:#102b23;background:#ead28e;border-color:#ead28e}._heroOutline_120ix_416{min-height:54px;padding-inline:1.35rem;color:#fff;border-color:#ffffff7a}._heroOutline_120ix_416:hover{color:#fff;background:#ffffff1a;border-color:#fff}._trustLine_120ix_449{display:flex;flex-wrap:wrap;gap:.75rem 1.6rem;margin-top:2.2rem;color:#ffffffa6;font-size:.72rem;font-weight:600}._trustLine_120ix_449 span{display:inline-flex;align-items:center;gap:.45rem}._trustLine_120ix_449 svg{width:16px;height:16px;color:#e0c171}._problemStrip_120ix_471{width:min(1180px,calc(100% - 2rem));display:grid;grid-template-columns:.8fr 1.2fr;gap:2rem;align-items:center;margin:-2.2rem auto 0;padding:1.6rem 2rem;color:#fff;background:#163d31;border:1px solid rgb(255 255 255 / .12);border-radius:1.2rem;box-shadow:0 24px 70px #0e2e2433}._problemStrip_120ix_471 p,._problemStrip_120ix_471 strong{margin:0}._problemStrip_120ix_471 p{color:#d8c286;font-size:.72rem;font-weight:750;letter-spacing:.13em;text-transform:uppercase}._problemStrip_120ix_471 strong{font-family:var(--font-family-display);font-size:clamp(1.3rem,2.8vw,2.1rem);font-weight:400;line-height:1.15}._communityGateway_120ix_75{width:min(1240px,calc(100% - 2rem));display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin:4rem auto 0}._communityGateway_120ix_75>a{min-width:0;min-height:245px;display:flex;flex-direction:column;padding:1.5rem;color:#17382e;background:#ffffffc7;border:1px solid #dfdbcf;border-radius:1.25rem;box-shadow:0 14px 38px #18372c0f;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}._communityGateway_120ix_75>a:hover,._communityGateway_120ix_75>a:focus-visible{border-color:#c9ad66;box-shadow:0 24px 52px #18372c1f;outline:none;transform:translateY(-5px)}._communityGateway_120ix_75 svg{width:38px;height:38px;margin-bottom:1.5rem;padding:.55rem;color:#17382e;background:#e0c171;border-radius:.8rem}._communityGateway_120ix_75 span{color:#92702c;font-size:.58rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._communityGateway_120ix_75 strong{margin-top:.65rem;font-family:var(--font-family-display);font-size:1.55rem;font-weight:400;line-height:1.08}._communityGateway_120ix_75 small{margin-top:auto;padding-top:1.25rem;color:#657169;font-size:.66rem;font-weight:750}._communityStudio_120ix_571{width:min(1380px,calc(100% - 2rem));margin:clamp(5rem,9vw,7.5rem) auto 0;padding:clamp(3rem,6vw,5rem);color:#fff;background:radial-gradient(circle at 90% 8%,rgb(224 193 113 / .18),transparent 28%),#12382c;border-radius:1.8rem}._communityStudioIntro_120ix_582{max-width:920px;margin-bottom:2.5rem}._communityStudioIntro_120ix_582 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2.7rem,5vw,4.8rem);font-weight:400;line-height:.98;letter-spacing:-.035em}._communityStudioIntro_120ix_582>p:last-child{max-width:780px;margin:1.2rem 0 0;color:#ffffffb3;line-height:1.75}._communityStudioGrid_120ix_603{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:1rem}._communityJoinCard_120ix_609,._recipeFeatureCard_120ix_610,._chatForm_120ix_611,._chatConversation_120ix_612{min-width:0;padding:clamp(1.35rem,3vw,2rem);color:#17382e;background:#f5f1e7;border:1px solid rgb(255 255 255 / .16);border-radius:1.25rem}._communityJoinCard_120ix_609,._recipeFeatureCard_120ix_610,._chatForm_120ix_611{display:flex;flex-direction:column;gap:.85rem}._communityJoinCard_120ix_609>small,._recipeFeatureCard_120ix_610>small,._chatHeading_120ix_631 small{color:#8f6825;font-size:.58rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._communityJoinCard_120ix_609 h3,._recipeFeatureCard_120ix_610 h3,._chatForm_120ix_611 h3,._chatHeading_120ix_631 h3{margin:0;font-family:var(--font-family-display);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:400;line-height:1}._communityJoinCard_120ix_609>p,._recipeFeatureCard_120ix_610>p,._chatForm_120ix_611>p{margin:0 0 .3rem;color:#657169;font-size:.72rem;line-height:1.65}._fieldLabel_120ix_659,._recipeFeatureCard_120ix_610 label>span:first-child,._chatForm_120ix_611 label>span:first-child{display:block;margin-bottom:.38rem;color:#29493d;font-size:.66rem;font-weight:800}._recipeFeatureCard_120ix_610 label em{color:#7b877f;font-weight:500}._interestFieldset_120ix_674{display:grid;gap:.55rem;margin:.35rem 0 0;padding:1rem;border:1px solid #ddd5c6;border-radius:1rem}._interestFieldset_120ix_674 legend{padding:0 .35rem;color:#29493d;font-size:.66rem;font-weight:800}._interestOption_120ix_690,._consentOption_120ix_691{display:flex;gap:.65rem;align-items:flex-start;cursor:pointer}._interestOption_120ix_690 span,._consentOption_120ix_691 span{color:#55665d;font-size:.68rem;line-height:1.45}._consentCopy_120ix_705{color:#748078!important;font-size:.6rem!important}._twoFieldRow_120ix_710{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}._honeypot_120ix_716{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}._formSuccess_120ix_725,._formError_120ix_726{margin:0!important;padding:.8rem;border-radius:.75rem;font-size:.68rem!important;font-weight:700}._formSuccess_120ix_725{color:#174839!important;background:#dcebdd;border:1px solid #b8d3ba}._formError_120ix_726{color:#7f2f2a!important;background:#f5dfdc;border:1px solid #ddb9b4}._communityChat_120ix_746{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:1rem;margin-top:1rem}._chatConversation_120ix_612{background:#ffffff14;border-color:#ffffff21}._chatHeading_120ix_631{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;color:#fff}._chatHeading_120ix_631 h3{margin-top:.5rem}._chatHeading_120ix_631>span{flex:0 0 auto;padding:.45rem .65rem;color:#17382e;background:#e0c171;border-radius:999px;font-size:.56rem;font-weight:800}._chatMessages_120ix_780{display:grid;gap:.7rem;max-height:360px;overflow-y:auto;margin-top:1.4rem;padding-right:.3rem}._chatMessages_120ix_780 article{padding:1rem;background:#ffffff13;border:1px solid rgb(255 255 255 / .1);border-radius:.9rem}._chatMessages_120ix_780 strong{color:#e0c171;font-size:.68rem}._chatMessages_120ix_780 p{margin:.45rem 0 0;color:#ffffffbd;font-size:.72rem;line-height:1.6}._signatureSection_120ix_808{width:min(1320px,100%);margin:0 auto;padding:clamp(5rem,9vw,7.5rem) clamp(1.1rem,4vw,3rem) 1rem}._signatureIntro_120ix_814{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.65fr);gap:2.5rem 5rem;align-items:end;margin-bottom:2.2rem}._signatureIntro_120ix_814 h2,._freeToolsIntro_120ix_823 h2,._supportCopy_120ix_824 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2.8rem,5.2vw,5rem);font-weight:400;line-height:.97;letter-spacing:-.04em}._signatureIntroAside_120ix_833>p,._freeToolsIntro_120ix_823>div:last-child>p{margin:0;color:#617068;line-height:1.75}._signatureIntroAside_120ix_833>span{display:block;margin-top:.8rem;color:#9b7228;font-size:.68rem;font-weight:750}._premiumScroll_120ix_848{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(310px,34%);gap:1rem;overflow-x:auto;padding:.7rem .1rem 1.4rem;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#b99a54 transparent;overscroll-behavior-inline:contain}._premiumScroll_120ix_848::-webkit-scrollbar{height:7px}._premiumScroll_120ix_848::-webkit-scrollbar-thumb{background:#b99a54;border-radius:999px}._premiumCard_120ix_870{position:relative;isolation:isolate;min-height:490px;display:flex;flex-direction:column;overflow:hidden;padding:1.8rem;color:#fff;background:radial-gradient(circle at 80% 12%,rgb(224 193 113 / .18),transparent 28%),#153d31;border:1px solid rgb(255 255 255 / .12);border-radius:1.45rem;box-shadow:0 18px 48px #163d3121;scroll-snap-align:start;text-decoration:none;transform:translateY(0) scale(1);transition:transform .26s cubic-bezier(.16,1,.3,1),box-shadow .26s ease,border-color .26s ease;min-width:0}._premiumGlow_120ix_892{position:absolute;top:-35%;left:-65%;width:58%;height:180%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .13),transparent);transform:rotate(18deg) translate(0);transition:transform .65s cubic-bezier(.16,1,.3,1)}._premiumCard_120ix_870:hover,._premiumCard_120ix_870:focus-visible{border-color:#e0c1719e;box-shadow:0 30px 70px #163d313d;transform:translateY(-9px) scale(1.015);outline:none}._premiumCard_120ix_870:hover ._premiumGlow_120ix_892,._premiumCard_120ix_870:focus-visible ._premiumGlow_120ix_892{transform:rotate(18deg) translate(320%)}._premiumCard_120ix_870:active{transform:translateY(-2px) scale(.992)}._premiumCardTop_120ix_920{display:flex;justify-content:space-between;gap:1rem;align-items:center}._premiumIcon_120ix_927{width:54px;height:54px;display:grid;place-items:center;color:#17382e;background:#e0c171;border-radius:16px;box-shadow:0 12px 28px #0000002e;transition:transform .26s cubic-bezier(.16,1,.3,1)}._premiumIcon_120ix_927 svg{width:24px;height:24px}._premiumArrow_120ix_944{width:24px;height:24px;color:#e0c171;transition:transform .22s ease}._premiumCard_120ix_870:hover ._premiumIcon_120ix_927,._premiumCard_120ix_870:focus-visible ._premiumIcon_120ix_927{transform:rotate(-5deg) scale(1.08)}._premiumCard_120ix_870:hover ._premiumArrow_120ix_944,._premiumCard_120ix_870:focus-visible ._premiumArrow_120ix_944{transform:translate(5px)}._premiumEyebrow_120ix_961{margin:2rem 0 .65rem;color:#e0c171;font-size:.64rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._premiumStatus_120ix_970{width:fit-content;display:inline-flex;margin:0 0 .8rem;padding:.32rem .58rem;color:#8b6728;background:#eee2c3;border:1px solid #d8c18b;border-radius:999px;font-size:.58rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}._premiumCard_120ix_870 h3{margin:0;font-family:var(--font-family-display);font-size:clamp(2rem,3.2vw,3rem);font-weight:400;line-height:1}._premiumCopy_120ix_993{margin:1rem 0 0;color:#ffffffb0;line-height:1.7}._premiumValue_120ix_999{display:grid;gap:.35rem;margin-top:1.4rem;padding:1rem;background:#ffffff0f;border:1px solid rgb(255 255 255 / .11);border-radius:1rem;transform:translateY(4px);transition:background .22s ease,transform .22s ease}._premiumCard_120ix_870:hover ._premiumValue_120ix_999,._premiumCard_120ix_870:focus-visible ._premiumValue_120ix_999{background:#ffffff1a;transform:translateY(0)}._premiumValue_120ix_999 strong{color:#fff;font-size:.68rem}._premiumValue_120ix_999 span{color:#ffffff9c;font-size:.72rem;line-height:1.55}._premiumLink_120ix_1028{display:inline-flex;align-items:center;gap:.45rem;width:fit-content;margin-top:auto;padding-top:1.5rem;color:#e0c171;font-size:.74rem;font-weight:800}._premiumLink_120ix_1028 svg{width:15px;height:15px;transition:transform .22s ease}._premiumCard_120ix_870:hover ._premiumLink_120ix_1028 svg,._premiumCard_120ix_870:focus-visible ._premiumLink_120ix_1028 svg{transform:translate(5px)}._signatureAction_120ix_1051{display:flex;justify-content:space-between;gap:2rem;align-items:center;margin-top:.6rem;padding:1.1rem 1.2rem;background:#ebe5d8;border:1px solid #ddd5c6;border-radius:1rem}._signatureAction_120ix_1051 p{display:flex;gap:.65rem;align-items:flex-start;margin:0;color:#4f6258;line-height:1.55}._signatureAction_120ix_1051 p svg{width:19px;height:19px;flex:0 0 auto;margin-top:.15rem;color:#9b7228}._marketSection_120ix_1080{width:min(1240px,100%);margin:0 auto;padding:clamp(5.5rem,10vw,8.5rem) clamp(1.25rem,5vw,3.5rem) 0}._marketIntro_120ix_1086{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.75fr);gap:2.5rem 5rem;align-items:end;margin-bottom:2.5rem}._marketIntro_120ix_1086 ._eyebrowDark_120ix_351{grid-column:1 / -1;margin-bottom:-1.4rem}._marketIntro_120ix_1086 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2.7rem,5vw,4.8rem);font-weight:400;line-height:.98;letter-spacing:-.035em}._marketIntro_120ix_1086>p:last-child{margin:0;color:#617068;line-height:1.75}._marketGrid_120ix_1114{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}._marketCard_120ix_1120{min-height:300px;padding:1.8rem;background:#ebe5d8;border:1px solid #ddd5c6;border-radius:1.3rem}._marketCard_120ix_1120>span{width:50px;height:50px;display:grid;place-items:center;color:#fff;background:#173f32;border-radius:15px}._marketCard_120ix_1120>span svg{width:23px;height:23px}._marketCard_120ix_1120 h3{margin:2rem 0 .8rem;font-family:var(--font-family-display);font-size:1.8rem;font-weight:400;line-height:1.08}._marketCard_120ix_1120 p{margin:0;color:#5f6d65;line-height:1.7}._marketSummary_120ix_1157{margin:1rem 0 0;padding:1.1rem 1.25rem;color:#28463a;background:#ffffffad;border:1px solid #dfdbcf;border-radius:1rem;line-height:1.65}._marketSummary_120ix_1157 strong{color:#8f6825}._section_120ix_1171,._packageSection_120ix_1172,._faqSection_120ix_1173{width:min(1240px,100%);margin:0 auto;padding:clamp(5.5rem,10vw,8.5rem) clamp(1.25rem,5vw,3.5rem)}._sectionIntro_120ix_1179{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);gap:2.5rem 5rem;align-items:end;margin-bottom:3rem}._sectionIntro_120ix_1179 ._eyebrowDark_120ix_351{grid-column:1 / -1;margin-bottom:-1.4rem}._sectionIntro_120ix_1179 h2,._sectionIntroCompact_120ix_1193 h2,._sectionIntroCentered_120ix_1194 h2,._outcomeCopy_120ix_1195 h2,._aboutCopy_120ix_1196 h2,._faqSection_120ix_1173 h2,._finalCta_120ix_1198 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2.7rem,5vw,4.8rem);font-weight:400;line-height:.98;letter-spacing:-.035em}._sectionIntro_120ix_1179>p:last-child,._sectionIntroCentered_120ix_1194>p:last-child,._outcomeCopy_120ix_1195>p,._aboutCopy_120ix_1196>p,._faqLead_120ix_1211,._finalCta_120ix_1198>div>p:last-child{color:#617068;line-height:1.75}._serviceGrid_120ix_1217{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}._serviceCard_120ix_1223{min-height:310px;padding:2rem;background:#ffffffb8;border:1px solid #e2dfd4;border-radius:1.35rem;box-shadow:0 10px 32px #1b362b0a;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}._serviceCard_120ix_1223:hover{transform:translateY(-5px);border-color:#cdb574;box-shadow:0 22px 50px #1b362b17}._iconBox_120ix_1239{width:54px;height:54px;display:grid;place-items:center;color:#fff;background:#173f32;border-radius:16px;box-shadow:0 12px 26px #173f322e}._iconBox_120ix_1239 svg{width:24px;height:24px}._serviceCard_120ix_1223 h3{margin:2rem 0 .8rem;font-family:var(--font-family-display);font-size:2rem;font-weight:400}._serviceCard_120ix_1223 p{margin:0;color:#657169;line-height:1.7}._outcomeSection_120ix_1268{width:min(1380px,calc(100% - 2rem));display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;margin:0 auto;background:#ebe5d8;border-radius:1.8rem}._outcomeImage_120ix_1278{position:relative;min-height:650px}._outcomeImage_120ix_1278>img{width:100%;height:100%;display:block;object-fit:cover}._imageNote_120ix_1290{position:absolute;right:1.5rem;bottom:1.5rem;left:1.5rem;display:flex;align-items:center;gap:.9rem;padding:1rem 1.1rem;color:#fff;background:#0c2f25e0;border:1px solid rgb(255 255 255 / .15);border-radius:1rem;backdrop-filter:blur(14px)}._imageNote_120ix_1290>svg{width:28px;height:28px;color:#dfc275}._imageNote_120ix_1290 span,._imageNote_120ix_1290 small{display:block}._imageNote_120ix_1290 small{margin-bottom:.2rem;color:#d9bd72;font-size:.58rem;font-weight:750;letter-spacing:.12em;text-transform:uppercase}._outcomeCopy_120ix_1195{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,7vw,6rem)}._outcomeCopy_120ix_1195 ul,._packageCard_120ix_1334 ul{display:grid;gap:.8rem;margin:1.6rem 0 0;padding:0;list-style:none}._outcomeCopy_120ix_1195 li,._packageCard_120ix_1334 li{display:flex;gap:.7rem;align-items:flex-start;color:#33483f;line-height:1.5}._outcomeCopy_120ix_1195 li svg,._packageCard_120ix_1334 li svg{width:18px;height:18px;flex:0 0 auto;margin-top:.15rem;color:#9b7228}._sectionIntroCompact_120ix_1193,._sectionIntroCentered_120ix_1194{max-width:760px}._sectionIntroCompact_120ix_1193{margin-bottom:3rem}._sectionIntroCentered_120ix_1194{margin:0 auto 3rem;text-align:center}._sectionIntroCentered_120ix_1194 ._eyebrowDark_120ix_351{justify-content:center}._processGrid_120ix_1378{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;overflow:hidden;background:#d7d2c5;border:1px solid #d7d2c5;border-radius:1.4rem}._processCard_120ix_1388{min-height:280px;padding:2rem;background:#fbfaf6}._processCard_120ix_1388>span{color:#ad8537;font-size:.7rem;font-weight:800;letter-spacing:.16em}._processCard_120ix_1388 h3{margin:4rem 0 .8rem;font-family:var(--font-family-display);font-size:2rem;font-weight:400}._processCard_120ix_1388 p{margin:0;color:#657169;line-height:1.7}._aboutSection_120ix_1414{width:min(1380px,calc(100% - 2rem));display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;margin:0 auto;color:#fff;background:#12382c;border-radius:1.8rem}._aboutCopy_120ix_1196{padding:clamp(3rem,7vw,6rem)}._aboutCopy_120ix_1196>p{color:#ffffffb3}._aboutCredentials_120ix_1433{min-height:680px;display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,4rem);background:radial-gradient(circle at 88% 10%,rgb(224 193 113 / .2),transparent 30%),linear-gradient(145deg,#194b3b,#0d2f25);border-left:1px solid rgb(255 255 255 / .1)}._founderPhoto_120ix_1434{display:grid;grid-template-columns:minmax(130px,.62fr) minmax(0,1fr);align-items:stretch;overflow:hidden;margin:0 0 1.8rem;background:#ffffff12;border:1px solid rgb(255 255 255 / .13);border-radius:1.15rem}._founderPhoto_120ix_1434 img{width:100%;height:100%;min-height:210px;display:block;object-fit:cover;object-position:center 42%}._founderPhoto_120ix_1434 figcaption{display:flex;flex-direction:column;justify-content:flex-end;padding:1.25rem}._founderPhoto_120ix_1434 figcaption strong{margin:0 0 .35rem;color:#e0c171;font-size:1.45rem}._founderPhoto_120ix_1434 figcaption span{min-height:0;padding:0;color:#ffffffb3;background:none;border:0;font-size:.7rem}._aboutCredentials_120ix_1433>p{margin:0 0 .7rem;color:#e0c171;font-size:.63rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._aboutCredentials_120ix_1433 h3{margin:0;font-family:var(--font-family-display);font-size:clamp(2.4rem,5vw,4.4rem);font-weight:400;line-height:.98}._aboutCredentials_120ix_1433>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin-top:1.8rem}._aboutCredentials_120ix_1433 span{display:block;min-height:112px;padding:1rem;color:#ffffff94;background:#ffffff0e;border:1px solid rgb(255 255 255 / .1);border-radius:.9rem;font-size:.68rem;line-height:1.5}._aboutCredentials_120ix_1433 strong{display:block;margin-bottom:.35rem;color:#fff;font-family:var(--font-family-display);font-size:1.15rem;font-weight:400}._aboutCredentials_120ix_1433>small{margin-top:1.2rem;color:#ffffff6b;font-size:.62rem;line-height:1.55}._aboutStats_120ix_1446{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgb(255 255 255 / .15)}._aboutStats_120ix_1446 span,._aboutStats_120ix_1446 strong{display:block}._aboutStats_120ix_1446 span{color:#ffffff8f;font-size:.65rem;line-height:1.45}._aboutStats_120ix_1446 strong{margin-bottom:.25rem;color:#e0c171;font-family:var(--font-family-display);font-size:1.2rem;font-weight:400}._portfolioSection_120ix_1474{width:min(1240px,100%);margin:0 auto;padding:clamp(5.5rem,10vw,8.5rem) clamp(1.25rem,5vw,3.5rem) 0}._portfolioIntro_120ix_1480{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.7fr);gap:2.5rem 5rem;align-items:end;margin-bottom:2.5rem}._portfolioIntro_120ix_1480 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2.7rem,5vw,4.8rem);font-weight:400;line-height:.98;letter-spacing:-.035em}._portfolioIntro_120ix_1480>p{margin:0;color:#617068;line-height:1.75}._portfolioGrid_120ix_1503{display:grid;grid-template-columns:minmax(0,1.35fr) repeat(2,minmax(0,.65fr));grid-template-rows:repeat(2,270px);gap:1rem}._portfolioCard_120ix_1510{position:relative;min-width:0;overflow:hidden;margin:0;background:#173f32;border-radius:1.35rem;box-shadow:0 18px 45px #15382d1f}._portfolioFeature_120ix_1520{grid-row:1 / span 2}._portfolioCard_120ix_1510 img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}._portfolioCard_120ix_1510:hover img{transform:scale(1.035)}._portfolioCard_120ix_1510:after{position:absolute;inset:35% 0 0;content:"";background:linear-gradient(0deg,rgb(5 27 20 / .9),transparent);pointer-events:none}._portfolioCard_120ix_1510 figcaption{position:absolute;z-index:1;right:0;bottom:0;left:0;display:grid;gap:.25rem;padding:1.15rem;color:#fff}._portfolioCard_120ix_1510 figcaption span{color:#e0c171;font-size:.56rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._portfolioCard_120ix_1510 figcaption strong{font-family:var(--font-family-display);font-size:clamp(1.05rem,1.8vw,1.55rem);font-weight:400}._portfolioNote_120ix_1570{margin:.85rem 0 0;color:#768079;font-size:.65rem}._productRadarSection_120ix_1576{width:min(1380px,calc(100% - 2rem));overflow:hidden;margin:clamp(5.5rem,10vw,8.5rem) auto 0;padding:clamp(3rem,6vw,5rem);color:#fff;background:radial-gradient(circle at 92% 0%,rgb(224 193 113 / .2),transparent 28%),#11382c;border-radius:1.8rem}._productRadarIntro_120ix_1588{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);gap:2.5rem 5rem;align-items:end;margin-bottom:2.4rem}._productRadarIntro_120ix_1588 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2.7rem,5vw,4.8rem);font-weight:400;line-height:.98;letter-spacing:-.035em}._productRadarIntro_120ix_1588>div:last-child>p{margin:0;color:#ffffffb8;line-height:1.7}._productRadarIntro_120ix_1588>div:last-child>span{display:block;margin-top:.85rem;color:#dfc275;font-size:.62rem;line-height:1.55}._productSlider_120ix_1619{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(290px,31%);gap:1rem;overflow-x:auto;padding:.25rem .1rem 1.2rem;scroll-snap-type:x mandatory;scrollbar-color:#d4b45f rgb(255 255 255 / .08);scrollbar-width:thin;overscroll-behavior-inline:contain}._radarLegend_120ix_1632{display:flex;flex-wrap:wrap;gap:.55rem .8rem;align-items:center;margin:-1rem 0 1.6rem}._radarLegend_120ix_1632>span{display:inline-flex;gap:.42rem;align-items:center;padding:.42rem .62rem;color:#ffffffbd;background:#ffffff12;border:1px solid rgb(255 255 255 / .11);border-radius:999px;font-size:.58rem;font-weight:750}._radarLegend_120ix_1632 i{width:7px;height:7px;background:#e0c171;border-radius:50%}._radarLegend_120ix_1632>span:nth-child(2) i{background:#e89d55}._radarLegend_120ix_1632>span:nth-child(3) i{background:#83c68f}._radarLegend_120ix_1632 small{margin-left:auto;color:#ffffff85;font-size:.58rem}._productSlide_120ix_1619{min-width:0;overflow:hidden;color:inherit;background:#f5f1e7;border:1px solid rgb(255 255 255 / .15);border-radius:1.25rem;scroll-snap-align:start;text-decoration:none}._productSlideVerified_120ix_1685{transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}._productSlideVerified_120ix_1685:hover,._productSlideVerified_120ix_1685:focus-visible{border-color:#dfc275;box-shadow:0 18px 42px #0000002e;transform:translateY(-3px)}._productSlideVerified_120ix_1685:focus-visible{outline:3px solid rgb(224 193 113 / .42);outline-offset:3px}._productBrandVisual_120ix_1701{position:relative;isolation:isolate;min-height:230px;display:flex;flex-direction:column;justify-content:flex-end;padding:1.45rem!important;overflow:hidden;color:#fff;background:radial-gradient(circle at 76% 24%,rgb(202 220 86 / .82) 0 15%,transparent 15.5%),radial-gradient(circle at 84% 38%,rgb(120 157 44 / .9) 0 22%,transparent 22.5%),linear-gradient(145deg,#0e4029,#226238 56%,#91ad3c)}._productBrandVisual_120ix_1701:after{content:"";position:absolute;top:-65px;right:-65px;width:230px;height:230px;border:1px solid rgb(255 255 255 / .24);border-radius:50%;box-shadow:0 0 0 22px #ffffff0a,0 0 0 44px #ffffff06}._productBrandVisual_120ix_1701>span{width:fit-content;margin-bottom:.8rem;padding:.38rem .58rem;color:#163d31;background:#e5ca77;border-radius:999px;font-size:.56rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}._productBrandVisual_120ix_1701 strong{max-width:250px;font-family:var(--font-family-display);font-size:2.45rem;font-weight:400;line-height:.85;letter-spacing:-.035em}._productBrandVisual_120ix_1701>small{margin-top:.8rem;color:#ffffffc2;font-size:.58rem;font-weight:750;letter-spacing:.12em;text-transform:uppercase}._silkVisual_120ix_1760{background:radial-gradient(circle at 80% 23%,rgb(255 255 255 / .55) 0 12%,transparent 12.5%),radial-gradient(circle at 90% 40%,rgb(144 61 101 / .34) 0 22%,transparent 22.5%),linear-gradient(145deg,#6d2148,#b84775 52%,#f0b2c7)}._sweesVisual_120ix_1767{background:radial-gradient(circle at 78% 24%,rgb(255 220 227 / .58) 0 14%,transparent 14.5%),radial-gradient(circle at 87% 41%,rgb(181 50 92 / .42) 0 21%,transparent 21.5%),linear-gradient(145deg,#402050,#864a88,#e6a1b3)}._oatoVisual_120ix_1774{background:radial-gradient(circle at 78% 22%,rgb(222 242 158 / .72) 0 14%,transparent 14.5%),radial-gradient(circle at 88% 40%,rgb(101 144 51 / .5) 0 23%,transparent 23.5%),linear-gradient(145deg,#2c4a2c,#668443 55%,#c6d887)}._silkVisual_120ix_1760:after,._sweesVisual_120ix_1767:after,._oatoVisual_120ix_1774:after{border-radius:34% 66% 60% 40%;transform:rotate(18deg)}._productSlideCopy_120ix_1788{padding:1.25rem}._productSlide_120ix_1619>img{width:100%;height:230px;display:block;object-fit:cover}._productSlide_120ix_1619>div{padding:1.25rem}._productSlide_120ix_1619 small{color:#8d6829;font-size:.58rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._productSlide_120ix_1619 h3{margin:.55rem 0 .65rem;color:#183d31;font-family:var(--font-family-display);font-size:1.65rem;font-weight:400}._productSlide_120ix_1619 p{min-height:72px;margin:0;color:#617068;font-size:.72rem;line-height:1.6}._productSlide_120ix_1619 div>span{display:inline-flex;align-items:center;gap:.35rem;margin-top:1rem;padding:.48rem .65rem;color:#76602b;background:#eae0c5;border-radius:999px;font-size:.58rem;font-weight:800}._productSlide_120ix_1619 div>span svg{width:13px;height:13px}._productSlideCopy_120ix_1788 em{display:block;margin-top:.75rem;color:#7c887f;font-size:.55rem;font-style:normal;line-height:1.45}._sliderHint_120ix_1854{display:flex;align-items:center;gap:.45rem;margin:.75rem 0 0;color:#ffffff8f;font-size:.62rem}._sliderHint_120ix_1854 svg{width:15px;height:15px;color:#dfc275}._proofSection_120ix_1869{width:min(1240px,100%);margin:0 auto;padding:clamp(5.5rem,10vw,8.5rem) clamp(1.25rem,5vw,3.5rem)}._proofIntro_120ix_1875{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem 4rem;align-items:end;margin-bottom:2.5rem}._proofIntro_120ix_1875>div{max-width:820px}._proofIntro_120ix_1875 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2.7rem,5vw,4.8rem);font-weight:400;line-height:.98;letter-spacing:-.035em}._proofIntro_120ix_1875>div>p:last-child{max-width:760px;margin:1.2rem 0 0;color:#617068;line-height:1.75}._instagramButton_120ix_1903{min-height:52px;border-color:#91702d}._proofGrid_120ix_1908{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}._proofCard_120ix_1914{min-width:0;display:flex;flex-direction:column;min-height:500px;padding:1.7rem;background:#ffffffc2;border:1px solid #dfdbcf;border-radius:1.35rem;box-shadow:0 12px 38px #1c332a0d}._proofCardFeatured_120ix_1926{background:radial-gradient(circle at 88% 8%,rgb(224 193 113 / .16),transparent 30%),#fff;border-color:#c9ae68;box-shadow:0 20px 52px #1c332a1a}._proofCardTop_120ix_1934{display:flex;justify-content:space-between;gap:1rem;align-items:center}._proofIcon_120ix_1941{width:48px;height:48px;display:grid;place-items:center;color:#fff;background:#173f32;border-radius:15px}._proofIcon_120ix_1941 svg{width:21px;height:21px}._proofMetric_120ix_1956{color:#9b7228;font-family:var(--font-family-display);font-size:1.35rem}._proofEyebrow_120ix_1962{margin:1.5rem 0 .45rem;color:#9b7228;font-size:.62rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._proofCard_120ix_1914 h3{margin:0;font-family:var(--font-family-display);font-size:2rem;font-weight:400;line-height:1.05}._proofCopy_120ix_1979{margin:.9rem 0 0;color:#657169;line-height:1.7}._proofCard_120ix_1914 blockquote{margin:1.4rem 0;padding:1rem 0 1rem 1rem;color:#25463a;border-left:2px solid #c49a45;font-family:var(--font-family-display);font-size:1.25rem;line-height:1.35}._proofLinks_120ix_1995{display:grid;gap:.65rem;margin-top:auto}._proofLinks_120ix_1995 a{display:inline-flex;align-items:center;justify-content:space-between;gap:.4rem;width:100%;min-height:44px;padding:.72rem .82rem;color:#174839;background:#f1ece0;border:1px solid #ddd4c0;border-radius:.8rem;font-size:.73rem;font-weight:750;text-decoration:none}._proofLinks_120ix_1995 a:hover{color:#7d5b20;background:#ebe2cf;border-color:#c8ae6a}._proofLinks_120ix_1995 svg{width:14px;height:14px}._privateChefSection_120ix_2029{width:min(1380px,calc(100% - 2rem));display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.58fr);gap:clamp(2rem,5vw,5rem);align-items:center;margin:0 auto;padding:clamp(3rem,7vw,6rem);overflow:hidden;color:#fff;background:radial-gradient(circle at 88% 12%,rgb(224 193 113 / .2),transparent 30%),linear-gradient(135deg,#0d3026,#174c3b);border:1px solid rgb(255 255 255 / .1);border-radius:1.8rem;box-shadow:0 28px 75px #12382c33}._privateChefMain_120ix_2047 h2{max-width:850px;margin:0;font-family:var(--font-family-display);font-size:clamp(2.8rem,5.2vw,5.2rem);font-weight:400;line-height:.96;letter-spacing:-.04em}._privateChefLead_120ix_2057{max-width:800px;margin:1.25rem 0 0;color:#ffffffb3;font-size:1.02rem;line-height:1.75}._privateChefMaritime_120ix_2065{max-width:820px;display:flex;gap:.75rem;align-items:flex-start;margin:1.25rem 0 0;padding:1rem 1.1rem;color:#ffffffc2;background:#ffffff12;border:1px solid rgb(255 255 255 / .12);border-radius:1rem;font-size:.82rem;line-height:1.65}._privateChefMaritime_120ix_2065>svg{width:21px;height:21px;flex:0 0 auto;margin-top:.1rem;color:#e0c171}._privateChefMaritime_120ix_2065 em{color:#f0d998}._privateChefBenefits_120ix_2092{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem;margin-top:1.7rem}._privateChefBenefits_120ix_2092 span{display:flex;gap:.55rem;align-items:flex-start;color:#ffffffc2;font-size:.78rem;line-height:1.5}._privateChefBenefits_120ix_2092 svg{width:17px;height:17px;flex:0 0 auto;margin-top:.12rem;color:#e0c171}._privateChefEnquiry_120ix_2116{display:grid;gap:.9rem;padding:1.7rem;background:#ffffff14;border:1px solid rgb(255 255 255 / .14);border-radius:1.3rem;backdrop-filter:blur(12px)}._privateChefEnquiry_120ix_2116 small{color:#e0c171;font-size:.62rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}._privateChefEnquiry_120ix_2116 h3{margin:0;font-family:var(--font-family-display);font-size:2.25rem;font-weight:400;line-height:1.02}._privateChefEnquiry_120ix_2116 p{margin:0;color:#ffffffa6;line-height:1.7}._privateChefEnquiry_120ix_2116>a{width:100%}._privateChefEnquiry_120ix_2116>span{color:#ffffff7a;font-size:.65rem;line-height:1.5;text-align:center}._freeToolsSection_120ix_2159{width:min(1240px,100%);margin:0 auto;padding:clamp(5rem,9vw,8rem) clamp(1rem,4vw,3rem)}._freeToolsIntro_120ix_823{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.65fr);gap:2.5rem 5rem;align-items:end;margin-bottom:2.3rem}._freeToolsIntro_120ix_823>div:last-child{display:grid;justify-items:start;gap:1rem}._freeToolsGrid_120ix_2179{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}._freeToolCard_120ix_2185{display:flex;flex-direction:column;min-height:360px;padding:1.7rem;color:#17382e;background:#fff;border:1px solid #ded9cd;border-radius:1.3rem;box-shadow:0 12px 34px #17382e0d;text-decoration:none;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s ease,border-color .22s ease}._freeToolCard_120ix_2185:hover,._freeToolCard_120ix_2185:focus-visible{border-color:#c7aa62;box-shadow:0 22px 50px #17382e1c;transform:translateY(-6px);outline:none}._freeToolCard_120ix_2185:active{transform:scale(.99)}._freeToolIcon_120ix_2211{width:50px;height:50px;display:grid;place-items:center;color:#fff;background:#173f32;border-radius:15px;transition:transform .22s ease}._freeToolCard_120ix_2185:hover ._freeToolIcon_120ix_2211,._freeToolCard_120ix_2185:focus-visible ._freeToolIcon_120ix_2211{transform:rotate(-4deg) scale(1.06)}._freeToolIcon_120ix_2211 svg{width:22px;height:22px}._freeToolCard_120ix_2185 small{margin:1.4rem 0 .45rem;color:#9b7228;font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}._freeToolCard_120ix_2185 h3{margin:0;font-family:var(--font-family-display);font-size:2rem;font-weight:400}._freeToolCard_120ix_2185 p{margin:.8rem 0 0;color:#657169;line-height:1.7}._freeToolCard_120ix_2185>span:last-child{display:inline-flex;align-items:center;gap:.45rem;width:fit-content;margin-top:auto;padding-top:1.4rem;color:#174839;font-size:.74rem;font-weight:800}._freeToolCard_120ix_2185>span:last-child svg{width:15px;height:15px;transition:transform .22s ease}._freeToolCard_120ix_2185:hover>span:last-child svg,._freeToolCard_120ix_2185:focus-visible>span:last-child svg{transform:translate(5px)}._supportSection_120ix_2277{width:min(1240px,calc(100% - 2rem));display:grid;grid-template-columns:auto minmax(0,1fr) minmax(240px,.42fr);gap:2rem;align-items:center;margin:0 auto clamp(5rem,9vw,8rem);padding:clamp(2rem,5vw,4rem);color:#fff;background:radial-gradient(circle at 88% 12%,rgb(224 193 113 / .18),transparent 30%),#12382c;border:1px solid rgb(255 255 255 / .1);border-radius:1.6rem;box-shadow:0 24px 65px #12382c2e}._supportIcon_120ix_2294{width:76px;height:76px;display:grid;place-items:center;color:#17382e;background:#e0c171;border-radius:22px;box-shadow:0 14px 32px #0000002e;transition:transform .24s cubic-bezier(.16,1,.3,1)}._supportSection_120ix_2277:hover ._supportIcon_120ix_2294{transform:rotate(-5deg) scale(1.05)}._supportIcon_120ix_2294 svg{width:32px;height:32px}._supportCopy_120ix_824 h2{max-width:760px;font-size:clamp(2.4rem,4.5vw,4.1rem)}._supportCopy_120ix_824>p:last-of-type{max-width:800px;margin:1rem 0 0;color:#ffffffad;line-height:1.75}._supportUses_120ix_2327{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.3rem}._supportUses_120ix_2327 span{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .75rem;color:#ffffffb8;background:#ffffff0f;border:1px solid rgb(255 255 255 / .1);border-radius:999px;font-size:.67rem}._supportUses_120ix_2327 svg{width:15px;height:15px;color:#e0c171}._supportAction_120ix_2352{display:grid;justify-items:stretch;gap:.8rem}._supportButton_120ix_2358{min-height:54px;color:#17382e;background:#e0c171;border-color:#e0c171;opacity:.86}._supportAction_120ix_2352>a{color:#e0c171;font-size:.72rem;font-weight:750;text-align:center;text-decoration:none}._supportAction_120ix_2352>a:hover{text-decoration:underline}._supportAction_120ix_2352 small{color:#ffffff75;font-size:.62rem;line-height:1.45;text-align:center}._packageSection_120ix_1172{width:100%;max-width:none;margin-top:clamp(5rem,10vw,8rem);background:#ece7da}._packageSection_120ix_1172>*{width:min(1240px,100%);margin-right:auto;margin-left:auto}._digitalPackIntro_120ix_2398{max-width:900px;margin-bottom:2.5rem}._digitalPackIntro_120ix_2398 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2.8rem,5vw,4.9rem);font-weight:400;line-height:.98;letter-spacing:-.035em}._digitalPackIntro_120ix_2398>p:last-child{max-width:800px;margin:1.2rem 0 0;color:#617068;line-height:1.75}._digitalPackGrid_120ix_2419{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:clamp(5rem,9vw,7rem)}._digitalPackCard_120ix_2426{display:flex;flex-direction:column;min-height:650px;padding:2rem;color:#fff;background:#163d31;border:1px solid #163d31;border-radius:1.4rem;box-shadow:0 22px 55px #163d3129}._digitalPackTop_120ix_2438{display:flex;justify-content:space-between;gap:1rem;align-items:center}._digitalPackTop_120ix_2438>span{width:52px;height:52px;display:grid;place-items:center;color:#15382d;background:#e0c171;border-radius:16px}._digitalPackTop_120ix_2438>span svg{width:24px;height:24px}._digitalPackTop_120ix_2438 small{color:#e1c57c;font-size:.62rem;font-weight:800;letter-spacing:.1em;text-align:right;text-transform:uppercase}._digitalPackCard_120ix_2426 h3{margin:2rem 0 .9rem;font-family:var(--font-family-display);font-size:clamp(2.2rem,3.5vw,3.2rem);font-weight:400;line-height:1}._digitalPackCard_120ix_2426>p{margin:0;color:#ffffffad;line-height:1.7}._digitalPackCard_120ix_2426 ul{display:grid;gap:.75rem;margin:1.6rem 0 2rem;padding:0;list-style:none}._digitalPackCard_120ix_2426 li{display:flex;gap:.65rem;align-items:flex-start;color:#ffffffc2;line-height:1.5}._digitalPackCard_120ix_2426 li svg{width:18px;height:18px;flex:0 0 auto;margin-top:.15rem;color:#e0c171}._digitalPackBuy_120ix_2507{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center;margin-top:auto;padding-top:1.3rem;border-top:1px solid rgb(255 255 255 / .14)}._digitalPackBuy_120ix_2507 strong,._digitalPackBuy_120ix_2507 small{display:block}._digitalPackBuy_120ix_2507 strong{color:#e0c171;font-family:var(--font-family-display);font-size:1.3rem;font-weight:400}._digitalPackBuy_120ix_2507 small{max-width:250px;margin-top:.25rem;color:#ffffff80;font-size:.62rem;line-height:1.4}._digitalPackBuy_120ix_2507 a{color:#fff;border-color:#ffffff6b}._packageGrid_120ix_2542{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._packageCard_120ix_1334{position:relative;display:flex;flex-direction:column;min-height:590px;padding:2rem;background:#fbfaf6;border:1px solid #dcd6c8;border-radius:1.35rem;box-shadow:0 12px 38px #1c332a0d}._packageFeatured_120ix_2560{color:#fff;background:#163d31;border-color:#163d31;transform:translateY(-1rem);box-shadow:0 26px 65px #163d3138}._popular_120ix_2568{position:absolute;top:1.35rem;right:1.35rem;padding:.35rem .6rem;color:#193a30;background:#e2c579;border-radius:999px;font-size:.58rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}._packageKicker_120ix_2582{position:absolute;top:1.35rem;right:1.35rem;max-width:145px;padding:.35rem .6rem;color:#193a30;background:#e8dcc0;border-radius:999px;font-size:.56rem;font-weight:800;line-height:1.25;text-align:center;text-transform:uppercase;letter-spacing:.06em}._packageName_120ix_2599{margin:0;color:#9b7228;font-size:.7rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}._packageFeatured_120ix_2560 ._packageName_120ix_2599{color:#e0c171}._packageCard_120ix_1334 h3{margin:1.2rem 0 .8rem;font-family:var(--font-family-display);font-size:3.4rem;font-weight:400}._packageDescription_120ix_2619{min-height:88px;margin:0;color:#657169;line-height:1.65}._packageFeatured_120ix_2560 ._packageDescription_120ix_2619,._packageFeatured_120ix_2560 li{color:#ffffffad}._packageFeatured_120ix_2560 li svg{color:#e0c171}._packageButton_120ix_2635{width:100%;min-height:52px;margin-top:auto}._packageFeatured_120ix_2560 ._packageButton_120ix_2635{color:#17382e;background:#e0c171;border-color:#e0c171}._paymentNote_120ix_2647{display:flex;justify-content:center;align-items:center;gap:.55rem;margin-top:1.8rem;color:#667169;font-size:.75rem}._paymentNote_120ix_2647 svg{width:17px;height:17px;color:#9b7228}._liveSection_120ix_2663{width:min(1380px,calc(100% - 2rem));margin:clamp(5rem,10vw,8rem) auto;padding:clamp(3rem,7vw,6rem);color:#fff;background:radial-gradient(circle at 85% 8%,rgb(224 193 113 / .2),transparent 30%),#12382c;border-radius:1.8rem}._liveHeader_120ix_2674{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.48fr);gap:2.5rem 5rem;align-items:end}._liveHeader_120ix_2674>div:first-child{max-width:820px}._liveHeader_120ix_2674 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2.8rem,5vw,4.9rem);font-weight:400;line-height:.98;letter-spacing:-.035em}._liveHeader_120ix_2674>div:first-child>p:last-child{max-width:740px;margin:1.25rem 0 0;color:#ffffffb3;line-height:1.75}._travelCard_120ix_2701{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem;background:#ffffff14;border:1px solid rgb(255 255 255 / .14);border-radius:1.1rem}._travelCard_120ix_2701>svg{width:28px;height:28px;flex:0 0 auto;color:#e1c57c}._travelCard_120ix_2701 span,._travelCard_120ix_2701 small{display:block}._travelCard_120ix_2701 span{color:#fffc;font-size:.82rem;line-height:1.55}._travelCard_120ix_2701 small{margin-bottom:.3rem;color:#e1c57c;font-size:.58rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._liveGrid_120ix_2738{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3rem}._liveCard_120ix_2745{min-height:340px;padding:1.8rem;background:#ffffff12;border:1px solid rgb(255 255 255 / .13);border-radius:1.25rem}._liveCard_120ix_2745>span{width:50px;height:50px;display:grid;place-items:center;color:#15382d;background:#e0c171;border-radius:15px}._liveCard_120ix_2745>span svg{width:23px;height:23px}._liveCard_120ix_2745 h3{margin:2.4rem 0 .9rem;font-family:var(--font-family-display);font-size:2rem;font-weight:400;line-height:1.05}._liveCard_120ix_2745 p{margin:0;color:#ffffffab;line-height:1.7}._liveCardLink_120ix_2782{display:inline-flex;gap:.45rem;align-items:center;width:fit-content;margin-top:1.5rem;color:#e0c171;font-size:.75rem;font-weight:750;text-decoration:none}._liveCardLink_120ix_2782:hover{text-decoration:underline}._liveCardLink_120ix_2782 svg{width:15px;height:15px}._liveAction_120ix_2803{display:flex;justify-content:space-between;gap:2rem;align-items:center;margin-top:1rem;padding:1.3rem;background:#ffffff0d;border:1px solid rgb(255 255 255 / .12);border-radius:1.1rem}._liveAction_120ix_2803>div{display:flex;gap:.9rem;align-items:flex-start}._liveAction_120ix_2803>div>svg{width:24px;height:24px;flex:0 0 auto;color:#e0c171}._liveAction_120ix_2803 span,._liveAction_120ix_2803 strong{display:block}._liveAction_120ix_2803 span{color:#ffffff94;font-size:.72rem;line-height:1.55}._liveAction_120ix_2803 strong{margin-bottom:.25rem;color:#fff;font-size:.82rem}._faqSection_120ix_1173{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,7vw,6rem)}._faqList_120ix_2851{display:grid}._faqList_120ix_2851 article{padding:1.5rem 0;border-top:1px solid #dcd7cb}._faqList_120ix_2851 article:last-child{border-bottom:1px solid #dcd7cb}._faqList_120ix_2851 h3{margin:0 0 .65rem;font-family:var(--font-family-display);font-size:1.55rem;font-weight:400}._faqList_120ix_2851 p{margin:0;color:#657169;line-height:1.7}._finalCta_120ix_1198{width:min(1240px,calc(100% - 2rem));display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:end;margin:0 auto clamp(1rem,3vw,2rem);padding:clamp(2.5rem,7vw,5rem);color:#fff;background:radial-gradient(circle at 90% 15%,rgb(225 193 113 / .2),transparent 35%),#12382c;border-radius:1.8rem}._finalCta_120ix_1198>div>p:last-child{max-width:700px;color:#ffffffab}._finalActions_120ix_2897{display:grid;justify-items:start;gap:1rem}._finalActions_120ix_2897 span{display:flex;align-items:center;gap:.5rem;color:#ffffff94;font-size:.72rem}._finalActions_120ix_2897 span svg{width:16px;height:16px;color:#e0c171}._footer_120ix_127{display:grid;grid-template-columns:auto 1fr auto;gap:1.5rem 3rem;align-items:center;padding:2.5rem clamp(1.25rem,5vw,4rem);color:#fff;background:#0b2a21}._footer_120ix_127 p{margin:0;color:#ffffff8c;font-size:.8rem}._footerLinks_120ix_2933{display:flex;gap:1rem}._footerLinks_120ix_2933 a{display:inline-flex;align-items:center;gap:.4rem;color:#e1c57c;font-size:.75rem;font-weight:650;text-decoration:none}._footerLinks_120ix_2933 svg{width:15px;height:15px}._copyright_120ix_2953{grid-column:1 / -1;padding-top:1rem;color:#ffffff59;border-top:1px solid rgb(255 255 255 / .1);font-size:.65rem}._tradeNotice_120ix_2961{grid-column:1 / -1;color:#ffffff7a;font-size:.64rem}@media(max-width:1180px){._header_120ix_109{grid-template-columns:1fr auto}._nav_120ix_178{display:none}._mobileNav_120ix_235{display:block}}@media(max-width:980px){._sectionIntro_120ix_1179,._marketIntro_120ix_1086,._signatureIntro_120ix_814,._outcomeSection_120ix_1268,._aboutSection_120ix_1414,._proofIntro_120ix_1875,._privateChefSection_120ix_2029,._freeToolsIntro_120ix_823,._liveHeader_120ix_2674,._faqSection_120ix_1173,._finalCta_120ix_1198,._serviceGrid_120ix_1217,._marketGrid_120ix_1114,._processGrid_120ix_1378,._proofGrid_120ix_1908,._freeToolsGrid_120ix_2179,._liveGrid_120ix_2738,._digitalPackGrid_120ix_2419,._packageGrid_120ix_2542{grid-template-columns:1fr}._premiumScroll_120ix_848{grid-auto-columns:minmax(300px,62%)}._freeToolsGrid_120ix_2179{grid-template-columns:repeat(2,minmax(0,1fr))}._signatureAction_120ix_1051,._supportSection_120ix_2277{grid-template-columns:1fr}._signatureAction_120ix_1051{align-items:flex-start;flex-direction:column}._supportIcon_120ix_2294{width:66px;height:66px}._serviceCard_120ix_1223,._marketCard_120ix_1120,._proofCard_120ix_1914,._liveCard_120ix_2745,._digitalPackCard_120ix_2426{min-height:auto}._liveAction_120ix_2803{align-items:flex-start;flex-direction:column}._instagramButton_120ix_1903{justify-self:start}._outcomeImage_120ix_1278,._aboutImage_120ix_3061,._aboutCredentials_120ix_1433{min-height:500px}._aboutStats_120ix_1446{grid-template-columns:repeat(2,minmax(0,1fr))}._portfolioIntro_120ix_1480,._productRadarIntro_120ix_1588{grid-template-columns:1fr}._productSlider_120ix_1619{grid-auto-columns:minmax(290px,48%)}._portfolioGrid_120ix_1503{grid-template-columns:1fr 1fr;grid-template-rows:420px 250px 250px}._portfolioFeature_120ix_1520{grid-column:1 / -1;grid-row:auto}._packageFeatured_120ix_2560{transform:none}._packageCard_120ix_1334{min-height:auto}._packageButton_120ix_2635{margin-top:2rem}._footer_120ix_127{grid-template-columns:1fr}._copyright_120ix_2953{grid-column:auto}}@media(max-width:640px){._header_120ix_109{grid-template-columns:minmax(0,1fr) auto;min-height:68px;gap:.55rem;padding:0 .85rem}._brand_120ix_126{gap:.55rem;overflow:hidden}._brand_120ix_126>span:last-child{min-width:0}._brandMark_120ix_136{width:38px;height:38px;border-radius:12px}._brand_120ix_126 strong{font-size:1.15rem}._brand_120ix_126 small{font-size:.5rem}._headerCta_120ix_214{min-width:0;height:44px;padding-inline:.8rem;font-size:.7rem}._headerCta_120ix_214 svg{display:none}._mobileMenuButton_120ix_239{width:44px;height:44px}._hero_120ix_81{min-height:calc(100svh - 68px);align-items:flex-end}._heroImage_120ix_81{background-position:64% center}._heroShade_120ix_86{background:linear-gradient(0deg,#082019fa 5%,#09231ce3 56%,#081f1947),linear-gradient(90deg,rgb(9 35 28 / .45),transparent)}._heroContent_120ix_343{padding:4.25rem 1rem 2rem}._hero_120ix_81 h1{font-size:clamp(2.7rem,12.8vw,3.65rem);line-height:.95}._heroCopy_120ix_398{font-size:.92rem;line-height:1.6}._heroActions_120ix_406{display:grid}._heroActions_120ix_406 a{width:100%}._trustLine_120ix_449{display:grid;gap:.55rem}._problemStrip_120ix_471{grid-template-columns:1fr;gap:.7rem;margin-top:0;border-radius:0}._section_120ix_1171,._marketSection_120ix_1080,._signatureSection_120ix_808,._proofSection_120ix_1869,._freeToolsSection_120ix_2159,._packageSection_120ix_1172,._faqSection_120ix_1173{padding:4.5rem 1rem}._sectionIntro_120ix_1179,._signatureIntro_120ix_814,._freeToolsIntro_120ix_823,._marketIntro_120ix_1086{grid-template-columns:1fr;gap:1rem}._marketIntro_120ix_1086 ._eyebrowDark_120ix_351,._sectionIntro_120ix_1179 ._eyebrowDark_120ix_351{margin-bottom:0}._sectionIntro_120ix_1179 h2,._marketIntro_120ix_1086 h2,._signatureIntro_120ix_814 h2,._freeToolsIntro_120ix_823 h2,._supportCopy_120ix_824 h2,._sectionIntroCompact_120ix_1193 h2,._sectionIntroCentered_120ix_1194 h2,._digitalPackIntro_120ix_2398 h2,._outcomeCopy_120ix_1195 h2,._aboutCopy_120ix_1196 h2,._proofIntro_120ix_1875 h2,._liveHeader_120ix_2674 h2,._faqSection_120ix_1173 h2,._finalCta_120ix_1198 h2{font-size:clamp(2.15rem,10.6vw,3rem);line-height:1}._serviceCard_120ix_1223,._marketCard_120ix_1120,._premiumCard_120ix_870,._processCard_120ix_1388,._proofCard_120ix_1914,._freeToolCard_120ix_2185,._liveCard_120ix_2745,._digitalPackCard_120ix_2426,._packageCard_120ix_1334{padding:1.4rem}._outcomeSection_120ix_1268,._aboutSection_120ix_1414,._privateChefSection_120ix_2029,._supportSection_120ix_2277,._liveSection_120ix_2663,._finalCta_120ix_1198{width:100%;border-radius:0}._premiumScroll_120ix_848{width:100%;max-width:100%;grid-auto-columns:minmax(0,88%);margin-right:0;padding-right:.2rem}._premiumCard_120ix_870{min-height:470px}._signatureAction_120ix_1051{padding:1rem}._signatureAction_120ix_1051,._signatureAction_120ix_1051 a,._freeToolsIntro_120ix_823 a,._supportAction_120ix_2352,._supportAction_120ix_2352 button{width:100%}._supportSection_120ix_2277{margin-bottom:0;padding:3rem 1.1rem}._supportUses_120ix_2327{display:grid}._supportUses_120ix_2327 span{border-radius:.8rem}._outcomeImage_120ix_1278,._aboutImage_120ix_3061,._aboutCredentials_120ix_1433{min-height:390px}._aboutCredentials_120ix_1433{padding:2.5rem 1.2rem}._aboutCredentials_120ix_1433>div{grid-template-columns:1fr}._aboutCredentials_120ix_1433 span{min-height:auto}._founderPhoto_120ix_1434{grid-template-columns:1fr}._founderPhoto_120ix_1434 img{min-height:290px;max-height:360px}._founderPhoto_120ix_1434 figcaption span{padding:0}._portfolioGrid_120ix_1503{grid-template-columns:1fr;grid-template-rows:none}._portfolioCard_120ix_1510,._portfolioFeature_120ix_1520{min-height:280px;grid-column:auto;grid-row:auto}._productRadarSection_120ix_1576{width:calc(100% - 1rem);padding:2.8rem 1rem}._productSlider_120ix_1619{grid-auto-columns:minmax(0,88%)}._productSlide_120ix_1619>img{height:220px}._outcomeCopy_120ix_1195,._aboutCopy_120ix_1196{padding:2.5rem 1.2rem}._privateChefSection_120ix_2029{padding:3.8rem 1rem}._privateChefMain_120ix_2047 h2{font-size:clamp(2.2rem,10.7vw,3.1rem)}._privateChefBenefits_120ix_2092{grid-template-columns:1fr}._privateChefMaritime_120ix_2065{padding:.9rem}._privateChefEnquiry_120ix_2116{padding:1.2rem}._privateChefEnquiry_120ix_2116 h3{font-size:1.9rem}._aboutStats_120ix_1446{grid-template-columns:1fr}._instagramButton_120ix_1903,._instagramButton_120ix_1903 a{width:100%}._liveSection_120ix_2663{margin:0;padding:3rem 1.2rem}._liveAction_120ix_2803,._liveAction_120ix_2803>a{width:100%}._packageCard_120ix_1334 h3{font-size:clamp(2.35rem,11vw,3rem)}._packageDescription_120ix_2619{min-height:auto}._digitalPackBuy_120ix_2507{grid-template-columns:1fr}._digitalPackBuy_120ix_2507 a{width:100%}._paymentNote_120ix_2647{align-items:flex-start;text-align:left}._finalCta_120ix_1198{margin-bottom:0;padding:3rem 1.2rem}._finalActions_120ix_2897,._finalActions_120ix_2897 a{width:100%}._footer_120ix_127{padding:2.3rem 1.1rem}._footerLinks_120ix_2933{align-items:flex-start;flex-direction:column}}@media(max-width:520px){._headerCta_120ix_214{display:none}._headerActions_120ix_227{gap:0}._hero_120ix_81{min-height:auto}._heroContent_120ix_343{padding-top:clamp(3.7rem,14vw,4.5rem);padding-bottom:1.6rem}._problemStrip_120ix_471{padding:1.35rem 1rem}._premiumScroll_120ix_848{grid-auto-columns:minmax(0,92%)}._imageNote_120ix_1290{right:.85rem;bottom:.85rem;left:.85rem;padding:.85rem}}@media(max-width:900px){._communityStudioGrid_120ix_603,._communityChat_120ix_746{grid-template-columns:1fr}}@media(max-width:640px){._communityStudio_120ix_571{width:calc(100% - 1rem);padding:2.8rem 1rem}._twoFieldRow_120ix_710{grid-template-columns:1fr}._communityJoinCard_120ix_609,._recipeFeatureCard_120ix_610,._chatForm_120ix_611,._chatConversation_120ix_612{padding:1.2rem}._chatHeading_120ix_631{flex-direction:column}}@media(max-width:380px){._header_120ix_109{padding-inline:.7rem}._brand_120ix_126 small{display:none}._brand_120ix_126 strong{font-size:1.08rem}._brandMark_120ix_136{width:36px;height:36px}._mobileMenuButton_120ix_239{width:42px;height:42px}._hero_120ix_81 h1{font-size:clamp(2.45rem,12.5vw,3rem)}._eyebrow_120ix_350,._eyebrowDark_120ix_351,._eyebrowLight_120ix_352{letter-spacing:.1em}._premiumScroll_120ix_848{grid-auto-columns:100%}._serviceCard_120ix_1223,._marketCard_120ix_1120,._premiumCard_120ix_870,._processCard_120ix_1388,._proofCard_120ix_1914,._freeToolCard_120ix_2185,._liveCard_120ix_2745,._digitalPackCard_120ix_2426,._packageCard_120ix_1334{padding:1.2rem}}._toolDock_120ix_3556{position:fixed;z-index:60;right:1rem;top:42%;width:min(320px,calc(100vw - 2rem));overflow:hidden;color:#17382e;background:#faf8f1f7;border:1px solid #d7cba9;border-radius:1rem;box-shadow:0 22px 55px #0b2a2138;backdrop-filter:blur(18px);outline:none;transform:translate(calc(100% - 172px));transition:transform .22s ease,box-shadow .22s ease}._toolDock_120ix_3556:hover,._toolDock_120ix_3556:focus,._toolDock_120ix_3556:focus-within{box-shadow:0 28px 70px #0b2a2147;transform:translate(0)}._toolDockHandle_120ix_3581{min-height:58px;display:grid;grid-template-columns:auto 1fr auto;gap:.7rem;align-items:center;padding:.65rem .75rem;color:#fff;background:#153e31;cursor:pointer}._toolDockHandle_120ix_3581>span{width:38px;height:38px;display:grid;place-items:center;color:#17382e;background:#e0c171;border-radius:12px}._toolDockHandle_120ix_3581 svg{width:18px;height:18px}._toolDockHandle_120ix_3581>div{display:grid;min-width:0}._toolDockHandle_120ix_3581 strong{font-family:var(--font-family-display);font-size:1.05rem;font-weight:400;white-space:nowrap}._toolDockHandle_120ix_3581 small{color:#ffffff9e;font-size:.52rem;white-space:nowrap}._toolDockHandle_120ix_3581>svg{color:#e0c171;transition:transform .22s ease}._toolDock_120ix_3556:hover ._toolDockHandle_120ix_3581>svg,._toolDock_120ix_3556:focus-within ._toolDockHandle_120ix_3581>svg{transform:rotate(90deg)}._toolDockPanel_120ix_3636{max-height:0;display:grid;gap:.4rem;padding:0 .65rem;opacity:0;pointer-events:none;transition:max-height .26s ease,padding .26s ease,opacity .16s ease}._toolDock_120ix_3556:hover ._toolDockPanel_120ix_3636,._toolDock_120ix_3556:focus ._toolDockPanel_120ix_3636,._toolDock_120ix_3556:focus-within ._toolDockPanel_120ix_3636{max-height:440px;padding:.65rem;opacity:1;pointer-events:auto}._toolDockPanel_120ix_3636>p{margin:.05rem .25rem .35rem;color:#8a6728;font-size:.58rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}._toolDockPanel_120ix_3636>a:not(._toolDockAll_120ix_3664){display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.65rem;align-items:center;padding:.65rem;color:#17382e;background:#f1ecdf;border:1px solid #e0d8c7;border-radius:.8rem;text-decoration:none;transition:background .16s ease,border-color .16s ease,transform .16s ease}._toolDockPanel_120ix_3636>a:not(._toolDockAll_120ix_3664):hover,._toolDockPanel_120ix_3636>a:not(._toolDockAll_120ix_3664):focus-visible{background:#ebe1c9;border-color:#c5a95e;outline:none;transform:translate(-2px)}._toolDockPanel_120ix_3636>a>span{width:34px;height:34px;display:grid;place-items:center;color:#fff;background:#1d4b3c;border-radius:10px}._toolDockPanel_120ix_3636>a svg{width:15px;height:15px}._toolDockPanel_120ix_3636>a>div{display:grid;gap:.1rem}._toolDockPanel_120ix_3636>a strong{font-size:.7rem}._toolDockPanel_120ix_3636>a small{color:#69756d;font-size:.55rem;line-height:1.35}._toolDockAll_120ix_3664{display:inline-flex;justify-content:center;align-items:center;gap:.35rem;padding:.65rem;color:#805f24;font-size:.62rem;font-weight:800;text-decoration:none}@media(max-width:640px){._toolDock_120ix_3556{top:auto;right:.6rem;bottom:78px;width:min(340px,calc(100vw - 1.2rem));transform:translate(calc(100% - 158px))}._toolDockHandle_120ix_3581{min-height:52px;padding:.5rem .6rem}._toolDockHandle_120ix_3581>span{width:34px;height:34px}}@media(max-width:980px){._communityGateway_120ix_75{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){._communityGateway_120ix_75{width:calc(100% - 1rem);grid-template-columns:minmax(0,1fr);gap:.75rem;margin-top:2rem}._communityGateway_120ix_75>a{width:100%;min-width:0;min-height:auto;padding:1.15rem}._communityGateway_120ix_75 svg{margin-bottom:1rem}._communityGateway_120ix_75 span,._communityGateway_120ix_75 strong,._communityGateway_120ix_75 small{min-width:0;max-width:100%;overflow-wrap:normal;word-break:normal}._communityGateway_120ix_75 strong{font-size:1.35rem;line-height:1.12}._communityGateway_120ix_75 small{margin-top:.85rem;padding-top:0}}._partnerSection_120ix_3795{width:min(1240px,calc(100% - 2rem));display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(2rem,6vw,5rem);align-items:center;margin:clamp(5rem,9vw,8rem) auto 0;padding:clamp(2rem,5vw,4rem);color:#fff;background:radial-gradient(circle at 8% 10%,rgb(224 193 113 / .18),transparent 25rem),#153d31;border:1px solid rgb(255 255 255 / .1);border-radius:1.7rem;box-shadow:0 26px 70px #163d3129}._partnerLead_120ix_3812 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2.8rem,5vw,5rem);font-weight:400;line-height:.96;letter-spacing:-.04em}._partnerLead_120ix_3812>p:not(._eyebrowLight_120ix_352){margin:1.2rem 0 1.7rem;color:#ffffffad;line-height:1.75}._partnerChoices_120ix_3827{display:grid;gap:1rem}._partnerChoices_120ix_3827 article{min-width:0;padding:1.55rem;color:#17382e;background:#f5f1e7;border:1px solid rgb(255 255 255 / .15);border-radius:1.15rem;transition:transform .18s ease,box-shadow .18s ease}._partnerChoices_120ix_3827 article:hover{box-shadow:0 20px 45px #00000026;transform:translateY(-4px)}._partnerChoices_120ix_3827 small{color:#946c26;font-size:.6rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}._partnerChoices_120ix_3827 h3{margin:.6rem 0 0;font-family:var(--font-family-display);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:400;line-height:1}._partnerChoices_120ix_3827 p{color:#637168;font-size:.74rem;line-height:1.65}._partnerChoices_120ix_3827 a{display:inline-flex;gap:.45rem;align-items:center;color:#835f20;font-size:.7rem;font-weight:800;text-decoration:none}._partnerChoices_120ix_3827 a:hover{text-decoration:underline;text-underline-offset:4px}._partnerChoices_120ix_3827 a svg{width:17px}@media(max-width:900px){._partnerSection_120ix_3795{grid-template-columns:1fr}}@media(max-width:640px){._partnerSection_120ix_3795{width:calc(100% - 1.2rem);padding:1.25rem;border-radius:1.2rem}._partnerLead_120ix_3812 h2{font-size:clamp(2.7rem,13vw,4.1rem)}}@media(prefers-reduced-motion:reduce){._premiumCard_120ix_870,._premiumGlow_120ix_892,._premiumIcon_120ix_927,._premiumArrow_120ix_944,._premiumValue_120ix_999,._premiumLink_120ix_1028 svg,._freeToolCard_120ix_2185,._freeToolIcon_120ix_2211,._freeToolCard_120ix_2185>span:last-child svg,._supportIcon_120ix_2294,._partnerChoices_120ix_3827 article{transition:none}._toolDock_120ix_3556,._toolDockPanel_120ix_3636,._toolDockHandle_120ix_3581>svg,._toolDockPanel_120ix_3636>a{transition:none}}@layer base{._selectTrigger_tasot_2{display:flex;align-items:center;justify-content:space-between;height:2.5rem;padding:var(--spacing-2) var(--spacing-3);cursor:pointer;overflow:hidden;>*:not(svg){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}._selectTrigger_tasot_2[data-placeholder]{color:var(--muted-foreground)}._selectIcon_tasot_22{height:1rem;width:1rem;color:var(--muted-foreground);margin-left:var(--spacing-2);transition:transform var(--animation-duration-normal) ease}._selectTrigger_tasot_2[data-state=open] ._selectIcon_tasot_22{transform:rotate(180deg)}._selectContent_tasot_34{z-index:var(--z-overlay);max-height:var(--radix-select-content-available-height);min-width:12rem;max-width:24rem;overflow:hidden;background-color:var(--popup);color:var(--popup-foreground);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-md);animation:_scaleIn_tasot_1 var(--animation-duration-normal) ease}@keyframes _scaleIn_tasot_1{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}._selectViewport_tasot_59{padding:var(--spacing-2)}._scrollButton_tasot_63{display:flex;align-items:center;justify-content:center;height:var(--spacing-6);background-color:var(--popup);color:var(--popup-foreground);cursor:pointer;border:none;outline:none}._scrollButton_tasot_63:hover ._scrollIcon_tasot_75{color:var(--primary)}._scrollIcon_tasot_75{height:1rem;width:1rem;color:var(--muted-foreground);transition:color var(--animation-duration-fast) ease}._selectLabel_tasot_86{padding:var(--spacing-2) var(--spacing-4);font-size:.875rem;font-weight:500;color:var(--muted-foreground)}._selectItem_tasot_93{position:relative;display:flex;align-items:center;padding:var(--spacing-2) var(--spacing-4);padding-right:var(--spacing-8);font-size:.9375rem;line-height:1.5;border-radius:var(--radius-sm);color:var(--popup-foreground);user-select:none;outline:none;cursor:pointer;transition:background-color var(--animation-duration-fast) ease,color var(--animation-duration-fast) ease}._selectItem_tasot_93:hover{background-color:var(--primary);color:var(--primary-foreground)}._selectItem_tasot_93:focus-visible{background-color:var(--primary);color:var(--primary-foreground)}._selectItem_tasot_93[data-disabled]{color:var(--muted-foreground);opacity:.5;pointer-events:none}._selectItemIndicator_tasot_127{position:absolute;right:var(--spacing-3);display:flex;align-items:center;justify-content:center}._checkIcon_tasot_135{height:1rem;width:1rem;color:currentColor}._selectSeparator_tasot_141{height:1px;background-color:var(--border);margin:var(--spacing-2) var(--spacing-1)}}._page_1ov5o_1{min-height:100vh;color:#183a30;background:radial-gradient(circle at 8% 20%,rgb(224 193 113 / .14),transparent 25rem),#f4f1e9}._header_1ov5o_9{position:sticky;z-index:30;top:0;min-height:76px;display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.8rem clamp(1rem,4vw,4rem);color:#fff;background:#12382cf5;border-bottom:1px solid rgb(255 255 255 / .12);backdrop-filter:blur(18px)}._header_1ov5o_9>a:last-child{color:#fff;border-color:#ffffff59}._brand_1ov5o_30{display:inline-flex;gap:.8rem;align-items:center;color:#fff;text-decoration:none}._brand_1ov5o_30>span{width:46px;height:46px;display:grid;place-items:center;color:#17382e;background:#e0c171;border-radius:14px}._brand_1ov5o_30 svg{width:24px}._brand_1ov5o_30 strong{font-family:var(--font-family-display);font-size:1.75rem;font-weight:400}._hero_1ov5o_56{min-height:590px;display:flex;flex-direction:column;justify-content:center;padding:clamp(5rem,10vw,8rem) max(1.1rem,calc((100vw - 1180px)/2));color:#fff;background:radial-gradient(circle at 88% 24%,rgb(224 193 113 / .26),transparent 23rem),linear-gradient(145deg,#12382c,#1a4b3d)}._eyebrow_1ov5o_68,._eyebrowDark_1ov5o_69{display:flex;gap:.55rem;align-items:center;margin:0 0 1rem;font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}._eyebrow_1ov5o_68{color:#e0c171}._eyebrowDark_1ov5o_69{color:#936b25}._eyebrow_1ov5o_68 svg,._eyebrowDark_1ov5o_69 svg{width:17px}._hero_1ov5o_56 h1{max-width:920px;margin:0;font-family:var(--font-family-display);font-size:clamp(3.4rem,7vw,7rem);font-weight:400;line-height:.94;letter-spacing:-.045em}._hero_1ov5o_56>p:not(._eyebrow_1ov5o_68){max-width:760px;margin:1.6rem 0 0;color:#ffffffb8;font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.75}._heroActions_1ov5o_102{display:flex;flex-wrap:wrap;gap:1.1rem;align-items:center;margin-top:2rem}._heroActions_1ov5o_102>a{color:#fff;font-size:.76rem;font-weight:750;text-underline-offset:4px}._goldButton_1ov5o_117{min-height:54px;color:#15382d;background:#e0c171;border-color:#e0c171}._paths_1ov5o_124{width:min(1180px,calc(100% - 2rem));display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:-3rem auto 0}._paths_1ov5o_124 article{min-width:0;display:flex;flex-direction:column;padding:clamp(1.6rem,4vw,2.6rem);background:#fff;border:1px solid #ded8ca;border-radius:1.5rem;box-shadow:0 22px 60px #18372c1f}._paths_1ov5o_124 ._featuredPath_1ov5o_143{color:#fff;background:#173e32;border-color:#173e32}._pathIcon_1ov5o_149{width:58px;height:58px;display:grid;place-items:center;margin-bottom:1.5rem;color:#17382e;background:#e0c171;border-radius:17px}._pathIcon_1ov5o_149 svg{width:27px}._paths_1ov5o_124 small{color:#936b25;font-size:.65rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._featuredPath_1ov5o_143 small{color:#e0c171}._paths_1ov5o_124 h2{margin:.65rem 0 0;font-family:var(--font-family-display);font-size:clamp(2rem,4vw,3.4rem);font-weight:400;line-height:1}._paths_1ov5o_124 p{color:#637168;line-height:1.7}._featuredPath_1ov5o_143 p{color:#ffffffad}._paths_1ov5o_124 ul{display:grid;gap:.7rem;margin:.5rem 0 1.8rem;padding:0;list-style:none}._paths_1ov5o_124 li{display:flex;gap:.65rem;align-items:flex-start;font-size:.75rem;line-height:1.5}._paths_1ov5o_124 li svg{width:17px;flex:0 0 auto;color:#aa7e2c}._paths_1ov5o_124 article>button{margin-top:auto}._featuredPath_1ov5o_143>button{color:#17382e;background:#e0c171;border-color:#e0c171}._standards_1ov5o_212,._application_1ov5o_213{width:min(1180px,calc(100% - 2rem));margin:clamp(5rem,9vw,8rem) auto 0}._standards_1ov5o_212>div:first-child{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:2rem;align-items:end}._standards_1ov5o_212 h2,._applicationIntro_1ov5o_226 h2,._successCard_1ov5o_227 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2.8rem,5vw,5rem);font-weight:400;line-height:.96;letter-spacing:-.04em}._standardGrid_1ov5o_236{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2rem}._standardGrid_1ov5o_236 article{padding:1.6rem;background:#ffffffad;border:1px solid #ddd7c9;border-radius:1.2rem}._standardGrid_1ov5o_236 svg{color:#a77b2d}._standardGrid_1ov5o_236 h3{margin:1rem 0 .5rem;font-family:var(--font-family-display);font-size:1.55rem;font-weight:400}._standardGrid_1ov5o_236 p{margin:0;color:#637168;font-size:.75rem;line-height:1.65}._application_1ov5o_213{display:grid;grid-template-columns:minmax(250px,.65fr) minmax(0,1.35fr);gap:clamp(2rem,6vw,5rem);align-items:start;margin-bottom:clamp(5rem,9vw,8rem);padding:clamp(1.5rem,5vw,4rem);background:#fff;border:1px solid #ddd7c9;border-radius:1.7rem;box-shadow:0 26px 70px #18372c17;scroll-margin-top:6rem}._applicationIntro_1ov5o_226{position:sticky;top:110px}._applicationIntro_1ov5o_226 h2{font-size:clamp(2.5rem,4.5vw,4.2rem)}._applicationIntro_1ov5o_226>p:last-child{color:#637168;line-height:1.75}._form_1ov5o_292{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._form_1ov5o_292 label>span:first-child{display:block;margin-bottom:.45rem;color:#29493d;font-size:.7rem;font-weight:800}._form_1ov5o_292 label em{color:#7d8982;font-weight:500}._fullField_1ov5o_311{grid-column:1 / -1}._consent_1ov5o_313{display:flex;gap:.7rem;align-items:flex-start;padding:1rem;background:#f4f1e9;border:1px solid #ded7c8;border-radius:.9rem}._consent_1ov5o_313>span{margin:0!important;color:#5b6c63!important;font-size:.68rem!important;font-weight:550!important;line-height:1.55}._consent_1ov5o_313 a{color:#815f23}._submit_1ov5o_333{min-height:56px;color:#17382e;background:#e0c171;border-color:#e0c171}._honeypot_1ov5o_340{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}._error_1ov5o_348{margin:0;padding:.9rem;color:#7f2f2a;background:#f5dfdc;border:1px solid #ddb9b4;border-radius:.8rem;font-size:.72rem;font-weight:700}._successCard_1ov5o_227{display:flex;flex-direction:column;align-items:flex-start;padding:clamp(1.7rem,4vw,3rem);background:#edf4ed;border:1px solid #bed2bf;border-radius:1.2rem}._successCard_1ov5o_227>svg{width:44px;height:44px;color:#24613f;margin-bottom:1.2rem}._successCard_1ov5o_227 h2{font-size:clamp(2.4rem,4vw,3.8rem)}._successCard_1ov5o_227 p{color:#52665a;line-height:1.7}._successCard_1ov5o_227 strong{margin-bottom:1.5rem;color:#825f22}._footer_1ov5o_380{display:flex;justify-content:space-between;gap:2rem;align-items:center;padding:2.5rem max(1.1rem,calc((100vw - 1180px)/2));color:#fff;background:#102f26}._footer_1ov5o_380 strong{font-family:var(--font-family-display);font-size:1.7rem;font-weight:400}._footer_1ov5o_380 p{margin:.3rem 0 0;color:#fff9;font-size:.68rem}@media(max-width:820px){._paths_1ov5o_124,._application_1ov5o_213,._standards_1ov5o_212>div:first-child{grid-template-columns:1fr}._applicationIntro_1ov5o_226{position:static}._standardGrid_1ov5o_236{grid-template-columns:1fr}}@media(max-width:640px){._header_1ov5o_9{min-height:68px}._brand_1ov5o_30>span{width:42px;height:42px}._brand_1ov5o_30 strong{font-size:1.45rem}._header_1ov5o_9>a:last-child{min-width:44px;padding-inline:.65rem;font-size:0}._header_1ov5o_9>a:last-child svg{margin:0}._hero_1ov5o_56{min-height:520px;padding-top:4.5rem;padding-bottom:5rem}._hero_1ov5o_56 h1{font-size:clamp(3rem,15vw,4.8rem)}._paths_1ov5o_124{margin-top:-2rem}._paths_1ov5o_124 article{padding:1.45rem}._form_1ov5o_292{grid-template-columns:minmax(0,1fr)}._form_1ov5o_292 label,._fullField_1ov5o_311{grid-column:1;min-width:0}._application_1ov5o_213{width:calc(100% - 1.2rem);padding:1.2rem;border-radius:1.2rem}._footer_1ov5o_380{flex-direction:column;align-items:flex-start;padding:2.2rem 1rem}}@media(prefers-reduced-motion:reduce){._page_1ov5o_1{scroll-behavior:auto}}@layer base{._overlay_1u0g5_2{position:fixed;inset:0;background-color:color-mix(in srgb,black 50%,transparent);z-index:var(--z-overlay)!important;animation:_overlayShow_1u0g5_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._content_1u0g5_11{position:fixed!important;top:50%;left:50%;transform:translate(-50%,-50%);max-width:90vw;max-height:85vh;width:32rem;background-color:var(--popup);color:var(--popup-foreground);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:var(--z-overlay)!important;overflow:auto;padding:var(--spacing-6);animation:_contentShow_1u0g5_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._close_1u0g5_31{position:absolute;top:var(--spacing-4);right:var(--spacing-4);display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius-full);background-color:var(--muted);color:var(--muted-foreground);border:none;cursor:pointer;transition:background-color var(--animation-duration-fast) ease,color var(--animation-duration-fast) ease,transform var(--animation-duration-fast) ease}._close_1u0g5_31:hover{background-color:var(--muted-foreground);color:var(--muted);transform:scale(1.05)}._close_1u0g5_31:focus-visible{outline:none;box-shadow:var(--shadow-focus)}._closeIcon_1u0g5_62{width:1rem;height:1rem}._header_1u0g5_67{margin-bottom:var(--spacing-4)}._footer_1u0g5_71{display:flex;justify-content:flex-end;gap:var(--spacing-2);margin-top:var(--spacing-6)}._title_1u0g5_78{font-family:var(--font-family-heading);font-size:1.25rem;font-weight:600;color:var(--popup-foreground);line-height:1.4;margin-bottom:var(--spacing-2)}._description_1u0g5_87{font-size:.875rem;color:var(--muted-foreground);line-height:1.5;margin-bottom:var(--spacing-4)}._screenReaderText_1u0g5_94{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@keyframes _overlayShow_1u0g5_1{0%{opacity:0}to{opacity:1}}@keyframes _contentShow_1u0g5_1{0%{opacity:0;scale:.95}to{opacity:1;scale:1}}}@layer base{._command_ljf8j_2{display:flex;flex-direction:column;width:100%;max-width:100%;background-color:var(--popup);color:var(--popup-foreground);border-radius:var(--radius);box-shadow:var(--shadow-md);overflow:hidden}._commandInDialog_ljf8j_14{height:100%;max-height:100%;box-shadow:none}._CommandDialogContent_ljf8j_20{padding:0;overflow:hidden;max-width:32rem}._cmdkInputWrapper_ljf8j_26{display:flex;align-items:center;border-bottom:1px solid var(--border);padding:var(--spacing-3) var(--spacing-4)}._cmdkInputWrapperSearchIcon_ljf8j_33{width:1rem;height:1rem;color:var(--muted-foreground);margin-right:var(--spacing-2);flex-shrink:0}._cmdkInput_ljf8j_26{width:100%;height:1.75rem;background-color:transparent;color:inherit;border:none;outline:none;font-family:var(--font-family-base);font-size:.95rem}._cmdkInput_ljf8j_26::placeholder{color:var(--muted-foreground)}._commandList_ljf8j_56{overflow-y:auto;overflow-x:hidden;max-height:30vh;padding:var(--spacing-2)}._commandEmpty_ljf8j_63{display:flex;align-items:center;justify-content:center;height:4rem;color:var(--muted-foreground);font-size:.875rem}._commandGroup_ljf8j_72{overflow:hidden;padding:var(--spacing-2) 0}._commandGroup_ljf8j_72 [cmdk-group-heading]{padding:0 var(--spacing-3);margin-bottom:var(--spacing-2);color:var(--muted-foreground);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._commandSeparator_ljf8j_87{height:1px;background-color:var(--border);margin:var(--spacing-2) var(--spacing-1)}._commandItem_ljf8j_93{position:relative;display:flex;align-items:center;gap:var(--spacing-2);padding:var(--spacing-2) var(--spacing-3);border-radius:var(--radius-sm);color:var(--popup-foreground);font-size:.875rem;cursor:pointer;transition:background-color var(--animation-duration-fast) ease,color var(--animation-duration-fast) ease;user-select:none;outline:none}._commandItem_ljf8j_93[data-selected=true]{background-color:var(--primary);color:var(--primary-foreground)}._commandItem_ljf8j_93[data-disabled=true]{opacity:.5;cursor:not-allowed}._commandItem_ljf8j_93 svg{width:1rem;height:1rem;flex-shrink:0;transition:color var(--animation-duration-fast) ease}._commandItem_ljf8j_93[data-selected=true] svg{color:var(--primary-foreground)}._commandShortcut_ljf8j_131{display:inline-flex;align-items:center;margin-left:auto;font-size:.75rem;font-family:var(--font-family-monospace);color:var(--muted-foreground);padding-left:var(--spacing-4)}._commandItem_ljf8j_93[data-selected=true] ._commandShortcut_ljf8j_131{color:var(--primary-foreground);opacity:.8}}@layer base{._content_28oxg_2{position:relative;z-index:var(--z-overlay);min-width:12rem;max-width:24rem;pointer-events:all;transform-origin:var(--radix-popover-content-transform-origin);animation:_contentFadeIn_28oxg_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1);will-change:transform,opacity;box-shadow:var(--shadow-md);border-radius:var(--radius);outline:none;color:var(--popup-foreground)}._withBackgroundAndPadding_28oxg_18{background-color:var(--popup);padding:var(--spacing-4)}._content_28oxg_2:focus-visible{box-shadow:var(--shadow-focus)}@keyframes _contentFadeIn_28oxg_1{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}._content_28oxg_2[data-state=closed]{animation:_contentFadeOut_28oxg_1 var(--animation-duration-fast) cubic-bezier(.16,1,.3,1)}@keyframes _contentFadeOut_28oxg_1{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.96)}}}@layer base{._skeleton_3rn52_2{position:relative;overflow:hidden;background-color:var(--muted);border-radius:var(--radius);width:100%;height:1rem}._skeleton_3rn52_2:after{content:"";position:absolute;inset:0;transform:translate(-100%);background-image:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:_shimmer_3rn52_1 2s infinite}@keyframes _shimmer_3rn52_1{to{transform:translate(100%)}}.dark ._skeleton_3rn52_2{background-color:var(--muted)}.dark ._skeleton_3rn52_2:after{background-image:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent)}}@layer base{._autoComplete_1v24g_2{position:relative;width:100%}._inputWrapper_1v24g_7{width:100%}._customInput_1v24g_11{font-family:var(--font-family-base);font-size:1rem;line-height:1.5;color:var(--foreground);background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--spacing-2) var(--spacing-3);width:100%;transition:border-color var(--animation-duration-normal) ease,background-color var(--animation-duration-normal) ease,box-shadow var(--animation-duration-normal) ease;outline:none;height:2.5rem;box-shadow:inset 0 1px 2px #00000005,0 1px #ffffff4d}._customInput_1v24g_11::placeholder{color:var(--muted-foreground);opacity:.7}._customInput_1v24g_11:hover{border-color:color-mix(in srgb,var(--primary) 80%,transparent);background-color:color-mix(in srgb,var(--card) 98%,var(--primary) 2%);box-shadow:inset 0 1px 2px #00000005,0 2px 4px #0000000d}._customInput_1v24g_11:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 15%,transparent),0 2px 4px #0000000d;background-color:var(--card)}._customInput_1v24g_11:disabled{background-color:var(--muted);color:var(--muted-foreground);cursor:not-allowed;opacity:.75;box-shadow:none}.dark ._customInput_1v24g_11{background-color:color-mix(in srgb,var(--background) 80%,black);box-shadow:inset 0 1px 2px #0000001a,0 1px #ffffff0d}.dark ._customInput_1v24g_11:hover{background-color:color-mix(in srgb,var(--background) 75%,black);border-color:color-mix(in srgb,var(--primary) 90%,white);box-shadow:inset 0 1px 2px #0000001a,0 2px 4px #00000026}.dark ._customInput_1v24g_11:focus{background-color:color-mix(in srgb,var(--background) 80%,black);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 25%,transparent),0 2px 4px #00000026}._popoverContent_1v24g_84{width:var(--radix-popover-trigger-width);max-width:none;min-width:var(--radix-popover-trigger-width);background-color:var(--popup);border:1px solid var(--border);border-radius:var(--radius)}._commandList_1v24g_93{border:none;padding:var(--spacing-1)}._loadingContainer_1v24g_98{padding:var(--spacing-2)}}._shell_q861e_1{display:grid;gap:.65rem;min-width:0}._mapFrame_q861e_2{position:relative;min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:1.25rem;background:var(--muted);box-shadow:var(--shadow)}._map_q861e_2{width:100%;min-height:460px;touch-action:none;overscroll-behavior:contain}._pointRail_q861e_4{position:absolute;top:.65rem;left:50%;z-index:3;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:.45rem;align-items:center;width:min(620px,calc(100% - 1.3rem));padding:.4rem;border:1px solid rgb(255 255 255 / .75);border-radius:1rem;background:#ffffffeb;backdrop-filter:blur(12px);box-shadow:0 12px 30px #0d2e242e;transform:translate(-50%)}._pointRail_q861e_4>svg{color:var(--muted-foreground)}._pointButton_q861e_6{justify-content:flex-start!important;min-width:0;padding:.5rem .65rem!important}._pointButton_q861e_6>span{display:grid;flex:0 0 28px;width:28px;height:28px;place-items:center;border-radius:50%;background:#ffffff38;font-size:.72rem;font-weight:900}._pointButton_q861e_6 div{min-width:0;text-align:left}._pointButton_q861e_6 strong,._pointButton_q861e_6 small,._pointButton_q861e_6 em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._pointButton_q861e_6 strong{font-size:.72rem}._pointButton_q861e_6 small{max-width:190px;margin-top:.08rem;opacity:.72;font-size:.58rem}._pointButton_q861e_6 em{margin-top:.12rem;opacity:.72;font-size:.5rem;font-style:normal;font-weight:800;letter-spacing:.03em;text-transform:uppercase}._status_q861e_9{position:absolute;right:.65rem;bottom:.65rem;left:.65rem;z-index:3;display:flex;gap:.45rem;align-items:center;min-height:38px;padding:.55rem .7rem;color:var(--foreground);border:1px solid rgb(255 255 255 / .78);border-radius:.85rem;background:#ffffffeb;backdrop-filter:blur(10px);box-shadow:var(--shadow);font-size:.64rem;font-weight:700}._status_q861e_9 svg{flex:0 0 auto;color:var(--primary)}._spin_q861e_10{animation:_spin_q861e_10 .9s linear infinite}@keyframes _spin_q861e_10{to{transform:rotate(360deg)}}._mapAttribution_q861e_11{position:absolute;right:.45rem;bottom:3.55rem;z-index:3;padding:.18rem .35rem;color:#42534b;border-radius:.35rem;background:#ffffffdb;font-size:.48rem;line-height:1.2}._categoryRail_q861e_12{display:grid;grid-auto-columns:minmax(110px,1fr);grid-auto-flow:column;gap:.5rem;overflow-x:auto;padding:.05rem .02rem .2rem;scrollbar-width:none}._categoryRail_q861e_12::-webkit-scrollbar{display:none}._categoryTile_q861e_13{position:relative;overflow:hidden;justify-content:flex-end!important;align-items:flex-start!important;min-height:86px;padding:.7rem!important;color:#fff!important;border:2px solid transparent!important;border-radius:1rem!important;background-position:center!important;background-size:cover!important;text-align:left;box-shadow:inset 0 -50px 60px #0000004d}._categoryTile_q861e_13 svg{filter:drop-shadow(0 2px 4px rgb(0 0 0 / .4))}._categoryTile_q861e_13 strong{display:block;margin-top:auto;font-size:.72rem;text-shadow:0 2px 8px rgb(0 0 0 / .65)}._categoryActive_q861e_13{border-color:#e3be68!important;box-shadow:inset 0 -50px 60px #0000004d,0 0 0 2px #e3be683d}._placeRail_q861e_14{display:grid;grid-auto-columns:minmax(230px,270px);grid-auto-flow:column;gap:.5rem;overflow-x:auto;padding-bottom:.2rem;scrollbar-width:thin}._placeCard_q861e_15{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.35rem .55rem;align-items:center;min-width:0;padding:.65rem .7rem;border:1px solid var(--border);border-radius:.9rem;background:#fff}._placeCard_q861e_15 div{min-width:0}._placeCard_q861e_15 strong,._placeCard_q861e_15 small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._placeCard_q861e_15 strong{font-size:.7rem}._placeCard_q861e_15 small{display:flex;gap:.2rem;align-items:center;margin-top:.15rem;color:var(--muted-foreground);font-size:.58rem}._placeCard_q861e_15>span{grid-column:1;color:var(--success);font-size:.55rem;font-weight:800}._placeCard_q861e_15 a{grid-column:2;grid-row:1 / 3}._freshness_q861e_16{color:var(--muted-foreground);font-size:.56rem;text-align:center}._finishHint_q861e_17{display:flex;gap:.5rem;align-items:center;padding:.65rem .75rem;color:var(--primary);border:1px solid #a9c8b6;border-radius:.9rem;background:#edf6f0;font-size:.64rem;font-weight:700;line-height:1.4}._finishHint_q861e_17 svg{flex:0 0 auto}@media(max-width:700px){._map_q861e_2{min-height:clamp(260px,42dvh,350px)}._pointRail_q861e_4{top:.45rem;width:calc(100% - .9rem);padding:.3rem}._pointButton_q861e_6{padding:.42rem!important}._pointButton_q861e_6>span{flex-basis:25px;width:25px;height:25px}._pointButton_q861e_6 small{max-width:92px}._pointButton_q861e_6 em{display:none}._status_q861e_9{right:.45rem;bottom:.45rem;left:.45rem}._mapAttribution_q861e_11{bottom:3.45rem}._categoryRail_q861e_12{grid-auto-columns:92px;max-width:100%}._categoryTile_q861e_13{min-height:72px;padding:.55rem!important}._categoryTile_q861e_13 strong{font-size:.64rem}._placeRail_q861e_14{grid-auto-columns:minmax(200px,78vw);max-width:100%}}@layer base{@keyframes _collapsible-down_1grw8_1{0%{max-height:0}to{max-height:var(--radix-collapsible-content-height)}}@keyframes _collapsible-up_1grw8_1{0%{max-height:var(--radix-collapsible-content-height)}to{max-height:0}}._trigger_1grw8_20{cursor:pointer;display:block;appearance:none;border:none;background:transparent;color:inherit}._content_1grw8_29{overflow:hidden}._content_1grw8_29[data-state=open]{animation:_collapsible-down_1grw8_1 var(--animation-duration-fast) ease-out}._content_1grw8_29[data-state=closed]{animation:_collapsible-up_1grw8_1 var(--animation-duration-fast) ease-out}}._dialog_1j4r5_1{max-width:480px;color:#f2dfda;border-color:#6c3032;background:#170b0c}._alertIcon_1j4r5_2{display:grid;width:48px;height:48px;margin-bottom:.75rem;place-items:center;color:#fff1ed;border-radius:50%;background:#a32126}._warning_1j4r5_3{display:grid;gap:.3rem;padding:.9rem;border:1px solid #7d3537;border-radius:.9rem;background:#2b1113}._warning_1j4r5_3 strong{color:#ffb2a7;font-size:.82rem}._warning_1j4r5_3 span{color:#d9b7b0;font-size:.72rem;line-height:1.5}._callButton_1j4r5_5{width:100%;min-height:56px;margin-top:1rem;color:#fff!important;background:#b3262c!important;font-size:1rem!important}._location_1j4r5_6{display:grid;gap:.7rem;margin-top:1rem;padding:1rem;border:1px solid #4d292a;border-radius:1rem;background:#211112}._location_1j4r5_6 strong,._location_1j4r5_6 small{display:block}._location_1j4r5_6 strong{font-size:.82rem}._location_1j4r5_6 small{margin-top:.25rem;color:#ba9690;font-size:.68rem;line-height:1.45}._location_1j4r5_6>button{width:100%}._location_1j4r5_6 p{margin:0;color:#d59b90;font-size:.68rem}._coordinates_1j4r5_9{display:flex;gap:.5rem;align-items:center;justify-content:space-between}._coordinates_1j4r5_9 code{color:#ffd0c7;font-size:.78rem}._guidance_1j4r5_10{display:grid;gap:.25rem;margin-top:1rem;color:#e6cbc5;font-size:.72rem;line-height:1.5}._fallback_1j4r5_11{margin:1rem 0 0;color:#a9827d;font-size:.64rem;line-height:1.5}@media(max-width:560px){._dialog_1j4r5_1{width:calc(100vw - 1rem);max-height:calc(100dvh - 1rem);overflow-y:auto;padding:1.2rem}._coordinates_1j4r5_9{align-items:stretch;flex-direction:column}._coordinates_1j4r5_9 button{width:100%}}@layer base{._root_169d4_2{all:unset;position:relative;display:inline-flex;align-items:center;width:42px;height:24px;background-color:var(--muted);border-radius:var(--radius-full);transition:background-color var(--animation-duration-normal) ease;cursor:pointer;-webkit-tap-highlight-color:transparent;flex-shrink:0}._root_169d4_2:hover{background-color:var(--muted-foreground)}._root_169d4_2:focus-visible{box-shadow:var(--shadow-focus)}._root_169d4_2[data-state=checked]{background-color:var(--primary)}._root_169d4_2[data-state=checked]:hover{background-color:color-mix(in srgb,var(--primary),black 10%)}._thumb_169d4_33{display:block;width:20px;height:20px;background-color:var(--card);border-radius:var(--radius-full);box-shadow:0 1px 2px color-mix(in srgb,black 10%,transparent);transition:transform var(--animation-duration-normal) cubic-bezier(.16,1,.3,1);transform:translate(2px);will-change:transform}._root_169d4_2[data-state=checked] ._thumb_169d4_33{transform:translate(20px)}._root_169d4_2[data-disabled]{opacity:.5;cursor:not-allowed}}._dataPanel_1wncl_1,._planner_1wncl_1,._passCard_1wncl_1{margin-top:0;border:1px solid var(--border);border-radius:1.5rem;background:#fff;box-shadow:var(--shadow)}._dataPanel_1wncl_1{display:grid;grid-template-columns:1fr 1.15fr;gap:1.5rem;padding:1.4rem}._dataIntro_1wncl_2{display:flex;gap:1rem}._dataIcon_1wncl_2,._passMark_1wncl_2{display:grid;flex:0 0 auto;width:48px;height:48px;place-items:center;color:#fff;border-radius:15px;background:var(--primary)}._dataIntro_1wncl_2 small,._plannerHead_1wncl_2 small,._passCard_1wncl_1>div>small{color:var(--accent);font-size:.64rem;font-weight:800;letter-spacing:.12em}._dataIntro_1wncl_2 h2,._planner_1wncl_1 h2,._passCard_1wncl_1 h2{margin:.25rem 0 .5rem;font-family:var(--font-family-display);font-size:1.8rem;font-weight:400;line-height:1}._dataIntro_1wncl_2 p,._plannerHead_1wncl_2 p,._passCard_1wncl_1 p{margin:0;color:var(--muted-foreground);font-size:.76rem;line-height:1.6}._dataSettings_1wncl_2{display:grid;gap:.45rem}._dataSettings_1wncl_2 label{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.7rem .85rem;border-radius:.9rem;background:var(--muted)}._dataSettings_1wncl_2 label>span{display:grid;grid-template-columns:auto 1fr;column-gap:.55rem;align-items:center}._dataSettings_1wncl_2 label svg{grid-row:1 / 3;color:var(--primary)}._dataSettings_1wncl_2 strong,._dataSettings_1wncl_2 small{display:block}._dataSettings_1wncl_2 strong{font-size:.72rem}._dataSettings_1wncl_2 small{color:var(--muted-foreground);font-size:.6rem}._dataEstimate_1wncl_2{display:flex;gap:.45rem;align-items:center;grid-column:1 / -1;padding:.7rem .85rem;color:var(--success);border-radius:.8rem;background:#edf5f0;font-size:.67rem}._dataEstimate_1wncl_2 strong{margin-left:auto}._planner_1wncl_1{padding:clamp(1.2rem,3vw,2.2rem)}._plannerHead_1wncl_2{display:flex;justify-content:space-between;gap:1rem}._plannerHead_1wncl_2>span{display:grid;width:52px;height:52px;place-items:center;color:var(--primary);border-radius:16px;background:var(--secondary)}._plannerFields_1wncl_3{display:grid;grid-template-columns:.7fr 1fr 1fr;gap:.75rem;align-items:end;margin-top:1.25rem}._plannerFields_1wncl_3 label{display:grid;gap:.35rem}._plannerFields_1wncl_3 label>span,._builderGroup_1wncl_3>span{color:var(--muted-foreground);font-size:.62rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}._kitchenBuilder_1wncl_3{display:grid;gap:1rem;grid-column:1 / -1;padding:1rem;border:1px solid var(--border);border-radius:1rem;background:var(--muted)}._builderGroup_1wncl_3{display:grid;gap:.5rem}._burnerChoices_1wncl_3,._equipmentChoices_1wncl_3{display:flex;gap:.45rem;flex-wrap:wrap}._burnerChoices_1wncl_3 button{min-width:44px}._equipmentChoices_1wncl_3 button{min-height:40px}._customEquipment_1wncl_3{max-width:560px}._setupSummary_1wncl_3{margin:0;color:var(--muted-foreground);font-size:.7rem}._setupSummary_1wncl_3 strong{color:var(--foreground)}._pantryField_1wncl_3{grid-column:span 2}._planResult_1wncl_3{display:grid;grid-template-columns:1fr 1fr 1.1fr;gap:.7rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}._planResult_1wncl_3>div{display:grid;align-content:start;gap:.4rem;padding:.9rem;border-radius:1rem;background:var(--muted)}._planResult_1wncl_3 strong{margin-bottom:.25rem;font-size:.76rem}._planResult_1wncl_3 span{display:flex;gap:.35rem;align-items:center;color:var(--muted-foreground);font-size:.66rem}._planResult_1wncl_3 span svg{color:var(--success)}._offlineAction_1wncl_3 small{color:var(--muted-foreground);font-size:.63rem;line-height:1.5}._offlineAction_1wncl_3 button{margin-top:.3rem}._kitchenOptions_1wncl_4{grid-column:1 / -1;border:1px solid var(--border);border-radius:1rem;background:#fff}._kitchenTrigger_1wncl_4{display:flex;gap:.55rem;align-items:center;width:100%;padding:.7rem .85rem!important;text-align:left}._kitchenTrigger_1wncl_4>span{min-width:0}._kitchenTrigger_1wncl_4 strong,._kitchenTrigger_1wncl_4 small{display:block}._kitchenTrigger_1wncl_4 strong{font-size:.7rem}._kitchenTrigger_1wncl_4 small{overflow:hidden;max-width:620px;margin-top:.12rem;color:var(--muted-foreground);font-size:.58rem;text-overflow:ellipsis;white-space:nowrap}._kitchenContent_1wncl_4{padding:0 .65rem .65rem}._plannerFields_1wncl_3>button{grid-column:1 / -1;justify-self:center;min-width:220px}._planMessage_1wncl_5{margin:.8rem 0 0;color:var(--success);font-size:.7rem}._passCard_1wncl_1{display:grid;grid-template-columns:auto 1fr auto;gap:1.2rem;align-items:center;padding:1.4rem;color:#fff;border-color:#254f40;background:linear-gradient(120deg,#0d3025,#1b4d3b)}._passMark_1wncl_2{color:#1e2c25;background:#e3c276}._passCard_1wncl_1 h2{color:#fff}._passCard_1wncl_1 p{color:#ffffffad}._passCard_1wncl_1>div>span{display:block;margin-top:.5rem;color:#e3c276;font-size:.62rem}._passPrice_1wncl_6{display:grid;justify-items:center;min-width:170px}._passPrice_1wncl_6>strong{font-family:var(--font-family-display);font-size:2.8rem;font-weight:400;line-height:1}._passPrice_1wncl_6 sup{font-family:var(--font-family-base);font-size:.65rem}._passPrice_1wncl_6>small{margin:.3rem 0 .7rem;color:#fff9;font-size:.62rem}._passPrice_1wncl_6 button{color:#172b22;background:#e3c276}@media(max-width:900px){._dataPanel_1wncl_1{grid-template-columns:1fr}._dataEstimate_1wncl_2{grid-column:auto}._plannerFields_1wncl_3{grid-template-columns:1fr 1fr}._pantryField_1wncl_3{grid-column:1 / -1}._planResult_1wncl_3{grid-template-columns:1fr}._passCard_1wncl_1{grid-template-columns:auto 1fr}._passPrice_1wncl_6{grid-column:1 / -1;width:100%;padding-top:1rem;border-top:1px solid rgb(255 255 255 / .12)}}@media(max-width:560px){._dataPanel_1wncl_1,._planner_1wncl_1{padding:1rem}._plannerFields_1wncl_3{grid-template-columns:1fr}._pantryField_1wncl_3{grid-column:auto}._passCard_1wncl_1{grid-template-columns:1fr;text-align:center}._passMark_1wncl_2{margin:auto}._dataEstimate_1wncl_2{align-items:flex-start;flex-wrap:wrap}._dataEstimate_1wncl_2 strong{width:100%;margin-left:1.35rem}}@media(max-width:700px){._dataPanel_1wncl_1,._planner_1wncl_1,._passCard_1wncl_1{width:100%;max-width:100%;overflow:hidden;border-radius:1rem}._dataPanel_1wncl_1 *,._planner_1wncl_1 *,._passCard_1wncl_1 *{min-width:0}._dataSettings_1wncl_2 label{gap:.5rem}._dataSettings_1wncl_2 label>span{min-width:0}._dataSettings_1wncl_2 small{overflow-wrap:anywhere}._plannerHead_1wncl_2 h2,._dataIntro_1wncl_2 h2,._passCard_1wncl_1 h2{font-size:1.55rem}._burnerChoices_1wncl_3,._equipmentChoices_1wncl_3{max-width:100%}._burnerChoices_1wncl_3 button,._equipmentChoices_1wncl_3 button{white-space:normal}._passPrice_1wncl_6{min-width:0}}@layer base{._container_158ga_2{width:100%;max-width:500px;margin:0 auto}._dropzone_158ga_8{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-12) var(--spacing-8);border:2px solid var(--border);border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--surface) 0%,color-mix(in srgb,var(--surface),var(--primary) 3%) 100%);color:var(--surface-foreground);text-align:center;cursor:pointer;transition:border-color var(--animation-duration-normal) ease,background var(--animation-duration-normal) ease,box-shadow var(--animation-duration-normal) ease,transform var(--animation-duration-normal) ease}._dropzone_158ga_8 input[type=file]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._dropzone_158ga_8:hover{border-color:var(--primary);background:linear-gradient(135deg,color-mix(in srgb,var(--surface),var(--primary) 8%),color-mix(in srgb,var(--surface),var(--primary) 5%));box-shadow:var(--shadow-md)}._dropzone_158ga_8._dragging_158ga_58{border-color:var(--primary);background:linear-gradient(135deg,color-mix(in srgb,var(--surface),var(--primary) 15%),color-mix(in srgb,var(--surface),var(--primary) 10%));box-shadow:var(--shadow-lg);transform:scale(1.02)}._dropzone_158ga_8._disabled_158ga_69{cursor:not-allowed;opacity:.5;pointer-events:none}._icon_158ga_75{color:var(--muted-foreground);margin-bottom:var(--spacing-4);transition:color var(--animation-duration-normal) ease,transform var(--animation-duration-normal) ease;flex-shrink:0}._dropzone_158ga_8:hover ._icon_158ga_75{color:var(--primary);transform:scale(1.1) translateY(-.125rem)}._dropzone_158ga_8._dragging_158ga_58 ._icon_158ga_75{color:var(--primary);transform:scale(1.15) translateY(-.25rem);animation:_pulse_158ga_1 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes _pulse_158ga_1{0%,to{opacity:1}50%{opacity:.7}}._title_158ga_105{font-weight:700;font-size:1.0625rem;margin-bottom:var(--spacing-3);color:var(--surface-foreground);letter-spacing:-.01em}._subtitle_158ga_113{font-size:.875rem;color:var(--muted-foreground);line-height:1.5;margin-top:var(--spacing-2)}._error_158ga_120{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-3);margin-top:var(--spacing-4);padding:var(--spacing-4) var(--spacing-4);background:linear-gradient(135deg,color-mix(in srgb,var(--error) 12%,transparent),color-mix(in srgb,var(--error) 8%,transparent));border:1px solid color-mix(in srgb,var(--error) 30%,transparent);border-radius:var(--radius-md);font-size:.875rem;font-weight:500;color:var(--error);animation:_slideDown_158ga_1 var(--animation-duration-normal) ease-out}@keyframes _slideDown_158ga_1{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}._error_158ga_120 button{margin-left:auto;color:var(--error);flex-shrink:0}}._feed_a7jtn_1{overflow:auto;min-width:0;min-height:0;height:100%;padding-bottom:.75rem;overscroll-behavior:contain;border:1px solid var(--border);border-radius:1.5rem;background:#f5f6f3;box-shadow:var(--shadow)}._feedHead_a7jtn_1{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1.25rem;border-bottom:1px solid var(--border);background:#fff}._feedHead_a7jtn_1 p{margin:0 0 .3rem;color:var(--accent);font-size:.6rem;font-weight:800;letter-spacing:.12em}._feedHead_a7jtn_1 h2{margin:0;font-family:var(--font-family-display);font-size:1.7rem;font-weight:400}._feedHead_a7jtn_1 span{display:block;margin-top:.3rem;color:var(--muted-foreground);font-size:.62rem}._feedHead_a7jtn_1>svg{color:var(--accent)}._feedList_a7jtn_1{display:grid;gap:.75rem;padding:.75rem}._empty_a7jtn_1{display:grid;justify-items:center;gap:.5rem;padding:2rem 1.2rem;color:var(--muted-foreground);text-align:center}._empty_a7jtn_1 svg{color:var(--accent)}._empty_a7jtn_1 strong{color:var(--foreground);font-family:var(--font-family-display);font-size:1.15rem;font-weight:400}._empty_a7jtn_1 span{max-width:320px;font-size:.68rem;line-height:1.5}._gemCard_a7jtn_2{overflow:hidden;border:1px solid var(--border);border-radius:1.15rem;background:#fff;box-shadow:0 8px 20px #12382c0d}._gemHeader_a7jtn_2{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.65rem;align-items:center;padding:.8rem}._avatar_a7jtn_2{display:grid;width:36px;height:36px;place-items:center;color:#fff;border-radius:50%;background:var(--primary)}._gemHeader_a7jtn_2 strong,._gemHeader_a7jtn_2 small{display:block}._gemHeader_a7jtn_2 strong{font-size:.72rem}._gemHeader_a7jtn_2 small{display:flex;gap:.25rem;align-items:center;margin-top:.15rem;color:var(--muted-foreground);font-size:.56rem}._verified_a7jtn_2,._provisional_a7jtn_2{display:inline-flex;gap:.25rem;align-items:center;padding:.3rem .45rem;border-radius:999px;font-size:.5rem;font-weight:800;text-transform:uppercase}._verified_a7jtn_2{color:#266247;background:#e7f3ec}._provisional_a7jtn_2{color:#765817;background:#faf1da}._gemPhoto_a7jtn_2{display:block;width:100%;max-height:390px;aspect-ratio:4 / 3;object-fit:cover}._photoPlaceholder_a7jtn_2{display:grid;min-height:180px;place-items:center;align-content:center;gap:.4rem;color:#806523;background:linear-gradient(145deg,#e7eee8,#eee5ce)}._photoPlaceholder_a7jtn_2 span{font-family:var(--font-family-display);font-size:1.1rem}._gemBody_a7jtn_2{padding:.75rem .85rem 1rem}._gemActions_a7jtn_2{display:flex;gap:.15rem;flex-wrap:wrap;margin-bottom:.6rem}._gemActions_a7jtn_2 button{padding-inline:.55rem}._category_a7jtn_2{color:var(--accent);font-size:.52rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}._gemBody_a7jtn_2 h3{margin:.3rem 0;font-family:var(--font-family-display);font-size:1.35rem;font-weight:400}._gemBody_a7jtn_2 p{margin:0;color:var(--muted-foreground);font-size:.69rem;line-height:1.55}._creatorLink_a7jtn_2{display:inline-flex;gap:.35rem;align-items:center;margin-top:.65rem;color:var(--primary);font-size:.65rem;font-weight:700;text-decoration:none}._creatorLink_a7jtn_2 small{color:var(--muted-foreground);font-size:.54rem}._earningNote_a7jtn_2{display:block;margin-top:.45rem;color:var(--muted-foreground);font-size:.54rem;line-height:1.45}._comments_a7jtn_2{display:grid;gap:.6rem;padding:.8rem;border-top:1px solid var(--border);background:#f7f8f6}._comments_a7jtn_2>p{margin:0;color:var(--muted-foreground);font-size:.62rem}._comments_a7jtn_2>article{display:grid;grid-template-columns:auto 1fr;gap:.45rem;font-size:.63rem;line-height:1.45}._comments_a7jtn_2>article strong{color:var(--foreground)}._comments_a7jtn_2>article span{color:var(--muted-foreground)}._commentComposer_a7jtn_2{display:grid;grid-template-columns:1fr auto;gap:.4rem}._commentMessage_a7jtn_2{color:var(--success);font-size:.58rem}._reportToggle_a7jtn_2{margin-top:.45rem;padding-inline:0!important;color:var(--muted-foreground)!important}._reportPanel_a7jtn_2{display:grid;gap:.5rem;margin-top:.5rem;padding:.7rem;border:1px solid var(--border);border-radius:.8rem;background:var(--muted)}._reportPanel_a7jtn_2 label{display:grid;gap:.3rem}._reportPanel_a7jtn_2 label>small{color:var(--muted-foreground);font-size:.56rem;font-weight:800;text-transform:uppercase}._reportPanel_a7jtn_2>small{color:var(--success);font-size:.58rem;line-height:1.4}._composer_a7jtn_3{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(1.5rem,5vw,4rem);align-items:start;margin-top:0;padding:clamp(1.3rem,4vw,3rem);border:1px solid var(--border);border-radius:1.5rem;background:linear-gradient(145deg,#eef2ed,#f8f5ec);box-shadow:var(--shadow)}._composerIntro_a7jtn_3>p{display:flex;gap:.4rem;align-items:center;margin:0;color:var(--accent);font-size:.62rem;font-weight:800;letter-spacing:.12em}._composerIntro_a7jtn_3 h2{margin:.5rem 0;font-family:var(--font-family-display);font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1}._composerIntro_a7jtn_3>span{color:var(--muted-foreground);font-size:.76rem;line-height:1.65}._composerIntro_a7jtn_3>div{display:flex;gap:.55rem;margin-top:1rem;color:var(--success)}._composerIntro_a7jtn_3>div svg{flex:0 0 auto}._composerIntro_a7jtn_3>div small{color:var(--muted-foreground);font-size:.62rem;line-height:1.5}._postCard_a7jtn_3{overflow:hidden;border:1px solid var(--border);border-radius:1.25rem;background:#fff;box-shadow:var(--shadow-md)}._postCard_a7jtn_3>div:first-child{max-width:none}._previewWrap_a7jtn_3{position:relative}._previewWrap_a7jtn_3 img{display:block;width:100%;max-height:430px;aspect-ratio:4 / 3;object-fit:cover}._previewWrap_a7jtn_3 button{position:absolute;right:.7rem;bottom:.7rem;background:#ffffffeb!important}._postFields_a7jtn_3{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;padding:1rem}._postFields_a7jtn_3 label{display:grid;gap:.35rem}._postFields_a7jtn_3 label>small{color:var(--muted-foreground);font-size:.59rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}._caption_a7jtn_3,._linkField_a7jtn_3,._referralChoice_a7jtn_3,._postButton_a7jtn_3,._postMessage_a7jtn_3{grid-column:1 / -1}._linkField_a7jtn_3>span{color:var(--muted-foreground);font-size:.55rem}._referralChoice_a7jtn_3{display:flex!important;grid-template-columns:auto 1fr;gap:.55rem!important;align-items:flex-start;padding:.75rem;border-radius:.85rem;background:var(--muted)}._referralChoice_a7jtn_3 strong,._referralChoice_a7jtn_3 small{display:block}._referralChoice_a7jtn_3 strong{font-size:.67rem}._referralChoice_a7jtn_3 small{margin-top:.15rem;color:var(--muted-foreground);font-size:.56rem;line-height:1.45}._postButton_a7jtn_3{width:100%;min-height:48px}._postMessage_a7jtn_3{margin:0;color:var(--success);font-size:.65rem;line-height:1.45}@media(max-width:1050px){._composer_a7jtn_3{grid-template-columns:1fr}._feed_a7jtn_1{max-height:none}}@media(max-width:640px){._feed_a7jtn_1{border-radius:1.1rem}._feedList_a7jtn_1{padding:.5rem}._gemHeader_a7jtn_2{grid-template-columns:auto minmax(0,1fr)}._gemHeader_a7jtn_2>span:last-child{grid-column:2;justify-self:start}._gemActions_a7jtn_2{display:grid;grid-template-columns:repeat(3,1fr)}._gemActions_a7jtn_2 button{width:100%;padding-inline:.3rem;font-size:.58rem}._composer_a7jtn_3{padding:1rem;border-radius:1.1rem}._postFields_a7jtn_3{grid-template-columns:1fr}._postFields_a7jtn_3>*,._caption_a7jtn_3,._linkField_a7jtn_3,._referralChoice_a7jtn_3,._postButton_a7jtn_3,._postMessage_a7jtn_3{grid-column:auto}}._feed_1f5vc_1{min-width:0;border:1px solid var(--border);border-radius:1.35rem;background:#f5f6f3;box-shadow:var(--shadow)}._head_1f5vc_1{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1.2rem;border-bottom:1px solid var(--border);border-radius:1.35rem 1.35rem 0 0;background:#fff}._head_1f5vc_1 p{display:flex;gap:.35rem;align-items:center;margin:0 0 .25rem;color:var(--accent);font-size:.58rem;font-weight:800;letter-spacing:.12em}._head_1f5vc_1 h2{margin:0;font-family:var(--font-family-display);font-size:1.8rem;font-weight:400}._head_1f5vc_1 span{display:block;max-width:680px;margin-top:.25rem;color:var(--muted-foreground);font-size:.64rem;line-height:1.45}._trustLine_1f5vc_1{display:flex;gap:.45rem;align-items:center;margin:.75rem .75rem 0;padding:.65rem .75rem;color:#285e47;border:1px solid #b7d0c1;border-radius:.85rem;background:#edf5f0;font-size:.62rem;line-height:1.45}._trustLine_1f5vc_1 svg{flex:0 0 auto}._routeMatch_1f5vc_1{margin:.55rem .9rem 0;color:var(--success);font-size:.62rem;font-weight:700}._grid_1f5vc_1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:.75rem}._card_1f5vc_1{display:grid;gap:.55rem;min-width:0;padding:1rem;border:1px solid var(--border);border-radius:1.05rem;background:#fff}._relevant_1f5vc_1{border-color:#89ad99;box-shadow:inset 0 3px #2f7655}._cardTop_1f5vc_1{display:flex;justify-content:space-between;gap:.5rem;align-items:center}._category_1f5vc_1{color:var(--accent);font-size:.52rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}._matchBadge_1f5vc_1{display:inline-flex;gap:.25rem;align-items:center;padding:.25rem .4rem;color:#285e47;border-radius:999px;background:#e7f3ec;font-size:.5rem;font-weight:800;text-transform:uppercase}._card_1f5vc_1 h3{margin:0;font-family:var(--font-family-display);font-size:1.3rem;font-weight:400}._card_1f5vc_1>p{margin:0;color:var(--muted-foreground);font-size:.68rem;line-height:1.5}._region_1f5vc_1{display:flex;gap:.3rem;align-items:center;color:var(--success)!important;font-weight:700}._reason_1f5vc_1{padding:.65rem;border-radius:.75rem;background:var(--muted)}._reason_1f5vc_1 strong,._reason_1f5vc_1 span{display:block}._reason_1f5vc_1 strong{font-size:.58rem;text-transform:uppercase}._reason_1f5vc_1 span{margin-top:.2rem;color:var(--muted-foreground);font-size:.62rem;line-height:1.45}._card_1f5vc_1 footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.7rem;align-items:end;margin-top:auto;padding-top:.65rem;border-top:1px solid var(--border)}._card_1f5vc_1 footer small,._card_1f5vc_1 footer strong,._card_1f5vc_1 footer span{display:block}._card_1f5vc_1 footer small{color:var(--muted-foreground);font-size:.5rem;font-weight:800;text-transform:uppercase}._card_1f5vc_1 footer strong{margin-top:.1rem;font-size:.64rem}._card_1f5vc_1 footer span{margin-top:.1rem;color:var(--muted-foreground);font-size:.52rem}._actions_1f5vc_1{display:flex;gap:.35rem}._state_1f5vc_1{padding:2rem;color:var(--muted-foreground);text-align:center;font-size:.68rem}@media(max-width:760px){._head_1f5vc_1{align-items:flex-start;flex-direction:column}._head_1f5vc_1 button{width:100%}._grid_1f5vc_1{grid-template-columns:minmax(0,1fr);padding:.55rem}._card_1f5vc_1 footer{grid-template-columns:minmax(0,1fr)}._actions_1f5vc_1{display:grid;grid-template-columns:1fr 1fr}._actions_1f5vc_1>*{width:100%}}@layer base{._progress_oppwu_2{width:100%;height:.5rem;background-color:var(--muted);border-radius:var(--radius-full);overflow:hidden;box-shadow:var(--shadow);position:relative}._indicator_oppwu_12{position:absolute;width:100%;height:100%;background-color:var(--primary);border-radius:var(--radius-full);transform:translate(-100%);transition:transform var(--animation-duration-normal) ease-out}}._invite_roaz1_1{position:fixed;left:1rem;bottom:4.8rem;z-index:85;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.8rem;align-items:center;width:min(560px,calc(100vw - 2rem));padding:.85rem;border:1px solid #d3bd86;border-radius:1.1rem;background:#fffdf7f7;box-shadow:0 18px 50px #1331262e;backdrop-filter:blur(16px);animation:_rise_roaz1_1 .24s ease-out}._inviteIcon_roaz1_2{display:grid;width:42px;height:42px;place-items:center;color:#fff;border-radius:13px;background:var(--primary)}._invite_roaz1_1 strong,._invite_roaz1_1 small{display:block}._invite_roaz1_1 strong{font-family:var(--font-family-display);font-size:1.05rem;font-weight:400}._invite_roaz1_1 small{margin-top:.15rem;color:var(--muted-foreground);font-size:.65rem;line-height:1.4}._inviteActions_roaz1_2{display:flex;gap:.3rem}._helpButton_roaz1_3{position:fixed;left:1rem;bottom:max(1rem,env(safe-area-inset-bottom));z-index:80;min-height:48px;background:#fffffff0!important;box-shadow:var(--shadow-md);backdrop-filter:blur(12px)}._dialog_roaz1_4{width:min(620px,calc(100vw - 1rem));padding:clamp(1.15rem,4vw,2rem);border:1px solid #dbe3dd;border-radius:1.4rem}._topline_roaz1_5{display:flex;justify-content:space-between;gap:1rem;padding-right:2.4rem;color:var(--success);font-size:.65rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}._topline_roaz1_5 span{display:flex;gap:.35rem;align-items:center}._languageRow_roaz1_6{display:flex;gap:.7rem;align-items:end;margin-bottom:1rem;padding:.8rem;border-radius:.9rem;background:var(--muted)}._languageRow_roaz1_6>svg{flex:0 0 auto;margin-bottom:.65rem;color:var(--primary)}._languageRow_roaz1_6 label{display:grid;flex:1;gap:.35rem}._languageRow_roaz1_6 label>span{color:var(--muted-foreground);font-size:.62rem;font-weight:800;text-transform:uppercase}._translationMessage_roaz1_7{margin:-.4rem 0 1rem;color:var(--warning-foreground);font-size:.66rem;line-height:1.4}._stepCard_roaz1_8{position:relative;display:grid;gap:.65rem;margin-top:1rem;padding:1.25rem;border:1px solid var(--border);border-radius:1.2rem;background:linear-gradient(145deg,#fff,#f5f7f4);animation:_fade_roaz1_1 .18s ease-out}._stepNumber_roaz1_8{display:grid;width:38px;height:38px;place-items:center;color:#fff;border-radius:12px;background:var(--primary)}._stepCard_roaz1_8 h3{margin:0;font-family:var(--font-family-display);font-size:1.7rem;font-weight:400}._stepCard_roaz1_8 p{margin:0;color:var(--muted-foreground);font-size:.82rem;line-height:1.65}._stepCard_roaz1_8 aside{padding:.75rem .85rem;color:#765817;border-left:3px solid var(--accent);border-radius:0 .65rem .65rem 0;background:#faf4e6;font-size:.7rem;line-height:1.5}._stepCard_roaz1_8 button{justify-self:start}._privacy_roaz1_9{display:block;margin-top:.8rem;color:var(--muted-foreground);font-size:.6rem;line-height:1.45}._actions_roaz1_9{display:flex;justify-content:space-between;gap:.6rem;margin-top:1rem}@keyframes _rise_roaz1_1{0%{opacity:0;transform:translateY(12px)}}@keyframes _fade_roaz1_1{0%{opacity:0;transform:translate(8px)}}@media(max-width:660px){._invite_roaz1_1{grid-template-columns:auto 1fr;left:.65rem;bottom:4.5rem;width:calc(100vw - 1.3rem)}._inviteActions_roaz1_2{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr}._inviteActions_roaz1_2 button{width:100%}._helpButton_roaz1_3{left:.65rem;width:48px;min-width:48px;padding:0!important;font-size:0;border-radius:50%!important}._helpButton_roaz1_3 svg{width:20px;height:20px}._dialog_roaz1_4{max-height:calc(100dvh - 1rem)}._actions_roaz1_9 button{min-height:46px}._languageRow_roaz1_6{align-items:center}}._dialog_1b7nw_1{display:grid;grid-template-rows:auto auto auto minmax(180px,1fr) auto auto auto;width:min(760px,calc(100vw - 1rem));height:min(780px,calc(100dvh - 1rem));max-height:calc(100dvh - 1rem);padding:1rem;overflow:hidden;border-radius:1.35rem}._header_1b7nw_2{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;align-items:center;padding-right:2.7rem}._guideIcon_1b7nw_2{display:grid;width:44px;height:44px;place-items:center;color:#fff;border-radius:14px;background:linear-gradient(145deg,#123d2e,#2b6a50)}._header_1b7nw_2 h2{font-family:var(--font-family-display);font-size:1.45rem;font-weight:400}._header_1b7nw_2 p{font-size:.68rem}._settings_1b7nw_3{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.7fr) auto;gap:.55rem;align-items:end;padding:.7rem;border:1px solid var(--border);border-radius:.95rem;background:var(--muted)}._settings_1b7nw_3 label{display:grid;gap:.3rem;min-width:0}._settings_1b7nw_3 label>span{display:flex;gap:.3rem;align-items:center;color:var(--muted-foreground);font-size:.58rem;font-weight:800;text-transform:uppercase}._settings_1b7nw_3>button{margin-bottom:.1rem}._quickPrompts_1b7nw_4{display:flex;gap:.35rem;overflow-x:auto;padding:.1rem 0;scrollbar-width:none}._quickPrompts_1b7nw_4::-webkit-scrollbar{display:none}._quickPrompts_1b7nw_4 button{flex:0 0 auto;padding:.4rem .6rem;color:var(--primary);border:1px solid #c9d8cf;border-radius:999px;background:#f5f8f6;font:750 .58rem/1.2 var(--font-family-base);cursor:pointer}._messages_1b7nw_5{display:grid;align-content:start;gap:.65rem;min-height:0;padding:.25rem .15rem;overflow-y:auto;overscroll-behavior:contain}._message_1b7nw_5{width:min(86%,620px);padding:.7rem .8rem;border:1px solid var(--border);border-radius:1rem}._message_1b7nw_5>div{display:flex;gap:.45rem;align-items:flex-start}._message_1b7nw_5 svg{flex:0 0 auto;margin-top:.12rem}._message_1b7nw_5 p{margin:0;white-space:pre-wrap;font-size:.72rem;line-height:1.55}._assistant_1b7nw_5{justify-self:start;background:#fff}._assistant_1b7nw_5>div>svg{color:var(--primary)}._user_1b7nw_5{justify-self:end;color:#fff;border-color:#204f3d;background:#174839}._message_1b7nw_5 footer{display:flex;gap:.35rem;justify-content:flex-end;flex-wrap:wrap;margin-top:.55rem;padding-top:.45rem;border-top:1px solid rgb(120 140 129 / .18)}._message_1b7nw_5 footer button{min-height:34px;font-size:.58rem}._composer_1b7nw_6{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:.45rem;align-items:end}._composer_1b7nw_6 textarea{min-height:54px;max-height:110px;resize:none}._composer_1b7nw_6 button{min-height:48px}._composer_1b7nw_6 button svg{width:17px}._status_1b7nw_6{width:100%;padding:.45rem .6rem;color:var(--muted-foreground);border:1px solid var(--border);border-radius:.7rem;background:var(--muted);font:650 .6rem/1.4 var(--font-family-base);text-align:left;cursor:pointer}._privacy_1b7nw_6{color:var(--muted-foreground);font-size:.55rem;line-height:1.4}@media(max-width:660px){._dialog_1b7nw_1{width:calc(100vw - .5rem);height:calc(100dvh - .5rem);max-height:calc(100dvh - .5rem);padding:max(.7rem,env(safe-area-inset-top)) max(.7rem,env(safe-area-inset-right)) max(.7rem,env(safe-area-inset-bottom)) max(.7rem,env(safe-area-inset-left));border-radius:1rem}._header_1b7nw_2{gap:.55rem}._guideIcon_1b7nw_2{width:38px;height:38px}._header_1b7nw_2 h2{font-size:1.2rem}._settings_1b7nw_3{grid-template-columns:minmax(0,1fr) auto}._settings_1b7nw_3 label:nth-child(2){grid-column:1}._settings_1b7nw_3>button{grid-column:2;grid-row:1 / 3;align-self:center}._message_1b7nw_5{width:94%;overflow-wrap:anywhere}._composer_1b7nw_6{grid-template-columns:minmax(0,1fr) 44px 44px}._composer_1b7nw_6 button{width:44px;min-width:44px;padding:0!important}._composer_1b7nw_6 button span{display:none}._privacy_1b7nw_6{font-size:.5rem}}@media(max-width:380px),(max-height:620px){._dialog_1b7nw_1{grid-template-rows:auto auto auto minmax(100px,1fr) auto auto auto;padding:.5rem}._header_1b7nw_2 p{display:none}._settings_1b7nw_3{padding:.5rem}._quickPrompts_1b7nw_4{display:none}._composer_1b7nw_6 textarea{min-height:46px}._privacy_1b7nw_6{display:none}}._privacyButton_1ghqw_1{position:fixed;left:13.5rem;bottom:max(1rem,env(safe-area-inset-bottom));z-index:80;min-height:48px;background:#fffffff0!important;box-shadow:var(--shadow-md);backdrop-filter:blur(12px)}._dialog_1ghqw_1{width:min(620px,calc(100vw - 1rem))}._notice_1ghqw_1{display:flex;gap:.75rem;padding:.9rem;border:1px solid #bed6c9;border-radius:.9rem;background:#eef7f1}._notice_1ghqw_1>svg{flex:0 0 auto;color:var(--success)}._notice_1ghqw_1 strong,._notice_1ghqw_1 span{display:block}._notice_1ghqw_1 strong{font-size:.76rem}._notice_1ghqw_1 span{margin-top:.2rem;color:var(--muted-foreground);font-size:.66rem;line-height:1.5}._control_1ghqw_1{display:grid;gap:.7rem;margin-top:1rem;padding:1rem;border:1px solid var(--border);border-radius:1rem}._control_1ghqw_1 strong,._control_1ghqw_1 span{display:block}._control_1ghqw_1 strong{font-size:.8rem}._control_1ghqw_1 span{margin-top:.2rem;color:var(--muted-foreground);font-size:.67rem;line-height:1.5}._control_1ghqw_1 button{justify-self:start}._control_1ghqw_1 label{display:grid;gap:.35rem}._control_1ghqw_1 label small{color:var(--muted-foreground);font-size:.62rem;font-weight:800;text-transform:uppercase}._danger_1ghqw_1{border-color:#e4b8b3;background:#fff7f6}._message_1ghqw_1{margin:.8rem 0 0;color:var(--success);font-size:.68rem;line-height:1.45}@media(max-width:660px){._privacyButton_1ghqw_1{left:7.65rem;width:48px;min-width:48px;padding:0!important;font-size:0;border-radius:50%!important}._privacyButton_1ghqw_1 svg{width:20px;height:20px}._dialog_1ghqw_1{max-height:calc(100dvh - 1rem)}._control_1ghqw_1 button{width:100%;min-height:46px}}._dialog_gyvah_1{width:min(620px,calc(100vw - 1rem))}._grid_gyvah_1{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}._grid_gyvah_1 label{display:grid;gap:.35rem}._grid_gyvah_1 label>span{color:var(--muted-foreground);font-size:.64rem;font-weight:800;text-transform:uppercase}._message_gyvah_1,._grid_gyvah_1>button,._grid_gyvah_1>p{grid-column:1 / -1}._grid_gyvah_1>button{width:100%;min-height:48px}._grid_gyvah_1>p{margin:0;color:var(--success);font-size:.68rem;line-height:1.45}@media(max-width:640px){._grid_gyvah_1{grid-template-columns:1fr}._message_gyvah_1,._grid_gyvah_1>button,._grid_gyvah_1>p{grid-column:auto}}._trigger_4az0d_1{position:fixed;left:1rem;bottom:max(1rem,env(safe-area-inset-bottom));z-index:80;min-height:48px;background:#fffffff5!important;box-shadow:var(--shadow-md);backdrop-filter:blur(12px)}._dialog_4az0d_1{width:min(480px,calc(100vw - 1rem))}._actions_4az0d_1{display:grid;gap:.55rem}._actions_4az0d_1 button{justify-content:flex-start;width:100%;min-height:48px}._emergencyAction_4az0d_1{color:#fff5f2!important;border-color:#8f3034!important;background:#8f252b!important}._note_4az0d_1{color:var(--muted-foreground);font-size:.62rem;line-height:1.45}@media(max-width:640px){._trigger_4az0d_1{width:48px;min-width:48px;padding:0!important;border-radius:50%!important}._trigger_4az0d_1 span{display:none}}._shell_mzgmp_1{display:grid;gap:1rem;margin:0;padding:clamp(1.1rem,3vw,2rem);border:1px solid #cbd9d1;border-radius:1.45rem;background:linear-gradient(145deg,#f8faf7,#eef4ef);box-shadow:var(--shadow)}._intro_mzgmp_2{display:flex;gap:.85rem;align-items:flex-start}._icon_mzgmp_2{display:grid;flex:0 0 auto;width:48px;height:48px;place-items:center;color:#fff;border-radius:15px;background:var(--primary)}._intro_mzgmp_2 p,._result_mzgmp_2 header small{margin:0 0 .35rem;color:#9a711f;font-size:.62rem;font-weight:800;letter-spacing:.12em}._intro_mzgmp_2 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(1.65rem,4vw,2.4rem);font-weight:400;line-height:1}._intro_mzgmp_2 div>span{display:block;margin-top:.5rem;color:var(--muted-foreground);font-size:.72rem;line-height:1.5}._controls_mzgmp_3{display:grid;grid-template-columns:minmax(120px,.35fr) 1fr;gap:.85rem;align-items:end;padding:1rem;border:1px solid var(--border);border-radius:1.15rem;background:#ffffffd6}._controls_mzgmp_3 label,._choiceGroup_mzgmp_3{display:grid;gap:.4rem}._controls_mzgmp_3 label>span,._choiceGroup_mzgmp_3>span{color:var(--muted-foreground);font-size:.62rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}._choiceGroup_mzgmp_3>div{display:flex;gap:.4rem;flex-wrap:wrap}._choiceGroup_mzgmp_3 button{flex:1 1 auto}._interests_mzgmp_3,._note_mzgmp_3,._generateRow_mzgmp_3,._message_mzgmp_3{grid-column:1 / -1}._interests_mzgmp_3 button{flex:0 1 auto}._generateRow_mzgmp_3{display:flex;gap:.8rem;align-items:center}._generateRow_mzgmp_3 small{color:var(--muted-foreground);font-size:.62rem;line-height:1.4}._message_mzgmp_3{margin:0;color:var(--success);font-size:.68rem;line-height:1.45}._spin_mzgmp_3{animation:_spin_mzgmp_3 .8s linear infinite}._keepMoving_mzgmp_4{grid-column:1 / -1;display:grid;gap:.7rem;padding:.85rem;border:1px solid #c2d5c9;border-radius:.95rem;background:#eef6f0}._keepMoving_mzgmp_4 strong,._keepMoving_mzgmp_4 span{display:block}._keepMoving_mzgmp_4 strong{color:var(--primary);font-size:.72rem}._keepMoving_mzgmp_4 span{margin-top:.2rem;color:var(--muted-foreground);font-size:.64rem;line-height:1.45}._keepMoving_mzgmp_4>div:last-child{display:flex;gap:.45rem;flex-wrap:wrap}._keepMoving_mzgmp_4 button{flex:1 1 130px}._planCard_mzgmp_5{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.8rem;align-items:center;width:100%;padding:1rem;color:#fff;border:0;border-radius:1.15rem;background:linear-gradient(120deg,#153b2e,#245d47);box-shadow:var(--shadow);cursor:pointer;text-align:left}._planCard_mzgmp_5>span{display:grid;width:44px;height:44px;place-items:center;color:#f0c96f;border:1px solid rgb(255 255 255 / .18);border-radius:13px}._planCard_mzgmp_5 div{min-width:0}._planCard_mzgmp_5 small,._planCard_mzgmp_5 strong,._planCard_mzgmp_5 p{display:block}._planCard_mzgmp_5 small{color:#f0c96f;font-size:.58rem;font-weight:800;letter-spacing:.1em}._planCard_mzgmp_5 strong{margin-top:.18rem;overflow:hidden;font-family:var(--font-family-display);font-size:1.35rem;font-weight:400;text-overflow:ellipsis;white-space:nowrap}._planCard_mzgmp_5 p{display:-webkit-box;margin:.3rem 0 0;overflow:hidden;color:#ffffffb8;font-size:.66rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}._planCard_mzgmp_5 em{color:#fff;font-size:.65rem;font-style:normal;font-weight:800;white-space:nowrap}._planCard_mzgmp_5:hover{transform:translateY(-1px)}._planCard_mzgmp_5:focus-visible{outline:3px solid rgb(213 178 91 / .6);outline-offset:3px}._fullPageDialog_mzgmp_6{top:0!important;left:0!important;width:100vw!important;max-width:none!important;height:100dvh!important;max-height:none!important;padding:0!important;overflow:hidden!important;border-radius:0!important;transform:none!important;background:#f4f7f3!important}._fullPageDialog_mzgmp_6>button{position:fixed;top:max(.6rem,env(safe-area-inset-top));right:max(.65rem,env(safe-area-inset-right));z-index:4;width:40px;height:40px;color:#fff;background:#ffffff29;border:1px solid rgb(255 255 255 / .28);backdrop-filter:blur(10px)}._fullPageHead_mzgmp_6{position:sticky;top:0;z-index:3;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:center;min-height:76px;padding:max(.55rem,env(safe-area-inset-top)) clamp(.8rem,3vw,1.4rem) .55rem;padding-right:3.8rem;color:#fff;background:linear-gradient(120deg,#102f27,#1f5a43);box-shadow:0 6px 18px #0d2e2429}._fullPageHead_mzgmp_6 small{color:#f0c96f;font-size:.5rem;font-weight:800;letter-spacing:.12em}._fullPageHead_mzgmp_6 h2{margin:.08rem 0 0;overflow:hidden;color:#fff;font-family:var(--font-family-display);font-size:clamp(1rem,3vw,1.3rem);font-weight:400;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}._fullPageHead_mzgmp_6 p{margin:.12rem 0 0;overflow:hidden;color:#ffffffa8;font-size:.56rem;text-overflow:ellipsis;white-space:nowrap}._fullPageNavigate_mzgmp_6{min-height:40px;padding-inline:.8rem!important;color:#17392c!important;background:#f0c96f!important;font-size:.62rem!important;white-space:nowrap}._fullPageBody_mzgmp_6{height:calc(100dvh - 76px);overflow-y:auto;overscroll-behavior:contain;padding:clamp(.65rem,2vw,1rem);padding-bottom:calc(2rem + env(safe-area-inset-bottom))}._fullPageBody_mzgmp_6 ._result_mzgmp_2{width:min(1050px,100%);margin:0 auto}._result_mzgmp_2{display:grid;gap:.75rem}._routeSummary_mzgmp_7{display:flex;gap:.55rem;align-items:flex-start;padding:.65rem .75rem;color:var(--muted-foreground);border:1px solid var(--border);border-radius:.85rem;background:#fff}._routeSummary_mzgmp_7 svg{flex:0 0 auto;margin-top:.05rem;color:var(--primary)}._routeSummary_mzgmp_7 p{margin:0;font-size:.66rem;line-height:1.45}._days_mzgmp_8{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}._days_mzgmp_8 article{display:grid;grid-template-columns:auto 1fr;gap:.8rem;min-width:0;padding:1rem;border:1px solid var(--border);border-radius:1.1rem;background:#fff}._dayNumber_mzgmp_8{display:grid;align-content:start;justify-items:center;min-width:46px;padding:.45rem;color:#fff;border-radius:.85rem;background:var(--primary)}._dayNumber_mzgmp_8 span{font-size:.48rem;font-weight:800;letter-spacing:.08em}._dayNumber_mzgmp_8 strong{font-family:var(--font-family-display);font-size:1.6rem;font-weight:400;line-height:1}._dayBody_mzgmp_8{min-width:0}._dayBody_mzgmp_8>small{color:#9a711f;font-size:.57rem;font-weight:800;text-transform:uppercase}._dayBody_mzgmp_8 h4{margin:.15rem 0 .6rem;font-family:var(--font-family-display);font-size:1.25rem;font-weight:400}._dayBody_mzgmp_8 dl{display:grid;gap:.4rem;margin:0}._dayBody_mzgmp_8 dl div{display:grid;grid-template-columns:68px 1fr;gap:.45rem}._dayBody_mzgmp_8 dt{color:var(--muted-foreground);font-size:.58rem;font-weight:800;text-transform:uppercase}._dayBody_mzgmp_8 dd{margin:0;font-size:.66rem;line-height:1.45}._dayBody_mzgmp_8>p{display:flex;gap:.35rem;align-items:flex-start;margin:.7rem 0 0;padding-top:.6rem;color:var(--muted-foreground);border-top:1px solid var(--border);font-size:.58rem;line-height:1.4}._dayBody_mzgmp_8>p svg{flex:0 0 auto}._searches_mzgmp_9{display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem}._searches_mzgmp_9 a{justify-content:flex-start;min-height:46px}._searches_mzgmp_9 a svg:last-child{margin-left:auto}._refine_mzgmp_9{display:grid;grid-template-columns:auto 1fr auto;gap:.7rem;align-items:end;padding:1rem;border:1px solid var(--border);border-radius:1.1rem;background:#fff}._refine_mzgmp_9>svg{align-self:start;margin-top:1.35rem;color:var(--primary)}._refine_mzgmp_9 label{display:grid;gap:.35rem}._refine_mzgmp_9 label>span{color:var(--muted-foreground);font-size:.62rem;font-weight:800;text-transform:uppercase}._disclaimer_mzgmp_9{display:block;color:var(--muted-foreground);font-size:.6rem;line-height:1.5}@keyframes _spin_mzgmp_3{to{transform:rotate(360deg)}}@media(max-width:760px){._controls_mzgmp_3{grid-template-columns:1fr}._controls_mzgmp_3>*,._interests_mzgmp_3,._note_mzgmp_3,._generateRow_mzgmp_3,._message_mzgmp_3,._keepMoving_mzgmp_4{grid-column:auto}._generateRow_mzgmp_3{align-items:stretch;flex-direction:column}._generateRow_mzgmp_3 button{width:100%;min-height:48px}._keepMoving_mzgmp_4>div:last-child{display:grid;grid-template-columns:1fr}._keepMoving_mzgmp_4 button{width:100%;min-height:42px}._planCard_mzgmp_5{grid-template-columns:auto minmax(0,1fr)}._planCard_mzgmp_5 em{grid-column:2}._days_mzgmp_8,._searches_mzgmp_9,._refine_mzgmp_9{grid-template-columns:1fr}._refine_mzgmp_9>svg{display:none}._refine_mzgmp_9 button{width:100%;min-height:46px}._fullPageHead_mzgmp_6{grid-template-columns:minmax(0,1fr) auto;gap:.45rem;min-height:72px;padding-right:3.55rem}._fullPageHead_mzgmp_6 h2{font-size:1rem}._fullPageHead_mzgmp_6 p{max-width:54vw}._fullPageNavigate_mzgmp_6{width:42px;min-width:42px;padding:0!important;font-size:0!important}._fullPageNavigate_mzgmp_6 svg:first-child{width:18px}._fullPageNavigate_mzgmp_6 svg:last-child{display:none}._fullPageBody_mzgmp_6{height:calc(100dvh - 72px);padding:.55rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom))}._dayBody_mzgmp_8 dl div{grid-template-columns:78px 1fr}._dayBody_mzgmp_8 dd{font-size:.74rem}._dayBody_mzgmp_8 dt{font-size:.6rem}}._shell_5tc4h_1{display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:.75rem;min-width:0;min-height:0;height:100%;padding:1rem;border:1px solid var(--border);border-radius:1.4rem;background:linear-gradient(145deg,#f7f8f4,#edf2ec);box-shadow:var(--shadow)}._header_5tc4h_2{display:flex;justify-content:space-between;gap:1rem;align-items:center}._header_5tc4h_2 p{display:flex;gap:.4rem;align-items:center;margin:0 0 .35rem;color:#98701f;font-size:.61rem;font-weight:800;letter-spacing:.12em}._header_5tc4h_2 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(1.65rem,3vw,2.35rem);font-weight:400;line-height:1}._header_5tc4h_2>div>span{display:block;margin-top:.4rem;color:var(--muted-foreground);font-size:.68rem;line-height:1.45}._freshness_5tc4h_2{display:grid;grid-template-columns:auto 1fr;gap:.15rem .4rem;flex:0 0 auto;align-items:center;min-width:145px;padding:.65rem .75rem;color:var(--success);border-radius:.9rem;background:#e7f1eb}._freshness_5tc4h_2 svg{grid-row:1 / 3}._freshness_5tc4h_2 span,._freshness_5tc4h_2 strong{display:block}._freshness_5tc4h_2 span{font-size:.55rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}._freshness_5tc4h_2 strong{font-size:.66rem}._categoryRail_5tc4h_3{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:.4rem}._categoryRail_5tc4h_3 button{justify-content:flex-start;min-width:0;min-height:58px;padding:.5rem .55rem;white-space:normal;text-align:left}._categoryRail_5tc4h_3 button>svg{flex:0 0 auto}._categoryRail_5tc4h_3 button span{min-width:0}._categoryRail_5tc4h_3 strong,._categoryRail_5tc4h_3 small{display:block}._categoryRail_5tc4h_3 strong{font-size:.64rem}._categoryRail_5tc4h_3 small{margin-top:.1rem;overflow:hidden;color:var(--muted-foreground);font-size:.5rem;line-height:1.25;text-overflow:ellipsis}._content_5tc4h_4{display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,.32fr);gap:.75rem;min-width:0;min-height:0}._results_5tc4h_4{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;align-content:start;min-width:0;min-height:0;overflow:auto;padding-right:.15rem;scrollbar-width:thin}._empty_5tc4h_4{display:grid;grid-column:1 / -1;place-items:center;align-content:center;min-height:220px;padding:1.5rem;color:var(--muted-foreground);border:1px dashed var(--border);border-radius:1.1rem;background:#ffffffb8;text-align:center}._empty_5tc4h_4>svg{margin-bottom:.6rem;color:var(--accent)}._empty_5tc4h_4 strong{color:var(--foreground);font-family:var(--font-family-display);font-size:1.3rem;font-weight:400}._empty_5tc4h_4 span{max-width:430px;margin:.35rem 0 .75rem;font-size:.68rem;line-height:1.45}._spin_5tc4h_4{animation:_spin_5tc4h_4 .85s linear infinite}._card_5tc4h_5{display:grid;gap:.55rem;min-width:0;padding:.8rem;border:1px solid var(--border);border-radius:1rem;background:#fff}._cardTop_5tc4h_5{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.55rem;align-items:center}._activityIcon_5tc4h_5{display:grid;width:37px;height:37px;place-items:center;color:#fff;border-radius:12px;background:var(--primary)}._cardTop_5tc4h_5 small{color:#98701f;font-size:.51rem;font-weight:800;text-transform:uppercase}._card_5tc4h_5 h3{margin:.15rem 0 0;overflow-wrap:anywhere;font-family:var(--font-family-display);font-size:1.1rem;font-weight:400;line-height:1.05}._rating_5tc4h_5{display:inline-flex;gap:.2rem;align-items:center;color:#8a6417;font-size:.65rem;font-weight:800}._rating_5tc4h_5 small{color:var(--muted-foreground);font-size:.5rem}._card_5tc4h_5>p{display:flex;gap:.35rem;align-items:flex-start;margin:0;color:var(--muted-foreground);font-size:.62rem;line-height:1.4}._card_5tc4h_5>p svg{flex:0 0 auto}._cardFooter_5tc4h_5{display:flex;justify-content:space-between;gap:.5rem;align-items:center;margin-top:auto}._status_5tc4h_5,._closed_5tc4h_5{font-size:.53rem;font-weight:800;text-transform:uppercase}._status_5tc4h_5{color:var(--success)}._closed_5tc4h_5{color:var(--destructive)}._trustPanel_5tc4h_6{display:grid;align-content:start;gap:.75rem;min-width:0;padding:.9rem;color:#fff;border-radius:1.05rem;background:linear-gradient(145deg,#15382d,#204f3e)}._trustPanel_5tc4h_6>div>svg{color:#e3c276}._trustPanel_5tc4h_6 h3{margin:.35rem 0;font-family:var(--font-family-display);font-size:1.25rem;font-weight:400}._trustPanel_5tc4h_6 p,._trustPanel_5tc4h_6 small{margin:0;color:#ffffffad;font-size:.61rem;line-height:1.5}._trustPanel_5tc4h_6 nav{display:grid;gap:.4rem}._trustPanel_5tc4h_6 a{display:flex;justify-content:space-between;gap:.4rem;align-items:center;padding:.55rem .6rem;color:#fff;border:1px solid rgb(255 255 255 / .16);border-radius:.7rem;background:#ffffff12;font-size:.59rem;font-weight:700;text-decoration:none}._trustPanel_5tc4h_6 a:hover{background:#ffffff21}@keyframes _spin_5tc4h_4{to{transform:rotate(360deg)}}@media(max-width:1050px){._categoryRail_5tc4h_3{grid-template-columns:repeat(4,1fr)}._content_5tc4h_4{grid-template-columns:minmax(0,1fr) 230px}}@media(max-width:700px){._shell_5tc4h_1{padding:.65rem;border-radius:1rem}._header_5tc4h_2{align-items:flex-start}._header_5tc4h_2>div>span{display:none}._header_5tc4h_2 h2{font-size:1.4rem}._freshness_5tc4h_2{min-width:112px;padding:.5rem}._categoryRail_5tc4h_3{display:flex;overflow-x:auto;padding-bottom:.2rem;scrollbar-width:none}._categoryRail_5tc4h_3::-webkit-scrollbar{display:none}._categoryRail_5tc4h_3 button{flex:0 0 126px;min-height:52px}._content_5tc4h_4{grid-template-columns:minmax(0,1fr)}._results_5tc4h_4{grid-template-columns:1fr}._trustPanel_5tc4h_6{display:none}._card_5tc4h_5{padding:.7rem}._empty_5tc4h_4{min-height:180px}._cardFooter_5tc4h_5 button{min-height:40px}}._shell_129pq_1{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0;height:100%;overflow:hidden;color:var(--foreground);border:1px solid var(--border);border-radius:1.5rem;background:#f7f7f4;box-shadow:var(--shadow-lg)}._header_129pq_2{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:1rem;align-items:center;padding:1rem 1.2rem;color:#fff;background:linear-gradient(120deg,#102f25,#1d5942)}._header_129pq_2>button{color:#fff!important}._header_129pq_2 p{display:flex;gap:.35rem;align-items:center;margin:0;color:#e3be68;font-size:.58rem;font-weight:800;letter-spacing:.11em}._header_129pq_2 h1{margin:.25rem 0;font-family:var(--font-family-display);font-size:clamp(1.65rem,3vw,2.55rem);font-weight:400;line-height:1}._header_129pq_2>div>span{color:#ffffffb3;font-size:.68rem}._header_129pq_2 aside{display:grid;min-width:150px;padding:.75rem;border:1px solid rgb(255 255 255 / .18);border-radius:1rem;background:#ffffff14}._header_129pq_2 aside svg{color:#e3be68}._header_129pq_2 aside small,._header_129pq_2 aside strong,._header_129pq_2 aside span{display:block}._header_129pq_2 aside small{margin-top:.25rem;color:#ffffff9e;font-size:.56rem;text-transform:uppercase}._header_129pq_2 aside strong{font-family:var(--font-family-display);font-size:1.8rem;font-weight:400}._header_129pq_2 aside span{color:#ffffff9e;font-size:.55rem}._body_129pq_3{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:1rem;min-height:0;padding:1rem;overflow:hidden}._form_129pq_3{min-height:0;padding-right:.25rem;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}._section_129pq_3{padding:1rem;border:1px solid var(--border);border-radius:1rem;background:#fff}._section_129pq_3+._section_129pq_3{margin-top:.75rem}._section_129pq_3 h2{margin:0 0 .8rem;font-family:var(--font-family-display);font-size:1.35rem;font-weight:400}._grid_129pq_3{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}._grid_129pq_3 label{display:grid;gap:.35rem}._grid_129pq_3 label>span{color:var(--muted-foreground);font-size:.58rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}._interests_129pq_3{display:flex;gap:.4rem;flex-wrap:wrap}._consent_129pq_3{display:flex;gap:.65rem;align-items:flex-start;margin-top:.75rem;padding:.8rem;border:1px solid #c8d8d0;border-radius:.9rem;background:#edf5f0}._consent_129pq_3 strong,._consent_129pq_3 small{display:block}._consent_129pq_3 strong{font-size:.72rem}._consent_129pq_3 small{margin-top:.15rem;color:var(--muted-foreground);font-size:.6rem;line-height:1.45}._submit_129pq_3{width:100%;min-height:50px;margin-top:.7rem}._message_129pq_3{margin:.6rem 0 0;color:var(--success);font-size:.68rem;line-height:1.45}._concern_129pq_4{display:grid;gap:.35rem}._concern_129pq_4>span{color:var(--muted-foreground);font-size:.58rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}._optional_129pq_4{margin-top:.75rem;border:1px solid var(--border);border-radius:1rem;background:#fff}._optionalTrigger_129pq_4{display:flex;gap:.4rem;align-items:center;width:100%;padding:.85rem 1rem!important;font-size:.7rem!important;font-weight:800!important}._optionalTrigger_129pq_4 small{margin-left:auto;color:var(--muted-foreground);font-size:.56rem;text-transform:uppercase}._optionalContent_129pq_4{padding:0 1rem 1rem}._included_129pq_5{align-self:start;padding:1.1rem;color:#fff;border-radius:1.15rem;background:#152e27}._included_129pq_5>p{margin:0;color:#dfbb6b;font-size:.56rem;font-weight:800;letter-spacing:.11em}._included_129pq_5 h2{margin:.35rem 0 .8rem;font-family:var(--font-family-display);font-size:1.65rem;font-weight:400;line-height:1.05}._included_129pq_5 ul{display:grid;gap:.6rem;margin:0;padding:0;list-style:none}._included_129pq_5 li{display:flex;gap:.45rem;align-items:flex-start;color:#ffffffc7;font-size:.66rem;line-height:1.4}._included_129pq_5 li svg{flex:0 0 auto;width:15px;color:#dfbb6b}._included_129pq_5 small{display:block;margin-top:1rem;color:#ffffff8c;font-size:.58rem;line-height:1.5}._success_129pq_6{display:grid;align-content:center;justify-items:center;height:100%;padding:2rem;text-align:center;border:1px solid #bdd4c7;border-radius:1.5rem;background:linear-gradient(145deg,#f7fbf8,#edf6f0)}._successIcon_129pq_6{display:grid;width:64px;height:64px;place-items:center;color:#fff;border-radius:20px;background:var(--primary)}._success_129pq_6>p{margin:1rem 0 .35rem;color:var(--success);font-size:.6rem;font-weight:800;letter-spacing:.1em}._success_129pq_6 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:400}._success_129pq_6>strong{margin-top:.6rem}._success_129pq_6>span{max-width:650px;margin-top:.5rem;color:var(--muted-foreground);font-size:.75rem;line-height:1.6}._success_129pq_6>div{display:flex;gap:.4rem;align-items:center;margin-top:.8rem;color:var(--success)}._success_129pq_6>div small{font-size:.62rem}._success_129pq_6>button{margin-top:1rem}._spin_129pq_7{animation:_spin_129pq_7 .8s linear infinite}@keyframes _spin_129pq_7{to{transform:rotate(360deg)}}@media(max-width:850px){._header_129pq_2{grid-template-columns:auto minmax(0,1fr)}._header_129pq_2 aside{grid-column:1 / -1;grid-template-columns:auto auto auto 1fr;gap:.5rem;align-items:center;min-width:0}._header_129pq_2 aside small,._header_129pq_2 aside strong,._header_129pq_2 aside span{margin:0}._body_129pq_3{grid-template-columns:1fr;overflow-y:auto}._form_129pq_3{overflow:visible}._included_129pq_5{order:-1}._grid_129pq_3{grid-template-columns:1fr}}@media(max-width:560px){._shell_129pq_1{border-radius:1rem}._header_129pq_2{gap:.55rem;padding:.75rem}._header_129pq_2>button{width:42px;min-width:42px;padding:0!important;font-size:0}._header_129pq_2 h1{font-size:1.45rem}._header_129pq_2>div>span{display:none}._header_129pq_2 aside{padding:.55rem}._header_129pq_2 aside strong{font-size:1.35rem}._body_129pq_3{padding:.55rem}._section_129pq_3{padding:.75rem}._included_129pq_5{padding:.85rem}._included_129pq_5 h2{font-size:1.3rem}._interests_129pq_3 button{flex:1 1 calc(50% - .4rem);min-width:0}._success_129pq_6{padding:1.25rem}}._routeActions_1jbvx_1{display:grid;gap:.4rem}._routeActions_1jbvx_1 button{width:100%}._shell_1jbvx_2{min-width:0;min-height:100vh;overflow-x:clip;color:var(--foreground);background:var(--background)}._header_1jbvx_3{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:72px;padding:.7rem clamp(1rem,4vw,4rem);border-bottom:1px solid var(--border);background:#f7f7f4f0;backdrop-filter:blur(18px)}._brand_1jbvx_4{display:flex;gap:.65rem;align-items:center;min-width:0;width:max-content;padding:0;color:inherit;border:0;background:transparent;text-align:left;text-decoration:none;cursor:pointer}._brand_1jbvx_4>span{display:grid;width:42px;height:42px;place-items:center;color:#fff;border-radius:13px;background:var(--primary);box-shadow:var(--shadow)}._brand_1jbvx_4 strong,._brand_1jbvx_4 small{display:block;line-height:1.05;letter-spacing:.12em}._brand_1jbvx_4 strong{font-size:.82rem}._brand_1jbvx_4 small{margin-top:.2rem;color:var(--muted-foreground);font-size:.58rem}._modeNav_1jbvx_8{display:flex;gap:.25rem;padding:.28rem;border:1px solid var(--border);border-radius:var(--radius-full);background:#fff}._modeNav_1jbvx_8 a,._modeNav_1jbvx_8 span{padding:.55rem 1rem;border-radius:var(--radius-full);font-size:.76rem;font-weight:700;text-decoration:none}._modeNav_1jbvx_8 a{color:var(--muted-foreground)}._modeNav_1jbvx_8 span{color:#fff;background:var(--primary)}._headerActions_1jbvx_11{display:flex;gap:.45rem;justify-self:end}._main_1jbvx_12{width:min(1440px,100%);margin:auto;padding:clamp(1rem,2.5vw,2.5rem)}._hero_1jbvx_13{position:relative;overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,6vw,6rem);align-items:center;min-height:520px;padding:clamp(2rem,5vw,5rem);color:#fff;border:1px solid rgb(255 255 255 / .16);border-radius:1.6rem;background-image:linear-gradient(90deg,#081d17f2,#0c2a20cc 43%,#08191447),linear-gradient(0deg,rgb(5 21 17 / .34),transparent 58%),url(/_cdn/static/9b129eec-daf7-4936-be40-2a1ec23db968.png);background-position:center;background-size:cover;box-shadow:0 28px 70px #0d2e2438}._hero_1jbvx_13:after{position:absolute;inset:0;content:"";pointer-events:none;box-shadow:inset 0 0 0 1px #ffffff0f,inset 0 -90px 120px #05120e38}._heroCopy_1jbvx_15,._journeyCard_1jbvx_15{position:relative;z-index:1}._eyebrow_1jbvx_16{display:flex;gap:.45rem;align-items:center;margin:0 0 .7rem;color:#b88c31;font-size:.68rem;font-weight:800;letter-spacing:.14em}._hero_1jbvx_13 ._eyebrow_1jbvx_16{color:#e3be68}._hero_1jbvx_13 h1{margin:0;font-family:var(--font-family-display);font-size:clamp(3.2rem,6vw,6.2rem);font-weight:400;line-height:.87;letter-spacing:-.045em}._hero_1jbvx_13 h1 em{color:#e3be68;font-weight:400}._heroCopy_1jbvx_15>p:last-of-type{max-width:560px;margin:1.35rem 0 0;color:#ffffffd1;font-size:.96rem;line-height:1.65}._heroSafety_1jbvx_21{display:flex;gap:.55rem;align-items:center;flex-wrap:wrap;margin-top:1rem}._safetyNote_1jbvx_21{display:inline-flex;gap:.4rem;align-items:center;margin:0;color:#ffffffb8;font-size:.7rem;font-weight:700}._homeGuide_1jbvx_21,._homeEmergency_1jbvx_21{min-height:34px!important}._homeGuide_1jbvx_21{color:#fff8e7!important;border:1px solid rgb(240 201 111 / .5)!important;background:#1046359e!important}._homeEmergency_1jbvx_21{color:#fff1ed!important;border:1px solid rgb(255 154 142 / .5)!important;background:#6911168f!important}._journeyCard_1jbvx_15{padding:1.15rem;border:1px solid rgb(255 255 255 / .15);border-radius:1.5rem;background:#ffffff17;backdrop-filter:blur(12px)}._journeyCard_1jbvx_15>span{display:block;margin:.2rem .35rem 1rem;color:#ffffffb3;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}._tripChoices_1jbvx_24{display:grid;gap:.65rem}._tripChoices_1jbvx_24 button{justify-content:flex-start;min-height:72px;padding:.8rem 1rem;text-align:left}._tripChoices_1jbvx_24 button strong,._tripChoices_1jbvx_24 button small{display:block;margin-left:.35rem}._tripChoices_1jbvx_24 button strong{font-size:.88rem}._tripChoices_1jbvx_24 button small{margin-top:.18rem;opacity:.7;font-size:.68rem;font-weight:500}._tripChoice_1jbvx_24{color:#fff!important;border-color:#fff3!important;background:#ffffff12!important}._tripChoice_1jbvx_24:hover{background:#ffffff21!important}._tripActive_1jbvx_26{color:#143225!important;background:#f5ead0!important}._tripConfirmed_1jbvx_27{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.8rem;align-items:center}._tripConfirmedIcon_1jbvx_27{display:grid;width:44px;height:44px;place-items:center;color:#153a2b;border-radius:14px;background:#f5ead0}._tripConfirmed_1jbvx_27 small,._tripConfirmed_1jbvx_27 strong,._tripConfirmed_1jbvx_27 p{display:block;margin:0}._tripConfirmed_1jbvx_27 small{color:#ffffff9e;font-size:.6rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}._tripConfirmed_1jbvx_27 strong{margin-top:.12rem;color:#fff;font-size:.92rem}._tripConfirmed_1jbvx_27 p{margin-top:.16rem;color:#ffffffad;font-size:.66rem}._tripConfirmed_1jbvx_27 button{color:#fff!important;border-color:#ffffff47!important}._launchGrid_1jbvx_28{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem;padding:.9rem;border:1px solid rgb(255 255 255 / .18);border-radius:1.45rem;background:#081f186b;box-shadow:0 24px 60px #00000029;backdrop-filter:blur(14px)}._launchPrompt_1jbvx_29{grid-column:1 / -1;margin:.15rem .25rem .2rem;color:#ffffffbd;font-size:.64rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}._launchCard_1jbvx_30{justify-content:flex-start!important;min-width:0;min-height:88px;padding:.9rem!important;color:#fff!important;border-color:#ffffff2e!important;background:linear-gradient(145deg,#ffffff24,#ffffff12)!important;text-align:left;box-shadow:inset 0 1px #ffffff14;transition:transform .16s ease,background .16s ease,border-color .16s ease}._launchCard_1jbvx_30:hover{border-color:#e3be68b3!important;background:linear-gradient(145deg,#fff3,#ffffff1a)!important;transform:translateY(-2px)}._launchCard_1jbvx_30>svg{flex:0 0 auto;padding:.38rem;width:32px;height:32px;color:#f3cd76;border:1px solid rgb(243 205 118 / .32);border-radius:11px;background:#09231b6b}._launchCard_1jbvx_30:last-child{grid-column:auto}._launchCard_1jbvx_30 span{min-width:0}._launchCard_1jbvx_30 strong,._launchCard_1jbvx_30 small{display:block}._launchCard_1jbvx_30 strong{font-size:.84rem;letter-spacing:-.01em}._launchCard_1jbvx_30 small{margin-top:.2rem;overflow-wrap:anywhere;color:#ffffffa8;font-size:.61rem;font-weight:500;line-height:1.35}._launchCardFeatured_1jbvx_35{position:relative;overflow:hidden;grid-column:1 / -1;align-items:flex-end!important;min-height:150px;border-color:#e3be6880!important;background-image:linear-gradient(90deg,#071c15eb,#071c1557),url(/_cdn/static/6f14a718-d405-43da-b80a-50767bf805d5-discover-aotearoa-hero-v2.png)!important;background-position:center 58%!important;background-size:cover!important}._launchCardFeatured_1jbvx_35>svg{width:38px;height:38px}._launchCardFeatured_1jbvx_35 strong{font-family:var(--font-family-display);font-size:1.45rem;font-weight:400}._launchCardFeatured_1jbvx_35 small{font-size:.7rem}._validationFunnel_1jbvx_37{position:relative;z-index:1;display:grid;gap:.7rem;padding:1rem;border:1px solid rgb(255 255 255 / .18);border-radius:1.45rem;background:#081f1880;box-shadow:0 24px 60px #0000002e;backdrop-filter:blur(14px)}._funnelPrimary_1jbvx_37,._funnelService_1jbvx_37{justify-content:flex-start!important;min-height:112px;padding:1rem 1.1rem!important;text-align:left;background-position:center!important;background-size:cover!important}._funnelPrimary_1jbvx_37{color:#fff!important;background-image:linear-gradient(90deg,#08221aeb,#08221a47),url(/_cdn/static/60207a7e-d9ab-41ab-b77a-df6ed40a2096.png)!important;box-shadow:0 14px 32px #00000026}._funnelService_1jbvx_37{position:relative;color:#fff!important;border-color:#ffffff42!important;background-image:linear-gradient(90deg,#081f18e6,#081f184d),url(/_cdn/static/4266d4ad-e3a6-4bbd-9f0a-f3c1bfe889d9.png)!important}._funnelPrimary_1jbvx_37>svg,._funnelService_1jbvx_37>svg{flex:0 0 auto}._funnelPrimary_1jbvx_37 span,._funnelService_1jbvx_37 span{min-width:0}._funnelPrimary_1jbvx_37 strong,._funnelPrimary_1jbvx_37 small,._funnelService_1jbvx_37 strong,._funnelService_1jbvx_37 small{display:block}._funnelPrimary_1jbvx_37 strong,._funnelService_1jbvx_37 strong{font-family:var(--font-family-display);font-size:1.35rem;font-weight:400}._funnelPrimary_1jbvx_37 small{margin-top:.2rem;color:#ffffffc7;font-size:.68rem;line-height:1.4}._funnelService_1jbvx_37 small{margin-top:.2rem;color:#ffffffb8;font-size:.68rem;line-height:1.4}._funnelService_1jbvx_37 em{margin-left:auto;padding:.3rem .5rem;color:#17392c;border-radius:999px;background:#f3dfaa;font-size:.55rem;font-style:normal;font-weight:800;white-space:nowrap}._funnelTrust_1jbvx_37{display:flex;gap:.45rem;align-items:center;padding:.65rem .75rem;color:#ffffffb3;border-radius:.8rem;background:#0000001f;font-size:.62rem;line-height:1.4}._funnelTrust_1jbvx_37 svg{flex:0 0 auto;color:#e3be68}._funnelSecondary_1jbvx_37{display:grid;grid-template-columns:1fr 1fr;gap:.35rem}._funnelSecondary_1jbvx_37 button{justify-content:flex-start;color:#ffffffc2!important}._sectionNav_1jbvx_38{position:sticky;top:74px;z-index:15;display:flex;gap:.3rem;overflow-x:auto;margin:.8rem 0 0;padding:.4rem;border:1px solid var(--border);border-radius:1rem;background:#f7f7f4f5;box-shadow:var(--shadow);scrollbar-width:none}._sectionNav_1jbvx_38::-webkit-scrollbar{display:none}._sectionNav_1jbvx_38 button{flex:0 0 auto}._swipeHint_1jbvx_39{margin:.45rem .4rem .2rem;color:var(--muted-foreground);font-size:.64rem;text-align:center}._sectionContent_1jbvx_40{min-width:0;scroll-margin-top:140px}._sectionContent_1jbvx_40>*{min-width:0;max-width:100%}._sectionContent_1jbvx_40 ._journeyCard_1jbvx_15{margin-top:.8rem;color:#fff;border-color:#315e4c;background:linear-gradient(120deg,#12382c,#205743)}._homeSummary_1jbvx_42{display:grid;grid-template-columns:1fr auto;gap:.8rem;margin-top:.65rem}._homeSummary_1jbvx_42>div{display:flex;gap:.7rem;align-items:center;min-height:54px;padding:.7rem .9rem;border:1px solid var(--border);border-radius:1rem;background:#fffc}._homeSummary_1jbvx_42 strong,._homeSummary_1jbvx_42 span{display:block}._homeSummary_1jbvx_42 strong{font-family:var(--font-family-display);font-size:1.05rem;font-weight:400}._homeSummary_1jbvx_42 span{color:var(--muted-foreground);font-size:.64rem;line-height:1.45}._homeSummary_1jbvx_42 svg{flex:0 0 auto;color:var(--success)}._fleetPanel_1jbvx_43{display:grid;grid-template-columns:.85fr 1.15fr;gap:2rem;align-items:center;margin-top:.8rem;padding:clamp(1.4rem,4vw,3rem);color:#fff;border-radius:1.5rem;background:linear-gradient(120deg,#142d2a,#1f4942);box-shadow:var(--shadow-lg)}._fleetPanel_1jbvx_43 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2rem,4vw,3.5rem);font-weight:400;line-height:1}._fleetPanel_1jbvx_43 p:not(._eyebrow_1jbvx_16){color:#ffffffb8;font-size:.8rem;line-height:1.65}._fleetGrid_1jbvx_43{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}._fleetGrid_1jbvx_43>div{display:grid;gap:.35rem;min-width:0;padding:1rem;border:1px solid rgb(255 255 255 / .14);border-radius:1rem;background:#ffffff12}._fleetGrid_1jbvx_43 svg{color:#dfbb6b}._fleetGrid_1jbvx_43 strong,._fleetGrid_1jbvx_43 span{display:block}._fleetGrid_1jbvx_43 strong{font-size:.76rem}._fleetGrid_1jbvx_43 span{color:#ffffff9e;font-size:.62rem;line-height:1.45}._routeBuilder_1jbvx_44{display:grid;grid-template-columns:1.05fr auto 1fr 1fr .75fr auto;gap:1rem;align-items:end;margin:1.25rem 0;padding:1.35rem;border:1px solid var(--border);border-radius:1.35rem;background:#fff;box-shadow:var(--shadow)}._routeBuilder_1jbvx_44 h2,._mapTop_1jbvx_45 h2,._stopList_1jbvx_45 h2,._roadKitchen_1jbvx_45 h2,._community_1jbvx_45 h2{margin:0;font-family:var(--font-family-display);font-size:2rem;font-weight:400;line-height:1}._weatherPanel_1jbvx_46{display:grid;grid-template-columns:1fr 1.2fr;gap:1.25rem;align-items:center;margin:1.25rem 0;padding:1.25rem;border:1px solid var(--border);border-radius:1.35rem;background:var(--surface);box-shadow:var(--shadow)}._weatherIntro_1jbvx_46{display:flex;gap:.9rem;align-items:flex-start}._weatherIntro_1jbvx_46>span{display:grid;flex:0 0 auto;width:46px;height:46px;place-items:center;color:var(--primary-foreground);border-radius:14px;background:var(--primary)}._weatherIntro_1jbvx_46 h2{margin:0;font-family:var(--font-family-display);font-size:1.65rem;font-weight:400}._weatherIntro_1jbvx_46 p:last-child{margin:.45rem 0 0;color:var(--muted-foreground);font-size:.72rem;line-height:1.5}._weatherLinks_1jbvx_46{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}._weatherLinks_1jbvx_46 a{justify-content:flex-start;min-height:44px}._weatherLinks_1jbvx_46 a svg:last-child{margin-left:auto}._weatherSource_1jbvx_46{display:flex;gap:.35rem;align-items:center;grid-column:1 / -1;color:var(--muted-foreground);font-size:.62rem}._weatherVisual_1jbvx_47{position:relative;overflow:hidden;justify-content:flex-end!important;align-items:flex-start!important;min-height:96px!important;padding:.75rem!important;color:#fff!important;border-color:#ffffff2e!important;background-position:center!important;background-size:cover!important;text-align:left;box-shadow:inset 0 -55px 65px #00000061}._weatherVisual_1jbvx_47 svg:last-child{margin-left:auto}._weatherForecast_1jbvx_47{background-image:linear-gradient(0deg,#09271eb8,#09271e14),url(/_cdn/static/60207a7e-d9ab-41ab-b77a-df6ed40a2096.png)!important}._weatherWarning_1jbvx_47{background-image:linear-gradient(0deg,#451414c7,#45141414),url(/_cdn/static/4266d4ad-e3a6-4bbd-9f0a-f3c1bfe889d9.png)!important}._weatherLocal_1jbvx_47{background-image:linear-gradient(0deg,#09271eb8,#09271e14),url(/_cdn/static/fb48a258-102a-497d-a9f1-eada94f2f47a.png)!important}._weatherRoad_1jbvx_47{background-image:linear-gradient(0deg,#09271eb8,#09271e14),url(/_cdn/static/222f3bc1-c85c-499f-8dd4-3cae585555ab.png)!important}._weatherAppLink_1jbvx_47{grid-column:1 / -1;min-height:34px!important}._weatherOutlook_1jbvx_48{display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem;grid-column:1 / -1}._weatherDay_1jbvx_48{display:grid;grid-template-columns:auto 1fr;gap:.6rem;align-items:start;min-height:76px;padding:.75rem;color:inherit;border:1px solid var(--border);border-radius:.9rem;background:var(--muted);text-align:left}._weatherDayButton_1jbvx_48{width:100%;font:inherit;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}._weatherDayButton_1jbvx_48:hover{border-color:var(--primary);box-shadow:var(--shadow);transform:translateY(-1px)}._weatherDayButton_1jbvx_48:focus-visible{outline:none;box-shadow:var(--shadow-focus)}._weatherDayButton_1jbvx_48:disabled{cursor:progress;opacity:.72;transform:none}._weatherDay_1jbvx_48 strong,._weatherDay_1jbvx_48 small{display:block}._weatherDay_1jbvx_48 strong{font-size:.76rem}._weatherDay_1jbvx_48 small{margin-top:.18rem;color:var(--muted-foreground);font-size:.62rem}._weatherLight_1jbvx_48{width:15px;height:15px;margin-top:.1rem;border:2px solid rgb(255 255 255 / .75);border-radius:50%;box-shadow:0 0 0 2px #00000014}._weathergreen_1jbvx_48 ._weatherLight_1jbvx_48{background:#2f8a58}._weatherorange_1jbvx_48 ._weatherLight_1jbvx_48{background:#d27a24}._weatherred_1jbvx_48 ._weatherLight_1jbvx_48{background:#c33838}._weathergrey_1jbvx_48 ._weatherLight_1jbvx_48{background:#8a918d}._weatherFacts_1jbvx_48{display:flex;gap:.35rem;flex-wrap:wrap;grid-column:2;margin-top:.35rem}._weatherFacts_1jbvx_48 span{padding:.2rem .35rem;color:var(--muted-foreground);border-radius:999px;background:var(--surface);font-size:.56rem}._weatherMessage_1jbvx_48{grid-column:1 / -1;margin:0;color:var(--muted-foreground);font-size:.65rem}._weatherred_1jbvx_48{border-color:#bf5a54}._weatherorange_1jbvx_48{border-color:#b77d3d}._weathergreen_1jbvx_48{border-color:#5b9672}._walkReminder_1jbvx_49{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin:1.25rem 0;padding:1rem 1.2rem;color:#f1ded9;border:1px solid #7b3c3e;border-radius:1.1rem;background:#2b1113}._walkReminder_1jbvx_49>div{display:flex;gap:.7rem;align-items:center}._walkReminder_1jbvx_49>div:first-child>svg{flex:0 0 auto;color:#e28475}._walkReminder_1jbvx_49 strong,._walkReminder_1jbvx_49 small{display:block}._walkReminder_1jbvx_49 strong{font-size:.78rem}._walkReminder_1jbvx_49 small{max-width:720px;margin-top:.2rem;color:#c4a19a;font-size:.65rem;line-height:1.45}._safetyShortcut_1jbvx_49{display:flex;justify-content:flex-end;margin:-.5rem 0 1rem}._safetyShortcut_1jbvx_49 a{display:flex;gap:.35rem;align-items:center;color:var(--muted-foreground);font-size:.65rem;font-weight:700;text-decoration:none}._routeBuilder_1jbvx_44 label{display:grid;gap:.4rem}._routeBuilder_1jbvx_44 label>span{color:var(--muted-foreground);font-size:.67rem;font-weight:700;text-transform:uppercase}._routeMessage_1jbvx_50{grid-column:1 / -1;margin:0;color:var(--success);font-size:.75rem}._visualPlanner_1jbvx_51{display:grid;gap:.65rem;min-width:0;padding:.75rem}._visualPlannerHead_1jbvx_52{display:flex;justify-content:space-between;gap:.75rem;align-items:center}._visualPlannerHead_1jbvx_52 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(1.6rem,3vw,2.25rem);font-weight:400;line-height:1}._visualPlannerHead_1jbvx_52 ._eyebrow_1jbvx_16{margin-bottom:.35rem}._visualPlannerHead_1jbvx_52>div>span{display:block;max-width:680px;margin-top:.45rem;color:var(--muted-foreground);font-size:.68rem;line-height:1.45}._primaryRouteFields_1jbvx_53{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;padding:.85rem;border:1px solid var(--border);border-radius:1rem;background:#fff;box-shadow:var(--shadow)}._primaryRouteFields_1jbvx_53 label{display:grid;gap:.35rem;min-width:0}._primaryRouteFields_1jbvx_53 label>span{color:var(--muted-foreground);font-size:.6rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}._routeHandoff_1jbvx_54{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.8rem;align-items:center;padding:.85rem;color:#fff;border-radius:1rem;background:linear-gradient(120deg,#12382c,#205743);box-shadow:var(--shadow)}._routeHandoff_1jbvx_54>div{display:flex;gap:.65rem;align-items:center;min-width:0}._routeHandoff_1jbvx_54>div>svg{flex:0 0 auto;color:#f0c96f}._routeHandoff_1jbvx_54 span{min-width:0}._routeHandoff_1jbvx_54 small,._routeHandoff_1jbvx_54 strong,._routeHandoff_1jbvx_54 em{display:block}._routeHandoff_1jbvx_54 small{color:#f0c96f;font-size:.55rem;font-weight:800;letter-spacing:.1em}._routeHandoff_1jbvx_54 strong{margin-top:.12rem;overflow:hidden;font-size:.76rem;text-overflow:ellipsis;white-space:nowrap}._routeHandoff_1jbvx_54 em{margin-top:.16rem;color:#ffffffad;font-size:.58rem;font-style:normal;line-height:1.35}._routeHandoff_1jbvx_54 button{min-height:46px;white-space:nowrap}._visualActions_1jbvx_55{display:flex;gap:.45rem;flex-wrap:wrap;justify-content:center}._visualActions_1jbvx_55 button{min-width:118px}._secondaryTools_1jbvx_56{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}._secondaryTools_1jbvx_56>div{min-width:0;border:1px solid var(--border);border-radius:.9rem;background:#fff}._secondaryTrigger_1jbvx_57{display:flex;gap:.4rem;align-items:center;width:100%;padding:.65rem .75rem!important;color:var(--muted-foreground)!important;font-size:.68rem!important;font-weight:800!important}._secondaryContent_1jbvx_58{padding:0 .7rem .7rem}._optionalMapNote_1jbvx_59{margin:0 0 .6rem;color:var(--muted-foreground);font-size:.62rem;line-height:1.45}._searchFallback_1jbvx_60{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}._searchFallback_1jbvx_60 label,._tripDetailsGrid_1jbvx_60 label{display:grid;gap:.3rem;min-width:0}._searchFallback_1jbvx_60 label>span,._tripDetailsGrid_1jbvx_60 label>span{color:var(--muted-foreground);font-size:.58rem;font-weight:800;text-transform:uppercase}._tripDetailsGrid_1jbvx_60{display:grid;grid-template-columns:1fr minmax(180px,.45fr);gap:.6rem;align-items:end}._tripMiniChoices_1jbvx_61{display:flex;gap:.35rem;flex-wrap:wrap}._tripMiniChoices_1jbvx_61 button{flex:1 1 110px}._destinationMode_1jbvx_62{display:flex;gap:.35rem;padding:.25rem;border-radius:var(--radius);background:var(--muted)}._destinationMode_1jbvx_62 button{flex:1 1 auto;white-space:nowrap}._mapPickNotice_1jbvx_62{display:flex;gap:.6rem;align-items:center;min-height:40px;padding:.55rem .7rem;color:var(--primary);border:1px dashed #9bb0a5;border-radius:var(--radius);background:#f5f8f6}._mapPickNotice_1jbvx_62 strong,._mapPickNotice_1jbvx_62 small{display:block}._mapPickNotice_1jbvx_62 strong{font-size:.72rem}._mapPickNotice_1jbvx_62 small{color:var(--muted-foreground);font-size:.6rem;line-height:1.35}._routeMapPicker_1jbvx_63{grid-column:1 / -1;min-width:0}._dashboard_1jbvx_64{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(330px,.6fr);gap:1.25rem}._gemsWorkspace_1jbvx_65{display:grid;grid-template-rows:auto minmax(0,1fr);gap:.55rem;min-width:0;min-height:0;height:100%}._gemToolbar_1jbvx_65{display:flex;gap:.4rem;justify-content:center}._gemToolbar_1jbvx_65 button:last-child{margin-left:auto}._mapPanel_1jbvx_66,._stopList_1jbvx_45{overflow:hidden;border:1px solid var(--border);border-radius:1.5rem;background:#fff;box-shadow:var(--shadow)}._mapTop_1jbvx_45,._stopListHead_1jbvx_67{display:flex;justify-content:space-between;align-items:center;padding:1.4rem 1.5rem 1rem}._mapTop_1jbvx_45 h2 span{color:var(--accent)}._dataBadge_1jbvx_67{display:flex;gap:.35rem;align-items:center;padding:.48rem .72rem;color:var(--success);border-radius:var(--radius-full);background:#e6f1eb;font-size:.65rem;font-weight:700}._quickStops_1jbvx_68{display:flex;gap:.45rem;overflow-x:auto;padding:0 1.5rem 1rem}._quickStops_1jbvx_68 button{flex:0 0 auto}._map_1jbvx_45{position:relative;overflow:hidden;min-height:390px;margin:0 .85rem .85rem;border-radius:1.15rem;background:linear-gradient(145deg,#dfe9df,#e9e3d3)}._liveMap_1jbvx_70{padding:0 .85rem .85rem}._terrainOne_1jbvx_71,._terrainTwo_1jbvx_71{position:absolute;width:320px;height:500px;opacity:.48;border:45px solid #bacdb8;border-radius:50%;transform:rotate(35deg)}._terrainOne_1jbvx_71{top:-200px;left:-30px}._terrainTwo_1jbvx_71{right:-70px;bottom:-290px;border-color:#bdcda9}._routeLine_1jbvx_72{position:absolute;top:4%;left:48%;width:7px;height:92%;border:2px solid white;border-radius:8px;background:var(--accent);transform:rotate(15deg);box-shadow:0 2px 8px #00000026}._pin_1jbvx_73{position:absolute;z-index:2;display:grid;width:42px;height:42px;place-items:center;color:#fff;border:4px solid white;border-radius:50%;background:var(--primary);box-shadow:0 5px 18px #0d2f243d}._pinStart_1jbvx_73{left:32%;bottom:7%}._pinCoffee_1jbvx_73{top:58%;left:47%;color:#231a08;background:#d8ac51}._pinFuel_1jbvx_73{top:35%;left:52%}._pinFind_1jbvx_73{top:18%;left:59%;color:#19343a;background:#9ccdd1}._pinEnd_1jbvx_73{top:5%;left:66%;background:#a4633f}._mapNote_1jbvx_74{position:absolute;right:1rem;bottom:1rem;left:1rem;z-index:3;display:flex;gap:.7rem;align-items:center;padding:.85rem 1rem;border:1px solid rgb(255 255 255 / .75);border-radius:1rem;background:#ffffffe6;backdrop-filter:blur(8px);box-shadow:var(--shadow)}._mapNote_1jbvx_74 strong,._mapNote_1jbvx_74 small{display:block}._mapNote_1jbvx_74 strong{font-size:.78rem}._mapNote_1jbvx_74 small{margin-top:.15rem;color:var(--muted-foreground);font-size:.65rem}._stopList_1jbvx_45{padding-bottom:.5rem}._stopListHead_1jbvx_67{border-bottom:1px solid var(--border)}._stopCard_1jbvx_75{display:grid;grid-template-columns:auto 1fr auto;gap:.8rem;padding:1rem 1.2rem;border-bottom:1px solid var(--border)}._stopIcon_1jbvx_75{display:grid;width:38px;height:38px;place-items:center;color:var(--primary);border-radius:12px;background:var(--secondary)}._stopMeta_1jbvx_75{display:flex;gap:.35rem;flex-wrap:wrap}._stopMeta_1jbvx_75 span{display:inline-flex;gap:.2rem;align-items:center;color:var(--success);font-size:.55rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}._stopMeta_1jbvx_75 span:first-child{color:var(--muted-foreground)}._stopMeta_1jbvx_75 ._partner_1jbvx_75{color:#7b5915}._stopCard_1jbvx_75 h3{margin:.32rem 0;font-family:var(--font-family-display);font-size:1.2rem;font-weight:400;line-height:1.05}._stopCard_1jbvx_75 p{margin:0 0 .4rem;color:var(--muted-foreground);font-size:.72rem}._stopCard_1jbvx_75 small{color:#78847d;font-size:.61rem}._roadKitchen_1jbvx_45,._community_1jbvx_45{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2rem,6vw,5rem);align-items:center;margin-top:1.25rem;padding:clamp(2rem,4vw,4rem);border-radius:1.5rem}._roadKitchen_1jbvx_45{color:#fff;background:var(--primary)}._roadKitchen_1jbvx_45 ._eyebrow_1jbvx_16{color:#dfbb6b}._roadKitchen_1jbvx_45>div>p:not(._eyebrow_1jbvx_16),._community_1jbvx_45>div>p:not(._eyebrow_1jbvx_16){color:#ffffffb8;line-height:1.7}._roadKitchen_1jbvx_45>div>button{margin-top:.6rem;color:#172b22;background:#ead49e}._kitchenGrid_1jbvx_77{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}._kitchenGrid_1jbvx_77>div{display:grid;gap:.35rem;padding:1.15rem;border:1px solid rgb(255 255 255 / .12);border-radius:1rem;background:#ffffff12}._kitchenGrid_1jbvx_77 svg{color:#e0bb66}._kitchenGrid_1jbvx_77 span{color:#fff9;font-size:.65rem}._kitchenGrid_1jbvx_77 strong{font-size:.78rem}._community_1jbvx_45{color:var(--foreground);border:1px solid var(--border);background:#f1f3ef}._community_1jbvx_45>div>p:not(._eyebrow_1jbvx_16){color:var(--muted-foreground)}._trustLine_1jbvx_78{display:flex;gap:.5rem;align-items:center;color:var(--success);font-size:.7rem}._discoveryCard_1jbvx_78{display:grid;gap:.8rem;padding:2rem;border:1px solid var(--border);border-radius:1.25rem;background:#fff}._discoveryCard_1jbvx_78 label{display:grid;gap:.35rem}._discoveryCard_1jbvx_78 small{margin:0;color:var(--muted-foreground);font-size:.68rem;font-weight:700}._discoveryCard_1jbvx_78 button{margin-top:.4rem}._discoveryMessage_1jbvx_79{margin:0;color:var(--success);font-size:.7rem;line-height:1.45}._businessStrip_1jbvx_80{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;margin-top:1.25rem;padding:1.5rem 2rem;color:#fff;border-radius:1.2rem;background:#1c2924}._businessStrip_1jbvx_80 span,._businessStrip_1jbvx_80 strong{display:block}._businessStrip_1jbvx_80>div>span{margin-bottom:.35rem;color:#dcb761;font-size:.63rem;font-weight:800;letter-spacing:.12em}._businessStrip_1jbvx_80 strong{font-family:var(--font-family-display);font-size:1.25rem;font-weight:400}._businessItems_1jbvx_80{display:flex;gap:.55rem;justify-content:flex-end;flex-wrap:wrap}._businessItems_1jbvx_80 span{display:flex;gap:.35rem;align-items:center;padding:.5rem .7rem;color:#ffffffbf;border:1px solid rgb(255 255 255 / .12);border-radius:var(--radius-full);font-size:.63rem}._businessItems_1jbvx_80 svg{width:14px}@media(max-width:1050px){._header_1jbvx_3{grid-template-columns:1fr auto}._modeNav_1jbvx_8{order:3;grid-column:1 / -1;justify-self:center;margin-top:.5rem}._hero_1jbvx_13,._dashboard_1jbvx_64,._roadKitchen_1jbvx_45,._community_1jbvx_45,._weatherPanel_1jbvx_46{grid-template-columns:1fr}._weatherSource_1jbvx_46{grid-column:auto}._routeBuilder_1jbvx_44{grid-template-columns:1fr 1fr}._routeBuilder_1jbvx_44>div:first-child,._destinationMode_1jbvx_62,._routeMessage_1jbvx_50,._routeMapPicker_1jbvx_63{grid-column:1 / -1}._businessStrip_1jbvx_80{grid-template-columns:1fr}._businessItems_1jbvx_80{justify-content:flex-start}}@media(max-width:640px){._header_1jbvx_3{min-height:auto;padding:.6rem .8rem;gap:.5rem}._header_1jbvx_3>button{min-height:44px;padding-inline:.65rem}._brand_1jbvx_4>span{width:38px;height:38px}._main_1jbvx_12{padding:.75rem}._hero_1jbvx_13{min-height:auto;padding:2rem 1.25rem;border-radius:1.4rem}._hero_1jbvx_13 h1{font-size:clamp(2.7rem,15vw,3.35rem)}._heroCopy_1jbvx_15>p:last-child{font-size:.9rem;line-height:1.55}._tripChoices_1jbvx_24 button{min-height:76px}._routeBuilder_1jbvx_44{grid-template-columns:minmax(0,1fr);padding:1rem}._routeBuilder_1jbvx_44>div,._routeMessage_1jbvx_50{grid-column:auto}._destinationMode_1jbvx_62{display:grid;grid-template-columns:1fr 1fr}._routeBuilder_1jbvx_44>button{width:100%;min-height:48px}._dashboard_1jbvx_64{grid-template-columns:minmax(0,1fr)}._mapPanel_1jbvx_66,._stopList_1jbvx_45{border-radius:1.1rem}._map_1jbvx_45{min-height:300px;margin:0 .5rem .5rem}._liveMap_1jbvx_70{padding:0 .5rem .5rem}._mapTop_1jbvx_45{align-items:flex-start;flex-direction:column;gap:.7rem;padding:1.1rem 1rem .8rem}._quickStops_1jbvx_68{padding-inline:1rem;scrollbar-width:none}._quickStops_1jbvx_68::-webkit-scrollbar{display:none}._mapNote_1jbvx_74{right:.6rem;bottom:.6rem;left:.6rem}._stopListHead_1jbvx_67{padding:1.1rem 1rem .8rem}._stopCard_1jbvx_75{grid-template-columns:auto minmax(0,1fr);padding:1rem}._stopCard_1jbvx_75>button{grid-column:2;justify-self:start;min-width:44px;min-height:44px}._roadKitchen_1jbvx_45,._community_1jbvx_45{padding:2rem 1.25rem}._roadKitchen_1jbvx_45>div>button,._discoveryCard_1jbvx_78>button{width:100%;min-height:48px}._kitchenGrid_1jbvx_77{grid-template-columns:1fr}._discoveryCard_1jbvx_78{padding:1.1rem}._businessStrip_1jbvx_80{padding:1.4rem}._modeNav_1jbvx_8{width:100%}._modeNav_1jbvx_8 a,._modeNav_1jbvx_8 span{flex:1;min-height:44px;display:flex;align-items:center;justify-content:center;text-align:center}}@media(max-width:640px){._weatherPanel_1jbvx_46{padding:1rem}._weatherLinks_1jbvx_46{grid-template-columns:1fr 1fr}._weatherLinks_1jbvx_46 a{width:100%}._weatherIntro_1jbvx_46>span{width:42px;height:42px}._weatherVisual_1jbvx_47{min-height:78px!important}}@media(max-width:640px){._weatherOutlook_1jbvx_48{grid-template-columns:1fr}._weatherDay_1jbvx_48{min-height:68px}}@media(max-width:640px){._walkReminder_1jbvx_49{align-items:stretch;flex-direction:column}._walkReminder_1jbvx_49>div:last-child{display:grid;grid-template-columns:1fr 1fr}._walkReminder_1jbvx_49 button,._walkReminder_1jbvx_49 a{width:100%}}._nightMode_1jbvx_87{--background: #0d0708;--foreground: #ead5cf;--surface: #180d0e;--surface-foreground: #ead5cf;--card: #180d0e;--card-foreground: #ead5cf;--popup: #211112;--popup-foreground: #ead5cf;--primary: #8f3435;--primary-foreground: #fff0ea;--secondary: #2b1516;--secondary-foreground: #e3b8ae;--accent: #c16b5d;--accent-foreground: #170909;--muted: #241314;--muted-foreground: #b58e87;--success: #c47768;--success-foreground: #170909;--border: #4a2526;--shadow: 0 12px 28px rgb(0 0 0 / .24);--shadow-lg: 0 20px 48px rgb(0 0 0 / .35);--shadow-focus: 0 0 0 3px rgb(193 107 93 / .28);color-scheme:dark}._nightMode_1jbvx_87 ._header_1jbvx_3{background:#0d0708f5}._nightMode_1jbvx_87 ._modeNav_1jbvx_8,._nightMode_1jbvx_87 ._routeBuilder_1jbvx_44,._nightMode_1jbvx_87 ._mapPanel_1jbvx_66,._nightMode_1jbvx_87 ._stopList_1jbvx_45,._nightMode_1jbvx_87 ._discoveryCard_1jbvx_78{background:#180d0e}._nightMode_1jbvx_87 ._hero_1jbvx_13{background:linear-gradient(120deg,#160a0b,#3b1517)}._nightMode_1jbvx_87 ._hero_1jbvx_13 h1 em,._nightMode_1jbvx_87 ._hero_1jbvx_13 ._eyebrow_1jbvx_16,._nightMode_1jbvx_87 ._roadKitchen_1jbvx_45 ._eyebrow_1jbvx_16,._nightMode_1jbvx_87 ._kitchenGrid_1jbvx_77 svg{color:#d47a69}._nightMode_1jbvx_87 ._tripActive_1jbvx_26{color:#fff0ea!important;background:#7d2d30!important}._nightMode_1jbvx_87 ._mapPickNotice_1jbvx_62{color:#d79082;border-color:#703638;background:#211112}._nightMode_1jbvx_87 ._dataBadge_1jbvx_67{color:#e0a096;background:#2b1516}._nightMode_1jbvx_87 ._map_1jbvx_45{background:linear-gradient(145deg,#1d0e0f,#2a1415)}._nightMode_1jbvx_87 ._terrainOne_1jbvx_71,._nightMode_1jbvx_87 ._terrainTwo_1jbvx_71{border-color:#482123}._nightMode_1jbvx_87 ._routeLine_1jbvx_72{border-color:#2b1314;background:#a74845}._nightMode_1jbvx_87 ._pin_1jbvx_73{border-color:#d5a49a;background:#7d2d30;box-shadow:0 5px 18px #0006}._nightMode_1jbvx_87 ._pinCoffee_1jbvx_73,._nightMode_1jbvx_87 ._pinFuel_1jbvx_73,._nightMode_1jbvx_87 ._pinFind_1jbvx_73,._nightMode_1jbvx_87 ._pinEnd_1jbvx_73{color:#fff0ea;background:#9b4844}._nightMode_1jbvx_87 ._mapNote_1jbvx_74{color:#ead5cf;border-color:#5b2c2e;background:#180d0ef0}._nightMode_1jbvx_87 ._roadKitchen_1jbvx_45{background:#321416}._nightMode_1jbvx_87 ._roadKitchen_1jbvx_45>div>button{color:#fff0ea;background:#8f3435}._nightMode_1jbvx_87 ._community_1jbvx_45{color:#ead5cf;border-color:#4a2526;background:#140a0b}._nightMode_1jbvx_87 ._businessStrip_1jbvx_80{background:#11090a}._nightMode_1jbvx_87 ._businessStrip_1jbvx_80>div>span{color:#d47a69}@media(max-width:640px){._headerActions_1jbvx_11{gap:.25rem}._headerActions_1jbvx_11 button{min-height:44px;padding-inline:.55rem}._nightMode_1jbvx_87 ._main_1jbvx_12{padding-top:.55rem}}@media(max-width:700px){._shell_1jbvx_2{width:100%;max-width:100vw;overflow-x:hidden}._shell_1jbvx_2 *{min-width:0}._header_1jbvx_3{grid-template-columns:minmax(0,1fr) auto;width:100%;max-width:100vw;padding:.55rem .65rem}._brand_1jbvx_4{width:auto;max-width:100%}._brand_1jbvx_4>span{flex:0 0 38px}._brand_1jbvx_4 div{overflow:hidden}._brand_1jbvx_4 strong{font-size:.78rem}._brand_1jbvx_4 small{overflow:hidden;max-width:145px;text-overflow:ellipsis;white-space:nowrap;font-size:.5rem}._headerActions_1jbvx_11 button{width:44px;min-width:44px;padding:0!important;font-size:0}._headerActions_1jbvx_11 button svg{width:18px;height:18px}._modeNav_1jbvx_8{width:100%;max-width:100%;margin-top:.15rem}._main_1jbvx_12{width:100%;max-width:100vw;padding:.65rem}._hero_1jbvx_13{display:block;width:100%;max-width:100%;min-height:auto;padding:1.25rem .9rem .9rem;border-radius:1.2rem;background-image:linear-gradient(180deg,#071b15cc,#071c1594 34%,#061813e6),url(/_cdn/static/9b129eec-daf7-4936-be40-2a1ec23db968.png);background-position:68% center}._hero_1jbvx_13 h1{max-width:100%;font-size:clamp(2.35rem,12vw,3rem);line-height:.88;overflow-wrap:normal}._heroCopy_1jbvx_15>p:last-of-type{margin-top:.85rem;font-size:.78rem;line-height:1.45}._eyebrow_1jbvx_16{font-size:.56rem;letter-spacing:.1em}._launchGrid_1jbvx_28{grid-template-columns:1fr 1fr;gap:.42rem;margin-top:.9rem;padding:.5rem;border-radius:1rem}._launchPrompt_1jbvx_29{margin:.15rem .2rem .1rem;font-size:.54rem}._launchCard_1jbvx_30{min-height:70px;padding:.62rem!important;gap:.42rem!important}._launchCard_1jbvx_30>svg{flex:0 0 auto;width:27px;height:27px;padding:.3rem}._launchCard_1jbvx_30 strong{font-size:.7rem}._launchCard_1jbvx_30 small{font-size:.52rem}._launchCardFeatured_1jbvx_35{grid-column:1 / -1;min-height:112px;background-position:center 60%!important}._launchCardFeatured_1jbvx_35>svg{width:31px;height:31px}._launchCardFeatured_1jbvx_35 strong{font-size:1.12rem}._launchCardFeatured_1jbvx_35 small{font-size:.58rem}._launchCard_1jbvx_30:last-child{grid-column:auto}._validationFunnel_1jbvx_37{margin-top:.9rem;padding:.6rem}._funnelPrimary_1jbvx_37,._funnelService_1jbvx_37{min-height:86px;padding:.75rem!important}._funnelPrimary_1jbvx_37 strong,._funnelService_1jbvx_37 strong{font-size:1.05rem}._funnelPrimary_1jbvx_37 small,._funnelService_1jbvx_37 small{font-size:.58rem}._funnelService_1jbvx_37 em{display:none}._sectionNav_1jbvx_38{top:116px;width:100%;max-width:100%;margin-top:.6rem;border-radius:.85rem}._swipeHint_1jbvx_39{font-size:.58rem}._homeSummary_1jbvx_42{display:none}._fleetPanel_1jbvx_43,._fleetGrid_1jbvx_43{grid-template-columns:1fr}._sectionContent_1jbvx_40 ._journeyCard_1jbvx_15{padding:.85rem;border-radius:1rem}._tripChoices_1jbvx_24 button{width:100%;max-width:100%;min-height:64px;white-space:normal}._tripChoices_1jbvx_24 button small{overflow-wrap:anywhere}._tripConfirmed_1jbvx_27{grid-template-columns:auto minmax(0,1fr)}._tripConfirmed_1jbvx_27 button{grid-column:1 / -1;width:100%}._routeBuilder_1jbvx_44,._weatherPanel_1jbvx_46,._dashboard_1jbvx_64,._roadKitchen_1jbvx_45,._community_1jbvx_45,._businessStrip_1jbvx_80,._fleetPanel_1jbvx_43{width:100%;max-width:100%}._routeBuilder_1jbvx_44{overflow:visible}._routeBuilder_1jbvx_44 label,._routeBuilder_1jbvx_44 label>div{width:100%;max-width:100%}._weatherLinks_1jbvx_46 button,._weatherLinks_1jbvx_46 a{max-width:100%;white-space:normal}._fleetPanel_1jbvx_43{gap:1rem;padding:1.25rem 1rem;border-radius:1.15rem}._fleetPanel_1jbvx_43 h2{font-size:2rem}._fleetGrid_1jbvx_43{gap:.5rem}._businessItems_1jbvx_80{justify-content:flex-start}._businessItems_1jbvx_80 span{max-width:100%}}._shell_1jbvx_2{width:100%;max-width:100vw;height:100vh;height:100dvh}._heroSafety_1jbvx_21{position:relative;z-index:3;justify-content:flex-start;margin-top:.85rem}._homeEmergency_1jbvx_21{position:absolute;top:clamp(.65rem,2vw,1.1rem);right:clamp(.65rem,2vw,1.1rem);z-index:4}._heroCopy_1jbvx_15{min-width:0}._routeTopActions_1jbvx_168{display:flex;gap:.45rem;align-items:center;justify-content:flex-end;flex-wrap:wrap}._routeFinishButton_1jbvx_169{box-shadow:var(--shadow)}._routeProtocol_1jbvx_170{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}._protocolStep_1jbvx_171{display:flex;gap:.5rem;align-items:center;min-width:0;padding:.6rem .7rem;color:var(--muted-foreground);border:1px solid var(--border);border-radius:.85rem;background:#fff}._protocolStep_1jbvx_171>span{display:grid;flex:0 0 28px;width:28px;height:28px;place-items:center;border-radius:50%;background:var(--muted);font-size:.68rem;font-weight:900}._protocolStep_1jbvx_171 div{min-width:0}._protocolStep_1jbvx_171 strong,._protocolStep_1jbvx_171 small{display:block}._protocolStep_1jbvx_171 strong{font-size:.7rem}._protocolStep_1jbvx_171 small{margin-top:.1rem;overflow:hidden;font-size:.56rem;text-overflow:ellipsis;white-space:nowrap}._protocolActive_1jbvx_174{color:var(--foreground);border-color:#6d9b86;background:#f1f7f3}._protocolActive_1jbvx_174>span{color:#fff;background:var(--primary)}._protocolDone_1jbvx_175{color:#1f5b42;border-color:#a9c8b6;background:#edf6f0}._protocolDone_1jbvx_175>span{color:#fff;background:#2f7a55}._screenPane_1jbvx_176,._visualPlanner_1jbvx_51,._primaryRouteFields_1jbvx_53,._routeHandoff_1jbvx_54,._secondaryTools_1jbvx_56{width:100%;max-width:100%}@media(max-width:700px){._main_1jbvx_12{padding-right:max(.5rem,env(safe-area-inset-right));padding-left:max(.5rem,env(safe-area-inset-left))}._mainHome_1jbvx_181 ._hero_1jbvx_13{padding-top:3.7rem}._heroSafety_1jbvx_21{gap:.4rem;flex-wrap:wrap;margin-top:.65rem}._safetyNote_1jbvx_21,._homeGuide_1jbvx_21{min-height:34px!important}._homeEmergency_1jbvx_21{top:.55rem;right:.55rem;display:inline-flex;justify-content:center;width:38px;min-width:38px;height:38px;min-height:38px!important;padding:0!important;border-radius:999px!important;backdrop-filter:blur(10px)}._safetyNote_1jbvx_21{border:1px solid rgb(255 255 255 / .25);background:#081f1894}._homeEmergency_1jbvx_21 span{display:none}._sectionNav_1jbvx_38{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.2rem;overflow:visible;width:100%;padding:.3rem}._sectionNav_1jbvx_38 button{justify-content:center;width:100%;min-width:0;min-height:42px;padding-inline:.2rem!important;font-size:0!important}._sectionNav_1jbvx_38 button svg{width:18px;height:18px}._viewTabs_1jbvx_190{width:100%}._viewTabs_1jbvx_190 button{flex:1 1 0;width:auto;min-width:0}._screenPane_1jbvx_176{padding-bottom:max(.75rem,env(safe-area-inset-bottom))}._visualPlanner_1jbvx_51{padding:.45rem}._visualPlannerHead_1jbvx_52{position:sticky;top:0;z-index:5;align-items:flex-start;padding:.55rem;border:1px solid var(--border);border-radius:.9rem;background:#f7f7f4f5;box-shadow:var(--shadow);backdrop-filter:blur(12px)}._visualPlannerHead_1jbvx_52>div:first-child>span{display:none}._visualPlannerHead_1jbvx_52 h2{font-size:1.35rem}._visualPlannerHead_1jbvx_52 ._eyebrow_1jbvx_16{margin-bottom:.2rem;font-size:.5rem}._routeTopActions_1jbvx_168{flex:0 0 auto;flex-direction:column;align-items:stretch}._routeTopActions_1jbvx_168 button{min-height:38px;padding-inline:.55rem!important;white-space:nowrap}._routeTopActions_1jbvx_168 button:first-child{font-size:0;width:40px;min-width:40px;padding:0!important;align-self:flex-end}._routeTopActions_1jbvx_168 button:first-child svg{width:18px;height:18px}._routeProtocol_1jbvx_170{grid-template-columns:minmax(0,1fr);gap:.3rem}._protocolStep_1jbvx_171{padding:.45rem .55rem}._protocolStep_1jbvx_171 small{white-space:normal}._primaryRouteFields_1jbvx_53{grid-template-columns:minmax(0,1fr);padding:.65rem}._routeHandoff_1jbvx_54{grid-template-columns:minmax(0,1fr);padding:.7rem}._routeHandoff_1jbvx_54 strong{white-space:normal;overflow-wrap:anywhere}._routeHandoff_1jbvx_54 button{width:100%;white-space:normal}._visualActions_1jbvx_55{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}._visualActions_1jbvx_55 button{width:100%;min-width:0}._secondaryTools_1jbvx_56,._tripDetailsGrid_1jbvx_60,._searchFallback_1jbvx_60{grid-template-columns:minmax(0,1fr)}._weatherLinks_1jbvx_46{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}._weatherSource_1jbvx_46{overflow-wrap:anywhere}}@media(max-width:380px){._header_1jbvx_3{padding-inline:.45rem}._brand_1jbvx_4 small{max-width:110px}._main_1jbvx_12{padding-inline:.35rem}._visualPlannerHead_1jbvx_52 h2{font-size:1.15rem}._routeFinishButton_1jbvx_169{font-size:.58rem!important}._weatherLinks_1jbvx_46{grid-template-columns:minmax(0,1fr)}}@media(min-width:701px)and (max-width:1050px){._launchGrid_1jbvx_28{grid-template-columns:repeat(2,1fr)}._launchCard_1jbvx_30:last-child{grid-column:auto}._fleetPanel_1jbvx_43{grid-template-columns:1fr}}._shell_1jbvx_2{display:grid;grid-template-rows:auto minmax(0,1fr);width:100%;height:100dvh;min-height:0;overflow:hidden}._header_1jbvx_3{position:relative;top:auto;min-height:68px;padding-block:.55rem}._main_1jbvx_12{min-height:0;height:100%;padding:clamp(.65rem,1.6vw,1.25rem);overflow:hidden}._mainHome_1jbvx_181{display:grid;grid-template-rows:minmax(0,1fr)}._mainActive_1jbvx_235{display:flex;flex-direction:column;gap:.35rem}._mainHome_1jbvx_181 ._hero_1jbvx_13{min-height:0;height:100%;padding:clamp(1.6rem,4vw,4rem)}._sectionNav_1jbvx_38{position:relative;top:auto;margin:0;padding:.35rem}._swipeHint_1jbvx_39{margin:0;font-size:.58rem}._viewTabs_1jbvx_190{display:flex;gap:.4rem;justify-content:center;min-width:0}._viewTabs_1jbvx_190 button{min-width:130px}._sectionContent_1jbvx_40{flex:1 1 auto;min-width:0;min-height:0;height:100%;overflow:hidden;scroll-margin-top:0}._screenPane_1jbvx_176{min-width:0;min-height:0;height:100%;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin}._sectionContent_1jbvx_40 ._journeyCard_1jbvx_15{margin-top:0}._routeBuilder_1jbvx_44{margin:.65rem 0 0;padding:1rem;gap:.8rem}._weatherPanel_1jbvx_46{margin:0;padding:1rem;gap:1rem}._dashboard_1jbvx_64{min-height:0;height:100%;gap:.8rem}._dashboard_1jbvx_64>*{min-height:0;height:100%}._mapPanel_1jbvx_66{display:grid;grid-template-rows:auto auto minmax(0,1fr)}._map_1jbvx_45{min-height:0;height:calc(100% - .85rem)}._liveMap_1jbvx_70{min-height:0;height:100%}@media(max-width:700px){._header_1jbvx_3{min-height:58px}._main_1jbvx_12{padding:.5rem}._mainActive_1jbvx_235{gap:.2rem}._mainHome_1jbvx_181 ._hero_1jbvx_13{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0;height:100%;padding:.85rem}._heroCopy_1jbvx_15>p:last-of-type{margin-top:.55rem;font-size:.72rem;line-height:1.35}._heroSafety_1jbvx_21{margin-top:.5rem}._safetyNote_1jbvx_21{font-size:.58rem}._homeGuide_1jbvx_21,._homeEmergency_1jbvx_21{min-height:32px!important;padding-inline:.55rem!important;font-size:.56rem!important}._launchGrid_1jbvx_28{align-self:end;gap:.35rem;margin-top:.55rem;padding:.42rem}._launchCard_1jbvx_30{min-height:58px;padding:.5rem!important;gap:.35rem!important}._launchCard_1jbvx_30>svg{width:25px;height:25px;padding:.28rem}._launchCard_1jbvx_30 strong{font-size:.66rem}._launchCard_1jbvx_30 small{font-size:.49rem}._launchCardFeatured_1jbvx_35{min-height:82px}._launchCardFeatured_1jbvx_35>svg{width:28px;height:28px}._launchCardFeatured_1jbvx_35 strong{font-size:1rem}._launchCardFeatured_1jbvx_35 small{font-size:.54rem}._validationFunnel_1jbvx_37{align-self:end;gap:.4rem;margin-top:.55rem;padding:.45rem}._funnelPrimary_1jbvx_37,._funnelService_1jbvx_37{min-height:70px;padding:.55rem!important;gap:.45rem!important}._funnelPrimary_1jbvx_37>svg,._funnelService_1jbvx_37>svg{width:21px}._funnelPrimary_1jbvx_37 strong,._funnelService_1jbvx_37 strong{font-size:.9rem}._funnelPrimary_1jbvx_37 small,._funnelService_1jbvx_37 small{font-size:.51rem;line-height:1.3}._funnelTrust_1jbvx_37{display:none}._funnelSecondary_1jbvx_37 button{min-height:36px;padding-inline:.45rem;font-size:.56rem}._sectionNav_1jbvx_38{top:auto;margin-top:0}._sectionNav_1jbvx_38 button{min-height:38px;padding-inline:.55rem;font-size:.62rem}._swipeHint_1jbvx_39{display:none}._viewTabs_1jbvx_190{justify-content:stretch}._viewTabs_1jbvx_190 button{flex:1;min-width:0;min-height:38px}._dashboard_1jbvx_64{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) minmax(0,1fr)}._gemToolbar_1jbvx_65{justify-content:stretch}._gemToolbar_1jbvx_65 button{flex:1}._gemToolbar_1jbvx_65 button:last-child{margin-left:0}._map_1jbvx_45{min-height:0;height:calc(100% - .5rem)}._visualPlanner_1jbvx_51{padding:.35rem}._visualPlannerHead_1jbvx_52{align-items:flex-start}._visualPlannerHead_1jbvx_52 h2{font-size:1.55rem}._visualPlannerHead_1jbvx_52>div>span{font-size:.6rem}._visualPlannerHead_1jbvx_52 button{width:44px;min-width:44px;padding:0!important;font-size:0}._visualPlannerHead_1jbvx_52 button svg{width:18px;height:18px}._primaryRouteFields_1jbvx_53{grid-template-columns:1fr;padding:.65rem}._routeHandoff_1jbvx_54{grid-template-columns:1fr;padding:.7rem}._routeHandoff_1jbvx_54 button{width:100%}._visualActions_1jbvx_55{display:grid;grid-template-columns:repeat(2,1fr)}._visualActions_1jbvx_55 button{min-width:0;width:100%}._secondaryTools_1jbvx_56,._searchFallback_1jbvx_60,._tripDetailsGrid_1jbvx_60{grid-template-columns:1fr}}._container_1be78_1{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;background-color:var(--surface);padding:var(--spacing-4)}._card_1be78_11{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:32rem;width:100%;padding:var(--spacing-8);background-color:var(--card);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}._iconContainer_1be78_24{margin-bottom:var(--spacing-6);animation:_pulse_1be78_1 3s infinite ease-in-out}._icon_1be78_24{color:var(--error)}._title_1be78_33{font-family:var(--font-family-heading);font-size:1.75rem;font-weight:600;color:var(--foreground);margin-bottom:var(--spacing-4)}._message_1be78_41{font-size:1.125rem;line-height:1.6;color:var(--muted-foreground);margin-bottom:var(--spacing-6)}@keyframes _pulse_1be78_1{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}to{transform:scale(1);opacity:1}}@media(max-width:640px){._card_1be78_11{padding:var(--spacing-6)}._title_1be78_33{font-size:1.5rem}._message_1be78_41{font-size:1rem}}._container_bfcih_1{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background-color:var(--background);z-index:var(--z-overlay);padding:var(--spacing-4);overflow-y:auto}._content_bfcih_13{width:100%;max-width:450px;display:flex;flex-direction:column;gap:var(--spacing-6);animation:_fadeIn_bfcih_1 var(--animation-duration-normal) ease-out}._lockIcon_bfcih_22{width:1.25rem;height:1.25rem;color:var(--primary);animation:_pulse_bfcih_1 2s infinite ease-in-out;margin-right:var(--spacing-2);vertical-align:middle}._skeletonGrid_bfcih_31{display:flex;flex-direction:column;gap:var(--spacing-4)}._skeletonRow_bfcih_37{display:flex;flex-direction:column;gap:var(--spacing-3)}._titleRow_bfcih_43{display:flex;align-items:center;gap:var(--spacing-4);margin:var(--spacing-2) 0}._leftSkeletons_bfcih_50,._rightSkeletons_bfcih_50{display:flex;flex-direction:column;gap:var(--spacing-2);flex:1}._title_bfcih_43{font-family:var(--font-family-heading);font-size:1.25rem;font-weight:500;color:var(--foreground);text-align:center;margin:0;padding:var(--spacing-2) var(--spacing-3);background-color:var(--surface);border-radius:var(--radius);flex:2;white-space:nowrap;display:flex;align-items:center;justify-content:center}._skeletonBar_bfcih_74{height:.75rem;width:100%;border-radius:var(--radius-sm)}@keyframes _pulse_bfcih_1{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}@keyframes _fadeIn_bfcih_1{0%{opacity:0}to{opacity:1}}@media(max-width:640px){._title_bfcih_43{font-size:1rem;padding:var(--spacing-1) var(--spacing-2)}._content_bfcih_13{max-width:350px}._lockIcon_bfcih_22{width:1rem;height:1rem}}._accessDeniedIcon_1k3wn_1{color:var(--warning)}._site_88lj3_1{min-height:100vh;overflow-x:clip;color:#17382e;background:#f6f3eb;font-family:var(--font-family-base)}._header_88lj3_9{position:sticky;top:0;z-index:40;min-height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;padding:.75rem clamp(1rem,4vw,4rem);color:#fff;background:#0d2f25f5;border-bottom:1px solid rgb(255 255 255 / .1);backdrop-filter:blur(16px)}._brand_88lj3_25,._footer_88lj3_26>div:first-child{display:inline-flex;align-items:center;gap:.75rem;color:inherit;text-decoration:none;min-width:0;overflow:hidden}._brandMark_88lj3_36{width:42px;height:42px;display:grid;place-items:center;color:#16382e;background:#e0c171;border-radius:13px}._brandMark_88lj3_36 svg,._footer_88lj3_26>div:first-child>svg{width:21px;height:21px}._brand_88lj3_25 strong,._brand_88lj3_25 small,._footer_88lj3_26 strong,._footer_88lj3_26 small{display:block}._brand_88lj3_25 strong,._footer_88lj3_26 strong{font-family:var(--font-family-display);font-size:1.25rem;font-weight:400;line-height:1}._brand_88lj3_25 small,._footer_88lj3_26 small{margin-top:.2rem;color:#dfc57e;font-size:.57rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._header_88lj3_9>nav,._footer_88lj3_26>nav{display:flex;gap:1.4rem}._header_88lj3_9 a,._footer_88lj3_26 a{color:inherit;font-size:.76rem;font-weight:700;text-decoration:none}._headerButton_88lj3_91{justify-self:end;color:#17382e;background:#e0c171;border-color:#e0c171;justify-content:center;text-align:center;white-space:normal}._hero_88lj3_101{color:#fff;background:radial-gradient(circle at 80% 15%,rgb(224 193 113 / .22),transparent 32%),linear-gradient(135deg,#0c2d24,#174c3b)}._hero_88lj3_101>div{width:min(1180px,100%);margin:0 auto;padding:clamp(5rem,10vw,8rem) clamp(1.1rem,5vw,3.5rem)}._eyebrow_88lj3_114,._kicker_88lj3_115,._kickerLight_88lj3_116{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:.66rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}._eyebrow_88lj3_114,._kickerLight_88lj3_116{color:#e2c77d}._kicker_88lj3_115{color:#9b7228}._eyebrow_88lj3_114 svg,._kicker_88lj3_115 svg,._kickerLight_88lj3_116 svg{width:16px;height:16px}._hero_88lj3_101 h1{max-width:960px;margin:0;font-family:var(--font-family-display);font-size:clamp(3.2rem,7.5vw,6.8rem);font-weight:400;line-height:.93;letter-spacing:-.045em}._hero_88lj3_101>div>p:last-of-type{max-width:760px;margin:1.5rem 0 0;color:#ffffffb8;font-size:1.02rem;line-height:1.75}._heroActions_88lj3_161{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}._goldButton_88lj3_168{color:#17382e;background:#e0c171;border-color:#e0c171}._heroOutline_88lj3_174{color:#fff;border-color:#ffffff73}._contextStrip_88lj3_179{width:min(1160px,calc(100% - 2rem));display:flex;gap:.85rem;align-items:flex-start;margin:-1.6rem auto 0;padding:1.25rem 1.4rem;color:#fff;background:#183f33;border:1px solid rgb(255 255 255 / .12);border-radius:1.1rem;box-shadow:0 22px 55px #14382c2e}._contextStrip_88lj3_179 svg{width:22px;height:22px;flex:0 0 auto;color:#e0c171}._contextStrip_88lj3_179 p{margin:0;color:#ffffffb3;line-height:1.6}._contextStrip_88lj3_179 strong{color:#fff}._section_88lj3_210{width:min(1240px,100%);margin:0 auto;padding:clamp(5rem,9vw,8rem) clamp(1rem,4vw,3rem)}._sectionHeading_88lj3_216,._sectionHeadingDark_88lj3_217{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);gap:2rem 5rem;align-items:end;margin-bottom:2.5rem}._sectionHeading_88lj3_216 h2,._sectionHeadingDark_88lj3_217 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2.7rem,5vw,4.8rem);font-weight:400;line-height:.98;letter-spacing:-.035em}._sectionHeading_88lj3_216>p,._sectionHeadingDark_88lj3_217>p{margin:0;line-height:1.75}._sectionHeading_88lj3_216>p{color:#657169}._featureGrid_88lj3_245{display:grid;grid-template-columns:1.25fr .75fr;gap:1rem}._videoFeature_88lj3_251,._documentaryList_88lj3_252 article,._channelCard_88lj3_253,._researchGrid_88lj3_254 article{background:#fff;border:1px solid #ded9cd;border-radius:1.3rem;box-shadow:0 14px 38px #17382e0f}._videoFeature_88lj3_251{overflow:hidden}._videoFrame_88lj3_265{position:relative;aspect-ratio:16 / 9;background:#0b2a21}._videoFrame_88lj3_265 iframe{width:100%;height:100%;border:0}._videoCopy_88lj3_277{padding:1.7rem}._videoCopy_88lj3_277 span,._documentaryList_88lj3_252 small,._channelCard_88lj3_253 small,._chefGrid_88lj3_284 small,._researchGrid_88lj3_254 small{color:#9b7228;font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}._videoCopy_88lj3_277 h3,._documentaryList_88lj3_252 h3,._channelCard_88lj3_253 h3,._chefGrid_88lj3_284 h3,._researchGrid_88lj3_254 h3{margin:.75rem 0 .65rem;font-family:var(--font-family-display);font-weight:400;line-height:1.05}._videoCopy_88lj3_277 h3{font-size:2.4rem}._videoCopy_88lj3_277 p,._documentaryList_88lj3_252 p,._channelCard_88lj3_253 p,._researchGrid_88lj3_254 p{margin:0;color:#657169;line-height:1.7}._documentaryList_88lj3_252{display:grid;gap:1rem}._documentaryList_88lj3_252 article{display:flex;flex-direction:column;padding:1.6rem}._documentaryList_88lj3_252 h3,._channelCard_88lj3_253 h3,._researchGrid_88lj3_254 h3{font-size:1.75rem}._documentaryList_88lj3_252 a,._channelCard_88lj3_253 a,._chefGrid_88lj3_284 a,._researchGrid_88lj3_254 a{display:inline-flex;align-items:center;gap:.4rem;width:fit-content;margin-top:1.3rem;color:#174839;font-size:.74rem;font-weight:800;text-decoration:none}._documentaryList_88lj3_252 a{margin-top:auto;padding-top:1.3rem}._documentaryList_88lj3_252 a svg,._channelCard_88lj3_253 a svg,._chefGrid_88lj3_284 a svg,._researchGrid_88lj3_254 a svg{width:15px;height:15px}._channelSection_88lj3_362{padding-top:0}._playlistSubscribe_88lj3_366{display:flex;justify-content:space-between;gap:1.2rem;align-items:center;margin-bottom:1rem;padding:1.15rem 1.25rem;color:#fff;background:#173f32;border:1px solid #2e5c4d;border-radius:1.1rem}._playlistSubscribe_88lj3_366>div{display:flex;gap:.85rem;align-items:center}._playlistSubscribe_88lj3_366>div>svg{width:31px;height:31px;flex:0 0 auto;color:#e0c171}._playlistSubscribe_88lj3_366 span{display:grid;gap:.2rem}._playlistSubscribe_88lj3_366 strong{font-family:var(--font-family-display);font-size:1.35rem;font-weight:400}._playlistSubscribe_88lj3_366 small{color:#ffffff9e;font-size:.68rem;line-height:1.45}._youtubeButton_88lj3_409{flex:0 0 auto;color:#173f32;background:#e0c171;border-color:#e0c171}._cardGridFour_88lj3_416,._researchGrid_88lj3_254{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}._channelCard_88lj3_253,._researchGrid_88lj3_254 article{display:flex;flex-direction:column;min-height:360px;padding:1.6rem}._channelCard_88lj3_253>svg,._researchGrid_88lj3_254 article>svg{width:30px;height:30px;margin-bottom:1.4rem;color:#9b7228}._channelCard_88lj3_253 a,._researchGrid_88lj3_254 a{margin-top:auto;padding-top:1.2rem}._darkSection_88lj3_445{width:min(1380px,calc(100% - 2rem));margin:0 auto;padding:clamp(3.5rem,7vw,6rem);color:#fff;background:radial-gradient(circle at 88% 10%,rgb(224 193 113 / .18),transparent 30%),#12382c;border-radius:1.8rem}._sectionHeadingDark_88lj3_217>p{color:#ffffffa8}._chefGrid_88lj3_284{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}._chefGrid_88lj3_284 article{display:flex;flex-direction:column;min-height:340px;padding:1.7rem;background:#ffffff12;border:1px solid rgb(255 255 255 / .14);border-radius:1.2rem}._chefGrid_88lj3_284 small{color:#e0c171}._chefGrid_88lj3_284 h3{font-size:2rem}._chefGrid_88lj3_284 p{margin:0;color:#ffffffa8;line-height:1.7}._chefGrid_88lj3_284 a{margin-top:auto;padding-top:1.3rem;color:#e0c171}._reviewed_88lj3_496{margin:1rem 0 0;color:#7f877f;font-size:.67rem;text-align:right}._cta_88lj3_503{width:min(1180px,calc(100% - 2rem));display:grid;grid-template-columns:1fr auto;gap:2.5rem;align-items:end;margin:0 auto 2rem;padding:clamp(2.5rem,6vw,4.5rem);color:#fff;background:#173f32;border-radius:1.5rem}._cta_88lj3_503 p{margin:0 0 .65rem;color:#e0c171;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._cta_88lj3_503 h2{max-width:760px;margin:0;font-family:var(--font-family-display);font-size:clamp(2.2rem,4.5vw,4rem);font-weight:400;line-height:1}._cta_88lj3_503 span{display:block;max-width:760px;margin-top:1rem;color:#ffffffa8;line-height:1.7}._footer_88lj3_26{display:grid;grid-template-columns:auto 1fr auto;gap:1.5rem 3rem;align-items:center;padding:2.5rem clamp(1rem,4vw,4rem);color:#fff;background:#0a281f}._footer_88lj3_26 p{margin:0;color:#ffffff8c;font-size:.78rem}._footer_88lj3_26>nav{color:#e0c171}._legalNotice_88lj3_562{grid-column:1 / -1;color:#ffffff6e;font-size:.62rem;line-height:1.5}@media(max-width:980px){._header_88lj3_9{grid-template-columns:1fr auto}._header_88lj3_9>nav{display:none}._sectionHeading_88lj3_216,._sectionHeadingDark_88lj3_217,._featureGrid_88lj3_245,._cta_88lj3_503,._footer_88lj3_26{grid-template-columns:1fr}._cardGridFour_88lj3_416,._researchGrid_88lj3_254{grid-template-columns:repeat(2,minmax(0,1fr))}._chefGrid_88lj3_284{grid-template-columns:1fr}._chefGrid_88lj3_284 article,._channelCard_88lj3_253,._researchGrid_88lj3_254 article{min-height:auto}}@media(max-width:640px){._playlistSubscribe_88lj3_366{align-items:stretch;flex-direction:column}._youtubeButton_88lj3_409{width:100%}._header_88lj3_9{min-height:66px;padding:.65rem .9rem}._headerButton_88lj3_91{padding-inline:.75rem;font-size:.72rem;max-width:46vw}._brandMark_88lj3_36{width:38px;height:38px}._hero_88lj3_101>div{padding:4.5rem 1rem 3.8rem}._hero_88lj3_101 h1{font-size:clamp(2.6rem,12.5vw,3.7rem);line-height:.96}._heroActions_88lj3_161,._heroActions_88lj3_161 a{width:100%}._contextStrip_88lj3_179{width:100%;margin-top:0;border-radius:0}._section_88lj3_210{padding:4.5rem 1rem}._cardGridFour_88lj3_416,._researchGrid_88lj3_254{grid-template-columns:1fr}._darkSection_88lj3_445,._cta_88lj3_503{width:100%;border-radius:0}._darkSection_88lj3_445{padding:3.5rem 1.1rem}._cta_88lj3_503{margin-bottom:0;padding:3rem 1.1rem}._cta_88lj3_503 a{width:100%}._reviewed_88lj3_496{text-align:left}._footer_88lj3_26{padding:2rem 1rem}._footer_88lj3_26>nav{flex-direction:column}}@media(max-width:400px){._header_88lj3_9{gap:.55rem;padding-inline:.7rem}._brand_88lj3_25 small{display:none}._brandMark_88lj3_36{width:36px;height:36px;flex:0 0 auto}._brand_88lj3_25 strong{font-size:1.05rem}._headerButton_88lj3_91{min-height:40px;padding-inline:.55rem;font-size:.64rem}._hero_88lj3_101>div{padding:3.8rem .9rem 3.3rem}._section_88lj3_210{padding:3.8rem .9rem}._sectionHeading_88lj3_216 h2,._sectionHeadingDark_88lj3_217 h2,._cta_88lj3_503 h2{font-size:clamp(2.1rem,10.5vw,2.9rem)}._videoCopy_88lj3_277,._documentaryList_88lj3_252 article,._channelCard_88lj3_253,._researchGrid_88lj3_254 article,._chefGrid_88lj3_284 article{padding:1.2rem}}._page_1gsro_1{width:min(1280px,100%);margin:auto;padding:clamp(1rem,3vw,2.5rem)}._state_1gsro_1{display:grid;min-height:100dvh;place-items:center;color:var(--muted-foreground)}._header_1gsro_1{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1.25rem;color:#fff;border-radius:1.4rem;background:var(--primary)}._header_1gsro_1 p{margin:0;color:#dfbb6b;font-size:.65rem;font-weight:800;letter-spacing:.12em}._header_1gsro_1 h1{margin:.35rem 0;font-family:var(--font-family-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:400}._header_1gsro_1 span{color:#ffffffb3;font-size:.72rem}._header_1gsro_1 a{background:#fff}._metrics_1gsro_1{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem;margin:1rem 0}._metrics_1gsro_1 article{display:grid;gap:.25rem;padding:1rem;border:1px solid var(--border);border-radius:1rem;background:#fff;box-shadow:var(--shadow)}._metrics_1gsro_1 svg{color:var(--accent)}._metrics_1gsro_1 strong{font-family:var(--font-family-display);font-size:2rem;font-weight:400}._metrics_1gsro_1 span{color:var(--muted-foreground);font-size:.65rem}._panel_1gsro_1{margin-top:1rem;padding:1rem;border:1px solid var(--border);border-radius:1.2rem;background:#fff;box-shadow:var(--shadow)}._panelHead_1gsro_1{display:flex;gap:.7rem;align-items:flex-start;padding-bottom:.8rem;border-bottom:1px solid var(--border)}._panelHead_1gsro_1>svg{color:var(--accent)}._panelHead_1gsro_1 h2{margin:0;font-family:var(--font-family-display);font-size:1.5rem;font-weight:400}._panelHead_1gsro_1 p{margin:.25rem 0 0;color:var(--muted-foreground);font-size:.66rem;line-height:1.45}._cards_1gsro_1,._requestCards_1gsro_1{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;margin-top:.8rem}._cards_1gsro_1 article,._requestCards_1gsro_1 article,._list_1gsro_1 article{display:grid;gap:.55rem;padding:.85rem;border:1px solid var(--border);border-radius:.9rem;background:var(--muted)}._cardHead_1gsro_1{display:flex;justify-content:space-between;gap:.5rem}._cardHead_1gsro_1 strong,._cardHead_1gsro_1 span{display:block}._cardHead_1gsro_1 span,._list_1gsro_1 article>span{color:var(--muted-foreground);font-size:.6rem}._cardHead_1gsro_1 small{align-self:start;padding:.25rem .4rem;color:#745719;border-radius:999px;background:#f8edd2;font-size:.52rem;font-weight:800;text-transform:capitalize}._cards_1gsro_1 p,._requestCards_1gsro_1 p,._list_1gsro_1 p{margin:0;color:var(--muted-foreground);font-size:.68rem;line-height:1.5}._cards_1gsro_1 p strong,._requestCards_1gsro_1 p strong{color:var(--foreground)}._cards_1gsro_1 a{color:var(--primary);font-size:.62rem;font-weight:700}._requestFacts_1gsro_1{display:flex;gap:.35rem;flex-wrap:wrap}._requestFacts_1gsro_1 span{padding:.25rem .4rem;color:var(--success);border-radius:999px;background:#fff;font-size:.55rem;font-weight:700;text-transform:capitalize}._statusField_1gsro_1{display:grid;gap:.3rem;margin-top:.2rem}._statusField_1gsro_1>span{color:var(--muted-foreground);font-size:.56rem;font-weight:800;text-transform:uppercase}._cardActions_1gsro_1{display:flex;gap:.4rem}._split_1gsro_1{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._list_1gsro_1{display:grid;gap:.65rem;margin-top:.8rem}._list_1gsro_1 article button{justify-self:start}._empty_1gsro_1{margin:1rem 0 0;color:var(--muted-foreground);font-size:.68rem}._events_1gsro_1{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.8rem}._events_1gsro_1 div{display:flex;justify-content:space-between;gap:.5rem;padding:.7rem;border-radius:.75rem;background:var(--muted)}._events_1gsro_1 span{font-size:.63rem;text-transform:capitalize}._events_1gsro_1 strong{color:var(--primary)}@media(max-width:1000px){._metrics_1gsro_1{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){._metrics_1gsro_1,._cards_1gsro_1,._requestCards_1gsro_1,._split_1gsro_1,._events_1gsro_1{grid-template-columns:1fr 1fr}._header_1gsro_1{align-items:stretch;flex-direction:column}._header_1gsro_1 a{width:100%}}@media(max-width:560px){._metrics_1gsro_1,._cards_1gsro_1,._requestCards_1gsro_1,._split_1gsro_1,._events_1gsro_1{grid-template-columns:1fr}._page_1gsro_1{padding:.65rem}._cardActions_1gsro_1{display:grid;grid-template-columns:1fr 1fr}._cardActions_1gsro_1 button{width:100%}}._modeGateway_1fn4p_1{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:1rem;padding:.85rem 1rem .85rem 1.2rem;border:1px solid var(--border);border-radius:1.1rem;background:#ffffffd1;box-shadow:var(--shadow)}._modeGateway_1fn4p_1>div:first-child span,._modeGateway_1fn4p_1>div:first-child strong{display:block}._modeGateway_1fn4p_1>div:first-child span{color:var(--accent);font-size:.63rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}._modeGateway_1fn4p_1>div:first-child strong{margin-top:.2rem;font-family:var(--font-family-display);font-size:1.15rem;font-weight:400}._modeChoices_1fn4p_3{display:flex;gap:.4rem;padding:.25rem;border-radius:var(--radius-full);background:var(--muted)}._modeChoices_1fn4p_3>span,._modeChoices_1fn4p_3>a{display:flex;gap:.4rem;align-items:center;padding:.62rem .85rem;border-radius:var(--radius-full);font-size:.73rem;font-weight:700;text-decoration:none}._modeChoices_1fn4p_3>span{color:#fff;background:var(--primary)}._modeChoices_1fn4p_3>a{color:var(--foreground)}._modeChoices_1fn4p_3 small{color:var(--muted-foreground);font-size:.6rem;font-weight:500}@media(max-width:700px){._modeGateway_1fn4p_1{align-items:stretch;flex-direction:column}._modeChoices_1fn4p_3{display:grid;grid-template-columns:1fr 1.35fr}._modeChoices_1fn4p_3>span,._modeChoices_1fn4p_3>a{justify-content:center}._modeChoices_1fn4p_3 small{display:none}}._appShell_1fn4p_5{min-width:0;min-height:100vh;overflow-x:clip;background:var(--background);color:var(--foreground);font-family:var(--font-family-base)}._header_1fn4p_6{position:sticky;top:0;z-index:20;min-height:76px;padding:var(--spacing-3) clamp(1rem,4vw,4rem);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:var(--spacing-4);color:var(--sidebar-foreground);background:#12382cf7;border-bottom:1px solid rgb(255 255 255 / .1);backdrop-filter:blur(18px)}._brand_1fn4p_7{display:flex;align-items:center;gap:var(--spacing-3)}._brandMark_1fn4p_8{width:44px;height:44px;display:grid;place-items:center;color:#173e30;background:linear-gradient(145deg,#e4c369,#b98b2f);border-radius:14px;box-shadow:inset 0 1px #ffffff73,0 8px 24px #0000002e}._brand_1fn4p_7 strong{display:block;font-size:.98rem;font-weight:700;letter-spacing:.16em}._brand_1fn4p_7 small{color:#dbbd70;font-size:.58rem;font-weight:600;letter-spacing:.25em}._weekControl_1fn4p_11{display:flex;align-items:center;gap:var(--spacing-2);padding:.58rem .9rem;font-size:.78rem;font-weight:600;color:#e6eee9;background:#ffffff14;border:1px solid rgb(255 255 255 / .1);border-radius:var(--radius-full)}._weekControl_1fn4p_11 button{width:25px;height:25px;display:grid;place-items:center;padding:0;color:inherit;background:transparent;border:0;border-radius:50%;cursor:pointer}._weekControl_1fn4p_11 button:hover{background:#ffffff1f}._headerActions_1fn4p_14{justify-self:end;display:flex;gap:var(--spacing-2)}._main_1fn4p_15{width:min(1380px,100%);margin:0 auto;padding:clamp(1.25rem,3.5vw,3.5rem)}._intro_1fn4p_16{position:relative;isolation:isolate;overflow:hidden;display:grid;grid-template-columns:1.45fr minmax(300px,.7fr);gap:2.5rem;align-items:center;margin-bottom:1.25rem;padding:clamp(1.5rem,4vw,3.5rem);color:#fff;background:linear-gradient(120deg,#12382c,#205743);border-radius:1.6rem;box-shadow:var(--shadow-lg)}._intro_1fn4p_16:after{content:"";position:absolute;right:-7rem;top:-10rem;width:29rem;height:29rem;background:radial-gradient(circle,#c89b4338,#c89b4300 67%)}._eyebrow_1fn4p_18{display:flex;align-items:center;gap:var(--spacing-2);color:#dfbf6e;font-size:.68rem;font-weight:700;letter-spacing:.16em}._intro_1fn4p_16 h1{margin:.35rem 0;max-width:720px;font-family:var(--font-family-display);font-size:clamp(3rem,6vw,5.8rem);font-weight:400;line-height:.9;letter-spacing:-.035em}._intro_1fn4p_16>div>p:last-child{margin:var(--spacing-4) 0 0;max-width:600px;color:#ffffffb8;font-size:1.02rem;line-height:1.7}._profileCard_1fn4p_21{padding:1.25rem;background:#ffffff1a;border:1px solid rgb(255 255 255 / .18);border-radius:var(--radius-lg);box-shadow:inset 0 1px #ffffff1f;backdrop-filter:blur(14px)}._profileCard_1fn4p_21>span{display:block;margin-bottom:var(--spacing-2);color:#e5d8b5;font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em}._profileCard_1fn4p_21 input{background:#fffffff0;border:0}._preferenceTrigger_1fn4p_24{width:100%;min-height:88px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.45rem;padding:.9rem 1rem;text-align:left;color:var(--foreground);background:#fffffff5;border:0;border-radius:var(--radius);font:inherit;cursor:pointer;box-shadow:0 8px 22px #0000001a}._preferenceValue_1fn4p_25{font-family:var(--font-family-display);font-size:clamp(1.35rem,3vw,2rem);font-weight:400;line-height:1.08}._preferenceChange_1fn4p_26{display:inline-flex;align-items:center;gap:.25rem;color:var(--muted-foreground);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}._preferenceMenu_1fn4p_27{width:min(360px,calc(100vw - 2rem));padding:var(--spacing-4)}._preferenceMenuHead_1fn4p_28 strong,._preferenceMenuHead_1fn4p_28 small{display:block}._preferenceMenuHead_1fn4p_28 small{margin-top:.2rem;color:var(--muted-foreground)}._preferenceOptions_1fn4p_30{display:grid;grid-template-columns:repeat(2,1fr);gap:.2rem var(--spacing-2);max-height:310px;overflow-y:auto;margin-top:var(--spacing-3)}._preferenceOption_1fn4p_30{display:flex;align-items:center;gap:var(--spacing-2);padding:.6rem .5rem;border-radius:var(--radius-sm);cursor:pointer}._preferenceOption_1fn4p_30:hover{background:var(--secondary)}._preferenceOption_1fn4p_30 span{font-size:.8rem;font-weight:600}._preferenceChips_1fn4p_34{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:var(--spacing-3)}._preferenceChips_1fn4p_34 button{display:inline-flex;align-items:center;gap:.3rem;padding:.38rem .58rem;color:#fff;background:#ffffff21;border:1px solid rgb(255 255 255 / .18);border-radius:var(--radius-full);font:inherit;font-size:.68rem;cursor:pointer}._assistantPanel_1fn4p_36{margin:0 0 1.25rem;padding:clamp(1.2rem,3vw,1.8rem);background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}._assistantWelcome_1fn4p_37{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center}._assistantAvatar_1fn4p_38{width:58px;height:58px;display:grid;place-items:center;color:#173e30;background:linear-gradient(145deg,#e4c369,#b98b2f);border-radius:18px;box-shadow:inset 0 1px #ffffff73,0 10px 24px #123f3024}._assistantWelcome_1fn4p_37 h2{margin:.15rem 0;font-family:var(--font-family-display);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:400}._assistantWelcome_1fn4p_37 p:not(._eyebrow_1fn4p_18){margin:.25rem 0 0;max-width:780px;color:var(--muted-foreground);font-size:.82rem;line-height:1.55}._assistantSetup_1fn4p_41{display:grid;gap:1rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--border)}._assistantChoices_1fn4p_42{display:grid;grid-template-columns:repeat(5,1fr);gap:.6rem}._assistantChoice_1fn4p_42,._assistantChoiceActive_1fn4p_43{min-width:0;display:grid;grid-template-columns:auto 1fr;gap:.12rem .5rem;padding:.8rem;text-align:left;color:var(--foreground);background:var(--card);border:1px solid var(--border);border-radius:var(--radius);font:inherit;cursor:pointer;transition:transform var(--animation-duration-fast),border-color var(--animation-duration-fast),box-shadow var(--animation-duration-fast)}._assistantChoice_1fn4p_42:hover,._assistantChoiceActive_1fn4p_43{transform:translateY(-2px);border-color:var(--accent);box-shadow:var(--shadow)}._assistantChoiceActive_1fn4p_43{color:#fff;background:var(--primary)}._assistantChoice_1fn4p_42>span,._assistantChoiceActive_1fn4p_43>span{grid-row:1 / 3;width:34px;height:34px;display:grid;place-items:center;color:var(--primary);background:#e8d18c;border-radius:50%;font-weight:800}._assistantChoice_1fn4p_42 strong,._assistantChoiceActive_1fn4p_43 strong{overflow:hidden;text-overflow:ellipsis}._assistantChoice_1fn4p_42 small,._assistantChoiceActive_1fn4p_43 small{color:var(--muted-foreground);font-size:.62rem}._assistantChoiceActive_1fn4p_43 small{color:#ffffffad}._assistantChoice_1fn4p_42 em,._assistantChoiceActive_1fn4p_43 em{grid-column:1 / -1;margin-top:.45rem;color:var(--muted-foreground);font-size:.65rem;font-style:normal;line-height:1.35}._assistantChoiceActive_1fn4p_43 em{color:#ffffffc2}._assistantNameField_1fn4p_52{display:grid;grid-template-columns:minmax(170px,.35fr) 1fr;gap:.8rem;align-items:center}._assistantNameField_1fn4p_52>span{font-size:.76rem;font-weight:700}._assistantSave_1fn4p_54{display:flex;justify-content:flex-end;align-items:center;gap:1rem}._assistantSave_1fn4p_54 small,._assistantConfirmation_1fn4p_55{color:var(--muted-foreground);font-size:.7rem}._assistantConfirmation_1fn4p_55{margin:.9rem 0 0 74px;color:var(--success);font-weight:700}._progressStrip_1fn4p_57{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(110px,1fr)) auto;gap:var(--spacing-3);align-items:center;padding:var(--spacing-4) 1.25rem;margin:0 0 var(--spacing-8);background:#fffffff0;border:1px solid rgb(255 255 255 / .8);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);backdrop-filter:blur(18px)}._progressStrip_1fn4p_57 div{display:flex;gap:var(--spacing-2);align-items:baseline}._progressStrip_1fn4p_57 strong{font-family:var(--font-family-display);font-size:1.7rem;font-weight:400}._progressStrip_1fn4p_57 span{color:var(--muted-foreground);font-size:.74rem}._goalsPanel_1fn4p_61{display:grid;grid-template-columns:1.15fr .85fr;gap:1.25rem;margin-bottom:2rem}._goalsIntro_1fn4p_62,._progressCard_1fn4p_62{padding:clamp(1.35rem,3vw,2rem);background:var(--card);border:1px solid rgb(18 63 48 / .09);border-radius:var(--radius-lg);box-shadow:var(--shadow)}._goalsIntro_1fn4p_62 h2{margin:.35rem 0 .5rem;font-family:var(--font-family-display);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:400;line-height:1.05}._goalsIntro_1fn4p_62>p:not(._eyebrow_1fn4p_18){max-width:680px;color:var(--muted-foreground);line-height:1.6}._goalMenu_1fn4p_65{width:min(390px,calc(100vw - 2rem));padding:var(--spacing-4)}._goalMenu_1fn4p_65>strong,._goalMenu_1fn4p_65>small{display:block}._goalMenu_1fn4p_65>small{margin-top:.2rem;color:var(--muted-foreground)}._goalOptions_1fn4p_68{display:grid;gap:.15rem;max-height:330px;overflow-y:auto;margin-top:var(--spacing-3)}._goalChips_1fn4p_69{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:var(--spacing-4)}._goalChips_1fn4p_69 span{padding:.42rem .65rem;color:var(--primary);background:#e9f0eb;border-radius:var(--radius-full);font-size:.7rem;font-weight:700}._progressCard_1fn4p_62{display:flex;gap:var(--spacing-4);align-items:flex-start;color:#fff;background:linear-gradient(145deg,#123f30,#0b2c22)}._progressIcon_1fn4p_72{flex:0 0 auto;width:46px;height:46px;display:grid;place-items:center;color:#153d2f;background:linear-gradient(145deg,#e4c369,#b98b2f);border-radius:15px}._progressLabel_1fn4p_73{display:block;margin-bottom:.55rem;color:#dfbf6e;font-size:.62rem;font-weight:700;letter-spacing:.13em}._progressCard_1fn4p_62 strong{display:block;font-family:var(--font-family-display);font-size:1.65rem;font-weight:400;line-height:1.12}._progressCard_1fn4p_62 p{color:#ffffffb3;font-size:.8rem;line-height:1.6}._progressCard_1fn4p_62 button{padding:0;color:#efd58f;background:none;border:0;font:inherit;font-size:.75rem;font-weight:700;text-decoration:underline;cursor:pointer}._confirmPanel_1fn4p_77{grid-column:1 / -1;padding:1.25rem;background:#f4f7f3;border:1px solid var(--border);border-radius:var(--radius-lg)}._confirmPanel_1fn4p_77 h3{margin:.2rem 0;font-family:var(--font-family-display);font-size:1.5rem;font-weight:400}._confirmPanel_1fn4p_77>div>p{margin:.25rem 0 1rem;color:var(--muted-foreground);font-size:.8rem}._confirmRows_1fn4p_80{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1rem}._confirmRow_1fn4p_80{display:grid;gap:.65rem;padding:.8rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius)}._confirmMeal_1fn4p_82 strong,._confirmMeal_1fn4p_82 small{display:block}._confirmMeal_1fn4p_82 small{overflow:hidden;color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap}._outcomeButtons_1fn4p_84{display:grid;grid-template-columns:repeat(2,1fr);gap:.35rem}._outcomeButtons_1fn4p_84 button{min-height:34px;padding:.4rem;color:var(--muted-foreground);background:var(--secondary);border:1px solid transparent;border-radius:var(--radius-sm);font:inherit;font-size:.66rem;cursor:pointer}._outcomeButtons_1fn4p_84 ._outcomeActive_1fn4p_86{color:#fff;background:var(--primary);border-color:var(--primary)}._servingControl_1fn4p_87{display:flex;align-items:center;gap:.35rem;flex:0 0 auto}._servingControl_1fn4p_87 button{width:27px;height:27px;display:grid;place-items:center;color:var(--primary);background:var(--secondary);border:1px solid var(--border);border-radius:50%;cursor:pointer}._servingControl_1fn4p_87 span{min-width:70px;text-align:center;font-size:.66rem}._carryOverNote_1fn4p_90{display:flex;gap:.65rem;align-items:flex-start;margin-bottom:1rem;padding:.8rem;color:var(--primary);background:#e6efe8;border-radius:var(--radius)}._carryOverNote_1fn4p_90 strong,._carryOverNote_1fn4p_90 span{display:block}._carryOverNote_1fn4p_90 span{margin-top:.2rem;color:var(--muted-foreground);font-size:.72rem}._wellbeingSection_1fn4p_93{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center;margin-bottom:2rem;padding:clamp(1.35rem,3vw,2rem);background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}._wellbeingSection_1fn4p_93 h2{margin:.35rem 0;font-family:var(--font-family-display);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:400}._wellbeingSection_1fn4p_93>div>p:not(._eyebrow_1fn4p_18){margin:0;max-width:740px;color:var(--muted-foreground);line-height:1.6}._wellbeingForm_1fn4p_96{grid-column:1 / -1;display:grid;gap:.8rem;padding-top:1rem;border-top:1px solid #e5d7aa}._wellbeingNotice_1fn4p_97{margin:0;color:var(--muted-foreground);font-size:.72rem}._metricGrid_1fn4p_98{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem}._metricCard_1fn4p_99{padding:.8rem;background:#fffc;border:1px solid var(--border);border-radius:var(--radius)}._metricCard_1fn4p_99>strong,._metricCard_1fn4p_99>small{display:block}._metricCard_1fn4p_99>small{margin-top:.45rem;color:var(--muted-foreground);font-size:.62rem}._metricControl_1fn4p_102{display:flex;align-items:center;justify-content:space-between;gap:.4rem;margin-top:.55rem}._metricControl_1fn4p_102 button{width:30px;height:30px;color:var(--primary);background:var(--secondary);border:1px solid var(--border);border-radius:50%;font-size:1rem;cursor:pointer}._metricControl_1fn4p_102 span{font-weight:700;font-size:.78rem}._learnSection_1fn4p_105{margin-bottom:2.25rem;padding:1.25rem;background:#ffffff80;border:1px solid var(--border);border-radius:var(--radius-lg)}._learningGrid_1fn4p_106{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-3)}._learningCard_1fn4p_107{display:flex;justify-content:space-between;gap:var(--spacing-3);min-height:145px;padding:1.1rem;color:inherit;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);text-decoration:none;transition:transform var(--animation-duration-fast),box-shadow var(--animation-duration-fast)}._learningCard_1fn4p_107:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}._learningCard_1fn4p_107 span{color:var(--success);font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}._learningCard_1fn4p_107 h3{margin:.45rem 0;font-family:var(--font-family-display);font-size:1.25rem;font-weight:400;line-height:1.08}._learningCard_1fn4p_107 p,._educationNote_1fn4p_111{color:var(--muted-foreground);font-size:.72rem;line-height:1.5}._educationNote_1fn4p_111{margin:.8rem 0 0}._tabs_1fn4p_113{width:100%}._tabList_1fn4p_114{width:fit-content;max-width:100%;justify-content:flex-start;overflow-x:auto;padding:.3rem;background:#e5eae5;border:0;border-radius:var(--radius-full)}._tabContent_1fn4p_115{padding-top:var(--spacing-8)}._sectionHeading_1fn4p_116{display:flex;justify-content:space-between;align-items:end;gap:var(--spacing-4);margin-bottom:1.25rem}._sectionHeading_1fn4p_116 h2,._useFirstCard_1fn4p_117 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:400;letter-spacing:-.02em}._sectionHeading_1fn4p_116 p{margin:.25rem 0 0;color:var(--muted-foreground)}._weekOverview_1fn4p_119{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:var(--spacing-2);margin-bottom:var(--spacing-2)}._daySummary_1fn4p_120{min-width:0;display:grid;gap:.35rem;padding:.8rem;text-align:left;color:var(--foreground);background:#ffffffb8;border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:transform var(--animation-duration-fast),border-color var(--animation-duration-fast),background var(--animation-duration-fast)}._daySummary_1fn4p_120:hover{transform:translateY(-2px);border-color:#9eb2a5}._daySummary_1fn4p_120>span{display:flex;align-items:center;gap:.25rem;color:var(--muted-foreground);font-size:.64rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}._daySummary_1fn4p_120 strong{overflow:hidden;font-size:.72rem;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}._daySummaryActive_1fn4p_124{color:#fff;background:var(--primary);border-color:var(--primary);box-shadow:0 8px 20px #123f3029}._daySummaryActive_1fn4p_124>span{color:#dfbf6e}._overviewHint_1fn4p_126{margin:0 0 1.25rem;color:var(--muted-foreground);font-size:.72rem}._mealGrid_1fn4p_127{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--spacing-4)}._dayCard_1fn4p_128{min-width:0;padding:1.25rem;background:var(--card);border:1px solid rgb(18 63 48 / .09);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:transform var(--animation-duration-normal),box-shadow var(--animation-duration-normal)}._dayCard_1fn4p_128:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}._dayCard_1fn4p_128:nth-child(6),._dayCard_1fn4p_128:nth-child(7){background:linear-gradient(145deg,#fff,#fbf4df)}._dayCard_1fn4p_128 h3{margin:0 0 var(--spacing-4);font-family:var(--font-family-display);font-size:1.45rem;font-weight:400}._dayCard_1fn4p_128 label{display:block;margin-bottom:var(--spacing-3)}._dayCard_1fn4p_128 label span{display:block;margin-bottom:4px;color:var(--muted-foreground);font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}._dayCard_1fn4p_128 input{height:2.35rem;padding:.5rem .65rem;font-size:.76rem;background:#f8faf7;border-color:transparent}._dayCard_1fn4p_128 input:focus{background:#fff;border-color:var(--accent)}._prepField_1fn4p_136{padding-top:var(--spacing-2);border-top:1px solid var(--muted)}._shoppingGrid_1fn4p_137{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-4)}._listCard_1fn4p_138,._useFirstCard_1fn4p_117{padding:1.25rem;background:var(--card);border:1px solid rgb(18 63 48 / .09);border-radius:var(--radius-lg);box-shadow:var(--shadow)}._listCard_1fn4p_138 h3{margin:0 0 var(--spacing-3);font-family:var(--font-family-display);font-size:1.35rem;font-weight:400}._checkRow_1fn4p_140{display:flex;align-items:center;gap:var(--spacing-3);padding:.65rem 0;border-bottom:1px solid var(--muted)}._wasteLayout_1fn4p_141{display:grid;grid-template-columns:1.2fr .8fr;gap:1.25rem}._useFirstCard_1fn4p_117,._formulaCard_1fn4p_142{padding:clamp(1.35rem,3vw,2.2rem);border-radius:var(--radius-lg)}._useFirstCard_1fn4p_117{display:grid;grid-template-columns:auto 1fr;gap:var(--spacing-4)}._useFirstCard_1fn4p_117 textarea,._useFirstCard_1fn4p_117 button{grid-column:1 / -1}._formulaCard_1fn4p_142{color:var(--primary-foreground);background:linear-gradient(145deg,#123f30,#0b2c22);box-shadow:var(--shadow-md)}._formulaCard_1fn4p_142 h3{margin-top:0;font-family:var(--font-family-display);font-size:2rem;font-weight:400}._formulaCard_1fn4p_142 p{color:#ffffffb8;line-height:1.7}._tip_1fn4p_148{margin-top:var(--spacing-6);padding:var(--spacing-3);color:var(--accent-foreground);background:linear-gradient(135deg,#e2c067,#c39839);border-radius:var(--radius);font-weight:700}._importPanel_1fn4p_149{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(300px,1.2fr);gap:1.25rem;align-items:center;margin-bottom:1.25rem;padding:1.25rem;background:var(--secondary);border:1px solid var(--border);border-radius:var(--radius-lg)}._importPanel_1fn4p_149 h3{margin:0 0 var(--spacing-2);font-family:var(--font-family-display);font-size:1.55rem;font-weight:400}._importPanel_1fn4p_149 p{margin:0;color:var(--muted-foreground);font-size:.83rem;line-height:1.6}._importStatus_1fn4p_152{grid-column:1 / -1;padding:var(--spacing-3);color:var(--primary);background:var(--card);border-left:3px solid var(--accent);border-radius:var(--radius-sm)}._recipeTools_1fn4p_153{max-width:620px;display:flex;align-items:center;gap:var(--spacing-2);padding:0 var(--spacing-3);margin-bottom:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);box-shadow:var(--shadow)}._recipeTools_1fn4p_153 input{border:0;background:transparent;box-shadow:none}._recipeGrid_1fn4p_155{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-4)}._recipeCard_1fn4p_156{min-height:150px;display:grid;grid-template-columns:auto 1fr;gap:var(--spacing-4);align-items:center;padding:1.25rem;background:linear-gradient(145deg,#fff,#f9fbf8);border:1px solid rgb(18 63 48 / .09);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:transform var(--animation-duration-normal),box-shadow var(--animation-duration-normal)}._recipeCard_1fn4p_156:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}._recipeIcon_1fn4p_158{width:50px;height:50px;display:grid;place-items:center;color:var(--primary-foreground);background:linear-gradient(145deg,#174b38,#0d3025);border-radius:16px;box-shadow:0 10px 22px #123f302e}._recipeCard_1fn4p_156 h3{margin:0;font-family:var(--font-family-display);font-size:1.35rem;font-weight:400;line-height:1.05}._recipeCard_1fn4p_156 p{margin:.4rem 0;color:var(--muted-foreground);font-size:.76rem}._recipeCard_1fn4p_156 strong{color:var(--success);font-size:.7rem;letter-spacing:.03em}._recipeCard_1fn4p_156 button{grid-column:2;justify-self:start}._importNote_1fn4p_163{display:flex;gap:var(--spacing-3);align-items:center;margin-top:1.25rem;padding:var(--spacing-4);background:#e6eee9b3;border:1px solid var(--border);border-radius:var(--radius-md)}._importNote_1fn4p_163 strong,._importNote_1fn4p_163 span{display:block}._importNote_1fn4p_163 span{margin-top:.2rem;color:var(--muted-foreground);font-size:.8rem}@media(max-width:1000px){._header_1fn4p_6{grid-template-columns:1fr auto}._weekControl_1fn4p_11{display:none}._intro_1fn4p_16,._wasteLayout_1fn4p_141,._goalsPanel_1fn4p_61{grid-template-columns:1fr}._assistantChoices_1fn4p_42{grid-template-columns:repeat(3,1fr)}._mealGrid_1fn4p_127,._shoppingGrid_1fn4p_137,._recipeGrid_1fn4p_155,._learningGrid_1fn4p_106,._metricGrid_1fn4p_98{grid-template-columns:repeat(2,1fr)}._progressStrip_1fn4p_57{grid-template-columns:repeat(3,1fr)}._progressStrip_1fn4p_57 button{grid-column:1 / -1}}@media(max-width:620px){._header_1fn4p_6{min-height:64px;padding:var(--spacing-2) var(--spacing-3);gap:var(--spacing-2)}._brandMark_1fn4p_8{width:38px;height:38px;border-radius:12px}._brand_1fn4p_7 strong{font-size:.82rem}._headerActions_1fn4p_14>button:first-child{display:none}._headerActions_1fn4p_14>button:last-child{min-height:44px}._main_1fn4p_15{padding:var(--spacing-4) var(--spacing-3)}._intro_1fn4p_16{gap:1.25rem;padding:var(--spacing-6) 1.25rem;border-radius:var(--radius-lg)}._intro_1fn4p_16 h1{font-size:clamp(2.55rem,14vw,3.1rem)}._intro_1fn4p_16>div>p:last-child{font-size:.9rem;line-height:1.55}._preferenceTrigger_1fn4p_24{min-height:72px}._assistantWelcome_1fn4p_37{grid-template-columns:auto 1fr}._assistantWelcome_1fn4p_37>button{grid-column:1 / -1;width:100%}._assistantChoices_1fn4p_42{display:flex;overflow-x:auto;padding-bottom:.4rem;scroll-snap-type:x proximity}._assistantChoice_1fn4p_42,._assistantChoiceActive_1fn4p_43{flex:0 0 155px;scroll-snap-align:start}._assistantNameField_1fn4p_52{grid-template-columns:1fr}._assistantSave_1fn4p_54{align-items:stretch;flex-direction:column}._assistantSave_1fn4p_54 button{width:100%;min-height:44px}._assistantConfirmation_1fn4p_55{margin-left:0}._progressStrip_1fn4p_57{grid-template-columns:1fr;margin:0 0 var(--spacing-6)}._progressStrip_1fn4p_57 button{grid-column:auto}._sectionHeading_1fn4p_116{align-items:flex-start;flex-direction:column}._sectionHeading_1fn4p_116>button{width:100%;min-height:44px}._weekOverview_1fn4p_119{display:flex;gap:.5rem;overflow-x:auto;margin-inline:calc(var(--spacing-3) * -1);padding:0 var(--spacing-3) var(--spacing-2);scroll-snap-type:x proximity}._daySummary_1fn4p_120{flex:0 0 112px;scroll-snap-align:start}._daySummary_1fn4p_120>span svg{display:none}._overviewHint_1fn4p_126{font-size:.68rem}._mealGrid_1fn4p_127,._shoppingGrid_1fn4p_137,._recipeGrid_1fn4p_155,._importPanel_1fn4p_149,._preferenceOptions_1fn4p_30,._learningGrid_1fn4p_106{grid-template-columns:1fr}._tabList_1fn4p_114{width:100%;border-radius:var(--radius);scrollbar-width:none}._tabList_1fn4p_114::-webkit-scrollbar,._weekOverview_1fn4p_119::-webkit-scrollbar,._assistantChoices_1fn4p_42::-webkit-scrollbar{display:none}._confirmRows_1fn4p_80,._wellbeingSection_1fn4p_93{grid-template-columns:1fr}._wellbeingSection_1fn4p_93>button,._wellbeingForm_1fn4p_96>button,._confirmPanel_1fn4p_77>button{width:100%;min-height:44px}._wellbeingForm_1fn4p_96{grid-column:auto}._mealGrid_1fn4p_127 ._dayCard_1fn4p_128{display:none}._mealGrid_1fn4p_127 ._dayCardActive_1fn4p_211{display:block}._recipeCard_1fn4p_156{grid-template-columns:auto minmax(0,1fr)}._recipeCard_1fn4p_156 button{grid-column:1 / -1;width:100%;min-height:44px}._outcomeButtons_1fn4p_84 button,._metricControl_1fn4p_102 button,._servingControl_1fn4p_87 button{min-height:44px}._metricControl_1fn4p_102 button,._servingControl_1fn4p_87 button{width:44px}}._site_19vub_1{min-height:100vh;color:#17382e;background:#f6f3eb;font-family:var(--font-family-base);overflow-x:clip}._header_19vub_9{position:sticky;top:0;z-index:40;min-height:72px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1.5rem;padding:.75rem clamp(1rem,4vw,4rem);color:#fff;background:#0d2f25f5;border-bottom:1px solid rgb(255 255 255 / .1);backdrop-filter:blur(16px)}._brand_19vub_25,._footerBrand_19vub_26{display:inline-flex;align-items:center;gap:.75rem;color:inherit;text-decoration:none;min-width:0;overflow:hidden}._brandMark_19vub_36{width:42px;height:42px;display:grid;place-items:center;color:#16382e;background:#e0c171;border-radius:13px}._brandMark_19vub_36 svg,._footerBrand_19vub_26>svg{width:21px;height:21px}._brand_19vub_25 strong,._brand_19vub_25 small,._footerBrand_19vub_26 strong,._footerBrand_19vub_26 small{display:block}._brand_19vub_25 strong,._footerBrand_19vub_26 strong{font-family:var(--font-family-display);font-size:1.25rem;font-weight:400;line-height:1}._brand_19vub_25 small,._footerBrand_19vub_26 small{margin-top:.2rem;color:#dfc57e;font-size:.57rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._desktopNav_19vub_77{display:flex;gap:1.5rem}._desktopNav_19vub_77 a,._footer_19vub_26 a{color:inherit;font-size:.76rem;font-weight:700;text-decoration:none}._headerButton_19vub_90{justify-self:end;color:#17382e;background:#e0c171;border-color:#e0c171;justify-content:center;text-align:center;white-space:normal}._hero_19vub_100{color:#fff;background:radial-gradient(circle at 78% 18%,rgb(224 193 113 / .22),transparent 30%),linear-gradient(135deg,#0d3026,#174b3b)}._heroInner_19vub_107{width:min(1100px,100%);margin:0 auto;padding:clamp(4rem,9vw,7rem) clamp(1.1rem,5vw,3.5rem)}._eyebrow_19vub_113{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;color:#e2c77d;font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}._eyebrow_19vub_113 svg{width:16px;height:16px}._hero_19vub_100 h1{max-width:900px;margin:0;font-family:var(--font-family-display);font-size:clamp(3rem,7vw,6rem);font-weight:400;line-height:.95;letter-spacing:-.04em}._heroInner_19vub_107>p:last-of-type{max-width:760px;margin:1.4rem 0 0;color:#ffffffb8;font-size:1rem;line-height:1.7}._heroActions_19vub_148{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.8rem}._primaryButton_19vub_155,._goldButton_19vub_156{color:#17382e;background:#e0c171;border-color:#e0c171}._heroOutline_19vub_162{color:#fff;border-color:#ffffff73}._toolNav_19vub_167{width:min(1180px,calc(100% - 2rem));display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin:-1.35rem auto 0;padding:.8rem;background:#fff;border:1px solid #ded9cd;border-radius:1.25rem;box-shadow:0 20px 55px #14382c1f;max-width:100%}._toolNavLink_19vub_181{display:flex;align-items:center;justify-content:center;gap:.55rem;min-height:48px;padding:.7rem;color:#52645b;border-radius:.85rem;font-size:.75rem;font-weight:750;text-align:center;text-decoration:none}._toolNavLink_19vub_181 svg{width:17px;height:17px}._toolNavLink_19vub_181:hover,._activeTool_19vub_202{color:#17382e;background:#eee8da}._content_19vub_207{width:min(1120px,100%);margin:0 auto;padding:clamp(4rem,8vw,7rem) clamp(1rem,4vw,3rem)}._contentWide_19vub_213{width:min(1320px,100%)}._adSlot_19vub_217{min-height:116px;display:grid;place-items:center;align-content:center;gap:.3rem;margin:2rem 0;color:#7a827e;background:#eeeae1;border:1px dashed #cbc5b8;border-radius:1rem;text-align:center}._adSlot_19vub_217 span{font-size:.62rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._adSlot_19vub_217 small{font-size:.68rem}._paidBoundary_19vub_242{width:min(1180px,calc(100% - 2rem));display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:end;margin:0 auto 2rem;padding:clamp(2.2rem,5vw,4.2rem);color:#fff;background:#12382c;border-radius:1.5rem}._paidBoundary_19vub_242 p{margin:0 0 .65rem;color:#dfc57e;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._paidBoundary_19vub_242 h2{max-width:760px;margin:0;font-family:var(--font-family-display);font-size:clamp(2rem,4vw,3.8rem);font-weight:400;line-height:1}._paidBoundary_19vub_242 span{display:block;max-width:760px;margin-top:1rem;color:#ffffffa6;line-height:1.7}._footer_19vub_26{display:grid;grid-template-columns:auto 1fr auto;gap:1.5rem 3rem;align-items:center;padding:2.5rem clamp(1rem,4vw,4rem);color:#fff;background:#0a281f}._footer_19vub_26 p{margin:0;color:#ffffff8c;font-size:.78rem}._footer_19vub_26>div:last-child{display:flex;gap:1rem;color:#e0c171}._tradeNotice_19vub_303{grid-column:1 / -1;color:#ffffff73;font-size:.62rem;line-height:1.5}@media(max-width:900px){._header_19vub_9{grid-template-columns:1fr auto}._desktopNav_19vub_77{display:none}._paidBoundary_19vub_242,._footer_19vub_26{grid-template-columns:1fr}._toolNav_19vub_167{display:flex;gap:.35rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain}._toolNavLink_19vub_181{min-width:190px;justify-content:center;scroll-snap-align:start}._paidBoundary_19vub_242{align-items:start}}@media(max-width:620px){._header_19vub_9{min-height:66px;padding:.65rem .9rem}._headerButton_19vub_90{padding-inline:.75rem;font-size:.72rem;max-width:46vw}._brandMark_19vub_36{width:38px;height:38px}._brand_19vub_25 strong{font-size:1.08rem}._heroInner_19vub_107{padding:4.5rem 1rem 3.5rem}._hero_19vub_100 h1{font-size:clamp(2.55rem,12.5vw,3.65rem)}._heroActions_19vub_148,._heroActions_19vub_148 a{width:100%}._toolNav_19vub_167{width:100%;margin:0;padding:.6rem;border-radius:0}._toolNavLink_19vub_181{font-size:.68rem}._paidBoundary_19vub_242{width:100%;margin-bottom:0;padding:2.5rem 1.1rem;border-radius:0}._paidBoundary_19vub_242 a{width:100%}._footer_19vub_26{padding:2rem 1rem}._footer_19vub_26>div:last-child{flex-direction:column}}@media(max-width:400px){._header_19vub_9{gap:.55rem;padding-inline:.7rem}._brand_19vub_25 small{display:none}._brand_19vub_25 strong{font-size:1.05rem}._brandMark_19vub_36{width:36px;height:36px;flex:0 0 auto}._headerButton_19vub_90{min-height:40px;padding-inline:.6rem;font-size:.65rem}._heroInner_19vub_107{padding:3.8rem .9rem 3.2rem}._toolNavLink_19vub_181{min-width:165px}}._paywall_acirw_1{margin:2rem 0;padding:clamp(1.4rem,4vw,2.5rem);color:#17382e;background:#fff;border:1px solid #ded9cd;border-radius:1.4rem;box-shadow:0 18px 50px #17382e1a}._heading_acirw_2{display:flex;gap:1rem;align-items:flex-start}._heading_acirw_2>span{width:52px;height:52px;display:grid;place-items:center;flex:0 0 auto;color:#17382e;background:#e0c171;border-radius:15px}._heading_acirw_2 svg{width:23px}._heading_acirw_2 p{margin:0 0 .35rem;color:#987126;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._heading_acirw_2 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2rem,4vw,3.3rem);font-weight:400;line-height:1}._heading_acirw_2 small{display:block;margin-top:.7rem;color:#657169}._offers_acirw_3{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.6rem}._offers_acirw_3 article{display:flex;flex-direction:column;padding:1.5rem;background:#f6f3eb;border:1px solid #ded9cd;border-radius:1.1rem}._offers_acirw_3 article>small{color:#987126;font-size:.68rem;font-weight:800;text-transform:uppercase}._offers_acirw_3 article>small svg{width:14px;vertical-align:middle}._offers_acirw_3 h3{margin:.8rem 0 .4rem;font-family:var(--font-family-display);font-size:1.65rem;font-weight:400}._offers_acirw_3 strong{font-size:2rem}._offers_acirw_3 strong span{font-size:.8rem;font-weight:700}._offers_acirw_3 p{display:flex;gap:.45rem;color:#657169;line-height:1.6}._offers_acirw_3 p svg{width:17px;flex:0 0 auto;margin-top:.28rem}._offers_acirw_3 button{margin-top:auto}._featured_acirw_3{color:#fff!important;background:#17382e!important;border-color:#17382e!important}._featured_acirw_3 p{color:#ffffffad!important}._featured_acirw_3 button{color:#17382e;background:#e0c171;border-color:#e0c171}._tipRow_acirw_4{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem;padding:1rem 1.15rem;background:#eee8da;border-radius:1rem}._tipRow_acirw_4>div{display:flex;align-items:center;gap:.75rem}._tipRow_acirw_4 svg{width:22px;color:#987126}._tipRow_acirw_4 span strong,._tipRow_acirw_4 span small{display:block}._tipRow_acirw_4 span small{margin-top:.2rem;color:#657169}._error_acirw_4{color:#9b2c2c;font-weight:700}._note_acirw_4{display:block;margin-top:1rem;color:#7d817d;line-height:1.5}@media(max-width:700px){._offers_acirw_3{grid-template-columns:1fr}._tipRow_acirw_4{align-items:stretch;flex-direction:column}._tipRow_acirw_4 a{width:100%}}._toolPanel_11r1m_1{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.42fr);gap:1rem}._formPanel_11r1m_2,._summaryPanel_11r1m_2,._resultCard_11r1m_2,._guideSection_11r1m_2,._seoCopy_11r1m_2{background:#fff;border:1px solid #ded9cd;border-radius:1.3rem;box-shadow:0 14px 38px #17382e0d}._formPanel_11r1m_2{padding:clamp(1.4rem,4vw,2.4rem)}._kicker_11r1m_4{display:flex;align-items:center;gap:.5rem;margin:0 0 .7rem;color:#987126;font-size:.65rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._kicker_11r1m_4 svg{width:16px;height:16px}._formPanel_11r1m_2 h2,._resultsHeading_11r1m_6 h2,._guideSection_11r1m_2 h2,._seoCopy_11r1m_2 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2rem,4vw,3.4rem);font-weight:400;line-height:1}._formGrid_11r1m_7{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.8rem}._formGrid_11r1m_7 label{display:grid;gap:.45rem;color:#4d5f56;font-size:.72rem;font-weight:750}._quantityField_11r1m_9{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.5rem}._quantityField_11r1m_9 span{color:#6a776f;font-size:.72rem}._calculateButton_11r1m_11{min-height:50px;margin-top:1.2rem;color:#17382e;background:#e0c171;border-color:#e0c171}._note_11r1m_12{display:flex;gap:.5rem;align-items:flex-start;margin:1rem 0 0;color:#707a74;font-size:.67rem;line-height:1.55}._note_11r1m_12 svg{width:16px;height:16px;flex:0 0 auto}._summaryPanel_11r1m_2{display:flex;flex-direction:column;justify-content:center;padding:2rem;color:#fff;background:#163d31;border-color:#163d31}._summaryPanel_11r1m_2>span{width:50px;height:50px;display:grid;place-items:center;color:#17382e;background:#e0c171;border-radius:15px}._summaryPanel_11r1m_2>span svg{width:23px;height:23px}._summaryPanel_11r1m_2 p{margin:1.6rem 0 .45rem;color:#e0c171;font-size:.62rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._summaryPanel_11r1m_2 h3{margin:0;font-family:var(--font-family-display);font-size:2rem;font-weight:400;line-height:1.05}._summaryPanel_11r1m_2 strong{margin-top:.7rem;color:#ffffffc7}._summaryPanel_11r1m_2 small{margin-top:.5rem;color:#ffffff7a}._resultsSection_11r1m_21{margin-top:1.5rem}._resultsHeading_11r1m_6{max-width:700px;margin-bottom:1.5rem}._resultsGrid_11r1m_23{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}._resultCard_11r1m_2{padding:1.5rem}._resultTop_11r1m_25{display:flex;justify-content:space-between;gap:.8rem;align-items:flex-start}._resultTop_11r1m_25>span{color:#9a742d;font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}._resultTop_11r1m_25>div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.35rem}._resultTop_11r1m_25 small{padding:.28rem .48rem;color:#36584b;background:#eee9dc;border-radius:999px;font-size:.56rem;font-weight:750}._resultCard_11r1m_2 h3{margin:1.5rem 0 .5rem;font-family:var(--font-family-display);font-size:1.8rem;font-weight:400}._ratio_11r1m_30{margin:0;color:#8f6826;font-weight:800}._resultCard_11r1m_2 dl{display:grid;gap:1rem;margin:1.5rem 0 0}._resultCard_11r1m_2 dl>div{padding-top:.9rem;border-top:1px solid #e4dfd4}._resultCard_11r1m_2 dt{margin-bottom:.35rem;color:#345448;font-size:.65rem;font-weight:800;text-transform:uppercase}._resultCard_11r1m_2 dd{margin:0;color:#657169;font-size:.8rem;line-height:1.6}._watch_11r1m_35 dt{display:flex;align-items:center;gap:.35rem;color:#946223}._watch_11r1m_35 dt svg{width:14px;height:14px}._guideSection_11r1m_2{display:grid;grid-template-columns:1fr .8fr;gap:2rem;margin-top:2rem;padding:2rem}._guideSection_11r1m_2 ul{display:grid;gap:.75rem;margin:0;padding:0;list-style:none}._guideSection_11r1m_2 li{display:flex;gap:.55rem;color:#52635a;line-height:1.5}._guideSection_11r1m_2 li svg{width:17px;height:17px;flex:0 0 auto;color:#9a742d}._seoCopy_11r1m_2{margin-top:1rem;padding:2rem}._seoCopy_11r1m_2 h2{font-size:2rem}._seoCopy_11r1m_2 p{max-width:850px;color:#657169;line-height:1.75}@media(max-width:900px){._toolPanel_11r1m_1,._formGrid_11r1m_7,._resultsGrid_11r1m_23,._guideSection_11r1m_2{grid-template-columns:1fr}}@media(max-width:560px){._formPanel_11r1m_2,._summaryPanel_11r1m_2,._resultCard_11r1m_2,._guideSection_11r1m_2,._seoCopy_11r1m_2{padding:1.2rem}._calculateButton_11r1m_11{width:100%}}@media(max-width:400px){._formPanel_11r1m_2,._summaryPanel_11r1m_2,._resultCard_11r1m_2,._guideSection_11r1m_2,._seoCopy_11r1m_2{padding:1rem;border-radius:1rem}._quantityField_11r1m_9{grid-template-columns:minmax(0,1fr)}._resultTop_11r1m_25{align-items:flex-start;flex-direction:column}._resultTop_11r1m_25>div{justify-content:flex-start}}._site_j8kqt_1{min-height:100vh;overflow-x:clip;color:#213c32;background:#f6f3eb;font-family:var(--font-family-base)}._header_j8kqt_9{min-height:72px;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem clamp(1rem,4vw,4rem);color:#fff;background:#0d3026}._brand_j8kqt_20{display:inline-flex;align-items:center;gap:.75rem;color:inherit;text-decoration:none;min-width:0;overflow:hidden}._brand_j8kqt_20>span{width:42px;height:42px;display:grid;place-items:center;color:#17382e;background:#e0c171;border-radius:13px}._brand_j8kqt_20>span svg{width:21px;height:21px}._brand_j8kqt_20 strong,._brand_j8kqt_20 small{display:block}._brand_j8kqt_20 strong{font-family:var(--font-family-display);font-size:1.25rem;font-weight:400;line-height:1}._brand_j8kqt_20 small{margin-top:.2rem;color:#dfc57e;font-size:.56rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._backButton_j8kqt_44{color:#fff;border-color:#ffffff61;flex:0 0 auto;justify-content:center;text-align:center;white-space:normal}._hero_j8kqt_46{color:#fff;background:radial-gradient(circle at 85% 10%,rgb(224 193 113 / .2),transparent 31%),linear-gradient(135deg,#0c2d24,#174c3b)}._hero_j8kqt_46>div{width:min(1180px,100%);margin:0 auto;padding:clamp(4.8rem,9vw,7.6rem) clamp(1rem,5vw,3.5rem)}._hero_j8kqt_46 p{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;color:#e0c171;font-size:.66rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}._hero_j8kqt_46 p svg{width:17px;height:17px}._hero_j8kqt_46 h1{max-width:980px;margin:0;font-family:var(--font-family-display);font-size:clamp(3.3rem,7vw,6.5rem);font-weight:400;line-height:.93;letter-spacing:-.045em}._hero_j8kqt_46>div>span{display:block;max-width:790px;margin:1.4rem 0 0;color:#ffffffb8;line-height:1.75}._heroNotes_j8kqt_72{display:flex;flex-wrap:wrap;gap:.7rem 1.3rem;margin-top:1.7rem}._heroNotes_j8kqt_72 span{display:inline-flex;align-items:center;gap:.45rem;color:#ffffff96;font-size:.69rem}._heroNotes_j8kqt_72 svg{width:16px;height:16px;color:#e0c171}._form_j8kqt_76{width:min(1180px,100%);display:grid;gap:1rem;margin:0 auto;padding:clamp(4rem,8vw,7rem) clamp(1rem,4vw,3rem)}._formSection_j8kqt_84{padding:clamp(1.4rem,4vw,2.5rem);background:#fffc;border:1px solid #ded8cb;border-radius:1.35rem;box-shadow:0 14px 38px #17382e0d}._sectionHeading_j8kqt_92{display:flex;gap:1rem;align-items:flex-start;margin-bottom:2rem}._sectionHeading_j8kqt_92>span{width:48px;height:48px;flex:0 0 auto;display:grid;place-items:center;color:#fff;background:#173f32;border-radius:14px;font-size:.68rem;font-weight:800}._sectionHeading_j8kqt_92>span svg{width:22px;height:22px}._sectionHeading_j8kqt_92 p{margin:0 0 .45rem;color:#9b7228;font-size:.64rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._sectionHeading_j8kqt_92 h2,._consentSection_j8kqt_96 h2,._successCard_j8kqt_96 h1{margin:0;font-family:var(--font-family-display);font-size:clamp(2rem,4vw,3.4rem);font-weight:400;line-height:1}._twoColumns_j8kqt_97,._priorityGrid_j8kqt_97{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}._prioritySection_j8kqt_99{color:#fff;background:radial-gradient(circle at 90% 5%,rgb(224 193 113 / .15),transparent 30%),#12382c;border-color:#12382c}._prioritySection_j8kqt_99 ._sectionHeading_j8kqt_92>span{color:#17382e;background:#e0c171}._prioritySection_j8kqt_99 ._sectionHeading_j8kqt_92 p{color:#e0c171}._prioritySection_j8kqt_99 h2{color:#fff}._prioritySection_j8kqt_99 label,._prioritySection_j8kqt_99 p{color:#ffffffc7}._prioritySection_j8kqt_99 textarea{color:#17382e;background:#f8f5ed}._extraSection_j8kqt_110{background:#ece6d8;border-color:#d7c79f}._form_j8kqt_76 label small{color:#8b8172;font-size:.6rem;font-weight:600}._form_j8kqt_76 textarea{min-height:120px}._form_j8kqt_76 input,._form_j8kqt_76 textarea{width:100%}._consentSection_j8kqt_96{display:grid;grid-template-columns:minmax(0,.9fr) minmax(340px,.75fr);gap:2rem;padding:clamp(1.5rem,4vw,2.6rem);color:#fff;background:#12382c;border-radius:1.35rem}._consentSection_j8kqt_96>div:first-child>p{margin:0 0 .55rem;color:#e0c171;font-size:.64rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._consentSection_j8kqt_96>div:first-child>span{display:block;margin:1rem 0 1.3rem;color:#ffffffad;line-height:1.7}._consentControls_j8kqt_127{display:grid;gap:1rem;padding:1.2rem;color:#17382e;background:#f8f5ed;border-radius:1rem}._checkboxRow_j8kqt_128{display:flex;gap:.75rem;align-items:flex-start}._checkboxRow_j8kqt_128>div:last-child{min-width:0}._checkboxRow_j8kqt_128 label{font-size:.78rem;line-height:1.45;cursor:pointer}._submitButton_j8kqt_131{width:100%;min-height:52px;color:#17382e;background:#e0c171;border-color:#e0c171}._consentControls_j8kqt_127>small{color:#6f7872;font-size:.62rem;line-height:1.45;text-align:center}._error_j8kqt_133{margin:0;color:#a3322c;font-size:.75rem;font-weight:750}._honeypot_j8kqt_134{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}._footer_j8kqt_136{display:flex;justify-content:space-between;align-items:center;gap:1rem 2rem;padding:2rem clamp(1rem,4vw,4rem);color:#ffffff8c;background:#0a281f;font-size:.7rem}._successMain_j8kqt_137{min-height:calc(100vh - 72px);display:grid;place-items:center;padding:2rem;background:radial-gradient(circle at 75% 10%,rgb(224 193 113 / .15),transparent 30%),#f6f3eb}._successCard_j8kqt_96{width:min(760px,100%);padding:clamp(2rem,6vw,4rem);background:#fff;border:1px solid #ded8cb;border-radius:1.5rem;box-shadow:0 24px 70px #17382e1f;text-align:center}._successCard_j8kqt_96>span{width:68px;height:68px;display:grid;place-items:center;margin:0 auto;color:#17382e;background:#e0c171;border-radius:20px}._successCard_j8kqt_96>span svg{width:32px;height:32px}._successCard_j8kqt_96>p:first-of-type{margin:1.4rem 0 .6rem;color:#9b7228;font-size:.66rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._successCard_j8kqt_96>strong{display:block;margin:1.2rem 0;color:#174839}._successCard_j8kqt_96>p:last-of-type{color:#617068;line-height:1.7}._successActions_j8kqt_144{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:1.5rem}._successCard_j8kqt_96>small{display:block;margin-top:1.3rem;color:#777f79;line-height:1.55}@media(max-width:800px){._twoColumns_j8kqt_97,._priorityGrid_j8kqt_97,._consentSection_j8kqt_96{grid-template-columns:1fr}._footer_j8kqt_136{align-items:flex-start;flex-direction:column}}@media(max-width:600px){._header_j8kqt_9{gap:.55rem;padding-inline:.8rem}._backButton_j8kqt_44{padding-inline:.65rem;font-size:.66rem}._hero_j8kqt_46 h1{font-size:clamp(2.6rem,12.5vw,3.65rem)}._formSection_j8kqt_84{padding:1.2rem}._sectionHeading_j8kqt_92{gap:.75rem}._sectionHeading_j8kqt_92>span{width:42px;height:42px}._successActions_j8kqt_144,._successActions_j8kqt_144 a{width:100%}}@media(max-width:400px){._brand_j8kqt_20 small{display:none}._brand_j8kqt_20>span{width:36px;height:36px;flex:0 0 auto}._brand_j8kqt_20 strong{font-size:1.05rem}._backButton_j8kqt_44 svg{display:none}._backButton_j8kqt_44{max-width:45%;min-height:40px;padding-inline:.55rem}._hero_j8kqt_46>div{padding:3.8rem .9rem 3.2rem}._form_j8kqt_76{padding:3.2rem .8rem}._formSection_j8kqt_84{padding:1rem;border-radius:1rem}._sectionHeading_j8kqt_92{align-items:center}._sectionHeading_j8kqt_92 h2,._consentSection_j8kqt_96 h2,._successCard_j8kqt_96 h1{font-size:clamp(1.85rem,9.5vw,2.55rem)}}._site_bsjun_1{min-height:100vh;overflow-x:clip;color:#17382e;background:#f6f3eb;font-family:var(--font-family-base)}._header_bsjun_9{position:sticky;top:0;z-index:40;min-height:72px;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding:.75rem clamp(1rem,4vw,4rem);color:#fff;background:#0b2a21f2;border-bottom:1px solid rgb(255 255 255 / .1);backdrop-filter:blur(18px)}._brand_bsjun_25{display:inline-flex;align-items:center;gap:.75rem;color:inherit;text-decoration:none;min-width:0;overflow:hidden}._brand_bsjun_25>span{width:42px;height:42px;display:grid;place-items:center;color:#17382e;background:linear-gradient(145deg,#ecd390,#bd8f36);border-radius:13px;box-shadow:inset 0 1px #ffffff73,0 12px 28px #0000002e}._brand_bsjun_25 strong,._brand_bsjun_25 small{display:block}._brand_bsjun_25 strong{font-family:var(--font-family-display);font-size:1.25rem;font-weight:400;line-height:1}._brand_bsjun_25 small{margin-top:.2rem;color:#dfc57e;font-size:.56rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}._backButton_bsjun_67{color:#fff;border-color:#ffffff5c;flex:0 0 auto;justify-content:center;text-align:center;white-space:normal}._hero_bsjun_76{position:relative;isolation:isolate;overflow:hidden;color:#fff;background:radial-gradient(circle at 85% 12%,rgb(224 193 113 / .18),transparent 34%),linear-gradient(135deg,#0b2b22,#174c3b)}._heroGlow_bsjun_86{position:absolute;width:480px;height:480px;right:-120px;bottom:-220px;border:1px solid rgb(224 193 113 / .24);border-radius:50%;box-shadow:0 0 0 54px #e0c17109,0 0 0 108px #e0c17106}._heroInner_bsjun_97{width:min(1240px,100%);margin:0 auto;padding:clamp(5.2rem,10vw,8rem) clamp(1rem,5vw,3.5rem)}._eyebrow_bsjun_103,._kicker_bsjun_104{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:.66rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}._eyebrow_bsjun_103{color:#e0c171}._kicker_bsjun_104{color:#9b7228}._eyebrow_bsjun_103 svg,._kicker_bsjun_104 svg{width:16px;height:16px}._hero_bsjun_76 h1{max-width:980px;margin:0;font-family:var(--font-family-display);font-size:clamp(3.2rem,7vw,6.6rem);font-weight:400;line-height:.93;letter-spacing:-.045em}._heroInner_bsjun_97>p:last-of-type{max-width:760px;margin:1.5rem 0 0;color:#ffffffb8;font-size:1.02rem;line-height:1.75}._heroTrust_bsjun_138{display:flex;flex-wrap:wrap;gap:.75rem 1.4rem;margin-top:2rem}._heroTrust_bsjun_138 span{display:inline-flex;align-items:center;gap:.45rem;color:#ffffffa1;font-size:.72rem;font-weight:650}._heroTrust_bsjun_138 svg{width:16px;height:16px;color:#e0c171}._metricsSection_bsjun_156,._feedSection_bsjun_157{width:min(1240px,100%);margin:0 auto;padding:clamp(5rem,9vw,8rem) clamp(1rem,4vw,3rem)}._sectionIntro_bsjun_163,._feedHeader_bsjun_164{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);gap:2rem 5rem;align-items:end;margin-bottom:2.5rem}._sectionIntro_bsjun_163 h2,._feedHeader_bsjun_164 h2,._boundarySection_bsjun_174 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2.6rem,5vw,4.7rem);font-weight:400;line-height:.98;letter-spacing:-.035em}._sectionIntro_bsjun_163>p{margin:0;color:#657169;line-height:1.75}._sectionIntro_bsjun_163>p a{color:#174839;font-weight:760}._metricsGrid_bsjun_194{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}._metricsGrid_bsjun_194 article{min-height:220px;padding:1.5rem;background:radial-gradient(circle at 90% 10%,rgb(224 193 113 / .13),transparent 34%),#ffffffc4;border:1px solid #ddd8cc;border-radius:1.25rem;box-shadow:0 16px 42px #18392e0f;transition:transform .18s ease,box-shadow .18s ease}._metricsGrid_bsjun_194 article:hover{transform:translateY(-4px);box-shadow:0 24px 52px #18392e1a}._metricsGrid_bsjun_194 strong{display:block;color:#173f32;font-family:var(--font-family-display);font-size:3rem;font-weight:400}._metricsGrid_bsjun_194 p{margin:1.5rem 0 .8rem;line-height:1.45}._metricsGrid_bsjun_194 small{color:#8b806f;font-size:.64rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}._marketReading_bsjun_226{display:flex;gap:.9rem;align-items:flex-start;margin-top:1rem;padding:1.25rem 1.4rem;color:#fff;background:#173f32;border-radius:1.1rem}._marketReading_bsjun_226 svg{width:22px;height:22px;flex:0 0 auto;color:#e0c171}._marketReading_bsjun_226 p{margin:0;color:#ffffffad;line-height:1.65}._marketReading_bsjun_226 strong{color:#fff}._feedSection_bsjun_157{padding-top:0}._statusBlock_bsjun_242{display:grid;justify-items:start;gap:.55rem}._liveStatus_bsjun_248,._fallbackStatus_bsjun_249{display:inline-flex;align-items:center;min-height:30px;padding:.3rem .65rem;border-radius:999px;font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}._liveStatus_bsjun_248{color:#174839;background:#dcecdf;border:1px solid #b9d5bf}._fallbackStatus_bsjun_249{color:#755a24;background:#efe4c8;border:1px solid #d8c390}._statusBlock_bsjun_242 small{display:flex;align-items:center;gap:.4rem;color:#7d817b}._statusBlock_bsjun_242 small svg{width:14px;height:14px}._statusBlock_bsjun_242 button,._filters_bsjun_266 button{appearance:none;font:inherit;cursor:pointer}._statusBlock_bsjun_242 button{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .8rem;color:#174839;background:transparent;border:1px solid #bfb7a7;border-radius:.75rem;font-size:.7rem;font-weight:750}._statusBlock_bsjun_242 button svg{width:15px;height:15px}._filters_bsjun_266{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1.5rem}._filters_bsjun_266 button{padding:.65rem .9rem;color:#5d6a63;background:#ffffffb3;border:1px solid #ddd7cb;border-radius:999px;font-size:.68rem;font-weight:750;text-transform:capitalize;transition:background .16s ease,color .16s ease,transform .16s ease}._filters_bsjun_266 button:hover,._filters_bsjun_266 ._activeFilter_bsjun_303{color:#fff;background:#173f32;border-color:#173f32;transform:translateY(-1px)}._insightGrid_bsjun_310{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}._insightCard_bsjun_316{display:flex;flex-direction:column;min-height:500px;padding:1.55rem;background:linear-gradient(145deg,#ffffffed,#f9f6eee0);border:1px solid #ddd7ca;border-radius:1.3rem;box-shadow:0 16px 42px #16372c0f;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}._insightCard_bsjun_316:hover{transform:translateY(-5px);border-color:#c9b06e;box-shadow:0 26px 58px #16372c1c}._cardMeta_bsjun_334{display:flex;justify-content:space-between;gap:.7rem}._cardMeta_bsjun_334 span{color:#8e6b2c;font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}._insightCard_bsjun_316>small{margin-top:1rem;color:#8b8171;font-size:.62rem;text-transform:capitalize}._insightCard_bsjun_316 h3{margin:1rem 0 .8rem;font-family:var(--font-family-display);font-size:2rem;font-weight:400;line-height:1.05}._insightCard_bsjun_316>p{margin:0;color:#657169;line-height:1.65}._operatorSignal_bsjun_340{margin:1.4rem 0;padding:1rem;background:#ece7da;border-left:2px solid #c49a45;border-radius:0 .75rem .75rem 0}._operatorSignal_bsjun_340 strong,._operatorSignal_bsjun_340 span{display:block}._operatorSignal_bsjun_340 strong{margin-bottom:.35rem;color:#8d6828;font-size:.63rem;letter-spacing:.09em;text-transform:uppercase}._operatorSignal_bsjun_340 span{color:#44584f;font-size:.78rem;line-height:1.55}._insightCard_bsjun_316 a{display:inline-flex;align-items:center;gap:.4rem;width:fit-content;margin-top:auto;color:#174839;font-size:.72rem;font-weight:800;text-decoration:none}._insightCard_bsjun_316 a svg{width:15px;height:15px}._loading_bsjun_366,._error_bsjun_367,._empty_bsjun_368{grid-column:1 / -1;padding:2rem;color:#657169;background:#fff;border:1px solid #ddd7cb;border-radius:1rem;text-align:center}._error_bsjun_367{margin-bottom:1rem;color:#7b332f;background:#f5e6e2;border-color:#ddbbb3}._boundarySection_bsjun_174{width:min(1180px,calc(100% - 2rem));display:grid;grid-template-columns:auto 1fr auto;gap:1.4rem 2.5rem;align-items:center;margin:0 auto 2rem;padding:clamp(2rem,5vw,4rem);color:#fff;background:radial-gradient(circle at 88% 12%,rgb(224 193 113 / .18),transparent 32%),#12382c;border-radius:1.5rem}._boundarySection_bsjun_174>svg{width:34px;height:34px;color:#e0c171}._boundarySection_bsjun_174 h2{font-size:clamp(2rem,4vw,3.4rem)}._boundarySection_bsjun_174 p{margin:.8rem 0 0;color:#ffffffab;line-height:1.65}._boundarySection_bsjun_174 a{color:#17382e;background:#e0c171;border-color:#e0c171}._footer_bsjun_388{display:flex;justify-content:space-between;align-items:center;gap:1rem 2rem;padding:2rem clamp(1rem,4vw,4rem);color:#ffffff8c;background:#0a281f;font-size:.72rem}@media(max-width:980px){._sectionIntro_bsjun_163,._feedHeader_bsjun_164,._boundarySection_bsjun_174{grid-template-columns:1fr}._metricsGrid_bsjun_194,._insightGrid_bsjun_310{grid-template-columns:repeat(2,minmax(0,1fr))}._boundarySection_bsjun_174>svg{display:none}}@media(max-width:640px){._header_bsjun_9{min-height:66px;gap:.55rem;padding:.65rem .8rem}._backButton_bsjun_67{padding-inline:.65rem;font-size:.67rem}._heroInner_bsjun_97{padding:4.8rem 1rem 4rem}._hero_bsjun_76 h1{font-size:clamp(2.65rem,12.5vw,3.7rem);line-height:.96}._metricsSection_bsjun_156,._feedSection_bsjun_157{padding:4.5rem 1rem}._metricsGrid_bsjun_194,._insightGrid_bsjun_310{grid-template-columns:1fr}._metricsGrid_bsjun_194 article,._insightCard_bsjun_316{min-height:auto}._boundarySection_bsjun_174{width:100%;margin-bottom:0;border-radius:0}._boundarySection_bsjun_174 a{width:100%}._footer_bsjun_388{align-items:flex-start;flex-direction:column}}@media(max-width:400px){._brand_bsjun_25 small{display:none}._brand_bsjun_25>span{width:36px;height:36px;flex:0 0 auto}._brand_bsjun_25 strong{font-size:1.05rem}._backButton_bsjun_67 svg{display:none}._backButton_bsjun_67{max-width:46%;min-height:40px;padding-inline:.55rem;font-size:.64rem}._heroInner_bsjun_97{padding:3.8rem .9rem 3.3rem}._metricsSection_bsjun_156,._feedSection_bsjun_157{padding:3.8rem .9rem}._sectionIntro_bsjun_163 h2,._feedHeader_bsjun_164 h2,._boundarySection_bsjun_174 h2{font-size:clamp(2.1rem,10.5vw,2.85rem)}._filters_bsjun_266{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}._filters_bsjun_266 button{width:100%;padding-inline:.55rem}}@media(prefers-reduced-motion:reduce){._metricsGrid_bsjun_194 article,._insightCard_bsjun_316,._filters_bsjun_266 button{transition:none}}._introGrid_1osv8_1{display:grid;grid-template-columns:1fr .8fr;gap:2rem 5rem;align-items:end}._introGrid_1osv8_1 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2.4rem,5vw,4.5rem);font-weight:400;line-height:1;letter-spacing:-.035em}._introGrid_1osv8_1>p{margin:0;color:#657169;line-height:1.75}._kicker_1osv8_23{display:flex;align-items:center;gap:.5rem;margin:0 0 .8rem;color:#9b7228;font-size:.66rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}._kicker_1osv8_23 svg{width:16px;height:16px}._toolGrid_1osv8_40,._boundaryGrid_1osv8_41{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._toolCard_1osv8_47{display:flex;flex-direction:column;min-height:430px;padding:1.8rem;background:#fff;border:1px solid #ded9cd;border-radius:1.35rem;box-shadow:0 14px 38px #17382e0f;color:#17382e;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}._toolCard_1osv8_47:hover,._toolCard_1osv8_47:focus-visible{transform:translateY(-5px);border-color:#c8ab63;box-shadow:0 24px 54px #17382e1f;outline:none}._iconBox_1osv8_69{width:52px;height:52px;display:grid;place-items:center;color:#fff;background:#173f32;border-radius:15px}._iconBox_1osv8_69 svg{width:23px;height:23px}._toolCard_1osv8_47 h2{margin:1.8rem 0 .8rem;font-family:var(--font-family-display);font-size:2rem;font-weight:400;line-height:1.05}._toolCard_1osv8_47>p{margin:0;color:#657169;line-height:1.7}._toolCard_1osv8_47 small{display:flex;gap:.45rem;align-items:flex-start;margin:1.2rem 0;color:#8a8171;font-size:.65rem;line-height:1.5}._toolCard_1osv8_47 small svg{width:14px;height:14px;flex:0 0 auto;margin-top:.15rem}._toolButton_1osv8_115{width:100%;margin-top:auto;color:#17382e;background:#e0c171;border-color:#e0c171;display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;border-radius:.75rem;font-size:.72rem;font-weight:800}._boundaryGrid_1osv8_41{grid-template-columns:repeat(2,1fr);margin-top:1rem}._boundaryGrid_1osv8_41 article{padding:1.5rem;background:#ece7da;border:1px solid #ddd7ca;border-radius:1.1rem}._boundaryGrid_1osv8_41 svg{width:24px;height:24px;color:#987126}._boundaryGrid_1osv8_41 h3{margin:1rem 0 .5rem;font-family:var(--font-family-display);font-size:1.55rem;font-weight:400}._boundaryGrid_1osv8_41 p{margin:0;color:#657169;line-height:1.65}._shareSection_1osv8_162{display:grid;grid-template-columns:auto 1fr auto;gap:1.25rem 1.5rem;align-items:center;margin:1rem 0;padding:clamp(1.5rem,4vw,2.4rem);color:#fff;background:linear-gradient(135deg,#12382c,#1d4d3c);border:1px solid rgb(224 193 113 / .3);border-radius:1.35rem;box-shadow:0 18px 45px #17382e1f}._shareIcon_1osv8_176{width:54px;height:54px;display:grid;place-items:center;color:#17382e;background:#e0c171;border-radius:16px}._shareIcon_1osv8_176 svg{width:24px;height:24px}._shareSection_1osv8_162 p{margin:0 0 .35rem;color:#e2c77d;font-size:.68rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}._shareSection_1osv8_162 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(1.7rem,3vw,2.5rem);font-weight:400;line-height:1.05}._shareSection_1osv8_162 div>span{display:block;margin-top:.65rem;color:#ffffffad;line-height:1.6}._shareButton_1osv8_215{color:#17382e;background:#e0c171;border-color:#e0c171;white-space:nowrap}@media(max-width:900px){._introGrid_1osv8_1,._toolGrid_1osv8_40,._boundaryGrid_1osv8_41{grid-template-columns:1fr}._toolCard_1osv8_47{min-height:auto}._toolButton_1osv8_115{margin-top:1.5rem}._shareSection_1osv8_162{grid-template-columns:auto 1fr}._shareButton_1osv8_215{grid-column:1 / -1;width:100%}}._shell_1yo4o_1{min-height:100vh;color:#ead5cf;background:#0d0708}._shell_1yo4o_1 header{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1rem clamp(1rem,4vw,4rem);border-bottom:1px solid #4a2526;background:#160b0c}._shell_1yo4o_1 header a{display:flex;gap:.4rem;align-items:center;color:#e0a096;text-decoration:none}._shell_1yo4o_1 header strong{font-size:.68rem;letter-spacing:.12em}._shell_1yo4o_1 main{width:min(1100px,100%);margin:auto;padding:clamp(1rem,4vw,3rem)}._hero_1yo4o_1{padding:clamp(2rem,6vw,5rem);border-radius:1.5rem;background:linear-gradient(120deg,#211011,#581f22)}._hero_1yo4o_1 p{display:flex;gap:.4rem;align-items:center;color:#e99a89;font-size:.68rem;font-weight:800;letter-spacing:.14em}._hero_1yo4o_1 h1{max-width:760px;margin:.5rem 0 1rem;font-family:var(--font-family-display);font-size:clamp(2.7rem,6vw,5.5rem);font-weight:400;line-height:.92}._hero_1yo4o_1 span{color:#d4b2ab;line-height:1.6}._code_1yo4o_1,._grid_1yo4o_1>article,._official_1yo4o_1>div{margin-top:1rem;padding:clamp(1.2rem,3vw,2rem);border:1px solid #4a2526;border-radius:1.25rem;background:#180d0e}._code_1yo4o_1 h2,._grid_1yo4o_1 h2,._official_1yo4o_1 h2{margin-top:0;font-family:var(--font-family-display);font-size:1.8rem;font-weight:400}._code_1yo4o_1>div{display:grid;grid-template-columns:repeat(5,1fr);gap:.6rem}._code_1yo4o_1 article{padding:.9rem;border-radius:.9rem;background:#241314}._code_1yo4o_1 article>strong{display:grid;width:30px;height:30px;place-items:center;color:#fff0ea;border-radius:50%;background:#8f3435}._code_1yo4o_1 h3{margin:.7rem 0 .35rem;font-size:.78rem}._code_1yo4o_1 p,._grid_1yo4o_1 p,._official_1yo4o_1 p,._grid_1yo4o_1 li{color:#b58e87;font-size:.7rem;line-height:1.55}._grid_1yo4o_1,._official_1yo4o_1{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._checklist_1yo4o_1{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}._checklist_1yo4o_1 span{display:flex;gap:.4rem;align-items:center;color:#d8bbb5;font-size:.7rem}._checklist_1yo4o_1 svg{color:#cf7869}._grid_1yo4o_1 li{margin-bottom:.45rem}._official_1yo4o_1>div{display:grid;align-content:start;gap:.55rem}._official_1yo4o_1>div>svg{color:#d47a69}._official_1yo4o_1 a{width:100%}._sourceNote_1yo4o_1{display:flex;gap:.4rem;align-items:flex-start;color:#9d7772;font-size:.62rem;line-height:1.5}._beacon_1yo4o_2{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;margin-top:1rem;padding:clamp(1.2rem,3vw,2rem);color:#ead5cf;border:1px solid #734043;border-radius:1.25rem;background:linear-gradient(120deg,#211011,#3b1719)}._beacon_1yo4o_2>svg{color:#e18475}._beacon_1yo4o_2 p{margin:0 0 .35rem;color:#d47a69;font-size:.62rem;font-weight:800;letter-spacing:.12em}._beacon_1yo4o_2 h2{margin:0 0 .45rem;font-family:var(--font-family-display);font-size:1.8rem;font-weight:400}._beacon_1yo4o_2 span{color:#c19d96;font-size:.7rem;line-height:1.55}._beacon_1yo4o_2>div:last-child{display:grid;gap:.5rem;min-width:210px}._beacon_1yo4o_2 a{width:100%}._water_1yo4o_3{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:start;margin-top:1rem;padding:clamp(1.2rem,3vw,2rem);border:1px solid #355f64;border-radius:1.25rem;background:linear-gradient(120deg,#101b1c,#183033)}._water_1yo4o_3>svg{color:#7fc1c7}._water_1yo4o_3 p{margin:0 0 .35rem;color:#7fc1c7;font-size:.62rem;font-weight:800;letter-spacing:.12em}._water_1yo4o_3 h2{margin:0 0 .45rem;font-family:var(--font-family-display);font-size:1.8rem;font-weight:400}._water_1yo4o_3>div>span{color:#a9c1c2;font-size:.7rem;line-height:1.55}._water_1yo4o_3>div:last-child{display:grid;gap:.5rem;min-width:210px}._water_1yo4o_3 a{width:100%}._waterRules_1yo4o_3{display:grid;grid-template-columns:auto 1fr;gap:.4rem .65rem;margin-top:.8rem;padding-top:.8rem;border-top:1px solid rgb(127 193 199 / .2)}._waterRules_1yo4o_3 strong{color:#c9e2e2;font-size:.66rem}._waterRules_1yo4o_3 span{color:#91adaf;font-size:.64rem;line-height:1.4}@media(max-width:800px){._code_1yo4o_1>div{grid-template-columns:1fr 1fr}._grid_1yo4o_1,._official_1yo4o_1,._beacon_1yo4o_2,._water_1yo4o_3{grid-template-columns:1fr}._beacon_1yo4o_2>div:last-child,._water_1yo4o_3>div:last-child{min-width:0}}@media(max-width:520px){._shell_1yo4o_1 header{align-items:flex-start;flex-direction:column}._code_1yo4o_1>div,._checklist_1yo4o_1,._waterRules_1yo4o_3{grid-template-columns:1fr}._hero_1yo4o_1{padding:2rem 1.25rem}}._site_y6bbg_1{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;color:#17382e;background:radial-gradient(circle at 50% 5%,rgb(224 193 113/.2),transparent 28%),#f4f0e7}._header_y6bbg_1{min-height:88px;display:flex;align-items:center;padding:1rem clamp(1.2rem,5vw,5rem);background:#10372c}._header_y6bbg_1>a{display:flex;align-items:center;gap:.8rem;color:#fff;text-decoration:none}._header_y6bbg_1>a>span{width:48px;height:48px;display:grid;place-items:center;color:#17382e;background:#e0c171;border-radius:14px}._header_y6bbg_1 svg{width:24px}._header_y6bbg_1 strong,._header_y6bbg_1 small{display:block}._header_y6bbg_1 strong{font-family:var(--font-family-display);font-size:1.65rem;font-weight:500}._header_y6bbg_1 small{color:#e0c171;font-size:.65rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._site_y6bbg_1 main{display:grid;place-items:center;padding:clamp(2rem,7vw,5rem) 1rem}._card_y6bbg_2{width:min(570px,100%);padding:clamp(1.5rem,5vw,3rem);background:#fff;border:1px solid #ded9cd;border-radius:1.4rem;box-shadow:0 24px 70px #17382e1a}._icon_y6bbg_2{width:58px;height:58px;display:grid;place-items:center;color:#17382e;background:#e0c171;border-radius:17px}._icon_y6bbg_2 svg{width:26px}._card_y6bbg_2>p{margin:1.25rem 0 .5rem;color:#987126;font-size:.68rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}._card_y6bbg_2 h1{margin:0;font-family:var(--font-family-display);font-size:clamp(2.5rem,7vw,4rem);font-weight:400;line-height:1}._lead_y6bbg_2{display:block;margin:1rem 0;color:#657169;line-height:1.7}._card_y6bbg_2 form{display:grid;gap:.7rem;margin-top:1.3rem}._card_y6bbg_2 label{font-size:.78rem;font-weight:800}._card_y6bbg_2 form>small{color:#657169}._inputWrap_y6bbg_2{position:relative}._inputWrap_y6bbg_2>svg{position:absolute;z-index:1;top:50%;left:13px;width:18px;transform:translateY(-50%);color:#987126;pointer-events:none}._inputWrap_y6bbg_2 input{padding-left:42px}._card_y6bbg_2 button,._card_y6bbg_2 a[role=button]{margin-top:.5rem}._notice_y6bbg_2{margin:1.25rem 0 0;padding:1rem;color:#285b46;background:#edf4ed;border-radius:.9rem;font-weight:700;line-height:1.6}._error_y6bbg_2{margin-top:1rem;padding:.9rem;color:#8b2c2c;background:#fff0ed;border-radius:.8rem;font-weight:700}._back_y6bbg_2{display:inline-flex;align-items:center;gap:.35rem;margin-top:1.25rem;color:#466359;font-size:.8rem;font-weight:750;text-decoration:none}._back_y6bbg_2 svg{width:16px}._site_y6bbg_1 footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.4rem clamp(1.2rem,5vw,5rem);color:#ffffffb8;background:#10372c;font-size:.75rem}@media(max-width:650px){._header_y6bbg_1{min-height:76px}._site_y6bbg_1 main{padding:1.2rem .6rem}._card_y6bbg_2{padding:1.35rem;border-radius:1.1rem}._site_y6bbg_1 footer{align-items:flex-start;flex-direction:column}}._studio_1rhgi_1{width:min(1240px,calc(100% - 2rem));margin:0 auto;padding:3.5rem 0 5rem}._commandIntro_1rhgi_2,._sectionHeading_1rhgi_2{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.75fr);gap:2rem 4rem;align-items:end}._commandIntro_1rhgi_2{margin-bottom:2rem}._commandIntro_1rhgi_2 p,._sectionHeading_1rhgi_2 p,._panelHeading_1rhgi_4 p,._researchNote_1rhgi_4>div>p{display:flex;align-items:center;gap:.45rem;margin:0 0 .55rem;color:#95702c;font-size:.64rem;font-weight:820;letter-spacing:.11em;text-transform:uppercase}._commandIntro_1rhgi_2 p svg,._sectionHeading_1rhgi_2 p svg{width:16px;height:16px}._commandIntro_1rhgi_2 h2,._sectionHeading_1rhgi_2 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2.5rem,5vw,4.7rem);font-weight:400;line-height:.98;letter-spacing:-.035em}._commandIntro_1rhgi_2>span,._sectionHeading_1rhgi_2>span{color:#647169;line-height:1.7}._state_1rhgi_8,._error_1rhgi_8{padding:1.5rem;background:#fff;border:1px solid #ddd7ca;border-radius:1rem;text-align:center}._error_1rhgi_8{color:#803b35;background:#f6e5e1;border-color:#dfbcb5}._funnelPanel_1rhgi_10{padding:clamp(1.2rem,3vw,2rem);background:#fff;border:1px solid #ddd7ca;border-radius:1.35rem;box-shadow:0 18px 48px #12372b14}._panelHeading_1rhgi_4{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1.2rem}._panelHeading_1rhgi_4 h3{margin:0;font-family:var(--font-family-display);font-size:2.25rem;font-weight:400}._panelHeading_1rhgi_4>span{color:#68756e;font-size:.7rem}._funnelGrid_1rhgi_14{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.7rem}._funnelGrid_1rhgi_14 article{min-height:190px;display:flex;flex-direction:column;padding:1rem;background:#f5f2e9;border:1px solid #e4ddcf;border-radius:1rem}._funnelGrid_1rhgi_14 article>span{width:38px;height:38px;display:grid;place-items:center;color:#173e32;background:#e3c66f;border-radius:12px}._funnelGrid_1rhgi_14 svg{width:18px;height:18px}._funnelGrid_1rhgi_14 small{margin-top:.8rem;color:#8f6926;font-size:.61rem;font-weight:820;letter-spacing:.09em;text-transform:uppercase}._funnelGrid_1rhgi_14 strong{margin-top:.2rem;font-family:var(--font-family-display);font-size:2.6rem;font-weight:400}._funnelGrid_1rhgi_14 p{margin:.45rem 0 0;color:#617069;font-size:.72rem;line-height:1.5}._funnelGrid_1rhgi_14 em{margin-top:auto;padding-top:.7rem;color:#46705f;font-size:.62rem;font-style:normal;font-weight:760}._diagnosis_1rhgi_22{display:grid;grid-template-columns:auto 1fr auto;gap:.9rem;align-items:center;margin-top:.9rem;padding:1rem 1.1rem;color:#fff;background:#173e32;border-radius:1rem}._diagnosis_1rhgi_22>svg:first-child{width:23px;height:23px;color:#e0c171}._diagnosis_1rhgi_22>svg:last-child{width:18px;height:18px;color:#ffffff73}._diagnosis_1rhgi_22 small{color:#e0c171;font-size:.6rem;font-weight:820;letter-spacing:.09em;text-transform:uppercase}._diagnosis_1rhgi_22 h3{margin:.25rem 0;font-family:var(--font-family-display);font-size:1.45rem;font-weight:400}._diagnosis_1rhgi_22 p{margin:0;color:#ffffffab;font-size:.74rem;line-height:1.55}._signalGrid_1rhgi_28{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;margin-top:.8rem}._signalGrid_1rhgi_28 article{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fff;border:1px solid #ddd7ca;border-radius:.9rem}._signalGrid_1rhgi_28 svg{width:20px;height:20px;color:#98712a}._signalGrid_1rhgi_28 span{color:#66736c;font-size:.7rem}._signalGrid_1rhgi_28 strong{display:block;color:#173e32;font-family:var(--font-family-display);font-size:1.7rem;font-weight:400}._playbookSection_1rhgi_33,._revenueSection_1rhgi_33,._launchSection_1rhgi_33{margin-top:5rem}._playbookGrid_1rhgi_34{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-top:1.5rem}._playbookGrid_1rhgi_34 article{display:flex;flex-direction:column;min-height:430px;padding:1.3rem;background:linear-gradient(145deg,#fff,#f7f3e8);border:1px solid #ddd7ca;border-radius:1.05rem;box-shadow:0 12px 34px #12372b0d}._playbookGrid_1rhgi_34 article>span{color:#b08a3f;font-family:var(--font-family-display);font-size:2.2rem}._playbookGrid_1rhgi_34 h3{margin:.5rem 0 .6rem;font-family:var(--font-family-display);font-size:1.8rem;font-weight:400;line-height:1.05}._playbookGrid_1rhgi_34 p{margin:0;color:#617069;line-height:1.6}._playbookGrid_1rhgi_34 ul{display:grid;gap:.65rem;margin:1rem 0;padding:0;list-style:none}._playbookGrid_1rhgi_34 li{display:flex;gap:.5rem;align-items:flex-start;color:#42584f;font-size:.73rem;line-height:1.5}._playbookGrid_1rhgi_34 li svg{width:15px;height:15px;flex:0 0 auto;margin-top:.15rem;color:#9b742c}._playbookGrid_1rhgi_34 small{margin-top:auto;color:#8d6a2c;font-weight:760}._revenueLayout_1rhgi_43{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:1rem;margin-top:1.5rem}._revenueInputs_1rhgi_44{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;padding:1rem;background:#fff;border:1px solid #ddd7ca;border-radius:1rem}._revenueInputs_1rhgi_44 label{display:grid;gap:.4rem;padding:.85rem;background:#f7f4ec;border:1px solid #e6dfd2;border-radius:.8rem}._revenueInputs_1rhgi_44 label>span{color:#52665c;font-size:.68rem;font-weight:760}._revenueInputs_1rhgi_44 label>div{display:flex;align-items:center;gap:.45rem}._revenueInputs_1rhgi_44 b{color:#8c6828;font-size:.72rem}._revenueInputs_1rhgi_44 small{color:#847967;font-size:.62rem;white-space:nowrap}._revenueResult_1rhgi_50{padding:1.5rem;color:#fff;background:radial-gradient(circle at 85% 10%,rgb(224 193 113 / .2),transparent 32%),#173e32;border-radius:1rem}._revenueResult_1rhgi_50>small{color:#e0c171;font-size:.62rem;font-weight:820;letter-spacing:.1em;text-transform:uppercase}._revenueResult_1rhgi_50>strong{display:block;margin:.45rem 0 1rem;font-family:var(--font-family-display);font-size:clamp(3rem,6vw,5.2rem);font-weight:400;line-height:.9}._revenueResult_1rhgi_50>span{color:#ffffff8c;font-size:.68rem}._revenueResult_1rhgi_50>h3{margin:.25rem 0 1.4rem;color:#e0c171;font-family:var(--font-family-display);font-size:2rem;font-weight:400}._revenueResult_1rhgi_50>div{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 0;border-top:1px solid rgb(255 255 255 / .12)}._revenueResult_1rhgi_50 p{margin:0;color:#ffffff9e;font-size:.68rem}._revenueResult_1rhgi_50 b{font-size:.75rem}._revenueLadder_1rhgi_58{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;margin-top:.8rem}._revenueLadder_1rhgi_58 article{padding:1rem;background:#fff;border:1px solid #ddd7ca;border-radius:.9rem}._revenueLadder_1rhgi_58 small{color:#95702c;font-size:.59rem;font-weight:820;letter-spacing:.09em;text-transform:uppercase}._revenueLadder_1rhgi_58 h3{margin:.45rem 0;font-family:var(--font-family-display);font-size:1.4rem;font-weight:400}._revenueLadder_1rhgi_58 p{margin:0;color:#647169;font-size:.7rem;line-height:1.55}._launchGrid_1rhgi_63{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin-top:1.5rem}._launchGrid_1rhgi_63 article{display:grid;grid-template-columns:auto 1fr;gap:.8rem;padding:1rem;background:#fff;border:1px solid #ddd7ca;border-radius:.9rem}._launchGrid_1rhgi_63 article>span{width:36px;height:36px;display:grid;place-items:center;border-radius:11px}._launchGrid_1rhgi_63 svg{width:18px;height:18px}._launchGrid_1rhgi_63 small{font-size:.59rem;font-weight:820;letter-spacing:.08em;text-transform:uppercase}._launchGrid_1rhgi_63 h3{margin:.3rem 0;font-family:var(--font-family-display);font-size:1.4rem;font-weight:400}._launchGrid_1rhgi_63 p{margin:0;color:#647169;font-size:.71rem;line-height:1.55}._ready_1rhgi_70>span{color:#1f5b47;background:#dbeadd}._ready_1rhgi_70 small{color:#2b6a53}._action_1rhgi_71>span{color:#7e5d20;background:#efe2bf}._action_1rhgi_71 small{color:#8d6828}._later_1rhgi_72>span{color:#59665f;background:#e8e8e3}._later_1rhgi_72 small{color:#6d756f}._researchNote_1rhgi_4{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;align-items:center;margin-top:4rem;padding:1.4rem;color:#fff;background:#0f3328;border-radius:1rem}._researchNote_1rhgi_4 h2{margin:0;font-family:var(--font-family-display);font-size:2rem;font-weight:400}._researchNote_1rhgi_4>div>span{display:block;margin-top:.55rem;color:#ffffffa1;line-height:1.6}._researchNote_1rhgi_4>div:last-child{display:grid;gap:.5rem}._researchNote_1rhgi_4 a{display:flex;justify-content:space-between;align-items:center;gap:.6rem;min-width:220px;padding:.65rem .75rem;color:#17382e;background:#e0c171;border-radius:.65rem;font-size:.67rem;font-weight:780;text-decoration:none}._researchNote_1rhgi_4 a svg{width:14px;height:14px}@media(max-width:1000px){._funnelGrid_1rhgi_14{grid-template-columns:repeat(3,1fr)}._signalGrid_1rhgi_28,._playbookGrid_1rhgi_34,._revenueLadder_1rhgi_58{grid-template-columns:repeat(2,1fr)}._revenueLayout_1rhgi_43,._researchNote_1rhgi_4{grid-template-columns:1fr}._researchNote_1rhgi_4>div:last-child{grid-template-columns:repeat(3,1fr)}._researchNote_1rhgi_4 a{min-width:0}}@media(max-width:700px){._studio_1rhgi_1{width:calc(100% - 1.2rem);padding-top:2rem}._commandIntro_1rhgi_2,._sectionHeading_1rhgi_2{grid-template-columns:1fr;gap:1rem}._funnelGrid_1rhgi_14,._playbookGrid_1rhgi_34,._revenueLadder_1rhgi_58,._launchGrid_1rhgi_63,._revenueInputs_1rhgi_44{grid-template-columns:1fr}._funnelGrid_1rhgi_14 article{min-height:auto}._signalGrid_1rhgi_28{grid-template-columns:1fr}._panelHeading_1rhgi_4{align-items:start;flex-direction:column}._diagnosis_1rhgi_22{grid-template-columns:auto 1fr}._diagnosis_1rhgi_22>svg:last-child{display:none}._researchNote_1rhgi_4>div:last-child{grid-template-columns:1fr}}._site_34muv_1{min-height:100vh;color:#17382e;background:#f4f1e8}._header_34muv_2{position:sticky;top:0;z-index:30;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem clamp(1rem,4vw,4rem);color:#fff;background:#0a281ff5;border-bottom:1px solid rgb(255 255 255 / .1);backdrop-filter:blur(16px)}._brand_34muv_3{display:flex;align-items:center;gap:.75rem;color:inherit;text-decoration:none}._brand_34muv_3>span{width:42px;height:42px;display:grid;place-items:center;color:#17382e;background:#e0c171;border-radius:13px}._brand_34muv_3>span svg{width:21px;height:21px}._brand_34muv_3 strong,._brand_34muv_3 small{display:block}._brand_34muv_3 strong{font-family:var(--font-family-display);font-size:1.25rem;font-weight:400;line-height:1}._brand_34muv_3 small{margin-top:.2rem;color:#dfc57e;font-size:.56rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._headerActions_34muv_9{display:flex;gap:.65rem}._headerActions_34muv_9 button,._headerActions_34muv_9 a{color:#fff;border-color:#ffffff59}._hero_34muv_11{color:#fff;background:radial-gradient(circle at 85% 15%,rgb(224 193 113 / .19),transparent 30%),linear-gradient(135deg,#0c2d24,#174b3a)}._hero_34muv_11>div{width:min(1240px,100%);margin:auto;padding:clamp(4rem,8vw,6.5rem) clamp(1rem,4vw,3rem)}._hero_34muv_11 p{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;color:#e0c171;font-size:.66rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}._hero_34muv_11 p svg{width:16px;height:16px}._hero_34muv_11 h1{margin:0;font-family:var(--font-family-display);font-size:clamp(3rem,7vw,6rem);font-weight:400;line-height:.94;letter-spacing:-.04em}._hero_34muv_11 span{display:block;max-width:780px;margin-top:1.2rem;color:#ffffffab;line-height:1.7}._dashboardNav_34muv_17{width:min(1180px,calc(100% - 2rem));display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:-1.1rem auto 0;padding:.7rem;background:#fff;border:1px solid #ddd7ca;border-radius:1rem;box-shadow:0 18px 46px #12372b1f}._dashboardNav_34muv_17 button{min-height:52px;display:flex;justify-content:center;align-items:center;gap:.5rem;color:#52665b;background:transparent;border:0;border-radius:.75rem;font:inherit;font-size:.72rem;font-weight:780;cursor:pointer}._dashboardNav_34muv_17 button svg{width:17px;height:17px}._dashboardNav_34muv_17 button:hover,._dashboardNav_34muv_17 ._activeDashboardNav_34muv_20{color:#fff;background:#173e32}._state_34muv_21,._errorState_34muv_21,._empty_34muv_21{width:min(1180px,calc(100% - 2rem));margin:2rem auto;padding:2rem;background:#fff;border:1px solid #ddd7ca;border-radius:1rem;text-align:center}._errorState_34muv_21{color:#813a34;background:#f5e5e1;border-color:#dfbbb4}._metrics_34muv_23{width:min(1180px,calc(100% - 2rem));display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.7rem;margin:-1.2rem auto 0;padding:.75rem;background:#fff;border:1px solid #ddd7ca;border-radius:1.2rem;box-shadow:0 20px 50px #14382c1f}._metrics_34muv_23 button{min-height:82px;display:grid;place-items:center;align-content:center;gap:.2rem;color:#53645b;background:transparent;border:0;border-radius:.8rem;cursor:pointer}._metrics_34muv_23 strong{color:#173e32;font-family:var(--font-family-display);font-size:2rem;font-weight:400}._metrics_34muv_23 span{font-size:.65rem;font-weight:800;text-transform:uppercase}._metrics_34muv_23 button:hover,._metrics_34muv_23 ._activeMetric_34muv_27{color:#fff;background:#173e32}._metrics_34muv_23 button:hover strong,._metrics_34muv_23 ._activeMetric_34muv_27 strong{color:#e0c171}._listHeader_34muv_29{width:min(1180px,calc(100% - 2rem));display:flex;justify-content:space-between;align-items:end;gap:1rem;margin:3.5rem auto 1rem}._listHeader_34muv_29 p{margin:0 0 .35rem;color:#987027;font-size:.64rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}._listHeader_34muv_29 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2.2rem,4vw,3.5rem);font-weight:400}._listHeader_34muv_29>span{color:#6b756e;font-size:.75rem}._intakeList_34muv_33{width:min(1180px,calc(100% - 2rem));display:grid;gap:1rem;margin:0 auto;padding-bottom:4rem}._intakeCard_34muv_34{padding:clamp(1.2rem,3vw,2rem);background:#fff;border:1px solid #ddd7ca;border-radius:1.3rem;box-shadow:0 14px 38px #14382c0f}._cardHeader_34muv_35{display:flex;justify-content:space-between;gap:2rem;align-items:start}._cardHeader_34muv_35 small,._detailGrid_34muv_36 small,._extraScope_34muv_36 small,._priorityBlock_34muv_36 small{color:#967027;font-size:.62rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}._cardHeader_34muv_35 h2{margin:.5rem 0 .3rem;font-family:var(--font-family-display);font-size:2.3rem;font-weight:400;line-height:1}._cardHeader_34muv_35 p{margin:0;color:#657169}._statusControl_34muv_39{min-width:180px;display:grid;gap:.4rem}._statusControl_34muv_39>span{color:#657169;font-size:.65rem;font-weight:750}._quickFacts_34muv_41{display:flex;flex-wrap:wrap;gap:.65rem 1.2rem;margin-top:1.3rem;padding-top:1.1rem;border-top:1px solid #ece6da}._quickFacts_34muv_41 span{display:flex;align-items:center;gap:.4rem;color:#68756e;font-size:.68rem}._quickFacts_34muv_41 svg{width:15px;height:15px;color:#987027}._priorityBlock_34muv_36{display:grid;grid-template-columns:auto 1fr;gap:1rem;margin-top:1.2rem;padding:1.3rem;color:#fff;background:#173e32;border-radius:1rem}._priorityBlock_34muv_36>svg{width:26px;height:26px;color:#e0c171}._priorityBlock_34muv_36 small{color:#e0c171}._priorityBlock_34muv_36 h3{margin:.55rem 0 .75rem;font-family:var(--font-family-display);font-size:1.8rem;font-weight:400;line-height:1.05}._priorityBlock_34muv_36 p{margin:0;color:#ffffffad;line-height:1.6}._priorityBlock_34muv_36 strong{color:#fff}._detailGrid_34muv_36{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin-top:.8rem}._detailGrid_34muv_36>div{padding:1rem;background:#f5f2ea;border:1px solid #e5dfd3;border-radius:.85rem}._detailGrid_34muv_36 ._wideDetail_34muv_52{grid-column:1 / -1}._detailGrid_34muv_36 p{margin:.5rem 0 0;color:#53645b;white-space:pre-wrap;line-height:1.55}._extraScope_34muv_36{margin-top:.8rem;padding:1rem 1.1rem;background:#efe4c8;border:1px solid #d9c28a;border-radius:.85rem}._extraScope_34muv_36 p{margin:.45rem 0 0;line-height:1.6}._cardActions_34muv_56{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.2rem}._cardActions_34muv_56>a:first-child{color:#17382e;background:#e0c171;border-color:#e0c171}@media(max-width:900px){._metrics_34muv_23{grid-template-columns:repeat(3,1fr)}._cardHeader_34muv_35{flex-direction:column}._statusControl_34muv_39{width:100%}._detailGrid_34muv_36{grid-template-columns:1fr}._detailGrid_34muv_36 ._wideDetail_34muv_52{grid-column:auto}}@media(max-width:620px){._header_34muv_2{padding:.65rem .9rem}._headerActions_34muv_9>a{display:none}._headerActions_34muv_9 button{font-size:0}._headerActions_34muv_9 button svg{margin:0}._hero_34muv_11>div{padding:4rem 1rem}._dashboardNav_34muv_17{width:100%;grid-template-columns:1fr;margin:0;border-radius:0}._metrics_34muv_23{width:100%;grid-template-columns:repeat(2,1fr);margin:0;border-radius:0}._listHeader_34muv_29,._intakeList_34muv_33{width:calc(100% - 1.2rem)}._cardActions_34muv_56 a{width:100%}}._page_s5qya_1{min-height:100vh;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.75fr);color:#17382e;background:#f6f3eb}._brandPanel_s5qya_2{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,7vw,7rem);color:#fff;background:radial-gradient(circle at 82% 15%,rgb(224 193 113 / .2),transparent 30%),linear-gradient(145deg,#0c2e24,#174b3a)}._brandPanel_s5qya_2>a{position:absolute;top:2rem;left:clamp(2rem,7vw,7rem);display:inline-flex;align-items:center;gap:.45rem;color:#ffffffb3;font-size:.74rem;font-weight:750;text-decoration:none}._brandPanel_s5qya_2>a svg{width:16px;height:16px}._mark_s5qya_5{width:64px;height:64px;display:grid;place-items:center;color:#17382e;background:#e0c171;border-radius:20px;box-shadow:0 18px 44px #0000002e}._mark_s5qya_5 svg{width:30px;height:30px}._brandPanel_s5qya_2>p{margin:1.8rem 0 .8rem;color:#e0c171;font-size:.7rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}._brandPanel_s5qya_2 h1{max-width:700px;margin:0;font-family:var(--font-family-display);font-size:clamp(3.2rem,7vw,6.4rem);font-weight:400;line-height:.94;letter-spacing:-.04em}._notes_s5qya_9{display:grid;gap:.8rem;margin-top:2.2rem}._notes_s5qya_9 span{display:flex;align-items:center;gap:.55rem;color:#ffffffa1;font-size:.75rem}._notes_s5qya_9 svg{width:17px;height:17px;color:#e0c171}._loginPanel_s5qya_12{display:flex;flex-direction:column;justify-content:center;gap:2rem;padding:clamp(2rem,7vw,6rem);background:radial-gradient(circle at 100% 0%,rgb(224 193 113 / .14),transparent 28%),#f6f3eb}._loginPanel_s5qya_12>div:first-child small{color:#967027;font-size:.66rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._loginPanel_s5qya_12 h2{margin:.7rem 0;font-family:var(--font-family-display);font-size:clamp(2.4rem,5vw,4rem);font-weight:400;line-height:1}._loginPanel_s5qya_12 p{margin:0;color:#657169;line-height:1.7}@media(max-width:850px){._page_s5qya_1{grid-template-columns:1fr}._brandPanel_s5qya_2{min-height:auto;padding:6.5rem 1.2rem 3rem}._brandPanel_s5qya_2>a{left:1.2rem}._loginPanel_s5qya_12{min-height:55vh;padding:3rem 1.2rem}}._site_1h0y1_1{min-height:100vh;color:#17382e;background:radial-gradient(circle at 88% 8%,rgb(224 193 113 / .15),transparent 28%),#f5f2e9}._header_1h0y1_1{min-height:72px;display:flex;align-items:center;padding:.75rem clamp(1rem,4vw,4rem);color:#fff;background:#0c3026}._header_1h0y1_1>a{display:flex;align-items:center;gap:.7rem;color:inherit;text-decoration:none}._header_1h0y1_1>a>span{width:42px;height:42px;display:grid;place-items:center;color:#17382e;background:#e0c171;border-radius:13px}._header_1h0y1_1 strong,._header_1h0y1_1 small{display:block}._header_1h0y1_1 strong{font-family:var(--font-family-display);font-size:1.25rem;font-weight:400}._header_1h0y1_1 small{color:#dfc57e;font-size:.56rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}._site_1h0y1_1 main{display:grid;place-items:center;padding:clamp(2rem,6vw,5rem) 1rem}._card_1h0y1_1{width:min(820px,100%);padding:clamp(1.5rem,5vw,4rem);background:#fff;border:1px solid #ddd6c9;border-radius:1.4rem;box-shadow:0 24px 70px #11362a1f;text-align:center}._successIcon_1h0y1_1{width:72px;height:72px;display:grid;place-items:center;margin:0 auto;color:#173e32;background:#e2c36b;border-radius:22px}._successIcon_1h0y1_1 svg{width:35px;height:35px}._card_1h0y1_1>p{margin:1.3rem 0 .6rem;color:#966f29;font-size:.65rem;font-weight:820;letter-spacing:.12em;text-transform:uppercase}._card_1h0y1_1 h1{margin:0;font-family:var(--font-family-display);font-size:clamp(2.5rem,6vw,4.7rem);font-weight:400;line-height:.98;letter-spacing:-.035em}._lead_1h0y1_1{display:block;max-width:680px;margin:1rem auto 0;color:#627068;line-height:1.7}._steps_1h0y1_1{display:grid;gap:.65rem;margin:1.6rem 0;text-align:left}._steps_1h0y1_1 article{display:grid;grid-template-columns:auto 1fr;gap:.8rem;padding:1rem;background:#f5f2e9;border:1px solid #e4ddd0;border-radius:.9rem}._steps_1h0y1_1 svg{width:22px;height:22px;color:#98712b}._steps_1h0y1_1 small,._steps_1h0y1_1 strong,._steps_1h0y1_1 span{display:block}._steps_1h0y1_1 small{color:#966f29;font-size:.58rem;font-weight:820;letter-spacing:.09em;text-transform:uppercase}._steps_1h0y1_1 strong{margin:.2rem 0;color:#173e32}._steps_1h0y1_1 span{color:#68756e;font-size:.7rem}._primary_1h0y1_1{width:100%;color:#17382e;background:#e0c171}._help_1h0y1_1{display:inline-flex;align-items:center;gap:.45rem;margin-top:1rem;color:#174839;font-size:.72rem;font-weight:760}._help_1h0y1_1 svg{width:16px;height:16px}._note_1h0y1_1{display:block;margin-top:1rem;color:#8b8171;line-height:1.5}._site_1h0y1_1 footer{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1.5rem clamp(1rem,4vw,4rem);color:#ffffff8c;background:#0c3026;font-size:.68rem}@media(max-width:640px){._header_1h0y1_1{min-height:66px;padding:.65rem .9rem}._site_1h0y1_1 main{padding:1rem .6rem}._card_1h0y1_1{padding:1.4rem 1rem;border-radius:1rem}._site_1h0y1_1 footer{align-items:flex-start;flex-direction:column}}._controlPanel_eaq5m_1{display:grid;grid-template-columns:1fr .75fr;gap:2rem 4rem;align-items:end;padding:clamp(1.5rem,4vw,2.5rem);color:#fff;background:radial-gradient(circle at 90% 8%,rgb(224 193 113 / .2),transparent 28%),#153d31;border-radius:1.4rem;box-shadow:0 20px 50px #12372b1f}._controlCopy_eaq5m_2>p{display:flex;align-items:center;gap:.45rem;margin:0 0 .7rem;color:#e0c171;font-size:.65rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._controlCopy_eaq5m_2>p svg{width:16px;height:16px}._controlCopy_eaq5m_2 h2,._produceGroup_eaq5m_4 h2,._planningSection_eaq5m_4 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2.3rem,5vw,4rem);font-weight:400;line-height:1}._controlCopy_eaq5m_2>span{display:block;max-width:700px;margin-top:1rem;color:#ffffff9e;line-height:1.65}._controls_eaq5m_6{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}._regionSearch_eaq5m_7{grid-column:1/-1}._controls_eaq5m_6 label{min-width:0;display:grid;gap:.45rem;color:#ffffffb3;font-size:.68rem;font-weight:750}._controls_eaq5m_6 label>span{display:flex;align-items:center;gap:.4rem}._controls_eaq5m_6 label svg{width:15px;height:15px;color:#e0c171}._summaryStrip_eaq5m_11{display:grid;grid-template-columns:repeat(3,130px) 1fr;gap:.8rem;align-items:center;margin:1rem 0;padding:1rem;background:#fff;border:1px solid #ded8ca;border-radius:1rem}._summaryStrip_eaq5m_11 article{display:flex;align-items:baseline;gap:.45rem;padding:.65rem .8rem;background:#f0ebdf;border-radius:.75rem}._summaryStrip_eaq5m_11 strong{color:#173e32;font-family:var(--font-family-display);font-size:1.8rem;font-weight:400}._summaryStrip_eaq5m_11 span{color:#66736c;font-size:.68rem}._summaryStrip_eaq5m_11>p{display:flex;justify-content:flex-end;align-items:center;gap:.45rem;margin:0;color:#7d827e;font-size:.68rem}._summaryStrip_eaq5m_11>p svg{width:15px;height:15px;color:#9b7228}._seasonGrid_eaq5m_17{display:grid;gap:1rem}._produceGroup_eaq5m_4{padding:clamp(1.4rem,3vw,2rem);background:#fff;border:1px solid #ded8ca;border-radius:1.3rem;box-shadow:0 14px 38px #17382e0d}._featuredGroup_eaq5m_19{background:radial-gradient(circle at 95% 5%,rgb(224 193 113 / .13),transparent 24%),#fff;border-color:#ccb270}._groupHeading_eaq5m_20{display:grid;grid-template-columns:.5fr 1fr;gap:2rem;align-items:end;margin-bottom:1.4rem}._produceGroup_eaq5m_4 h2{font-size:clamp(2rem,4vw,3.2rem)}._groupHeading_eaq5m_20 p{margin:0;color:#657169;line-height:1.65}._produceList_eaq5m_23{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}._produceList_eaq5m_23 article{display:flex;gap:.9rem;padding:1rem;background:#f6f3eb;border:1px solid #e4ded2;border-radius:1rem;transition:transform .17s ease,box-shadow .17s ease}._produceList_eaq5m_23 article:hover{transform:translateY(-3px);box-shadow:0 14px 30px #16382d17}._produceList_eaq5m_23 article>span{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;color:#fff;background:#174839;border-radius:13px}._produceList_eaq5m_23 article>span svg{width:20px;height:20px}._produceList_eaq5m_23 small{color:#9a7126;font-size:.58rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}._produceList_eaq5m_23 h3{margin:.35rem 0;font-family:var(--font-family-display);font-size:1.35rem;font-weight:400}._produceList_eaq5m_23 p{margin:0;color:#657169;font-size:.72rem;line-height:1.55}._empty_eaq5m_31{grid-column:1/-1;padding:1.4rem;color:#6a756f;background:#f4f0e7;border-radius:.8rem;text-align:center}._planningSection_eaq5m_4{display:grid;grid-template-columns:1fr .9fr auto;gap:1.5rem 2.5rem;align-items:center;margin-top:1rem;padding:clamp(1.5rem,4vw,2.5rem);color:#fff;background:#153d31;border-radius:1.3rem}._planningSection_eaq5m_4>div>p{margin:0 0 .55rem;color:#e0c171;font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}._planningSection_eaq5m_4 h2{font-size:clamp(2rem,4vw,3.2rem)}._planningSection_eaq5m_4 ul{display:grid;gap:.75rem;margin:0;padding:0;list-style:none}._planningSection_eaq5m_4 li{display:flex;gap:.5rem;color:#ffffffab;font-size:.76rem;line-height:1.55}._planningSection_eaq5m_4 li svg{width:16px;height:16px;flex:0 0 auto;color:#e0c171}._planningSection_eaq5m_4 a{color:#17382e;background:#e0c171;border-color:#e0c171}._sourceNote_eaq5m_39{display:flex;justify-content:space-between;gap:1.5rem;margin-top:1rem;padding:1rem 1.2rem;color:#6c766f;background:#ebe6da;border-radius:.9rem;font-size:.68rem;line-height:1.55}._sourceNote_eaq5m_39 p{max-width:780px;margin:0}._sourceNote_eaq5m_39>div{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center}._sourceNote_eaq5m_39 a{color:#174839;font-weight:800}@media(max-width:980px){._controlPanel_eaq5m_1,._groupHeading_eaq5m_20,._planningSection_eaq5m_4{grid-template-columns:1fr}._produceList_eaq5m_23{grid-template-columns:repeat(2,1fr)}._summaryStrip_eaq5m_11{grid-template-columns:repeat(3,1fr)}._summaryStrip_eaq5m_11>p{grid-column:1/-1;justify-content:flex-start}}@media(max-width:640px){._controls_eaq5m_6,._produceList_eaq5m_23,._summaryStrip_eaq5m_11{grid-template-columns:1fr}._summaryStrip_eaq5m_11>p{grid-column:auto}._planningSection_eaq5m_4 a{width:100%}._sourceNote_eaq5m_39{flex-direction:column}}@media(max-width:400px){._controlPanel_eaq5m_1,._produceGroup_eaq5m_4,._planningSection_eaq5m_4{padding:1rem;border-radius:1rem}._produceList_eaq5m_23 article{padding:.85rem}._produceList_eaq5m_23 article>span{width:38px;height:38px}._sourceNote_eaq5m_39{padding:.9rem}}@media(prefers-reduced-motion:reduce){._produceList_eaq5m_23 article{transition:none}}._site_13tz5_1{min-height:100vh;color:#17382e;background:#f4f0e7}._header_13tz5_1{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem clamp(1.2rem,5vw,5rem);background:#10372c;border-bottom:1px solid rgb(255 255 255/.12)}._brand_13tz5_2{display:flex;align-items:center;gap:.8rem;color:#fff;text-decoration:none}._brand_13tz5_2>span{width:48px;height:48px;display:grid;place-items:center;color:#17382e;background:#e0c171;border-radius:14px}._brand_13tz5_2 svg{width:24px}._brand_13tz5_2 strong,._brand_13tz5_2 small{display:block}._brand_13tz5_2 strong{font-family:var(--font-family-display);font-size:1.65rem;font-weight:500}._brand_13tz5_2 small{color:#e0c171;font-size:.65rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._header_13tz5_1>a:last-child{color:#fff;border-color:#ffffff73}._main_13tz5_3{width:min(1080px,calc(100% - 2rem));margin:0 auto;padding:clamp(2.5rem,7vw,5.5rem) 0}._intro_13tz5_3{max-width:760px;margin-bottom:2rem}._intro_13tz5_3>p{display:flex;align-items:center;gap:.45rem;margin:0 0 .8rem;color:#987126;font-size:.7rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}._intro_13tz5_3>p svg{width:17px}._intro_13tz5_3 h1{margin:0;font-family:var(--font-family-display);font-size:clamp(3rem,7vw,5.7rem);font-weight:400;line-height:.94}._intro_13tz5_3>span{display:block;max-width:650px;margin-top:1rem;color:#657169;font-size:1.05rem;line-height:1.7}._card_13tz5_4,._authCard_13tz5_4{padding:clamp(1.35rem,4vw,2.2rem);background:#fff;border:1px solid #ded9cd;border-radius:1.35rem;box-shadow:0 20px 55px #17382e14}._authCard_13tz5_4{max-width:620px}._authCard_13tz5_4>small{display:block;margin-top:1.25rem;color:#717a73;line-height:1.6}._tabs_13tz5_4{width:100%;margin-bottom:1rem}._accountHeading_13tz5_4{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1.35rem;border-bottom:1px solid #e5e0d5}._accountHeading_13tz5_4 small{color:#987126;font-size:.68rem;font-weight:800;text-transform:uppercase}._accountHeading_13tz5_4 h2{margin:.2rem 0 0;font-family:var(--font-family-display);font-size:2.2rem;font-weight:400}._accountHeading_13tz5_4 p{margin:.3rem 0 0;color:#657169}._activePlan_13tz5_4{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;margin-top:1.4rem;padding:1.2rem;background:#edf4ed;border-radius:1rem}._activePlan_13tz5_4>svg{width:30px;color:#2f7657}._activePlan_13tz5_4 small{color:#2f7657;font-size:.68rem;font-weight:800;text-transform:uppercase}._activePlan_13tz5_4 h3{margin:.25rem 0;font-family:var(--font-family-display);font-size:1.65rem;font-weight:400}._activePlan_13tz5_4 p,._inactive_13tz5_4{margin:0;color:#657169;line-height:1.6}._inactive_13tz5_4{margin-top:1.4rem}._error_13tz5_4{color:#9b2c2c;font-weight:700}._footer_13tz5_5{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.4rem clamp(1.2rem,5vw,5rem);color:#ffffffb8;background:#10372c;font-size:.75rem}@media(max-width:700px){._header_13tz5_1{min-height:76px}._header_13tz5_1>a:last-child{display:none}._main_13tz5_3{width:calc(100% - 1.2rem);padding:2.2rem 0}._accountHeading_13tz5_4{align-items:flex-start;flex-direction:column}._activePlan_13tz5_4{grid-template-columns:auto 1fr}._activePlan_13tz5_4 button{grid-column:1/-1;width:100%}._footer_13tz5_5{align-items:flex-start;flex-direction:column}}._site_508s5_1{min-height:100vh;overflow-x:clip;color:#17382e;background:#f6f3eb;font-family:var(--font-family-base)}._header_508s5_9{position:sticky;top:0;z-index:40;min-height:74px;display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.8rem clamp(1rem,4vw,4rem);color:#fff;background:#0d2f25f5;border-bottom:1px solid rgb(255 255 255 / .1);backdrop-filter:blur(16px);min-width:0}._brand_508s5_26{display:inline-flex;align-items:center;gap:.75rem;color:inherit;text-decoration:none;min-width:0;overflow:hidden}._brand_508s5_26>span{width:42px;height:42px;display:grid;place-items:center;color:#17382e;background:#e0c171;border-radius:13px}._brand_508s5_26>span svg{width:21px;height:21px}._brand_508s5_26 strong,._brand_508s5_26 small{display:block}._brand_508s5_26 strong{font-family:var(--font-family-display);font-size:1.25rem;font-weight:400;line-height:1}._brand_508s5_26 small{margin-top:.2rem;color:#dfc57e;font-size:.56rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._backButton_508s5_72{color:#fff;border-color:#fff6;flex:0 0 auto;justify-content:center;text-align:center;white-space:normal}._hero_508s5_81{color:#fff;background:radial-gradient(circle at 82% 10%,rgb(224 193 113 / .22),transparent 30%),linear-gradient(135deg,#0c2d24,#174c3b)}._hero_508s5_81>div{width:min(1240px,100%);margin:0 auto;padding:clamp(5rem,10vw,8rem) clamp(1.1rem,5vw,3.5rem)}._eyebrow_508s5_94,._eyebrowDark_508s5_95,._eyebrowLight_508s5_96{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:.66rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}._eyebrow_508s5_94,._eyebrowLight_508s5_96{color:#e0c171}._eyebrowDark_508s5_95{color:#9b7228}._eyebrow_508s5_94 svg,._eyebrowDark_508s5_95 svg,._eyebrowLight_508s5_96 svg{width:16px;height:16px}._hero_508s5_81 h1{max-width:1000px;margin:0;font-family:var(--font-family-display);font-size:clamp(3.2rem,7vw,6.5rem);font-weight:400;line-height:.93;letter-spacing:-.045em;overflow-wrap:break-word}._hero_508s5_81>div>p:last-of-type{max-width:790px;margin:1.5rem 0 0;color:#ffffffb8;font-size:1.02rem;line-height:1.75}._heroActions_508s5_142{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}._goldButton_508s5_149{min-height:54px;color:#17382e;background:#e0c171;border-color:#e0c171}._goldButton_508s5_149:hover{color:#102b23;background:#ead28e;border-color:#ead28e}._heroOutline_508s5_162{color:#fff;border-color:#ffffff73}._trustLine_508s5_167{display:flex;flex-wrap:wrap;gap:.7rem 1.5rem;margin-top:2rem;color:#ffffff9e;font-size:.7rem;font-weight:650}._priceNote_508s5_177{max-width:860px;margin:1.4rem 0 0;padding:1rem 1.1rem;color:#ffffffad;background:#ffffff0f;border:1px solid rgb(255 255 255 / .12);border-radius:1rem;font-size:.74rem;line-height:1.6}._checkoutNote_508s5_189{display:block;margin-top:.75rem;color:#7a817c;font-size:.63rem;line-height:1.45;text-align:center}._checkoutInfo_508s5_198{display:grid;gap:.45rem;margin-top:.75rem;text-align:center}._checkoutInfo_508s5_198>small,._checkoutInfo_508s5_198>span{color:#7a817c;font-size:.62rem;line-height:1.45}._checkoutInfo_508s5_198>a,._checkoutInfo_508s5_198>span a,._intakeLink_508s5_214{color:#8a6423;font-size:.68rem;font-weight:800;text-decoration:none}._checkoutInfo_508s5_198>a{display:inline-flex;justify-content:center;align-items:center;gap:.35rem}._checkoutInfo_508s5_198>a svg,._intakeLink_508s5_214 svg{width:14px;height:14px}._featured_508s5_231 ._checkoutInfo_508s5_198>small,._featured_508s5_231 ._checkoutInfo_508s5_198>span{color:#ffffff80}._featured_508s5_231 ._checkoutInfo_508s5_198>a,._featured_508s5_231 ._checkoutInfo_508s5_198>span a{color:#e0c171}._intakeLink_508s5_214{display:inline-flex;align-items:center;gap:.35rem;color:#e0c171}._featured_508s5_231 ._checkoutNote_508s5_189{color:#ffffff80}._trustLine_508s5_167 span,._customTrust_508s5_248 span{display:inline-flex;align-items:center;gap:.4rem}._trustLine_508s5_167 svg,._customTrust_508s5_248 svg{width:16px;height:16px;color:#e0c171}._consultancySection_508s5_261,._destinationSection_508s5_262{width:min(1240px,100%);margin:0 auto;padding:clamp(5rem,9vw,8rem) clamp(1rem,4vw,3rem)}._sectionIntro_508s5_268{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.65fr);gap:2.5rem 5rem;align-items:end;margin-bottom:2.5rem}._sectionIntro_508s5_268 h2,._blueprintMain_508s5_277 h2,._customSection_508s5_278 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2.8rem,5vw,4.9rem);font-weight:400;line-height:.98;letter-spacing:-.038em}._sectionIntro_508s5_268>p{margin:0;color:#617068;line-height:1.75}._priceGrid_508s5_293{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._taxNote_508s5_299{display:flex;gap:1rem;align-items:flex-start;margin-top:1rem;padding:1.25rem 1.35rem;background:#f1ecdf;border:1px solid #d7c79f;border-radius:1rem}._taxNote_508s5_299>svg{width:23px;height:23px;flex:0 0 auto;color:#9b7228}._taxNote_508s5_299 strong{display:block;color:#25463a}._taxNote_508s5_299 p{margin:.35rem 0 0;color:#657169;font-size:.8rem;line-height:1.65}._priceCard_508s5_329{position:relative;min-height:560px;display:flex;flex-direction:column;padding:2rem;background:#fff;border:1px solid #ddd7ca;border-radius:1.4rem;box-shadow:0 14px 40px #17382e0f;transition:transform .23s cubic-bezier(.16,1,.3,1),box-shadow .23s ease,border-color .23s ease}._priceCard_508s5_329:hover,._priceCard_508s5_329:focus-within{border-color:#c8ac67;box-shadow:0 26px 58px #17382e21;transform:translateY(-7px)}._featured_508s5_231{color:#fff;background:radial-gradient(circle at 88% 8%,rgb(224 193 113 / .18),transparent 30%),#163d31;border-color:#163d31}._featuredLabel_508s5_357{position:absolute;top:1.5rem;right:1.5rem;padding:.38rem .65rem;color:#17382e;background:#e0c171;border-radius:999px;font-size:.58rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}._priceCard_508s5_329>p{margin:0;color:#9b7228;font-size:.66rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._featured_508s5_231>p{color:#e0c171}._priceCard_508s5_329 h3{margin:1.4rem 0 .55rem;font-family:var(--font-family-display);font-size:clamp(2.2rem,4vw,3.5rem);font-weight:400;line-height:1}._priceCard_508s5_329>strong{color:#9b7228;font-family:var(--font-family-display);font-size:3rem;font-weight:400}._featured_508s5_231>strong{color:#e0c171}._description_508s5_403{display:block;margin-top:.8rem;color:#657169;line-height:1.7}._featured_508s5_231 ._description_508s5_403,._featured_508s5_231 li{color:#ffffffad}._priceCard_508s5_329 ul,._blueprintMain_508s5_277 ul{display:grid;gap:.75rem;margin:1.6rem 0 2rem;padding:0;list-style:none}._priceCard_508s5_329 li,._blueprintMain_508s5_277 li{display:flex;gap:.65rem;align-items:flex-start;color:#33483f;line-height:1.5}._priceCard_508s5_329 li svg,._blueprintMain_508s5_277 li svg{width:18px;height:18px;flex:0 0 auto;margin-top:.15rem;color:#9b7228}._featured_508s5_231 li svg{color:#e0c171}._priceCard_508s5_329>a{width:100%;margin-top:auto}._featured_508s5_231>a{color:#17382e;background:#e0c171;border-color:#e0c171}._blueprintSection_508s5_457{width:min(1380px,calc(100% - 2rem));display:grid;grid-template-columns:auto minmax(0,1fr) minmax(300px,.55fr);gap:2.5rem;align-items:start;margin:0 auto;padding:clamp(2.5rem,6vw,5rem);color:#fff;background:radial-gradient(circle at 90% 10%,rgb(224 193 113 / .18),transparent 30%),#12382c;border-radius:1.8rem}._blueprintIcon_508s5_472{width:72px;height:72px;display:grid;place-items:center;color:#17382e;background:#e0c171;border-radius:21px;transition:transform .24s cubic-bezier(.16,1,.3,1)}._blueprintSection_508s5_457:hover ._blueprintIcon_508s5_472{transform:rotate(-5deg) scale(1.05)}._blueprintIcon_508s5_472 svg{width:31px;height:31px}._blueprintLead_508s5_492{max-width:760px;margin:1rem 0 0;color:#ffffffad;line-height:1.75}._blueprintMain_508s5_277 li{color:#ffffffbd}._blueprintMain_508s5_277 li svg{color:#e0c171}._blueprintOptions_508s5_507{display:grid;gap:.8rem}._blueprintOptions_508s5_507 article{padding:1.2rem;background:#ffffff12;border:1px solid rgb(255 255 255 / .12);border-radius:1rem;transition:transform .21s ease,background .21s ease}._blueprintOptions_508s5_507 article:hover{background:#ffffff1a;transform:translateY(-4px)}._blueprintOptions_508s5_507 small{color:#e0c171;font-size:.6rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}._blueprintOptions_508s5_507 h3{margin:.55rem 0 .5rem;font-family:var(--font-family-display);font-size:1.8rem;font-weight:400}._blueprintOptions_508s5_507 p{margin:0;color:#ffffffa1;line-height:1.65}._blueprintOptions_508s5_507>span{display:flex;gap:.45rem;align-items:flex-start;color:#ffffff85;font-size:.66rem;line-height:1.45}._blueprintOptions_508s5_507>span svg{width:15px;height:15px;flex:0 0 auto;color:#e0c171}._privateChefSection_508s5_562{width:min(1380px,calc(100% - 2rem));display:grid;grid-template-columns:minmax(0,1.05fr) minmax(330px,.58fr);gap:clamp(2rem,5vw,5rem);align-items:center;margin:clamp(1rem,3vw,2rem) auto 0;padding:clamp(2.8rem,6vw,5rem);color:#fff;background:radial-gradient(circle at 88% 10%,rgb(224 193 113 / .2),transparent 31%),linear-gradient(135deg,#0c2d24,#184f3d);border:1px solid rgb(255 255 255 / .1);border-radius:1.8rem;box-shadow:0 26px 70px #12382c33}._privateChefIntro_508s5_579 h2{max-width:850px;margin:0;font-family:var(--font-family-display);font-size:clamp(2.8rem,5vw,4.9rem);font-weight:400;line-height:.97;letter-spacing:-.038em}._privateChefLead_508s5_589{max-width:790px;margin:1.1rem 0 0;color:#ffffffb3;line-height:1.75}._privateChefMaritime_508s5_596{max-width:820px;display:flex;gap:.75rem;align-items:flex-start;margin:1.2rem 0 0;padding:1rem 1.1rem;color:#ffffffc2;background:#ffffff12;border:1px solid rgb(255 255 255 / .12);border-radius:1rem;font-size:.8rem;line-height:1.65}._privateChefMaritime_508s5_596>svg{width:21px;height:21px;flex:0 0 auto;margin-top:.1rem;color:#e0c171}._privateChefMaritime_508s5_596 em{color:#f0d998}._privateChefUseCases_508s5_623{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem;margin-top:1.6rem}._privateChefUseCases_508s5_623 span{display:flex;gap:.55rem;align-items:flex-start;color:#ffffffbf;font-size:.76rem;line-height:1.5}._privateChefUseCases_508s5_623 svg{width:17px;height:17px;flex:0 0 auto;margin-top:.12rem;color:#e0c171}._privateChefQuote_508s5_647{display:grid;gap:.9rem;padding:1.6rem;background:#ffffff14;border:1px solid rgb(255 255 255 / .14);border-radius:1.25rem;backdrop-filter:blur(12px)}._privateChefQuote_508s5_647>small{color:#e0c171;font-size:.6rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._privateChefQuote_508s5_647 h3{margin:0;font-family:var(--font-family-display);font-size:2.15rem;font-weight:400;line-height:1.03}._privateChefQuote_508s5_647 ul{display:grid;gap:.7rem;margin:.2rem 0 .5rem;padding:0;list-style:none}._privateChefQuote_508s5_647 li{display:flex;gap:.55rem;align-items:flex-start;color:#ffffffb3;font-size:.76rem;line-height:1.5}._privateChefQuote_508s5_647 li svg{width:17px;height:17px;flex:0 0 auto;margin-top:.12rem;color:#e0c171}._privateChefQuote_508s5_647>a{width:100%}._privateChefQuote_508s5_647>p{margin:0;color:#ffffff7a;font-size:.64rem;line-height:1.5;text-align:center}._boundarySection_508s5_710{width:min(1180px,calc(100% - 2rem));display:flex;gap:.85rem;align-items:flex-start;margin:1rem auto 0;padding:1.2rem 1.35rem;color:#365046;background:#ebe5d8;border:1px solid #ddd5c6;border-radius:1rem}._boundarySection_508s5_710 svg{width:21px;height:21px;flex:0 0 auto;color:#9b7228}._boundarySection_508s5_710 p{margin:0;line-height:1.6}._destinationGrid_508s5_735{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}._destinationCard_508s5_741{min-height:390px;display:flex;flex-direction:column;padding:1.7rem;color:#17382e;background:#fff;border:1px solid #ded9cd;border-radius:1.3rem;box-shadow:0 12px 36px #17382e0d;text-decoration:none;transition:transform .23s cubic-bezier(.16,1,.3,1),box-shadow .23s ease,border-color .23s ease}._destinationCard_508s5_741:hover,._destinationCard_508s5_741:focus-visible{border-color:#c8ac67;box-shadow:0 24px 54px #17382e1f;transform:translateY(-7px);outline:none}._destinationIcon_508s5_763{width:52px;height:52px;display:grid;place-items:center;color:#fff;background:#173f32;border-radius:16px;transition:transform .22s ease}._destinationCard_508s5_741:hover ._destinationIcon_508s5_763,._destinationCard_508s5_741:focus-visible ._destinationIcon_508s5_763{transform:rotate(-5deg) scale(1.06)}._destinationIcon_508s5_763 svg{width:23px;height:23px}._destinationCard_508s5_741 small{margin:1.4rem 0 .45rem;color:#9b7228;font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}._destinationStatus_508s5_793{width:fit-content;display:inline-flex;padding:.3rem .55rem;color:#8b6728;background:#eee2c3;border:1px solid #d8c18b;border-radius:999px;font-size:.58rem;font-style:normal;font-weight:800;letter-spacing:.08em;text-transform:uppercase}._destinationCard_508s5_741 h3{margin:0;font-family:var(--font-family-display);font-size:2rem;font-weight:400;line-height:1.05}._destinationCard_508s5_741 p{margin:.9rem 0 0;color:#657169;line-height:1.7}._destinationCard_508s5_741>span:last-child{display:inline-flex;align-items:center;gap:.45rem;margin-top:auto;padding-top:1.3rem;color:#174839;font-size:.74rem;font-weight:800}._destinationCard_508s5_741>span:last-child svg{width:15px;height:15px;transition:transform .22s ease}._destinationCard_508s5_741:hover>span:last-child svg,._destinationCard_508s5_741:focus-visible>span:last-child svg{transform:translate(5px)}._customSection_508s5_278{width:min(1240px,calc(100% - 2rem));display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:end;margin:0 auto 2rem;padding:clamp(2.5rem,6vw,4.5rem);color:#fff;background:#163d31;border-radius:1.6rem}._customSection_508s5_278>div>p:last-of-type{max-width:800px;margin:1rem 0 0;color:#ffffffad;line-height:1.75}._customTrust_508s5_248{display:flex;flex-wrap:wrap;gap:.7rem 1.2rem;margin-top:1.3rem;color:#fff9;font-size:.7rem}._customActions_508s5_873{display:grid;justify-items:stretch;gap:.75rem}._customActions_508s5_873>a:last-child{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;color:#e0c171;font-size:.68rem;font-weight:800;text-align:center;text-decoration:none}._customActions_508s5_873>a:last-child svg{width:14px;height:14px}._footer_508s5_893{display:flex;justify-content:space-between;align-items:center;gap:1rem 2rem;padding:2rem clamp(1rem,4vw,4rem);color:#ffffff8c;background:#0a281f;font-size:.72rem;text-align:left}@media(max-width:980px){._sectionIntro_508s5_268,._blueprintSection_508s5_457,._privateChefSection_508s5_562,._customSection_508s5_278,._priceGrid_508s5_293,._destinationGrid_508s5_735{grid-template-columns:1fr}._priceCard_508s5_329,._destinationCard_508s5_741{min-height:auto}}@media(max-width:640px){._header_508s5_9{min-height:66px;gap:.55rem;padding:.65rem .8rem}._brand_508s5_26>span{width:38px;height:38px}._backButton_508s5_72{padding-inline:.75rem;font-size:.66rem}._hero_508s5_81>div{padding:4.7rem 1rem 4rem}._hero_508s5_81 h1{font-size:clamp(2.65rem,12.5vw,3.7rem);line-height:.96}._heroActions_508s5_142,._heroActions_508s5_142 a{width:100%}._consultancySection_508s5_261,._destinationSection_508s5_262{padding:4.5rem 1rem}._sectionIntro_508s5_268{gap:1rem}._sectionIntro_508s5_268 h2,._blueprintMain_508s5_277 h2,._customSection_508s5_278 h2{font-size:clamp(2.15rem,10.5vw,3rem)}._priceCard_508s5_329{padding:1.4rem}._featuredLabel_508s5_357{position:static;width:fit-content;margin-bottom:1rem}._blueprintSection_508s5_457,._privateChefSection_508s5_562,._customSection_508s5_278{width:100%;padding:3rem 1.1rem;border-radius:0}._privateChefIntro_508s5_579 h2{font-size:clamp(2.15rem,10.5vw,3rem)}._privateChefUseCases_508s5_623{grid-template-columns:1fr}._privateChefMaritime_508s5_596{padding:.9rem}._privateChefQuote_508s5_647{padding:1.2rem}._privateChefQuote_508s5_647 h3{font-size:1.85rem}._blueprintIcon_508s5_472{width:62px;height:62px}._boundarySection_508s5_710{width:100%;margin-top:0;border-radius:0}._customSection_508s5_278{margin-bottom:0}._customSection_508s5_278>a,._customActions_508s5_873,._customActions_508s5_873>a:first-child{width:100%}._footer_508s5_893{align-items:flex-start;flex-direction:column}}@media(max-width:420px){._brand_508s5_26 small{display:none}._brand_508s5_26>span{width:36px;height:36px;flex:0 0 auto}._brand_508s5_26 strong{font-size:1.08rem}._backButton_508s5_72 svg{display:none}._backButton_508s5_72{max-width:46%;min-height:40px;padding-inline:.6rem}._hero_508s5_81>div{padding:3.8rem .9rem 3.4rem}._priceCard_508s5_329,._destinationCard_508s5_741{padding:1.2rem}}@media(prefers-reduced-motion:reduce){._priceCard_508s5_329,._blueprintIcon_508s5_472,._blueprintOptions_508s5_507 article,._destinationCard_508s5_741,._destinationIcon_508s5_763,._destinationCard_508s5_741>span:last-child svg{transition:none}}._site_1jwj8_1{min-height:100vh;overflow-x:clip;color:#20342c;background:#f6f3eb;font-family:var(--font-family-base)}._header_1jwj8_9{min-height:76px;display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:0 clamp(1rem,5vw,4rem);color:#fff;background:#0e3026}._brand_1jwj8_20{display:inline-flex;align-items:center;gap:.75rem;color:inherit;text-decoration:none;min-width:0;overflow:hidden}._brandMark_1jwj8_30{width:42px;height:42px;display:grid;place-items:center;color:#15392e;background:linear-gradient(145deg,#e3c77e,#b88a32);border-radius:13px}._brandMark_1jwj8_30 svg{width:21px;height:21px}._brand_1jwj8_20 strong,._brand_1jwj8_20 small{display:block}._brand_1jwj8_20 strong{font-family:var(--font-family-display);font-size:1.3rem;font-weight:400;line-height:.9}._brand_1jwj8_20 small{margin-top:.22rem;color:#d9bd73;font-size:.54rem;font-weight:750;letter-spacing:.14em;text-transform:uppercase}._backButton_1jwj8_66{color:#fff;border-color:#ffffff59;flex:0 0 auto;justify-content:center;text-align:center;white-space:normal}._hero_1jwj8_75{color:#fff;background:radial-gradient(circle at 82% 15%,rgb(227 199 126 / .2),transparent 30%),#12382c}._heroContent_1jwj8_82{width:min(1180px,100%);margin:0 auto;padding:clamp(5rem,11vw,9rem) clamp(1.2rem,5vw,3.5rem)}._eyebrow_1jwj8_88,._eyebrowDark_1jwj8_89,._eyebrowLight_1jwj8_90{margin:0 0 1rem;font-size:.67rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}._eyebrow_1jwj8_88,._eyebrowLight_1jwj8_90{color:#e0c171}._eyebrowDark_1jwj8_89{color:#9b7228}._hero_1jwj8_75 h1,._twoColumn_1jwj8_108 h2,._contentsIntro_1jwj8_109 h2,._executionSection_1jwj8_110 h2,._finalCta_1jwj8_111 h2{margin:0;font-family:var(--font-family-display);font-weight:400;line-height:.96;letter-spacing:-.035em}._hero_1jwj8_75 h1{max-width:940px;font-size:clamp(3.5rem,8vw,7.2rem)}._lead_1jwj8_124{max-width:760px;margin:1.8rem 0 0;color:#ffffffb8;font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.75}._heroActions_1jwj8_132{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-top:2rem}._heroActions_1jwj8_132>span{display:inline-flex;gap:.45rem;align-items:center;color:#fff9;font-size:.75rem}._heroActions_1jwj8_132 svg{width:17px;height:17px}._goldButton_1jwj8_153{min-height:52px;color:#15382d;background:#e0c171;border-color:#e0c171}._launchNote_1jwj8_160{max-width:820px;display:flex;gap:.8rem;align-items:flex-start;margin-top:2rem;padding:1rem 1.1rem;background:#ffffff12;border:1px solid rgb(255 255 255 / .13);border-radius:1rem}._launchNote_1jwj8_160 svg{width:22px;height:22px;flex:0 0 auto;color:#e0c171}._launchNote_1jwj8_160 p{margin:0;color:#ffffffad;line-height:1.6}._launchNote_1jwj8_160 strong{color:#fff}._summaryGrid_1jwj8_189{width:min(1120px,calc(100% - 2rem));display:grid;grid-template-columns:repeat(3,1fr);gap:1px;overflow:hidden;margin:-2rem auto 0;background:#d6d1c4;border:1px solid #d6d1c4;border-radius:1.3rem;box-shadow:0 24px 60px #15382c29}._summaryGrid_1jwj8_189 article{padding:1.5rem;background:#fbfaf6}._summaryGrid_1jwj8_189 svg{width:23px;height:23px;color:#9b7228}._summaryGrid_1jwj8_189 p{margin:1.2rem 0 .35rem;color:#8a672a;font-size:.64rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}._summaryGrid_1jwj8_189 strong{font-family:var(--font-family-display);font-size:1.3rem;font-weight:400;line-height:1.25}._twoColumn_1jwj8_108,._contentsSection_1jwj8_230,._executionSection_1jwj8_110,._finalCta_1jwj8_111{width:min(1180px,100%);margin:0 auto;padding:clamp(5rem,10vw,8rem) clamp(1.2rem,5vw,3.5rem)}._legalNote_1jwj8_238{width:min(1180px,calc(100% - 2rem));margin:0 auto 2rem;padding:1.3rem 1.4rem;background:#ece6d8;border:1px solid #d7c79f;border-radius:1rem}._legalNote_1jwj8_238 strong{color:#25463a}._legalNote_1jwj8_238 p{margin:.45rem 0 .9rem;color:#617068;font-size:.76rem;line-height:1.65}._boundaryList_1jwj8_250{display:grid;gap:.65rem;margin:.8rem 0 1rem;padding:0;list-style:none}._boundaryList_1jwj8_250 li{display:flex;gap:.55rem;align-items:flex-start;color:#4d6258;font-size:.76rem;line-height:1.55}._boundaryList_1jwj8_250 svg{width:16px;height:16px;flex:0 0 auto;margin-top:.15rem;color:#9b7228}._twoColumn_1jwj8_108{display:grid;grid-template-columns:.85fr 1.15fr;gap:3rem 6rem;align-items:start}._twoColumn_1jwj8_108 h2,._contentsIntro_1jwj8_109 h2,._executionSection_1jwj8_110 h2,._finalCta_1jwj8_111 h2{font-size:clamp(2.8rem,5vw,4.8rem)}._twoColumn_1jwj8_108>div>p:last-child,._contentsIntro_1jwj8_109>p:last-child,._finalCta_1jwj8_111>div>p:last-child{color:#617068;line-height:1.75}._checkList_1jwj8_296{display:grid;gap:.8rem;margin:0;padding:0;list-style:none}._checkList_1jwj8_296 li{display:flex;gap:.7rem;align-items:flex-start;padding:1rem;background:#ebe5d8;border:1px solid #ddd5c6;border-radius:1rem;line-height:1.55}._checkList_1jwj8_296 svg{width:18px;height:18px;flex:0 0 auto;margin-top:.15rem;color:#9b7228}._contentsSection_1jwj8_230{width:100%;max-width:none;background:#ece7da}._contentsSection_1jwj8_230>*{width:min(1180px,100%);margin-right:auto;margin-left:auto}._contentsIntro_1jwj8_109{max-width:860px;margin-bottom:2.5rem}._contentsGrid_1jwj8_340{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}._contentsGrid_1jwj8_340 article{min-height:190px;padding:1.5rem;background:#fbfaf6;border:1px solid #dcd6c8;border-radius:1.15rem}._contentsGrid_1jwj8_340 span{color:#a57d32;font-size:.65rem;font-weight:850;letter-spacing:.12em}._contentsGrid_1jwj8_340 p{margin:2.6rem 0 0;font-family:var(--font-family-display);font-size:1.45rem;line-height:1.2}._executionSection_1jwj8_110{width:min(1380px,calc(100% - 2rem));color:#fff;background:#12382c;border-radius:1.8rem}._executionGrid_1jwj8_375{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3rem}._executionGrid_1jwj8_375 article{min-height:300px;padding:1.7rem;background:#ffffff12;border:1px solid rgb(255 255 255 / .13);border-radius:1.2rem}._executionGrid_1jwj8_375 svg{width:28px;height:28px;color:#e0c171}._executionGrid_1jwj8_375 h3{margin:3rem 0 .8rem;font-family:var(--font-family-display);font-size:1.8rem;font-weight:400}._executionGrid_1jwj8_375 p{margin:0;color:#ffffffa8;line-height:1.7}._finalCta_1jwj8_111{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:end}._footer_1jwj8_416{display:flex;justify-content:space-between;gap:1rem;padding:2rem clamp(1.2rem,5vw,4rem);color:#ffffff94;background:#0b2a21;font-size:.75rem}._footer_1jwj8_416>:last-child{justify-self:end}@media(max-width:900px){._summaryGrid_1jwj8_189,._twoColumn_1jwj8_108,._contentsGrid_1jwj8_340,._executionGrid_1jwj8_375,._finalCta_1jwj8_111{grid-template-columns:1fr}._summaryGrid_1jwj8_189{margin-top:0;border-radius:0}._executionSection_1jwj8_110{width:100%;border-radius:0}._footer_1jwj8_416{flex-direction:column;align-items:flex-start}._footer_1jwj8_416>:last-child{justify-self:auto}}@media(max-width:620px){._header_1jwj8_9{min-height:68px;gap:.55rem;padding:0 .8rem}._backButton_1jwj8_66{padding-inline:.7rem;font-size:.72rem}._backButton_1jwj8_66 svg{display:none}._heroContent_1jwj8_82,._twoColumn_1jwj8_108,._contentsSection_1jwj8_230,._executionSection_1jwj8_110,._finalCta_1jwj8_111{padding:4rem 1rem}._hero_1jwj8_75 h1{font-size:clamp(2.6rem,12.5vw,3.7rem);line-height:.96}._heroActions_1jwj8_132,._heroActions_1jwj8_132 a,._finalCta_1jwj8_111 a{width:100%}._footer_1jwj8_416{flex-direction:column}}@media(max-width:400px){._brand_1jwj8_20 small{display:none}._brandMark_1jwj8_30{width:36px;height:36px;flex:0 0 auto}._brand_1jwj8_20 strong{font-size:1.05rem}._backButton_1jwj8_66 svg{display:none}._backButton_1jwj8_66{max-width:46%;min-height:40px;padding-inline:.55rem;font-size:.65rem}._heroContent_1jwj8_82,._twoColumn_1jwj8_108,._contentsSection_1jwj8_230,._executionSection_1jwj8_110,._finalCta_1jwj8_111{padding:3.8rem .9rem}._summaryGrid_1jwj8_189{width:100%}._launchNote_1jwj8_160{padding:.9rem}._contentsGrid_1jwj8_340 article,._executionGrid_1jwj8_375 article{padding:1.2rem}}._workspace_uo7yz_1{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.38fr);gap:1rem;align-items:start}._calculatorPanel_uo7yz_2,._resultPanel_uo7yz_2,._guidanceGrid_uo7yz_2 article,._boundaryNote_uo7yz_2{border:1px solid #ded8ca;border-radius:1.35rem;box-shadow:0 18px 46px #14382c12}._calculatorPanel_uo7yz_2{padding:clamp(1.25rem,3vw,2.2rem);background:radial-gradient(circle at 95% 0%,rgb(224 193 113 / .14),transparent 28%),#fff}._panelHeading_uo7yz_4{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}._panelHeading_uo7yz_4 p,._resultPanel_uo7yz_2>p{display:flex;align-items:center;gap:.45rem;margin:0 0 .7rem;color:#956d24;font-size:.64rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._panelHeading_uo7yz_4 p svg,._resultPanel_uo7yz_2>p svg{width:16px;height:16px}._panelHeading_uo7yz_4 h2,._boundaryNote_uo7yz_2 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2rem,4vw,3.2rem);font-weight:400;line-height:1}._ingredientTable_uo7yz_8{display:grid;gap:.65rem;margin-top:1.8rem}._tableHeader_uo7yz_9,._ingredientRow_uo7yz_9{display:grid;grid-template-columns:1.3fr 1.25fr .7fr 1.25fr .8fr 42px;gap:.65rem;align-items:end}._tableHeader_uo7yz_9{padding:0 .3rem;color:#8a8171;font-size:.6rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}._ingredientRow_uo7yz_9{padding:.85rem;background:#f7f4ed;border:1px solid #e5dfd3;border-radius:1rem}._ingredientRow_uo7yz_9 label,._operatingGrid_uo7yz_12 label{display:grid;gap:.4rem;color:#4e6158;font-size:.68rem;font-weight:750}._ingredientRow_uo7yz_9 label>span,._rowCost_uo7yz_13>span,._operatingGrid_uo7yz_12 label>span{display:none}._amountGroup_uo7yz_14>div{display:grid;grid-template-columns:1fr 82px;gap:.4rem}._rowCost_uo7yz_13{min-height:40px;display:grid;align-content:center;padding:.45rem .65rem;color:#173e32;background:#ebe5d8;border-radius:.7rem}._rowCost_uo7yz_13 strong{font-size:.78rem}._invalidCost_uo7yz_17{color:#8a3e34;background:#f5e5e1}._addButton_uo7yz_18{margin-top:1rem}._operatingGrid_uo7yz_12{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5dfd3}._operatingGrid_uo7yz_12 label>span{display:block}._calculationAction_uo7yz_21{display:flex;align-items:center;gap:1rem;margin-top:1.2rem;padding-top:1.2rem;border-top:1px solid #e5dfd3}._calculationAction_uo7yz_21 button{min-height:50px;color:#17382e;background:#e0c171;border-color:#e0c171}._calculationAction_uo7yz_21 p{max-width:440px;margin:0;color:#6b766f;font-size:.7rem;line-height:1.55}._resultPanel_uo7yz_2{position:sticky;top:90px;padding:2rem;color:#fff;background:radial-gradient(circle at 90% 10%,rgb(224 193 113 / .2),transparent 30%),#153d31;border-color:#153d31}._resultPanel_uo7yz_2>p{color:#e0c171}._resultPanel_uo7yz_2 h2{margin:.8rem 0 0;font-family:var(--font-family-display);font-size:clamp(3.5rem,7vw,5.4rem);font-weight:400;line-height:.95}._suggestedPrice_uo7yz_27{margin-top:.9rem;padding:1.15rem 1.2rem;color:#17382e;background:linear-gradient(135deg,#efd98f,#dcb75d);border:1px solid rgb(255 255 255 / .35);border-radius:1rem;box-shadow:0 14px 34px #00000029}._suggestedPrice_uo7yz_27 small{display:block;color:#456055;font-size:.66rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}._suggestedPrice_uo7yz_27 h2{margin:.35rem 0 0;color:#102f26}._resultPanel_uo7yz_2>span{display:block;margin-top:.7rem;color:#ffffffa3;line-height:1.6}._resultPanel_uo7yz_2 dl{display:grid;gap:.8rem;margin:1.8rem 0 0}._resultPanel_uo7yz_2 dl>div{display:flex;justify-content:space-between;gap:1rem;padding-bottom:.75rem;border-bottom:1px solid rgb(255 255 255 / .12)}._resultPanel_uo7yz_2 dt{color:#ffffff94;font-size:.72rem}._resultPanel_uo7yz_2 dd{margin:0;color:#fff;font-weight:800}._resultPanel_uo7yz_2 ._totalLine_uo7yz_35{padding:.9rem;background:#e0c1711f;border:1px solid rgb(224 193 113 / .28);border-radius:.75rem}._warning_uo7yz_36{display:flex;gap:.5rem;align-items:flex-start;margin-top:1rem;padding:.8rem;color:#ffe1b0;background:#763d1f61;border-radius:.7rem;font-size:.7rem;line-height:1.5}._warning_uo7yz_36 svg{width:16px;height:16px;flex:0 0 auto}._resultPanel_uo7yz_2>small{display:flex;gap:.5rem;align-items:flex-start;margin-top:1rem;color:#ffffff7a;font-size:.64rem;line-height:1.55}._resultPanel_uo7yz_2>small svg{width:15px;height:15px;flex:0 0 auto}._emptyResult_uo7yz_40{min-height:420px;display:flex;flex-direction:column;justify-content:center}._emptyResult_uo7yz_40>svg{width:42px;height:42px;color:#e0c171}._emptyResult_uo7yz_40 p{margin:1.4rem 0 .5rem;color:#e0c171;font-size:.64rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}._emptyResult_uo7yz_40 h2{margin:0;font-family:var(--font-family-display);font-size:2.6rem;font-weight:400;line-height:1}._emptyResult_uo7yz_40 span{margin-top:.8rem;color:#ffffff94;line-height:1.6}._emailGateWrap_uo7yz_45{margin-top:1rem}._guidanceGrid_uo7yz_2{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}._guidanceGrid_uo7yz_2 article{padding:1.4rem;background:#fff}._guidanceGrid_uo7yz_2 article>svg{width:22px;height:22px;color:#9b7228}._guidanceGrid_uo7yz_2 h3{margin:1rem 0 .45rem;font-family:var(--font-family-display);font-size:1.45rem;font-weight:400}._guidanceGrid_uo7yz_2 p{margin:0;color:#657169;font-size:.78rem;line-height:1.65}._boundaryNote_uo7yz_2{display:grid;grid-template-columns:1fr .8fr auto;gap:1.5rem 2.5rem;align-items:center;margin-top:1rem;padding:clamp(1.5rem,4vw,2.5rem);background:#eee8da}._boundaryNote_uo7yz_2 p{margin:0 0 .5rem;color:#9b7228;font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}._boundaryNote_uo7yz_2>span{color:#607069;line-height:1.65}._boundaryNote_uo7yz_2 a{color:#17382e;background:#e0c171;border-color:#e0c171}._faqSection_uo7yz_55{display:grid;grid-template-columns:.8fr 1.2fr;gap:2rem 4rem;margin-top:1rem;padding:clamp(1.5rem,4vw,2.5rem);background:#fff;border:1px solid #ded8ca;border-radius:1.35rem;box-shadow:0 18px 46px #14382c12}._faqSection_uo7yz_55>div:first-child>p{margin:0 0 .5rem;color:#9b7228;font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}._faqSection_uo7yz_55 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2rem,4vw,3.2rem);font-weight:400;line-height:1}._faqSection_uo7yz_55>div:last-child{display:grid;gap:.7rem}._faqSection_uo7yz_55 details{padding:1rem 1.1rem;background:#f7f4ed;border:1px solid #e5dfd3;border-radius:.85rem}._faqSection_uo7yz_55 summary{cursor:pointer;font-weight:800}._faqSection_uo7yz_55 details p{margin:.7rem 0 0;color:#657169;font-size:.78rem;line-height:1.7}._relatedLinks_uo7yz_55{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.35rem;margin-top:1rem;padding:1.2rem 1.4rem;background:#eee8da;border-radius:1rem}._relatedLinks_uo7yz_55 a{display:inline-flex;align-items:center;gap:.35rem;color:#174839;font-size:.76rem;font-weight:750;text-decoration:none}._relatedLinks_uo7yz_55 svg{width:15px}@media(max-width:1080px){._workspace_uo7yz_1{grid-template-columns:1fr}._resultPanel_uo7yz_2{position:static}._tableHeader_uo7yz_9{display:none}._ingredientRow_uo7yz_9{grid-template-columns:repeat(2,1fr) auto}._ingredientRow_uo7yz_9 label>span,._rowCost_uo7yz_13>span{display:block}._rowCost_uo7yz_13{min-height:auto}._operatingGrid_uo7yz_12{grid-template-columns:repeat(3,1fr)}._boundaryNote_uo7yz_2,._faqSection_uo7yz_55{grid-template-columns:1fr}}@media(max-width:720px){._panelHeading_uo7yz_4,._calculationAction_uo7yz_21{flex-direction:column;align-items:flex-start}._calculationAction_uo7yz_21 button{width:100%}._ingredientRow_uo7yz_9,._operatingGrid_uo7yz_12,._guidanceGrid_uo7yz_2{grid-template-columns:1fr}._ingredientRow_uo7yz_9>button{justify-self:end}._amountGroup_uo7yz_14>div{grid-template-columns:minmax(0,1fr) minmax(76px,100px)}._boundaryNote_uo7yz_2 a{width:100%}}@media(max-width:400px){._calculatorPanel_uo7yz_2,._resultPanel_uo7yz_2,._guidanceGrid_uo7yz_2 article,._boundaryNote_uo7yz_2{border-radius:1rem}._calculatorPanel_uo7yz_2,._resultPanel_uo7yz_2{padding:1.1rem}._ingredientRow_uo7yz_9{padding:.75rem}._resultPanel_uo7yz_2 h2{font-size:clamp(2.8rem,14vw,4rem)}._resultPanel_uo7yz_2 dl>div{align-items:flex-start;flex-direction:column;gap:.3rem}}._site_1e0rj_1{min-height:100vh;overflow-x:clip;color:#20342c;background:#f6f3eb;font-family:var(--font-family-base)}._header_1e0rj_2{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 clamp(1rem,5vw,4rem);color:#fff;background:#0e3026}._brand_1e0rj_3{display:inline-flex;align-items:center;gap:.75rem;min-width:0;overflow:hidden;color:inherit;text-decoration:none}._brand_1e0rj_3>span{width:42px;height:42px;display:grid;place-items:center;color:#15392e;background:linear-gradient(145deg,#e3c77e,#b88a32);border-radius:13px}._brand_1e0rj_3 svg{width:21px;height:21px}._brand_1e0rj_3 strong,._brand_1e0rj_3 small{display:block}._brand_1e0rj_3 strong{font-family:var(--font-family-display);font-size:1.3rem;font-weight:400;line-height:.9}._brand_1e0rj_3 small{margin-top:.22rem;color:#d9bd73;font-size:.54rem;font-weight:750;letter-spacing:.14em;text-transform:uppercase}._backButton_1e0rj_9{flex:0 0 auto;justify-content:center;color:#fff;border-color:#ffffff59;text-align:center;white-space:normal}._hero_1e0rj_10{color:#fff;background:radial-gradient(circle at 82% 15%,rgb(227 199 126 / .21),transparent 30%),#12382c}._heroInner_1e0rj_11{width:min(1220px,100%);margin:0 auto;padding:clamp(5rem,11vw,9rem) clamp(1.2rem,5vw,3.5rem)}._eyebrow_1e0rj_12,._eyebrowDark_1e0rj_12,._eyebrowLight_1e0rj_12{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:.67rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}._eyebrow_1e0rj_12,._eyebrowLight_1e0rj_12{color:#e0c171}._eyebrowDark_1e0rj_12{color:#9b7228}._eyebrow_1e0rj_12 svg{width:16px;height:16px}._hero_1e0rj_10 h1,._humanSection_1e0rj_16 h2,._flowIntro_1e0rj_16 h2,._valueSection_1e0rj_16 h2,._finalCta_1e0rj_16 h2{margin:0;font-family:var(--font-family-display);font-weight:400;line-height:.95;letter-spacing:-.04em}._hero_1e0rj_10 h1{max-width:1040px;font-size:clamp(3.8rem,8.3vw,7.7rem)}._hero_1e0rj_10 h1 em{color:#e3c77e;font-weight:400}._lead_1e0rj_19{max-width:760px;margin:1.8rem 0 0;color:#ffffffb8;font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.75}._heroActions_1e0rj_20{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-top:2rem}._heroActions_1e0rj_20>span{display:inline-flex;gap:.5rem;align-items:center;color:#fff9;font-size:.75rem}._heroActions_1e0rj_20>span svg{width:18px;height:18px;color:#e0c171}._goldButton_1e0rj_23{min-height:52px;color:#15382d;background:#e0c171;border-color:#e0c171}._humanSection_1e0rj_16,._flowSection_1e0rj_24,._valueSection_1e0rj_16,._useCases_1e0rj_24,._locationSection_1e0rj_24,._faqSection_1e0rj_24,._relatedLinks_1e0rj_24,._finalCta_1e0rj_16{width:min(1200px,100%);margin:0 auto;padding:clamp(5rem,10vw,8rem) clamp(1.2rem,5vw,3.5rem)}._humanSection_1e0rj_16{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem 6rem}._humanSection_1e0rj_16 h2,._flowIntro_1e0rj_16 h2,._valueSection_1e0rj_16 h2,._locationSection_1e0rj_24 h2,._faqSection_1e0rj_24 h2,._finalCta_1e0rj_16 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2.8rem,5.3vw,5rem);font-weight:400;line-height:.95;letter-spacing:-.04em}._humanSection_1e0rj_16>div:last-child p,._valueSection_1e0rj_16>div>p:last-child,._finalCta_1e0rj_16>div>p:last-child{color:#617068;line-height:1.8}._flowSection_1e0rj_24{width:100%;max-width:none;background:#ece7da}._flowSection_1e0rj_24>*{width:min(1200px,100%);margin-right:auto;margin-left:auto}._flowIntro_1e0rj_16{max-width:800px;margin-bottom:2.5rem}._flowGrid_1e0rj_31{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;overflow:hidden;background:#d7d2c5;border:1px solid #d7d2c5;border-radius:1.3rem}._flowGrid_1e0rj_31 article{min-height:300px;padding:2rem;background:#fbfaf6}._flowGrid_1e0rj_31 span{color:#a57d32;font-size:.68rem;font-weight:850;letter-spacing:.14em}._flowGrid_1e0rj_31 h3{margin:4rem 0 .8rem;font-family:var(--font-family-display);font-size:2rem;font-weight:400}._flowGrid_1e0rj_31 p{margin:0;color:#657169;line-height:1.7}._valueSection_1e0rj_16{width:min(1380px,calc(100% - 2rem));display:grid;grid-template-columns:.9fr 1.1fr;gap:3rem 6rem;color:#fff;background:#12382c;border-radius:1.8rem}._valueSection_1e0rj_16>div>p:last-child{color:#ffffffad}._valueSection_1e0rj_16 ul{display:grid;gap:.8rem;margin:0;padding:0;list-style:none}._valueSection_1e0rj_16 li{display:flex;gap:.7rem;align-items:flex-start;padding:.95rem 1rem;color:#ffffffc7;background:#ffffff0f;border:1px solid rgb(255 255 255 / .12);border-radius:1rem;line-height:1.55}._valueSection_1e0rj_16 li svg{width:18px;height:18px;flex:0 0 auto;margin-top:.15rem;color:#e0c171}._useCases_1e0rj_24{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}._useCases_1e0rj_24 article{min-height:280px;padding:1.6rem;background:#ebe5d8;border:1px solid #ddd5c6;border-radius:1.2rem}._useCases_1e0rj_24 svg{width:27px;height:27px;color:#8f6825}._useCases_1e0rj_24 h3{margin:3rem 0 .7rem;font-family:var(--font-family-display);font-size:1.65rem;font-weight:400}._useCases_1e0rj_24 p{margin:0;color:#5f6d65;line-height:1.65}._locationSection_1e0rj_24{display:grid;grid-template-columns:1fr 1fr;gap:3rem 6rem;padding-top:2rem}._locationSection_1e0rj_24>div:last-child p{margin:0 0 1rem;color:#617068;line-height:1.8}._faqSection_1e0rj_24{padding-top:2rem}._faqSection_1e0rj_24>div:last-child{display:grid;gap:.8rem;margin-top:2rem}._faqSection_1e0rj_24 details{padding:1.2rem 1.3rem;background:#fff;border:1px solid #ded8ca;border-radius:1rem}._faqSection_1e0rj_24 summary{cursor:pointer;font-weight:800}._faqSection_1e0rj_24 details p{margin:.8rem 0 0;color:#617068;line-height:1.7}._relatedLinks_1e0rj_24{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem 1.5rem;padding-top:1.5rem;padding-bottom:1.5rem;background:#eee8da;border-radius:1rem}._relatedLinks_1e0rj_24 a{display:inline-flex;align-items:center;gap:.35rem;color:#174839;font-weight:750;text-decoration:none}._relatedLinks_1e0rj_24 svg{width:15px}._finalCta_1e0rj_16{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:end;margin-bottom:1.5rem;color:#fff;background:#12382c;border-radius:1.8rem}._finalCta_1e0rj_16>div>p:last-child{color:#ffffffa8}._intakeLink_1e0rj_49{grid-column:2;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;color:#e0c171;font-size:.68rem;font-weight:800;text-decoration:none}._intakeLink_1e0rj_49 svg{width:14px;height:14px}._footer_1e0rj_51{display:flex;justify-content:space-between;align-items:center;gap:1rem 2rem;padding:2rem clamp(1.2rem,5vw,4rem);color:#ffffff8c;background:#0b2a21;font-size:.75rem}@media(max-width:920px){._humanSection_1e0rj_16,._flowGrid_1e0rj_31,._valueSection_1e0rj_16,._useCases_1e0rj_24,._locationSection_1e0rj_24,._finalCta_1e0rj_16{grid-template-columns:1fr}._valueSection_1e0rj_16{width:100%;border-radius:0}._intakeLink_1e0rj_49{grid-column:auto;justify-content:flex-start}}@media(max-width:620px){._header_1e0rj_2{min-height:68px;gap:.55rem;padding:0 .8rem}._backButton_1e0rj_9{padding-inline:.65rem;font-size:.68rem}._backButton_1e0rj_9 svg{display:none}._heroInner_1e0rj_11,._humanSection_1e0rj_16,._flowSection_1e0rj_24,._valueSection_1e0rj_16,._useCases_1e0rj_24,._locationSection_1e0rj_24,._faqSection_1e0rj_24,._relatedLinks_1e0rj_24,._finalCta_1e0rj_16{padding:4rem 1rem}._hero_1e0rj_10 h1{font-size:clamp(2.65rem,12.5vw,3.75rem);line-height:.96}._humanSection_1e0rj_16 h2,._flowIntro_1e0rj_16 h2,._valueSection_1e0rj_16 h2,._locationSection_1e0rj_24 h2,._faqSection_1e0rj_24 h2,._finalCta_1e0rj_16 h2{font-size:clamp(2.15rem,10.5vw,3rem)}._heroActions_1e0rj_20,._heroActions_1e0rj_20 a,._finalCta_1e0rj_16 a{width:100%}._relatedLinks_1e0rj_24{border-radius:0}._finalCta_1e0rj_16{margin:0;border-radius:0}._footer_1e0rj_51{align-items:flex-start;flex-direction:column}}@media(max-width:400px){._brand_1e0rj_3 small{display:none}._brand_1e0rj_3>span{width:36px;height:36px;flex:0 0 auto}._brand_1e0rj_3 strong{font-size:1.05rem}._backButton_1e0rj_9{max-width:46%;min-height:40px;padding-inline:.55rem;font-size:.64rem}._heroInner_1e0rj_11,._humanSection_1e0rj_16,._flowSection_1e0rj_24,._valueSection_1e0rj_16,._useCases_1e0rj_24,._finalCta_1e0rj_16{padding:3.7rem .9rem}._flowGrid_1e0rj_31 article,._useCases_1e0rj_24 article{padding:1.2rem}}._site_1one5_1{min-height:100vh;overflow-x:clip;color:#20342c;background:#f6f3eb;font-family:var(--font-family-base)}._header_1one5_2{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 clamp(1rem,5vw,4rem);color:#fff;background:#0e3026}._brand_1one5_2{display:inline-flex;align-items:center;gap:.75rem;color:inherit;text-decoration:none}._brand_1one5_2>span{width:42px;height:42px;display:grid;place-items:center;color:#15392e;background:linear-gradient(145deg,#e3c77e,#b88a32);border-radius:13px}._brand_1one5_2 svg{width:21px}._brand_1one5_2 strong,._brand_1one5_2 small{display:block}._brand_1one5_2 strong{font-family:var(--font-family-display);font-size:1.3rem;font-weight:400;line-height:.9}._brand_1one5_2 small{margin-top:.22rem;color:#d9bd73;font-size:.54rem;font-weight:750;letter-spacing:.14em;text-transform:uppercase}._backButton_1one5_2{color:#fff;border-color:#ffffff59}._hero_1one5_3{color:#fff;background:radial-gradient(circle at 84% 18%,rgb(227 199 126/.22),transparent 30%),#12382c}._hero_1one5_3>div,._intro_1one5_3,._services_1one5_3,._process_1one5_3,._faq_1one5_3,._related_1one5_3,._cta_1one5_3{width:min(1200px,100%);margin:auto;padding:clamp(4.5rem,9vw,7.5rem) clamp(1.2rem,5vw,3.5rem)}._eyebrow_1one5_3,._eyebrowDark_1one5_3{margin:0 0 1rem;color:#e0c171;font-size:.67rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}._eyebrowDark_1one5_3{color:#9b7228}._hero_1one5_3 h1,._intro_1one5_3 h2,._sectionHeading_1one5_3 h2,._outcomes_1one5_3 h2,._cta_1one5_3 h2{margin:0;font-family:var(--font-family-display);font-weight:400;line-height:.96;letter-spacing:-.04em}._hero_1one5_3 h1{max-width:1000px;font-size:clamp(3.2rem,7vw,6.8rem)}._lead_1one5_3{max-width:780px;margin:1.6rem 0 0;color:#ffffffb8;font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.75}._heroActions_1one5_3{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:2rem}._heroActions_1one5_3>span{display:inline-flex;align-items:center;gap:.5rem;color:#ffffff9e;font-size:.75rem}._heroActions_1one5_3 svg{width:18px}._goldButton_1one5_3{min-height:52px;color:#15382d;background:#e0c171;border-color:#e0c171}._intro_1one5_3{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem 6rem}._intro_1one5_3 h2,._sectionHeading_1one5_3 h2,._outcomes_1one5_3 h2,._cta_1one5_3 h2{font-size:clamp(2.5rem,5vw,4.7rem)}._intro_1one5_3>div:last-child p{margin:0 0 1rem;color:#617068;line-height:1.8}._services_1one5_3{width:100%;max-width:none;background:#ece7da}._services_1one5_3>*{width:min(1200px,100%);margin-right:auto;margin-left:auto}._sectionHeading_1one5_3{max-width:850px;margin-bottom:2.5rem}._cardGrid_1one5_4,._processGrid_1one5_4{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;overflow:hidden;background:#d7d2c5;border:1px solid #d7d2c5;border-radius:1.3rem}._cardGrid_1one5_4 article,._processGrid_1one5_4 article{min-height:270px;padding:2rem;background:#fbfaf6}._cardGrid_1one5_4 span,._processGrid_1one5_4 span{color:#9b7228;font-size:.65rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}._cardGrid_1one5_4 h3,._processGrid_1one5_4 h3{margin:3.5rem 0 .7rem;font-family:var(--font-family-display);font-size:1.8rem;font-weight:400}._cardGrid_1one5_4 p,._processGrid_1one5_4 p{margin:0;color:#657169;line-height:1.7}._outcomes_1one5_3{width:min(1380px,calc(100% - 2rem));display:grid;grid-template-columns:.9fr 1.1fr;gap:3rem 6rem;margin:0 auto;padding:clamp(4.5rem,9vw,7rem) clamp(1.2rem,5vw,3.5rem);color:#fff;background:#12382c;border-radius:1.8rem}._outcomes_1one5_3 ul{display:grid;gap:.8rem;margin:0;padding:0;list-style:none}._outcomes_1one5_3 li{display:flex;gap:.7rem;padding:.95rem 1rem;color:#ffffffc7;background:#ffffff0f;border:1px solid rgb(255 255 255/.12);border-radius:1rem;line-height:1.55}._outcomes_1one5_3 li svg{width:18px;flex:0 0 auto;color:#e0c171}._faq_1one5_3{padding-top:2rem}._faq_1one5_3>div:last-child{display:grid;gap:.8rem}._faq_1one5_3 details{padding:1.2rem 1.3rem;background:#fff;border:1px solid #ded8ca;border-radius:1rem}._faq_1one5_3 summary{cursor:pointer;font-weight:800}._faq_1one5_3 details p{margin:.8rem 0 0;color:#617068;line-height:1.7}._related_1one5_3{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.5rem;padding-top:1.5rem;padding-bottom:1.5rem;background:#eee8da;border-radius:1rem}._related_1one5_3 a{display:inline-flex;align-items:center;gap:.35rem;color:#174839;font-weight:750;text-decoration:none}._related_1one5_3 svg{width:15px}._cta_1one5_3{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:end;margin-bottom:1.5rem;color:#fff;background:#12382c;border-radius:1.8rem}._cta_1one5_3 p:last-child{color:#ffffffa8;line-height:1.75}._footer_1one5_5{display:flex;justify-content:space-between;gap:1rem;padding:2rem clamp(1.2rem,5vw,4rem);color:#ffffff8c;background:#0b2a21;font-size:.75rem}@media(max-width:920px){._intro_1one5_3,._cardGrid_1one5_4,._processGrid_1one5_4,._outcomes_1one5_3,._cta_1one5_3{grid-template-columns:1fr}._outcomes_1one5_3{width:100%;border-radius:0}}@media(max-width:620px){._header_1one5_2{min-height:68px;padding:0 .8rem}._backButton_1one5_2 svg{display:none}._hero_1one5_3>div,._intro_1one5_3,._services_1one5_3,._process_1one5_3,._faq_1one5_3,._related_1one5_3,._cta_1one5_3{padding:3.8rem 1rem}._hero_1one5_3 h1{font-size:clamp(2.55rem,12vw,3.7rem)}._related_1one5_3{border-radius:0}._cta_1one5_3{margin:0;border-radius:0}._cta_1one5_3 a{width:100%}._footer_1one5_5{flex-direction:column}._brand_1one5_2 small{display:none}}._generatorPanel_1o0w3_1{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.36fr);gap:1rem}._formSide_1o0w3_2,._briefSide_1o0w3_2,._ideaCard_1o0w3_2,._testSection_1o0w3_2{border:1px solid #ded8ca;border-radius:1.35rem;box-shadow:0 18px 46px #14382c12}._formSide_1o0w3_2{padding:clamp(1.4rem,4vw,2.5rem);background:radial-gradient(circle at 95% 5%,rgb(224 193 113 / .14),transparent 30%),#fff}._formSide_1o0w3_2>p,._resultsHeading_1o0w3_4 p,._testSection_1o0w3_2>div>p{display:flex;align-items:center;gap:.45rem;margin:0 0 .7rem;color:#987126;font-size:.65rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._formSide_1o0w3_2>p svg,._resultsHeading_1o0w3_4 p svg{width:16px;height:16px}._formSide_1o0w3_2 h2,._resultsHeading_1o0w3_4 h2,._testSection_1o0w3_2 h2{margin:0;font-family:var(--font-family-display);font-size:clamp(2.2rem,5vw,3.8rem);font-weight:400;line-height:1}._formSide_1o0w3_2>label{display:grid;gap:.5rem;margin-top:1.8rem;color:#4f6259;font-size:.72rem;font-weight:750}._formSide_1o0w3_2>label small{color:#85877f;font-size:.64rem;font-weight:500}._selectGrid_1o0w3_9{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;margin-top:1rem}._selectGrid_1o0w3_9 label{display:grid;gap:.45rem;color:#4f6259;font-size:.7rem;font-weight:750}._generateButton_1o0w3_11{min-height:52px;margin-top:1.2rem;color:#17382e;background:#e0c171;border-color:#e0c171}._validation_1o0w3_12{margin:.8rem 0 0;color:#8b4137;font-size:.7rem}._briefSide_1o0w3_2{display:flex;flex-direction:column;justify-content:center;padding:2rem;color:#fff;background:radial-gradient(circle at 85% 12%,rgb(224 193 113 / .22),transparent 32%),#153d31;border-color:#153d31}._briefSide_1o0w3_2>span{width:54px;height:54px;display:grid;place-items:center;color:#17382e;background:#e0c171;border-radius:16px}._briefSide_1o0w3_2>span svg{width:25px;height:25px}._briefSide_1o0w3_2>p{margin:1.5rem 0 .45rem;color:#e0c171;font-size:.62rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}._briefSide_1o0w3_2 h3{margin:0;font-family:var(--font-family-display);font-size:2.2rem;font-weight:400;line-height:1.05}._briefSide_1o0w3_2>strong{margin-top:.65rem;color:#ffffffb8}._briefSide_1o0w3_2>div{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1.1rem}._briefSide_1o0w3_2 small{padding:.35rem .55rem;color:#fff;background:#ffffff1a;border:1px solid rgb(255 255 255 / .13);border-radius:999px}._briefSide_1o0w3_2 em{margin-top:1.3rem;color:#ffffff7a;font-size:.68rem;font-style:normal}._resultsSection_1o0w3_22{margin-top:2rem}._resultsHeading_1o0w3_4{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1.3rem}._ideaGrid_1o0w3_24{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}._ideaCard_1o0w3_2{display:flex;flex-direction:column;padding:1.5rem;background:#fff;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}._ideaCard_1o0w3_2:hover{transform:translateY(-4px);border-color:#cbb06a;box-shadow:0 26px 56px #14382c1c}._rankRow_1o0w3_27{display:flex;justify-content:space-between;gap:.8rem;align-items:flex-start}._rankRow_1o0w3_27>span{color:#987126;font-size:.61rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}._rankRow_1o0w3_27 small{max-width:150px;color:#586960;font-size:.61rem;text-align:right}._ideaCard_1o0w3_2 h3{margin:1.4rem 0 .7rem;font-family:var(--font-family-display);font-size:2rem;font-weight:400;line-height:1.03}._ideaCard_1o0w3_2>p{margin:0;color:#657169;line-height:1.65}._scoreGrid_1o0w3_32{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-top:1.3rem}._scoreGrid_1o0w3_32>div{display:grid;grid-template-columns:auto 1fr auto;gap:.4rem;align-items:center;padding:.75rem;background:#f0ebdf;border-radius:.75rem}._scoreGrid_1o0w3_32 svg{width:17px;height:17px;color:#987126}._scoreGrid_1o0w3_32 span{color:#66736c;font-size:.65rem}._scoreGrid_1o0w3_32 strong{color:#173e32;font-size:.72rem}._ideaCard_1o0w3_2 dl{display:grid;gap:1rem;margin:1.4rem 0 0}._ideaCard_1o0w3_2 dl>div{padding-top:.9rem;border-top:1px solid #e5dfd3}._ideaCard_1o0w3_2 dt{margin-bottom:.35rem;color:#36584b;font-size:.63rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}._ideaCard_1o0w3_2 dd{margin:0;color:#657169;font-size:.75rem;line-height:1.6}._ideaCard_1o0w3_2 ._commercial_1o0w3_41{margin-top:auto;padding:.9rem;background:#eee8da;border:0;border-radius:.8rem}._testSection_1o0w3_2{display:grid;grid-template-columns:1fr .8fr auto;gap:1.5rem 2.5rem;align-items:center;margin-top:1rem;padding:clamp(1.5rem,4vw,2.5rem);color:#fff;background:#153d31;border-color:#153d31}._testSection_1o0w3_2 h2{font-size:clamp(2rem,4vw,3.2rem)}._testSection_1o0w3_2 ul{display:grid;gap:.7rem;margin:0;padding:0;list-style:none}._testSection_1o0w3_2 li{display:flex;gap:.5rem;color:#ffffffab;font-size:.76rem;line-height:1.55}._testSection_1o0w3_2 li svg{width:16px;height:16px;flex:0 0 auto;color:#e0c171}._testSection_1o0w3_2 a{color:#17382e;background:#e0c171;border-color:#e0c171}@media(max-width:1000px){._generatorPanel_1o0w3_1,._testSection_1o0w3_2,._ideaGrid_1o0w3_24{grid-template-columns:1fr}}@media(max-width:640px){._selectGrid_1o0w3_9{grid-template-columns:1fr}._resultsHeading_1o0w3_4{align-items:flex-start;flex-direction:column}._generateButton_1o0w3_11,._testSection_1o0w3_2 a{width:100%}}@media(max-width:400px){._formSide_1o0w3_2,._briefSide_1o0w3_2,._ideaCard_1o0w3_2,._testSection_1o0w3_2{padding:1rem;border-radius:1rem}._rankRow_1o0w3_27{flex-direction:column}._rankRow_1o0w3_27 small{max-width:none;text-align:left}._scoreGrid_1o0w3_32{grid-template-columns:1fr}._scoreGrid_1o0w3_32>div{grid-template-columns:auto minmax(0,1fr) auto}}@media(prefers-reduced-motion:reduce){._ideaCard_1o0w3_2{transition:none}}:root{--z-overlay: 400;--z-spotlight: 1000;--z-critical: 2000;--spacing-1: .25rem;--spacing-2: .5rem;--spacing-3: .75rem;--spacing-4: 1rem;--spacing-5: 1.25rem;--spacing-6: 1.5rem;--spacing-8: 2rem;--spacing-10: 2.5rem;--spacing-12: 3rem;--spacing-16: 4rem;--spacing-20: 5rem;--background: #f7f7f4;--foreground: #14271f;--surface: #ffffff;--surface-foreground: #10291f;--sidebar: #12382c;--sidebar-foreground: #ffffff;--card: #ffffff;--card-foreground: #14271f;--popup: #ffffff;--popup-foreground: #10291f;--primary: #174839;--primary-foreground: #ffffff;--secondary: #eaf1ed;--secondary-foreground: #174839;--accent: #c89b43;--accent-foreground: #1f1809;--muted: #edf0ed;--muted-foreground: #627068;--success: #34745a;--success-foreground: #ffffff;--error: #b6483f;--error-foreground: #ffffff;--warning: #d3a13a;--warning-foreground: #2b220f;--info: #3e6f72;--info-foreground: #ffffff;--info-hover: #345f62;--info-active: #294d50;--border: #dde4df;--font-family-base: "Manrope", sans-serif;--font-family-display: "DM Serif Display", serif;--font-family-monospace: ui-monospace, SFMono-Regular, monospace;--font-family-cursive: "DM Serif Display", serif;--shadow: 0 1px 2px rgb(18 56 44 / .03), 0 10px 24px rgb(18 56 44 / .05);--shadow-md: 0 5px 18px rgb(18 56 44 / .07), 0 20px 42px rgb(18 56 44 / .06);--shadow-lg: 0 16px 44px rgb(18 56 44 / .1);--shadow-focus: 0 0 0 3px rgb(198 155 60 / .25);--radius-sm: .65rem;--radius: .85rem;--radius-md: 1.15rem;--radius-lg: 1.6rem;--radius-full: 999px;--animation-duration-fast: .12s;--animation-duration-normal: .22s;--animation-duration-slow: .42s;--chart-color-1: #123f30;--chart-color-2: #c69b3c;--chart-color-3: #6b927c;--chart-color-4: #a87142;--chart-color-5: #78999a}*,*:before,*:after{box-sizing:border-box}html{width:100%;max-width:100%;min-width:0;margin:0;-webkit-text-size-adjust:100%;text-size-adjust:100%}body,#root{width:100%;max-width:100%;min-width:0;margin:0}body{min-height:100dvh;overflow-x:hidden}main,header,footer,section,article,nav,form,fieldset,div{min-width:0}img,svg,video,canvas,iframe{max-width:100%}img,video,canvas{height:auto}button,a,input,select,textarea{max-width:100%}input,select,textarea{min-width:0;font-size:16px}h1,h2,h3,h4,p,li,a,button,label,span,strong,small{overflow-wrap:break-word}@layer base{ul{list-style-type:none;margin:0;padding:0}body{background:var(--background);color:var(--foreground);font-family:var(--font-family-base)}*{box-sizing:border-box;padding:0;margin:0}button{border:none;background:none;cursor:pointer;font-family:inherit;font-size:inherit;color:inherit}a{color:inherit;text-decoration:none}th,td{display:table-cell!important}}.rbc-month-view{overflow:visible!important}
