:root { --ink:#153a34; --teal:#0d776a; --teal-dark:#0a554d; --mint:#e3f3ee; --cream:#f6f4ee; --gold:#d6ae63; --muted:#71807b; --line:#e7ece9; }
* { box-sizing: border-box; }
body { min-height: 100vh; margin: 0; display: flex; align-items: center; justify-content: center; gap: 9vw; overflow: hidden; color: var(--ink); background: radial-gradient(circle at 25% 18%, #e7f0eb 0, transparent 30%), linear-gradient(135deg, #f7f6f1, #d8e8e2); font-family: "Manrope", sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.prototype-note { width: min(460px, 35vw); }
.prototype-note > span { color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.prototype-note h1 { margin: 20px 0; font: 600 clamp(40px, 4vw, 62px)/1.07 "Playfair Display", serif; letter-spacing: -.035em; }
.prototype-note p { max-width: 390px; color: #60736d; font-size: 14px; line-height: 1.8; }
.note-badge { margin-top: 35px; display: flex; align-items: center; gap: 12px; }
.note-badge > i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-style: normal; }
.note-badge div { display: flex; flex-direction: column; }
.note-badge b { font-size: 11px; }
.note-badge small { margin-top: 3px; color: #83918c; font-size: 9px; }

.phone-shell { position: relative; width: 390px; height: min(844px, calc(100vh - 34px)); overflow: hidden; border: 9px solid #173c36; border-radius: 47px; background: #fbfcfb; box-shadow: 0 40px 100px rgba(25,62,55,.25), inset 0 0 0 1px rgba(255,255,255,.3); }
.phone-shell::before { position: absolute; z-index: 20; content: ""; top: 8px; left: 50%; width: 103px; height: 25px; transform: translateX(-50%); border-radius: 20px; background: #173c36; }
.status-bar { position: absolute; z-index: 15; top: 0; left: 0; right: 0; height: 42px; padding: 11px 23px 0; display: flex; align-items: center; justify-content: space-between; color: white; background: var(--teal-dark); font-size: 10px; font-weight: 800; }
.status-bar div { display: flex; align-items: center; gap: 6px; }
.status-bar i { font-size: 7px; font-style: normal; letter-spacing: -1px; }
.status-bar b { width: 17px; height: 8px; display: block; border: 1px solid rgba(255,255,255,.8); border-radius: 2px; }
.app-view { position: absolute; inset: 42px 0 72px; overflow-y: auto; scrollbar-width: none; background: #fbfcfb; }
.app-view::-webkit-scrollbar { display: none; }
.screen { display: none; min-height: 100%; padding-bottom: 26px; }
.screen.active { display: block; }
.app-header { padding: 20px 19px 12px; display: flex; align-items: center; justify-content: space-between; background: var(--teal-dark); color: white; }
.mini-brand { display: flex; align-items: center; gap: 7px; }
.mini-brand > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px 9px 9px 3px; color: var(--teal-dark); background: #f1d08d; font: 700 17px "Playfair Display", serif; }
.mini-brand div { display: flex; flex-direction: column; line-height: .95; }
.mini-brand b { font-size: 13px; letter-spacing: .1em; }
.mini-brand small { margin-top: 3px; font-size: 6px; letter-spacing: .2em; opacity: .7; }
.header-icons { display: flex; align-items: center; gap: 8px; }
.header-icons button { position: relative; width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; color: white; background: rgba(255,255,255,.08); font-size: 9px; font-weight: 800; cursor: pointer; }
.header-icons button:first-child { font-size: 18px; }
.header-icons i { position: absolute; top: 4px; right: 4px; width: 6px; height: 6px; border: 1px solid var(--teal-dark); border-radius: 50%; background: #f0cc82; }
.welcome { padding: 12px 19px 67px; color: white; background: var(--teal-dark); }
.welcome p { margin: 5px 0 7px; color: rgba(255,255,255,.68); font-size: 10px; }
.welcome h2 { margin: 0; font: 600 30px/1.13 "Playfair Display", serif; }

.mobile-search { position: relative; width: calc(100% - 38px); min-height: 63px; margin: -33px 19px 0; padding: 11px 13px; display: flex; align-items: center; gap: 12px; border: 0; border-radius: 14px; color: var(--ink); background: white; box-shadow: 0 14px 35px rgba(18,68,59,.14); text-align: left; cursor: pointer; }
.mobile-search > span { width: 37px; height: 37px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; color: var(--teal); background: var(--mint); font-size: 21px; }
.mobile-search div { display: flex; flex: 1; flex-direction: column; gap: 3px; }
.mobile-search small { color: #899590; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.mobile-search b { font-size: 10px; }
.mobile-search > i { color: #8a9692; font-style: normal; }
.quick-menu { padding: 24px 19px 22px; display: grid; grid-template-columns: repeat(4,1fr); }
.quick-menu button { display: flex; flex-direction: column; align-items: center; gap: 8px; border: 0; color: var(--ink); background: transparent; cursor: pointer; font-size: 8px; }
.quick-menu button span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; color: var(--teal); background: var(--mint); font-size: 17px; }
.quick-menu button:nth-child(2) span { color: #9d6e2e; background: #f6eddc; }
.quick-menu button:nth-child(3) span { color: #4d6994; background: #e9eff7; }
.quick-menu button:nth-child(4) span { color: #68736f; background: #eef1f0; }

.upcoming-card { margin: 0 19px; padding: 17px; border-radius: 16px; color: white; background: linear-gradient(135deg,#0d766a,#114b45); box-shadow: 0 15px 30px rgba(12,94,83,.18); }
.card-topline { display: flex; align-items: center; justify-content: space-between; }
.card-topline > span { font-size: 7px; font-weight: 800; letter-spacing: .1em; color: rgba(255,255,255,.7); }
.card-topline i { display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: #f3cf83; }
.card-topline button { border: 0; color: #f3cf83; background: transparent; cursor: pointer; font-size: 8px; font-weight: 700; }
.upcoming-card h3 { margin: 14px 0 4px; font: 600 17px "Playfair Display", serif; }
.upcoming-card > p { margin: 0; color: rgba(255,255,255,.62); font-size: 8px; }
.countdown { display: flex; align-items: start; gap: 7px; margin: 16px 0; }
.countdown div { width: 39px; height: 41px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 8px; background: rgba(255,255,255,.1); }
.countdown b { font-size: 13px; }
.countdown small { margin-top: 1px; color: rgba(255,255,255,.52); font-size: 6px; }
.countdown > span { margin-top: 7px; color: rgba(255,255,255,.5); }
.progress-row { display: flex; justify-content: space-between; color: rgba(255,255,255,.63); font-size: 7px; }
.progress-row b { color: white; }
.progress { height: 4px; margin: 7px 0 14px; overflow: hidden; border-radius: 4px; background: rgba(255,255,255,.14); }
.progress i { width: 60%; height: 100%; display: block; border-radius: 4px; background: #efc975; }
.next-task { padding: 10px; display: flex; align-items: center; gap: 9px; border-radius: 10px; background: rgba(0,0,0,.12); }
.next-task > span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: var(--teal-dark); background: #f1cd7e; font-size: 10px; font-weight: 800; }
.next-task div { display: flex; flex: 1; flex-direction: column; gap: 2px; }
.next-task small { color: rgba(255,255,255,.53); font-size: 6px; }
.next-task b { font-size: 8px; }
.next-task button { border: 0; color: white; background: transparent; cursor: pointer; font-size: 20px; }

.mobile-section { padding: 26px 0 24px; }
.section-title { padding: 0 19px 13px; display: flex; align-items: end; justify-content: space-between; }
.section-title small { color: var(--teal); font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.section-title h3 { margin: 5px 0 0; font: 600 18px "Playfair Display", serif; }
.section-title button { border: 0; color: var(--teal); background: transparent; cursor: pointer; font-size: 8px; font-weight: 800; }
.trip-scroll { padding: 0 19px 8px; display: flex; gap: 12px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; }
.trip-scroll::-webkit-scrollbar { display:none; }
.trip-card { width: 218px; flex: 0 0 auto; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: white; scroll-snap-align: start; }
.trip-image { position: relative; height: 115px; background-size: cover; background-position: center; }
.trip-image::after { position:absolute; content:""; inset:0; background:linear-gradient(0deg,rgba(11,48,42,.38),transparent); }
.trip-image span { position: absolute; z-index: 1; top: 9px; left: 9px; padding: 5px 7px; border-radius: 10px; color: var(--teal); background: rgba(255,255,255,.92); font-size: 6px; font-weight: 800; }
.trip-body { padding: 12px; }
.trip-body small { color: #7c8985; font-size: 7px; }
.trip-body h4 { height: 31px; margin: 6px 0 12px; font-size: 10px; line-height: 1.5; }
.trip-price { padding-top: 9px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); }
.trip-price div { display:flex; flex-direction:column; }
.trip-price div small { font-size:6px; }
.trip-price b { font-size: 10px; }
.trip-price button { width: 25px; height: 25px; border: 0; border-radius: 50%; color: white; background: var(--teal); cursor:pointer; }
.help-card { margin: 0 19px 25px; padding: 17px; border-radius: 15px; background: #f1eee6; }
.help-card small { color: #9d7c42; font-size: 6px; font-weight: 800; letter-spacing: .1em; }
.help-card h3 { margin: 6px 0 3px; font: 600 16px "Playfair Display", serif; }
.help-card p { margin: 0 0 13px; color: var(--muted); font-size: 8px; }
.help-card a { display: flex; justify-content: space-between; color: var(--teal); font-size: 8px; font-weight: 800; }

.bottom-nav { position: absolute; z-index: 15; left: 0; right: 0; bottom: 13px; height: 63px; padding: 7px 11px 4px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(15px); }
.bottom-nav button { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; border: 0; color: #9aa39f; background: transparent; cursor: pointer; }
.bottom-nav button > span { font-size: 17px; line-height: 1; }
.bottom-nav button > b { font-size: 7px; }
.bottom-nav button.active { color: var(--teal); }
.bottom-nav button > i { position: absolute; top: 6px; right: 25px; width: 5px; height: 5px; border-radius: 50%; background: #e9b65d; }
.home-indicator { position: absolute; z-index: 16; left: 50%; bottom: 5px; width: 110px; height: 4px; transform: translateX(-50%); border-radius: 4px; background: #193832; }

.sheet { position: fixed; z-index: 40; inset: 0; display: grid; place-items: end center; pointer-events: none; opacity: 0; transition: .25s; }
.sheet.open { opacity: 1; pointer-events: auto; }
.sheet-backdrop { position: absolute; inset: 0; border:0; background: rgba(9,33,29,.56); backdrop-filter: blur(4px); }
.sheet-card { position: relative; width: min(390px,100%); padding: 9px 20px 28px; border-radius: 24px 24px 0 0; background: white; transform: translateY(30px); transition:.25s; }
.sheet.open .sheet-card { transform:translateY(0); }
.sheet-handle { width:38px; height:4px; margin:0 auto 16px; border-radius:4px; background:#d7ddda; }
.sheet-heading { display:flex; justify-content:space-between; align-items:start; }
.sheet-heading small { color:var(--teal); font-size:7px; font-weight:800; letter-spacing:.12em; }
.sheet-heading h2 { margin:4px 0 0; font:600 24px "Playfair Display",serif; }
.sheet-heading > button { width:30px; height:30px; border:0; border-radius:50%; color:var(--muted); background:#f1f4f2; cursor:pointer; }
.sheet-tabs { margin:19px 0; padding:4px; display:grid; grid-template-columns:repeat(3,1fr); border-radius:10px; background:#f0f4f2; }
.sheet-tabs button { padding:9px 3px; border:0; border-radius:8px; color:#7e8c87; background:transparent; font-size:8px; font-weight:700; cursor:pointer; }
.sheet-tabs button.active { color:var(--teal); background:white; box-shadow:0 4px 12px rgba(20,60,53,.08); }
.sheet-card label { margin-top:12px; display:flex; flex-direction:column; gap:5px; }
.sheet-card label > span { color:#899590; font-size:7px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.sheet-card label > button { width:100%; padding:12px; display:flex; justify-content:space-between; border:1px solid #dfe6e2; border-radius:10px; color:var(--ink); background:white; text-align:left; cursor:pointer; font-size:9px; font-weight:700; }
.sheet-card label i { color:#899590; font-style:normal; }
.primary-mobile { width:100%; margin-top:19px; padding:13px 15px; display:flex; justify-content:center; gap:13px; border:0; border-radius:11px; color:white; background:var(--teal); cursor:pointer; font-size:9px; font-weight:800; }
.mobile-toast { position:fixed; z-index:60; left:50%; bottom:26px; min-width:230px; padding:11px 15px; transform:translate(-50%,80px); opacity:0; border-radius:10px; color:white; background:#153a34; font-size:8px; text-align:center; transition:.25s; }
.mobile-toast.show { transform:translate(-50%,0); opacity:1; }

.screen-header { padding: 24px 19px 18px; display:flex; align-items:center; justify-content:space-between; }
.screen-header small { color:var(--teal); font-size:7px; font-weight:800; letter-spacing:.12em; }
.screen-header h2 { margin:5px 0 0; font:600 24px/1.18 "Playfair Display",serif; }
.round-button { width:37px; height:37px; display:grid; place-items:center; border:1px solid var(--line); border-radius:50%; color:var(--teal); background:white; cursor:pointer; font-size:17px; }
.filter-pills { padding:0 19px 18px; display:flex; gap:7px; overflow-x:auto; }
.filter-pills button { padding:8px 13px; flex:0 0 auto; border:1px solid var(--line); border-radius:20px; color:#71807b; background:white; cursor:pointer; font-size:8px; font-weight:700; }
.filter-pills button.active { color:white; border-color:var(--teal); background:var(--teal); }
.featured-banner { min-height:180px; margin:0 19px 23px; padding:22px; display:flex; align-items:center; border-radius:17px; color:white; background:linear-gradient(90deg,rgba(8,65,57,.96),rgba(8,65,57,.38)),url("https://images.unsplash.com/photo-1564769625905-50e93615e769?auto=format&fit=crop&w=800&q=85") center/cover; }
.featured-banner small { color:#f0cd80; font-size:6px; font-weight:800; letter-spacing:.12em; }
.featured-banner h3 { margin:9px 0 6px; font:600 24px/1.12 "Playfair Display",serif; }
.featured-banner p { margin:0 0 17px; color:rgba(255,255,255,.68); font-size:8px; }
.featured-banner button { padding:8px 11px; border:0; border-radius:8px; color:var(--teal-dark); background:#f0cd80; cursor:pointer; font-size:7px; font-weight:800; }
.list-section { padding:0 19px 25px; }
.list-heading { display:flex; align-items:center; justify-content:space-between; margin-bottom:11px; }
.list-heading h3 { margin:0; font:600 17px "Playfair Display",serif; }
.list-heading span { color:#8b9793; font-size:7px; }
.explore-item { width:100%; padding:10px 0; display:flex; align-items:center; gap:11px; border:0; border-bottom:1px solid var(--line); color:var(--ink); background:transparent; text-align:left; cursor:pointer; }
.explore-photo { position:relative; width:77px; height:68px; flex:0 0 auto; border-radius:11px; background-size:cover; background-position:center; }
.explore-photo i { position:absolute; left:5px; bottom:5px; padding:3px 5px; border-radius:5px; color:var(--teal); background:rgba(255,255,255,.9); font-size:5px; font-style:normal; font-weight:800; }
.explore-copy { display:flex; flex:1; flex-direction:column; gap:4px; }
.explore-copy small { color:#84908c; font-size:6px; }
.explore-copy b { font-size:9px; line-height:1.4; }
.explore-copy em { color:var(--teal); font-size:7px; font-style:normal; font-weight:800; }
.explore-item > strong { color:#9aa49f; font-size:18px; }

.journey-hero-mobile { position:relative; min-height:196px; margin:0 19px 22px; padding:22px; overflow:hidden; border-radius:18px; color:white; background:linear-gradient(90deg,rgba(9,77,68,.95),rgba(9,77,68,.35)),url("https://images.unsplash.com/photo-1564769625905-50e93615e769?auto=format&fit=crop&w=800&q=85") center/cover; }
.journey-hero-mobile > span { color:#efcf87; font-size:6px; font-weight:800; letter-spacing:.12em; }
.journey-hero-mobile h3 { margin:10px 0 5px; font:600 25px/1.12 "Playfair Display",serif; }
.journey-hero-mobile p { color:rgba(255,255,255,.68); font-size:7px; }
.journey-hero-mobile > div { position:absolute; right:17px; bottom:15px; width:50px; height:56px; display:grid; grid-template-columns:1fr 1fr; grid-template-rows:1fr 1fr; place-items:center; border-radius:10px; color:var(--teal-dark); background:rgba(255,255,255,.93); }
.journey-hero-mobile > div b { grid-row:1/3; font:700 23px "Playfair Display",serif; }
.journey-hero-mobile > div i { align-self:end; font-size:7px; font-style:normal; font-weight:800; }
.journey-hero-mobile > div small { align-self:start; color:#7d8c87; font-size:6px; }
.preparation { position:relative; margin:0 19px 20px; padding:18px; border:1px solid var(--line); border-radius:16px; background:white; }
.preparation-head { display:flex; align-items:center; justify-content:space-between; padding-right:48px; margin-bottom:13px; }
.preparation-head small { color:var(--teal); font-size:6px; font-weight:800; letter-spacing:.1em; }
.preparation-head h3 { margin:4px 0 0; font:600 16px "Playfair Display",serif; }
.preparation-head strong { display:none; }
.ring-progress { position:absolute; top:14px; right:17px; width:43px; height:43px; display:grid; place-items:center; border-radius:50%; background:conic-gradient(var(--teal) 60%,#e6eeea 0); }
.ring-progress::after { content:"60%"; width:34px; height:34px; display:grid; place-items:center; border-radius:50%; background:white; font-size:7px; font-weight:800; }
.task { width:100%; padding:11px 0; display:flex; align-items:center; gap:10px; border:0; border-top:1px solid var(--line); color:var(--ink); background:white; text-align:left; cursor:pointer; }
.task > span { width:25px; height:25px; display:grid; place-items:center; flex:0 0 auto; border:1px solid #dbe5e1; border-radius:50%; color:#8e9b96; font-size:8px; font-weight:800; }
.task.done > span { color:white; border-color:var(--teal); background:var(--teal); }
.task.urgent > span { color:#936c28; border-color:#f0d69f; background:#f9edce; }
.task div { display:flex; flex:1; flex-direction:column; gap:2px; }
.task b { font-size:8px; }
.task small { color:#8a9692; font-size:6px; }
.task > i { color:#a1aaa6; font-size:16px; font-style:normal; }
.consult-bar { margin:0 19px 26px; padding:12px; display:flex; align-items:center; gap:9px; border-radius:12px; color:white; background:var(--teal); }
.consult-bar > span { width:29px; height:29px; display:grid; place-items:center; border-radius:50%; color:var(--teal); background:#f1d08d; font-size:7px; font-weight:800; }
.consult-bar div { display:flex; flex:1; flex-direction:column; }
.consult-bar small { color:rgba(255,255,255,.6); font-size:6px; }
.consult-bar b { margin-top:2px; font-size:8px; }
.consult-bar > i { color:#f1d08d; font-size:7px; font-style:normal; font-weight:800; }

.account-head { padding-bottom:24px; color:white; background:var(--teal-dark); }
.account-head small { color:#efcf87; }
.account-head .round-button { color:white; border-color:rgba(255,255,255,.15); background:rgba(255,255,255,.08); font-size:13px; }
.profile-card { margin:0; padding:18px 19px; display:flex; align-items:center; gap:12px; color:white; background:var(--teal-dark); }
.profile-card > span { width:46px; height:46px; display:grid; place-items:center; border:2px solid rgba(255,255,255,.25); border-radius:50%; color:var(--teal-dark); background:#f1d08d; font-size:11px; font-weight:800; }
.profile-card div { display:flex; flex:1; flex-direction:column; }
.profile-card h3 { margin:0 0 2px; font-size:11px; }
.profile-card p { margin:0; color:rgba(255,255,255,.57); font-size:7px; }
.profile-card small { margin-top:6px; color:#efcf87; font-size:5px; font-weight:800; letter-spacing:.1em; }
.profile-card button { border:0; color:white; background:transparent; font-size:20px; }
.account-stats { margin:0 19px 20px; display:grid; grid-template-columns:repeat(3,1fr); overflow:hidden; border-radius:0 0 14px 14px; background:white; box-shadow:0 11px 25px rgba(21,58,52,.1); }
.account-stats div { padding:13px 7px; display:flex; flex-direction:column; align-items:center; gap:3px; border-right:1px solid var(--line); }
.account-stats div:last-child { border-right:0; }
.account-stats b { color:var(--teal); font:600 18px "Playfair Display",serif; }
.account-stats span { color:#788681; font-size:5px; }
.account-menu { margin:0 19px 19px; padding:0 14px; border:1px solid var(--line); border-radius:14px; background:white; }
.account-menu button { width:100%; padding:13px 0; display:flex; align-items:center; gap:11px; border:0; border-bottom:1px solid var(--line); color:var(--ink); background:white; text-align:left; cursor:pointer; }
.account-menu button:last-child { border-bottom:0; }
.account-menu button > span { width:29px; height:29px; display:grid; place-items:center; border-radius:8px; color:var(--teal); background:var(--mint); font-size:13px; }
.account-menu button div { display:flex; flex:1; flex-direction:column; gap:2px; }
.account-menu b { font-size:8px; }
.account-menu small { color:#899590; font-size:6px; }
.account-menu i { color:#a1aaa6; font-style:normal; }
.official-card { margin:0 19px 16px; padding:12px; display:flex; align-items:center; gap:9px; border-radius:12px; background:#f4efe3; }
.official-card > i { width:29px; height:29px; display:grid; place-items:center; border-radius:50%; color:white; background:#b58c45; font-size:8px; font-style:normal; }
.official-card div { display:flex; flex-direction:column; gap:2px; }
.official-card b { font-size:7px; }
.official-card small { color:#887655; font-size:5px; }
.logout-button { width:calc(100% - 38px); margin:0 19px; padding:11px; border:1px solid #e2e8e5; border-radius:10px; color:#a05e5e; background:white; cursor:pointer; font-size:8px; font-weight:700; }
.app-version { color:#a1aaa6; font-size:6px; text-align:center; }

@media (max-width: 760px) {
  body { display:block; background:#fbfcfb; overflow:hidden; }
  .prototype-note { display:none; }
  .phone-shell { width:100%; height:100dvh; border:0; border-radius:0; box-shadow:none; }
  .phone-shell::before { display:none; }
  .sheet-card { width:100%; }
}
