:root{
  --navy:#0f2d52;--navy-2:#163f68;--teal:#118b9b;--teal-2:#23a7b5;--coral:#ff654f;--coral-2:#ff7b66;
  --sky:#eaf7fd;--pale:#f6fbfe;--line:#dce8ef;--slate:#6a7b90;--green:#17956f;--red:#df5d55;
  --shadow:0 12px 30px rgba(21,55,86,.10);--radius:22px;--nav-h:74px;--top-h:62px;
}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html,body{margin:0;height:100%;background:#f5f9fb;color:var(--navy);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;overflow:hidden}
button,input,select,textarea{font:inherit}.app-shell{height:100dvh;max-width:520px;margin:0 auto;background:linear-gradient(180deg,#f8fcff 0,#fff 55%);position:relative;box-shadow:0 0 60px rgba(15,45,82,.08);overflow:hidden}
.topbar{height:calc(var(--top-h) + env(safe-area-inset-top));padding:env(safe-area-inset-top) 18px 0;display:flex;align-items:center;justify-content:space-between;position:absolute;inset:0 0 auto 0;z-index:20;background:rgba(250,253,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(220,232,239,.7)}
.brand{border:0;background:none;color:var(--navy);display:flex;align-items:center;flex:0 0 auto;padding:6px 0;cursor:pointer;line-height:0}.brand-logo{display:block;width:auto;height:32px;max-width:100%;object-fit:contain;object-position:left center;flex:0 0 auto}.auth-brand-logo{display:block;width:auto;height:38px;max-width:100%;object-fit:contain;object-position:left center;flex:0 0 auto;margin:0 0 2px}.balance-chip{border:1px solid #d6e7ef;background:white;border-radius:999px;color:var(--navy);padding:7px 10px;display:flex;gap:8px;align-items:center;font-weight:800;box-shadow:0 5px 16px rgba(15,45,82,.06)}.wallet-glyph{color:var(--teal)}
.viewport{position:absolute;left:0;right:0;top:calc(var(--top-h) + env(safe-area-inset-top));bottom:calc(var(--nav-h) + env(safe-area-inset-bottom));overflow:hidden}.screen{display:none;height:100%;padding:14px 16px 14px}.screen.active{display:block}.scroll-screen{overflow-y:auto;overscroll-behavior:contain;padding-bottom:24px}.scroll-screen::-webkit-scrollbar{display:none}
.bottom-nav{height:calc(var(--nav-h) + env(safe-area-inset-bottom));padding:0 12px env(safe-area-inset-bottom);position:absolute;left:0;right:0;bottom:0;background:rgba(255,255,255,.96);backdrop-filter:blur(20px);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);z-index:20}.nav-item{border:0;background:transparent;color:#79889a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;cursor:pointer}.nav-item span{font-size:23px;line-height:1}.nav-item small{font-size:10px;font-weight:700}.nav-item.active{color:var(--teal)}
.glass-card{background:#fff;border:1px solid rgba(216,231,240,.95);box-shadow:var(--shadow);border-radius:var(--radius)}.home-stage{height:100%;display:grid;grid-template-rows:minmax(260px,1.62fr) minmax(62px,.38fr) minmax(75px,.47fr) minmax(145px,.9fr);gap:10px;min-height:0}.draw-card{position:relative;overflow:hidden;padding:16px 14px 14px;text-align:center;color:white;background:linear-gradient(180deg,#72bfe8 0%,#88d6e5 58%,#55b3cf 100%)}.draw-card:before{content:"";position:absolute;inset:-30% -20% 50%;background:radial-gradient(circle,rgba(255,255,255,.6),transparent 62%)}.draw-card>*{position:relative}.draw-kicker{font-size:12px;font-weight:900;letter-spacing:1.6px}.draw-amount{font-family:Georgia,"Times New Roman",serif;font-size:clamp(50px,12vw,68px);line-height:.98;margin:4px 0;text-shadow:0 4px 18px rgba(22,75,112,.16)}.draw-subtitle{font-family:Georgia,"Times New Roman",serif;font-size:17px;font-weight:700;margin-bottom:11px}.prize-row{display:flex;align-items:center;justify-content:center;gap:7px;background:rgba(255,255,255,.9);color:var(--navy);border-radius:999px;padding:8px 11px;font-weight:800;font-size:11px}.prize-row i{height:4px;width:4px;background:#7ba5b4;border-radius:50%}.draw-meta{display:flex;justify-content:space-between;gap:7px;font-size:9px;font-weight:700;margin:9px 1px 10px;opacity:.95}.btn{border:0;border-radius:13px;padding:12px 16px;font-weight:900;letter-spacing:.2px;cursor:pointer}.btn-lg{width:100%;min-height:45px}.btn-primary{background:linear-gradient(135deg,var(--coral),var(--coral-2));color:#fff;box-shadow:0 8px 20px rgba(255,101,79,.27)}.btn-secondary{background:linear-gradient(135deg,var(--teal),#0c7185);color:#fff;box-shadow:0 8px 20px rgba(17,139,155,.18)}.btn:active{transform:translateY(1px)}.countdown-card{display:flex;align-items:center;justify-content:center;gap:13px;padding:8px 14px}.countdown-icon{font-size:29px;color:var(--teal)}.countdown-card div:last-child{display:flex;flex-direction:column;line-height:1}.countdown-card small{font-size:10px;color:var(--slate);font-weight:700;margin-bottom:5px}.countdown-card strong{font-family:Georgia,"Times New Roman",serif;font-size:22px;letter-spacing:.7px}.streak-card{padding:9px 13px}.streak-title{font-size:12px;margin-bottom:7px}.week-row{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.day{display:flex;flex-direction:column;align-items:center;gap:3px}.day i{height:17px;width:17px;border-radius:50%;border:1px solid #cbdce5;display:grid;place-items:center;font-size:9px;font-style:normal;color:white}.day.active i{background:var(--teal);border-color:var(--teal)}.day small{font-size:8px;color:#6f8092;font-weight:700}.featured-block{min-height:0;display:flex;flex-direction:column}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin:2px 2px 7px}.section-head small,.screen-header small,.detail-content>small,.sheet-title small,.overlay-card>small{font-size:9px;letter-spacing:1.4px;font-weight:900;color:var(--teal)}.section-head h2,.screen-header h1{font-family:Georgia,"Times New Roman",serif;margin:2px 0 0}.section-head h2{font-size:18px}.text-btn{border:0;background:none;color:var(--teal);font-weight:800;font-size:11px}.mini-trip-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;min-height:0;flex:1}.mini-trip{border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden;padding:0;text-align:left;box-shadow:0 7px 18px rgba(15,45,82,.06);min-height:0}.mini-trip img{height:50%;width:100%;object-fit:cover;display:block}.mini-trip span{display:flex;flex-direction:column;padding:7px 8px;gap:2px}.mini-trip strong{font-family:Georgia,"Times New Roman",serif;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-trip small{font-size:8px;color:var(--slate)}.mini-trip b{font-size:9px;margin-top:1px}
.screen-header{display:flex;justify-content:space-between;align-items:center;padding:1px 2px 11px}.screen-header h1{font-size:28px;line-height:1}.icon-btn{height:39px;width:39px;border:1px solid var(--line);background:white;border-radius:13px;color:var(--navy);font-size:20px}.chip-row{display:flex;gap:7px;overflow:auto;padding:0 1px 12px}.chip-row::-webkit-scrollbar{display:none}.chip{border:1px solid var(--line);background:#fff;color:var(--navy);border-radius:999px;padding:8px 13px;font-size:11px;font-weight:800;white-space:nowrap}.chip.active{background:var(--teal);border-color:var(--teal);color:#fff}.trip-list{display:grid;gap:12px}.trip-card{display:block;width:100%;border:1px solid var(--line);background:#fff;border-radius:20px;overflow:hidden;padding:0;text-align:left;color:var(--navy);box-shadow:0 8px 22px rgba(15,45,82,.07)}.trip-card[hidden]{display:none}.trip-image{height:172px;position:relative}.trip-image img{width:100%;height:100%;object-fit:cover;display:block}.credit-badge{position:absolute;left:10px;bottom:10px;background:rgba(255,255,255,.92);border-radius:9px;padding:7px 9px;color:var(--teal);font-size:9px;font-weight:900;box-shadow:0 4px 15px rgba(15,45,82,.1)}.heart{position:absolute;right:10px;top:10px;height:32px;width:32px;border-radius:50%;background:rgba(255,255,255,.9);display:grid;place-items:center;font-size:19px}.trip-body{padding:11px 12px 13px}.trip-title-row{display:flex;align-items:start;justify-content:space-between;gap:8px}.trip-title-row h3{font-family:Georgia,"Times New Roman",serif;font-size:17px;margin:0}.trip-title-row span{font-size:10px;color:#c98b26;font-weight:900;white-space:nowrap}.trip-body p{font-size:10px;color:var(--slate);margin:5px 0 9px}.price-row{display:flex;align-items:center;justify-content:space-between;font-size:11px}.price-row b{font-family:Georgia,"Times New Roman",serif;font-size:18px}.price-row em{font-style:normal;background:var(--sky);color:var(--teal);padding:5px 8px;border-radius:999px;font-size:9px;font-weight:800}
.wallet-hero{border-radius:24px;padding:22px 18px;text-align:center;background:linear-gradient(145deg,#effbfc,#d9f2f6);border:1px solid #cce9ee;box-shadow:var(--shadow)}.wallet-mark{height:42px;width:42px;margin:0 auto 8px;border-radius:50%;display:grid;place-items:center;background:white;color:var(--teal);box-shadow:0 7px 17px rgba(15,45,82,.08)}.wallet-hero small{font-size:10px;color:var(--slate);font-weight:800}.wallet-total{font-family:Georgia,"Times New Roman",serif;font-weight:700;font-size:42px;margin:3px 0}.wallet-hero p{font-size:10px;color:var(--slate);margin:0}.wallet-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:11px 0}.wallet-stats article{background:white;border:1px solid var(--line);border-radius:17px;padding:14px;display:flex;flex-direction:column;gap:4px}.wallet-stats span{font-size:9px;color:var(--slate);font-weight:700}.wallet-stats strong{font-size:17px}.wallet-head{margin-top:16px}.transactions{display:grid;gap:7px}.tx{background:#fff;border:1px solid var(--line);border-radius:15px;padding:11px 12px;display:flex;align-items:center;justify-content:space-between}.tx>span{display:grid;grid-template-columns:30px 1fr;grid-template-rows:1fr 1fr;column-gap:8px}.tx i{grid-row:1/3;height:28px;width:28px;border-radius:10px;display:grid;place-items:center;font-style:normal;font-weight:900}.tx-plus{background:#e6f7f2;color:var(--green)}.tx-minus{background:#fff0ee;color:var(--red)}.tx b{font-size:11px}.tx small{font-size:9px;color:var(--slate)}.tx>strong{font-size:12px}.positive{color:var(--green)}.negative{color:var(--red)}.wallet-note,.terms-box,.form-info{background:#f5f9fb;border:1px solid var(--line);border-radius:14px;padding:11px 12px;font-size:9px;line-height:1.5;color:var(--slate);margin-top:10px}
.profile-card{display:flex;align-items:center;gap:11px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:14px;box-shadow:0 7px 20px rgba(15,45,82,.05)}.avatar{height:48px;width:48px;border-radius:16px;background:linear-gradient(145deg,var(--teal),#73cfd7);color:white;display:grid;place-items:center;font-family:Georgia,serif;font-size:24px}.profile-card div:nth-child(2){display:flex;flex-direction:column;flex:1}.profile-card strong{font-family:Georgia,serif;font-size:17px}.profile-card small{font-size:9px;color:var(--slate);margin-top:3px}.profile-card>span{font-size:25px;color:#9aacba}.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:11px 0}.account-grid button{border:1px solid var(--line);background:white;border-radius:18px;padding:15px;text-align:left;color:var(--navy)}.account-grid span{color:var(--teal);font-size:18px}.account-grid strong{display:block;font-family:Georgia,serif;font-size:24px;margin-top:7px}.account-grid small{font-size:9px;color:var(--slate)}.menu-list{display:grid;gap:8px}.menu-list button{border:1px solid var(--line);background:#fff;border-radius:16px;padding:12px;display:flex;align-items:center;gap:11px;text-align:left;color:var(--navy)}.menu-list>button>span{height:34px;width:34px;border-radius:11px;background:var(--sky);color:var(--teal);display:grid;place-items:center}.menu-list div{flex:1;display:flex;flex-direction:column;gap:3px}.menu-list strong{font-size:12px}.menu-list small{font-size:9px;color:var(--slate)}.menu-list b{font-size:20px;color:#a3b2bf}
.overlay{position:fixed;inset:0;background:rgba(8,24,43,.48);display:none;align-items:flex-end;justify-content:center;z-index:100;padding:18px 14px calc(18px + env(safe-area-inset-bottom));backdrop-filter:blur(8px)}.overlay.open{display:flex}.overlay-card{width:min(100%,470px);background:white;border-radius:28px;padding:27px 20px 20px;position:relative;text-align:center;box-shadow:0 30px 80px rgba(9,24,43,.25);animation:sheetIn .22s ease}.close-btn{position:absolute;right:13px;top:12px;height:34px;width:34px;border:0;border-radius:50%;background:#f1f6f9;color:var(--navy);font-size:22px}.confetti{color:#d99c31;letter-spacing:9px;font-size:21px;margin-bottom:10px}.overlay-card h2{font-family:Georgia,serif;font-size:28px;margin:5px 0 9px}.overlay-card p{font-size:11px;line-height:1.55;color:var(--slate)}.entry-ticket{display:flex;justify-content:space-between;align-items:center;background:var(--sky);border:1px dashed #a8d7e3;border-radius:16px;padding:13px;margin:16px 0}.entry-ticket span{font-size:10px;color:var(--slate)}.entry-ticket strong{font-size:12px}.detail-sheet,.booking-sheet{width:min(100%,520px);max-height:94dvh;background:#fff;border-radius:27px 27px 0 0;overflow:auto;position:relative;animation:sheetIn .25s ease;padding-bottom:calc(18px + env(safe-area-inset-bottom))}.detail-sheet::-webkit-scrollbar,.booking-sheet::-webkit-scrollbar{display:none}.sheet-back{position:absolute;z-index:5;left:12px;top:12px;height:36px;width:36px;border-radius:50%;border:0;background:rgba(255,255,255,.9);color:var(--navy);font-size:27px;box-shadow:0 4px 14px rgba(15,45,82,.1)}.detail-image-wrap{height:265px;position:relative}.detail-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.detail-credit{position:absolute;left:18px;bottom:15px;background:rgba(255,255,255,.92);padding:8px 10px;border-radius:9px;color:var(--teal);font-weight:900;font-size:9px}.detail-content{padding:18px}.detail-content h1{font-family:Georgia,serif;font-size:26px;margin:3px 0 7px}.detail-meta{display:flex;justify-content:space-between;color:var(--slate);font-size:10px}.detail-meta span:last-child{color:#c48724}.detail-price{margin:17px 0 12px;font-size:11px}.detail-price strong{font-family:Georgia,serif;font-size:29px;margin-left:4px}.detail-price span{color:var(--slate)}.credit-panel{display:flex;gap:11px;align-items:center;background:linear-gradient(145deg,#edfafa,#dff4f6);border:1px solid #cce9ee;padding:12px 13px;border-radius:16px;margin-bottom:11px}.credit-panel>span{height:38px;width:38px;background:white;border-radius:12px;display:grid;place-items:center;color:var(--teal)}.credit-panel div{display:flex;flex-direction:column}.credit-panel small{font-size:9px;color:var(--slate)}.credit-panel strong{font-size:12px}.detail-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);margin:19px 0 13px}.detail-tabs button{border:0;background:none;padding:10px;color:#8493a2;font-size:10px;font-weight:800}.detail-tabs button.active{color:var(--teal);border-bottom:2px solid var(--teal)}.detail-copy h3{font-family:Georgia,serif;font-size:17px;margin:16px 0 7px}.detail-copy p,.detail-copy li{font-size:10px;line-height:1.58;color:#53667a}.included-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.included-grid span{display:flex;gap:8px;align-items:center;background:#f7fbfd;border:1px solid var(--line);border-radius:12px;padding:9px;color:var(--teal);font-size:15px}.included-grid b{color:var(--navy);font-size:9px}.detail-copy ol{padding-left:20px}.sheet-title{display:flex;align-items:center;gap:7px;padding:18px 18px 8px 58px;position:relative}.sheet-title .sheet-back{top:16px}.sheet-title h2{font-family:Georgia,serif;margin:2px 0 0;font-size:24px}.booking-product{margin:5px 16px 12px;padding:10px;border:1px solid var(--line);border-radius:16px;display:flex;gap:10px;align-items:center}.booking-product img{height:62px;width:83px;object-fit:cover;border-radius:12px}.booking-product div{display:flex;flex-direction:column;gap:4px}.booking-product strong{font-family:Georgia,serif;font-size:13px}.booking-product small{font-size:9px;color:var(--slate)}#bookingForm{padding:0 16px;display:grid;gap:9px}label{display:flex;flex-direction:column;gap:5px}label>span{font-size:9px;color:#607387;font-weight:800}input,select,textarea{width:100%;border:1px solid #d8e4eb;background:#fff;border-radius:13px;padding:11px 12px;color:var(--navy);outline:none}input:focus,select:focus,textarea:focus{border-color:#73c6d1;box-shadow:0 0 0 3px rgba(17,139,155,.08)}.form-row{display:grid;grid-template-columns:1.3fr .7fr;gap:8px}.toggle-line{flex-direction:row;align-items:center;background:#eef9f6;border:1px solid #d4ece5;border-radius:13px;padding:11px}.toggle-line input{width:18px;height:18px;accent-color:var(--teal)}.toggle-line span{color:var(--navy);flex:1}.toggle-line strong{font-size:11px}.success-card{padding-top:31px}.success-icon{height:58px;width:58px;border-radius:50%;background:#e7f7f1;color:var(--green);font-size:30px;display:grid;place-items:center;margin:0 auto 13px}.muted{color:var(--slate)}.toast{position:fixed;left:50%;bottom:calc(92px + env(safe-area-inset-bottom));transform:translate(-50%,18px);opacity:0;background:#102f4f;color:white;border-radius:999px;padding:10px 16px;font-size:10px;font-weight:800;z-index:200;pointer-events:none;transition:.2s;white-space:nowrap}.toast.show{opacity:1;transform:translate(-50%,0)}
@keyframes sheetIn{from{transform:translateY(18px);opacity:.7}to{transform:translateY(0);opacity:1}}
@media (max-height:720px){.home-stage{grid-template-rows:minmax(235px,1.55fr) 56px 66px minmax(120px,.78fr);gap:8px}.draw-amount{font-size:48px}.draw-card{padding-top:12px}.draw-meta{margin:6px 1px 7px}.mini-trip span{padding:5px 7px}.mini-trip img{height:47%}}
@media (min-width:700px){body{background:radial-gradient(circle at top,#eaf7fd 0,#f7fafc 45%,#eef4f7 100%)}.app-shell{border-left:1px solid #e2ebf0;border-right:1px solid #e2ebf0}}
.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:4px 0 18px}.auth-tabs button{border:1px solid var(--line);background:#fff;color:var(--slate);padding:12px;border-radius:14px;font-weight:800;font-size:12px;letter-spacing:.04em}.auth-tabs button.active{background:var(--navy);border-color:var(--navy);color:#fff}.auth-tabs[hidden],.auth-form[hidden]{display:none}.auth-form{padding:0 16px 22px;display:grid;gap:11px}.auth-sheet{max-height:min(760px,94dvh)}.auth-link{border:0;background:none;color:var(--coral);padding:5px 8px;font-size:11px;font-weight:900;cursor:pointer}.auth-link:disabled{color:#97a6b4;cursor:default}.muted-link{color:var(--slate)}.auth-copy{margin:0 0 3px;text-align:left;font-size:11px;line-height:1.55;color:var(--slate)}.auth-copy strong{color:var(--navy);overflow-wrap:anywhere}.verification-mark{height:54px;width:54px;margin:0 auto 4px;border-radius:18px;display:grid;place-items:center;background:#fff3ef;color:var(--coral);font-size:25px}.code-input{text-align:center;font-size:24px;font-weight:900;letter-spacing:10px;padding-left:20px}.auth-message{min-height:15px;color:var(--red);font-size:10px;font-weight:800}.auth-message.success{color:var(--green)}.reveal-amount{font-family:Georgia,'Times New Roman',serif;font-size:72px;line-height:1;color:#d7a02d;font-weight:700;margin:20px 0 12px}.reveal-card{background:radial-gradient(circle at 50% 20%,#fff9df,#fff 48%)}.my-trips-list{display:grid;gap:12px;padding:4px 0 24px}.my-trip-item{border:1px solid var(--line);background:#fff;border-radius:18px;padding:14px;display:grid;grid-template-columns:64px 1fr;gap:12px;box-shadow:0 6px 18px rgba(15,45,82,.05)}.my-trip-item img{width:64px;height:64px;object-fit:cover;border-radius:12px}.my-trip-item strong{display:block;font-size:14px}.my-trip-item small{display:block;color:var(--slate);margin-top:5px}.status-pill{display:inline-block!important;width:max-content;margin-top:7px!important;padding:4px 8px;border-radius:99px;background:#edf7f9;color:var(--teal)!important;font-weight:800;text-transform:capitalize}.empty-state{padding:36px 20px;text-align:center;color:var(--slate);border:1px dashed var(--line);border-radius:18px}.profile-card{width:100%;text-align:left}.menu-list button:last-child{margin-bottom:18px}
@media(max-width:420px){.auth-sheet{max-height:96dvh}.auth-form{padding-left:14px;padding-right:14px}.sheet-title{padding-top:16px}.auth-tabs{margin-left:14px;margin-right:14px}.code-input{font-size:22px;letter-spacing:8px}}
#authOverlay{--auth-viewport-height:100vh;top:0;right:0;bottom:auto;left:0;height:var(--auth-viewport-height);z-index:9999;align-items:center;padding:max(16px,env(safe-area-inset-top)) 16px max(16px,env(safe-area-inset-bottom))}
#authOverlay .auth-sheet{width:min(100%,390px);max-height:calc(var(--auth-viewport-height) - 32px);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;border-radius:27px;padding-bottom:max(18px,env(safe-area-inset-bottom))}
@supports(height:100dvh){#authOverlay{--auth-viewport-height:100dvh}}

/* Home page design — scoped so Trips, Wallet and Account retain their existing layouts. */
.wallet-glyph{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.nav-icon{width:28px;height:28px;display:grid;place-items:center}
.nav-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}

#app[data-active-screen="home"]{--top-h:72px;--nav-h:78px;max-width:430px;background:#f7f9fb}
#app[data-active-screen="home"] .topbar{padding-left:22px;padding-right:22px;background:#fff;border-bottom:0;backdrop-filter:none}
#app[data-active-screen="home"] .brand{align-items:center;padding:4px 0}
#app[data-active-screen="home"] .balance-chip{min-width:116px;min-height:45px;justify-content:center;gap:10px;padding:8px 13px;border:0;color:#0d2e63;font-family:Georgia,"Times New Roman",serif;font-size:17px;box-shadow:0 5px 18px rgba(15,45,82,.12)}
#app[data-active-screen="home"] .wallet-glyph{color:#078fa9}
#app[data-active-screen="home"] .viewport{background:#f7f9fb}
.home-screen{overflow-y:auto;overscroll-behavior:contain;padding:8px 14px 10px;scrollbar-width:none}
.home-screen::-webkit-scrollbar{display:none}
.home-screen .home-stage{height:auto;min-height:100%;display:flex;flex-direction:column;gap:10px}
.home-screen .glass-card{border:0;box-shadow:0 6px 18px rgba(22,53,82,.09);border-radius:18px}

.home-screen .draw-card{height:clamp(270px,68vw,292px);min-height:270px;position:relative;overflow:hidden;padding:0;color:#fff;text-align:center;background-image:linear-gradient(180deg,rgba(38,145,213,.2) 0%,rgba(58,158,218,.2) 39%,rgba(224,244,252,.88) 72%,rgba(239,249,253,.98) 100%),url("../img/santorini.svg");background-size:cover;background-position:center 42%}
.home-screen .draw-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,81,146,.08) 0,transparent 46%,rgba(240,250,253,.55) 72%,rgba(240,250,253,.95) 100%);z-index:0}
.home-screen .draw-card-content{position:relative;z-index:1;height:100%;padding:18px 16px 14px;display:flex;flex-direction:column;align-items:stretch}
.home-screen .draw-kicker{font-size:17px;font-weight:800;line-height:1.1;letter-spacing:.6px;text-shadow:0 2px 8px rgba(12,57,101,.25)}
.home-screen .draw-amount{font-family:Georgia,"Times New Roman",serif;font-size:clamp(57px,15.6vw,68px);font-weight:700;line-height:.96;margin:4px 0 2px;letter-spacing:-2px;text-shadow:0 3px 12px rgba(10,63,116,.24)}
.home-screen .draw-subtitle{font-family:Georgia,"Times New Roman",serif;font-size:18px;font-weight:700;line-height:1.1;margin:0 0 14px;text-shadow:0 2px 8px rgba(10,63,116,.24)}
.home-screen .prize-row{min-height:40px;display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr 1px 1.15fr 1px 1.45fr;align-items:center;gap:0;margin:0 0 12px;padding:0 13px;background:rgba(255,255,255,.95);color:#0d2e63;border-radius:13px;font-family:Georgia,"Times New Roman",serif;font-size:14px;font-weight:700;box-shadow:0 5px 13px rgba(17,59,94,.11)}
.home-screen .prize-row i{width:1px;height:17px;border-radius:0;background:#d8e2ea}
.home-screen .draw-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 5px 11px;color:#0d2e63;font-size:11.5px;font-weight:500;opacity:1}
.home-screen .draw-meta span{display:flex;align-items:center;gap:6px;white-space:nowrap}
.home-screen .draw-meta svg{width:20px;height:20px;fill:none;stroke:#078fa9;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.home-screen #enterDrawBtn{min-height:49px;margin-top:auto;border-radius:12px;background:linear-gradient(105deg,#ff5039,#ff684d);font-size:18px;font-weight:800;letter-spacing:.2px;box-shadow:0 8px 18px rgba(255,82,58,.23)}

.home-screen .countdown-card{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 18px;background:#fff}
.home-screen .countdown-main{display:flex;align-items:center;gap:14px;min-width:0;flex:1}
.home-screen .countdown-icon{width:43px;height:43px;fill:none;stroke:#078fa9;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.home-screen .countdown-main>div{display:flex;flex-direction:column;line-height:1}
.home-screen .countdown-main small{margin-bottom:5px;color:#0d2e63;font-size:11px;font-weight:500}
.home-screen .countdown-main strong{font-family:Georgia,"Times New Roman",serif;color:#0d2e63;font-size:25px;line-height:.9;letter-spacing:.5px}
.home-screen .countdown-reset{align-self:stretch;min-width:95px;padding-left:16px;border-left:1px solid #e0e7ed;display:flex;flex-direction:column;justify-content:center;color:#49648c;font-size:11px;line-height:1.35}
.home-screen .countdown-reset strong{font-weight:500}

.home-screen .streak-card{min-height:98px;padding:12px 17px 10px;background:#fff}
.home-screen .streak-title{display:flex;align-items:center;gap:8px;margin:0 0 9px;color:#0d2e63;font-size:16px}
.home-screen .streak-title svg{width:20px;height:20px;fill:#ff6048;stroke:#ff6048;stroke-width:.5;flex:0 0 auto}
.home-screen .streak-title strong{font-weight:800}
.home-screen .streak-helper{margin:-5px 0 7px 28px;color:#607b99;font-size:9.5px;line-height:1.25}
.home-screen .streak-helper[hidden]{display:none}
.home-screen .week-row{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}
.home-screen .day{display:flex;flex-direction:column;align-items:center;gap:6px}
.home-screen .day i{width:23px;height:23px;border:1.5px solid #d6e0e8;border-radius:50%;display:grid;place-items:center;background:#fff;color:#fff;font-style:normal}
.home-screen .day i svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.home-screen .day.active i{background:#078fa9;border-color:#078fa9;box-shadow:0 3px 7px rgba(7,143,169,.18)}
.home-screen .day small{color:#0d2e63;font-size:10px;font-weight:600}

.home-screen .featured-block{display:flex;flex-direction:column;min-height:198px;padding-bottom:1px}
.home-screen .featured-block .section-head{min-height:28px;display:flex;align-items:center;justify-content:space-between;margin:0 1px 7px}
.home-screen .featured-block .section-head h2{margin:0;color:#0d2e63;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:20px;line-height:1.1;font-weight:800}
.home-screen .featured-block .text-btn{padding:5px 2px;color:#078fa9;background:transparent;border:0;font-size:13px;font-weight:600}
.home-screen .mini-trip-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-height:163px;flex:none}
.home-screen .mini-trip{min-width:0;min-height:163px;display:flex;flex-direction:column;overflow:hidden;padding:0;border:0;border-radius:15px;background:#fff;color:#0d2e63;text-align:left;box-shadow:0 5px 15px rgba(22,53,82,.09)}
.home-screen .mini-trip>.mini-trip-image{height:87px;min-height:87px;position:relative;display:block;padding:0;overflow:hidden}
.home-screen .mini-trip-image img{width:100%;height:100%;display:block;object-fit:cover}
.home-screen .mini-heart{position:absolute;right:9px;top:8px;width:25px;height:25px;fill:rgba(20,62,103,.12);stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 2px 3px rgba(14,53,88,.22))}
.home-screen .mini-trip>.mini-trip-body{display:flex;flex:1;flex-direction:column;align-items:flex-start;gap:4px;padding:9px 10px 10px}
.home-screen .mini-trip-body>strong{width:100%;overflow:hidden;color:#0d2e63;font-family:Georgia,"Times New Roman",serif;font-size:14px;line-height:1.15;font-weight:700;white-space:nowrap;text-overflow:ellipsis}
.home-screen .mini-trip-body>small{display:flex;align-items:center;gap:4px;color:#47628a;font-size:10px;line-height:1.2}
.home-screen .mini-trip-body>small svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.home-screen .mini-trip-body>b{margin-top:auto;color:#0d2e63;font-family:Georgia,"Times New Roman",serif;font-size:17px;line-height:1;font-weight:700}
.home-screen .mini-trip-body>b em{margin-right:4px;color:#47628a;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:10px;font-style:normal;font-weight:500}

#app[data-active-screen="home"] .bottom-nav{padding-left:15px;padding-right:15px;background:#fff;border-top:1px solid rgba(220,232,239,.7);box-shadow:0 -5px 18px rgba(20,50,80,.04);backdrop-filter:none}
#app[data-active-screen="home"] .nav-item{gap:3px;color:#425e88}
#app[data-active-screen="home"] .nav-item small{font-size:11px;font-weight:500}
#app[data-active-screen="home"] .nav-item.active{position:relative;color:#078fa9}
#app[data-active-screen="home"] .nav-item.active:after{content:"";position:absolute;left:20%;right:20%;bottom:0;height:3px;border-radius:3px 3px 0 0;background:#078fa9}

@media(max-width:380px){
  #app[data-active-screen="home"]{--top-h:68px;--nav-h:74px}
  .home-screen{padding-left:11px;padding-right:11px}
  .home-screen .draw-card{min-height:264px}
  .home-screen .draw-card-content{padding-left:13px;padding-right:13px}
  .home-screen .draw-meta{font-size:10.5px}
  .home-screen .countdown-card{padding-left:14px;padding-right:14px}
  .home-screen .countdown-reset{min-width:88px;padding-left:12px}
  .home-screen .week-row{gap:5px}
}
@media(min-width:560px){
  #app[data-active-screen="home"]{height:min(100dvh,900px);margin-top:max(0px,calc((100dvh - 900px)/2));border-radius:26px;box-shadow:0 18px 55px rgba(15,45,82,.14)}
}

/* Trips page design — scoped to the Trips screen and active Trips shell. */
#app[data-active-screen="trips"]{--top-h:72px;--nav-h:78px;max-width:430px;background:#f7f9fb}
#app[data-active-screen="trips"] .topbar{padding-left:22px;padding-right:22px;background:#fff;border-bottom:0;backdrop-filter:none}
#app[data-active-screen="trips"] .brand{align-items:center;padding:4px 0}
#app[data-active-screen="trips"] .balance-chip{min-width:116px;min-height:45px;justify-content:center;gap:10px;padding:8px 13px;border:0;color:#0d2e63;font-family:Georgia,"Times New Roman",serif;font-size:17px;box-shadow:0 5px 18px rgba(15,45,82,.12)}
#app[data-active-screen="trips"] .wallet-glyph{color:#078fa9}
#app[data-active-screen="trips"] .viewport{background:#f7f9fb}

.trips-screen{padding:14px 14px 30px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;background:#f7f9fb;scrollbar-width:none}
.trips-screen::-webkit-scrollbar{display:none}
.trips-screen .trips-title-row{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 1px}
.trips-screen .trips-title-row>div{min-width:0;flex:1}
.trips-screen .trips-title-row h1{margin:0 0 8px;color:#0d2e63;font-size:29px;line-height:1;font-weight:800;letter-spacing:-.7px}
.trips-screen .trips-title-row p{margin:0;color:#49648c;font-size:12.5px;line-height:1.35;white-space:nowrap}
.trips-screen .trips-search-button{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;padding:0;border:1px solid #dde6ec;border-radius:50%;background:#fff;color:#078fa9;box-shadow:0 4px 14px rgba(18,51,79,.04);cursor:pointer}
.trips-screen .trips-search-button svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.trips-screen .trips-search-button[aria-expanded="true"]{border-color:#9cced7;box-shadow:0 0 0 3px rgba(7,143,169,.08)}
.trips-screen .trip-search-bar{height:46px;display:flex;align-items:center;gap:8px;margin:6px 1px 12px;padding:0 11px;border:1px solid #dce6ec;border-radius:15px;background:#fff;box-shadow:0 5px 14px rgba(22,53,82,.04)}
.trips-screen .trip-search-bar[hidden]{display:none}
.trips-screen .trip-search-bar>svg{width:20px;height:20px;flex:0 0 auto;fill:none;stroke:#078fa9;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.trips-screen .trip-search-bar input{height:100%;min-width:0;flex:1;padding:0;border:0;border-radius:0;background:transparent;color:#0d2e63;font-size:12px;box-shadow:none}
.trips-screen .trip-search-bar input:focus{border:0;box-shadow:none}
.trips-screen .trip-search-bar button{width:28px;height:28px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:#71849b}
.trips-screen .trip-search-bar button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}

.trips-screen .chip-row{display:flex;gap:9px;overflow-x:auto;overflow-y:hidden;margin:7px -14px 0;padding:0 14px 10px;scrollbar-width:none;scroll-snap-type:x proximity}
.trips-screen .chip-row::-webkit-scrollbar{display:none}
.trips-screen .chip{min-height:39px;flex:0 0 auto;padding:8px 17px;border:1px solid #dfe6eb;border-radius:999px;background:#fff;color:#0d2e63;font-size:11.5px;line-height:1;font-weight:600;box-shadow:0 2px 8px rgba(20,50,78,.02);scroll-snap-align:start;cursor:pointer}
.trips-screen .chip.active{border-color:#078fa9;background:#078fa9;color:#fff;box-shadow:0 5px 13px rgba(7,143,169,.18)}
.trips-screen .trips-toolbar{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 1px 6px}
.trips-screen .trip-filter-control,.trips-screen .trip-sort-control{position:relative;height:40px;display:flex;flex-direction:row;align-items:center;gap:6px;padding:0 10px;border:1px solid #dfe6eb;border-radius:999px;background:#fff;color:#37547e;box-shadow:0 3px 11px rgba(20,50,78,.03)}
.trips-screen .trip-filter-control{width:118px}
.trips-screen .trip-sort-control{width:126px}
.trips-screen .trip-filter-control svg,.trips-screen .trip-sort-control svg{width:20px;height:20px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.trips-screen .trip-sort-control .trip-sort-icon{width:21px}
.trips-screen .trip-filter-control .trip-filter-chevron,.trips-screen .trip-sort-control .trip-sort-chevron{width:16px}
.trips-screen .trip-filter-control select,.trips-screen .trip-sort-control select{height:100%;min-width:0;flex:1;padding:0;border:0;border-radius:0;background:transparent;color:inherit;font-size:12px;font-weight:500;appearance:none;box-shadow:none;cursor:pointer}
.trips-screen .trip-filter-control select:focus,.trips-screen .trip-sort-control select:focus{border:0;box-shadow:none}

.trips-screen .trip-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:12px 10px;padding:0 0 2px}
.trips-screen .trip-card{width:auto;min-width:0;min-height:270px;display:flex;flex-direction:column;overflow:hidden;padding:0;border:0;border-radius:16px;background:#fff;color:#0d2e63;text-align:left;box-shadow:0 6px 18px rgba(22,53,82,.10)}
.trips-screen .trip-image{height:clamp(136px,35vw,150px);min-height:136px;position:relative;overflow:hidden;background:#e7f0f4}
.trips-screen .trip-image-open{width:100%;height:100%;display:block;padding:0;border:0;background:transparent;cursor:pointer}
.trips-screen .trip-image img{width:100%;height:100%;display:block;object-fit:cover}
.trips-screen .credit-badge{max-width:calc(100% - 16px);min-height:29px;position:absolute;left:8px;bottom:8px;display:flex;align-items:center;gap:6px;padding:6px 8px;border-radius:8px;background:rgba(255,255,255,.96);color:#0d2e63;font-size:9px;line-height:1;letter-spacing:-.1px;font-weight:500;white-space:nowrap;box-shadow:0 4px 12px rgba(15,45,82,.14)}
.trips-screen .credit-badge svg{width:15px;height:15px;flex:0 0 auto;fill:#078fa9;stroke:#078fa9;stroke-width:1.1;stroke-linecap:round;stroke-linejoin:round}
.trips-screen .trip-favorite{width:34px;height:34px;position:absolute;z-index:2;right:8px;top:8px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.08);color:#fff;filter:drop-shadow(0 2px 3px rgba(14,53,88,.34));cursor:pointer}
.trips-screen .trip-favorite svg{width:29px;height:29px;fill:rgba(18,54,84,.08);stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.trips-screen .trip-favorite.is-favorite{color:#ff6651}
.trips-screen .trip-favorite.is-favorite svg{fill:#fff;stroke:#ff6651}
.trips-screen .trip-body{width:100%;min-height:134px;flex:1;display:flex;flex-direction:column;align-items:flex-start;padding:11px 11px 12px;border:0;background:#fff;color:#0d2e63;text-align:left;cursor:pointer}
.trips-screen .trip-body h3{width:100%;min-height:35px;display:-webkit-box;overflow:hidden;margin:0 0 5px;color:#0d2e63;font-family:Georgia,"Times New Roman",serif;font-size:15px;line-height:1.15;font-weight:700;letter-spacing:-.2px;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.trips-screen .trip-duration,.trips-screen .trip-rating{width:100%;display:flex;align-items:center;gap:5px;margin:0;color:#47628a;font-size:10px;line-height:1.25;white-space:nowrap}
.trips-screen .trip-duration{margin-bottom:6px}
.trips-screen .trip-duration svg{width:15px;height:15px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.trips-screen .trip-rating{color:#0d2e63}
.trips-screen .trip-rating svg{width:15px;height:15px;flex:0 0 auto;fill:#078fa9;stroke:#078fa9;stroke-width:1.2;stroke-linejoin:round}
.trips-screen .trip-rating strong{color:#078fa9;font-size:10.5px;font-weight:700}
.trips-screen .trip-rating span{color:#47628a}
.trips-screen .trip-card-divider{width:100%;height:1px;margin:8px 0 8px;border-top:1px dashed #dce5eb}
.trips-screen .trip-price{display:flex;align-items:baseline;gap:8px;margin-top:auto;color:#0d2e63}
.trips-screen .trip-price small{color:#49648c;font-size:10.5px;font-weight:500}
.trips-screen .trip-price strong{font-family:Georgia,"Times New Roman",serif;font-size:20px;line-height:1;font-weight:700;letter-spacing:-.4px}
.trips-screen .trip-price em{margin-left:-4px;color:#70849a;font-size:8px;line-height:1;font-style:normal;font-weight:700;white-space:nowrap}
.trips-screen .trip-empty{grid-column:1/-1;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:24px;border:1px dashed #d8e2e9;border-radius:18px;background:#fff;color:#71849b;text-align:center}
.trips-screen .trip-empty strong{color:#0d2e63;font-family:Georgia,"Times New Roman",serif;font-size:18px}
.trips-screen .trip-empty span{font-size:11px}

#app[data-active-screen="trips"] .bottom-nav{padding-left:15px;padding-right:15px;background:#fff;border-top:1px solid rgba(220,232,239,.7);box-shadow:0 -5px 18px rgba(20,50,80,.04);backdrop-filter:none}
#app[data-active-screen="trips"] .nav-item{gap:3px;color:#425e88}
#app[data-active-screen="trips"] .nav-item:focus{outline:none}
#app[data-active-screen="trips"] .nav-item small{font-size:11px;font-weight:500}
#app[data-active-screen="trips"] .nav-item.active{position:relative;color:#078fa9}
#app[data-active-screen="trips"] .nav-item.active:after{content:"";position:absolute;left:20%;right:20%;bottom:0;height:3px;border-radius:3px 3px 0 0;background:#078fa9}

@media(max-width:400px){
  .trips-screen{padding-left:12px;padding-right:12px}
  .trips-screen .trips-title-row h1{font-size:28px}
  .trips-screen .trips-title-row p{font-size:11.5px}
  .trips-screen .chip-row{margin-left:-12px;margin-right:-12px;padding-left:12px;padding-right:12px}
  .trips-screen .chip{padding-left:16px;padding-right:16px}
  .trips-screen .trip-list{column-gap:9px}
  .trips-screen .trip-body{padding-left:9px;padding-right:9px}
  .trips-screen .credit-badge{left:7px;bottom:7px;gap:5px;padding-left:7px;padding-right:7px;font-size:8.5px}
}
@media(min-width:560px){
  #app[data-active-screen="trips"]{height:min(100dvh,900px);margin-top:max(0px,calc((100dvh - 900px)/2));border-radius:26px;box-shadow:0 18px 55px rgba(15,45,82,.14)}
}

/* Wallet page design — reuses the Home/Trips shell and remains Wallet-scoped. */
#app[data-active-screen="wallet"]{--top-h:72px;--nav-h:78px;max-width:430px;background:#f7f9fb}
#app[data-active-screen="wallet"] .topbar{padding-left:22px;padding-right:22px;background:#fff;border-bottom:0;backdrop-filter:none}
#app[data-active-screen="wallet"] .brand{align-items:center;padding:4px 0}
#app[data-active-screen="wallet"] .balance-chip{min-width:116px;min-height:45px;justify-content:center;gap:10px;padding:8px 13px;border:0;color:#0d2e63;font-family:Georgia,"Times New Roman",serif;font-size:17px;box-shadow:0 5px 18px rgba(15,45,82,.12)}
#app[data-active-screen="wallet"] .wallet-glyph{color:#078fa9}
#app[data-active-screen="wallet"] .viewport{background:#f7f9fb}

.wallet-screen{padding:14px 14px 30px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;background:#f7f9fb;scrollbar-width:none}
.wallet-screen::-webkit-scrollbar{display:none}
.wallet-screen .wallet-title-block{min-height:58px;display:flex;flex-direction:column;justify-content:center;padding:0 1px}
.wallet-screen .wallet-title-block h1{margin:0 0 8px;color:#0d2e63;font-size:29px;line-height:1;font-weight:800;letter-spacing:-.7px}
.wallet-screen .wallet-title-block p{margin:0;color:#49648c;font-size:12.5px;line-height:1.35}

.wallet-screen .wallet-balance-card{height:108px;position:relative;display:flex;align-items:center;justify-content:space-between;overflow:hidden;margin-bottom:10px;padding:16px 24px;border:0;border-radius:18px;background:linear-gradient(112deg,#e9f6fd 0%,#d8f2f7 55%,#a6e9ef 100%);box-shadow:0 7px 20px rgba(22,53,82,.08)}
.wallet-screen .wallet-balance-card:after{content:"";width:142px;height:142px;position:absolute;right:-8px;top:-9px;border-radius:50%;background:rgba(255,255,255,.14);box-shadow:inset 0 0 0 18px rgba(255,255,255,.08)}
.wallet-screen .wallet-balance-copy{position:relative;z-index:2;display:flex;flex-direction:column;gap:10px;color:#0d2e63}
.wallet-screen .wallet-balance-copy span{font-size:13px;font-weight:600}
.wallet-screen .wallet-balance-copy strong{font-family:Georgia,"Times New Roman",serif;font-size:43px;line-height:.92;font-weight:700;letter-spacing:-1.3px}
.wallet-screen .wallet-balance-art{width:94px;height:78px;position:relative;z-index:2;flex:0 0 94px;display:grid;place-items:center;color:#0795aa}
.wallet-screen .wallet-balance-art>svg:first-child{width:84px;height:71px;overflow:visible}
.wallet-screen .wallet-balance-art .wallet-art-back{fill:#0797ad}
.wallet-screen .wallet-balance-art .wallet-art-fold{fill:#07849b}
.wallet-screen .wallet-balance-art .wallet-art-pocket{fill:#087e98}
.wallet-screen .wallet-balance-art circle{fill:#c9f5f7}
.wallet-screen .wallet-spark{width:24px;height:24px;position:absolute;right:-2px;top:8px;fill:#fff}

.wallet-screen .wallet-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:10px}
.wallet-screen .wallet-stat-grid article{min-width:0;min-height:60px;display:flex;align-items:center;gap:7px;padding:7px 9px;border:0;border-radius:15px;background:#fff;box-shadow:0 5px 16px rgba(22,53,82,.07)}
.wallet-screen .wallet-stat-icon{width:35px;height:35px;flex:0 0 35px;display:grid;place-items:center;border-radius:50%}
.wallet-screen .wallet-stat-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.wallet-screen .wallet-stat-icon.available{background:#dcf5f5;color:#078fa9}
.wallet-screen .wallet-stat-icon.reserved{background:#eee5ff;color:#7536df}
.wallet-screen .wallet-stat-icon.earned{background:#dcf5f7;color:#078fa9}
.wallet-screen .wallet-stat-copy{min-width:0;display:flex;flex-direction:column;gap:5px}
.wallet-screen .wallet-stat-copy small{min-height:18px;display:flex;align-items:flex-end;color:#37547e;font-size:9.5px;line-height:1.05;font-weight:500}
.wallet-screen .wallet-stat-copy strong{max-width:100%;overflow:hidden;color:#0d2e63;font-family:Georgia,"Times New Roman",serif;font-size:18px;line-height:1;font-weight:700;text-overflow:ellipsis;white-space:nowrap}

.wallet-screen .wallet-actions{display:grid;grid-template-columns:1fr 1.04fr;gap:10px;margin-bottom:12px}
.wallet-screen .wallet-action{height:40px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;border-radius:12px;font-size:12px;font-weight:700;cursor:pointer}
.wallet-screen .wallet-action svg{width:20px;height:20px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.wallet-screen .wallet-rules-button{border:1.5px solid #0d2e63;background:#fff;color:#0d2e63}
.wallet-screen .wallet-trips-button{border:0;background:#078fa9;color:#fff;box-shadow:0 6px 14px rgba(7,143,169,.16)}

.wallet-screen .wallet-history-head{min-height:47px;display:flex;align-items:center;justify-content:space-between;gap:10px}
.wallet-screen .wallet-history-head h2{margin:0;color:#0d2e63;font-size:20px;line-height:1.1;font-weight:800;letter-spacing:-.4px}
.wallet-screen .wallet-filter-control{width:153px;height:40px;position:relative;display:flex;flex-direction:row;align-items:center;gap:6px;padding:0 9px;border:1px solid #dfe6eb;border-radius:12px;background:#fff;color:#37547e;box-shadow:0 3px 10px rgba(20,50,78,.025)}
.wallet-screen .wallet-filter-control svg{width:18px;height:18px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.wallet-screen .wallet-filter-control .wallet-filter-chevron{width:15px}
.wallet-screen .wallet-filter-control select{height:100%;min-width:0;flex:1;padding:0;border:0;border-radius:0;background:transparent;color:inherit;font-size:10.5px;font-weight:500;appearance:none;box-shadow:none;cursor:pointer}
.wallet-screen .wallet-filter-control select:focus{border:0;box-shadow:none}

.wallet-screen .wallet-transactions{display:block;overflow:hidden;margin:4px 0 14px;border-radius:17px;background:#fff;box-shadow:0 6px 18px rgba(22,53,82,.07)}
.wallet-screen .wallet-tx-row{min-height:56px;display:grid;grid-template-columns:39px minmax(0,1fr) auto;align-items:center;gap:10px;padding:7px 13px;border-bottom:1px solid #e9eef2;background:#fff}
.wallet-screen .wallet-tx-row:last-child{border-bottom:0}
.wallet-screen .wallet-tx-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:50%}
.wallet-screen .wallet-tx-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.wallet-screen .wallet-tx-icon.rewards{background:#e1f5f1;color:#078e80}
.wallet-screen .wallet-tx-icon.bookings{background:#ffebe6;color:#ef5b43}
.wallet-screen .wallet-tx-icon.bonus{background:#e2f5f8;color:#078fa9}
.wallet-screen .wallet-tx-copy{min-width:0;display:flex;flex-direction:column;gap:4px}
.wallet-screen .wallet-tx-copy strong{overflow:hidden;color:#0d2e63;font-size:12px;line-height:1.15;font-weight:700;white-space:nowrap;text-overflow:ellipsis}
.wallet-screen .wallet-tx-copy small{color:#49648c;font-size:10px;line-height:1}
.wallet-screen .wallet-tx-amount{padding-left:8px;font-size:14px;line-height:1;font-weight:800;text-align:right;white-space:nowrap}
.wallet-screen .wallet-tx-amount.positive{color:#0a8c78}
.wallet-screen .wallet-tx-amount.negative{color:#f05b42}
.wallet-screen .wallet-empty-row{min-height:104px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:20px;color:#71849b;text-align:center}
.wallet-screen .wallet-empty-row strong{color:#0d2e63;font-family:Georgia,"Times New Roman",serif;font-size:16px}
.wallet-screen .wallet-empty-row span{font-size:10.5px}

.wallet-screen .wallet-note{min-height:56px;display:flex;align-items:center;gap:12px;margin:0;padding:10px 15px;border:1px solid #b9dff0;border-radius:15px;background:#f2f9fd;color:#294a78;font-size:10.5px;line-height:1.4}
.wallet-screen .wallet-note svg{width:28px;height:28px;flex:0 0 28px;fill:none;stroke:#0d4b8d;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

.wallet-screen .wallet-rules-modal{position:fixed;inset:0;z-index:120;display:flex;align-items:flex-end;justify-content:center;padding:18px 14px calc(18px + env(safe-area-inset-bottom));background:rgba(8,24,43,.42);backdrop-filter:blur(7px)}
.wallet-screen .wallet-rules-modal[hidden]{display:none}
.wallet-screen .wallet-rules-card{width:min(100%,400px);position:relative;padding:27px 20px 20px;border-radius:25px;background:#fff;color:#0d2e63;text-align:center;box-shadow:0 25px 70px rgba(9,24,43,.24)}
.wallet-screen .wallet-rules-close{width:34px;height:34px;position:absolute;right:12px;top:12px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#eff6f8;color:#49648c}
.wallet-screen .wallet-rules-close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.wallet-screen .wallet-rules-mark{width:48px;height:48px;display:grid;place-items:center;margin:0 auto 11px;border-radius:15px;background:#e5f5f7;color:#078fa9}
.wallet-screen .wallet-rules-mark svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.wallet-screen .wallet-rules-card h2{margin:0 0 9px;font-family:Georgia,"Times New Roman",serif;font-size:23px}
.wallet-screen .wallet-rules-card p{margin:0 0 16px;color:#5f7186;font-size:11px;line-height:1.55}
.wallet-screen .wallet-rules-done{width:100%;height:45px;border:0;border-radius:12px;background:#078fa9;color:#fff;font-size:12px;font-weight:800}

#app[data-active-screen="wallet"] .bottom-nav{padding-left:15px;padding-right:15px;background:#fff;border-top:1px solid rgba(220,232,239,.7);box-shadow:0 -5px 18px rgba(20,50,80,.04);backdrop-filter:none}
#app[data-active-screen="wallet"] .nav-item{gap:3px;color:#425e88}
#app[data-active-screen="wallet"] .nav-item:focus{outline:none}
#app[data-active-screen="wallet"] .nav-item small{font-size:11px;font-weight:500}
#app[data-active-screen="wallet"] .nav-item.active{position:relative;color:#078fa9}
#app[data-active-screen="wallet"] .nav-item.active:after{content:"";position:absolute;left:20%;right:20%;bottom:0;height:3px;border-radius:3px 3px 0 0;background:#078fa9}

@media(max-width:400px){
  .wallet-screen{padding-left:12px;padding-right:12px}
  .wallet-screen .wallet-title-block h1{font-size:28px}
  .wallet-screen .wallet-title-block p{font-size:11.5px}
  .wallet-screen .wallet-balance-card{height:102px;padding-left:20px;padding-right:17px}
  .wallet-screen .wallet-balance-copy strong{font-size:40px}
  .wallet-screen .wallet-balance-art{width:92px;flex-basis:92px}
  .wallet-screen .wallet-balance-art>svg:first-child{width:86px}
  .wallet-screen .wallet-stat-grid{gap:7px}
  .wallet-screen .wallet-stat-grid article{gap:6px;padding-left:7px;padding-right:7px}
  .wallet-screen .wallet-stat-icon{width:32px;height:32px;flex-basis:32px}
  .wallet-screen .wallet-stat-icon svg{width:20px;height:20px}
  .wallet-screen .wallet-stat-copy small{font-size:9px}
  .wallet-screen .wallet-stat-copy strong{font-size:17px}
  .wallet-screen .wallet-history-head h2{font-size:19px}
  .wallet-screen .wallet-filter-control{width:147px}
}
@media(min-width:560px){
  #app[data-active-screen="wallet"]{height:min(100dvh,900px);margin-top:max(0px,calc((100dvh - 900px)/2));border-radius:26px;box-shadow:0 18px 55px rgba(15,45,82,.14)}
}

/* Account page design — same Tripora shell, scoped only to Account. */
#app[data-active-screen="account"]{--top-h:72px;--nav-h:78px;max-width:430px;background:#f7f9fb}
#app[data-active-screen="account"] .topbar{padding-left:22px;padding-right:22px;background:#fff;border-bottom:0;backdrop-filter:none}
#app[data-active-screen="account"] .brand{align-items:center;padding:4px 0}
#app[data-active-screen="account"] .balance-chip{min-width:116px;min-height:45px;justify-content:center;gap:10px;padding:8px 13px;border:0;color:#0d2e63;font-family:Georgia,"Times New Roman",serif;font-size:17px;box-shadow:0 5px 18px rgba(15,45,82,.12)}
#app[data-active-screen="account"] .wallet-glyph{color:#078fa9}
#app[data-active-screen="account"] .viewport{background:#f7f9fb}

.account-screen{padding:14px 14px 30px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;background:#f7f9fb;scrollbar-width:none}
.account-screen::-webkit-scrollbar{display:none}
.account-screen .account-title-block{min-height:58px;display:flex;flex-direction:column;justify-content:center;padding:0 1px}
.account-screen .account-title-block h1{margin:0 0 8px;color:#0d2e63;font-size:29px;line-height:1;font-weight:800;letter-spacing:-.7px}
.account-screen .account-title-block p{margin:0;color:#49648c;font-size:12.5px;line-height:1.35}

.account-screen .account-profile-card{min-height:104px;position:relative;display:grid;grid-template-columns:68px minmax(0,1fr) auto;grid-template-rows:1fr auto;align-items:center;gap:0 10px;overflow:hidden;margin-bottom:10px;padding:12px 14px;border-radius:18px;background:linear-gradient(112deg,#f5fbfe 0%,#e7f6fb 62%,#dff1f7 100%);box-shadow:0 6px 18px rgba(22,53,82,.08)}
.account-screen .account-profile-card:after{content:"";width:118px;height:118px;position:absolute;right:-24px;bottom:-49px;border-radius:50%;background:rgba(7,143,169,.055);box-shadow:-35px -15px 0 rgba(255,255,255,.22)}
.account-screen .account-avatar{width:68px;height:68px;grid-row:1/3;position:relative;z-index:1;display:grid;place-items:center;border:3px solid #fff;border-radius:50%;background:linear-gradient(145deg,#078fa9,#79ced7);color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:29px;font-weight:700;box-shadow:0 4px 12px rgba(15,45,82,.12)}
.account-screen .account-profile-copy{min-width:0;grid-column:2;grid-row:1/3;position:relative;z-index:1;align-self:center;display:flex;flex-direction:column;gap:5px}
.account-screen .account-profile-copy>strong{overflow:hidden;color:#0d2e63;font-size:17px;line-height:1.1;font-weight:800;white-space:nowrap;text-overflow:ellipsis}
.account-screen .account-email-line{min-width:0;display:flex;align-items:center;gap:6px}
.account-screen .account-email-line>small{min-width:0;overflow:hidden;color:#37547e;font-size:10.5px;white-space:nowrap;text-overflow:ellipsis}
.account-screen .account-email-line>button{height:18px;display:flex;align-items:center;gap:3px;padding:2px 5px;border:0;border-radius:999px;background:#e4f6f1;color:#0b8d78;font-size:7.5px;font-weight:700;white-space:nowrap}
.account-screen .account-email-line>button[hidden]{display:none}
.account-screen .account-email-line>button.needs-verification{background:#fff0e9;color:#e45a42;cursor:pointer}
.account-screen .account-email-line>button svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.account-screen .account-country-line{display:flex;align-items:center;gap:5px;color:#078fa9}
.account-screen .account-country-line svg{width:15px;height:15px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.account-screen .account-country-line small{overflow:hidden;color:#49648c;font-size:10px;white-space:nowrap;text-overflow:ellipsis}
.account-screen .account-edit-button{height:31px;width:max-content;max-width:100%;grid-column:3;grid-row:2;position:relative;z-index:1;align-self:end;display:flex;align-items:center;gap:6px;padding:0 10px;border:1px solid #0d2e63;border-radius:9px;background:#fff;color:#0d2e63;font-size:10px;font-weight:600;cursor:pointer}
.account-screen .account-edit-button svg{width:15px;height:15px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

.account-screen .account-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:10px}
.account-screen .account-stat-grid>button{min-width:0;min-height:60px;display:flex;align-items:center;gap:7px;padding:7px 8px;border:0;border-radius:15px;background:#fff;color:#0d2e63;text-align:left;box-shadow:0 5px 16px rgba(22,53,82,.07);cursor:pointer}
.account-screen .account-stat-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:50%;background:#dcf3f6;color:#078fa9}
.account-screen .account-stat-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.account-screen .account-stat-copy{min-width:0;display:flex;flex-direction:column;gap:5px}
.account-screen .account-stat-copy small{color:#37547e;font-size:9.5px;line-height:1.05;white-space:nowrap}
.account-screen .account-stat-copy strong{max-width:100%;overflow:hidden;font-family:Georgia,"Times New Roman",serif;font-size:18px;line-height:1;font-weight:700;white-space:nowrap;text-overflow:ellipsis}

.account-screen .account-menu-card{overflow:hidden;margin-bottom:10px;border-radius:17px;background:#fff;box-shadow:0 6px 18px rgba(22,53,82,.07)}
.account-screen .account-menu-row{width:100%;height:43px;display:grid;grid-template-columns:30px minmax(0,1fr) 17px;align-items:center;gap:10px;padding:0 15px;border:0;border-bottom:1px solid #e8edf1;background:#fff;color:#0d2e63;text-align:left;cursor:pointer}
.account-screen .account-menu-row:last-child{border-bottom:0}
.account-screen .account-menu-icon{width:27px;height:27px;display:grid;place-items:center;color:#315a95}
.account-screen .account-menu-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.account-screen .account-menu-row>strong{overflow:hidden;font-size:12px;line-height:1;font-weight:600;white-space:nowrap;text-overflow:ellipsis}
.account-screen .account-chevron{width:17px;height:17px;fill:none;stroke:#315a95;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

.account-screen .account-help-card{min-height:64px;display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:9px;margin-bottom:10px;padding:8px 11px;border:1px solid #bddfee;border-radius:15px;background:#f1f8fc;color:#0d2e63}
.account-screen .account-help-icon{width:45px;height:45px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#078fa9;box-shadow:0 4px 12px rgba(22,53,82,.08)}
.account-screen .account-help-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.account-screen .account-help-copy{min-width:0;display:flex;flex-direction:column;gap:4px}
.account-screen .account-help-copy strong{font-size:12px;line-height:1;font-weight:700}
.account-screen .account-help-copy small{color:#37547e;font-size:9px;line-height:1.3}
.account-screen .account-help-card>button{height:34px;padding:0 13px;border:0;border-radius:9px;background:#078fa9;color:#fff;font-size:9.5px;font-weight:700;white-space:nowrap;cursor:pointer}

.account-screen .account-auth-button{width:100%;min-height:45px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:1px solid #dce7ed;border-radius:13px;background:#fff;color:#0d2e63;font-size:12px;font-weight:700;cursor:pointer}
.account-screen .account-auth-button svg{width:21px;height:21px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.account-screen .account-auth-button small{font-size:9px;font-weight:500;color:#71849b}
.account-screen .account-auth-button.is-logout{border-color:#ff6b5b;color:#ef5746}
.account-screen .account-auth-button.is-logout small{display:none}

.account-screen .account-modal{position:fixed;inset:0;z-index:120;display:flex;align-items:flex-end;justify-content:center;padding:18px 14px calc(18px + env(safe-area-inset-bottom));background:rgba(8,24,43,.42);backdrop-filter:blur(7px)}
.account-screen .account-modal[hidden]{display:none}
.account-screen .account-modal-card{width:min(100%,400px);position:relative;display:grid;gap:12px;padding:25px 19px 20px;border-radius:25px;background:#fff;color:#0d2e63;box-shadow:0 25px 70px rgba(9,24,43,.24)}
.account-screen .account-modal-close{width:34px;height:34px;position:absolute;right:12px;top:12px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#eff6f8;color:#49648c}
.account-screen .account-modal-close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.account-screen .account-modal-card h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:23px}
.account-screen .account-modal-card>p{max-width:310px;margin:0;color:#607387;font-size:10.5px;line-height:1.5}
.account-screen .account-modal-card label{gap:5px}
.account-screen .account-modal-save{height:45px;border:0;border-radius:12px;background:#078fa9;color:#fff;font-size:12px;font-weight:800}

#app[data-active-screen="account"] .bottom-nav{padding-left:15px;padding-right:15px;background:#fff;border-top:1px solid rgba(220,232,239,.7);box-shadow:0 -5px 18px rgba(20,50,80,.04);backdrop-filter:none}
#app[data-active-screen="account"] .nav-item{gap:3px;color:#425e88}
#app[data-active-screen="account"] .nav-item:focus{outline:none}
#app[data-active-screen="account"] .nav-item small{font-size:11px;font-weight:500}
#app[data-active-screen="account"] .nav-item.active{position:relative;color:#078fa9}
#app[data-active-screen="account"] .nav-item.active:after{content:"";position:absolute;left:20%;right:20%;bottom:0;height:3px;border-radius:3px 3px 0 0;background:#078fa9}

@media(max-width:400px){
  .account-screen{padding-left:12px;padding-right:12px}
  .account-screen .account-title-block h1{font-size:28px}
  .account-screen .account-title-block p{font-size:11.5px}
  .account-screen .account-profile-card{grid-template-columns:60px minmax(0,1fr) auto;column-gap:9px;padding-left:11px;padding-right:11px}
  .account-screen .account-avatar{width:60px;height:60px;font-size:26px}
  .account-screen .account-profile-copy>strong{font-size:16px}
  .account-screen .account-email-line>small{font-size:10px}
  .account-screen .account-stat-grid{gap:7px}
  .account-screen .account-stat-grid>button{gap:6px;padding-left:7px;padding-right:7px}
  .account-screen .account-stat-icon{width:31px;height:31px;flex-basis:31px}
  .account-screen .account-stat-icon svg{width:19px;height:19px}
  .account-screen .account-stat-copy small{font-size:9px}
  .account-screen .account-help-card{grid-template-columns:40px minmax(0,1fr) auto;gap:7px;padding-left:9px;padding-right:9px}
  .account-screen .account-help-icon{width:40px;height:40px}
  .account-screen .account-help-card>button{padding-left:10px;padding-right:10px;font-size:9px}
}
@media(min-width:560px){
  #app[data-active-screen="account"]{height:min(100dvh,900px);margin-top:max(0px,calc((100dvh - 900px)/2));border-radius:26px;box-shadow:0 18px 55px rgba(15,45,82,.14)}
}

/* First Tripora travel-product release: additive product UI only. */
.home-screen .mini-trip-grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc((100% - 10px)/2);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none}
.home-screen .mini-trip-grid::-webkit-scrollbar{display:none}
.home-screen .mini-trip{scroll-snap-align:start}

.trips-screen .trip-card{min-height:326px}
.trips-screen .trip-body{min-height:190px;position:relative}
.trips-screen .trip-body h3{padding-right:25px;text-transform:uppercase;font-size:14px;letter-spacing:-.15px}
.trips-screen .trip-country-flag{position:absolute;right:10px;top:12px;display:block;padding:3px 4px;border-radius:5px;background:#e9f5f7;color:#078fa9;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:8px;line-height:1;font-weight:800;white-space:nowrap}
.trips-screen .trip-features{width:100%;min-height:13px;margin:0;color:#49648c;font-size:9.5px;line-height:1.3;font-weight:600}
.trips-screen .trip-card-divider{margin:7px 0}
.trips-screen .trip-price{margin-top:0}
.trips-screen .trip-view-button{width:100%;min-height:31px;margin-top:auto;padding:7px 9px;border:0;border-radius:9px;background:#fff1eb;color:#e85d45;font-size:9px;line-height:1;font-weight:900;letter-spacing:.45px;cursor:pointer}
.trips-screen .trip-view-button:active{transform:translateY(1px)}

.detail-content>small{display:block;margin-bottom:5px}
.detail-content h1{text-transform:uppercase;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:24px;line-height:1.08;font-weight:850;letter-spacing:-.6px}
.detail-location{margin:0 0 5px;color:#37547e;font-size:11px;font-weight:650}
.detail-meta{justify-content:flex-start;margin-bottom:0;font-size:11px}
.detail-price{margin:13px 0 16px}
.detail-price-basis{margin:-9px 0 16px;color:#607387;font-size:9.5px;line-height:1.5}
.detail-copy{padding-top:1px}
.detail-copy h3,.detail-availability h3{margin:17px 0 7px;color:#0d2e63;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:15px;font-weight:800}
.detail-copy>h3:first-child{margin-top:0}
.detail-copy p,.detail-copy li{font-size:11px;line-height:1.58}
.detail-list{display:grid;gap:7px;margin:0;padding:0;list-style:none}
.detail-list li{position:relative;padding:8px 10px 8px 29px;border-radius:11px;background:#f7fbfd;color:#37547e}
.detail-list li:before{content:"✓";position:absolute;left:10px;top:8px;color:#078fa9;font-weight:900}
.detail-list.optional li{background:#fff8f1}
.detail-list.optional li:before{content:"+";color:#f17845}
.detail-list.muted-list li{background:#f7f8fa}
.detail-list.muted-list li:before{content:"—";color:#71849b}
.detail-section-intro{margin:-2px 0 8px!important;color:#078fa9!important;font-weight:700}
.detail-content .credit-panel{align-items:flex-start;margin:19px 0 0;padding:13px}
.detail-content .credit-panel>span{flex:0 0 38px}
.detail-content .credit-panel>span svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.detail-content .credit-panel>div{min-width:0;gap:3px}
.detail-content .credit-panel strong{font-size:13px}
.detail-content .credit-panel p{margin:0;color:#536b80;font-size:9.5px;line-height:1.45}
.detail-content .credit-panel b{margin-top:2px;color:#078fa9;font-size:10px;line-height:1.35}
.detail-availability{margin-top:17px;padding:14px;border-radius:16px;background:#f7f9fb}
.detail-availability h3{margin:0 0 5px}
.detail-availability p{margin:0;color:#536b80;font-size:10px;line-height:1.5}
.detail-content>.terms-box{margin-top:10px}
.detail-sticky-cta{position:sticky;z-index:4;bottom:0;padding:10px 18px calc(10px + env(safe-area-inset-bottom));border-top:1px solid rgba(220,232,239,.85);background:rgba(255,255,255,.96);box-shadow:0 -8px 22px rgba(13,43,77,.08);backdrop-filter:blur(10px)}
.detail-sticky-cta .btn{min-height:48px}
.request-credit-note{display:flex;flex-direction:column;gap:4px;padding:11px 12px;border:1px solid #cfe8ed;border-radius:13px;background:#f1f9fa;color:#0d2e63}
.request-credit-note strong{font-size:10px}
.request-credit-note span{color:#536b80;font-size:9px;line-height:1.45}

@media(max-width:400px){
  .trips-screen .trip-card{min-height:320px}
  .trips-screen .trip-body{min-height:184px}
  .trips-screen .trip-body h3{font-size:13px}
  .trips-screen .trip-view-button{min-height:30px}
}
@media(max-width:350px){
  #bookingForm .form-row{grid-template-columns:1fr}
  .detail-image-wrap{height:225px}
  .detail-content{padding-left:14px;padding-right:14px}
  .detail-sticky-cta{padding-left:14px;padding-right:14px}
}

/* Account information architecture — scoped to Account and its subpages. */
.account-screen .account-title-block{min-height:62px}
.account-screen .account-profile-card{min-height:108px;margin-bottom:11px;padding-top:13px;padding-bottom:13px;border-radius:20px;box-shadow:0 6px 18px rgba(22,53,82,.07)}
.account-screen .account-credit-card{width:100%;min-height:72px;display:grid;grid-template-columns:46px minmax(0,1fr) 18px;align-items:center;gap:11px;margin-bottom:16px;padding:11px 15px;border:1px solid #d9edf2;border-radius:18px;background:linear-gradient(110deg,#fff 0%,#f3fbfd 100%);color:#0d2e63;text-align:left;box-shadow:0 6px 18px rgba(22,53,82,.07);cursor:pointer}
.account-screen .account-credit-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:#dcf3f6;color:#078fa9}
.account-screen .account-credit-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.account-screen .account-credit-copy{min-width:0;display:flex;flex-direction:column;gap:5px}
.account-screen .account-credit-copy small{color:#49648c;font-size:10px;font-weight:600}
.account-screen .account-credit-copy strong{overflow:hidden;font-family:Georgia,"Times New Roman",serif;font-size:23px;line-height:1;color:#0d2e63;white-space:nowrap;text-overflow:ellipsis}
.account-screen .account-credit-card>.account-chevron{justify-self:end}
.account-screen .account-menu-group{margin:0 0 15px}
.account-screen .account-menu-group>h2{margin:0 0 7px;padding-left:4px;color:#688097;font-size:9px;line-height:1;font-weight:800;letter-spacing:1.35px}
.account-screen .account-menu-group .account-menu-card{margin:0;border-radius:18px;box-shadow:0 6px 18px rgba(22,53,82,.065)}
.account-screen .account-menu-group .account-menu-row{height:52px;grid-template-columns:31px minmax(0,1fr) 17px;border-bottom-color:#edf1f4}
.account-screen .account-menu-group .account-menu-icon{width:29px;height:29px}
.account-screen .account-menu-group .account-menu-row>strong{font-size:12.5px;font-weight:650}
.account-screen .account-auth-button{min-height:48px;margin-top:2px;border-radius:15px}
.account-screen .account-auth-button.is-logout{border-color:#ff8f83}

.account-page-overlay{padding:0;background:rgba(8,24,43,.38)}
.account-page-sheet{width:min(100%,430px);height:min(92dvh,820px);display:flex;flex-direction:column;overflow:hidden;border-radius:28px 28px 0 0;background:#f7f9fb;color:#0d2e63;box-shadow:0 28px 75px rgba(9,24,43,.25);animation:sheetIn .24s ease}
.account-page-header{min-height:72px;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;padding:10px 18px 8px 14px;border-bottom:1px solid #e5edf1;background:#fff}
.account-page-back{width:39px;height:39px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#eff6f8;color:#0d2e63;cursor:pointer}
.account-page-back svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.account-page-header div{min-width:0;display:flex;flex-direction:column;gap:4px}
.account-page-header small{color:#078fa9;font-size:8px;font-weight:800;letter-spacing:1.3px}
.account-page-header h2{overflow:hidden;margin:0;font-size:23px;line-height:1.05;font-weight:800;letter-spacing:-.35px;white-space:nowrap;text-overflow:ellipsis}
.account-page-body{flex:1;overflow-x:hidden;overflow-y:auto;padding:16px 14px calc(24px + env(safe-area-inset-bottom));scrollbar-width:none}
.account-page-body::-webkit-scrollbar{display:none}
.account-page-intro{margin:0 2px 14px;color:#5e748a;font-size:11px;line-height:1.5}
.account-page-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin-bottom:14px;padding:4px;border-radius:14px;background:#eaf1f4}
.account-page-tabs.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.account-page-tabs button{height:36px;padding:0 7px;border:0;border-radius:10px;background:transparent;color:#607387;font-size:10px;font-weight:700;white-space:nowrap;cursor:pointer}
.account-page-tabs button.active{background:#fff;color:#0d2e63;box-shadow:0 3px 10px rgba(22,53,82,.08)}
.account-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:260px;padding:28px 22px;border:1px solid #e2edf1;border-radius:22px;background:#fff;text-align:center;box-shadow:0 6px 18px rgba(22,53,82,.055)}
.account-empty-icon{width:58px;height:58px;display:grid;place-items:center;margin-bottom:14px;border-radius:19px;background:#e6f6f8;color:#078fa9}
.account-empty-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.account-empty-state strong{font-size:15px;font-weight:800}
.account-empty-state p{max-width:260px;margin:8px 0 0;color:#607387;font-size:10.5px;line-height:1.55}
.account-empty-state button{height:40px;margin-top:17px;padding:0 17px;border:0;border-radius:12px;background:#078fa9;color:#fff;font-size:10.5px;font-weight:800;cursor:pointer}
.account-loading{padding:38px;text-align:center;color:#607387;font-size:11px}

.account-booking-list,.account-reward-list{display:grid;gap:11px}
.account-booking-card{overflow:hidden;border-radius:20px;background:#fff;box-shadow:0 6px 18px rgba(22,53,82,.065)}
.account-booking-top{display:grid;grid-template-columns:92px minmax(0,1fr);gap:11px;padding:11px}
.account-booking-top img{width:92px;height:82px;object-fit:cover;border-radius:14px;background:#eef4f7}
.account-booking-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:5px}
.account-booking-copy h3{display:-webkit-box;overflow:hidden;margin:0;color:#0d2e63;font-size:14px;line-height:1.25;font-weight:800;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.account-booking-copy small{max-width:100%;overflow:hidden;color:#607387;font-size:9px;white-space:nowrap;text-overflow:ellipsis}
.account-status{display:inline-flex;align-items:center;min-height:22px;margin-top:auto;padding:0 8px;border-radius:999px;background:#edf5f8;color:#315a95;font-size:8px;font-weight:800;text-transform:capitalize}
.account-status.completed{background:#e7f6ef;color:#148566}.account-status.cancelled{background:#fff0ed;color:#d35748}
.account-booking-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px 12px;border-top:1px solid #edf1f4}
.account-booking-meta span{min-width:0;display:flex;flex-direction:column;gap:3px}.account-booking-meta small{color:#71849b;font-size:8px}.account-booking-meta strong{overflow:hidden;color:#0d2e63;font-size:10px;white-space:nowrap;text-overflow:ellipsis}
.account-reward-row{min-height:70px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 13px;border-radius:17px;background:#fff;box-shadow:0 5px 16px rgba(22,53,82,.06)}
.account-reward-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:13px;background:#e5f6f1;color:#15916f}
.account-reward-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.account-reward-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.account-reward-copy strong{overflow:hidden;font-size:11.5px;white-space:nowrap;text-overflow:ellipsis}.account-reward-copy small{color:#71849b;font-size:9px}.account-reward-amount{color:#15916f;font-size:13px;font-weight:800;white-space:nowrap}

.account-settings-card{overflow:hidden;margin-bottom:16px;border-radius:18px;background:#fff;box-shadow:0 6px 18px rgba(22,53,82,.06)}
.account-settings-label{margin:0 0 7px;padding-left:3px;color:#688097;font-size:9px;font-weight:800;letter-spacing:1.15px}
.account-setting-row{width:100%;min-height:64px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 14px;border:0;border-bottom:1px solid #edf1f4;background:#fff;color:#0d2e63;text-align:left}
button.account-setting-row{cursor:pointer}.account-setting-row:last-child{border-bottom:0}
.account-setting-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.account-setting-copy strong{font-size:12px;font-weight:700}.account-setting-copy small{overflow:hidden;color:#607387;font-size:9.5px;line-height:1.35;text-overflow:ellipsis}
.account-setting-action{display:flex;align-items:center;gap:5px;color:#078fa9;font-size:9px;font-weight:800;white-space:nowrap}.account-setting-action svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.account-setting-action.verified{color:#15916f}.account-setting-action.unverified{color:#e45a42}
.account-setting-row[disabled]{cursor:not-allowed;opacity:.55}
.account-danger-card{padding:14px;border:1px solid #ffd4ce;border-radius:18px;background:#fff}.account-danger-card strong{display:block;color:#d94f42;font-size:12px}.account-danger-card p{margin:6px 0 12px;color:#71849b;font-size:9.5px;line-height:1.45}.account-danger-card button{width:100%;height:42px;border:1px solid #f2a29a;border-radius:12px;background:#fff;color:#d94f42;font-size:10.5px;font-weight:800}.account-danger-card button[disabled]{cursor:not-allowed;opacity:.55}

.account-notification-list{overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 6px 18px rgba(22,53,82,.06)}
.account-notification-row{min-height:66px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 14px;border-bottom:1px solid #edf1f4}.account-notification-row:last-child{border-bottom:0}
.account-notification-row span{display:flex;flex-direction:column;gap:4px}.account-notification-row strong{font-size:11.5px}.account-notification-row small{color:#71849b;font-size:9px;line-height:1.35}
.account-toggle{width:43px;height:25px;position:relative;display:inline-block}.account-toggle input{width:1px;height:1px;position:absolute;opacity:0}.account-toggle i{position:absolute;inset:0;border-radius:999px;background:#cbd7df;transition:.18s}.account-toggle i:after{content:"";width:19px;height:19px;position:absolute;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(13,43,77,.2);transition:.18s}.account-toggle input:checked+i{background:#078fa9}.account-toggle input:checked+i:after{transform:translateX(18px)}
.account-page-note{margin:12px 2px 0;padding:11px 12px;border:1px solid #d3e8ef;border-radius:14px;background:#eef8fb;color:#49648c;font-size:9.5px;line-height:1.5}
.account-faq-list{display:grid;gap:9px}.account-faq-list details,.account-link-card{border:1px solid #e4edf1;border-radius:16px;background:#fff;box-shadow:0 4px 14px rgba(22,53,82,.045)}
.account-faq-list summary{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 14px;list-style:none;color:#0d2e63;font-size:11.5px;font-weight:700;cursor:pointer}.account-faq-list summary::-webkit-details-marker{display:none}.account-faq-list summary:after{content:"+";color:#078fa9;font-size:18px;font-weight:400}.account-faq-list details[open] summary:after{content:"−"}.account-faq-list details p{margin:0;padding:0 14px 14px;color:#607387;font-size:9.5px;line-height:1.55}
.account-link-card{width:100%;min-height:54px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 14px;color:#0d2e63;text-align:left}.account-link-card span{display:flex;flex-direction:column;gap:4px}.account-link-card strong{font-size:11.5px}.account-link-card small{color:#71849b;font-size:9px}.account-link-card b{color:#078fa9;font-size:8.5px}.account-link-card[disabled]{cursor:not-allowed;opacity:.58}.account-legal-list{display:grid;gap:9px}

/* Public information and legal documents. */
.account-rewards-balance{width:100%;min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:17px;padding:15px 17px;border:1px solid #cfe7ec;border-radius:19px;background:linear-gradient(110deg,#fff 0%,#e9f8fa 100%);color:#0d2e63;text-align:left;box-shadow:0 6px 18px rgba(22,53,82,.06)}
.account-rewards-balance span{min-width:0;display:flex;flex-direction:column;gap:6px}.account-rewards-balance small{color:#49648c;font-size:10px;font-weight:700}.account-rewards-balance strong{font-family:Georgia,"Times New Roman",serif;font-size:25px;line-height:1}.account-rewards-balance>b{color:#078fa9;font-size:10px;white-space:nowrap}
.support-hero,.info-lead{margin-bottom:14px;padding:17px;border:1px solid #d5ebef;border-radius:19px;background:linear-gradient(120deg,#fff,#eaf8fa);box-shadow:0 5px 16px rgba(22,53,82,.05)}
.support-hero strong,.info-lead strong{display:block;color:#0d2e63;font-size:18px;line-height:1.2}.support-hero p{margin:6px 0 0;color:#607387;font-size:10.5px;line-height:1.5}
.support-group{margin-bottom:15px}.support-links{display:grid;gap:9px;margin-top:4px}.support-contact-card{margin-top:15px;padding:15px;border:1px solid #d3e8ef;border-radius:17px;background:#eef8fb}.support-contact-card strong{display:block;color:#0d2e63;font-size:12px}.support-contact-card p{margin:6px 0 0;color:#49648c;font-size:10px;line-height:1.5}
.faq-page-list{gap:8px}.info-document{padding:17px;border:1px solid #e2ebef;border-radius:21px;background:#fff;box-shadow:0 6px 18px rgba(22,53,82,.055)}.info-document>p{margin:0 0 13px;color:#536b82;font-size:11px;line-height:1.65}
.legal-center-updated{margin:13px 2px 0;color:#71849b;font-size:9.5px;text-align:right}
.legal-document{overflow:hidden;border:1px solid #e1eaef;border-radius:22px;background:#fff;box-shadow:0 7px 22px rgba(22,53,82,.06)}
.legal-document>header{padding:20px 18px 17px;background:linear-gradient(120deg,#eef9fb,#fff);border-bottom:1px solid #e2edf1}.legal-document>header p{margin:0 0 7px;color:#078fa9;font-size:9px;font-weight:800;letter-spacing:.25px}.legal-document>header h2{margin:0;color:#0d2e63;font-size:23px;line-height:1.15;letter-spacing:-.35px}.legal-document>header span{display:block;margin-top:8px;color:#607387;font-size:10.5px;line-height:1.5}
.legal-document-content{padding:18px}.legal-document-content section{margin:0 0 21px}.legal-document-content section:last-child{margin-bottom:0}.legal-document-content h3{margin:0 0 8px;color:#0d2e63;font-size:14px;line-height:1.35}.legal-document-content p{margin:0 0 9px;color:#526980;font-size:10.7px;line-height:1.7}.legal-document-content p:last-child{margin-bottom:0}.legal-document-content ul{display:grid;gap:5px;margin:7px 0 11px;padding-left:19px;color:#526980;font-size:10.7px;line-height:1.55}.legal-document-content li::marker{color:#078fa9}
.legal-operator-inline,.legal-company-lines{display:flex;flex-direction:column;gap:6px}.legal-operator-inline{margin:10px 0 12px;padding:12px;border-radius:14px;background:#f3f9fb;color:#466078;font-size:10.5px;line-height:1.5}.legal-operator-inline>strong{color:#0d2e63;font-size:12px}
.legal-operator-card{padding:15px!important;border:1px solid #cfe7ec;border-radius:17px;background:#eef8fb}.legal-operator-card h3{margin-bottom:8px}.legal-operator-card p{margin-bottom:9px}.legal-company-lines{color:#466078;font-size:10.5px;line-height:1.55}.legal-company-lines strong{color:#0d2e63;overflow-wrap:anywhere}
.included-grid span svg{width:14px;height:14px;flex:0 0 auto;fill:none;stroke:#078fa9;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.inline-legal-link{display:inline;padding:0;border:0;background:transparent;color:#078fa9;font-size:inherit;font-weight:800;text-decoration:underline;text-underline-offset:2px;cursor:pointer}

@media(max-width:400px){
  .account-screen .account-edit-button{padding-left:8px;padding-right:8px;font-size:9px}
  .account-screen .account-menu-group .account-menu-row{padding-left:13px;padding-right:13px}
  .account-page-body{padding-left:12px;padding-right:12px}
}
@media(min-width:560px){.account-page-overlay{align-items:center;padding:18px}.account-page-sheet{border-radius:28px}}

/* Free Travel Draw v2. The experience is composed from real HTML/CSS so the
   reference artwork is never used as a page background. */
.home-screen{overflow-y:auto;scrollbar-width:none}.home-screen::-webkit-scrollbar{display:none}
.home-stage{height:auto;min-height:100%;display:block;padding-bottom:8px}
.home-draw-ad{height:342px;position:relative;overflow:hidden;border-radius:27px;background:linear-gradient(160deg,#effaff 0%,#d7f2fa 55%,#b7e7ef 100%);box-shadow:0 10px 28px rgba(21,55,86,.10);isolation:isolate}
.home-draw-ad:before{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(165deg,rgba(255,255,255,.05),rgba(86,181,198,.2)),url("../img/trips/santorini-sunset-escape.jpg") center 58%/cover no-repeat;opacity:.48;z-index:-2}
.home-draw-ad:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(244,252,255,.98) 0%,rgba(241,251,254,.85) 48%,rgba(226,247,251,.18) 79%);z-index:-1}
.home-draw-hit{position:absolute;z-index:8;inset:0;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:pointer}
.home-draw-hit:focus-visible{outline:3px solid #078fa9;outline-offset:-4px;border-radius:27px}
.home-draw-copy{width:62%;position:absolute;z-index:3;left:22px;top:25px;display:flex;flex-direction:column;align-items:flex-start}
.home-draw-kicker,.draw-experience-copy>span{color:#078fa9;font-size:9px;font-weight:900;letter-spacing:1.5px}
.home-draw-copy h1{margin:10px 0 9px;color:#0d2b4d;font-family:Georgia,"Times New Roman",serif;font-size:30px;line-height:1.02;letter-spacing:-1px}.home-draw-copy h1 em{color:#ff684f;font-style:normal}
.home-draw-copy p{max-width:170px;margin:0;color:#4d6985;font-size:10px;line-height:1.45}
.home-draw-prizes{display:flex;gap:6px;margin-top:14px}.home-draw-prizes span{padding:6px 8px;border:1px solid rgba(7,143,169,.16);border-radius:999px;background:rgba(255,255,255,.8);color:#0d2b4d;font-size:9px;font-weight:900;box-shadow:0 3px 9px rgba(15,45,82,.05)}
.home-draw-cta{display:inline-flex;align-items:center;gap:10px;margin-top:16px;padding:11px 16px;border-radius:999px;background:#ff684f;color:#fff;font-size:10px;font-weight:900;letter-spacing:.35px;box-shadow:0 8px 17px rgba(255,104,79,.25)}.home-draw-cta b{font-size:15px;line-height:1}
.home-popular{margin-top:17px}.home-popular .section-head{margin-bottom:10px}.home-popular .mini-trip-grid{min-height:174px}

.draw-gift{position:absolute;z-index:2;filter:drop-shadow(0 13px 14px rgba(24,79,99,.15));transform-origin:50% 80%}.draw-gift-small{width:148px;height:178px;right:-12px;bottom:6px;transform:scale(.87)}.draw-gift-large{width:210px;height:214px;left:50%;bottom:143px;transform:translateX(-50%)}
.gift-glow{position:absolute;width:170px;height:170px;left:18px;top:28px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.95),rgba(255,255,255,0) 68%)}
.gift-box{width:120px;height:81px;position:absolute;left:43px;bottom:4px;border-radius:7px 7px 15px 15px;background:linear-gradient(135deg,#ff836d,#ff5f4c 58%,#e94e42);box-shadow:inset -13px -9px 0 rgba(178,44,40,.08)}
.gift-box:after{content:"";width:25px;height:81px;position:absolute;left:48px;top:0;background:#ffc14f}
.gift-lid{width:136px;height:31px;position:absolute;left:35px;bottom:76px;border-radius:8px;background:linear-gradient(90deg,#ff927b,#ff5f4c);box-shadow:0 5px 7px rgba(126,54,45,.15);transform-origin:18% 90%}
.gift-lid:after{content:"";width:28px;height:31px;position:absolute;left:55px;top:0;background:#ffd05d}
.gift-bow{width:48px;height:34px;position:absolute;bottom:100px;border:9px solid #ffbe43;border-radius:52% 50% 48% 12%;transform-origin:100% 100%}.gift-bow.left{left:56px;transform:rotate(24deg)}.gift-bow.right{left:104px;transform:scaleX(-1) rotate(24deg)}
.gift-card{width:61px;height:77px;position:absolute;left:62px;bottom:95px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:8px;border-radius:5px;background:linear-gradient(150deg,#fff,#eaf8fb);color:#0d2b4d;font-size:7px;font-weight:900;letter-spacing:.7px;box-shadow:0 5px 12px rgba(15,45,82,.14);transform:rotate(-7deg);transform-origin:50% 100%}
.gift-card:before{content:"";position:absolute;left:9px;right:9px;top:12px;height:24px;border-radius:50%;background:linear-gradient(145deg,#ffd58e,#ff876b)}
.gift-photo{width:64px;height:80px;position:absolute;left:103px;bottom:94px;border:5px solid #fff;border-radius:5px;background:url("../img/trips/santorini-sunset-escape.jpg") center/cover;box-shadow:0 5px 12px rgba(15,45,82,.14);transform:rotate(8deg);transform-origin:50% 100%}
.gift-spark,.gift-confetti{position:absolute}.gift-spark{width:8px;height:8px;border:2px solid #ffb72c;transform:rotate(45deg)}.gift-spark.one{left:22px;top:44px}.gift-spark.two{right:15px;top:72px}.gift-confetti{width:6px;height:14px;border-radius:4px;background:#ffb72c;opacity:0}.gift-confetti.c1{left:31px;top:70px}.gift-confetti.c2{right:28px;top:40px;background:#078fa9}.gift-confetti.c3{left:22px;top:120px;background:#ff684f}.gift-confetti.c4{right:18px;top:126px;background:#9bd353}

.app-shell[data-active-screen="draw"] .topbar{display:none}.app-shell[data-active-screen="draw"] .viewport{top:0}
.draw-screen{padding:0 14px 30px;background:#f7fafc}
.draw-page-header{height:calc(68px + env(safe-area-inset-top));display:grid;grid-template-columns:42px 1fr 42px;align-items:end;padding:env(safe-area-inset-top) 2px 10px;background:#f7fafc}.draw-page-header button{width:40px;height:40px;display:grid;place-items:center;padding:0;border:1px solid #e0e9ee;border-radius:50%;background:#fff;color:#0d2b4d;box-shadow:0 4px 13px rgba(15,45,82,.05)}.draw-page-header button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.draw-page-header div{display:flex;flex-direction:column;align-items:center;gap:2px}.draw-page-header small{color:#078fa9;font-size:7px;font-weight:900;letter-spacing:1.5px}.draw-page-header strong{font-family:Georgia,"Times New Roman",serif;font-size:17px}
.draw-experience{height:632px;position:relative;overflow:hidden;padding:25px 18px 18px;border-radius:28px;background:linear-gradient(180deg,#e8f9fd 0%,#fff 69%);box-shadow:0 10px 28px rgba(21,55,86,.09)}.draw-experience:before{content:"";position:absolute;inset:25% 0 44%;background:linear-gradient(180deg,rgba(232,249,253,.75),rgba(255,255,255,.2)),url("../img/trips/santorini-sunset-escape.jpg") center/cover;opacity:.33}.draw-experience>*{position:relative}.draw-experience-copy{text-align:center}.draw-experience-copy h1{margin:8px 0 7px;color:#0d2b4d;font-family:Georgia,"Times New Roman",serif;font-size:31px;line-height:1.03;letter-spacing:-.8px}.draw-experience-copy p{margin:0;color:#587087;font-size:10px}
.draw-countdown{display:flex;align-items:flex-start;justify-content:center;gap:9px;margin-top:16px}.draw-countdown>span{min-width:48px;display:flex;flex-direction:column;align-items:center}.draw-countdown strong{font-size:25px;line-height:1;font-variant-numeric:tabular-nums}.draw-countdown small{margin-top:4px;color:#668094;font-size:7px;font-weight:800;letter-spacing:1px}.draw-countdown i{color:#6c8495;font-size:20px;font-style:normal;line-height:1}
.draw-pool{position:absolute;left:14px;right:14px;bottom:89px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.draw-pool span{min-width:0;height:45px;display:flex;align-items:center;justify-content:center;padding:4px;border:1px solid #dcecf1;border-radius:12px;background:rgba(255,255,255,.9);color:#0d2b4d;font-size:8px;font-weight:900;text-align:center;box-shadow:0 4px 10px rgba(15,45,82,.04)}.draw-pool span:last-child{color:#ff684f;font-size:7.5px}
.draw-primary-action{width:100%;min-height:48px;border:0;border-radius:15px;background:#ff684f;color:#fff;font-size:11px;font-weight:900;letter-spacing:.35px;box-shadow:0 9px 19px rgba(255,104,79,.24);cursor:pointer}.draw-experience>.draw-primary-action{position:absolute;left:18px;right:18px;bottom:25px;width:calc(100% - 36px)}.draw-primary-action.is-confirmed{background:#15916f;box-shadow:0 9px 19px rgba(21,145,111,.18)}.draw-primary-action.is-ready{background:#ff684f;animation:rewardPulse 1.8s ease-in-out infinite}.draw-primary-action:disabled{cursor:default;opacity:.82}
.draw-action-note{position:absolute!important;left:18px;right:18px;bottom:6px;margin:0;color:#708396;font-size:7.5px;text-align:center}.draw-history-section{padding:18px 2px 0}.draw-history-section .section-head{align-items:center}.draw-history-section .section-head span{color:#71849b;font-size:8px}.draw-history-list{display:grid;gap:9px}.draw-history-row,.draw-history-empty{border:1px solid #e1ebef;border-radius:17px;background:#fff;box-shadow:0 5px 15px rgba(21,55,86,.05)}.draw-history-row{min-height:64px;display:grid;grid-template-columns:39px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px}.draw-history-row>i{width:38px;height:38px;display:grid;place-items:center;border-radius:13px;background:#e9f8fa;color:#078fa9;font-style:normal}.draw-history-row span{min-width:0;display:flex;flex-direction:column;gap:3px}.draw-history-row strong{overflow:hidden;font-size:10.5px;white-space:nowrap;text-overflow:ellipsis}.draw-history-row small{color:#71849b;font-size:8.5px}.draw-history-row b{color:#15916f;font-size:10px;white-space:nowrap}.draw-history-empty{padding:22px 15px;color:#607387;font-size:10px;line-height:1.5;text-align:center}
.draw-experience.is-claiming .gift-lid{animation:giftLidOpen 1.05s cubic-bezier(.22,.75,.25,1) forwards}.draw-experience.is-claiming .gift-card{animation:giftCardRise 1.15s ease-out forwards}.draw-experience.is-claiming .gift-photo{animation:giftPhotoRise 1.15s ease-out forwards}.draw-experience.is-claiming .gift-confetti{animation:confettiPop .9s .25s ease-out forwards}.draw-experience.is-claiming .draw-gift-large{animation:giftBounce .48s ease-in-out}

.reward-overlay{align-items:center}.reward-result-card{width:min(100%,410px);position:relative;overflow:hidden;padding:34px 22px 22px;border-radius:30px;background:radial-gradient(circle at 50% 22%,#fff8d9,#fff 52%);text-align:center;box-shadow:0 30px 80px rgba(9,24,43,.28);animation:rewardCardIn .42s cubic-bezier(.2,.8,.25,1)}.reward-result-kicker{position:relative;color:#078fa9;font-size:9px;font-weight:900;letter-spacing:1.5px}.reward-result-icon{width:54px;height:54px;position:relative;display:grid;place-items:center;margin:15px auto 2px;border-radius:50%;background:#ffbd3d;color:#fff;font-size:25px;box-shadow:0 8px 18px rgba(255,189,61,.28)}.reward-result-card h2{position:relative;margin:5px 0 9px;font-family:Georgia,"Times New Roman",serif;font-size:25px}.reward-result-card .reveal-amount{position:relative;margin:8px 0 3px;color:#ff684f;font-size:68px}.reward-result-balance{position:relative;color:#607387;font-size:10px}.reward-result-balance strong{color:#0d2b4d}.reward-result-card>.muted{position:relative;min-height:14px;color:#71849b;font-size:8px}.reward-result-card>.draw-primary-action{position:relative;margin-top:12px}.reward-rays{position:absolute;width:230px;height:230px;left:50%;top:18px;transform:translateX(-50%);border-radius:50%;background:repeating-conic-gradient(from 0deg,rgba(255,192,60,.11) 0 8deg,transparent 8deg 20deg);animation:raySpin 16s linear infinite}.reward-confetti i{width:7px;height:15px;position:absolute;top:25%;border-radius:5px;background:#ff684f;animation:resultConfetti 1.2s ease-out both}.reward-confetti i:nth-child(1){left:12%;--x:-20px;--r:100deg}.reward-confetti i:nth-child(2){left:27%;background:#078fa9;--x:-12px;--r:-80deg}.reward-confetti i:nth-child(3){left:43%;background:#ffbd3d;--x:-6px;--r:140deg}.reward-confetti i:nth-child(4){left:58%;background:#75c965;--x:8px;--r:-130deg}.reward-confetti i:nth-child(5){left:74%;background:#078fa9;--x:16px;--r:90deg}.reward-confetti i:nth-child(6){left:88%;background:#ff684f;--x:24px;--r:-110deg}

@keyframes rewardPulse{50%{transform:translateY(-1px);box-shadow:0 12px 27px rgba(255,104,79,.36)}}
@keyframes giftLidOpen{45%{transform:translate(-12px,-34px) rotate(-18deg)}100%{transform:translate(-27px,-45px) rotate(-29deg)}}
@keyframes giftCardRise{100%{transform:translate(-12px,-62px) rotate(-14deg)}}
@keyframes giftPhotoRise{100%{transform:translate(12px,-75px) rotate(14deg)}}
@keyframes giftBounce{45%{transform:translateX(-50%) scale(1.045)}100%{transform:translateX(-50%) scale(1)}}
@keyframes confettiPop{0%{opacity:0;transform:translateY(25px) scale(.3)}65%{opacity:1}100%{opacity:0;transform:translateY(-75px) rotate(160deg)}}
@keyframes rewardCardIn{from{opacity:0;transform:translateY(25px) scale(.9)}to{opacity:1;transform:none}}
@keyframes raySpin{to{transform:translateX(-50%) rotate(360deg)}}
@keyframes resultConfetti{0%{opacity:0;transform:translate(0,20px)}45%{opacity:1}100%{opacity:0;transform:translate(var(--x),180px) rotate(var(--r))}}

@media(max-width:350px){.home-draw-ad{height:300px}.home-draw-copy{left:17px;top:19px}.home-draw-copy h1{font-size:26px}.home-draw-prizes{gap:4px}.home-draw-prizes span{padding:5px 6px}.draw-gift-small{right:-25px;bottom:-5px;transform:scale(.73)}.draw-experience{height:590px;padding-left:12px;padding-right:12px}.draw-experience-copy h1{font-size:27px}.draw-gift-large{bottom:137px;transform:translateX(-50%) scale(.86)}.draw-experience.is-claiming .draw-gift-large{animation:none}.draw-pool{left:9px;right:9px;gap:4px}.draw-experience>.draw-primary-action{left:12px;right:12px;width:calc(100% - 24px)}}
@media(min-width:431px){.draw-screen{padding-left:18px;padding-right:18px}.draw-experience{height:650px}.draw-gift-large{bottom:150px}}
@media(prefers-reduced-motion:reduce){.draw-primary-action.is-ready,.draw-experience.is-claiming .gift-lid,.draw-experience.is-claiming .gift-card,.draw-experience.is-claiming .gift-photo,.draw-experience.is-claiming .gift-confetti,.draw-experience.is-claiming .draw-gift-large,.reward-rays,.reward-confetti i,.reward-result-card{animation:none!important;transition:none!important}}
.draw-experience>.draw-gift-large{position:absolute}
