:root{--bg:#fafaf8;--surface:#ffffff;--ink:#202326;--muted:#657074;--border:#d8dddd;--brand:#275d68;--brand2:#0d7c80;--brand-strong:#1f4c55;--brand-soft:#e9f1f1;--success:#2d7a6a;--shadow:0 16px 45px rgba(32,35,38,0.08)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell,.phone{min-height:100vh;background:var(--bg)}.phone{width:min(100%,430px);margin:0 auto;position:relative;padding-bottom:92px}.page{padding:20px 18px 28px}.page.with-header{padding-top:10px}.brand-lockup{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.brand-logo{width:132px;height:auto;display:block}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.hello{font-size:20px;font-weight:650;letter-spacing:-.02em}.subtle{color:var(--muted);font-size:13px}.icon-btn{width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:#fff;display:grid;place-items:center}.card{background:var(--surface);border:1px solid rgba(216,221,221,.9);border-radius:22px;box-shadow:var(--shadow)}.card.pad{padding:18px}.card+.card{margin-top:14px}.hero-card{padding:18px;background:linear-gradient(180deg,#fff,#fbfdfd)}.section-title{font-size:16px;font-weight:700;margin:0 0 12px}.eyebrow{font-size:12px;color:var(--brand);font-weight:700;letter-spacing:.02em}.title-lg{font-size:26px;line-height:1.1;font-weight:700;letter-spacing:-.03em;margin:4px 0 6px}.status-row{display:flex;align-items:flex-start;justify-content:space-between;gap:7px;margin:18px 0 8px}.status-step{flex:1 1;text-align:center;position:relative;color:#9da6a8;font-size:10px}.status-step:not(:last-child):after{content:"";position:absolute;top:11px;left:58%;right:-42%;height:1px;background:#d9dede}.status-dot{width:24px;height:24px;border-radius:50%;margin:0 auto 6px;border:1px solid #d9dede;background:#f4f6f6;display:grid;place-items:center;position:relative;z-index:2}.status-step.active,.status-step.done{color:var(--ink)}.status-step.active .status-dot,.status-step.done .status-dot{background:var(--brand);border-color:var(--brand);color:white}.status-step.done:not(:last-child):after{background:var(--brand)}.delivery-box{border-top:1px solid #edf0f0;margin-top:14px;padding-top:16px;text-align:center}.delivery-date{font-size:20px;font-weight:750;margin:4px 0}.delivery-time{font-size:16px;font-weight:600}.btn{width:100%;min-height:48px;border-radius:14px;border:0;padding:0 18px;font-weight:700;transition:.2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background:var(--brand);color:#fff;box-shadow:0 10px 24px rgba(39,93,104,.2)}.btn-primary:hover{background:var(--brand-strong)}.btn-secondary{background:#fff;color:var(--brand);border:1px solid rgba(39,93,104,.35)}.btn-ghost{background:transparent;color:var(--brand);width:auto;min-height:36px;padding:0}.quick-card{display:flex;align-items:center;justify-content:space-between;gap:14px}.quick-art{width:60px;height:60px;border-radius:18px;background:var(--brand-soft);display:grid;place-items:center;color:var(--brand);flex:0 0 auto}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,430px);height:76px;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(4,1fr);z-index:50;padding:7px 12px 8px}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#7a8588;font-size:10px;position:relative}.nav-item.active{color:var(--brand);font-weight:700}.nav-item.center{margin-top:-28px}.nav-plus{width:54px;height:54px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;box-shadow:0 12px 30px rgba(39,93,104,.32);border:5px solid var(--bg)}.header{height:54px;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;margin-bottom:8px}.header-title{text-align:center;font-size:15px;font-weight:750}.timeline{padding:8px 2px}.timeline-item{display:grid;grid-template-columns:34px 1fr;min-height:62px;position:relative}.timeline-item:not(:last-child):before{content:"";position:absolute;left:11px;top:22px;bottom:-5px;width:1px;background:#d7dddd}.timeline-item.done:not(:last-child):before{background:var(--brand)}.timeline-dot{width:22px;height:22px;border-radius:50%;border:1px solid #ccd4d5;background:#fff;display:grid;place-items:center;color:#fff;position:relative;z-index:2}.timeline-item.active .timeline-dot,.timeline-item.done .timeline-dot{background:var(--brand);border-color:var(--brand)}.timeline-label{font-size:14px;font-weight:650;margin:1px 0 2px}.timeline-meta{color:var(--muted);font-size:11px}.timeline-item.pending .timeline-label{color:#a1aaac;font-weight:500}.chip{display:inline-flex;gap:6px;padding:7px 10px;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-size:11px;font-weight:700}.chip,.row{align-items:center}.row{display:flex;justify-content:space-between;gap:12px}.divider{height:1px;background:#edf0f0;margin:14px 0}.kv{display:grid;grid-gap:11px;gap:11px}.kv-row{display:flex;justify-content:space-between;gap:16px;font-size:13px}.kv-row span:first-child{color:var(--muted)}.kv-row strong{font-weight:700;text-align:right}.photos{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.photo{aspect-ratio:1.15/1;border-radius:14px;background:linear-gradient(145deg,#eef3f3,#d6e0e1);overflow:hidden;position:relative}.photo:after{content:"TZACH";position:absolute;inset:auto 8px 8px;font-size:10px;font-weight:800;letter-spacing:.08em;color:var(--brand)}.form-group{margin:0 0 16px}.label{display:block;font-size:12px;font-weight:700;margin-bottom:8px}.input,.select,.textarea{width:100%;border:1px solid var(--border);border-radius:14px;background:#fff;padding:13px 14px;outline:none;color:var(--ink)}.input:focus,.select:focus,.textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(39,93,104,.1)}.option-card{border:1px solid var(--border);border-radius:16px;padding:14px;display:flex;gap:11px;align-items:flex-start;background:#fff}.option-card.selected{border-color:var(--brand);box-shadow:0 0 0 2px rgba(39,93,104,.08)}.radio{width:19px;height:19px;border-radius:50%;border:1px solid #a9b4b6;display:grid;place-items:center;margin-top:1px}.option-card.selected .radio:after{content:"";width:9px;height:9px;border-radius:50%;background:var(--brand)}.option-title{font-size:13px;font-weight:700}.option-sub{font-size:11px;color:var(--muted);margin-top:2px}.calendar{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:5px;gap:5px;margin-top:10px}.calendar .day{aspect-ratio:1;display:grid;place-items:center;border-radius:50%;font-size:12px;color:#7a8588}.calendar .day.active{background:var(--brand);color:#fff;font-weight:700}.calendar .day.head{aspect-ratio:auto;font-size:9px;color:#9ba4a6;font-weight:700}.time-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:9px;gap:9px}.time-slot{padding:12px;border:1px solid var(--border);border-radius:13px;text-align:center;font-size:12px;background:#fff}.time-slot.active{border-color:var(--brand);background:var(--brand-soft);color:var(--brand);font-weight:700}.confirm{min-height:calc(100vh - 40px);background:linear-gradient(180deg,#0d4d59,#123f48);color:#fff;border-radius:0;padding:70px 24px 40px;text-align:center}.confirm-icon{width:82px;height:82px;border-radius:50%;margin:0 auto 28px;border:2px solid rgba(255,255,255,.2);display:grid;place-items:center;background:rgba(255,255,255,.04)}.confirm h1{font-size:28px;line-height:1.15;margin:0 0 16px}.confirm p{color:rgba(255,255,255,.78);font-size:14px;line-height:1.6}.confirm .btn-primary{background:#0c737d}.order-list{display:grid;grid-gap:10px;gap:10px}.order-item{padding:15px;border:1px solid var(--border);border-radius:16px;background:#fff}.tabs{display:flex;gap:8px;margin-bottom:14px;overflow:auto}.tab{border:0;background:#eef2f2;color:#6b7678;padding:8px 12px;border-radius:999px;font-size:11px;white-space:nowrap}.tab.active{background:var(--brand);color:#fff}.profile-head{display:flex;gap:14px;align-items:center}.avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(145deg,#dce7e8,#9fb8bc);display:grid;place-items:center;color:var(--brand);font-weight:800}.menu-list{display:grid;grid-gap:2px;gap:2px}.menu-row{display:flex;align-items:center;gap:12px;padding:14px 2px;border-bottom:1px solid #edf0f0}.menu-row:last-child{border-bottom:0}.menu-row .grow{flex:1 1}.route-card{background:linear-gradient(180deg,#f7fbfb,#edf5f5);border-radius:18px;min-height:175px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.route-line{width:78%;height:4px;border-radius:99px;background:var(--brand);transform:rotate(-12deg);opacity:.25;position:absolute}.van{width:128px;height:64px;border-radius:14px 14px 10px 10px;background:#fff;border:1px solid #cad7d8;position:relative;box-shadow:0 8px 24px rgba(0,0,0,.08);display:grid;place-items:center;color:var(--brand);font-weight:800;letter-spacing:.08em}.van:after,.van:before{content:"";position:absolute;bottom:-10px;width:20px;height:20px;border-radius:50%;background:#2e3436}.van:before{left:18px}.van:after{right:18px}.eyeBtn{border:0;background:transparent;padding:0;display:grid;place-items:center;cursor:pointer}.authError{color:#a13d3d;font-size:13px;margin:0 0 12px}.authShell{min-height:100vh;display:grid;place-items:center;padding:24px}.phoneStage{width:min(100%,430px);min-height:900px;background:var(--bg);border-radius:38px;box-shadow:0 24px 70px rgba(32,35,38,.16)}.heroArea,.phoneStage{overflow:hidden;position:relative}.heroArea{min-height:520px;padding:0;background:transparent}.brand__logo{display:block;width:100%;height:auto}.brand{width:280px;max-width:78%}.brand--compact{width:240px}.slogan{font-size:24px;line-height:1.22;color:var(--brand);margin:14px 0 0;font-weight:500;text-shadow:0 1px 0 rgba(255,255,255,.55)}.heroPhoto{position:absolute;inset:0;background:url(/images/towels-login.jpg) center 28%/cover no-repeat;z-index:0}.heroPhoto:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.12),transparent 22%,transparent 58%,rgba(255,255,255,.22));pointer-events:none}.heroArea .brand,.heroArea .slogan{position:relative;z-index:2}.heroArea .brand{display:block;width:min(360px,88%);max-width:88%;margin:0 auto;padding:28px 20px 0;filter:drop-shadow(0 2px 8px rgba(255,255,255,.55))}.heroArea .slogan{padding:0 30px;position:relative;z-index:2;margin-top:18px}.photoOverlay{position:absolute;right:35px;bottom:78px;border-left:2px solid var(--brand);padding-left:14px;color:#243336;font-size:14px;line-height:1.15;background:rgba(250,250,248,.35);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1}.authCard{background:#fff;padding:26px 28px 24px}.authCard--floating{position:relative;margin-top:-58px;border-radius:30px 30px 0 0;z-index:3;min-height:470px}.authCard h1,.signupContent h1{margin:0 0 8px;font-size:29px;line-height:1.05;letter-spacing:-.03em}.authCard>p,.lead{margin:0;color:var(--muted);font-size:15px;line-height:1.5}.authForm{margin-top:20px}.field{height:58px;border:1.5px solid #cfd7d8;border-radius:14px;display:flex;align-items:center;gap:12px;padding:0 15px;margin-bottom:12px;color:#4c5b5e}.field input{border:0;outline:0;flex:1 1;min-width:0;background:transparent;font-size:16px;color:var(--ink)}.field input::placeholder{color:#98a3a5}.eye{color:#506064}.formMeta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:4px 0 16px;font-size:13px}.formMeta a,.signupHint a{color:var(--brand2);font-weight:700}.remember{display:flex;align-items:center;gap:8px}.remember input{width:20px;height:20px;accent-color:var(--brand2)}.googleBtn,.primaryBtn{width:100%;min-height:58px;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:12px;font-weight:700;border:0}.primaryBtn{background:linear-gradient(90deg,var(--brand),#0d8485);color:#fff;position:relative}.primaryBtn .arrow{position:absolute;right:24px;font-size:28px;font-weight:300}.or{display:flex;align-items:center;gap:14px;color:#899496;font-size:14px;margin:18px 0}.or:after,.or:before{content:"";height:1px;background:#dfe4e4;flex:1 1}.googleBtn{background:#fff;border:1.5px solid #d6dddd;color:#1f2f32}.googleBtnHost{width:100%;min-height:58px;position:relative}.googleGisSlot{width:100%;display:flex;justify-content:center;align-items:center;min-height:58px}.googleGisSlot>div{width:100%!important}.signupHint{text-align:center;color:#748084;font-size:13px;margin:18px 0 0}.waveText{margin:20px -28px -24px;padding:22px 28px 18px;text-align:center;font-size:11px;line-height:1.35;color:#788588;background:linear-gradient(180deg,#f6fbfb,#e8f1f2)}.signupStage{padding:28px 30px 36px;min-height:900px}.signupTop{display:flex;justify-content:space-between;align-items:center}.iconLink{width:42px;height:42px;display:grid;place-items:center;border-radius:12px}.skip{color:var(--brand2);font-weight:700;font-size:15px}.signupBrand{display:flex;justify-content:center;margin:8px 0 26px}.signupContent h1{font-size:31px}.lead{font-size:16px;max-width:340px}.benefits{display:grid;grid-gap:22px;gap:22px;margin:30px 0}.benefit{display:grid;grid-template-columns:62px 1fr;grid-gap:14px;gap:14px;align-items:center}.benefitIcon{width:58px;height:58px;border-radius:50%;background:#edf4f4;display:grid;place-items:center;color:var(--brand)}.benefit strong{font-size:16px}.benefit p{margin:4px 0 0;color:var(--muted);font-size:14px;line-height:1.4}.signupPrimary{margin-top:8px}@media(max-width:500px){.authShell{padding:0;background:var(--bg)}.phoneStage{width:100%;min-height:100vh;border-radius:0;box-shadow:none}}@media(min-width:760px){body{background:#edf1f1}.phone{min-height:900px;margin:28px auto;border-radius:34px;overflow:hidden;box-shadow:0 30px 80px rgba(24,46,50,.16)}.bottom-nav{bottom:28px;border-radius:0 0 34px 34px}}