:root{--brand-blush:#ffddd8;--brand-blush-soft:#fff0ef;--brand-blush-strong:#eebcba;--brand-coral:#bc3b33;--brand-coral-hover:#a32e28;--brand-coral-soft:#ffe3df;--brand-coral-bright:#f36762;--brand-mint:#0e6b80;--brand-mint-bright:#35a2c1;--brand-mint-soft:#e0f4f8;--brand-gold:#876400;--brand-gold-soft:#fff7e0;--ink:#201613;--ink-soft:#41474f;--muted:#63686c;--muted-light:#858d91;--canvas:#fff9f8;--surface:#fff;--surface-subtle:#fff0ee;--line:#eddad8;--line-strong:#d9bebc;--danger:#a63c3c;--danger-soft:#fdeaea;--warning:#8b5a00;--warning-soft:#fff0d5;--data-coral:#ed716d;--data-mint:#35a2c1;--data-gold:#d4aa3d;--data-blue:#80a7ca;--shadow-low:0 8px 24px #60423e12;--shadow-mid:0 16px 45px #60423e1c;--shadow-high:0 24px 70px #3624202e;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:40px;--space-8:48px;--text-xs:13px;--text-sm:15px;--text-md:17px;--text-lg:22px;--text-xl:30px;--text-hero:40px;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--nav-height:72px;--app-shell-width:480px;--portfolio-canvas:#eee7e5;color:var(--ink);background:var(--canvas);font-synthesis:none;text-rendering:optimizelegibility;font-family:Avenir Next,Avenir,Segoe UI,Inter,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}html{background:var(--portfolio-canvas);scroll-behavior:smooth;min-width:0}body{background:var(--portfolio-canvas);min-width:0;margin:0}body.modal-open{overflow:hidden}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}a,button{-webkit-tap-highlight-color:transparent}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid color-mix(in srgb, var(--brand-mint) 70%, white);outline-offset:3px}.app-shell{width:min(100%, var(--app-shell-width));background:var(--canvas);min-height:100dvh;margin-inline:auto;position:relative;box-shadow:0 0 0 1px #4f363112,0 24px 80px #4f363124;container:app/inline-size}.app-main{width:100%;min-width:0;padding-bottom:calc(var(--nav-height) + env(safe-area-inset-bottom))}.mobile-focused-route .app-nav{display:none}.mobile-focused-route .app-main{padding-bottom:0}.app-nav{z-index:50;width:min(100vw, var(--app-shell-width));height:calc(var(--nav-height) + env(safe-area-inset-bottom));padding:var(--space-2) var(--space-2) max(var(--space-2), env(safe-area-inset-bottom));border-top:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;position:fixed;bottom:0;left:50%;right:auto;transform:translate(-50%);box-shadow:0 -12px 32px #251f1b0d}.brand,.nav-trip-context,.nav-footnote{display:none}.nav-links{gap:var(--space-1);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.nav-links button{align-content:center;justify-items:center;gap:var(--space-1);border-radius:var(--radius-sm);min-width:0;min-height:54px;padding:0 var(--space-1);color:var(--muted);font-size:var(--text-xs);background:0 0;border:0;font-weight:700;display:grid}.nav-links button.active{background:var(--brand-mint-soft);color:var(--brand-mint)}.nav-icon{place-items:center;width:24px;height:24px;display:grid}.nav-links .icon{width:21px;height:21px}.icon{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:21px;height:21px}.page{width:min(1120px,100%);min-height:calc(100dvh - var(--nav-height));padding:var(--space-5) var(--space-4) var(--space-8);margin:0 auto}.page-header{margin-bottom:var(--space-5)}.page-header-tools{min-height:44px;margin-bottom:var(--space-3);justify-content:space-between;align-items:center;display:flex}.page-header h1{max-width:760px;margin:var(--space-2) 0 var(--space-2);letter-spacing:-.045em;font-size:clamp(28px,9vw,38px);line-height:1.06}.page-header h1:focus{outline:0}.page-header>p{max-width:660px;color:var(--muted);font-size:var(--text-sm);margin:0;line-height:1.55}.eyebrow{color:var(--muted);font-size:var(--text-xs);font-weight:400;display:inline-block}.header-actions{align-items:center;gap:var(--space-2);display:flex}.icon-button{border:1px solid var(--line);background:var(--surface);width:44px;height:44px;color:var(--ink);border-radius:50%;flex:none;place-items:center;display:grid;box-shadow:0 3px 10px #221c1808}.icon-button:hover{border-color:var(--line-strong);background:var(--surface-subtle)}.button{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-md);min-height:48px;padding:0 var(--space-4);background:var(--brand-coral);color:#fff;font-size:var(--text-sm);border:1px solid #0000;font-weight:700;transition:background .16s,transform .16s,border-color .16s;display:inline-flex;box-shadow:0 7px 17px #c7443429}.button:hover{background:var(--brand-coral-hover)}.button:active{transform:translateY(1px)}.button .icon{width:18px;height:18px}.button-soft{background:var(--brand-mint-soft);color:var(--brand-mint);box-shadow:none}.button-soft:hover{background:#d0edf3}.button-ghost{border-color:var(--line);background:var(--surface);color:var(--ink);box-shadow:none}.button-ghost:hover{border-color:var(--line-strong);background:var(--surface-subtle)}.button-danger{background:var(--danger);box-shadow:none}.button-danger:hover{background:#8d2e2e}.button-small{border-radius:var(--radius-sm);min-height:44px;padding-inline:var(--space-3);font-size:var(--text-xs)}.button:disabled{cursor:not-allowed;color:#777f7b;box-shadow:none;background:#dedbd6;border-color:#0000;transform:none}.full-button{width:100%;margin-top:var(--space-5)}.status-chip{justify-content:center;align-items:center;gap:var(--space-1);width:max-content;min-height:28px;padding:0 var(--space-2);background:var(--surface-subtle);color:var(--ink-soft);font-size:var(--text-xs);letter-spacing:.055em;text-transform:uppercase;border-radius:999px;font-style:normal;font-weight:700;display:inline-flex}.status-chip .icon{width:14px;height:14px}.status-live,.status-complete,.status-action{background:var(--brand-mint-soft);color:var(--brand-mint)}.status-warning{background:var(--warning-soft);color:var(--warning)}.status-reward{background:var(--brand-gold-soft);color:var(--brand-gold)}.status-celebration{color:#fff;background:#ffffff26}.progress-block{gap:var(--space-2);display:grid}.progress-label{justify-content:space-between;gap:var(--space-4);color:var(--muted);font-size:var(--text-xs);display:flex}.progress-label strong{color:var(--ink)}.progress-track{background:#ece8e3;border-radius:999px;height:9px;overflow:hidden}.progress-track i{border-radius:inherit;background:var(--brand-mint);height:100%;transition:width .35s;display:block}.section-heading{justify-content:space-between;align-items:flex-end;gap:var(--space-4);margin:var(--space-6) 0 var(--space-4);display:flex}.section-heading h2{margin:var(--space-1) 0 0;font-size:var(--text-lg);letter-spacing:-.025em;line-height:1.15}.section-heading p{margin:var(--space-1) 0 0;color:var(--muted);font-size:var(--text-xs);line-height:1.5}.trip-hero{border-radius:var(--radius-lg);background:var(--ink);min-height:410px;box-shadow:var(--shadow-mid);position:relative;overflow:hidden}.trip-hero>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.trip-hero-shade{background:linear-gradient(#08131014,#0813104d 32%,#081310eb 100%);position:absolute;inset:0}.trip-hero-top{z-index:1;justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-4);display:flex;position:relative}.countdown-pill{min-height:30px;padding:0 var(--space-3);color:var(--ink);font-size:var(--text-xs);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe0;border-radius:999px;align-items:center;font-weight:700;display:inline-flex}.trip-hero-content{z-index:1;padding:var(--space-5);color:#fff;position:absolute;bottom:0;left:0;right:0}.hero-kicker{color:#ffffffbd;font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.08em;font-weight:700}.trip-hero-content h2{margin:var(--space-2) 0 var(--space-3);letter-spacing:-.05em;font-size:clamp(34px,11vw,48px);line-height:.98}.hero-next-action{justify-items:start;gap:var(--space-2);display:grid}.hero-next-action>small{color:#ffffffb8;font-size:var(--text-xs)}.journey-progress{gap:var(--space-2);margin:var(--space-4) 0 var(--space-5);grid-template-columns:repeat(2,1fr);padding:0;list-style:none;display:grid}.journey-progress li{align-items:center;gap:var(--space-1) var(--space-2);border:1px solid var(--line);border-radius:var(--radius-md);min-width:0;padding:var(--space-3);background:var(--surface);color:var(--muted);grid-template-columns:35px minmax(0,1fr);display:grid}.journey-progress li>span{border-radius:var(--radius-sm);background:var(--surface-subtle);grid-row:1/3;place-items:center;width:35px;height:35px;display:grid}.journey-progress li .icon{width:17px}.journey-progress li strong{font-size:var(--text-xs)}.journey-progress li small{font-size:var(--text-xs);text-overflow:ellipsis;line-height:1.3;overflow:hidden}.journey-progress li.done{color:var(--brand-mint);border-color:#c6e3e8}.journey-progress li.done>span{background:var(--brand-mint-soft)}.journey-progress li.current{border-color:var(--brand-mint);background:var(--brand-mint-soft);color:var(--brand-mint);box-shadow:var(--shadow-low)}.journey-progress li.current>span{background:var(--brand-mint);color:#fff}.other-trips{margin-top:var(--space-6)}.other-trips>button{align-items:center;gap:var(--space-3);border:1px solid var(--line);border-radius:var(--radius-md);width:100%;min-height:76px;padding:var(--space-3);background:var(--surface);color:var(--ink);text-align:left;grid-template-columns:52px minmax(0,1fr) 20px;display:grid}.other-trips>button img{border-radius:var(--radius-sm);object-fit:cover;width:52px;height:52px}.other-trips>button span{gap:var(--space-1);display:grid}.other-trips>button strong{font-size:var(--text-sm)}.other-trips>button small{color:var(--muted);font-size:var(--text-xs)}.trip-facts{gap:var(--space-2) var(--space-4);margin-bottom:var(--space-5);color:#fffc;font-size:var(--text-xs);flex-wrap:wrap;font-weight:700;display:flex}.trip-facts span{align-items:center;gap:var(--space-1);display:inline-flex}.trip-facts .icon{width:16px;height:16px}.trip-hero .button{min-width:126px}.trip-list{gap:var(--space-3);display:grid}.trip-row{align-items:center;gap:var(--space-3);border:1px solid var(--line);border-radius:var(--radius-md);width:100%;min-height:92px;padding:var(--space-2) var(--space-3) var(--space-2) var(--space-2);background:var(--surface);color:var(--ink);text-align:left;box-shadow:var(--shadow-low);grid-template-columns:84px minmax(0,1fr) 24px;display:grid}.trip-row:hover{border-color:var(--line-strong);transform:translateY(-1px)}.trip-row>img{border-radius:var(--radius-sm);object-fit:cover;width:84px;height:68px}.trip-row-copy{gap:var(--space-2);min-width:0;display:grid}.trip-row-title{align-items:center;gap:var(--space-2);display:flex}.trip-row-title strong{font-size:var(--text-md);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.trip-row small{color:var(--muted);font-size:var(--text-xs);line-height:1.35}.trip-row>.icon{width:19px;color:var(--muted)}.inline-empty{border:1px dashed var(--line-strong);border-radius:var(--radius-md);padding:var(--space-5);color:var(--muted);text-align:center;margin:0}.form-page{max-width:820px}.form-page>.progress-block{margin:calc(-1 * var(--space-1)) 0 var(--space-5)}.form-card{border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-5);background:var(--surface);box-shadow:var(--shadow-low)}.form-card-heading{align-items:center;gap:var(--space-3);margin-bottom:var(--space-5);display:flex}.form-step-icon{border-radius:var(--radius-md);background:var(--brand-blush);width:48px;height:48px;color:var(--brand-mint);flex:none;place-items:center;display:grid}.form-card-heading h2{margin:0 0 var(--space-1);font-size:var(--text-lg)}.form-card-heading p{color:var(--muted);font-size:var(--text-xs);margin:0}.form-grid{gap:var(--space-4);display:grid}.date-range-summary{align-items:center;gap:var(--space-3);border-radius:var(--radius-md);padding:var(--space-3);color:var(--brand-mint);background:#f4fbfc;border:1px solid #cfe4e7;grid-template-columns:36px minmax(0,1fr);display:grid}.date-range-summary>.icon{justify-self:center;width:19px}.date-range-summary>span{gap:var(--space-1);min-width:0;display:grid}.date-range-summary strong{color:var(--ink);font-size:var(--text-xs);line-height:1.35}.date-range-summary small{color:var(--muted);font-size:var(--text-xs);line-height:1.4}.timezone-override{border:1px solid var(--line);border-radius:var(--radius-md);padding:0 var(--space-3);background:var(--surface-subtle)}.timezone-override>summary{justify-content:space-between;align-items:center;gap:var(--space-3);min-height:58px;color:var(--ink);cursor:pointer;list-style:none;display:flex}.timezone-override>summary::-webkit-details-marker{display:none}.timezone-override>summary>span{gap:var(--space-1);min-width:0;display:grid}.timezone-override>summary small{color:var(--muted);font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;font-weight:700}.timezone-override>summary strong{font-size:var(--text-xs);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.timezone-override>summary b{color:var(--brand-mint);font-size:var(--text-xs);flex:none}.timezone-override[open]{padding-bottom:var(--space-3)}.timezone-override[open]>summary{border-bottom:1px solid var(--line);margin-bottom:var(--space-3)}.field{align-content:start;gap:var(--space-2);color:var(--ink);font-size:var(--text-xs);font-weight:700;display:grid}.field>input,.field>select,.field>textarea{border:1px solid var(--line-strong);border-radius:var(--radius-sm);width:100%;min-height:50px;padding:0 var(--space-3);color:var(--ink);font-size:var(--text-sm);background:#fff;font-weight:400}.field>input:hover,.field>select:hover,.field>textarea:hover{border-color:#aaa19a}.field-error>input,.field-error>select{border-color:var(--danger);background:snow}.field>small{color:var(--danger);font-size:var(--text-xs);font-weight:700}.field>small.field-hint{color:var(--muted);font-weight:400}.trip-preview{gap:var(--space-2);border-radius:var(--radius-md);padding:var(--space-4);background:linear-gradient(135deg, var(--brand-blush-soft), var(--brand-mint-soft));display:grid}.trip-preview>strong{font-size:var(--text-lg)}.trip-preview>small{color:var(--muted);font-size:var(--text-xs)}.form-actions{gap:var(--space-2);margin-top:var(--space-5);flex-direction:column-reverse;display:flex}.form-actions .button{width:100%}.today-card{border:1px solid color-mix(in srgb, var(--brand-mint) 20%, var(--line));border-radius:var(--radius-lg);padding:var(--space-5) var(--space-4);box-shadow:var(--shadow-low);background:linear-gradient(145deg,#f7fdff,#e0f4f8);position:relative;overflow:hidden}.next-action-card{gap:var(--space-3);margin-bottom:var(--space-4);border-radius:var(--radius-lg);padding:var(--space-4);background:linear-gradient(145deg, var(--ink), #41474f);color:#fff;box-shadow:var(--shadow-mid);display:grid}.next-action-card>span{border-radius:var(--radius-md);color:#f3c961;background:#ffffff1f;place-items:center;width:46px;height:46px;display:grid}.next-action-card>div small{color:#f3c961;font-size:var(--text-xs);letter-spacing:.09em;text-transform:uppercase;font-weight:700}.next-action-card h2{margin:var(--space-1) 0 var(--space-1);font-size:var(--text-lg);letter-spacing:-.03em}.next-action-card p{color:#ffffffa8;font-size:var(--text-xs);margin:0;line-height:1.5}.next-action-card .button{width:100%}.today-card:after{content:"";border:34px solid #81cec121;border-radius:50%;width:180px;height:180px;position:absolute;top:-60px;right:-50px}.today-card-head{z-index:1;justify-content:space-between;align-items:flex-start;gap:var(--space-4);display:flex;position:relative}.today-card-head h2{margin:var(--space-2) 0 var(--space-1);font-size:var(--text-lg);letter-spacing:-.035em}.today-card-head p{color:var(--muted);font-size:var(--text-sm);margin:0}.day-orb{background:var(--brand-mint);color:#fff;width:54px;height:54px;font-size:var(--text-md);border-radius:50%;flex:none;place-items:center;font-weight:700;display:grid}.today-timeline{z-index:1;margin-top:var(--space-5);display:grid;position:relative}.today-timeline>div{gap:var(--space-2);grid-template-columns:43px 12px minmax(0,1fr);min-height:66px;display:grid}.today-timeline time{padding-top:var(--space-1);color:var(--brand-mint);font-size:var(--text-xs);font-weight:700}.today-timeline i{width:9px;height:9px;margin-top:var(--space-1);border:2px solid var(--brand-mint);background:#fff;border-radius:50%;position:relative}.today-timeline i:after{content:"";background:#b8d9d2;width:1px;height:45px;position:absolute;top:10px;left:2px}.today-timeline>div:last-child i:after{display:none}.today-timeline span{align-content:start;gap:var(--space-1);display:grid}.today-timeline strong{font-size:var(--text-sm)}.today-timeline small{color:var(--muted);font-size:var(--text-xs);line-height:1.4}.today-card-actions{z-index:1;gap:var(--space-3);padding-top:var(--space-4);border-top:1px solid #117b9324;display:grid;position:relative}.today-card-actions>span{align-items:center;column-gap:var(--space-2);grid-template-columns:25px minmax(0,1fr);display:grid}.today-card-actions>span>.icon{color:var(--brand-mint);grid-row:1/3}.today-card-actions strong{font-size:var(--text-xs)}.today-card-actions small{color:var(--muted);font-size:var(--text-xs)}.dashboard-grid{gap:var(--space-4);margin-top:var(--space-4);display:grid}.dashboard-main,.dashboard-aside{align-content:start;gap:var(--space-4);display:grid}.panel{border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-5);background:var(--surface);box-shadow:var(--shadow-low)}.panel h2{margin:var(--space-1) 0 var(--space-2);font-size:var(--text-lg);letter-spacing:-.03em}.panel p{color:var(--muted);font-size:var(--text-sm);margin:0;line-height:1.55}.wallet-shortcut{align-items:center;gap:var(--space-3);border-radius:var(--radius-lg);width:100%;min-height:92px;padding:var(--space-4);background:var(--ink);color:#fff;text-align:left;box-shadow:var(--shadow-mid);border:0;grid-template-columns:50px minmax(0,1fr) 24px;display:grid}.wallet-shortcut-icon{border-radius:var(--radius-md);background:var(--brand-blush);width:50px;height:50px;color:var(--brand-mint);place-items:center;display:grid}.wallet-shortcut>span:nth-child(2){gap:var(--space-1);min-width:0;display:grid}.wallet-shortcut small,.wallet-shortcut em{color:#ffffffad;font-size:var(--text-xs);font-style:normal}.wallet-shortcut strong{font-size:var(--text-sm)}.wallet-shortcut>.icon{color:var(--brand-mint)}.panel-heading{justify-content:space-between;align-items:flex-start;gap:var(--space-4);display:flex}.panel-heading>img{object-fit:contain;width:76px;height:76px}.readiness-panel>.progress-block{margin:var(--space-4) 0}.readiness-panel .button{width:100%}.checklist{margin-top:var(--space-4);display:grid}.checklist>button{align-items:center;gap:var(--space-3);border:0;border-top:1px solid var(--line);width:100%;min-height:70px;padding:var(--space-2) 0;color:var(--ink);text-align:left;background:0 0;grid-template-columns:28px minmax(0,1fr) 20px;display:grid}.checklist>button:first-child{border-top:0}.state-dot{border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface-subtle);color:#fff;width:27px;height:27px;font-size:var(--text-sm);place-items:center;font-weight:700;display:grid}.state-dot.completed{border-color:var(--brand-mint);background:var(--brand-mint)}.checklist span:nth-child(2){gap:var(--space-1);min-width:0;display:grid}.checklist strong{font-size:var(--text-sm)}.checklist small{color:var(--muted);font-size:var(--text-xs)}.checklist>button>.icon{width:17px;color:var(--muted-light)}.support-section{margin-top:var(--space-7)}.support-grid{gap:var(--space-2);grid-template-columns:1fr 1fr;display:grid}.support-card{align-content:start;gap:var(--space-2);border:1px solid var(--line);border-radius:var(--radius-md);min-height:150px;padding:var(--space-4);background:var(--surface);color:var(--ink);text-align:left;box-shadow:var(--shadow-low);display:grid;position:relative}.support-card>span{border-radius:var(--radius-sm);background:var(--brand-blush-soft);width:38px;height:38px;color:var(--brand-mint);place-items:center;display:grid}.support-card>span .icon{width:19px}.support-card>strong{font-size:var(--text-sm);line-height:1.3}.support-card>small{color:var(--muted);font-size:var(--text-xs);line-height:1.4}.support-card>em{align-items:center;gap:var(--space-1);color:var(--brand-mint);font-size:var(--text-xs);text-transform:uppercase;margin-top:auto;font-style:normal;font-weight:700;display:flex}.support-card>em .icon{width:12px}.completion-banner{gap:var(--space-4);margin-top:var(--space-5);border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-4);background:var(--surface);display:grid}.completion-banner.ready{background:var(--brand-mint-soft);border-color:#b9ddd5}.completion-banner>div{align-items:center;gap:var(--space-3);display:flex}.completion-banner>div>.icon{color:var(--brand-mint)}.completion-banner>div>span{gap:var(--space-1);display:grid}.completion-banner strong{font-size:var(--text-sm)}.completion-banner small{color:var(--muted);font-size:var(--text-xs)}.completion-banner .button{width:100%}.mission-next-action{align-items:center;gap:var(--space-3);margin-bottom:var(--space-5);border:1px solid var(--line);border-radius:var(--radius-md);padding:var(--space-3);background:var(--surface);grid-template-columns:44px minmax(0,1fr) auto;display:grid}.mission-next-action>span{border-radius:var(--radius-sm);background:var(--brand-mint-soft);width:44px;height:44px;color:var(--brand-mint);place-items:center;display:grid}.mission-next-action>div{min-width:0}.mission-next-action small{color:var(--muted);font-size:var(--text-xs)}.mission-next-action h2{margin:var(--space-1) 0 0;font-size:var(--text-md)}.mission-progress-line{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);color:var(--muted);font-size:var(--text-xs);grid-template-columns:minmax(0,auto) minmax(80px,1fr);display:grid}.mission-progress-line>span:first-child{justify-content:space-between;gap:var(--space-2);min-width:0;color:var(--ink);display:flex}@media (width<=360px){.mission-progress-line{gap:var(--space-2);grid-template-columns:minmax(0,1fr)}}.mission-promos{gap:var(--space-2);margin-top:var(--space-5);display:grid}.reward-card{align-items:center;gap:var(--space-3);border:1px solid var(--line);border-radius:var(--radius-md);padding:var(--space-3);background:var(--surface);color:var(--ink);grid-template-columns:40px minmax(0,1fr) auto;display:grid}.reward-icon{background:var(--brand-mint-soft);width:40px;height:40px;color:var(--brand-mint);border-radius:50%;place-items:center;display:grid}.reward-card>span:nth-child(2){gap:var(--space-1);display:grid}.reward-card strong{font-size:var(--text-sm)}.reward-card small{color:var(--muted);font-size:var(--text-xs)}.reward-card .button{width:max-content}@media (width<=420px){.reward-card{grid-template-columns:40px minmax(0,1fr)}.reward-card .button{grid-column:1/-1;width:100%}}.mission-toolbar{justify-content:space-between;align-items:center;gap:var(--space-3);margin:var(--space-5) 0 var(--space-3);display:flex}.mission-toolbar>span{color:var(--muted);font-size:var(--text-xs);white-space:nowrap}.mission-list-note{color:var(--muted);font-size:var(--text-xs);margin:0}.segmented{gap:var(--space-1);border-radius:var(--radius-md);padding:var(--space-1);background:#efebe7;flex:1;grid-template-columns:repeat(3,1fr);display:grid}.segmented button{border-radius:var(--radius-sm);min-width:0;min-height:44px;padding:0 var(--space-2);color:var(--muted);font-size:var(--text-xs);background:0 0;border:0;font-weight:700}.segmented button.active{background:var(--surface);color:var(--ink);box-shadow:0 3px 10px #2a221c14}.mission-list{gap:var(--space-3);display:grid}.mission-card{align-items:center;gap:var(--space-3);border:1px solid var(--line);border-radius:var(--radius-md);width:100%;min-height:126px;padding:var(--space-4);background:var(--surface);color:var(--ink);text-align:left;box-shadow:var(--shadow-low);grid-template-columns:48px minmax(0,1fr);display:grid}.mission-card:hover{border-color:var(--brand-blush-strong);transform:translateY(-1px)}.mission-type,.large-mission-icon{border-radius:var(--radius-md);background:var(--brand-blush-soft);width:48px;height:48px;color:var(--brand-mint);flex:none;place-items:center;display:grid}.mission-type-insurance,.mission-type-exchange,.mission-type-savings{background:var(--brand-mint-soft);color:var(--brand-mint)}.mission-type-tickets{color:#486985;background:#e9eff8}.mission-type-coverage,.mission-type-offline,.mission-type-money{background:var(--brand-mint-soft);color:var(--brand-mint)}.mission-type-documents,.mission-type-packing{color:#486985;background:#e9eff8}.mission-copy{gap:var(--space-1);min-width:0;display:grid}.mission-copy>strong{font-size:var(--text-sm)}.mission-copy>small{color:var(--muted);font-size:var(--text-xs);line-height:1.4}.mission-card>.status-chip{grid-column:2}.mission-card.completed{background:#f8fdff}.mission-card.completed .mission-type{background:var(--brand-mint-soft);color:var(--brand-mint)}.mission-detail-grid{gap:var(--space-4);display:grid}.mission-flow-card,.mission-context-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-low)}.mission-flow-card{overflow:hidden}.flow-steps{border-bottom:1px solid var(--line);padding:var(--space-4) var(--space-3);background:var(--surface-subtle);grid-template-columns:repeat(3,1fr);display:grid}.flow-steps span{justify-items:center;gap:var(--space-1);color:var(--muted);font-size:var(--text-xs);text-transform:uppercase;font-weight:700;display:grid}.flow-steps i{border:1px solid var(--line-strong);background:var(--surface);width:25px;height:25px;color:var(--muted);font-size:var(--text-xs);border-radius:50%;place-items:center;font-style:normal;display:grid}.flow-steps span.active{color:var(--brand-mint)}.flow-steps span.active i{border-color:var(--brand-mint);background:var(--brand-mint);color:#fff}.flow-content{padding:var(--space-5) var(--space-4)}.large-mission-icon{width:58px;height:58px;margin-bottom:var(--space-4);border-radius:var(--radius-md)}.large-mission-icon .icon{width:27px;height:27px}.flow-content h2{margin:var(--space-2) 0 var(--space-2);font-size:var(--text-lg);letter-spacing:-.035em}.flow-content>p{margin:0 0 var(--space-5);color:var(--muted);font-size:var(--text-sm);line-height:1.55}.flow-content>.notice{margin-top:var(--space-4)}.notice{gap:var(--space-2);border-radius:var(--radius-md);padding:var(--space-3);background:var(--brand-mint-soft);color:var(--brand-mint);grid-template-columns:24px minmax(0,1fr);display:grid}.notice>.icon{width:20px;margin-top:var(--space-1)}.notice>div{gap:var(--space-1);display:grid}.notice strong{font-size:var(--text-xs)}.notice span{color:var(--ink-soft);font-size:var(--text-xs);line-height:1.45}.notice-warning{background:var(--warning-soft);color:var(--warning)}.review-list{margin:0 0 var(--space-4);border:1px solid var(--line);border-radius:var(--radius-md);display:grid}.review-list>div{justify-content:space-between;gap:var(--space-4);border-top:1px solid var(--line);padding:var(--space-3) var(--space-4);display:flex}.review-list>div:first-child{border-top:0}.review-list dt{color:var(--muted);font-size:var(--text-xs)}.review-list dd{font-size:var(--text-xs);text-align:right;margin:0;font-weight:700}.flow-success{text-align:center}.success-seal{width:82px;height:82px;margin:0 auto var(--space-5);border:10px solid var(--brand-mint-soft);background:var(--brand-mint);color:#fff;border-radius:50%;place-items:center;display:grid}.success-seal .icon{stroke-width:2.5px;width:32px;height:32px}.receipt-card{margin-top:var(--space-5);border-radius:var(--radius-md);text-align:left;background:#fffdf7;border:1px solid #eadfca;overflow:hidden}.receipt-card>div{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4);background:var(--brand-mint-soft);display:flex}.receipt-card>div span{color:var(--brand-mint);font-size:var(--text-xs);text-transform:uppercase;font-weight:700}.receipt-card>div strong{font-size:var(--text-lg)}.receipt-card dl{padding:var(--space-2) var(--space-4) var(--space-3);margin:0}.receipt-card dl>div{justify-content:space-between;gap:var(--space-4);padding:var(--space-2) 0;display:flex}.receipt-card dt{color:var(--muted);font-size:var(--text-xs)}.receipt-card dd{font-size:var(--text-xs);margin:0;font-weight:700}.success-actions{gap:var(--space-2);margin-top:var(--space-5);display:grid}.journey-stage-menu{z-index:5;margin:calc(-1 * var(--space-2)) 0 var(--space-5);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-low);background:#ffffffd1;position:relative}.journey-stage-menu>summary{align-items:center;gap:var(--space-3);min-height:68px;padding:var(--space-3) var(--space-3);cursor:pointer;grid-template-columns:38px minmax(0,1fr) auto;list-style:none;display:grid}.journey-stage-menu>summary::-webkit-details-marker{display:none}.journey-stage-menu>summary:focus-visible{border-radius:var(--radius-md);outline:3px solid var(--brand-mint);outline-offset:3px}.journey-stage-icon{border-radius:var(--radius-sm);background:var(--brand-blush);width:38px;height:38px;color:var(--brand-mint);place-items:center;display:grid}.journey-stage-icon .icon{width:18px}.journey-stage-copy{gap:var(--space-1);min-width:0;display:grid}.journey-stage-copy small{color:var(--muted);font-size:var(--text-xs);font-weight:400}.journey-stage-copy strong{font-size:var(--text-sm)}.journey-stage-copy em{color:var(--muted);font-size:var(--text-xs);font-style:normal}.journey-stage-action{align-items:center;gap:var(--space-1);color:var(--brand-mint);font-size:var(--text-xs);white-space:nowrap;font-weight:700;display:flex}.journey-stage-action .icon{width:13px;transition:transform .2s}.journey-stage-menu[open] .journey-stage-action .icon{transform:rotate(90deg)}.journey-stage-options{gap:var(--space-1);border-top:1px solid var(--line);padding:var(--space-1);display:grid}.journey-stage-options button{align-items:center;gap:var(--space-2);border-radius:var(--radius-sm);min-height:58px;padding:var(--space-2) var(--space-2);color:var(--muted);text-align:left;background:0 0;border:0;grid-template-columns:24px minmax(0,1fr);display:grid;position:relative}.journey-stage-options button:hover{background:var(--surface-subtle);color:var(--ink)}.journey-stage-options button .icon{width:16px}.journey-stage-options button.active{background:var(--ink);color:#fff}.journey-stage-options .tab-copy{gap:var(--space-1);min-width:0;display:grid}.journey-stage-options .tab-copy strong{font-size:var(--text-xs)}.journey-stage-options .tab-copy small{color:inherit;font-size:var(--text-xs);opacity:.78;font-weight:400;line-height:1.3}.trip-workspace-panel{min-width:0}.points-planner{gap:var(--space-4);border-radius:var(--radius-lg);padding:var(--space-5);box-shadow:var(--shadow-low);background:linear-gradient(145deg,#fffaf0,#fff0ef);border:1px solid #e5d5ae;display:grid;overflow:hidden}.points-planner-secondary{margin-top:var(--space-5)}.points-planner:focus{outline:3px solid var(--brand-mint);outline-offset:4px}.points-balance{align-items:center;gap:var(--space-3);border-radius:var(--radius-md);padding:var(--space-4);background:var(--ink);color:#fff;display:flex}.points-balance .reward-icon{color:#f0ce70;background:#ffffff1f;flex:none}.points-balance>div{gap:var(--space-1);display:grid}.points-balance small{color:#f0ce70;font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;font-weight:700}.points-balance strong{font-size:var(--text-lg);letter-spacing:-.035em}.points-balance p{color:#ffffffa6;font-size:var(--text-xs);margin:0}.points-planner-copy h2{margin:var(--space-1) 0 var(--space-2);font-size:var(--text-lg);letter-spacing:-.035em}.points-planner-copy p{color:var(--muted);font-size:var(--text-xs);margin:0;line-height:1.55}.points-reward-grid{gap:var(--space-2);display:grid}.points-reward-grid article{align-items:center;gap:var(--space-3);border-radius:var(--radius-md);padding:var(--space-3);background:#ffffffc7;border:1px solid #87640021;grid-template-columns:40px minmax(0,1fr);display:grid}.points-reward-grid article>span{border-radius:var(--radius-sm);background:var(--brand-mint-soft);width:40px;height:40px;color:var(--brand-mint);place-items:center;display:grid}.points-reward-grid article>span .icon{width:19px}.points-reward-grid article>div{gap:var(--space-1);display:grid}.points-reward-grid article small{color:var(--muted);font-size:var(--text-xs);letter-spacing:.06em;text-transform:uppercase;font-weight:700}.points-reward-grid article strong{font-size:var(--text-sm)}.points-reward-grid article p{color:var(--muted);font-size:var(--text-xs);margin:0;line-height:1.4}.points-reward-grid article .button{grid-column:1/-1;width:100%}.connected-preparation .section-heading{align-items:center}.support-page .notice{margin-bottom:var(--space-2)}.support-grid-large .support-card{min-height:175px}.travel-tool-links{gap:var(--space-2);margin:var(--space-3) 0 var(--space-4);flex-wrap:wrap;display:flex}.planner-days{gap:var(--space-3);display:grid}.planner-section-heading{margin:var(--space-1) 0 calc(-1 * var(--space-1))}.planner-section-heading h2{margin:var(--space-1) 0 0;font-size:var(--text-lg)}.planner-all-days-heading{margin-top:var(--space-3)}.planner-day-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-low);overflow:hidden}.planner-day-today{border-color:#77c8d9;box-shadow:0 16px 36px #177d9424}.planner-day-focused{outline:2px solid var(--brand-mint);outline-offset:2px}.planner-day-visual{background:var(--surface-subtle);height:165px;position:relative;overflow:hidden}.planner-day-visual>img,.planner-day-visual>.memory-image-fallback{object-fit:cover;width:100%;height:100%}.planner-day-visual:after{content:"";background:linear-gradient(#0000 40%,#20161361);position:absolute;inset:0}.planner-day-visual>span:last-child{z-index:1;border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3);color:var(--brand-mint);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;line-height:1.15;display:grid;position:absolute;bottom:14px;left:15px}.planner-day-visual>span:last-child small{margin-bottom:var(--space-1);color:var(--muted);font-size:var(--text-xs);font-weight:700}.planner-day-visual>span:last-child strong{font-size:var(--text-md);letter-spacing:.03em;font-weight:700}.planner-day-content{gap:var(--space-4);padding:var(--space-4);display:grid}.planner-day-content>header{justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex}.planner-day-content>header>div{min-width:0}.planner-day-content>header small{color:var(--brand-mint);font-size:var(--text-xs);font-weight:700}.planner-day-content h2{margin:var(--space-1) 0 var(--space-1);font-size:var(--text-lg);letter-spacing:-.025em}.planner-day-content header p{color:var(--muted);font-size:var(--text-xs);margin:0}.connected-plan-items{gap:var(--space-2);display:grid}.connected-plan-items>div{align-items:center;gap:var(--space-2);border-radius:var(--radius-sm);padding:var(--space-3);background:#f5fafb;grid-template-columns:34px minmax(0,1fr);display:grid}.connected-plan-items>div>span{border-radius:var(--radius-sm);background:var(--brand-mint-soft);width:34px;height:34px;color:var(--brand-mint);place-items:center;display:grid}.connected-plan-items>div>span .icon{width:17px}.connected-plan-items p{gap:var(--space-1);margin:0;display:grid}.connected-plan-items strong{font-size:var(--text-xs)}.connected-plan-items small{color:var(--muted);font-size:var(--text-xs);line-height:1.4}.connected-plan-items .status-chip{grid-column:1/-1}.day-note{border-top:1px solid var(--line);padding-top:var(--space-3)}.day-note>p{align-items:start;gap:var(--space-2);margin:0 0 var(--space-3);grid-template-columns:24px minmax(0,1fr);display:grid}.day-note>p>.icon{color:var(--brand-mint)}.day-note>p>span{gap:var(--space-1);display:grid}.day-note>p strong{font-size:var(--text-xs)}.day-note>p small{color:var(--muted);font-size:var(--text-xs);line-height:1.5}.day-note>.button{width:100%}.day-note>div{justify-content:flex-end;gap:var(--space-2);margin-top:var(--space-2);display:flex}.day-note .field textarea{resize:vertical}.remember-place-action{width:100%;margin-top:var(--space-3)}.undated-confirmations{gap:var(--space-2);margin:0 0 var(--space-4);border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-4);background:var(--surface);box-shadow:var(--shadow-low);display:grid}.undated-confirmations>div:first-child h2{margin:var(--space-1) 0 var(--space-1);font-size:var(--text-lg)}.undated-confirmations>div:first-child p{color:var(--muted);font-size:var(--text-xs);margin:0;line-height:1.5}.undated-confirmations>div:not(:first-child){align-items:center;gap:var(--space-2);border-radius:var(--radius-sm);padding:var(--space-3);background:var(--brand-mint-soft);color:var(--brand-mint);grid-template-columns:28px minmax(0,1fr) auto;display:grid}.undated-confirmations>div:not(:first-child)>span{gap:var(--space-1);color:var(--ink);display:grid}.undated-confirmations>div:not(:first-child) small{color:var(--muted);font-size:var(--text-xs)}.mission-context-card{padding:var(--space-5);background:linear-gradient(160deg, var(--brand-blush-soft), #f8fdff);align-content:end;display:grid;overflow:hidden}.mission-context-card>img{object-fit:contain;justify-self:center;width:150px;height:150px}.mission-context-card h2{margin:var(--space-2) 0;font-size:var(--text-lg);letter-spacing:-.035em}.mission-context-card>p{margin:0 0 var(--space-4);color:var(--muted);font-size:var(--text-xs);line-height:1.55}.mission-context-card>div{align-items:center;gap:var(--space-3);border-radius:var(--radius-md);padding:var(--space-3);background:var(--brand-mint-soft);color:var(--brand-mint);display:flex}.mission-context-card>div>span{gap:var(--space-1);display:grid}.mission-context-card>div strong{font-size:var(--text-sm)}.mission-context-card>div small{color:#77684f;font-size:var(--text-xs)}.mission-group{margin-top:var(--space-5)}.mission-group-heading{margin-bottom:var(--space-2)}.mission-group-heading h2{margin:var(--space-1) 0 0;font-size:var(--text-lg)}.readiness-checks{gap:var(--space-2);margin:var(--space-4) 0;display:grid}.readiness-checks label{align-items:center;gap:var(--space-3);border:1px solid var(--line);border-radius:var(--radius-sm);min-height:54px;padding:var(--space-3) var(--space-3);background:var(--surface-subtle);color:var(--ink);font-size:var(--text-xs);line-height:1.4;display:flex}.readiness-checks label>span{gap:var(--space-1);display:grid}.readiness-checks label small{color:var(--muted);font-size:var(--text-xs)}.readiness-checks input{width:18px;height:18px;accent-color:var(--brand-mint);flex:none}.form-error{font-weight:700;margin:var(--space-3) 0 0!important;color:var(--danger)!important}.form-actions-wrap{flex-wrap:wrap}.wallet-page>.notice{margin-bottom:var(--space-4)}.demo-framing-panel{z-index:20;gap:var(--space-2);border-radius:var(--radius-lg);width:300px;max-height:calc(100vh - 48px);padding:var(--space-4);background:var(--surface);box-shadow:var(--shadow-mid);font-size:var(--text-xs);color:var(--ink-soft);line-height:1.5;display:grid;position:fixed;top:24px;right:24px;overflow-y:auto}.demo-framing-panel-head{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.demo-framing-panel strong{color:var(--ink)}.demo-framing-panel p{margin:0}.demo-framing-link{min-height:44px;color:var(--brand-mint);font:inherit;text-underline-offset:2px;cursor:pointer;background:0 0;border:0;align-items:center;padding:0;text-decoration:underline;display:inline-flex}.wallet-grid{gap:var(--space-4);display:grid}.payment-card,.tax-card,.budget-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-low)}.payment-card{padding:var(--space-5);text-align:center;flex-direction:column;align-items:center;display:flex}.payment-card-head{justify-content:space-between;align-items:flex-start;gap:var(--space-4);text-align:left;width:100%;display:flex}.payment-card-head h2,.tax-card h2{margin:var(--space-1) 0 0;font-size:var(--text-lg);letter-spacing:-.03em}.code-stage{width:190px;height:190px;margin:var(--space-6) 0 var(--space-5);position:relative}.demo-code-graphic{align-content:center;justify-items:center;gap:var(--space-2);border:1px dashed var(--line-strong);border-radius:var(--radius-md);width:100%;height:100%;padding:var(--space-4);background:repeating-linear-gradient(135deg, #fff 0 12px, var(--surface-subtle) 12px 24px);color:var(--ink);display:grid}.demo-code-graphic .icon{width:34px;height:34px;color:var(--brand-mint)}.demo-code-graphic strong{font-size:var(--text-xl);letter-spacing:.12em}.demo-code-graphic span{padding:var(--space-1) var(--space-2);background:var(--danger-soft);color:var(--danger);font-size:var(--text-xs);letter-spacing:.08em;border-radius:99px;font-weight:700}.demo-code-graphic small{color:var(--muted);font-size:var(--text-xs);font-weight:700}.expired-overlay{align-content:center;justify-items:center;gap:var(--space-1);border-radius:var(--radius-md);color:var(--danger);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffed;display:grid;position:absolute;inset:0}.expired-overlay .icon{width:30px;height:30px}.expired-overlay strong{font-size:var(--text-sm)}.expired-overlay span{color:var(--muted);font-size:var(--text-xs)}.code-value{margin-top:var(--space-3);font-size:var(--text-sm);letter-spacing:.09em}.code-timer{align-items:center;gap:var(--space-1);margin:var(--space-2) 0;color:var(--muted);font-size:var(--text-xs);display:flex}.code-timer .icon{width:15px;height:15px}.button-row{gap:var(--space-2);width:100%;margin-top:var(--space-2);display:flex}.button-row .button{min-width:0;padding-inline:var(--space-2);flex:1}.wallet-side{gap:var(--space-4);display:grid}.tax-card{padding:var(--space-5)}.tax-card-head{margin-bottom:var(--space-5);justify-content:space-between;align-items:center;display:flex}.tax-icon{border-radius:var(--radius-md);background:var(--brand-blush);width:45px;height:45px;color:var(--brand-mint);place-items:center;display:grid}.tax-card>p{margin:var(--space-1) 0 var(--space-4);color:var(--muted);font-size:var(--text-xs);line-height:1.5}.tax-card>strong{margin-bottom:var(--space-4);font-size:var(--text-xs);letter-spacing:.08em;display:block}.tax-card .button{width:100%}.budget-card{padding:var(--space-5);background:var(--brand-blush-soft);position:relative;overflow:hidden}.budget-card>.icon{color:var(--brand-mint);position:absolute;top:22px;right:22px}.budget-card h2{margin:var(--space-1) 0 var(--space-3);font-size:var(--text-lg)}.budget-card p{max-width:330px;color:var(--muted);font-size:var(--text-xs);margin:0;line-height:1.5}.brightness-help{align-items:center;gap:var(--space-3);border:1px solid var(--line);border-radius:var(--radius-md);width:100%;min-height:74px;padding:var(--space-3) var(--space-4);background:var(--surface);color:var(--ink);text-align:left;grid-template-columns:30px minmax(0,1fr) 20px;display:grid}.brightness-help>span{gap:var(--space-1);display:grid}.brightness-help strong{font-size:var(--text-xs)}.brightness-help small{color:var(--muted);font-size:var(--text-xs)}.completion-page{max-width:920px}.celebration-card{border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-mid);overflow:hidden}.celebration-art{background:linear-gradient(155deg, var(--brand-blush), var(--brand-mint-soft));place-items:center;min-height:300px;display:grid;position:relative;overflow:hidden}.celebration-rays{border:50px solid #ffffff47;border-radius:50%;width:340px;height:340px;position:absolute;box-shadow:0 0 0 45px #ffffff24}.celebration-art>img{z-index:1;object-fit:contain;width:215px;height:215px;position:relative}.readiness-orb{z-index:1;background:var(--brand-mint);color:#fff;width:180px;height:180px;box-shadow:var(--shadow-mid);border:18px solid #ffffffc7;border-radius:50%;align-content:center;justify-items:center;display:grid;position:relative}.readiness-orb strong{font-size:var(--text-xl);line-height:1}.readiness-orb span{max-width:105px;margin-top:var(--space-1);font-size:var(--text-xs);text-align:center;text-transform:uppercase;letter-spacing:.08em;font-weight:700;line-height:1.25}.celebration-copy{padding:var(--space-5) var(--space-5);justify-items:start;display:grid}.celebration-copy h2{margin:var(--space-4) 0 var(--space-2);font-size:var(--text-xl);letter-spacing:-.04em}.celebration-copy p{margin:0 0 var(--space-5);color:var(--muted);font-size:var(--text-sm);line-height:1.6}.celebration-copy .button{width:100%}.return-completion-actions{gap:var(--space-2);width:100%;display:grid}.celebration-copy .return-completion-actions>p{margin:0 0 var(--space-1);border-radius:var(--radius-md);padding:var(--space-3);background:var(--surface-subtle);font-size:var(--text-xs)}.return-completion-actions>p strong{color:var(--ink);display:block}.return-highlights{margin-top:var(--space-4);border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-4);background:var(--surface);box-shadow:var(--shadow-low)}.return-highlights:focus{outline-offset:4px;outline:3px solid #35a2c152}.return-highlights .section-heading{margin-top:0}.return-selected-order{gap:var(--space-3);margin-bottom:var(--space-4);border-radius:var(--radius-md);padding:var(--space-4);background:var(--surface-subtle);display:grid}.return-selected-order h3{margin:var(--space-1) 0 var(--space-1);font-size:var(--text-lg);letter-spacing:-.03em}.return-selected-order p{color:var(--muted);font-size:var(--text-xs);margin:0}.return-selected-order ol{gap:var(--space-2);margin:0;padding:0;list-style:none;display:grid}.return-selected-order li{align-items:center;gap:var(--space-2);border-radius:var(--radius-sm);padding:var(--space-2);background:#ffffffbd;border:1px solid #a37a1033;grid-template-columns:32px minmax(0,1fr);display:grid}.return-order-index{background:var(--ink);color:#fff;width:32px;height:32px;font-size:var(--text-xs);border-radius:50%;place-items:center;font-weight:700;display:grid}.return-selected-order li>span:nth-child(2){gap:var(--space-1);display:grid}.return-selected-order li small{color:var(--brand-mint);font-size:var(--text-xs);text-transform:uppercase;font-weight:700}.return-selected-order li strong{font-size:var(--text-xs)}.return-selected-order li>div{gap:var(--space-1);grid-column:1/-1;grid-template-columns:repeat(3,1fr);display:grid}.return-selected-order .button{min-width:0;padding-inline:var(--space-2)}.return-highlight-list{gap:var(--space-2);display:grid}.return-highlight-list>button{align-items:center;gap:var(--space-3);border:1px solid var(--line);border-radius:var(--radius-md);min-height:76px;padding:var(--space-2);background:var(--surface);color:var(--ink);text-align:left;grid-template-columns:58px minmax(0,1fr) auto;display:grid}.return-highlight-list>button.selected{background:var(--brand-mint-soft);border-color:#78c4b7}.return-highlight-list img,.return-highlight-list .memory-image-fallback{border-radius:var(--radius-sm);object-fit:cover;width:58px;height:58px;min-height:0}.return-highlight-list>button>span{gap:var(--space-1);display:grid}.return-highlight-list small{color:var(--brand-mint);font-size:var(--text-xs);text-transform:uppercase;font-weight:700}.return-highlight-list strong{font-size:var(--text-xs)}.return-highlight-list b{color:var(--brand-mint);font-size:var(--text-xs)}.recap-tabs{z-index:20;gap:var(--space-1);width:100%;margin-bottom:var(--space-5);border:1px solid var(--line);border-radius:var(--radius-md);padding:var(--space-1);scrollbar-width:none;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;display:flex;position:sticky;top:0;overflow-x:auto}.recap-tabs button{border-radius:var(--radius-sm);min-width:92px;min-height:44px;padding:0 var(--space-3);color:var(--muted);font-size:var(--text-xs);background:0 0;border:0;flex:1;font-weight:700}.recap-tabs button.active{background:var(--ink);color:#fff}@media (width<=420px){.recap-tabs{flex-wrap:wrap;overflow-x:visible}.recap-tabs button{flex:1 1 calc(50% - var(--space-1))}}.recap-content{gap:var(--space-5);display:grid}.recap-story{border-radius:var(--radius-lg);background:var(--ink);color:#fff;min-height:480px;box-shadow:var(--shadow-mid);grid-template-rows:1fr 220px;display:grid;position:relative;overflow:hidden}.recap-story-copy{padding:var(--space-5) var(--space-5);flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.recap-story h2{margin:var(--space-4) 0 var(--space-3);font-size:var(--text-xl);letter-spacing:-.05em;line-height:1.05}.recap-story p{color:#ffffffa8;font-size:var(--text-xs);margin:0;line-height:1.6}.recap-story>img:not(.recap-bear){object-fit:cover;width:100%;height:220px}.recap-story .recap-bear{object-fit:contain;width:82px;height:82px;position:absolute;bottom:187px;right:10px}.metric-grid{gap:var(--space-2);grid-template-columns:1fr;display:grid}.metric{align-content:center;gap:var(--space-2);border:1px solid var(--line);border-radius:var(--radius-md);min-width:0;min-height:112px;padding:var(--space-4);background:var(--surface);box-shadow:var(--shadow-low);display:grid}.metric>span,.metric>small{color:var(--muted);font-size:var(--text-xs)}.metric>strong{overflow-wrap:anywhere;font-size:var(--text-lg);letter-spacing:-.035em}.metric-reward{background:var(--brand-gold-soft)}.metric-reward>span,.metric-reward>small{color:var(--brand-gold)}.metric-mint{background:var(--brand-mint-soft)}.metric-mint>span,.metric-mint>small{color:var(--brand-mint)}.metric-warning{background:var(--warning-soft)}.metric-warning>span,.metric-warning>small{color:var(--warning)}.memory-section{border:1px solid var(--line);border-radius:var(--radius-xl);padding:var(--space-4);box-shadow:var(--shadow-low);background:linear-gradient(145deg,#fff0ee,#f3fbfc 62%,#fff7e0);overflow:hidden}.memory-section-header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-4);display:flex}.memory-section-header>div{min-width:0}.memory-section-header h2{margin:var(--space-1) 0 var(--space-2);font-size:var(--text-xl);letter-spacing:-.045em;line-height:1.05}.memory-section-header p{max-width:560px;color:var(--muted);font-size:var(--text-xs);margin:0;line-height:1.55}.memory-count{background:var(--ink);color:#fff;border:1px solid #ffffffc2;border-radius:50%;flex:0 0 66px;align-content:center;justify-items:center;width:66px;height:66px;display:grid;box-shadow:0 10px 24px #20161324}.memory-count strong{font-size:var(--text-lg);letter-spacing:-.04em;line-height:1}.memory-count small{margin-top:var(--space-1);color:#ffffffa6;font-size:var(--text-xs);font-weight:700}.memory-grid{gap:var(--space-3);display:grid}.memory-card{border-radius:var(--radius-md);width:100%;min-width:0;color:var(--ink);text-align:left;cursor:pointer;background:#fff;border:1px solid #ffffffc7;margin:0;padding:0;display:grid;overflow:hidden;box-shadow:0 13px 30px #60423e1a}.memory-card:focus-visible{outline:3px solid var(--brand-mint);outline-offset:3px}.memory-photo{background:var(--brand-mint-soft);min-height:220px;position:relative;overflow:hidden}.memory-card:first-child .memory-photo{min-height:300px}.memory-photo:after{content:"";pointer-events:none;background:linear-gradient(#0000 58%,#0d171440);position:absolute;inset:0}.memory-photo>img{object-fit:cover;width:100%;height:100%;transition:transform .35s;position:absolute;inset:0}.memory-card:hover .memory-photo>img{transform:scale(1.025)}.memory-index{z-index:1;color:#fff;width:42px;height:42px;font-size:var(--text-xs);letter-spacing:.08em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#161917a8;border:1px solid #ffffff61;border-radius:50%;place-items:center;font-weight:700;display:grid;position:absolute;top:14px;right:14px}.memory-caption{gap:var(--space-1);padding:var(--space-4);color:var(--ink);display:grid}.memory-caption small{color:var(--brand-mint);font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;font-weight:700}.memory-caption strong{font-size:var(--text-md);letter-spacing:-.02em;line-height:1.2}.memory-caption>span{color:var(--muted);font-size:var(--text-xs);line-height:1.4}.memory-caption .memory-personal-note{align-items:start;gap:var(--space-1);margin-top:var(--space-1);border-radius:var(--radius-sm);padding:var(--space-2);background:var(--brand-blush-soft);color:var(--ink);grid-template-columns:18px minmax(0,1fr);font-style:italic;display:grid}.memory-personal-note .icon{width:15px;color:var(--brand-mint)}.memory-caption .memory-provenance{align-items:center;gap:var(--space-1);margin-top:var(--space-1);color:var(--brand-mint);font-size:var(--text-xs);letter-spacing:.04em;text-transform:uppercase;font-weight:700;display:flex}.memory-provenance .icon{width:13px}.memory-caption .memory-card-action{margin-top:var(--space-1);border-top:1px solid var(--line);padding-top:var(--space-2);color:var(--ink);font-size:var(--text-xs);justify-content:space-between;align-items:center;font-weight:700;display:flex}.memory-card-action .icon{width:15px;color:var(--brand-mint)}.memory-detail{gap:var(--space-4);display:grid}.memory-detail>img,.memory-detail>.memory-image-fallback{border-radius:var(--radius-md);object-fit:cover;width:100%;height:240px}.memory-detail>p{gap:var(--space-1);margin:0;display:grid}.memory-detail>p strong{font-size:var(--text-sm)}.memory-detail>p span{color:var(--muted);font-size:var(--text-xs);line-height:1.55}.memory-detail-connections{gap:var(--space-2);display:grid}.memory-detail-connections>div{align-items:center;gap:var(--space-2);border-radius:var(--radius-sm);padding:var(--space-2);background:var(--brand-mint-soft);color:var(--brand-mint);grid-template-columns:26px minmax(0,1fr);display:grid}.memory-detail-connections>div>span{gap:var(--space-1);color:var(--ink);display:grid}.memory-detail-connections small{color:var(--muted);font-size:var(--text-xs)}.memory-note{align-items:center;gap:var(--space-3);margin-top:var(--space-4);border-radius:var(--radius-md);padding:var(--space-3);color:var(--brand-mint);background:#ffffffb8;grid-template-columns:40px minmax(0,1fr);display:grid}.memory-note>.icon{justify-self:center;width:22px}.memory-note p{gap:var(--space-1);color:var(--ink);margin:0;display:grid}.memory-note strong{font-size:var(--text-xs)}.memory-note span{color:var(--muted);font-size:var(--text-xs);line-height:1.4}.spending-panel,.completed-missions{border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-4);background:var(--surface);box-shadow:var(--shadow-low)}.spending-panel .section-heading,.completed-missions .section-heading{margin-top:0}.bar-list{gap:var(--space-4);margin-bottom:var(--space-5);display:grid}.bar-list>div{gap:var(--space-2);display:grid}.bar-list>div>div{justify-content:space-between;align-items:flex-end;gap:var(--space-3);font-size:var(--text-xs);display:flex}.bar-list strong{font-size:var(--text-xs)}.bar-list strong small{margin-left:var(--space-1);color:var(--muted);font-size:var(--text-xs);font-weight:400}.bar{background:var(--surface-subtle);border-radius:999px;height:10px;overflow:hidden}.bar i{border-radius:inherit;height:100%;display:block}.spending-panel .button{width:100%}.itinerary-list{gap:var(--space-2)}.itinerary-list article{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-low);overflow:hidden}.itinerary-list article.open{border-color:#a7d5cc}.itinerary-list article>button{align-items:center;gap:var(--space-3);width:100%;min-height:86px;padding:var(--space-3) var(--space-3);color:var(--ink);text-align:left;background:0 0;border:0;grid-template-columns:46px minmax(0,1fr) 24px;display:grid}.day-number{border-radius:var(--radius-md);background:var(--brand-blush-soft);width:46px;height:46px;color:var(--brand-mint);font-size:var(--text-sm);place-items:center;font-weight:700;display:grid}.itinerary-list article>button>span:nth-child(2){gap:var(--space-1);min-width:0;display:grid}.itinerary-list article>button small{color:var(--brand-mint);font-size:var(--text-xs);font-weight:700}.itinerary-list article>button strong{font-size:var(--text-sm)}.itinerary-list article>button em{color:var(--muted);font-size:var(--text-xs);text-overflow:ellipsis;white-space:nowrap;font-style:normal;overflow:hidden}.itinerary-list article>button b{font-size:var(--text-lg);text-align:center;font-weight:400}.recap-day-detail{gap:var(--space-2);border-top:1px solid var(--line);padding:var(--space-4) var(--space-4);display:grid}.recap-day-detail>p{margin:0 0 var(--space-1);color:var(--muted);font-size:var(--text-xs);line-height:1.55}.recap-day-detail>span{align-items:center;column-gap:var(--space-2);border-radius:var(--radius-sm);padding:var(--space-2);background:var(--brand-mint-soft);color:var(--brand-mint);grid-template-columns:20px minmax(0,1fr);display:grid}.recap-day-detail>span .icon{grid-row:1/3;width:16px}.recap-day-detail>span strong{color:var(--ink);font-size:var(--text-xs)}.recap-day-detail>span small{color:var(--muted);font-size:var(--text-xs)}.completed-row{align-items:center;gap:var(--space-3);border-top:1px solid var(--line);min-height:76px;padding:var(--space-2) 0;grid-template-columns:38px minmax(0,1fr) auto;display:grid}.completed-row:first-of-type{border-top:0}.completed-row>span:first-child{border-radius:var(--radius-sm);background:var(--brand-mint-soft);width:36px;height:36px;color:var(--brand-mint);place-items:center;display:grid}.completed-row>div{gap:var(--space-1);display:grid}.completed-row strong{font-size:var(--text-xs)}.completed-row small{color:var(--muted);font-size:var(--text-xs)}.completed-row.missed{opacity:.72}.completed-row.missed>span:first-child{background:var(--surface-subtle);color:var(--muted)}.insight-hero{align-items:center;gap:var(--space-5);border-radius:var(--radius-lg);min-height:330px;padding:var(--space-5);background:var(--ink);color:#fff;box-shadow:var(--shadow-mid);display:grid}.insight-hero h2{margin:var(--space-2) 0 var(--space-1);font-size:var(--text-xl);letter-spacing:-.05em}.insight-hero>div>strong{font-size:var(--text-lg)}.insight-hero p{margin:var(--space-3) 0 0;color:#ffffffa6;font-size:var(--text-xs)}.insight-ring{background:radial-gradient(circle at center, var(--ink) 57%, transparent 58%), conic-gradient(var(--brand-mint) var(--ring-value), #ffffff1a 0);border-radius:50%;align-content:center;justify-self:center;justify-items:center;width:170px;height:170px;display:grid}.insight-ring strong{font-size:var(--text-xl)}.insight-ring span{color:#fff9;font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.09em}.insight-page>.metric-grid{margin-top:var(--space-4)}.empty-state{border:1px dashed var(--line-strong);border-radius:var(--radius-lg);width:100%;min-height:300px;padding:var(--space-6) var(--space-5);background:var(--surface);text-align:center;align-content:center;justify-items:center;display:grid}.empty-state-icon{border-radius:var(--radius-md);background:var(--brand-blush-soft);width:64px;height:64px;color:var(--brand-mint);place-items:center;display:grid}.empty-state h2{margin:var(--space-4) 0 var(--space-2);font-size:var(--text-lg);letter-spacing:-.035em}.empty-state p{max-width:420px;margin:0 0 var(--space-4);color:var(--muted);font-size:var(--text-xs);line-height:1.55}.centered-page{align-content:center;max-width:720px;display:grid}.modal-scrim{z-index:100;width:min(100vw, var(--app-shell-width));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1019167a;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0 auto 0 50%;transform:translate(-50%)}.modal-sheet{border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-height:88dvh;padding:var(--space-6) var(--space-4) max(var(--space-5), env(safe-area-inset-bottom));background:var(--surface);box-shadow:var(--shadow-high);position:relative;overflow-y:auto}.sheet-handle{background:var(--line-strong);border-radius:999px;width:42px;height:4px;position:absolute;top:9px;left:50%;transform:translate(-50%)}.modal-close{position:absolute;top:22px;right:20px}.modal-sheet>h2{margin:var(--space-1) var(--space-8) var(--space-1) 0;font-size:var(--text-lg);letter-spacing:-.035em}.modal-description{margin:0 var(--space-8) var(--space-5) 0;color:var(--muted);font-size:var(--text-xs)}.modal-body>p{margin:0 0 var(--space-4);color:var(--muted);font-size:var(--text-sm);line-height:1.65}.modal-footer{margin-top:var(--space-5);justify-content:stretch;display:flex}.modal-footer .button{width:100%}.settings-list{gap:var(--space-2);display:grid}.settings-list>div{align-items:center;gap:var(--space-3);border-radius:var(--radius-md);padding:var(--space-3);background:var(--surface-subtle);color:var(--brand-mint);grid-template-columns:38px minmax(0,1fr);display:grid}.settings-list>div>span{gap:var(--space-1);color:var(--ink);display:grid}.settings-list strong{font-size:var(--text-xs)}.settings-list small{color:var(--muted);font-size:var(--text-xs);line-height:1.4}.app-toast{z-index:130;right:auto;bottom:calc(var(--nav-height) + 14px + env(safe-area-inset-bottom));width:min(calc(100vw - 32px), calc(var(--app-shell-width) - 32px));justify-content:center;align-items:center;gap:var(--space-2);min-height:48px;padding:var(--space-2) var(--space-4);background:var(--ink);color:#fff;font-size:var(--text-xs);opacity:0;pointer-events:none;box-shadow:var(--shadow-mid);border-radius:999px;font-weight:700;transition:opacity .2s,transform .2s;display:flex;position:fixed;left:50%;transform:translate(-50%,14px)}.app-toast .icon{width:17px;color:var(--brand-mint-bright)}.app-toast.show{opacity:1;transform:translate(-50%)}@container app (width>=391px){.page{padding-inline:var(--space-4)}.metric-grid{grid-template-columns:1fr 1fr}.mission-card{grid-template-columns:48px minmax(0,1fr) auto}.mission-card>.status-chip{grid-column:auto}}@container app (width>=620px){.page{padding:var(--space-6) var(--space-6) var(--space-8)}.page-header{margin-bottom:var(--space-6)}.page-header h1{font-size:var(--text-xl)}.form-grid{grid-template-columns:1fr 1fr}.form-grid .trip-preview,.form-grid .date-range-summary{grid-column:1/-1}.form-actions{flex-direction:row;justify-content:flex-end}.form-actions .button{width:auto;min-width:130px}.support-grid,.journey-progress,.journey-stage-options{grid-template-columns:repeat(4,1fr)}.next-action-card{padding:var(--space-5);grid-template-columns:50px minmax(0,1fr) auto;align-items:center}.next-action-card .button{width:auto}.completion-banner{grid-template-columns:1fr auto;align-items:center}.completion-banner .button{width:auto}.today-card-actions{grid-template-columns:1fr auto;align-items:center}.success-actions{grid-template-columns:1fr 1fr}.points-reward-grid{grid-template-columns:repeat(3,1fr)}.points-reward-grid article{grid-template-columns:40px minmax(0,1fr);align-content:start}.points-reward-grid article .button{margin-top:auto}.planner-day-card{grid-template-columns:minmax(180px,.34fr) minmax(0,1fr);display:grid}.planner-day-visual{height:100%;min-height:250px}.connected-plan-items>div{grid-template-columns:34px minmax(0,1fr) auto}.connected-plan-items .status-chip{grid-column:auto}.day-note{align-items:center;gap:var(--space-3);grid-template-columns:minmax(0,1fr) auto;display:grid}.day-note>p{margin:0}.day-note>.button{width:auto}.day-note>.field,.day-note>div{grid-column:1/-1}.metric-grid{grid-template-columns:repeat(3,1fr)}.metric-grid-four{grid-template-columns:repeat(2,1fr)}.memory-section{padding:var(--space-5)}.memory-section-header{margin-bottom:var(--space-5);align-items:center}.memory-grid{grid-template-rows:repeat(2,230px);grid-template-columns:minmax(0,1.25fr) minmax(250px,.75fr)}.memory-card{grid-template-rows:minmax(0,1fr) auto}.memory-card:first-child{grid-row:1/3}.memory-card .memory-photo,.memory-card:first-child .memory-photo{min-height:0}.insight-hero{grid-template-columns:1fr auto}.modal-scrim{padding:var(--space-5);align-items:center}.modal-sheet{border-radius:var(--radius-lg);width:min(520px,100%);max-height:min(740px,100dvh - 48px);padding:var(--space-6)}.sheet-handle{display:none}.modal-close{top:24px;right:24px}.modal-footer{justify-content:flex-end}.modal-footer .button{width:auto}}@container app (width>=768px){:root{--sidebar-width:214px}.app-shell{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);display:grid}.mobile-focused-route .app-nav{display:flex}.app-main{padding-bottom:0}.app-nav{gap:var(--space-5);height:100dvh;padding:var(--space-6) var(--space-4) var(--space-5);border-top:0;border-right:1px solid var(--line);box-shadow:none;background:#ffffffe0;flex-direction:column;display:flex;position:sticky;inset:0 auto auto}.brand{width:max-content;min-height:44px;padding:0 var(--space-2);color:var(--ink);font-size:var(--text-lg);letter-spacing:-.04em;background:0 0;border:0;grid-template-columns:auto auto;align-items:baseline;font-weight:700;display:grid}.brand-mark{color:var(--brand-mint)}.brand small{margin-top:var(--space-1);color:var(--muted);font-size:var(--text-xs);letter-spacing:.18em;text-align:left;text-transform:uppercase;grid-column:1/-1;font-weight:700}.nav-trip-context{align-items:center;gap:var(--space-2);border-radius:var(--radius-md);padding:var(--space-2);background:var(--brand-blush-soft);grid-template-columns:42px minmax(0,1fr);display:grid}.nav-trip-context img{border-radius:var(--radius-sm);object-fit:cover;width:42px;height:42px}.nav-trip-context span{gap:var(--space-1);min-width:0;display:grid}.nav-trip-context small{color:var(--brand-mint);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.06em;font-weight:700}.nav-trip-context strong{font-size:var(--text-xs);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.nav-links{gap:var(--space-1);grid-template-columns:1fr;display:grid}.nav-links button{align-content:center;place-items:center start;gap:var(--space-2);border-radius:var(--radius-sm);min-height:50px;padding:0 var(--space-3);font-size:var(--text-xs);text-align:left;grid-template-columns:30px minmax(0,1fr);display:grid}.nav-links button.active{background:var(--brand-blush)}.nav-icon{width:30px}.nav-footnote{align-items:center;gap:var(--space-2);padding:0 var(--space-2);color:var(--muted);font-size:var(--text-xs);margin-top:auto;display:flex}.nav-footnote .icon{width:15px;color:var(--brand-mint)}.page{min-height:100dvh;padding-top:var(--space-7)}.app-toast{bottom:28px;right:auto;left:calc(var(--sidebar-width) + 50%);width:max-content;max-width:calc(100vw - var(--sidebar-width) - 40px);transform:translate(-50%,14px)}.app-toast.show{transform:translate(-50%)}.today-card{padding:var(--space-5)}.dashboard-grid{grid-template-columns:1fr 1fr}.wallet-grid{grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);align-items:start}.payment-card{min-height:660px;padding:var(--space-5);justify-content:flex-start}.code-stage{width:220px;height:220px;margin-top:var(--space-8)}.celebration-card{grid-template-columns:1fr 1fr;display:grid}.celebration-art{min-height:500px}.celebration-copy{padding:var(--space-7);align-content:center}.celebration-copy .button{width:auto}.recap-story{grid-template-rows:1fr;grid-template-columns:1fr 1fr;min-height:360px}.recap-story>img:not(.recap-bear){height:100%}.recap-story .recap-bear{bottom:18px;right:calc(50% - 40px)}.metric-grid-four{grid-template-columns:repeat(4,1fr)}}@container app (width>=980px){:root{--sidebar-width:236px}.app-nav{padding-inline:var(--space-5)}.page{padding:var(--space-8) var(--space-7) var(--space-8)}.page-header h1{font-size:var(--text-xl)}.trip-hero{min-height:440px}.trip-hero-content{width:58%;padding:var(--space-7)}.trip-hero-shade{background:linear-gradient(90deg,#081310e6 0%,#0813107a 56%,#0813100d 82%)}.trip-hero-top{padding:var(--space-5)}.dashboard-grid{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr)}.mission-detail-grid{grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);align-items:stretch}.mission-context-card>img{width:190px;height:190px}.flow-content{padding:var(--space-6)}.metric{min-height:128px;padding:var(--space-5)}.metric>strong{font-size:var(--text-xl)}.spending-panel,.completed-missions{padding:var(--space-5)}}.product-intro{gap:var(--space-2);margin:var(--space-5) 0;border:1px solid var(--brand-blush-strong);border-radius:var(--radius-lg);padding:var(--space-4);box-shadow:var(--shadow-low);background:linear-gradient(145deg,#e8f7fa,#fff0ef);display:grid}.product-intro-head{justify-content:space-between;align-items:flex-start;gap:var(--space-3);grid-column:1/-1;display:flex}.product-intro-head h2{margin:var(--space-1) 0 var(--space-2);font-size:var(--text-lg);letter-spacing:-.03em}.product-intro-head>button{width:44px;height:44px;color:var(--muted);font-size:var(--text-lg);background:#ffffffb3;border:0;border-radius:50%;flex:0 0 44px}.product-intro-features{gap:var(--space-2);grid-column:1/-1;grid-template-columns:repeat(2,1fr);display:grid}.product-intro-features>div{justify-items:center;gap:var(--space-1);border-radius:var(--radius-md);min-width:0;padding:var(--space-3) var(--space-1);text-align:center;background:#ffffffbd;display:grid}.product-intro-features>div>span{border-radius:var(--radius-sm);background:var(--brand-mint-soft);width:38px;height:38px;color:var(--brand-mint);place-items:center;display:grid}.product-intro-features strong{font-size:var(--text-xs)}.product-intro-features small{color:var(--muted);font-size:var(--text-xs);line-height:1.4}.creation-choice-grid{gap:var(--space-3);margin-bottom:var(--space-4);display:grid}.creation-choice{border:1px solid var(--line);border-radius:var(--radius-lg);min-height:250px;padding:var(--space-5);color:var(--ink);text-align:left;box-shadow:var(--shadow-low);background:#fff;flex-direction:column;align-items:flex-start;display:flex}.creation-choice.featured{background:linear-gradient(145deg,#e0f4f8,#fff0ef);border-color:#a7d8e4}.choice-icon{width:56px;height:56px;margin-bottom:var(--space-4);border-radius:var(--radius-md);background:var(--brand-mint);color:#fff;place-items:center;display:grid}.creation-choice .status-chip{align-self:flex-end;position:absolute}.creation-choice h2{margin:0 0 var(--space-2);font-size:var(--text-lg);letter-spacing:-.035em}.creation-choice p{margin:0 0 var(--space-5);color:var(--muted);font-size:var(--text-sm);line-height:1.55}.creation-choice>strong{align-items:center;gap:var(--space-1);color:var(--brand-mint);font-size:var(--text-sm);margin-top:auto;display:flex}.creation-choice>strong .icon{width:17px}.preferences-grid{display:grid}.interest-field{border:0;grid-column:1/-1;margin:0;padding:0}.interest-field legend{margin-bottom:var(--space-2);font-size:var(--text-sm);font-weight:700}.choice-chips{gap:var(--space-2);flex-wrap:wrap;display:flex}.choice-chips button{border:1px solid var(--line);min-height:44px;padding:0 var(--space-4);color:var(--ink-soft);font-size:var(--text-sm);background:#fff;border-radius:999px;font-weight:700}.choice-chips button.selected{border-color:var(--brand-mint);background:var(--brand-mint-soft);color:var(--brand-mint)}.creation-review{gap:var(--space-4);display:grid}.creation-review>img{border-radius:var(--radius-md);object-fit:cover;width:100%;height:190px}.creation-review h2{margin:var(--space-1) 0;font-size:var(--text-lg)}.creation-review p{color:var(--muted);margin:0}.product-pillars{gap:var(--space-2);margin:calc(-1 * var(--space-2)) 0 var(--space-5);display:grid}.product-pillars button{align-items:center;gap:var(--space-3);border:1px solid var(--line);border-radius:var(--radius-md);min-height:70px;padding:var(--space-3);color:var(--ink);text-align:left;background:#fff;grid-template-columns:42px 1fr;display:grid}.product-pillars button>.icon{width:22px;color:var(--brand-mint);justify-self:center}.product-pillars button span{gap:var(--space-1);display:grid}.product-pillars button strong{font-size:var(--text-sm)}.product-pillars button small{color:var(--muted);font-size:var(--text-xs)}.trip-switcher{justify-content:space-between;align-items:center;gap:var(--space-3);margin:calc(-1 * var(--space-1)) 0 var(--space-4);border:1px solid var(--line);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);background:#fff;display:flex}.trip-switcher span{color:var(--muted);font-size:var(--text-xs);font-weight:700}.trip-switcher select{min-width:0;max-width:62%;min-height:44px;color:var(--ink);font-size:var(--text-xs);background:0 0;border:0;font-weight:700}.featured-exchange{align-items:center;gap:var(--space-3);border:1px solid var(--line);border-radius:var(--radius-md);width:100%;min-height:64px;padding:var(--space-3);background:var(--surface);color:var(--ink);text-align:left;grid-template-columns:40px minmax(0,1fr) auto;display:grid}.featured-exchange:hover{border-color:var(--line-strong);background:var(--surface-subtle)}.featured-copy{gap:var(--space-1);min-width:0;display:grid}.featured-copy>strong{font-size:var(--text-sm)}.featured-copy>small{color:var(--muted);font-size:var(--text-xs)}.featured-exchange>.icon{width:18px;color:var(--muted)}.rate-card{margin:var(--space-1) 0 var(--space-4);border-radius:var(--radius-md);padding:var(--space-4);background:#eef9fb;border:1px solid #b9e1ea}.rate-card>div:first-child{justify-content:space-between;align-items:flex-start;gap:var(--space-2);display:flex}.rate-card>div:first-child>span{gap:var(--space-1);display:grid}.rate-card small{color:var(--muted);font-size:var(--text-xs)}.rate-card strong{font-size:var(--text-sm)}.rate-card svg{width:100%;height:100px;margin-top:var(--space-2)}.rate-card polyline{fill:none;stroke:var(--brand-mint-bright);stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.rate-card line{stroke:#bddfe7;stroke-width:1px}.rate-days{color:var(--muted);font-size:var(--text-xs);justify-content:space-between;display:flex}.quote-result{gap:var(--space-2);margin:var(--space-1) 0 var(--space-4);grid-template-columns:1fr 1fr;display:grid}.quote-result>span{gap:var(--space-1);border-radius:var(--radius-md);padding:var(--space-3);background:var(--surface-subtle);display:grid}.quote-result small{color:var(--muted);font-size:var(--text-xs)}.quote-result strong{font-size:var(--text-md)}.quote-result .button{grid-column:1/-1}.acknowledgement{align-items:center;gap:var(--space-2);min-height:44px;margin:var(--space-1) 0 var(--space-4);color:var(--ink-soft);font-size:var(--text-xs);grid-template-columns:24px 1fr;line-height:1.5;display:grid}.acknowledgement input{width:20px;height:20px;accent-color:var(--brand-mint)}.wallet-mode-tabs{gap:var(--space-1);margin-bottom:var(--space-3);border:1px solid var(--line);border-radius:var(--radius-md);padding:var(--space-1);background:#fff;grid-template-columns:1fr 1fr;display:grid}.wallet-mode-tabs button{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-sm);min-height:50px;color:var(--muted);font-size:var(--text-xs);background:0 0;border:0;font-weight:700;display:flex}.wallet-mode-tabs button.active{background:var(--brand-mint-soft);color:var(--brand-mint);box-shadow:0 3px 12px #16796e1a}.wallet-mode-tabs .icon{width:18px}.bank-consent-card,.bank-panel{border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-5);background:var(--surface);box-shadow:var(--shadow-soft)}.bank-consent-heading{gap:var(--space-3);align-items:flex-start;display:flex}.bank-consent-heading>span,.transaction-icon{border-radius:var(--radius-md);background:var(--brand-mint-soft);width:46px;height:46px;color:var(--brand-mint);flex:none;place-items:center;display:grid}.bank-consent-heading h2,.panel-heading-inline h2,.bank-panel>h2{margin:var(--space-1) 0 var(--space-1)}.bank-consent-heading p,.panel-heading-inline p{color:var(--muted);margin:0;line-height:1.55}.consent-grid{gap:var(--space-2);margin:var(--space-4) 0;display:grid}.consent-grid label,.consent-products label{gap:var(--space-3);border:1px solid var(--line);border-radius:var(--radius-md);min-height:64px;padding:var(--space-3) var(--space-3);background:var(--surface-raised);cursor:pointer;align-items:center;display:flex}.consent-grid input,.consent-products input{width:20px;height:20px;accent-color:var(--brand-mint)}.consent-grid>label>span,.consent-products>label>span{gap:var(--space-1);display:grid}.consent-grid small,.consent-products small{color:var(--muted);line-height:1.4}.consent-products{gap:var(--space-2);margin-bottom:var(--space-4);display:grid}.consent-products h3{font-size:var(--text-sm);margin:0}.bank-consent-card>.notice{margin:var(--space-4) 0}.money-connection-bar{justify-content:space-between;gap:var(--space-3);margin-bottom:var(--space-3);border:1px solid var(--brand-mint-line);border-radius:var(--radius-md);padding:var(--space-3) var(--space-3);background:var(--brand-mint-soft);align-items:center;display:flex}.money-connection-bar>span{gap:var(--space-2);align-items:center;display:flex}.money-connection-bar>span>.icon{color:var(--brand-mint)}.money-connection-bar>span>span{gap:var(--space-1);display:grid}.money-connection-bar small{color:var(--muted)}.money-hub-tabs{gap:var(--space-1);margin-bottom:var(--space-4);border:1px solid var(--line);border-radius:var(--radius-md);padding:var(--space-1);background:var(--surface);grid-template-columns:repeat(4,1fr);display:grid}.money-hub-tabs button{gap:var(--space-2);border-radius:var(--radius-sm);min-height:52px;color:var(--muted);background:0 0;border:0;justify-content:center;align-items:center;font-weight:700;display:flex}.money-hub-tabs button.active{background:var(--brand-mint-soft);color:var(--brand-mint)}.money-hub-tabs .icon{width:18px}.money-hub-section{gap:var(--space-4);display:grid}.money-summary-grid{gap:var(--space-3);grid-template-columns:repeat(3,1fr);display:grid}.money-hub-columns{gap:var(--space-4);display:grid}.panel-heading-inline{justify-content:space-between;gap:var(--space-3);margin-bottom:var(--space-4);align-items:flex-start;display:flex}.travel-card-list,.transaction-list,.reward-catalog,.ledger-list{gap:var(--space-2);display:grid}.travel-bank-card{border:1px solid var(--line);border-radius:var(--radius-md);padding:var(--space-4);color:#fff;background:linear-gradient(145deg,#123b3a,#165a55)}.travel-bank-card header{align-items:center;gap:var(--space-2);display:flex}.travel-bank-card header>span:first-child{border-radius:var(--radius-sm);background:#ffffff1f;place-items:center;width:40px;height:40px;display:grid}.travel-bank-card header>div{gap:var(--space-1);flex:1;display:grid}.travel-bank-card header small{color:#ffffffad}.travel-bank-card dl,.fx-review dl{gap:var(--space-2);margin:var(--space-4) 0;grid-template-columns:repeat(3,1fr);display:grid}.travel-bank-card dl div,.fx-review dl div{gap:var(--space-1);display:grid}.travel-bank-card dt,.fx-review dt{font-size:var(--text-xs);color:#fff9;text-transform:uppercase;letter-spacing:.05em}.travel-bank-card dd,.fx-review dd{font-size:var(--text-xs);margin:0;font-weight:700}.travel-bank-card .button-row{flex-wrap:wrap}.fx-balances{gap:var(--space-2);margin-bottom:var(--space-4);display:flex;overflow:auto}.fx-balances div{gap:var(--space-1);border:1px solid var(--line);border-radius:var(--radius-md);min-width:130px;padding:var(--space-3);display:grid}.fx-balances span,.fx-balances small{color:var(--muted);font-size:var(--text-xs)}.fx-balances strong{font-size:var(--text-lg)}.fx-review{margin-top:var(--space-3);border:1px solid var(--brand-mint-line);border-radius:var(--radius-md);padding:var(--space-4);background:var(--brand-mint-soft)}.fx-review h3{margin:var(--space-1) 0}.fx-review p,.fx-review dt{color:var(--muted)}.transaction-list article,.reward-catalog article{align-items:center;gap:var(--space-3);border-top:1px solid var(--line);padding:var(--space-3) 0;display:flex}.transaction-list article:first-child,.reward-catalog article:first-child{border-top:0}.transaction-list article>div,.reward-catalog article>div{gap:var(--space-1);flex:1;min-width:0;display:grid}.transaction-list small,.transaction-list em,.reward-catalog small,.ledger-list small{color:var(--muted);font-size:var(--text-xs);font-style:normal}.transaction-list article>p,.reward-catalog article>p{gap:var(--space-1);justify-items:end;margin:0;display:grid}.reward-catalog article>span{border-radius:var(--radius-sm);width:42px;height:42px;color:var(--brand-mint);background:var(--brand-blush);place-items:center;display:grid}.ledger-list>div{justify-content:space-between;gap:var(--space-2);border-top:1px solid var(--line);padding:var(--space-3) 0;display:flex}.ledger-list>div:first-child{border-top:0}.ledger-list span{gap:var(--space-1);display:grid}.ledger-list b{color:var(--brand-mint)}.money-hub-section>.payment-card{justify-self:center;width:100%;max-width:720px}@container app (width>=900px){.consent-grid,.money-hub-columns{grid-template-columns:repeat(2,minmax(0,1fr))}}@container app (width<=640px){.money-summary-grid{grid-template-columns:1fr}.money-hub-tabs button{font-size:var(--text-xs);flex-direction:column}.money-connection-bar{align-items:flex-start}.travel-bank-card dl{grid-template-columns:1fr 1fr}.transaction-list article,.reward-catalog article{align-items:flex-start}}.booking-review-panel{gap:var(--space-3);margin:var(--space-4) 0;border:1px solid var(--brand-mint-line);border-radius:var(--radius-lg);padding:var(--space-4);background:linear-gradient(145deg, var(--surface), var(--brand-mint-soft));display:grid}.booking-review-list{gap:var(--space-2);display:grid}.booking-review-list article{gap:var(--space-3);border:1px solid var(--line);border-radius:var(--radius-md);padding:var(--space-3);background:var(--surface);grid-template-columns:auto minmax(160px,1fr) minmax(130px,.45fr) auto;align-items:center;display:grid}.booking-review-list article>span{border-radius:var(--radius-sm);background:var(--brand-blush);width:42px;height:42px;color:var(--brand-mint);place-items:center;display:grid}.booking-review-list article>div{gap:var(--space-1);display:grid}.booking-review-list article small,.booking-review-list article em{color:var(--muted);font-size:var(--text-xs);font-style:normal}.booking-review-list .field{margin:0}.booking-review-list .field>span{font-size:var(--text-xs)}.booking-review-list article.reviewed{border-color:var(--brand-mint-line)}.booking-review-actions{align-items:flex-start;gap:var(--space-1);flex-direction:column;display:flex}@container app (width<=760px){.booking-review-list article{grid-template-columns:auto 1fr}.booking-review-list article .field,.booking-review-list article>.booking-review-actions{grid-column:1/-1}.booking-review-actions{flex-flow:wrap}}.integrated-wallet .payment-card{touch-action:pan-y}.provider-caption{margin:var(--space-2) 0 var(--space-1);color:var(--muted);font-size:var(--text-xs);text-align:center;line-height:1.4}.swipe-hint{margin-top:var(--space-3);color:var(--muted);font-size:var(--text-xs);text-align:center;display:block}.recap-story-screen{min-height:100dvh;padding:max(var(--space-4), env(safe-area-inset-top)) var(--space-4) max(var(--space-4), env(safe-area-inset-bottom));background:var(--brand-mint);color:#fff;grid-template-rows:auto 1fr auto;display:grid;overflow:hidden}.story-violet{background:radial-gradient(circle at 80% 12%,#d7eff4 0 14%,#0000 15%),linear-gradient(150deg,#35a2c1,#80a7ca 58%,#ef9993)}.story-coral{background:radial-gradient(circle at 15% 78%,#ffddd8 0 18%,#0000 19%),linear-gradient(145deg,#cc7372,#f36762)}.story-mint{background:radial-gradient(circle at 87% 76%,#d7eff4 0 17%,#0000 18%),linear-gradient(145deg,#117b93,#35a2c1)}.story-gold{background:radial-gradient(circle at 15% 18%,#fff7e0 0 16%,#0000 17%),linear-gradient(145deg,#a37a10,#e4b947)}.story-blue{background:radial-gradient(circle at 80% 18%,#d7eff4 0 16%,#0000 17%),linear-gradient(145deg,#397d9d,#80a7ca)}.story-header{align-items:center;gap:var(--space-3);grid-template-columns:44px 1fr 44px;min-height:54px;display:grid}.story-header .icon-button{color:#fff;background:#ffffff1f;border-color:#ffffff40}.story-header>button:last-child{color:#fff;min-width:44px;min-height:44px;font-size:var(--text-xs);background:0 0;border:0;font-weight:700}.story-progress{gap:var(--space-1);display:flex}.story-progress i{border-radius:var(--radius-sm);background:#ffffff47;flex:1;height:3px}.story-progress i.active{background:#fff}.story-slide{width:min(680px,100%);padding:var(--space-6) var(--space-1);flex-direction:column;justify-content:center;align-items:flex-start;margin:auto;display:flex}.story-kicker{margin-bottom:var(--space-5);font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;font-weight:700}.story-value{max-width:100%;margin-bottom:var(--space-5);font-size:var(--text-hero);letter-spacing:-.065em;overflow-wrap:anywhere;line-height:.95}.story-slide h1{margin:0 0 var(--space-4);font-size:var(--text-hero);letter-spacing:-.05em;line-height:1.02}.story-slide h1:focus{outline:0}.story-slide p{color:#ffffffd1;max-width:580px;font-size:var(--text-md);margin:0;line-height:1.55}.story-category-bars{gap:var(--space-1);width:100%;height:12px;margin-top:var(--space-7);background:#ffffff26;border-radius:99px;display:flex;overflow:hidden}.story-actions{justify-content:flex-end;gap:var(--space-2);width:min(680px,100%);margin:auto;display:flex}.story-actions .button-ghost{color:#fff;background:#ffffff1f;border-color:#ffffff4d}.story-actions .button-primary{color:#117b93;background:#fff}.memory-image-fallback{background:linear-gradient(145deg, var(--brand-mint-soft), #d7eff4);width:100%;min-height:100%;color:var(--brand-mint);place-items:center;display:grid}.memory-image-fallback .icon{width:48px;height:48px}@container app (width>=700px){.product-intro-features{grid-template-columns:repeat(4,1fr)}.product-intro-features>div{text-align:left;grid-template-columns:42px 1fr;justify-items:start}.product-intro-features>div>span{grid-row:span 2}.creation-choice-grid{grid-template-columns:1fr 1fr}.product-pillars{grid-template-columns:repeat(3,1fr)}.creation-review{grid-template-columns:220px 1fr;align-items:center}.creation-review>img{height:160px}.creation-review .review-list{grid-column:1/-1}.recap-story-screen{padding-inline:var(--space-6)}}@container app (width<=560px){.return-highlight-list>button{grid-template-columns:52px minmax(0,1fr)}.return-highlight-list img,.return-highlight-list .memory-image-fallback{grid-row:1/span 2;width:52px;height:52px}.return-highlight-list b{text-align:left;grid-column:2}.recap-page .header-actions .button-soft span{display:none}.recap-page .header-actions .button-soft{width:44px;min-height:44px;padding:0}.story-actions{grid-template-columns:1fr 1fr;display:grid}.story-actions .button:only-child{grid-column:2}.story-actions .button{padding-inline:var(--space-2)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}@media (width<=480px){html,body{background:var(--canvas)}.app-shell{box-shadow:none}}@media (width<=1023px){.demo-framing-panel{display:none}}@media (width>=1024px){.demo-framing-panel{right:auto;left:max(var(--space-5), calc((100vw - var(--app-shell-width)) / 2 - 224px - var(--space-5)));width:min(224px, calc((100vw - var(--app-shell-width)) / 2 - var(--space-8)))}}
