:root{--flow-green:#4f7747;--flow-green-dark:#34572f;--flow-ink:#172019;--flow-muted:#69736a;--flow-line:#dce3da;--flow-soft:#f4f7f2;--flow-white:#fff}
body{background:#f3f5ef;color:var(--flow-ink)}
.topbar{border-bottom-color:#dfe5da;background:rgba(250,251,247,.94)}
.profile-link{display:flex;align-items:center;gap:10px;min-height:44px;padding:8px 14px;border:1px solid var(--flow-line);border-radius:999px;color:var(--flow-ink);font-size:12px;text-decoration:none}
.profile-link span{color:var(--flow-muted)}.profile-link b{font-weight:800}
.flow-page{min-height:calc(100vh - 82px);display:grid;place-items:start center;padding:54px 20px 90px}
.flow-shell{width:min(100%,680px)}
.flow-head{height:38px;display:grid;grid-template-columns:44px 1fr auto;gap:14px;align-items:center;margin-bottom:24px}
.back-button{width:40px;height:40px;border:0;border-radius:50%;background:#fff;color:var(--flow-ink);font-size:20px;cursor:pointer;box-shadow:0 4px 18px rgba(35,52,33,.08)}
.back-button:hover{background:#eaf0e6}.progress-track{height:5px;background:#dfe5dc;border-radius:99px;overflow:hidden}.progress-track span{display:block;width:20%;height:100%;border-radius:inherit;background:var(--flow-green);transition:width .28s ease}.progress-label{font-size:12px;color:var(--flow-muted);font-variant-numeric:tabular-nums}
.question-card{min-height:520px;background:var(--flow-white);border:1px solid #e2e7df;border-radius:28px;padding:48px;box-shadow:0 18px 60px rgba(41,61,37,.08)}
.question-eyebrow{margin:0 0 10px;color:var(--flow-green);font-size:12px;font-weight:850;letter-spacing:.08em}.question-card h1{margin:0;font-size:clamp(29px,5vw,42px);line-height:1.22;letter-spacing:-.045em}.question-copy{margin:15px 0 0;color:var(--flow-muted);font-size:15px;line-height:1.75}.option-list{display:grid;gap:12px;margin-top:38px}.option-button{width:100%;min-height:72px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:16px;padding:18px 20px;border:1px solid var(--flow-line);border-radius:18px;background:#fff;color:var(--flow-ink);text-align:left;cursor:pointer;transition:.16s ease}.option-button:hover,.option-button:focus-visible{border-color:#8baa84;background:var(--flow-soft);transform:translateY(-1px);outline:none}.option-button strong{display:block;font-size:17px}.option-button small{display:block;margin-top:6px;color:var(--flow-muted);font-size:12px;line-height:1.55}.option-arrow{color:#9aa49a;font-size:20px}.option-button.coming{opacity:.58}.option-button.coming .option-arrow{font-size:11px;font-weight:800}.field-stack{display:grid;gap:18px;margin-top:34px}.field{display:grid;gap:8px}.field label,.field-label{font-size:13px;font-weight:800;color:#334135}.field input,.field textarea,.field select{width:100%;border:1px solid var(--flow-line);border-radius:15px;background:#fbfcfa;color:var(--flow-ink);padding:15px 16px;font:inherit;outline:none}.field input:focus,.field textarea:focus,.field select:focus{border-color:#6f9867;box-shadow:0 0 0 4px rgba(79,119,71,.1)}.field textarea{min-height:130px;resize:vertical}.field-hint{margin:0;color:var(--flow-muted);font-size:12px;line-height:1.65}.primary-button,.secondary-button{min-height:54px;border:0;border-radius:16px;padding:14px 20px;font-size:15px;font-weight:850;cursor:pointer}.primary-button{background:var(--flow-green-dark);color:#fff;box-shadow:0 10px 25px rgba(52,87,47,.18)}.primary-button:hover{background:#294927}.primary-button:disabled{opacity:.45;cursor:not-allowed}.secondary-button{background:#edf2ea;color:var(--flow-green-dark)}.button-row{display:grid;grid-template-columns:1fr;gap:10px;margin-top:28px}.schedule-status{margin-top:28px;padding:18px;border-radius:16px;background:var(--flow-soft);color:var(--flow-muted);font-size:13px}.schedule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:24px;max-height:350px;overflow:auto;padding:2px}.schedule-choice{padding:14px;border:1px solid var(--flow-line);border-radius:15px;background:#fff;text-align:left;cursor:pointer}.schedule-choice:hover{border-color:#7e9e78;background:var(--flow-soft)}.schedule-choice strong{display:block;font-size:14px}.schedule-choice span{display:block;margin-top:5px;color:var(--flow-muted);font-size:12px}.video-preview{display:flex;align-items:center;gap:13px;padding:12px;border:1px solid var(--flow-line);border-radius:15px;background:var(--flow-soft)}.video-preview img{width:104px;aspect-ratio:16/9;object-fit:cover;border-radius:9px}.video-preview span{font-size:13px;color:var(--flow-muted)}.summary{display:grid;gap:0;margin-top:30px;border:1px solid var(--flow-line);border-radius:18px;overflow:hidden}.summary-row{display:flex;justify-content:space-between;gap:16px;padding:16px 18px;background:#fff;border-bottom:1px solid var(--flow-line);font-size:14px}.summary-row:last-child{border-bottom:0}.summary-row span{color:var(--flow-muted)}.summary-row strong{text-align:right}.summary-row.total{background:#f1f6ee;font-size:18px}.mileage-box{margin-top:18px;padding:18px;border-radius:18px;background:var(--flow-soft)}.mileage-line{display:flex;justify-content:space-between;gap:14px;font-size:14px}.mileage-tools{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:14px}.mileage-tools input{min-width:0;border:1px solid var(--flow-line);border-radius:13px;padding:13px;background:#fff;font:inherit;text-align:right}.mileage-tools button{border:1px solid #aec0aa;border-radius:13px;background:#fff;color:var(--flow-green-dark);padding:0 14px;font-weight:800;cursor:pointer}.toggle-group{display:grid;grid-template-columns:1fr 1fr;gap:8px}.toggle{min-height:48px;border:1px solid var(--flow-line);border-radius:14px;background:#fff;font-weight:750;cursor:pointer}.toggle.active{border-color:var(--flow-green);background:#eaf2e6;color:var(--flow-green-dark)}.privacy-note{padding:14px;border-radius:14px;background:#f6f3ed;color:#6d685e;font-size:11px;line-height:1.7}.review-card{display:grid;gap:12px;margin-top:28px;padding:20px;border-radius:18px;background:var(--flow-soft)}.review-item{display:grid;grid-template-columns:110px 1fr;gap:14px;font-size:13px;line-height:1.55}.review-item span{color:var(--flow-muted)}.review-item strong{word-break:break-word}.estimate-note{margin-top:24px;padding:20px;border-radius:18px;background:#eef4eb}.estimate-note b{display:block;font-size:18px}.estimate-note p{margin:8px 0 0;color:var(--flow-muted);font-size:13px;line-height:1.7}.complete{text-align:center;padding:50px 0 10px}.complete-mark{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 24px;border-radius:50%;background:#e4f1df;color:var(--flow-green-dark);font-size:34px;font-weight:900}.complete h1{font-size:34px}.complete .reference{display:inline-block;margin-top:18px;padding:8px 13px;border-radius:999px;background:var(--flow-soft);color:var(--flow-muted);font-size:12px}.complete .button-row{max-width:360px;margin:30px auto 0}.error-box{margin-top:18px;color:#a43d3d;font-size:13px;line-height:1.6}.toast{position:fixed;left:50%;bottom:28px;z-index:100;transform:translate(-50%,120px);max-width:calc(100vw - 32px);padding:13px 18px;border-radius:14px;background:#172019;color:#fff;font-size:13px;box-shadow:0 12px 32px rgba(0,0,0,.2);transition:transform .25s}.toast.show{transform:translate(-50%,0)}
.upload-zone{min-height:150px;display:grid;place-items:center;align-content:center;gap:7px;border:1.5px dashed #aab8a6;border-radius:18px;background:#f8faf6;color:var(--flow-green-dark);cursor:pointer;text-align:center}.upload-zone:hover,.upload-zone:focus-within{border-color:var(--flow-green);background:#f1f6ee}.upload-zone input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.upload-zone .upload-icon{font-size:28px;line-height:1}.upload-zone strong{font-size:15px}.upload-zone small{color:var(--flow-muted);font-size:11px}.upload-complete{display:flex;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid #c6d6c1;border-radius:14px;background:#edf5e9;font-size:12px}.upload-complete strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-complete span{flex:none;color:var(--flow-muted)}.deadline-fee{margin:0;padding:13px 14px;border-radius:13px;background:var(--flow-soft);color:var(--flow-muted);font-size:12px;font-weight:750}.deadline-fee.rush{background:#fff1dc;color:#8a5711}.deadline-fee.normal{background:#eaf3e6;color:#3f6538}.deadline-fee.warning{background:#fbeaea;color:#963f3f}
.flow-shell.calendar-mode{width:min(100%,1020px)}
.calendar-mode .question-card{padding:38px}
.booking-service-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:28px;padding:6px;border-radius:16px;background:var(--flow-soft)}
.booking-service-tabs button{min-height:48px;border:0;border-radius:12px;background:transparent;color:var(--flow-muted);font-size:14px;font-weight:850;cursor:pointer}
.booking-service-tabs button[aria-selected="true"]{background:#fff;color:var(--flow-green-dark);box-shadow:0 5px 17px rgba(61,82,53,.1)}
.booking-service-tabs button:focus-visible{outline:3px solid #dcebd6;outline-offset:2px}
.booking-service-note{margin:12px 2px 0;color:var(--flow-muted);font-size:13px;line-height:1.65}
.booking-error{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding:12px 14px;border-radius:13px;background:#f9ecef;color:#914052;font-size:12px;line-height:1.6}
.booking-error button{flex:none;border:1px solid #e2b9c2;border-radius:10px;background:#fff;color:inherit;padding:7px 10px;font-weight:800;cursor:pointer}
.booking-calendar-card{margin-top:18px;border:1px solid var(--flow-line);border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 12px 34px rgba(61,82,53,.07)}
.booking-month-nav{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:8px;padding:14px 16px;border-bottom:1px solid var(--flow-line)}
.booking-month-nav strong{text-align:center;font-size:20px;font-weight:900;letter-spacing:-.035em}
.booking-month-nav button{width:42px;height:42px;border:1px solid var(--flow-line);border-radius:12px;background:#fff;color:var(--flow-ink);font-size:22px;line-height:1;cursor:pointer}
.booking-month-nav button:hover:not(:disabled){background:var(--flow-soft)}
.booking-month-nav button:disabled{opacity:.3;cursor:not-allowed}
.booking-calendar-wrap{position:relative}
.booking-calendar-loading{position:absolute;inset:0;z-index:3;display:grid;place-items:center;background:rgba(255,255,255,.87);color:var(--flow-green-dark);font-size:14px;font-weight:850;backdrop-filter:blur(3px)}
.booking-calendar-scroll{overflow-x:auto;scrollbar-color:#c3d1bd transparent;scrollbar-width:thin}
.booking-calendar{min-width:760px}
.booking-weekdays,.booking-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}
.booking-weekdays span{padding:11px 7px;border-bottom:1px solid var(--flow-line);color:var(--flow-muted);font-size:12px;font-weight:850;text-align:center}
.booking-weekdays span:first-child{color:#b05265}.booking-weekdays span:last-child{color:#526eae}
.booking-day{min-height:136px;padding:9px 8px 10px;border-right:1px solid var(--flow-line);border-bottom:1px solid var(--flow-line);background:#fff}
.booking-day:nth-child(7n){border-right:0}.booking-day:nth-last-child(-n+7){border-bottom:0}
.booking-day.is-other{background:#fafcf9}.booking-day.is-past{background:#f6f8f5}.booking-day.is-today{background:#f6fae9}
.booking-date-line{display:flex;align-items:center;justify-content:space-between;gap:5px;margin-bottom:7px}
.booking-date-number{display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;border-radius:9px;font-size:13px;font-weight:900}
.booking-day.is-other .booking-date-number{color:#a3ada0}.booking-day.is-today .booking-date-number{background:var(--flow-green);color:#fff}
.booking-today-label{color:var(--flow-green);font-size:9px;font-weight:900}
.booking-slots{display:grid;gap:4px}
.booking-slot{display:flex;align-items:center;justify-content:center;width:100%;min-height:27px;padding:5px 6px;border:1px solid transparent;border-radius:8px;font:inherit;font-size:10px;font-weight:850;line-height:1.2}
.booking-slot.is-free{border-color:#bde5d3;background:#e8f7f0;color:#147a57;cursor:pointer}
.booking-slot.is-free:hover{border-color:#147a57}.booking-slot.is-free:focus-visible{outline:3px solid rgba(120,159,99,.24);outline-offset:1px}
.booking-slot.is-selected{border-color:var(--flow-green);box-shadow:0 0 0 2px #eaf4e5}
.booking-slot.is-busy{border-color:#efccd4;background:#f9ecef;color:#9a4557}.booking-slot.is-unknown,.booking-slot.is-past{border-color:#dfe6dc;background:#eff3ed;color:#6e786a}
.booking-slot:disabled{opacity:1;cursor:default}
.booking-legend{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px 18px;padding:14px 16px;border-top:1px solid var(--flow-line);color:var(--flow-muted);font-size:11px;font-weight:800}
.booking-legend span{display:inline-flex;align-items:center;gap:6px}.booking-legend i{width:9px;height:9px;border-radius:50%}.booking-legend .free{background:#147a57}.booking-legend .busy{background:#9a4557}.booking-legend .unknown{background:#6e786a}
.booking-help{margin:15px 0 0;color:var(--flow-muted);font-size:12px;text-align:center}
.booking-selection{display:grid;grid-template-columns:1fr auto;align-items:center;gap:18px;margin-top:18px;padding:17px 18px;border:1px solid #bfd4b9;border-radius:16px;background:#f1f7ee}
.booking-selection div{display:grid;gap:5px}.booking-selection span{color:var(--flow-muted);font-size:11px;font-weight:800}.booking-selection strong{font-size:14px;line-height:1.5}.booking-selection .primary-button{min-height:46px;padding:11px 16px}
.booking-confirm-note{margin-top:14px;text-align:center}
@media(max-width:700px){.topbar{padding:12px 16px}.brand small{display:none}.profile-link span{display:none}.flow-page{padding:24px 14px 60px}.question-card{min-height:520px;padding:32px 22px;border-radius:22px}.calendar-mode .question-card{padding:28px 14px}.calendar-mode .question-card>h1,.calendar-mode .question-card>.question-copy,.calendar-mode .question-card>.question-eyebrow{margin-left:8px;margin-right:8px}.schedule-grid{grid-template-columns:1fr}.review-item{grid-template-columns:88px 1fr}.flow-head{margin-bottom:14px}.upload-complete{align-items:flex-start;flex-direction:column}.upload-complete span{flex:auto}.booking-selection{grid-template-columns:1fr}.booking-selection .primary-button{width:100%}.booking-service-tabs{margin-left:0;margin-right:0}.booking-error{align-items:flex-start;flex-direction:column}}
