@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap";:root{--cream:#f8f6ef;--cream-dark:#f0eee5;--ink:#183428;--muted:#68766e;--green:#2d6149;--green-dark:#17372a;--display:"Playfair Display", Georgia, serif;--sans:"DM Sans", system-ui, sans-serif;color:var(--ink);background:var(--cream);font-family:var(--sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 76% 8%, #d8e6dba6, transparent 28%), var(--cream);min-width:320px;min-height:100vh;margin:0}a,button{-webkit-tap-highlight-color:transparent}:focus-visible{outline-offset:3px;outline:3px solid #d8a84e}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}.auth-modal{background:#fff;border:1px solid #2d614926;border-radius:24px;width:min(420px,100% - 32px);padding:32px;animation:.25s cubic-bezier(.16,1,.3,1) slideDown;position:relative;box-shadow:0 20px 45px #1834282e}.auth-tabs{background:#f4f2ea;border-radius:12px;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:24px;padding:4px;display:grid}.auth-tabs button{height:38px;color:var(--muted);font-family:var(--sans);cursor:pointer;background:0 0;border:none;border-radius:9px;font-size:.85rem;font-weight:600;transition:all .15s}.auth-tabs button.active{color:var(--ink);background:#fff;box-shadow:0 2px 8px #0000000f}.form-group input{height:46px;color:var(--ink);font-family:var(--sans);background:#fafaf7;border:1px solid #d5ddd7;border-radius:12px;padding:0 16px;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.form-group input:focus{border-color:var(--green);background:#fff;outline:none;box-shadow:0 0 0 3px #2d61491f}.auth-divider{text-align:center;margin:24px 0;position:relative}.auth-divider:before{content:"";background:#e4e8e4;height:1px;position:absolute;top:50%;left:0;right:0}.auth-divider span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;background:#fff;padding:0 12px;font-size:.75rem;position:relative}.google-auth-wrapper{flex-direction:column;gap:8px;display:flex}.button-google{width:100%;height:46px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #d5ddd7;border-radius:999px;font-weight:650;transition:background .15s,border-color .15s}.button-google:hover:not(:disabled){background:#f7f9f7;border-color:#b8c4bc}.button-google:disabled{opacity:.6;cursor:not-allowed}.google-hint{color:var(--muted);text-align:center;font-size:.72rem;line-height:1.4}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.availability-calendar{background:#fbfcf9;border:1px solid #dfe5df;border-radius:16px;padding:12px}.calendar-weekdays,.calendar-grid{grid-template-columns:repeat(7,1fr);gap:5px;display:grid}.calendar-weekdays{color:var(--muted);text-align:center;text-transform:uppercase;margin-bottom:7px;font-size:.64rem;font-weight:700}.calendar-empty{aspect-ratio:1}.calendar-day{aspect-ratio:1;min-width:0;color:var(--ink);font:650 .78rem var(--sans);cursor:pointer;background:#fff;border:0;border-radius:10px;place-items:center;transition:transform .15s,background .15s,color .15s;display:grid;position:relative}.calendar-day:hover:not(:disabled){background:#e8f1ea;transform:translateY(-1px)}.calendar-day.in-selection{background:#dceadf;border-radius:4px}.calendar-day.selected{color:#fff;background:var(--green);box-shadow:0 5px 12px #2d614938}.calendar-day.booked{color:#8a5b48;cursor:not-allowed;opacity:1;background:#f5e9e3}.calendar-day.past{color:#b7bdb9;cursor:not-allowed;background:0 0}.booking-lock{font-size:.52rem;line-height:1;position:absolute;bottom:1px;right:2px}.calendar-legend{color:var(--muted);flex-wrap:wrap;gap:12px;margin-top:12px;font-size:.64rem;display:flex}.calendar-legend span{align-items:center;gap:4px;display:inline-flex}.legend-dot{background:#fff;border:1px solid #d6ddd7;border-radius:3px;width:9px;height:9px;display:inline-block}.legend-dot.reserved{background:#f5e9e3;border-color:#ead1c4}.legend-dot.chosen{background:var(--green);border-color:var(--green)}@media (width<=480px){.availability-calendar{padding:8px}.calendar-weekdays,.calendar-grid{gap:3px}.calendar-day{border-radius:7px;font-size:.7rem}.calendar-legend{gap:7px}}.auth-backdrop{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#18342873;justify-content:center;align-items:flex-start;padding-top:80px;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.auth-modal{background:#fff;border:1px solid #2d614926;border-radius:24px;width:min(440px,100% - 32px);max-height:calc(100vh - 120px);padding:32px;animation:.25s cubic-bezier(.16,1,.3,1) slideDown;position:relative;overflow-y:auto;box-shadow:0 20px 45px #1834282e}.auth-close{width:32px;height:32px;color:var(--ink);cursor:pointer;background:#f0eee5;border:none;border-radius:50%;place-items:center;font-size:1.2rem;transition:background .15s;display:grid;position:absolute;top:18px;right:18px}.auth-close:hover{background:#e2ded0}.auth-modal h2{color:var(--ink);font-family:var(--display);margin:0 0 6px;font-size:1.75rem}.auth-subtitle{color:var(--muted);margin:0 0 24px;font-size:.85rem}.auth-alert{border-radius:10px;margin-bottom:18px;padding:12px 14px;font-size:.82rem;line-height:1.4}.auth-error{color:#9b2c2c;background:#fdf2f2;border:1px solid #f5c6cb}.auth-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.auth-form{flex-direction:column;gap:16px;display:flex}.form-group{text-align:left;flex-direction:column;gap:6px;display:flex}.form-group label{color:var(--ink);font-size:.8rem;font-weight:700}.form-group input,.form-group select{height:46px;color:var(--ink);font-family:var(--sans);background:#fafaf7;border:1px solid #d5ddd7;border-radius:12px;padding:0 16px;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.form-group input:focus,.form-group select:focus{border-color:var(--green);background:#fff;outline:none;box-shadow:0 0 0 3px #2d61491f}.auth-submit{width:100%;margin-top:6px}.calendar-header{grid-template-columns:36px 1fr 36px;align-items:center;gap:10px;display:grid}.calendar-header strong{color:var(--ink);font-family:var(--display);text-align:center;text-transform:capitalize}.calendar-header button{width:36px;height:36px;color:var(--green);cursor:pointer;background:#fff;border:1px solid #dce3dd;border-radius:50%}.calendar-header button:hover{background:#e8f1ea}.selected-dates{color:var(--green);background:#f2f6f1;border-radius:12px;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;padding:12px 14px;display:grid}.selected-dates>span:not([aria-hidden]){flex-direction:column;display:flex}.selected-dates small{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.62rem}.selected-dates strong{font-size:.78rem}.profile-backdrop{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#18342873;justify-content:center;align-items:flex-start;padding-top:60px;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.profile-modal{background:#fff;border:1px solid #2d614926;border-radius:24px;width:min(680px,100% - 32px);max-height:calc(100vh - 100px);padding:36px;animation:.25s cubic-bezier(.16,1,.3,1) slideDown;position:relative;overflow-y:auto;box-shadow:0 20px 45px #1834282e}.profile-close{width:32px;height:32px;color:var(--ink);cursor:pointer;background:#f0eee5;border:none;border-radius:50%;place-items:center;font-size:1.2rem;transition:background .15s;display:grid;position:absolute;top:20px;right:20px}.profile-close:hover{background:#e2ded0}.profile-header{text-align:left;border-bottom:1px solid #edf1ee;align-items:center;gap:20px;margin-bottom:28px;padding-bottom:20px;display:flex}.profile-avatar{width:68px;height:68px;color:var(--green);background:#e8f1ea;border-radius:50%;flex:none;place-items:center;font-size:1.8rem;display:grid;overflow:hidden}.profile-avatar img{object-fit:cover;width:100%;height:100%}.profile-header h2{color:var(--ink);font-family:var(--display);margin:0 0 4px;font-size:1.6rem}.profile-email{color:var(--muted);margin:0 0 10px;font-size:.82rem}.profile-points-badge{color:var(--green);background:#f0f7f2;border-radius:999px;align-items:center;gap:6px;padding:4px 12px;font-size:.76rem;font-weight:700;display:inline-flex}.profile-loading{color:var(--muted);text-align:center;padding:40px 0}.profile-tabs-content{flex-direction:column;gap:28px;display:flex}.profile-section{text-align:left}.profile-section h3{color:var(--ink);font-family:var(--display);margin:0 0 12px;font-size:1.15rem}.empty-text{color:var(--muted);margin:0;font-size:.82rem;font-style:italic}.profile-list,.travel-list{flex-direction:column;gap:12px;display:flex}.travel-card{background:linear-gradient(145deg,#fff,#f7faf7);border:1px solid #dfe6e1;border-radius:18px;padding:20px;box-shadow:0 8px 24px #1f392c0d}.travel-card-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.travel-kicker{color:var(--green);letter-spacing:.08em;text-transform:uppercase;margin:0 0 4px;font-size:.66rem;font-weight:800}.travel-card h4{color:var(--ink);font-family:var(--display);margin:0;font-size:1.12rem}.travel-schedule{grid-template-columns:1fr 26px 1fr;align-items:center;margin:20px 0;display:grid}.schedule-point{align-items:center;gap:9px;display:flex}.schedule-point div{flex-direction:column;gap:2px;display:flex}.schedule-point small,.travel-details dt,.access-card small{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:.62rem;font-weight:700}.schedule-point strong{color:var(--ink);font-size:.77rem}.schedule-icon{color:#fff;background:var(--green);border-radius:50%;flex:none;place-items:center;width:28px;height:28px;display:grid}.schedule-line{background:#ccd8d0;height:1px}.travel-details{background:#f0f5f1;border-radius:12px;grid-template-columns:repeat(4,1fr);gap:12px;margin:0;padding:14px;display:grid}.travel-details div{flex-direction:column;gap:3px;display:flex}.travel-details dd{color:var(--ink);margin:0;font-size:.76rem;font-weight:700}.access-card{color:var(--muted);background:#fafbf9;border:1px dashed #ccd8d0;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding:12px 14px;display:flex}.access-card div{flex-direction:column;gap:2px;display:flex}.access-card strong{color:var(--ink);font-size:.79rem}.access-card span{font-size:.65rem}.access-card.active{background:#edf8f0;border-style:solid;border-color:#b9d8c2}.access-card.active strong{color:#176032;font-family:var(--mono,monospace);letter-spacing:.12em;font-size:1.05rem}@media (width<=600px){.profile-modal{padding:26px 18px}.travel-schedule{grid-template-columns:1fr;gap:12px}.schedule-line{display:none}.travel-details{grid-template-columns:repeat(2,1fr)}.access-card{flex-direction:column;align-items:flex-start}}.profile-item{background:#fcfcf9;border:1px solid #e7ebe8;border-radius:14px;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.profile-item div{flex-direction:column;gap:3px;display:flex}.profile-item strong{color:var(--ink);font-size:.88rem}.profile-item small{color:var(--muted);font-size:.74rem}.status-pill{text-transform:uppercase;letter-spacing:.05em;border-radius:99px;padding:4px 10px;font-size:.68rem;font-weight:700}.status-pill.confirmed{color:#137333;background:#e6f4ea}.status-pill.completed{color:#1a73e8;background:#e8f0fe}.points-pill{color:var(--green);font-family:var(--display);font-size:.9rem;font-weight:700}.badges-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;display:grid}.badge-card{text-align:center;background:linear-gradient(135deg,#f9fbf9,#f2f7f3);border:1px solid #e4e9e5;border-radius:16px;flex-direction:column;align-items:center;padding:16px;display:flex}.badge-icon{color:#fff;background:#2d6149;border-radius:50%;place-items:center;width:42px;height:42px;margin-bottom:8px;font-size:1.2rem;display:grid}.badge-card strong{color:var(--ink);margin-bottom:4px;font-size:.85rem}.badge-card small{color:var(--muted);font-size:.7rem;line-height:1.3}.smarthome-card{text-align:left;background:#ffffffdb;border:1px solid #32534214;border-radius:22px;padding:28px;box-shadow:0 12px 35px #1f392c0d}.smarthome-card.locked{background:#fbfbf9;border-style:dashed}.lock-message{color:var(--muted);margin:0;font-size:.85rem;line-height:1.6}.smarthome-header{margin-bottom:20px}.smarthome-header h3{color:var(--ink);font-family:var(--display);margin:0;font-size:1.15rem}.smarthome-alert{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;margin-bottom:16px;padding:10px 14px;font-size:.8rem}.scenes-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.scene-button{text-align:center;cursor:pointer;background:#fff;border:1px solid #e0e6e1;border-radius:16px;flex-direction:column;align-items:center;padding:18px 14px;transition:all .2s;display:flex}.scene-button:hover:not(:disabled){border-color:var(--green);transform:translateY(-2px);box-shadow:0 6px 16px #2d614914}.scene-button.active{border-color:var(--green);box-shadow:0 0 0 2px var(--green);background:#f0f7f2}.scene-icon{margin-bottom:8px;font-size:1.6rem}.scene-button strong{color:var(--ink);margin-bottom:4px;font-size:.9rem}.scene-button small{color:var(--muted);font-size:.68rem;line-height:1.3}@media (width<=768px){.scenes-grid{grid-template-columns:1fr}}.app-shell{min-height:100vh;overflow:hidden}.topbar{justify-content:space-between;align-items:center;width:min(1180px,100% - 40px);height:86px;margin:0 auto;display:flex}.brand{color:var(--ink);font-family:var(--display);align-items:center;gap:12px;font-size:1.45rem;font-weight:700;text-decoration:none;display:flex}.brand-mark{color:#fff;background:var(--green);width:38px;height:38px;font-family:var(--sans);border-radius:12px 12px 12px 4px;place-items:center;font-size:.9rem;display:grid}nav{align-items:center;gap:34px;display:flex}nav a{color:var(--muted);font-size:.86rem;font-weight:650;text-decoration:none}nav a:hover{color:var(--green)}nav .nav-cta{color:var(--ink);border:1px solid #cfd8d1;border-radius:999px;padding:11px 18px}.hero-section{grid-template-columns:1.02fr .98fr;align-items:center;gap:72px;width:min(1180px,100% - 40px);min-height:620px;margin:0 auto;display:grid}.eyebrow{color:var(--green);letter-spacing:.16em;text-transform:uppercase;margin:0 0 17px;font-size:.72rem;font-weight:800}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--display);color:var(--ink)}h1{letter-spacing:-.055em;max-width:650px;margin-bottom:24px;font-size:clamp(3.25rem,6vw,5.45rem);font-weight:600;line-height:.96}.hero-lead{max-width:580px;color:var(--muted);margin-bottom:32px;font-size:1.05rem;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:13px;display:flex}.button{border-radius:999px;justify-content:center;align-items:center;gap:20px;min-height:48px;padding:0 22px;font-size:.84rem;font-weight:750;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:var(--green);box-shadow:0 10px 24px #2853402e}.button-ghost{color:var(--ink);background:#ffffff80;border:1px solid #d5ddd7}.trust-line{color:#79827c;gap:24px;margin-top:24px;font-size:.72rem;display:flex}.stay-card{background:#dfe8df;border-radius:160px 160px 28px 28px;min-height:480px;position:relative;overflow:hidden;box-shadow:0 28px 70px #1f392c21}.stay-visual{background:#f4f6f4;position:absolute;inset:0 0 118px}.sun{background:#f5d9a2;border-radius:50%;width:105px;height:105px;position:absolute;top:42px;left:55px;box-shadow:0 0 0 18px #f5d9a226}.house{color:#f0eee4;text-shadow:0 15px 35px #213b2e38;font-size:180px;line-height:.8;position:absolute;bottom:38px;left:50%;transform:translate(-50%)}.tree{color:#577c64;font-size:100px;position:absolute;bottom:19px;transform:scaleX(.75)}.tree-one{left:5%}.tree-two{font-size:78px;right:5%}.stay-content{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;justify-content:space-between;align-items:center;min-height:118px;padding:24px 30px;display:flex;position:absolute;inset:auto 0 0}.card-kicker{color:var(--green);letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px;font-size:.64rem;font-weight:800}.stay-content h2{margin-bottom:5px;font-size:1.45rem}.stay-content p:last-child{color:var(--muted);margin-bottom:0;font-size:.75rem}.countdown{grid-template-columns:auto auto 8px auto auto;align-items:baseline;gap:5px;display:grid}.countdown strong{color:var(--ink);font-family:var(--display);font-size:2rem}.countdown span{color:var(--muted);font-size:.6rem}.countdown b{color:#b5bcb7}.dashboard{background:var(--cream-dark);padding:88px max(20px,50% - 590px)}.section-heading{justify-content:space-between;align-items:end;margin-bottom:34px;display:flex}.section-heading h2,.features h2{letter-spacing:-.035em;margin-bottom:0;font-size:clamp(2rem,4vw,3.25rem);font-weight:600}.section-heading>a{color:var(--green);font-size:.78rem;font-weight:750;text-decoration:none}.dashboard-grid{grid-template-columns:1.15fr .85fr;gap:20px;display:grid}.progress-card,.activity-card{background:#ffffffdb;border:1px solid #32534214;border-radius:22px;box-shadow:0 12px 35px #1f392c0d}.progress-card{gap:26px;padding:36px;display:flex}.level-badge{clip-path:polygon(50% 0,92% 20%,92% 72%,50% 100%,8% 72%,8% 20%);color:#fff;background:var(--green);width:82px;height:96px;font-family:var(--display);flex:none;place-items:center;font-size:1.8rem;display:grid}.progress-main{flex:1}.progress-title>div{color:var(--ink);justify-content:space-between;display:flex}.progress-title span{font-family:var(--display);font-size:1.35rem;font-weight:650}.progress-title small{color:var(--muted);font-size:.69rem}.progress-track{background:#e5e9e5;border-radius:99px;height:8px;margin:22px 0 26px;overflow:hidden}.progress-track span{border-radius:inherit;background:linear-gradient(90deg, var(--green), #89aa7e);width:85%;height:100%;display:block}.stats{grid-template-columns:repeat(3,1fr);display:grid}.stats div{border-right:1px solid #e4e8e4;flex-direction:column;display:flex}.stats div:not(:first-child){padding-left:24px}.stats div:last-child{border:0}.stats strong{color:var(--ink);font-family:var(--display);font-size:1.5rem}.stats span{color:var(--muted);font-size:.65rem}.activity-card{padding:28px}.activity-card h3{color:var(--ink);font-family:var(--display);font-size:1.15rem}.activity-card ul{margin:0;padding:0;list-style:none}.activity-card li{border-top:1px solid #e7eae7;grid-template-columns:36px 1fr auto;align-items:center;gap:12px;padding:13px 0;display:grid}.activity-icon{width:34px;height:34px;color:var(--green);background:#e8f0e8;border-radius:50%;place-items:center;display:grid}.activity-card li>span:nth-child(2){flex-direction:column;display:flex}.activity-card strong{color:var(--ink);font-size:.72rem}.activity-card small{color:var(--muted);font-size:.61rem}.activity-card b{color:var(--green);font-size:.68rem}.features{text-align:center;width:min(1180px,100% - 40px);margin:0 auto;padding:90px 0 105px}.features>h2{max-width:620px;margin:0 auto 48px}.feature-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.feature-grid article{background:#ffffff8c;border:1px solid #e0e4df;border-radius:18px;padding:28px}.feature-grid article>span{color:var(--green);font-size:1.6rem}.feature-grid h3{color:var(--ink);font-family:var(--display);margin:18px 0 9px}.feature-grid p{color:var(--muted);margin:0;font-size:.8rem;line-height:1.6}footer{color:#829087;background:var(--green-dark);justify-content:space-between;padding:30px max(20px,50% - 590px);font-size:.7rem;display:flex}@media (width<=850px){nav a:not(.nav-cta){display:none}.hero-section{grid-template-columns:1fr;gap:45px;padding:50px 0 70px}.stay-card{min-height:430px}.dashboard-grid,.feature-grid{grid-template-columns:1fr}.section-heading{flex-direction:column;align-items:flex-start;gap:20px}}@media (width<=560px){.topbar,.hero-section,.features{width:min(100% - 28px,1180px)}.topbar{height:72px}.nav-cta{padding:9px 13px!important}h1{font-size:3.15rem}.hero-actions{flex-direction:column}.trust-line{flex-direction:column;gap:7px}.stay-card{border-radius:100px 100px 24px 24px;min-height:390px}.house{font-size:145px}.stay-content{padding:18px}.countdown{display:none}.dashboard{padding-top:65px;padding-bottom:65px}.progress-card{flex-direction:column;padding:24px}.progress-title>div{flex-direction:column;align-items:flex-start;gap:6px}.stats div:not(:first-child){padding-left:12px}.stats strong{font-size:1.2rem}.feature-grid article{padding:24px}footer{flex-direction:column;gap:8px}}.host-avatar{border:2px solid var(--green);border-radius:50%;flex:none;width:44px;height:44px;overflow:hidden;box-shadow:0 4px 12px #2d614933}.host-avatar img{object-fit:cover;width:100%;height:100%}
