:root{
  --ink:#303030;--ink-2:#454545;--ink-3:#5d5d5d;--muted:#777;--soft-text:#929292;
  --paper:#fff;--canvas:#f6f5f3;--warm:#f0eeea;--line:#e7e4df;--line-dark:#d8d4ce;
  --graphite:#3f3f3f;--graphite-2:#585858;--graphite-3:#727272;
  --shadow:0 18px 50px rgba(48,48,48,.08);--shadow-sm:0 8px 28px rgba(48,48,48,.07);
  --radius:26px;--radius-sm:18px;--container:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Pretendard,-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR","Segoe UI",sans-serif;line-height:1.55;word-break:keep-all}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.site-main{min-height:70vh}.container{width:min(var(--container),calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(231,228,223,.8)}.header-inner{height:78px;width:min(var(--container),calc(100% - 40px));margin:auto;display:flex;align-items:center;gap:34px}.site-brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:850;letter-spacing:-.04em;white-space:nowrap}.brand-logo{width:38px;height:38px;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:8px;flex:1}.nav-link{position:relative;padding:11px 13px;border-radius:12px;font-size:15px;font-weight:700;color:#535353}.nav-link:hover,.nav-link.active{background:#f3f2f0;color:#202020}.chev{font-size:12px;color:#999}.nav-dropdown{position:relative}.dropdown-panel{display:none;position:absolute;top:48px;left:-30px;width:640px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.nav-dropdown:hover .dropdown-panel,.nav-dropdown:focus-within .dropdown-panel{display:block}.dropdown-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.dropdown-grid a{display:flex;gap:12px;padding:12px;border-radius:14px}.dropdown-grid a:hover{background:#f7f6f4}.dropdown-grid a>span{font-size:24px}.dropdown-grid strong{display:block;font-size:14px}.dropdown-grid small{display:block;margin-top:3px;color:#888;font-size:12px}.dropdown-all{display:block;margin-top:9px;padding:12px 14px;background:#3f3f3f;color:#fff;border-radius:13px;text-align:center;font-weight:800;font-size:13px}.header-actions{display:flex;align-items:center;gap:8px}.header-text-link{font-size:14px;font-weight:750;padding:9px 8px;color:#555}.login-button,.btn-primary{background:linear-gradient(135deg,#343434,#5b5b5b);color:#fff;border:0}.login-button{padding:11px 17px;border-radius:14px;font-weight:800}.icon-button{position:relative;width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#f5f4f2;font-size:18px}.icon-button b{position:absolute;right:-3px;top:-4px;min-width:19px;height:19px;padding:0 5px;border-radius:10px;background:#222;color:#fff;font-size:10px;line-height:19px;text-align:center}.profile-menu{position:relative}.profile-trigger{border:0;background:transparent;display:flex;align-items:center;gap:5px;padding:0}.profile-trigger span{display:grid;place-items:center;width:38px;height:38px;background:linear-gradient(135deg,#555,#888);color:#fff;border-radius:50%;font-weight:800}.profile-trigger i{font-style:normal;color:#8e8e8e}.profile-panel{display:none;position:absolute;right:0;top:48px;width:190px;padding:8px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}.profile-panel.open{display:block}.profile-summary{padding:10px 10px 12px;border-bottom:1px solid var(--line);margin-bottom:5px}.profile-summary strong,.profile-summary small{display:block}.profile-summary small{color:#999;margin-top:2px}.profile-panel a{display:block;padding:10px;border-radius:10px;font-size:13px;font-weight:650}.profile-panel a:hover{background:#f5f4f2}.mobile-menu-button{display:none;border:0;background:#f4f3f1;width:42px;height:42px;border-radius:13px;font-size:20px}.mobile-menu{display:none;padding:10px 20px 18px;background:#fff;border-bottom:1px solid var(--line)}.mobile-menu.open{display:block}.mobile-menu a{display:block;padding:11px 4px;font-weight:750}.mobile-menu .mobile-sub{padding-left:15px;color:#666;font-size:14px;font-weight:600}.flash-wrap{position:fixed;left:50%;top:90px;transform:translateX(-50%);z-index:80;width:min(600px,calc(100% - 30px))}.flash{padding:14px 18px;border-radius:14px;background:#323232;color:#fff;box-shadow:var(--shadow);font-size:14px;font-weight:700}.flash.error{background:#702f2f}.flash.success{background:#365944}
.hero{padding:70px 0 54px;background:linear-gradient(180deg,#fbfaf8 0%,#fff 100%);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:58px}.hero-copy .eyebrow,.eyebrow{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;background:#eeece8;color:#4c4c4c;font-size:12px;font-weight:850;letter-spacing:.02em}.hero h1{font-size:54px;line-height:1.13;letter-spacing:-.055em;margin:18px 0 20px}.hero h1 em{font-style:normal;color:#6d6d6d}.hero-copy>p{max-width:610px;color:#6e6e6e;font-size:18px;line-height:1.8}.hero-actions{display:flex;gap:10px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:48px;padding:0 20px;border-radius:15px;border:1px solid var(--line-dark);background:#fff;font-weight:800;font-size:14px}.btn:hover{transform:translateY(-1px)}.btn-primary{border-color:#3f3f3f}.btn-soft{background:#f3f2ef}.btn-dark{background:#333;color:#fff;border-color:#333}.btn-block{width:100%}.btn-small{min-height:38px;padding:0 13px;border-radius:11px;font-size:13px}.hero-note{display:flex;gap:18px;margin-top:26px;color:#777;font-size:13px}.hero-note span{display:flex;align-items:center;gap:5px}.hero-visual{position:relative}.hero-placeholder{height:460px;border-radius:38px;background:linear-gradient(145deg,#3e3e3e 0%,#676767 52%,#8b8b8b 100%);box-shadow:0 30px 70px rgba(50,50,50,.18);padding:28px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;overflow:hidden}.hero-placeholder:before,.hero-placeholder:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.1)}.hero-placeholder:before{width:260px;height:260px;right:-70px;top:-80px}.hero-placeholder:after{width:180px;height:180px;left:-70px;bottom:-60px}.hero-visual-top{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center}.hero-visual-top img{width:56px;height:56px;filter:brightness(2.5)}.hero-visual-top span{padding:7px 10px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);border-radius:999px;font-size:12px;font-weight:800}.hero-emoji{position:relative;z-index:1;font-size:112px;text-align:center;filter:drop-shadow(0 16px 25px rgba(0,0,0,.15))}.hero-mini-card{position:relative;z-index:1;background:rgba(255,255,255,.94);color:#333;border-radius:20px;padding:18px;box-shadow:0 15px 35px rgba(0,0,0,.12)}.hero-mini-card strong{display:block;font-size:16px}.hero-mini-card p{margin:4px 0 0;color:#777;font-size:13px}.floating-chip{position:absolute;z-index:2;background:#fff;border:1px solid rgba(231,228,223,.8);box-shadow:var(--shadow-sm);padding:11px 14px;border-radius:15px;font-size:13px;font-weight:800}.floating-chip.one{left:-28px;top:70px}.floating-chip.two{right:-24px;bottom:90px}
.section{padding:82px 0}.section.soft{background:var(--canvas)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.section-head h2{font-size:34px;letter-spacing:-.045em;margin:9px 0 0}.section-head p{max-width:600px;margin:8px 0 0;color:#777}.text-link{font-weight:800;color:#5f5f5f;font-size:14px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card{position:relative;min-height:225px;padding:22px;border-radius:24px;color:#fff;overflow:hidden;box-shadow:var(--shadow-sm);transition:.2s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(50,50,50,.14)}.service-card:after{content:"";position:absolute;width:140px;height:140px;border-radius:50%;right:-45px;bottom:-50px;background:rgba(255,255,255,.13)}.service-card .emoji{font-size:40px;display:block;margin-bottom:28px}.service-card h3{font-size:20px;margin:0 0 7px;letter-spacing:-.03em}.service-card p{margin:0;color:rgba(255,255,255,.78);font-size:13px;line-height:1.65}.service-card .more{position:absolute;left:22px;bottom:18px;font-size:12px;font-weight:850}.tone-1{background:linear-gradient(145deg,#3a3a3a,#626262)}.tone-2{background:linear-gradient(145deg,#4a4947,#7c7974)}.tone-3{background:linear-gradient(145deg,#383a3c,#6b6f72)}.tone-4{background:linear-gradient(145deg,#554f4c,#8b817b)}.tone-5{background:linear-gradient(145deg,#45423e,#777169)}.tone-6{background:linear-gradient(145deg,#414141,#787878)}.tone-7{background:linear-gradient(145deg,#4b4d4e,#818486)}.tone-8{background:linear-gradient(145deg,#333,#696969)}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;counter-reset:step}.step-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;min-height:190px}.step-card:before{counter-increment:step;content:"0" counter(step);display:inline-flex;padding:5px 8px;border-radius:8px;background:#3f3f3f;color:#fff;font-size:11px;font-weight:900}.step-card .emoji{display:block;font-size:32px;margin:20px 0 10px}.step-card h3{margin:0 0 6px;font-size:18px}.step-card p{margin:0;color:#777;font-size:13px}.payment-note{margin-top:22px;padding:18px 20px;border-radius:18px;background:#eceae6;border:1px solid #dfdcd6;font-size:14px;font-weight:750;color:#4e4e4e}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.review-card{border:1px solid var(--line);border-radius:22px;padding:22px;background:#fff}.stars{letter-spacing:1px;font-size:14px}.review-card p{color:#555;line-height:1.75;min-height:72px}.review-meta{display:flex;justify-content:space-between;color:#929292;font-size:12px}.cta-box{display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;padding:36px;border-radius:28px;background:linear-gradient(135deg,#353535,#626262);color:#fff}.cta-box h2{margin:0 0 8px;font-size:30px}.cta-box p{margin:0;color:rgba(255,255,255,.74)}.cta-box .btn{background:#fff;color:#333;border-color:#fff}.faq-list{display:grid;gap:10px}.faq-item{border:1px solid var(--line);border-radius:17px;background:#fff;overflow:hidden}.faq-item summary{list-style:none;padding:18px 20px;font-weight:800;cursor:pointer}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"＋";float:right;color:#888}.faq-item[open] summary:after{content:"－"}.faq-answer{padding:0 20px 20px;color:#666;line-height:1.75;font-size:14px}
.page-hero{padding:56px 0 38px;background:linear-gradient(180deg,#f7f6f4,#fff)}.page-hero h1{font-size:42px;letter-spacing:-.05em;margin:14px 0 9px}.page-hero p{margin:0;color:#727272;font-size:16px}.breadcrumb{font-size:12px;color:#969696;margin-bottom:16px}.content-wrap{padding:44px 0 80px}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:30px}.sticky-side{position:sticky;top:100px;align-self:start}.card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:23px;box-shadow:0 5px 20px rgba(50,50,50,.035)}.card+.card{margin-top:14px}.card h2,.card h3{letter-spacing:-.03em}.card h2{font-size:24px;margin:0 0 16px}.card h3{font-size:18px;margin:0 0 12px}.muted{color:#818181}.service-detail-hero{display:grid;grid-template-columns:1fr 280px;gap:24px;align-items:center;padding:30px;border-radius:28px;background:linear-gradient(145deg,#3b3b3b,#727272);color:#fff}.service-detail-hero .big-emoji{font-size:110px;text-align:center}.service-detail-hero h1{font-size:36px;margin:11px 0}.service-detail-hero p{color:rgba(255,255,255,.78);font-size:16px;line-height:1.8}.pill-row{display:flex;flex-wrap:wrap;gap:8px}.soft-pill{padding:7px 10px;border-radius:999px;background:#f0eeea;color:#5d5d5d;font-size:12px;font-weight:800}.check-list{display:grid;gap:9px;margin:0;padding:0;list-style:none}.check-list li{position:relative;padding-left:28px}.check-list li:before{content:"✓";position:absolute;left:0;top:0;width:20px;height:20px;display:grid;place-items:center;border-radius:7px;background:#ece9e4;font-size:11px;font-weight:900}.notice-box{padding:17px 18px;background:#f3f1ed;border:1px solid #e2ded7;border-radius:16px;color:#5d5d5d;font-size:13px;line-height:1.75}.warning-box{background:#f5eeee;border-color:#e6d6d6;color:#684d4d}
.auth-section{min-height:calc(100vh - 78px);display:grid;place-items:center;padding:50px 20px;background:linear-gradient(180deg,#f5f4f1,#fff)}.auth-box{width:min(460px,100%);background:#fff;border:1px solid var(--line);border-radius:28px;padding:32px;box-shadow:var(--shadow)}.auth-brand{text-align:center;margin-bottom:26px}.auth-brand img{width:64px;height:64px}.auth-brand h1{margin:10px 0 5px;font-size:27px}.auth-brand p{margin:0;color:#858585}.form{display:grid;gap:16px}.field{display:grid;gap:7px}.field label{font-size:13px;font-weight:800;color:#555}.field small{color:#969696;line-height:1.5}.input,.field input,.field select,.field textarea{width:100%;border:1px solid var(--line-dark);background:#fff;border-radius:14px;padding:13px 14px;outline:none;color:#333}.field textarea{min-height:120px;resize:vertical}.input:focus,.field input:focus,.field select:focus,.field textarea:focus{border-color:#777;box-shadow:0 0 0 3px rgba(80,80,80,.08)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-message{padding:13px 15px;border-radius:13px;background:#f4eded;color:#744747;font-size:13px}.form-message.info{background:#f1efeb;color:#585858}.terms-box{display:grid;gap:8px}.term-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 12px;background:#f8f7f5;border-radius:12px}.term-row label{display:flex;gap:8px;align-items:flex-start;font-size:13px}.term-row a{font-size:12px;color:#777;text-decoration:underline}.login-help{margin-top:18px;padding-top:18px;border-top:1px solid var(--line);color:#858585;font-size:12px;line-height:1.7;text-align:center}
.login-required{max-width:620px;margin:54px auto 90px;text-align:center;padding:38px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(180deg,#fff,#f8f7f5);box-shadow:var(--shadow-sm)}.login-required .emoji{font-size:52px}.login-required h2{font-size:27px;margin:13px 0 9px}.login-required p{color:#777;line-height:1.75;margin:0 0 22px}
.wizard-wrap{padding:38px 0 90px}.wizard-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin:0 0 26px}.progress-item{position:relative;padding:13px 8px;background:#f1efeb;border-radius:13px;text-align:center;color:#898989;font-size:12px;font-weight:800}.progress-item.active{background:#3e3e3e;color:#fff}.progress-item.done{background:#dedbd5;color:#454545}.wizard-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:var(--shadow-sm)}.wizard-head{margin-bottom:24px}.wizard-head span{font-size:12px;font-weight:900;color:#8d8d8d}.wizard-head h1{margin:7px 0 5px;font-size:31px;letter-spacing:-.04em}.wizard-head p{margin:0;color:#7b7b7b}.wizard-step{display:none}.wizard-step.active{display:block}.select-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.select-card{position:relative;min-height:155px;border:0;border-radius:20px;padding:18px;text-align:left;color:#fff;overflow:hidden;transition:.18s}.select-card:hover{transform:translateY(-3px)}.select-card.selected{outline:4px solid rgba(55,55,55,.16);outline-offset:3px}.select-card .emoji{font-size:34px;display:block;margin-bottom:19px}.select-card strong{font-size:16px;display:block}.select-card small{display:block;margin-top:5px;color:rgba(255,255,255,.76)}.service-types{display:none;margin-top:20px;padding:18px;background:#f7f6f4;border-radius:18px}.service-types.visible{display:block}.type-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.type-option{border:1px solid var(--line-dark);background:#fff;border-radius:12px;padding:10px 12px;font-size:13px;font-weight:750}.type-option.selected{background:#3f3f3f;color:#fff;border-color:#3f3f3f}.address-box{display:grid;grid-template-columns:1fr 1fr;gap:16px}.address-card{border:1px solid var(--line);border-radius:20px;padding:20px;background:#faf9f7}.address-card h3{margin:0 0 13px}.address-search-row{display:flex;gap:8px}.address-search-row input{flex:1}.address-result{min-height:46px;margin-top:10px;padding:12px;border-radius:12px;background:#efede8;color:#5c5c5c;font-size:13px}.address-result:empty{display:none}.wizard-actions{display:flex;justify-content:space-between;gap:10px;margin-top:26px}.wizard-actions .right{display:flex;gap:8px}.dynamic-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.dynamic-fields .full{grid-column:1/-1}.choice-row{display:flex;flex-wrap:wrap;gap:8px}.choice{position:relative}.choice input{position:absolute;opacity:0}.choice span{display:inline-flex;align-items:center;padding:9px 11px;border:1px solid var(--line-dark);border-radius:11px;background:#fff;font-size:13px}.choice input:checked+span{background:#414141;color:#fff;border-color:#414141}.summary-list{display:grid;gap:0;border:1px solid var(--line);border-radius:18px;overflow:hidden}.summary-row{display:grid;grid-template-columns:140px 1fr;gap:14px;padding:14px 16px;border-bottom:1px solid var(--line)}.summary-row:last-child{border-bottom:0}.summary-row b{font-size:13px}.summary-row span{color:#666;font-size:13px}.direct-payment{margin-top:18px;padding:16px 18px;border-radius:15px;background:#3f3f3f;color:#fff;font-size:13px;font-weight:750}
.list-toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px}.list-toolbar h1{font-size:32px;margin:0}.list-toolbar p{margin:5px 0 0;color:#818181}.item-list{display:grid;gap:13px}.request-card,.reservation-card{display:grid;grid-template-columns:1fr auto;gap:20px;padding:22px;border:1px solid var(--line);border-radius:21px;background:#fff;transition:.15s}.request-card:hover,.reservation-card:hover{border-color:#cfcac3;box-shadow:var(--shadow-sm)}.item-eyebrow{display:flex;align-items:center;gap:8px;color:#8b8b8b;font-size:12px;font-weight:800}.item-title{font-size:19px;font-weight:850;margin:8px 0}.route-line{display:flex;align-items:center;gap:8px;color:#555;font-size:14px}.route-line .arrow{color:#aaa}.item-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px;color:#8a8a8a;font-size:12px}.item-side{text-align:right;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;gap:12px}.status-badge{display:inline-flex;padding:6px 9px;border-radius:999px;background:#ebe9e5;color:#555;font-size:11px;font-weight:900}.status-badge.completed{background:#e7eee9;color:#41634c}.status-badge.cancelled,.status-badge.rejected,.status-badge.partner_rejected{background:#f3e8e8;color:#7b4b4b}.status-badge.partner_pending{background:#eee9dc;color:#6c5d3b}.status-badge.in_service,.status-badge.partner_en_route{background:#e7ebef;color:#495d70}.count-chip{font-size:12px;font-weight:850;color:#555}.empty-state{text-align:center;padding:55px 20px;border:1px dashed #d8d4ce;border-radius:22px;background:#faf9f7}.empty-state .emoji{font-size:44px}.empty-state h3{margin:12px 0 7px}.empty-state p{color:#888;margin:0 0 18px}.tabs{display:flex;gap:6px;margin-bottom:20px;overflow:auto}.tabs a{padding:9px 12px;border-radius:11px;background:#f1efeb;white-space:nowrap;font-size:13px;font-weight:800}.tabs a.active{background:#3d3d3d;color:#fff}
.quote-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px}.quote-cards{display:grid;gap:14px}.quote-card{border:1px solid var(--line);border-radius:23px;padding:22px;background:#fff}.quote-card.selected{border-color:#777;background:#fbfaf8}.quote-top{display:flex;justify-content:space-between;gap:14px}.partner-name{font-size:19px;font-weight:850}.partner-stats{display:flex;gap:8px;margin-top:6px;color:#777;font-size:12px}.quote-price{text-align:right}.quote-price strong{font-size:24px;display:block}.quote-price small{color:#888}.vehicle-strip{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:center;margin-top:17px;padding:13px;border-radius:15px;background:#f5f4f1}.vehicle-thumb{width:72px;height:58px;border-radius:11px;object-fit:cover;background:#e5e2dd}.vehicle-placeholder{width:72px;height:58px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(135deg,#555,#888);font-size:25px}.vehicle-info strong{display:block}.vehicle-info span{color:#838383;font-size:12px}.partner-message{margin-top:14px;padding:13px 14px;border-radius:13px;background:#faf9f7;color:#626262;font-size:13px;line-height:1.7}.quote-actions{display:flex;justify-content:flex-end;margin-top:15px}.sort-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.sort-bar select{padding:9px 11px;border:1px solid var(--line);border-radius:11px;background:#fff}.detail-mini-list{display:grid;gap:11px}.detail-mini{display:flex;justify-content:space-between;gap:12px;font-size:13px}.detail-mini span{color:#858585}.detail-mini b{text-align:right}
.timeline{display:grid;gap:0;margin-top:18px}.timeline-step{display:grid;grid-template-columns:34px 1fr;gap:12px;min-height:64px}.timeline-dot{position:relative;width:26px;height:26px;border-radius:50%;border:2px solid #d5d2cd;background:#fff;display:grid;place-items:center;font-size:11px;font-weight:900}.timeline-step:not(:last-child) .timeline-dot:after{content:"";position:absolute;top:24px;left:10px;width:2px;height:48px;background:#ddd9d3}.timeline-step.done .timeline-dot{background:#4a4a4a;border-color:#4a4a4a;color:#fff}.timeline-step.done:not(:last-child) .timeline-dot:after{background:#777}.timeline-step.current .timeline-dot{border:6px solid #666}.timeline-copy strong{display:block;font-size:14px}.timeline-copy small{color:#929292}.reservation-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.notice-list{display:grid;gap:8px}.notice-row{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:15px 17px;border:1px solid var(--line);border-radius:14px}.notice-row .pin{font-size:11px;font-weight:900;color:#676767}.notice-row strong{font-size:14px}.notice-row time{font-size:11px;color:#999}.center-tabs{display:flex;gap:8px;margin-bottom:25px}.center-tabs a{padding:10px 13px;background:#f1efeb;border-radius:11px;font-size:13px;font-weight:800}.support-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:20px}.support-menu{display:grid;gap:7px}.support-menu a{padding:12px 13px;background:#f5f4f2;border-radius:12px;font-size:13px;font-weight:800}.support-menu a.active{background:#3e3e3e;color:#fff}.notification-list{display:grid;gap:9px}.notification-item{display:grid;grid-template-columns:38px 1fr auto;gap:12px;align-items:start;padding:16px;border:1px solid var(--line);border-radius:15px}.notification-item.unread{background:#faf8f4;border-color:#ded9d1}.notification-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#efede9}.notification-item h3{margin:0 0 4px;font-size:14px}.notification-item p{margin:0;color:#777;font-size:12px}.notification-item time{font-size:11px;color:#aaa}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.info-box{padding:18px;background:#f7f6f4;border-radius:16px}.info-box small{display:block;color:#929292;margin-bottom:5px}.info-box strong{font-size:15px}.chat-layout{display:grid;grid-template-columns:330px minmax(0,1fr);gap:14px;min-height:620px}.chat-rooms,.chat-room{border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden}.chat-rooms h2,.chat-room-head{margin:0;padding:18px;border-bottom:1px solid var(--line)}.room-list{max-height:560px;overflow:auto}.room-row{display:block;padding:15px 16px;border-bottom:1px solid #efede9}.room-row.active{background:#f2f0ec}.room-row strong{font-size:14px}.room-row p{margin:4px 0;color:#838383;font-size:12px}.room-row small{color:#aaa}.messages{height:470px;overflow:auto;padding:18px;background:#f8f7f5}.msg{display:flex;margin-bottom:10px}.msg.mine{justify-content:flex-end}.bubble{max-width:72%;padding:10px 12px;border-radius:14px;background:#fff;border:1px solid var(--line);font-size:13px;line-height:1.6}.msg.mine .bubble{background:#404040;color:#fff;border-color:#404040}.bubble time{display:block;margin-top:4px;font-size:10px;opacity:.6}.chat-compose{display:flex;gap:8px;padding:12px;border-top:1px solid var(--line)}.chat-compose input{flex:1;border:1px solid var(--line-dark);border-radius:12px;padding:11px 12px}.partner-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.benefit{padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff}.benefit span{font-size:32px}.benefit h3{margin:14px 0 7px}.benefit p{margin:0;color:#797979;font-size:13px;line-height:1.7}
.site-footer{background:#2f2f2f;color:#fff;padding:48px 0 22px}.footer-inner{width:min(var(--container),calc(100% - 40px));margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}.footer-brand img{width:45px;filter:brightness(2.5);vertical-align:middle;margin-right:7px}.footer-brand strong{font-size:18px}.footer-brand p{max-width:340px;color:#aaa;font-size:13px}.footer-links{display:grid;align-content:start;gap:8px}.footer-links strong{font-size:13px;margin-bottom:4px}.footer-links a{font-size:12px;color:#bdbdbd}.footer-bottom{width:min(var(--container),calc(100% - 40px));margin:32px auto 0;padding-top:18px;border-top:1px solid #4a4a4a;display:flex;justify-content:space-between;gap:20px;color:#969696;font-size:11px}.mobile-bottom-nav{display:none}
@media(max-width:1024px){.desktop-nav{display:none}.header-inner{gap:16px}.header-actions{margin-left:auto}.mobile-menu-button{display:grid;place-items:center}.hero-grid{grid-template-columns:1fr 420px;gap:32px}.hero h1{font-size:46px}.service-grid{grid-template-columns:repeat(2,1fr)}.select-service-grid{grid-template-columns:repeat(2,1fr)}.review-grid{grid-template-columns:1fr 1fr}.content-grid,.quote-layout{grid-template-columns:1fr}.sticky-side{position:static}.footer-inner{grid-template-columns:2fr 1fr 1fr}.footer-links:last-child{grid-column:2/4}.partner-benefits{grid-template-columns:1fr 1fr}}
@media(max-width:720px){body{padding-bottom:72px}.container,.header-inner,.footer-inner,.footer-bottom{width:min(100% - 28px,var(--container))}.header-inner{height:68px}.site-brand{font-size:18px}.brand-logo{width:34px;height:34px}.desktop-only{display:none}.profile-trigger i{display:none}.hero{padding:42px 0 34px}.hero-grid{grid-template-columns:1fr;gap:28px}.hero h1{font-size:39px}.hero-copy>p{font-size:15px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-note{flex-direction:column;gap:5px}.hero-placeholder{height:350px;border-radius:28px}.hero-emoji{font-size:85px}.floating-chip{font-size:11px}.floating-chip.one{left:-5px;top:55px}.floating-chip.two{right:-5px;bottom:70px}.section{padding:57px 0}.section-head{align-items:start;flex-direction:column}.section-head h2{font-size:28px}.service-grid{grid-template-columns:1fr 1fr;gap:10px}.service-card{min-height:190px;padding:17px}.service-card .emoji{font-size:33px;margin-bottom:25px}.service-card h3{font-size:16px}.service-card p{font-size:11px}.service-card .more{left:17px;bottom:14px}.steps{grid-template-columns:1fr 1fr}.step-card{min-height:168px;padding:19px}.review-grid{grid-template-columns:1fr}.cta-box{grid-template-columns:1fr;padding:27px}.cta-box h2{font-size:25px}.page-hero{padding:38px 0 28px}.page-hero h1{font-size:34px}.content-wrap{padding:30px 0 70px}.service-detail-hero{grid-template-columns:1fr;padding:24px}.service-detail-hero .big-emoji{font-size:78px}.service-detail-hero h1{font-size:29px}.auth-section{min-height:calc(100vh - 68px);padding:30px 14px}.auth-box{padding:24px;border-radius:23px}.field-row,.address-box,.dynamic-fields,.profile-grid{grid-template-columns:1fr}.wizard-wrap{padding:24px 0 85px}.wizard-progress{gap:4px}.progress-item{font-size:0;padding:7px 3px}.progress-item:before{content:attr(data-short);font-size:10px}.wizard-card{padding:20px;border-radius:23px}.wizard-head h1{font-size:26px}.select-service-grid{grid-template-columns:1fr 1fr;gap:9px}.select-card{min-height:138px;padding:15px}.select-card .emoji{font-size:30px;margin-bottom:14px}.summary-row{grid-template-columns:95px 1fr}.request-card,.reservation-card{grid-template-columns:1fr;padding:18px}.item-side{align-items:flex-start;text-align:left}.list-toolbar{align-items:flex-start;flex-direction:column}.list-toolbar h1{font-size:27px}.quote-top{flex-direction:column}.quote-price{text-align:left}.support-layout,.chat-layout{grid-template-columns:1fr}.support-menu{display:flex;overflow:auto}.support-menu a{white-space:nowrap}.chat-rooms{max-height:240px}.messages{height:380px}.partner-benefits{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-links:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.mobile-bottom-nav{position:fixed;z-index:70;left:0;right:0;bottom:0;height:68px;display:grid;grid-template-columns:repeat(5,1fr);background:rgba(255,255,255,.97);border-top:1px solid var(--line);backdrop-filter:blur(14px);padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom-nav a{display:grid;place-items:center;align-content:center;gap:1px;color:#707070}.mobile-bottom-nav span{font-size:19px}.mobile-bottom-nav b{font-size:10px}.site-footer{padding-bottom:88px}.notice-row{grid-template-columns:auto 1fr}.notice-row time{grid-column:2}.notification-item{grid-template-columns:34px 1fr}.notification-item time{grid-column:2}.wizard-actions{position:sticky;bottom:76px;background:rgba(255,255,255,.96);padding:10px 0;margin-bottom:-10px;z-index:20}.wizard-actions .btn{padding:0 14px}.route-line{align-items:flex-start}.route-line .arrow{margin-top:2px}}
@media(max-width:420px){.header-actions{gap:5px}.login-button{padding:10px 13px}.service-grid,.select-service-grid,.steps{grid-template-columns:1fr}.hero h1{font-size:34px}.service-card{min-height:170px}.step-card{min-height:auto}.review-card p{min-height:auto}.footer-inner{grid-template-columns:1fr}.footer-links:last-child{grid-column:auto}}
.address-search-results{display:grid;gap:6px;margin-top:8px}.address-choice{display:block;width:100%;text-align:left;border:1px solid var(--line);background:#fff;border-radius:12px;padding:11px 12px}.address-choice:hover{background:#f6f5f2}.address-choice strong,.address-choice small{display:block}.address-choice strong{font-size:13px}.address-choice small{font-size:11px;color:#8d8d8d;margin-top:3px}

/* v3 SSR account/detail pages */
.section.compact{padding:54px 0}.container.narrow{max-width:860px}.page-hero{padding:54px 0 34px;background:linear-gradient(180deg,#f7f5f2,#fff);border-bottom:1px solid var(--line)}.page-hero h1{font-size:42px;letter-spacing:-.05em;margin:12px 0 8px}.page-hero p{margin:0;max-width:720px;color:var(--muted);font-size:16px}.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 18px}.section-title-row h2{margin:6px 0 0;font-size:28px;letter-spacing:-.04em}.sort-select{min-height:42px;border:1px solid var(--line-dark);border-radius:12px;background:#fff;padding:0 36px 0 13px;color:var(--ink);font-weight:700}.mini-label{display:inline-block;color:#8a8782;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.muted{color:#92908c;font-size:13px}.back-link{display:block;width:max-content;margin-bottom:20px;color:#73706c;font-size:13px;font-weight:800}.info-card,.sticky-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow-sm)}.info-card+.info-card{margin-top:16px}.info-card h2,.sticky-card h3{margin:0 0 18px;letter-spacing:-.035em}.empty-state{display:grid;justify-items:center;text-align:center;padding:70px 24px;border:1px dashed var(--line-dark);border-radius:26px;background:#faf9f7}.empty-state.small{padding:44px 20px}.empty-state>span{font-size:44px}.empty-state h2,.empty-state h3{margin:14px 0 5px}.empty-state p{margin:0 0 20px;color:var(--muted)}.empty-inline{padding:22px;border:1px dashed var(--line-dark);border-radius:16px;color:var(--muted);text-align:center;background:#faf9f7}
.request-list{display:grid;gap:14px}.request-card{display:grid;grid-template-columns:78px 1fr 28px;gap:18px;align-items:center;border:1px solid var(--line);border-radius:23px;padding:18px;background:#fff;box-shadow:0 5px 18px rgba(48,48,48,.04);transition:.18s}.request-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm);border-color:#d7d3cd}.request-icon{height:78px;border-radius:19px;display:grid;place-items:center;color:#fff;font-size:33px}.request-main{min-width:0}.request-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.request-top h3{margin:3px 0 0;font-size:20px}.route-line{display:flex;align-items:center;gap:8px;min-width:0;color:#54514d}.route-line b{font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.route-line span{color:#aaa49c}.request-meta,.detail-meta,.detail-chip-row{display:flex;flex-wrap:wrap;gap:8px 16px;color:#77736e;font-size:13px}.progress-pills{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.progress-pills span{padding:6px 9px;border-radius:999px;background:#f3f1ee;color:#6a6762;font-size:12px}.progress-pills b{color:#333}.card-arrow{font-size:30px;color:#b0aca5}.status-badge{display:inline-flex;align-items:center;width:max-content;padding:6px 10px;border-radius:999px;background:#efede9;color:#5d5954;font-size:11px;font-weight:900;white-space:nowrap}.status-badge.big{font-size:13px;padding:8px 12px}.status-badge.completed,.status-badge.fulfilled,.status-badge.reserved,.status-badge.confirmed{background:#e5eee8;color:#365443}.status-badge.partner_pending,.status-badge.quoting,.status-badge.partially_confirmed,.status-badge.completion_requested{background:#f3ede1;color:#765e38}.status-badge.cancelled,.status-badge.deleted,.status-badge.rejected,.status-badge.partner_rejected{background:#f3e5e3;color:#78433d}.status-badge.partner_en_route,.status-badge.arrived,.status-badge.in_service{background:#e8edf0;color:#475c68}
.detail-hero{padding:46px 0 34px;background:linear-gradient(180deg,#f7f5f2,#fff);border-bottom:1px solid var(--line)}.detail-hero-grid{display:grid;grid-template-columns:1fr 330px;gap:34px;align-items:end}.detail-hero h1{font-size:40px;margin:10px 0 8px;letter-spacing:-.05em}.route-big{margin:0 0 13px;color:#66615c;font-size:17px;font-weight:700}.route-big span{margin:0 8px;color:#aaa}.fulfillment-box{background:linear-gradient(145deg,#393939,#686868);border-radius:22px;padding:20px;color:#fff}.fulfillment-box small{display:block;color:#d6d6d6}.fulfillment-box strong{display:block;margin:5px 0 12px;font-size:21px}.fulfillment-box p{margin:8px 0 0;color:#dedede;font-size:12px}.meter{height:7px;background:rgba(255,255,255,.18);border-radius:10px;overflow:hidden}.meter i{display:block;height:100%;background:#fff;border-radius:10px}.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px}.detail-side{min-width:0}.sticky-card{position:sticky;top:100px}.sticky-card dl{margin:0 0 18px}.sticky-card dt{margin-top:12px;color:#8e8a84;font-size:11px;font-weight:800}.sticky-card dd{margin:2px 0 0;color:#45413d;font-size:14px}.answer-list{display:grid;gap:6px;padding:14px 0;border-top:1px solid var(--line)}.answer-list span{display:flex;justify-content:space-between;gap:15px;font-size:12px;color:#716d68}.answer-list b{color:#494641}.selection-stack{display:grid;gap:9px}.selection-row{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}.selection-row:last-child{border-bottom:0}.selection-row strong,.selection-row small{display:block}.selection-row small{color:#777;margin-top:2px}
.quote-list{display:grid;gap:16px}.quote-card{border:1px solid var(--line);border-radius:25px;padding:23px;background:#fff;box-shadow:var(--shadow-sm)}.quote-partner{display:flex;align-items:center;gap:12px}.quote-partner .avatar,.driver-card .avatar{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(145deg,#ece9e4,#f8f7f5);font-size:24px}.quote-partner>div:nth-child(2){flex:1}.quote-partner h3{margin:0;font-size:19px}.quote-partner p{margin:2px 0 0;color:#888;font-size:12px}.stars{color:#58544f;font-weight:900}.vehicle-summary{display:grid;grid-template-columns:132px 1fr;gap:14px;margin-top:18px;padding:14px;border-radius:18px;background:#f7f5f2}.vehicle-summary img,.vehicle-placeholder{width:132px;height:92px;object-fit:cover;border-radius:14px}.vehicle-placeholder{display:grid;place-items:center;background:linear-gradient(145deg,#dedbd6,#f0eeea);font-size:42px}.vehicle-summary>div{display:flex;flex-direction:column;justify-content:center}.vehicle-summary strong{font-size:16px}.vehicle-summary span,.vehicle-summary small{margin-top:3px;color:#777;font-size:12px}.quote-message{margin-top:16px;padding:15px 17px;border-radius:17px;border:1px solid var(--line);background:#fff}.quote-message strong{font-size:12px}.quote-message p{margin:6px 0 0;color:#6d6964;font-size:13px}.included-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.included-tags span{padding:6px 9px;border-radius:9px;background:#efede9;color:#68645f;font-size:11px;font-weight:750}.quote-bottom{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.quote-bottom small,.quote-bottom strong{display:block}.quote-bottom small{color:#888}.quote-bottom strong{margin-top:2px;font-size:25px;letter-spacing:-.04em}.direct-payment{margin:16px 0;padding:13px 14px;border:1px solid #ded9d2;border-radius:14px;background:#f2f0ec;color:#56524d;font-size:12px;font-weight:750;line-height:1.6}.cancel-form{text-align:center}.link-danger{border:0;background:transparent;color:#8b4a43;font-size:12px;text-decoration:underline}
.reservation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.reservation-card{display:flex;flex-direction:column;min-height:310px;border:1px solid var(--line);border-radius:24px;padding:22px;background:#fff;box-shadow:var(--shadow-sm);transition:.18s}.reservation-card:hover{transform:translateY(-3px)}.reservation-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.service-emoji{font-size:34px}.reservation-card h3{margin:6px 0;font-size:22px}.reservation-card .request-meta{margin-top:10px}.pending-callout,.state-callout{margin-top:16px;padding:11px 12px;border-radius:12px;background:#f3ede1;color:#755f3d;font-size:12px;font-weight:750}.pending-callout.danger,.state-callout.danger{background:#f4e6e4;color:#77433e}.view-more{margin-top:auto;padding-top:20px;font-size:12px;font-weight:900;color:#65615d}.reservation-title{display:flex;align-items:center;justify-content:space-between;gap:20px}.reservation-title p{margin:0;color:var(--muted)}.timeline{display:grid;grid-template-columns:repeat(6,1fr);gap:0}.timeline-item{position:relative;text-align:center;padding:0 5px}.timeline-item:before{content:"";position:absolute;top:17px;left:-50%;right:50%;height:2px;background:#e6e2dd}.timeline-item:first-child:before{display:none}.timeline-item>span{position:relative;z-index:1;display:grid;place-items:center;width:35px;height:35px;margin:0 auto 10px;border-radius:50%;background:#eeeae5;color:#8c8780;font-size:12px;font-weight:900}.timeline-item strong{display:block;font-size:12px}.timeline-item p{margin:4px 0 0;color:#999;font-size:10px}.timeline-item.done:before,.timeline-item.done>span,.timeline-item.active:before{background:#555}.timeline-item.done>span{color:#fff}.timeline-item.active>span{background:#333;color:#fff;box-shadow:0 0 0 6px #eeeae6}.route-panel{display:grid;grid-template-columns:1fr auto 1fr;gap:15px;align-items:center}.route-panel div{padding:15px;border-radius:15px;background:#f7f5f2}.route-panel span,.route-panel strong{display:block}.route-panel span{font-size:11px;color:#888}.route-panel strong{margin-top:4px;font-size:14px}.route-panel i{font-style:normal;color:#aaa}.detail-chip-row{margin-top:13px}.note-box{margin-top:15px;padding:14px 16px;border-radius:15px;background:#f7f5f2}.note-box p{margin:5px 0 0;color:#666;font-size:13px}.driver-card{display:flex;align-items:center;gap:13px;padding:13px;background:#f7f5f2;border-radius:16px}.driver-card strong,.driver-card p,.driver-card small{display:block;margin:0}.driver-card p,.driver-card small{color:#777;font-size:12px;margin-top:2px}.action-card{display:flex;align-items:center;gap:16px;margin-top:16px;padding:20px;border-radius:20px;background:#edf3ee;border:1px solid #d8e5db}.action-card>span{font-size:30px}.action-card>div{flex:1}.action-card h3,.action-card p{margin:0}.action-card p{margin-top:3px;color:#657166;font-size:12px}.cancel-details{margin-top:12px;border-top:1px solid var(--line);padding-top:12px}.cancel-details summary{cursor:pointer;color:#83504a;font-size:12px;font-weight:800}.no-fee-note{padding:9px;background:#f7f5f2;border-radius:10px;color:#6d6964;font-size:11px}.rating-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.rating-grid label{font-size:12px}.review-own p,.partner-reply p{color:#666}.partner-reply{margin-top:14px;padding:13px;border-radius:13px;background:#f7f5f2}
.notification-list{display:grid;gap:8px}.notification-item{display:grid;grid-template-columns:22px 1fr 20px;gap:12px;align-items:center;padding:16px 17px;border:1px solid var(--line);border-radius:17px;background:#fff}.notification-item.unread{background:#f7f5f2;border-color:#dcd7d0}.notification-icon{font-size:11px;color:#777}.notification-item strong{font-size:14px}.notification-item p{margin:3px 0;color:#74706b;font-size:12px}.notification-item small{color:#aaa;font-size:10px}
.notice-list,.faq-list{display:grid;gap:9px}.notice-item,.faq-item{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.notice-item summary,.faq-item summary{display:flex;align-items:center;gap:11px;cursor:pointer;padding:17px 18px;list-style:none}.notice-item summary::-webkit-details-marker,.faq-item summary::-webkit-details-marker{display:none}.notice-item summary strong,.faq-item summary{font-weight:800}.notice-item summary strong{flex:1}.notice-item time{color:#aaa;font-size:11px}.notice-content{padding:0 18px 18px;color:#666;font-size:13px;line-height:1.8}.faq-item summary span{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#3f3f3f;color:#fff;font-size:12px}.faq-item>div{display:flex;gap:12px;padding:0 18px 18px}.faq-item>div>b{color:#777}.faq-item p{margin:0;color:#666;line-height:1.8}.center-cta{margin-top:28px;padding:30px;border-radius:24px;text-align:center;background:linear-gradient(145deg,#3d3d3d,#666);color:#fff}.center-cta h3{margin:0;font-size:23px}.center-cta p{margin:6px 0 17px;color:#ddd}
.partner-intro-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:22px}.partner-visual{min-height:430px;padding:35px;border-radius:30px;background:linear-gradient(145deg,#393939,#73706c);color:#fff;display:flex;flex-direction:column;justify-content:flex-end}.partner-visual>span{margin:auto;font-size:120px}.partner-visual strong{font-size:24px}.partner-visual p{margin:6px 0 0;color:#ddd}.partner-benefits{padding:20px}.partner-benefits h2{font-size:34px;letter-spacing:-.045em}.feature-list{display:grid;gap:10px}.feature-list>div{display:grid;grid-template-columns:45px 1fr;column-gap:12px;padding:15px;border:1px solid var(--line);border-radius:17px}.feature-list>div>span{grid-row:1/3;width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#efede9;font-size:11px;font-weight:900}.feature-list b{font-size:15px}.feature-list p{margin:3px 0 0;color:#777;font-size:12px}.wide-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px;border:1px solid var(--line);background:#fff;border-radius:26px}.wide-cta h2{margin:9px 0 5px;font-size:30px}.wide-cta p{margin:0;color:#777}
.chat-shell{display:grid;grid-template-columns:310px minmax(0,1fr);min-height:620px;border:1px solid var(--line);border-radius:26px;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm)}.chat-rooms{padding:19px;border-right:1px solid var(--line);background:#faf9f7}.chat-rooms h2{margin:0 0 14px;font-size:19px}.chat-room-link{display:flex;gap:8px;padding:13px;border-radius:14px;margin-bottom:6px}.chat-room-link.active{background:#eae7e2}.chat-room-link>div{min-width:0;flex:1}.chat-room-link strong,.chat-room-link span,.chat-room-link p{display:block}.chat-room-link span{margin-top:1px;color:#888;font-size:10px}.chat-room-link p{margin:4px 0 0;color:#73706b;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-room-link>b{align-self:center;min-width:20px;height:20px;border-radius:10px;background:#333;color:#fff;font-size:10px;display:grid;place-items:center}.chat-panel{display:flex;flex-direction:column;min-width:0}.chat-title{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:17px 20px;border-bottom:1px solid var(--line)}.chat-title strong,.chat-title span{display:block}.chat-title span{color:#888;font-size:11px}.chat-title>a{font-size:11px;font-weight:800}.chat-live{display:flex;flex:1;min-height:0;flex-direction:column}.messages{flex:1;max-height:520px;overflow:auto;padding:20px;background:#fbfaf8}.msg{display:flex;margin:7px 0}.msg.mine{justify-content:flex-end}.bubble{max-width:72%;padding:10px 12px;border-radius:15px 15px 15px 4px;background:#ece9e4;color:#444;font-size:13px}.msg.mine .bubble{background:#444;color:#fff;border-radius:15px 15px 4px 15px}.bubble time{display:block;margin-top:4px;font-size:9px;opacity:.65}.chat-form{display:flex;gap:8px;padding:14px;border-top:1px solid var(--line)}.chat-form input{flex:1;min-width:0;border:1px solid var(--line-dark);border-radius:14px;padding:0 14px}.chat-readonly{padding:15px;text-align:center;color:#888;font-size:12px;border-top:1px solid var(--line)}
.support-layout{display:grid;grid-template-columns:310px minmax(0,1fr);gap:18px}.support-list{padding:18px;border:1px solid var(--line);border-radius:22px;background:#faf9f7}.ticket-link{display:block;padding:12px;border-radius:13px;margin-top:6px}.ticket-link.active{background:#eae7e2}.ticket-link strong,.ticket-link span{display:block}.ticket-link strong{font-size:13px}.ticket-link span{margin-top:3px;color:#888;font-size:10px}.support-messages{display:grid;gap:10px;margin:16px 0 22px}.support-message{max-width:85%;padding:13px;border-radius:15px;background:#f0ede9}.support-message.mine{margin-left:auto;background:#444;color:#fff}.support-message.staff{margin-right:auto}.support-message b,.support-message p,.support-message small{display:block;margin:0}.support-message p{margin:5px 0}.support-message small{font-size:9px;opacity:.65}.profile-card{display:flex;align-items:center;gap:18px;padding:24px;border-radius:24px;background:linear-gradient(145deg,#393939,#6d6a66);color:#fff;margin-bottom:16px}.profile-large-avatar{width:72px;height:72px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.18);font-size:29px;font-weight:900}.profile-card h2,.profile-card p{margin:0}.profile-card p{margin-top:4px;color:#ddd;font-size:12px}.preference-form{display:grid;gap:0}.preference-form label{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:14px 0;border-bottom:1px solid var(--line)}.preference-form label span b,.preference-form label span small{display:block}.preference-form label span small{margin-top:2px;color:#888;font-size:11px}.preference-form input{width:20px;height:20px}.preference-form .btn{margin-top:16px}.settings-row{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line);font-size:13px;font-weight:700}.settings-row:last-child{border-bottom:0}.settings-row.danger{color:#85504a}
@media(max-width:900px){.detail-hero-grid,.detail-grid,.partner-intro-grid,.support-layout,.chat-shell{grid-template-columns:1fr}.detail-side{order:-1}.sticky-card{position:static}.reservation-grid{grid-template-columns:1fr}.timeline{grid-template-columns:1fr;gap:8px}.timeline-item{display:grid;grid-template-columns:42px 1fr;text-align:left;align-items:center}.timeline-item:before{left:17px;right:auto;top:-18px;width:2px;height:26px}.timeline-item>span{margin:0}.timeline-item p{font-size:11px}.chat-rooms{border-right:0;border-bottom:1px solid var(--line);max-height:260px;overflow:auto}.partner-benefits{padding:10px 0}.wide-cta{align-items:flex-start;flex-direction:column}.vehicle-summary{grid-template-columns:100px 1fr}.vehicle-summary img,.vehicle-placeholder{width:100px;height:78px}}
@media(max-width:640px){.section.compact{padding:34px 0}.page-hero{padding:34px 0 24px}.page-hero h1,.detail-hero h1{font-size:31px}.request-card{grid-template-columns:56px 1fr 15px;padding:14px;gap:12px}.request-icon{height:56px;border-radius:15px;font-size:26px}.request-top{display:block}.request-top .status-badge{margin-top:7px}.route-line{font-size:12px}.request-meta{gap:6px 10px;font-size:11px}.detail-hero{padding:28px 0}.reservation-title{display:block}.reservation-title .status-badge{margin-top:12px}.info-card,.sticky-card{padding:18px;border-radius:19px}.section-title-row{align-items:flex-start}.section-title-row h2{font-size:23px}.quote-card{padding:17px;border-radius:20px}.quote-bottom{align-items:stretch;flex-direction:column}.quote-bottom form,.quote-bottom .btn{width:100%}.vehicle-summary{grid-template-columns:86px 1fr}.vehicle-summary img,.vehicle-placeholder{width:86px;height:72px}.route-panel{grid-template-columns:1fr}.route-panel i{text-align:center}.rating-grid{grid-template-columns:1fr}.partner-visual{min-height:330px}.partner-visual>span{font-size:90px}.partner-benefits h2{font-size:28px}.support-layout{gap:10px}.chat-shell{border-radius:18px}.messages{min-height:360px}.bubble{max-width:86%}}

/* ===== v3.0.1 usability/content revision ===== */
/* Button contrast fix: .btn is declared after .btn-primary in the legacy block, so explicitly restore primary colors. */
.btn.btn-primary,.btn.btn-primary:visited{background:linear-gradient(135deg,#343434,#5b5b5b);color:#fff;border-color:#3f3f3f;box-shadow:0 8px 20px rgba(48,48,48,.14)}
.btn.btn-primary:hover{background:linear-gradient(135deg,#252525,#505050);color:#fff}
.btn.btn-light,.btn.btn-light:visited{background:#fff;color:#303030;border-color:#fff;box-shadow:0 8px 22px rgba(0,0,0,.12)}
.btn.btn-light:hover{background:#f5f4f1;color:#202020}
.btn:disabled{opacity:.45;cursor:not-allowed;transform:none}

/* Desktop dropdowns: keep hover area continuous so the pointer can move from menu label to panel. */
.nav-dropdown{position:relative;align-self:stretch;display:flex;align-items:center}
.dropdown-panel{display:block;top:calc(100% - 1px);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(7px);transition:opacity .14s ease,transform .14s ease,visibility .14s ease;z-index:90}
.dropdown-panel:before{content:"";position:absolute;left:0;right:0;top:-14px;height:14px}
.nav-dropdown:hover .dropdown-panel,.nav-dropdown:focus-within .dropdown-panel{display:block;opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
.service-dropdown-panel{left:-30px}
.quote-dropdown-panel{left:-150px;width:640px}
.dropdown-caption{padding:3px 5px 13px;margin-bottom:7px;border-bottom:1px solid var(--line)}
.dropdown-caption strong,.dropdown-caption small{display:block}.dropdown-caption strong{font-size:14px}.dropdown-caption small{margin-top:3px;color:#888;font-size:11px}
.support-dropdown-panel{left:-55px;width:340px;padding:10px}
.support-drop-link{display:flex;align-items:center;gap:12px;padding:13px;border-radius:14px}
.support-drop-link:hover{background:#f7f6f4}.support-drop-link>span{font-size:25px}.support-drop-link strong,.support-drop-link small{display:block}.support-drop-link strong{font-size:14px}.support-drop-link small{margin-top:2px;color:#888;font-size:11px}
.mobile-group-title{margin-top:7px;border-top:1px solid var(--line)}.mobile-menu>.mobile-group-title:first-child{border-top:0;margin-top:0}

/* Quote request: select first- and second-level service before authentication. */
.prelogin-quote-wrap{background:linear-gradient(180deg,#f8f7f4,#fff)}
.prelogin-progress{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:18px;color:#9a9690;font-size:12px;font-weight:800}
.prelogin-progress span{padding:8px 11px;border-radius:999px;background:#eeece8}.prelogin-progress span.active{background:#3d3d3d;color:#fff}.prelogin-progress i{font-style:normal;color:#c2beb8}
.prelogin-selector{max-width:1080px;margin:0 auto}.prelogin-selector .wizard-head{max-width:800px}.prelogin-types{margin-top:24px}
.service-types>strong{display:block;font-size:17px;letter-spacing:-.025em}.type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:12px}
.type-option{min-height:52px;text-align:left;border:1px solid var(--line-dark);background:linear-gradient(180deg,#fff,#f8f7f5);border-radius:14px;padding:12px 14px;font-size:13px;font-weight:800;color:#4d4a46;transition:.15s}
.type-option:before{content:"↳";margin-right:7px;color:#aaa}.type-option:hover{border-color:#aaa49c;transform:translateY(-1px)}.type-option.selected{background:linear-gradient(135deg,#383838,#5e5e5e);color:#fff;border-color:#3f3f3f;box-shadow:0 8px 20px rgba(48,48,48,.12)}.type-option.selected:before{color:#fff}
.login-after-selection{margin-top:22px;padding:20px;border:1px solid #d9d5ce;border-radius:20px;background:linear-gradient(135deg,#f1efeb,#faf9f7);display:flex;align-items:center;justify-content:space-between;gap:18px}
.login-after-selection[hidden]{display:none}.login-after-selection>div{display:flex;align-items:center;gap:13px;min-width:0}.lock-emoji{font-size:30px}.login-after-selection strong,.login-after-selection p{display:block;margin:0}.login-after-selection strong{font-size:17px}.login-after-selection p{margin-top:3px;color:#777;font-size:12px}.login-after-selection .btn{white-space:nowrap}
.prelogin-help{display:flex;align-items:flex-start;gap:10px;margin-top:15px;padding:14px 16px;border-radius:15px;background:#faf9f7;color:#777;font-size:12px;line-height:1.75}.prelogin-help>span{width:22px;height:22px;display:grid;place-items:center;border-radius:8px;background:#e7e4df;color:#555;font-weight:900}.prelogin-help p{margin:0;flex:1}

/* Long public content pages */
.long-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:30px;margin-top:30px}.long-main{min-width:0}.long-side{min-width:0}.long-section{padding:32px 0;border-bottom:1px solid var(--line)}.long-section:first-child{padding-top:10px}.long-section:last-child{border-bottom:0}.section-kicker{display:inline-block;color:#8a8580;font-size:11px;font-weight:900;letter-spacing:.08em}.long-section>h2,.section-heading h2{margin:8px 0 13px;font-size:29px;letter-spacing:-.04em}.long-section>p,.intro-copy p,.guide-section p,.partner-multi-section p{color:#68635e;font-size:14px;line-height:1.95}.intro-copy p{margin:0 0 15px}.soft-card-section{margin:18px 0;padding:26px;border:1px solid var(--line);border-radius:26px;background:#faf9f7}.section-heading{display:flex;gap:13px;align-items:flex-start;margin-bottom:19px}.section-heading>span{font-size:30px}.section-heading h2{margin:0}.section-heading p{margin:5px 0 0;color:#85807a;font-size:13px;line-height:1.7}
.service-detail-hero.tone-1{background:linear-gradient(145deg,#383838,#656565)}
.service-detail-hero.tone-2{background:linear-gradient(145deg,#484744,#7b7771)}
.service-detail-hero.tone-3{background:linear-gradient(145deg,#37393b,#6b7073)}
.service-detail-hero.tone-4{background:linear-gradient(145deg,#544e4a,#897e77)}
.service-detail-hero.tone-5{background:linear-gradient(145deg,#44413d,#777068)}
.service-detail-hero.tone-6{background:linear-gradient(145deg,#414141,#797979)}
.service-detail-hero.tone-7{background:linear-gradient(145deg,#494b4c,#808385)}
.service-detail-hero.tone-8{background:linear-gradient(145deg,#313131,#686868)}.service-hero-eyebrow{background:rgba(255,255,255,.14);color:#fff}.hero-inline-actions{display:flex;align-items:center;gap:14px;margin-top:20px}.hero-text-link{color:#eee;font-size:12px;font-weight:800}.hero-text-link:hover{text-decoration:underline}
.use-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.use-card{display:flex;align-items:center;gap:10px;min-height:54px;padding:13px 14px;border-radius:14px;background:#fff;border:1px solid #e8e5df}.use-card span{width:25px;height:25px;display:grid;place-items:center;border-radius:8px;background:#ece9e4;color:#555;font-size:11px;font-weight:900}.use-card strong{font-size:13px}
.service-type-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.service-type-cards a{display:grid;grid-template-columns:28px 1fr;column-gap:8px;padding:15px;border-radius:16px;border:1px solid var(--line);background:#fff;transition:.15s}.service-type-cards a:hover{border-color:#cfc9c2;transform:translateY(-2px);box-shadow:var(--shadow-sm)}.service-type-cards a>span{grid-row:1/3;color:#999}.service-type-cards strong{font-size:14px}.service-type-cards small{margin-top:2px;color:#8e8983;font-size:11px}
.detail-process-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.detail-process-grid article{padding:20px;border:1px solid var(--line);border-radius:19px;background:#fff}.detail-process-grid article>span{font-size:23px}.detail-process-grid h3{margin:10px 0 7px;font-size:17px}.detail-process-grid p{margin:0;color:#716c66;font-size:12px;line-height:1.8}
.numbered-check-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.numbered-check-list li{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:start;padding:13px 0;border-bottom:1px solid #e5e1db}.numbered-check-list li:last-child{border-bottom:0}.numbered-check-list b{display:grid;place-items:center;width:35px;height:35px;border-radius:11px;background:#454545;color:#fff;font-size:11px}.numbered-check-list p{margin:3px 0 0;color:#66615c;font-size:13px;line-height:1.75}
.tip-list{display:grid;gap:12px}.tip-list article{padding:20px;border-left:4px solid #666;border-radius:0 17px 17px 0;background:#f8f7f5}.tip-list h3{margin:0 0 7px;font-size:16px}.tip-list p{margin:0;color:#6f6a65;font-size:13px;line-height:1.85}.payment-guide-card{padding:27px;border:1px solid #d8d4ce;border-radius:24px;background:linear-gradient(135deg,#393939,#64615d);color:#fff}.payment-guide-card .section-kicker{color:#d7d3cd}.payment-guide-card h2{margin:7px 0 10px}.payment-guide-card p{margin:0;color:#e5e2de;line-height:1.9}.service-faq-list{gap:10px}
.sticky-service-cta{position:sticky;top:102px;padding:24px;border:1px solid var(--line);border-radius:23px;background:#fff;box-shadow:var(--shadow-sm)}.sticky-service-cta .side-emoji{font-size:52px;margin-bottom:15px}.sticky-service-cta>span{font-size:11px;font-weight:900;color:#8a8580}.sticky-service-cta h3{margin:7px 0;font-size:20px}.sticky-service-cta p{margin:0 0 17px;color:#77716b;font-size:12px;line-height:1.75}.sticky-service-cta small{display:block;margin-top:11px;text-align:center;color:#9a958f;font-size:10px}
.service-bottom-cta,.partner-bottom-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:36px;padding:34px;border-radius:28px;background:linear-gradient(135deg,#343434,#66625d);color:#fff}.service-bottom-cta>div>span{font-size:28px}.service-bottom-cta h2,.partner-bottom-cta h2{margin:8px 0 5px;font-size:28px}.service-bottom-cta p,.partner-bottom-cta p{margin:0;color:#d9d6d1;font-size:13px;line-height:1.7}

/* Detailed how-to page */
.guide-index-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:9px;margin-bottom:28px}.guide-index-grid a{padding:17px 12px;border:1px solid var(--line);border-radius:18px;background:#fff;text-align:center;transition:.15s}.guide-index-grid a:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.guide-index-grid span,.guide-index-grid strong,.guide-index-grid small{display:block}.guide-index-grid span{font-size:25px}.guide-index-grid strong{margin-top:8px;font-size:13px}.guide-index-grid small{margin-top:3px;color:#999;font-size:10px}.guide-long-copy{border-top:1px solid var(--line)}.guide-section{display:grid;grid-template-columns:78px minmax(0,1fr);gap:25px;padding:39px 0;border-bottom:1px solid var(--line);scroll-margin-top:95px}.guide-number{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(145deg,#3c3c3c,#686868);color:#fff;font-size:16px;font-weight:900}.guide-section h2{margin:7px 0 14px;font-size:28px;letter-spacing:-.04em}.guide-section p{margin:0 0 13px}.guide-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.guide-check-grid>div{display:grid;grid-template-columns:38px 1fr;column-gap:10px;padding:16px;background:#fff;border:1px solid var(--line);border-radius:16px}.guide-check-grid b{grid-row:1/3;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#444;color:#fff;font-size:10px}.guide-check-grid strong{font-size:14px}.guide-check-grid p{margin:3px 0 0;color:#77716b;font-size:11px;line-height:1.65}

/* Partner guide redesign */
.partner-hero-card{display:grid;grid-template-columns:1.15fr .85fr;min-height:430px;border-radius:32px;overflow:hidden;background:linear-gradient(135deg,#343434,#65615d);color:#fff;box-shadow:var(--shadow)}.partner-hero-copy{padding:44px}.partner-eyebrow{background:rgba(255,255,255,.14);color:#fff}.partner-hero-copy h2{margin:16px 0 13px;font-size:38px;line-height:1.25;letter-spacing:-.05em}.partner-hero-copy p{margin:0 0 23px;color:#e0ddd9;font-size:14px;line-height:1.9}.partner-hero-visual{display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(255,255,255,.08)}.partner-hero-visual>span{font-size:120px}.partner-hero-visual>div{display:flex;align-items:center;gap:7px;margin-top:20px}.partner-hero-visual b{padding:8px 10px;border-radius:10px;background:rgba(255,255,255,.14);font-size:11px}.partner-hero-visual i{font-style:normal;color:#bbb}
.two-column-copy{display:grid;grid-template-columns:1fr 1fr;gap:22px}.two-column-copy p{margin:0;color:#69645f;font-size:14px;line-height:1.95}.partner-process-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.partner-process-grid article{position:relative;padding:20px 20px 20px 67px;border-radius:18px;background:#fff;border:1px solid var(--line)}.partner-process-grid article>span{position:absolute;left:18px;top:20px;width:37px;height:37px;display:grid;place-items:center;border-radius:11px;background:#444;color:#fff;font-size:10px;font-weight:900}.partner-process-grid h3{margin:0 0 6px;font-size:16px}.partner-process-grid p{margin:0;color:#706b66;font-size:12px;line-height:1.78}.partner-check-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.partner-check-list article{padding:19px;border:1px solid var(--line);border-radius:18px;background:#fff}.partner-check-list b{font-size:15px}.partner-check-list p{margin:7px 0 0;color:#756f69;font-size:12px;line-height:1.78}.partner-multi-section{padding:29px;border-radius:25px;background:linear-gradient(180deg,#f6f4f0,#fff);border:1px solid var(--line)}.message-tip-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.message-tip-grid article{padding:19px;border-radius:17px;background:#fff;border:1px solid var(--line)}.message-tip-grid h3{margin:0 0 7px;font-size:15px}.message-tip-grid p{margin:0;color:#716c66;font-size:12px;line-height:1.8}

/* Customer center split pages */
.support-page-tabs{display:flex;gap:8px;margin-bottom:32px;padding:6px;border:1px solid var(--line);border-radius:17px;background:#f6f4f1;width:max-content;max-width:100%}.support-page-tabs a{padding:10px 15px;border-radius:12px;color:#77716b;font-size:13px;font-weight:800}.support-page-tabs a.active,.support-page-tabs a:hover{background:#3e3e3e;color:#fff}.big-empty{padding:60px 20px;text-align:center;border:1px dashed var(--line-dark);border-radius:20px;color:#999}.standalone-notice-list .notice-item summary,.standalone-faq-list .faq-item summary{padding:20px}.standalone-notice-list .notice-content{padding:0 20px 22px;font-size:14px;line-height:1.9}

/* Footer business registration information */
.footer-business{width:min(var(--container),calc(100% - 40px));margin:30px auto 0;padding-top:22px;border-top:1px solid #494949;display:flex;flex-wrap:wrap;gap:5px 15px;color:#aaa;font-size:11px;line-height:1.8}.footer-business strong{width:100%;color:#ddd;font-size:12px}.footer-business span{white-space:normal}.footer-business p{width:100%;max-width:950px;margin:7px 0 0;color:#8f8f8f}

@media(max-width:1024px){
  .long-layout{grid-template-columns:1fr}.long-side{display:none}.guide-index-grid{grid-template-columns:repeat(3,1fr)}.partner-check-list{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  .mobile-menu{max-height:calc(100vh - 68px);overflow:auto}.prelogin-progress{justify-content:flex-start;overflow:auto;white-space:nowrap;padding-bottom:3px}.prelogin-progress i{display:none}.type-grid{grid-template-columns:1fr 1fr}.login-after-selection{align-items:stretch;flex-direction:column}.login-after-selection .btn{width:100%}
  .long-section{padding:25px 0}.soft-card-section{padding:20px;margin:12px 0}.long-section>h2,.section-heading h2{font-size:24px}.section-heading>span{font-size:25px}.use-grid,.service-type-cards,.detail-process-grid,.guide-check-grid,.partner-process-grid,.message-tip-grid,.two-column-copy{grid-template-columns:1fr}.service-bottom-cta,.partner-bottom-cta{align-items:flex-start;flex-direction:column;padding:25px}.service-bottom-cta .btn,.partner-bottom-cta .btn{width:100%}.service-bottom-cta h2,.partner-bottom-cta h2{font-size:24px}
  .guide-index-grid{grid-template-columns:repeat(2,1fr)}.guide-section{grid-template-columns:1fr;gap:13px;padding:30px 0}.guide-number{width:48px;height:48px;border-radius:14px}.guide-section h2{font-size:24px}
  .partner-hero-card{grid-template-columns:1fr;min-height:auto}.partner-hero-copy{padding:29px}.partner-hero-copy h2{font-size:30px}.partner-hero-visual{padding:28px}.partner-hero-visual>span{font-size:80px}.partner-hero-visual>div{flex-wrap:wrap;justify-content:center}.partner-check-list{grid-template-columns:1fr}.partner-multi-section{padding:21px}
  .support-page-tabs{width:100%;overflow:auto}.support-page-tabs a{white-space:nowrap;flex:0 0 auto}.footer-business{width:min(100% - 28px,var(--container))}.footer-bottom{margin-top:19px}
}
@media(max-width:420px){.type-grid{grid-template-columns:1fr}.guide-index-grid{grid-template-columns:1fr 1fr}.partner-hero-copy{padding:23px}.partner-hero-copy h2{font-size:27px}}

/* User web v3.1.0 usability upgrades */
.draft-notice{margin:0 0 12px;padding:11px 14px;border:1px solid #e1ddd7;border-radius:14px;background:#faf9f7;color:#6d6862;font-size:12px;font-weight:750}
.pending-callout{display:flex;flex-direction:column;gap:3px;margin-top:14px;padding:12px 14px;border-radius:14px;background:#f6f0e5;color:#665437;font-size:12px}.pending-callout strong{font-size:13px}.pending-callout small{opacity:.75}.pending-callout.danger{background:#f5e9e7;color:#75443e}[data-deadline].expired{color:#9a4540;font-weight:850}.deadline-line{display:block;margin-top:5px;color:#755d39}
.realtime-location-card{border-color:#d8ddd9;background:linear-gradient(180deg,#fcfdfc,#f7f9f7)}.live-dot{padding:5px 9px;border-radius:999px;background:#e7f0e9;color:#386049;font-size:10px;font-weight:900}.location-status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.location-status-grid>div{padding:15px;border:1px solid var(--line);border-radius:15px;background:#fff}.location-status-grid span,.location-status-grid strong{display:block}.location-status-grid span{color:#8a8680;font-size:11px}.location-status-grid strong{margin-top:5px;font-size:14px}
.detail-answer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.detail-answer-grid>div{padding:14px 15px;border-radius:14px;background:#f7f6f4}.detail-answer-grid span,.detail-answer-grid strong{display:block}.detail-answer-grid span{font-size:11px;color:#918c85}.detail-answer-grid strong{margin-top:4px;font-size:13px}
.sibling-reservation-grid{display:grid;gap:9px}.sibling-reservation-card{display:grid;grid-template-columns:1fr auto;gap:7px 16px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff}.sibling-reservation-card>div{display:grid;gap:4px}.sibling-reservation-card>div strong{font-size:15px}.sibling-reservation-card>div small{color:#888}.sibling-reservation-card>b{font-size:15px}.sibling-reservation-card>i{grid-column:1/3;font-style:normal;color:#777;font-size:11px;font-weight:800}
.chat-connection{padding:7px 12px;border-bottom:1px solid var(--line);background:#faf9f7;color:#777;font-size:11px;font-weight:750}.chat-connection:before{content:"";display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:#6f8d78}.chat-readonly{padding:15px;background:#f6f5f3;color:#777;text-align:center;font-size:12px}
.sms-target{margin-bottom:13px;padding:12px 14px;border-radius:14px;background:#f5f4f2;color:#666;font-size:13px}.sms-timer{margin-top:-4px;color:#777;font-size:12px}.sms-timer .expired{color:#9b4943}.sms-actions{display:flex;justify-content:center;gap:8px;margin-top:10px}.sms-actions form{margin:0}.sms-actions button:disabled{opacity:.5;cursor:not-allowed}.terms-all{margin:14px 0 8px;padding:15px;border:1px solid #d9d5cf;border-radius:15px;background:#f6f5f3}.terms-all label{display:flex;align-items:center;gap:8px}.terms-all small{display:block;margin-top:5px;color:#89847e;font-size:11px}
.verified-chip{margin-left:auto;padding:7px 10px;border-radius:999px;background:#e7efe9;color:#3b5d47;font-size:11px;font-weight:850}.profile-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:16px 0}.profile-summary-grid a{display:flex;flex-direction:column;padding:17px;border:1px solid var(--line);border-radius:17px;background:#fff}.profile-summary-grid span{font-size:22px}.profile-summary-grid strong{margin-top:8px;font-size:13px}.profile-summary-grid small{margin-top:3px;color:#918c85;font-size:10px}.terms-status-list{display:grid;gap:3px}.terms-status-list>div{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 0;border-bottom:1px solid var(--line)}.terms-status-list>div:last-child{border-bottom:0}.terms-status-list span b,.terms-status-list span small{display:block}.terms-status-list span small{margin-top:3px;color:#96918a;font-size:10px}.terms-status-list>div>strong{font-size:11px}.terms-status-list .ok{color:#3f664c}.terms-status-list .need{color:#9a4b43}.withdraw-details{margin-top:12px;border-top:1px solid var(--line);padding-top:12px}.withdraw-details summary{cursor:pointer;color:#8c4943;font-weight:800;font-size:13px}.withdraw-details>p{color:#847e77;font-size:11px;line-height:1.7}.withdraw-details .form{margin-top:10px}
.my-review-list{display:grid;gap:12px}.my-review-card{display:block}.my-review-card h3{margin:4px 0 0}.my-review-card>p{color:#5f5a55}.my-review-card>small{color:#999}
.progress-pills .closed-pill{background:#eee9e4;color:#725c4b;font-weight:800}

@media(max-width:720px){
  .location-status-grid,.detail-answer-grid{grid-template-columns:1fr}.profile-summary-grid{grid-template-columns:1fr 1fr}.verified-chip{margin-left:0}.sms-actions{flex-direction:column}.sms-actions .btn{width:100%}.sibling-reservation-card{grid-template-columns:1fr}.sibling-reservation-card>i{grid-column:1}.realtime-location-card .section-title-row{align-items:flex-start}
}
.quote-card-enhanced{padding:22px;border:1px solid var(--line);border-radius:23px;background:#fff;box-shadow:var(--shadow-sm)}.quote-partner{display:flex;align-items:center;gap:12px}.quote-partner .avatar{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:#f0eeea;font-size:23px}.quote-partner>div:nth-child(2){flex:1}.quote-partner h3{margin:0;font-size:18px}.quote-partner p{margin:3px 0 0;color:#807b75;font-size:11px}.vehicle-quote-block{display:grid;grid-template-columns:220px 1fr;gap:18px;margin-top:18px;padding:17px;border-radius:18px;background:#f8f7f5}.vehicle-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.vehicle-thumb{height:76px;padding:0;border:0;border-radius:11px;overflow:hidden;background:#e9e6e1}.vehicle-thumb img{width:100%;height:100%;object-fit:cover;display:block}.vehicle-thumb:hover{outline:2px solid #6b6863;outline-offset:1px}.vehicle-placeholder.big{grid-column:1/3;min-height:155px;display:grid;place-items:center;border-radius:14px;background:#ebe8e3;font-size:50px}.vehicle-spec{display:flex;flex-direction:column;justify-content:center}.vehicle-spec strong{font-size:18px}.vehicle-spec span{margin-top:5px;color:#5f5b56;font-size:13px}.vehicle-spec small{margin-top:5px;color:#8c8780}.vehicle-spec p{margin:10px 0 0;color:#716c66;font-size:12px;line-height:1.7}.quote-message{margin-top:14px;padding:15px;border:1px solid var(--line);border-radius:15px}.quote-message strong{font-size:12px}.quote-message p{margin:6px 0 0;color:#625e59;font-size:13px;line-height:1.75}.quote-cost-list{margin-top:12px;padding:15px;border-radius:15px;background:#faf9f7}.quote-cost-list>strong{display:block;margin-bottom:7px;font-size:12px}.quote-cost-list>div{display:grid;grid-template-columns:1fr auto;gap:4px 12px;padding:6px 0;border-top:1px solid #ece8e2;font-size:12px}.quote-cost-list>div small{grid-column:1/3;color:#999}.final-price-notice{margin-top:13px;padding:11px 13px;border-radius:13px;background:#ecefeb;color:#465549;font-size:12px}.quote-bottom{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}.quote-bottom>div small,.quote-bottom>div strong{display:block}.quote-bottom>div small{color:#8c8780;font-size:11px}.quote-bottom>div strong{margin-top:3px;font-size:25px;letter-spacing:-.04em}.image-viewer{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:25px;background:rgba(0,0,0,.82)}.image-viewer img{max-width:min(100%,1000px);max-height:90vh;border-radius:16px;object-fit:contain}.image-viewer button{position:absolute;right:20px;top:20px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;font-size:23px}
@media(max-width:720px){.vehicle-quote-block{grid-template-columns:1fr}.vehicle-thumb{height:92px}.quote-bottom{align-items:stretch;flex-direction:column}.quote-bottom .btn,.quote-bottom form{width:100%}.quote-bottom form .btn{width:100%}}

/* v3.2.0: 운영 데이터와 분리된 테스트 계정 표시 */
.test-account-banner{max-width:1180px;margin:14px auto 0;padding:13px 18px;border:1px solid #d8d4ce;border-radius:16px;background:linear-gradient(135deg,#f6f4f1,#ebe8e3);display:flex;gap:12px;align-items:center;color:#333;font-size:14px;line-height:1.45}.test-account-banner strong{white-space:nowrap}.test-account-banner span{color:#666}@media(max-width:720px){.test-account-banner{margin:10px 14px 0;align-items:flex-start;flex-direction:column;gap:3px}}

/* 관리자 설정 기반 서비스/세부서비스 아이콘 */
.service-card-icon{display:block;width:48px;height:48px;margin-bottom:20px;font-size:40px;line-height:48px}
.service-card-icon.image{display:flex;align-items:center;justify-content:flex-start}.service-card-icon.image img{width:46px;height:46px;object-fit:contain}
.select-card-icon{display:block;width:42px;height:42px;margin-bottom:12px;font-size:34px;line-height:42px}.select-card-icon.image{display:flex;align-items:center;justify-content:flex-start}.select-card-icon.image img{width:40px;height:40px;object-fit:contain}
.nav-service-icon{flex:0 0 30px;width:30px;height:30px;display:grid;place-items:center;font-size:24px}.nav-service-icon.image img{width:28px;height:28px;object-fit:contain}
.mobile-service-icon{display:inline-grid;place-items:center;width:24px;height:24px;margin-right:7px;font-size:18px;vertical-align:middle}.mobile-service-icon.image img{width:22px;height:22px;object-fit:contain}
.type-option{display:inline-flex;align-items:center;gap:7px}.type-option-icon{display:inline-grid;place-items:center;width:24px;height:24px;flex:0 0 24px;font-size:18px}.type-option-icon.image img{width:22px;height:22px;object-fit:contain}
.service-hero-icon{display:inline-grid;place-items:center;min-width:120px;min-height:120px}.service-hero-icon.image img{width:120px;height:120px;object-fit:contain}
.service-side-icon{display:inline-grid;place-items:center;min-width:58px;min-height:58px}.service-side-icon.image img{width:56px;height:56px;object-fit:contain}
.service-type-card-icon{grid-row:1/3;display:grid;place-items:center;width:28px;height:28px;font-size:20px;color:#777}.service-type-card-icon.image img{width:26px;height:26px;object-fit:contain}
.request-service-icon{display:grid;place-items:center;width:100%;height:100%;font-size:33px}.request-service-icon.image img{width:48px;height:48px;object-fit:contain}
.reservation-service-icon{display:inline-grid;place-items:center;width:42px;height:42px;font-size:34px}.reservation-service-icon.image img{width:38px;height:38px;object-fit:contain}

/* v3.5.1: 견적요청 2차 서비스 모달 선택 */
body.service-modal-open{overflow:hidden}
.service-type-modal[hidden]{display:none!important}
.service-type-modal{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:28px}
.service-type-modal-backdrop{position:absolute;inset:0;background:rgba(22,22,22,.62);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}
.service-type-modal-dialog{position:relative;z-index:1;width:min(1180px,calc(100vw - 44px));max-height:min(88vh,900px);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.7);border-radius:30px;background:#fff;box-shadow:0 32px 90px rgba(0,0,0,.28)}
.service-type-modal-close{position:absolute;z-index:3;right:20px;top:20px;width:44px;height:44px;border:0;border-radius:50%;background:#efede9;color:#484542;font-size:28px;line-height:1;cursor:pointer;transition:.16s}
.service-type-modal-close:hover{background:#dedad4;transform:rotate(4deg)}
.service-type-modal-head{display:flex;align-items:center;gap:17px;padding:28px 82px 22px 28px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff,#faf9f7)}
.service-type-modal-head>div:last-child{min-width:0}.service-type-modal-head span{display:block;color:#96908a;font-size:11px;font-weight:900;letter-spacing:.08em}.service-type-modal-head h2{margin:5px 0 5px;font-size:29px;letter-spacing:-.045em}.service-type-modal-head p{margin:0;color:#77716b;font-size:13px;line-height:1.65}
.service-type-modal-category-icon{display:grid;place-items:center;flex:0 0 62px;width:62px;height:62px;border-radius:18px;background:#efede9;font-size:36px}.service-type-modal-category-icon.image img{width:48px;height:48px;object-fit:contain}
.service-type-modal-body{overflow:auto;padding:24px 28px 30px;overscroll-behavior:contain}
.service-type-modal-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.service-type-modal-option{position:relative;min-height:160px;padding:18px;border:0;border-radius:21px;color:#fff;text-align:left;overflow:hidden;cursor:pointer;box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .18s ease,outline-color .18s ease}
.service-type-modal-option:after{content:"";position:absolute;right:-38px;bottom:-48px;width:125px;height:125px;border-radius:50%;background:rgba(255,255,255,.11);pointer-events:none}
.service-type-modal-option:hover,.service-type-modal-option:focus-visible{transform:translateY(-4px);box-shadow:0 18px 38px rgba(48,48,48,.2);outline:3px solid rgba(40,40,40,.14);outline-offset:3px}
.service-type-modal-option.selected{outline:4px solid rgba(55,55,55,.18);outline-offset:3px}
.service-type-modal-option strong{position:relative;z-index:1;display:block;margin-top:10px;font-size:16px;letter-spacing:-.03em}
.service-type-modal-option small{position:relative;z-index:1;display:-webkit-box;overflow:hidden;margin-top:5px;color:rgba(255,255,255,.74);font-size:11px;line-height:1.55;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.service-type-modal-option>span:last-child{position:absolute;z-index:1;left:18px;bottom:15px;color:rgba(255,255,255,.9);font-size:11px;font-weight:900}
.service-type-modal-option-icon{position:relative;z-index:1;display:grid;place-items:center;width:44px;height:44px;font-size:34px;line-height:44px}.service-type-modal-option-icon.image img{width:42px;height:42px;object-fit:contain}
@media(max-width:980px){.service-type-modal-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.service-type-modal{padding:12px}.service-type-modal-dialog{width:100%;max-height:calc(100dvh - 24px);border-radius:24px}.service-type-modal-close{right:14px;top:14px;width:40px;height:40px}.service-type-modal-head{padding:20px 62px 17px 18px;gap:12px}.service-type-modal-category-icon{flex-basis:50px;width:50px;height:50px;border-radius:15px;font-size:29px}.service-type-modal-category-icon.image img{width:39px;height:39px}.service-type-modal-head h2{font-size:23px}.service-type-modal-head p{font-size:11px}.service-type-modal-body{padding:16px 17px 22px}.service-type-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.service-type-modal-option{min-height:145px;padding:15px;border-radius:18px}.service-type-modal-option strong{font-size:14px}.service-type-modal-option>span:last-child{left:15px;bottom:13px}.service-type-modal-option-icon{width:39px;height:39px;font-size:30px}.service-type-modal-option-icon.image img{width:37px;height:37px}}
@media(max-width:420px){.service-type-modal-grid{grid-template-columns:1fr}.service-type-modal-option{min-height:132px}}

/* v3.5.2 견적요청 주소검색 모달 */
.address-main-input[readonly]{cursor:pointer;background:#fff;color:#4f4c48}
.address-main-input[readonly]:hover{border-color:#b9b3ab;background:#fdfcfb}
body.address-modal-open{overflow:hidden}
.address-search-modal[hidden]{display:none!important}
.address-search-modal{position:fixed;inset:0;z-index:1250;display:grid;place-items:center;padding:28px}
.address-search-modal-backdrop{position:absolute;inset:0;background:rgba(22,22,22,.64);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}
.address-search-modal-dialog{position:relative;z-index:1;width:min(880px,calc(100vw - 44px));max-height:min(88vh,860px);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:30px;background:#fff;box-shadow:0 32px 90px rgba(0,0,0,.29)}
.address-search-modal-close{position:absolute;z-index:3;right:20px;top:20px;width:44px;height:44px;border:0;border-radius:50%;background:#efede9;color:#484542;font-size:28px;line-height:1;cursor:pointer;transition:.16s}
.address-search-modal-close:hover{background:#dedad4;transform:rotate(4deg)}
.address-search-modal-head{display:flex;align-items:center;gap:17px;padding:28px 82px 22px 28px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff,#faf9f7)}
.address-search-modal-pin{display:grid;place-items:center;flex:0 0 62px;width:62px;height:62px;border-radius:18px;background:#efede9;font-size:34px}
.address-search-modal-head>div{min-width:0}.address-search-modal-head>div>span{display:block;color:#96908a;font-size:11px;font-weight:900;letter-spacing:.08em}.address-search-modal-head h2{margin:5px 0 5px;font-size:29px;letter-spacing:-.045em}.address-search-modal-head p{margin:0;color:#77716b;font-size:13px;line-height:1.65}
.address-search-modal-body{overflow:auto;padding:24px 28px 30px;overscroll-behavior:contain}
.address-search-modal-form{display:grid;grid-template-columns:1fr auto;gap:10px;position:sticky;top:0;z-index:2;padding-bottom:16px;background:#fff}
.address-search-modal-form .input{height:58px;font-size:16px;border-radius:17px}.address-search-modal-form .btn{height:58px;min-width:105px;border-radius:17px}
.address-search-modal-status{margin-bottom:14px;padding:12px 14px;border-radius:13px;background:#f5f3f0;color:#78736e;font-size:12px;font-weight:700}
.address-search-modal-status[data-type="loading"]{background:#f2f2f2;color:#555}.address-search-modal-status[data-type="success"]{background:#f1f5f1;color:#4d6650}.address-search-modal-status[data-type="empty"]{background:#f7f4ee;color:#78694f}.address-search-modal-status[data-type="error"]{background:#f8eeee;color:#95514d}
.address-search-modal-results{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.address-search-modal-choice{position:relative;display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;min-height:112px;padding:17px;border:1px solid #dcd7d0;border-radius:20px;background:linear-gradient(145deg,#4a4947,#74716d);color:#fff;text-align:left;cursor:pointer;overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.address-search-modal-choice:after{content:"";position:absolute;right:-45px;bottom:-55px;width:140px;height:140px;border-radius:50%;background:rgba(255,255,255,.08);pointer-events:none}
.address-search-modal-choice:hover,.address-search-modal-choice:focus-visible{transform:translateY(-3px);box-shadow:0 16px 34px rgba(48,48,48,.22);border-color:#8c8882;outline:3px solid rgba(40,40,40,.12);outline-offset:2px}
.address-search-modal-choice-icon{position:relative;z-index:1;display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:rgba(255,255,255,.14);font-size:25px}
.address-search-modal-choice-copy{position:relative;z-index:1;min-width:0}.address-search-modal-choice-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;letter-spacing:-.025em}.address-search-modal-choice-copy small{display:block;overflow:hidden;margin-top:5px;color:rgba(255,255,255,.76);font-size:11px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.address-search-modal-choice-copy em{display:block;margin-top:5px;color:rgba(255,255,255,.58);font-size:10px;font-style:normal}
.address-search-modal-choice-arrow{position:relative;z-index:1;align-self:end;padding-bottom:1px;color:rgba(255,255,255,.9);font-size:10px;font-weight:900;white-space:nowrap}
@media(max-width:720px){.address-search-modal{padding:12px}.address-search-modal-dialog{width:100%;max-height:calc(100dvh - 24px);border-radius:24px}.address-search-modal-close{right:14px;top:14px;width:40px;height:40px}.address-search-modal-head{padding:20px 62px 17px 18px;gap:12px}.address-search-modal-pin{flex-basis:50px;width:50px;height:50px;border-radius:15px;font-size:28px}.address-search-modal-head h2{font-size:23px}.address-search-modal-head p{font-size:11px}.address-search-modal-body{padding:16px 17px 22px}.address-search-modal-form{grid-template-columns:1fr auto;gap:7px}.address-search-modal-form .input{height:52px;font-size:14px}.address-search-modal-form .btn{height:52px;min-width:74px;padding:0 13px}.address-search-modal-results{grid-template-columns:1fr;gap:8px}.address-search-modal-choice{min-height:100px;padding:14px;border-radius:18px;grid-template-columns:42px minmax(0,1fr) auto;gap:10px}.address-search-modal-choice-icon{width:42px;height:42px;border-radius:13px;font-size:23px}.address-search-modal-choice-copy strong{font-size:14px}}
@media(max-width:420px){.address-search-modal-form{grid-template-columns:1fr}.address-search-modal-form .btn{width:100%}.address-search-modal-choice{grid-template-columns:40px minmax(0,1fr)}.address-search-modal-choice-arrow{display:none}}

/* v3.5.4 견적요청 공항 자동주소 / 픽업 항공편 */
.airport-auto-badge{display:inline-flex;align-items:center;margin-left:7px;padding:5px 8px;border-radius:999px;background:#e7e4de;color:#6b665f;font-size:10px;font-weight:900;vertical-align:middle}
.airport-auto-badge[hidden]{display:none!important}
.address-card.airport-fixed{background:#f7f5f1;border-color:#d8d3cb}
.address-card.airport-fixed .address-search-row{display:block}
.address-card.airport-fixed .address-main-input{width:100%;background:#eeebe5;color:#3d3a36;font-weight:850;cursor:default;border-color:#d5d0c8}
.address-card.airport-fixed [data-address-search]{display:none!important}
.airport-flight-field{margin-top:16px;padding:20px;border:1px solid var(--line);border-radius:20px;background:#faf9f7}
.airport-flight-field[hidden]{display:none!important}
.airport-flight-field .field{margin:0}
.airport-flight-field label{font-weight:850}
.airport-flight-field small{display:block;margin-top:7px;color:#77716b;font-size:12px;line-height:1.55}
@media(max-width:720px){.airport-flight-field{padding:16px;border-radius:18px}.airport-auto-badge{display:block;width:max-content;margin:7px 0 0}}

/* v3.5.5 주소검색 모달 스크롤 레이아웃 보정
 * 검색창은 고정 영역으로 유지하고 검색결과 목록만 스크롤한다.
 * 기존 sticky 검색창 아래/위로 결과 카드가 비쳐 보이던 현상을 제거한다.
 */
.address-search-modal-dialog{min-height:0}
.address-search-modal-head{flex:0 0 auto}
.address-search-modal-body{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  min-height:0;
  overflow:hidden;
  padding:0;
  overscroll-behavior:contain;
}
.address-search-modal-form{
  position:relative;
  top:auto;
  z-index:2;
  flex:0 0 auto;
  margin:0;
  padding:24px 28px 16px;
  background:#fff;
}
.address-search-modal-status{
  flex:0 0 auto;
  margin:0 28px 14px;
}
.address-search-modal-results{
  flex:1 1 auto;
  min-height:0;
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
  padding:0 28px 30px;
}
@media(max-width:720px){
  .address-search-modal-body{padding:0}
  .address-search-modal-form{padding:16px 17px 12px}
  .address-search-modal-status{margin:0 17px 12px}
  .address-search-modal-results{padding:0 17px 22px}
}

/* v3.5.6 견적요청 STEP 03 / STEP 04 폼 UI 정리 */
.schedule-panel,.step4-section{border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#fcfbfa,#f8f7f5);padding:22px}
.step-section-head{display:flex;align-items:center;gap:13px;margin-bottom:18px}.step-section-icon{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:15px;background:#ebe8e3;font-size:24px}.step-section-head>div{min-width:0}.step-section-head strong{display:block;font-size:16px;letter-spacing:-.025em}.step-section-head small{display:block;margin-top:3px;color:#868079;font-size:12px;line-height:1.55}.step-section-head em{margin-left:5px;color:#928c85;font-size:10px;font-style:normal;font-weight:800}
.mode-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mode-choice{position:relative;display:block}.mode-choice input{position:absolute;opacity:0;pointer-events:none}.mode-choice>span{display:block;min-height:96px;padding:17px 18px;border:1px solid #ddd8d1;border-radius:18px;background:#fff;transition:.16s ease}.mode-choice b{display:block;font-size:14px}.mode-choice small{display:block;margin-top:5px;color:#8a847d;font-size:11px;line-height:1.5}.mode-choice input:checked+span{border-color:#4a4845;background:linear-gradient(145deg,#3e3e3e,#5c5a57);color:#fff;box-shadow:0 10px 24px rgba(48,48,48,.13)}.mode-choice input:checked+span small{color:rgba(255,255,255,.72)}.mode-choice input:focus-visible+span{outline:3px solid rgba(55,55,55,.14);outline-offset:2px}
.departure-picker{display:grid;grid-template-columns:minmax(170px,.45fr) 1fr;align-items:center;gap:18px;margin-top:14px;padding:17px 18px;border:1px solid #ded9d2;border-radius:18px;background:#fff}.departure-picker label span,.departure-picker label small{display:block}.departure-picker label span{font-size:14px;font-weight:850}.departure-picker label small{margin-top:3px;color:#8f8982;font-size:10px}.departure-picker input{width:100%;height:50px;padding:0 14px;border:1px solid var(--line-dark);border-radius:14px;background:#fbfaf8;color:#3c3935;outline:none}.departure-picker input:focus{border-color:#777;box-shadow:0 0 0 3px rgba(80,80,80,.08)}
.usage-metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}.usage-metric-card{display:flex;flex-direction:column;justify-content:space-between;min-height:170px;padding:18px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 7px 22px rgba(48,48,48,.04)}.usage-metric-copy{display:flex;align-items:center;gap:11px}.usage-metric-icon{display:grid;place-items:center;flex:0 0 43px;width:43px;height:43px;border-radius:14px;background:#efede9;font-size:23px}.usage-metric-copy label{display:block;color:#48443f;font-size:13px;font-weight:850}.usage-metric-copy small{display:block;margin-top:2px;color:#99918a;font-size:10px}.number-stepper{display:grid;grid-template-columns:48px minmax(54px,1fr) 48px;align-items:center;overflow:hidden;margin-top:18px;border:1px solid #d8d3cc;border-radius:16px;background:#f8f7f5}.number-stepper button{height:50px;border:0;background:#efede9;color:#47433f;font-size:23px;font-weight:500}.number-stepper button:hover{background:#e2dfda}.number-stepper input{width:100%;height:50px;padding:0 4px;border:0;background:#fff;color:#302e2b;text-align:center;font-size:20px;font-weight:850;outline:none;-moz-appearance:textfield}.number-stepper input::-webkit-outer-spin-button,.number-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.multi-vehicle-notice{display:flex;align-items:center;gap:12px;margin-top:14px;padding:14px 16px;border-radius:17px;background:#efede8;color:#4f4b46}.multi-vehicle-notice[hidden]{display:none!important}.multi-vehicle-notice>span{font-size:25px}.multi-vehicle-notice strong{display:block;font-size:12px}.multi-vehicle-notice p{margin:2px 0 0;color:#77716a;font-size:11px}
.step4-stack{display:grid;gap:14px}.dynamic-fields-modern{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dynamic-field-card{display:flex;flex-direction:column;gap:15px;min-width:0;padding:18px;border:1px solid #e0dcd5;border-radius:19px;background:#fff}.dynamic-field-card.full{grid-column:1/-1}.dynamic-field-title{display:flex;align-items:flex-start;gap:10px}.dynamic-field-title>span{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:11px;background:#efede9;color:#5c5751;font-size:15px;font-weight:900}.dynamic-field-title>div{min-width:0}.dynamic-field-title label{display:block;color:#48433e;font-size:13px;font-weight:850}.dynamic-field-title label em{display:inline-flex;margin-left:4px;padding:2px 5px;border-radius:6px;background:#484642;color:#fff;font-size:8px;font-style:normal;vertical-align:1px}.dynamic-field-title label em.optional{background:#efede9;color:#8a837b}.dynamic-field-help{display:block;margin-top:3px;color:#969089;font-size:10px;line-height:1.45}.dynamic-control{width:100%;min-height:50px;padding:12px 14px;border:1px solid #d8d3cc;border-radius:14px;background:#fbfaf8;color:#393632;outline:none}.dynamic-control:focus{border-color:#777;box-shadow:0 0 0 3px rgba(80,80,80,.08);background:#fff}
.dynamic-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.dynamic-choice-grid.multi{grid-template-columns:repeat(2,minmax(0,1fr))}.dynamic-choice{position:relative;display:block;min-width:0}.dynamic-choice input{position:absolute;opacity:0;pointer-events:none}.dynamic-choice span{display:flex;align-items:center;justify-content:center;min-height:45px;padding:9px 10px;border:1px solid #dcd7d0;border-radius:13px;background:#faf9f7;color:#625d57;text-align:center;font-size:11px;font-weight:800;transition:.15s}.dynamic-choice input:checked+span{border-color:#45433f;background:#4b4946;color:#fff;box-shadow:0 5px 14px rgba(48,48,48,.1)}.dynamic-choice input:focus-visible+span{outline:3px solid rgba(55,55,55,.12);outline-offset:2px}.dynamic-file-control{position:relative;display:block}.dynamic-file-control input{position:absolute;opacity:0;width:1px;height:1px}.dynamic-file-control span{display:flex;align-items:center;justify-content:center;min-height:48px;border:1px dashed #c9c3bb;border-radius:14px;background:#faf9f7;color:#68615b;font-size:12px;font-weight:850;cursor:pointer}.dynamic-file-control:hover span{background:#f3f1ed;border-color:#a9a29a}.dynamic-empty-card{display:flex;align-items:center;gap:12px;padding:16px;border:1px dashed #d5d0c9;border-radius:17px;background:#fff;color:#5e5954}.dynamic-empty-card>span{font-size:20px}.dynamic-empty-card strong,.dynamic-empty-card small{display:block}.dynamic-empty-card strong{font-size:12px}.dynamic-empty-card small{margin-top:2px;color:#918b84;font-size:10px}
.request-note-field{position:relative}.request-note-field textarea{width:100%;min-height:150px;padding:16px 17px 36px;border:1px solid #d8d3cc;border-radius:18px;background:#fff;color:#393632;resize:vertical;outline:none;line-height:1.7}.request-note-field textarea:focus{border-color:#777;box-shadow:0 0 0 3px rgba(80,80,80,.08)}.request-note-field>span{position:absolute;right:13px;bottom:11px;padding:4px 7px;border-radius:8px;background:#efede9;color:#928b84;font-size:9px;font-weight:850}
.attachment-dropzone{width:100%;min-height:126px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px;border:1px dashed #c8c1b9;border-radius:19px;background:#fff;color:#57524d;transition:.16s}.attachment-dropzone:hover{border-color:#918a82;background:#f8f6f2}.attachment-dropzone-icon{display:grid;place-items:center;width:39px;height:39px;margin-bottom:8px;border-radius:13px;background:#edeae5;font-size:23px}.attachment-dropzone strong{font-size:13px}.attachment-dropzone small{margin-top:4px;color:#9a938c;font-size:9px}.request-file-list{display:grid;gap:7px;margin-top:10px}.request-file-list[hidden]{display:none!important}.request-file-item{display:grid;grid-template-columns:36px minmax(0,1fr) 34px;align-items:center;gap:10px;padding:9px 10px;border:1px solid #e1ddd6;border-radius:13px;background:#fff}.request-file-item>span{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#f0ede9;font-size:18px}.request-file-item>div{min-width:0}.request-file-item strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.request-file-item small{display:block;margin-top:1px;color:#999;font-size:9px}.request-file-item button{width:30px;height:30px;border:0;border-radius:9px;background:#f1efeb;color:#777;font-size:18px}.request-file-item button:hover{background:#e5e1dc;color:#444}
@media(max-width:850px){.usage-metric-grid{grid-template-columns:1fr 1fr}.usage-metric-card:last-child{grid-column:1/-1}.dynamic-fields-modern{grid-template-columns:1fr}.dynamic-field-card.full{grid-column:auto}}
@media(max-width:720px){.schedule-panel,.step4-section{padding:16px;border-radius:20px}.step-section-head{align-items:flex-start;margin-bottom:14px}.step-section-icon{flex-basis:42px;width:42px;height:42px;border-radius:13px;font-size:21px}.mode-choice-grid{grid-template-columns:1fr}.mode-choice>span{min-height:82px;padding:14px}.departure-picker{grid-template-columns:1fr;gap:10px;padding:14px}.usage-metric-grid{grid-template-columns:1fr;gap:9px}.usage-metric-card,.usage-metric-card:last-child{grid-column:auto;min-height:0;padding:15px}.usage-metric-card{display:grid;grid-template-columns:minmax(0,1fr) 160px;align-items:center;gap:10px}.number-stepper{margin-top:0;grid-template-columns:43px minmax(48px,1fr) 43px}.number-stepper button,.number-stepper input{height:46px}.dynamic-choice-grid,.dynamic-choice-grid.multi{grid-template-columns:1fr 1fr}.request-note-field textarea{min-height:130px}.attachment-dropzone{min-height:112px}}
@media(max-width:430px){.usage-metric-card{grid-template-columns:1fr;gap:12px}.number-stepper{margin-top:0}.dynamic-choice-grid,.dynamic-choice-grid.multi{grid-template-columns:1fr}.attachment-dropzone small{max-width:220px;text-align:center;line-height:1.45}}

/* v3.5.7 첨부파일 누적 선택·미리보기 / STEP 05 최종확인 */
.request-file-list,.summary-attachment-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px;margin-top:13px}
.request-file-list[hidden]{display:none!important}
.attachment-preview-card{min-width:0;overflow:hidden;border:1px solid #ded9d2;border-radius:17px;background:#fff;box-shadow:0 7px 20px rgba(48,48,48,.045)}
.attachment-preview-visual{position:relative;overflow:hidden;aspect-ratio:4/3;background:#eeece8}
.attachment-preview-media{width:100%;height:100%}.attachment-preview-media img{display:block;width:100%;height:100%;object-fit:cover}
.attachment-document-icon{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(145deg,#f5f2ee,#e8e4de);color:#514c47}
.attachment-document-icon:before{content:'';display:block;width:48px;height:58px;margin-bottom:8px;border:2px solid currentColor;border-radius:8px;background:rgba(255,255,255,.7);box-shadow:0 5px 12px rgba(40,40,40,.06)}
.attachment-document-icon span{position:absolute;left:50%;top:50%;transform:translate(-50%,-70%);padding:4px 7px;border-radius:7px;background:#4b4946;color:#fff;font-size:10px;font-weight:900;letter-spacing:.02em}
.attachment-document-icon small{position:absolute;left:50%;top:calc(50% + 27px);transform:translateX(-50%);color:#8b857e;font-size:9px;font-weight:800;white-space:nowrap}
.attachment-document-icon.pdf span{background:#69453f}.attachment-document-icon.word span{background:#4f5f73}.attachment-document-icon.excel span{background:#4e6b59}.attachment-document-icon.hwp span{background:#62547b}
.attachment-preview-remove{position:absolute;top:7px;right:7px;z-index:2;display:grid;place-items:center;width:30px;height:30px;padding:0;border:0;border-radius:999px;background:rgba(35,35,35,.82);color:#fff;font-size:18px;line-height:1;box-shadow:0 3px 10px rgba(0,0,0,.18);cursor:pointer}
.attachment-preview-remove:hover{background:#1f1f1f}
.attachment-preview-info{display:flex;align-items:center;justify-content:space-between;gap:7px;padding:9px 10px}.attachment-preview-info strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#5b5650;font-size:10px}.attachment-preview-info span{flex:0 0 auto;color:#99928b;font-size:9px;font-weight:700}

[data-summary]{min-width:0}.summary-review{display:grid;gap:14px}.summary-service-card{display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:16px;padding:20px 22px;border-radius:23px;background:linear-gradient(145deg,#3b3b3a,#5a5855);color:#fff;box-shadow:0 12px 30px rgba(40,40,40,.13)}
.summary-service-visual{display:grid;place-items:center;width:64px;height:64px;border-radius:19px;background:rgba(255,255,255,.13);overflow:hidden}.summary-service-icon{display:grid;place-items:center;width:100%;height:100%;font-size:31px}.summary-service-icon.image img{width:100%;height:100%;object-fit:cover}
.summary-service-copy{min-width:0}.summary-service-copy>span{display:block;color:rgba(255,255,255,.68);font-size:10px;font-weight:850}.summary-service-copy h2{margin:4px 0 2px;font-size:22px;letter-spacing:-.035em}.summary-service-copy p{margin:0;color:rgba(255,255,255,.78);font-size:12px;font-weight:700}
.summary-ready-badge{padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.14);color:#fff;font-size:10px;font-weight:900;white-space:nowrap}
.summary-review-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:14px}.summary-review-section{min-width:0;padding:19px;border:1px solid #e0dcd5;border-radius:21px;background:linear-gradient(180deg,#fff,#faf9f7)}
.summary-review-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.summary-review-head>span{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:12px;background:#efede9;font-size:19px}.summary-review-head strong,.summary-review-head small{display:block}.summary-review-head strong{font-size:13px}.summary-review-head small{margin-top:2px;color:#948d86;font-size:9px;line-height:1.45}
.summary-route{display:grid;gap:6px}.summary-route-point{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:flex-start;gap:9px;padding:13px 14px;border:1px solid #e3ded7;border-radius:15px;background:#fff}.summary-route-point>span{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:#f0ede9;font-size:18px}.summary-route-point small{display:block;color:#969089;font-size:9px;font-weight:850}.summary-route-point strong{display:block;margin-top:2px;color:#45413d;font-size:12px;line-height:1.45}.summary-route-point p{margin:3px 0 0;color:#817b74;font-size:10px;line-height:1.5}.summary-route-arrow{height:15px;text-align:center;color:#aaa29a;font-size:14px;line-height:15px}
.summary-metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.summary-metric-grid>div{min-width:0;padding:12px 13px;border:1px solid #e3ded7;border-radius:14px;background:#fff}.summary-metric-grid small,.summary-metric-grid strong{display:block}.summary-metric-grid small{color:#9a938c;font-size:9px;font-weight:800}.summary-metric-grid strong{margin-top:4px;overflow-wrap:anywhere;color:#4c4843;font-size:11px;line-height:1.45}
.summary-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.summary-detail-item{padding:12px 13px;border:1px solid #e3ded7;border-radius:14px;background:#fff}.summary-detail-item small,.summary-detail-item strong{display:block}.summary-detail-item small{color:#969089;font-size:9px;font-weight:800}.summary-detail-item strong{margin-top:5px;color:#4c4843;font-size:11px;line-height:1.5;overflow-wrap:anywhere}
.summary-request-note{padding:14px 15px;border:1px solid #e3ded7;border-radius:15px;background:#fff;color:#5e5852;font-size:11px;line-height:1.75;white-space:normal}.summary-empty{display:grid;place-items:center;min-height:58px;padding:12px;border:1px dashed #d5d0c9;border-radius:14px;background:#fbfaf8;color:#9a938c;font-size:10px;font-weight:750}
.summary-attachment-grid{margin-top:0}.summary-final-check{display:flex;align-items:center;gap:12px;padding:15px 17px;border-radius:17px;background:#efede9;color:#4e4944}.summary-final-check>span{display:grid;place-items:center;flex:0 0 35px;width:35px;height:35px;border-radius:999px;background:#4b4946;color:#fff;font-size:15px;font-weight:900}.summary-final-check strong,.summary-final-check p{display:block}.summary-final-check strong{font-size:12px}.summary-final-check p{margin:3px 0 0;color:#7f7871;font-size:10px;line-height:1.5}

@media(max-width:1100px){.request-file-list,.summary-attachment-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.summary-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:850px){.request-file-list,.summary-attachment-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.summary-review-grid{grid-template-columns:1fr}.summary-service-card{grid-template-columns:58px minmax(0,1fr)}.summary-service-visual{width:58px;height:58px}.summary-ready-badge{grid-column:1/-1;justify-self:start}}
@media(max-width:600px){.request-file-list,.summary-attachment-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.attachment-preview-card{border-radius:14px}.attachment-preview-info{padding:8px}.summary-service-card{padding:16px;border-radius:19px}.summary-service-copy h2{font-size:19px}.summary-review-section{padding:15px;border-radius:18px}.summary-metric-grid,.summary-detail-grid{grid-template-columns:1fr 1fr}.summary-route-point{padding:11px}.summary-ready-badge{font-size:9px}}
@media(max-width:390px){.summary-metric-grid,.summary-detail-grid{grid-template-columns:1fr}}

/* v3.5.8 - 견적요청 상세 전체 입력정보/첨부파일 */
.request-overview-card{padding:20px;overflow:hidden}.request-overview-title{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:16px}.request-overview-title span:first-child{display:block;color:#aaa39c;font-size:9px;font-weight:900;letter-spacing:.12em}.request-overview-title h3{margin:4px 0 0;font-size:22px}.request-overview-section{padding:17px 0;border-top:1px solid var(--line)}.request-overview-head{display:flex;align-items:center;gap:9px;margin-bottom:12px}.request-overview-head>span{display:grid;place-items:center;width:33px;height:33px;border-radius:11px;background:#f2efeb;font-size:17px}.request-overview-head strong,.request-overview-head small{display:block}.request-overview-head strong{font-size:13px}.request-overview-head small{margin-top:2px;color:#9a948e;font-size:9px;line-height:1.45}.request-service-summary{padding:14px;border-radius:15px;background:linear-gradient(145deg,#3d3d3b,#696763);color:#fff}.request-service-summary b,.request-service-summary span{display:block}.request-service-summary b{font-size:14px}.request-service-summary span{margin-top:4px;color:#ddd9d4;font-size:11px}.request-route-stack{display:grid;gap:7px}.request-route-point{display:grid;grid-template-columns:28px minmax(0,1fr);gap:8px;padding:11px;border:1px solid #e6e1da;border-radius:14px;background:#fff}.request-route-point.stop{background:#faf9f7}.request-route-point i{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#f0ede9;font-style:normal;font-size:14px}.request-route-point small,.request-route-point strong,.request-route-point p{display:block}.request-route-point small{color:#9b958e;font-size:9px;font-weight:850}.request-route-point strong{margin-top:2px;color:#45413d;font-size:11px;line-height:1.45}.request-route-point p{margin:3px 0 0;color:#77716a;font-size:9px;line-height:1.5;overflow-wrap:anywhere}.request-fact-grid,.request-answer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.request-fact-grid>div,.request-answer-grid>div{padding:11px;border:1px solid #e6e1da;border-radius:13px;background:#faf9f7;min-width:0}.request-fact-grid small,.request-fact-grid strong,.request-answer-grid small,.request-answer-grid strong{display:block}.request-fact-grid small,.request-answer-grid small{color:#99928b;font-size:9px;font-weight:800}.request-fact-grid strong,.request-answer-grid strong{margin-top:4px;color:#4b4742;font-size:11px;line-height:1.5;overflow-wrap:anywhere}.request-note-box{padding:13px;border-radius:14px;background:#f5f2ee;color:#5a554f;font-size:11px;line-height:1.7;overflow-wrap:anywhere}.request-attachment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.request-attachment-card{display:block;min-width:0;overflow:hidden;border:1px solid #e2ddd6;border-radius:14px;background:#fff;color:#4c4843}.request-attachment-media{display:block;aspect-ratio:1/1;background:#eeeae5;overflow:hidden}.request-attachment-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .18s}.request-attachment-card:hover .request-attachment-media img{transform:scale(1.035)}.request-document-icon{display:grid;place-items:center;aspect-ratio:1/1;background:linear-gradient(145deg,#eeeae5,#f8f6f3);font-size:15px;font-weight:950;letter-spacing:.03em}.request-attachment-copy{display:block;padding:8px}.request-attachment-copy strong,.request-attachment-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.request-attachment-copy strong{font-size:9px}.request-attachment-copy small{margin-top:3px;color:#99918a;font-size:8px}.request-overview-card .direct-payment{margin-top:17px}.request-overview-card .cancel-form{margin-top:15px;text-align:center}
@media(max-width:900px){.request-overview-card{padding:22px}.request-attachment-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.request-fact-grid,.request-answer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:640px){.request-overview-card{padding:16px}.request-overview-title h3{font-size:20px}.request-attachment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.request-fact-grid,.request-answer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:380px){.request-fact-grid,.request-answer-grid{grid-template-columns:1fr}}

/* v3.5.9 견적요청 첨부 이미지 뷰어 */
body.request-image-viewer-open{overflow:hidden}.request-image-viewer{position:fixed;inset:0;z-index:12000;display:none;align-items:center;justify-content:center;padding:64px 76px 58px;background:rgba(18,18,18,.88);backdrop-filter:blur(7px)}.request-image-viewer.open{display:flex}.request-image-viewer-stage{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:100%;max-height:100%}.request-image-viewer-stage img{display:block;max-width:min(92vw,1500px);max-height:calc(100vh - 145px);object-fit:contain;border-radius:18px;background:#111;box-shadow:0 24px 70px rgba(0,0,0,.38)}.request-image-viewer-caption{margin-top:12px;max-width:min(92vw,900px);color:#fff;font-size:12px;font-weight:800;text-align:center}.request-image-viewer-close,.request-image-viewer-nav{position:absolute;z-index:2;display:grid;place-items:center;border:0;background:rgba(255,255,255,.94);color:#292929;box-shadow:0 10px 30px rgba(0,0,0,.2);cursor:pointer}.request-image-viewer-close{top:20px;right:20px;width:48px;height:48px;border-radius:999px;font-size:29px;line-height:1}.request-image-viewer-nav{top:50%;width:50px;height:64px;border-radius:18px;transform:translateY(-50%);font-size:38px;line-height:1}.request-image-viewer-nav.prev{left:18px}.request-image-viewer-nav.next{right:18px}.request-image-viewer-nav[hidden]{display:none}.request-attachment-card.image{cursor:zoom-in}@media(max-width:640px){.request-image-viewer{padding:72px 14px 54px}.request-image-viewer-stage img{max-width:100%;max-height:calc(100vh - 155px);border-radius:13px}.request-image-viewer-close{top:14px;right:14px;width:44px;height:44px}.request-image-viewer-nav{width:42px;height:54px;border-radius:14px;font-size:32px;background:rgba(255,255,255,.88)}.request-image-viewer-nav.prev{left:8px}.request-image-viewer-nav.next{right:8px}}

/* v3.6.0 - 요청 상세 정보 가독성 개선 */
@media(min-width:901px){.detail-grid{grid-template-columns:minmax(0,1fr) 400px}}
.request-overview-card{padding:22px;border-radius:26px;background:linear-gradient(180deg,#fff 0%,#fdfcfb 100%)}
.request-overview-title{padding-bottom:14px}.request-overview-title h3{font-size:24px;margin-top:3px}.request-overview-section.compact-section{padding:15px 0}.request-overview-head{margin-bottom:10px}.request-overview-head>span{width:36px;height:36px;border-radius:12px;background:#f1efeb}.request-overview-head strong{font-size:14px}.request-overview-head small{font-size:10px}
.request-compact-service{display:flex;align-items:center;gap:12px;padding:15px 16px;border-radius:18px;background:linear-gradient(145deg,#3d3d3b,#6d6a66);color:#fff;box-shadow:0 8px 20px rgba(55,55,55,.12)}.request-compact-service>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:rgba(255,255,255,.14);font-size:21px}.request-compact-service small,.request-compact-service strong{display:block}.request-compact-service small{color:#d8d3ce;font-size:10px;font-weight:800}.request-compact-service strong{margin-top:2px;font-size:14px}
.request-route-pair{display:grid;grid-template-columns:minmax(0,1fr) 26px minmax(0,1fr);align-items:stretch;gap:7px}.request-route-card{position:relative;min-width:0;padding:13px 12px 12px;border:1px solid #e4e0da;border-radius:16px;background:#fff}.request-route-card.origin{box-shadow:inset 3px 0 0 #555}.request-route-card.destination{box-shadow:inset 3px 0 0 #8a8580}.request-route-card .route-card-icon{display:grid;place-items:center;width:31px;height:31px;margin-bottom:8px;border-radius:10px;background:#f1efeb;font-size:15px}.request-route-card small,.request-route-card strong,.request-route-card p{display:block}.request-route-card small{color:#9a948d;font-size:9px;font-weight:850}.request-route-card strong{margin-top:3px;color:#3f3c38;font-size:11px;line-height:1.45}.request-route-card p{margin:4px 0 0;color:#8a847e;font-size:9px;line-height:1.5;overflow-wrap:anywhere}.request-route-arrow{display:grid;place-items:center;color:#9d9790;font-size:18px;font-weight:900}.request-stop-list{display:grid;gap:6px;margin-top:8px}.request-stop-list>div{display:grid;grid-template-columns:auto 1fr;gap:8px 10px;align-items:center;padding:9px 11px;border-radius:12px;background:#f7f5f2}.request-stop-list span{color:#9a938c;font-size:9px;font-weight:850}.request-stop-list strong{font-size:10px}.request-stop-list small{grid-column:2;color:#8b857e;font-size:9px}
.request-mini-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.request-mini-stat{position:relative;min-width:0;padding:12px 11px;border:1px solid #e5e1dc;border-radius:15px;background:#faf9f7}.request-mini-stat>span{font-size:17px}.request-mini-stat small,.request-mini-stat strong{display:block}.request-mini-stat small{margin-top:6px;color:#9a948d;font-size:9px;font-weight:850}.request-mini-stat strong{margin-top:2px;color:#45413d;font-size:11px;line-height:1.45;overflow-wrap:anywhere}
.request-flight-card{display:flex;align-items:center;gap:12px;padding:14px 15px;border-radius:17px;background:linear-gradient(145deg,#373a3c,#666b6f);color:#fff}.request-flight-card>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:rgba(255,255,255,.14);font-size:21px}.request-flight-card small,.request-flight-card strong,.request-flight-card em{display:block}.request-flight-card small{color:#d8dcdf;font-size:9px;font-style:normal;font-weight:800}.request-flight-card strong{margin-top:1px;font-size:17px}.request-flight-card em{margin-top:1px;color:#d9dcde;font-size:9px;font-style:normal}
.request-note-card{position:relative;padding:14px 15px 14px 39px;border-radius:16px;background:#f3f0ec;color:#514d48;font-size:11px;line-height:1.75}.request-note-card:before{content:"“";position:absolute;left:13px;top:4px;color:#a39b93;font-size:32px;font-family:Georgia,serif;line-height:1}
.request-condition-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.request-condition-card{display:flex;align-items:center;gap:9px;min-width:0;padding:11px;border:1px solid #e4e0da;border-radius:15px;background:#fff}.request-condition-card .condition-icon{display:grid;place-items:center;flex:0 0 35px;width:35px;height:35px;border-radius:11px;background:#f1efeb;font-size:17px}.request-condition-card .condition-copy{min-width:0}.request-condition-card small,.request-condition-card strong{display:block}.request-condition-card small{color:#969089;font-size:9px;font-weight:820;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.request-condition-card strong{margin-top:2px;color:#47433f;font-size:11px;line-height:1.4;overflow-wrap:anywhere}.request-condition-card.active{background:linear-gradient(145deg,#464644,#66645f);border-color:#55534f}.request-condition-card.active .condition-icon{background:rgba(255,255,255,.14)}.request-condition-card.active small{color:#d5d1cc}.request-condition-card.active strong{color:#fff}.request-condition-card.muted{background:#f8f7f4}.request-condition-card.muted strong{color:#77716a}
.request-overview-card .request-attachment-grid{gap:9px}.request-overview-card .request-attachment-card{border-radius:15px}.request-overview-card .request-attachment-copy{padding:9px}.request-overview-card .direct-payment{padding:14px;border-radius:15px;background:#f2f0ec;border:1px solid #ded9d2;font-size:11px;line-height:1.65}
@media(max-width:900px){.request-overview-card{padding:22px}.request-mini-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.request-condition-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:640px){.request-overview-card{padding:16px}.request-route-pair{grid-template-columns:1fr;gap:6px}.request-route-arrow{height:20px;transform:rotate(90deg)}.request-mini-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.request-condition-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.request-compact-service{padding:13px}.request-route-card{padding:12px}.request-condition-card{padding:10px}}
@media(max-width:380px){.request-mini-stats,.request-condition-grid{grid-template-columns:1fr}}

/* =========================================================
   v3.8.0 USER PRODUCTION UI
   사용자 웹 공통 상용 UI 정리 + 예약 상세 개편
   ========================================================= */
:root{
  --ui-bg:#f7f7f5;
  --ui-surface:#ffffff;
  --ui-surface-2:#f4f3f0;
  --ui-text:#292929;
  --ui-sub:#6f6c67;
  --ui-line:#e7e4de;
  --ui-dark:#333331;
  --ui-dark-2:#55524e;
  --ui-shadow:0 16px 45px rgba(35,35,35,.075);
  --ui-shadow-hover:0 20px 55px rgba(35,35,35,.115);
}
body{background:var(--ui-bg);color:var(--ui-text)}
.site-main{background:transparent}.site-header{background:rgba(255,255,255,.96);border-bottom:1px solid rgba(223,220,214,.86);box-shadow:0 4px 18px rgba(35,35,35,.035)}
.header-inner{height:74px}.site-brand{letter-spacing:-.05em}.nav-link{transition:background .16s ease,color .16s ease,transform .16s ease}.nav-link:hover{transform:translateY(-1px)}
.login-button,.btn{transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}.login-button:hover,.btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(30,30,30,.10)}
.icon-button{border:1px solid #ebe8e2;background:#f8f7f5}.profile-panel,.dropdown-panel{border-color:#e5e1da;box-shadow:0 20px 54px rgba(35,35,35,.12)}

.page-hero{padding:46px 0 30px;background:linear-gradient(180deg,#f4f3f0 0%,#f8f7f5 70%,transparent 100%);border:0}.page-hero .container{position:relative}.page-hero h1{font-size:40px;margin:10px 0 6px}.page-hero p{color:#75716c;font-size:15px}.page-hero .eyebrow{background:#e9e7e2}
.section.compact{padding:38px 0 64px}.content-wrap{background:transparent}.container.narrow{max-width:920px}
.info-card,.sticky-card,.auth-box,.chat-rooms,.chat-room{border-color:var(--ui-line);box-shadow:var(--ui-shadow)}
.info-card,.sticky-card{border-radius:26px}.info-card h2,.sticky-card h3{color:#2e2d2b}

/* 공통 입력 UI */
.form .field label,.form>label,.field label{font-weight:800;color:#504d49;font-size:13px}.field input,.field select,.field textarea,.form>label>input,.form>label>select,.form>label>textarea,.review-form select,.review-form textarea,.cancel-details select,.cancel-details textarea{width:100%;border:1px solid #ddd9d2;background:#fff;border-radius:16px;padding:14px 15px;color:#2f2e2c;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.field input:focus,.field select:focus,.field textarea:focus,.form>label>input:focus,.form>label>select:focus,.form>label>textarea:focus,.review-form select:focus,.review-form textarea:focus,.cancel-details select:focus,.cancel-details textarea:focus{border-color:#77736d;box-shadow:0 0 0 4px rgba(80,77,72,.08);background:#fff}.form textarea{resize:vertical}.form-message{border-radius:16px}.btn{border-radius:15px}.btn-primary{background:linear-gradient(135deg,#30302f,#56534f);box-shadow:0 10px 24px rgba(42,42,40,.14)}.btn-soft{background:#f2f0ec;border-color:#e1ddd6}.btn-dark{background:linear-gradient(135deg,#30302f,#4f4d49)}

/* 로그인/회원가입 */
.auth-section{background:radial-gradient(circle at 20% 0%,rgba(76,74,70,.08),transparent 28%),linear-gradient(180deg,#f7f6f3,#efede8);padding:54px 18px}.auth-box{max-width:520px;padding:34px;border-radius:30px;background:rgba(255,255,255,.97)}.auth-brand img{width:58px;height:58px;object-fit:contain}.auth-brand h1{font-size:30px;letter-spacing:-.045em;margin:14px 0 6px}.auth-brand p{color:#7e7a74}.sms-target,.login-help,.terms-all,.terms-box{border-radius:17px}.sms-target{padding:15px 16px;background:#f1efeb}.login-help{margin-top:18px;padding:15px;background:#f7f6f3;color:#77726d;font-size:12px;line-height:1.7}.terms-all{padding:15px 16px;background:#eeece7}.terms-box{overflow:hidden;border:1px solid #e5e1da}.term-row{padding:14px 15px;background:#fff;border-bottom:1px solid #eeeae4}.term-row:last-child{border-bottom:0}

/* 목록 공통 */
.request-list,.reservation-grid,.my-review-list,.notification-list{gap:12px}.request-card,.reservation-card,.my-review-card,.notification-item{background:#fff;border:1px solid var(--ui-line);box-shadow:0 7px 22px rgba(35,35,35,.045);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.request-card:hover,.reservation-card:hover,.my-review-card:hover,.notification-item:hover{transform:translateY(-2px);border-color:#d5d0c8;box-shadow:var(--ui-shadow-hover)}
.request-card{border-radius:23px;padding:18px}.request-icon{border-radius:18px}.request-top h3{font-size:18px}.route-line{color:#47443f}.request-meta{color:#77736e}.progress-pills span{background:#f2f0ec;border:1px solid #e6e2dc}
.reservation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reservation-card{border-radius:24px;padding:20px;min-height:250px}.reservation-card .service-emoji{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:#f0eeea;font-size:24px}.reservation-card h3{font-size:19px;margin:8px 0}.reservation-card .view-more{margin-top:auto;color:#5e5b56;font-weight:850}.pending-callout{border-radius:15px}.empty-state{border-radius:28px;background:rgba(255,255,255,.72);border-color:#dcd8d1}

/* 프로필/고객센터/알림/리뷰 */
.profile-grid{gap:12px}.info-box{border:1px solid #e5e1da;background:#faf9f7;border-radius:18px;padding:18px}.info-box strong{color:#34322f}.support-layout{gap:16px}.support-menu{padding:8px;border-radius:18px;background:#eceae5}.support-menu a{background:transparent;border-radius:13px}.support-menu a.active{background:#373735;box-shadow:0 8px 18px rgba(35,35,35,.13)}
.notification-item{border-radius:20px;padding:17px}.notification-icon{border-radius:14px;background:#efede9}.notification-item.unread{background:#fffdf8;border-color:#ddd5c7}.my-review-card{border-radius:23px}.partner-reply{border-radius:16px;background:#f3f1ed}
.support-page-tabs{padding:6px;border-radius:18px;background:#eceae5;gap:5px}.support-page-tabs a{border-radius:13px}.support-page-tabs a.active{background:#363634;color:#fff;box-shadow:0 7px 18px rgba(35,35,35,.14)}
.notice-item,.faq-item{border-radius:19px;border-color:#e4e0da;background:#fff;box-shadow:0 5px 18px rgba(35,35,35,.035)}

/* 채팅 */
.chat-layout{gap:12px}.chat-rooms,.chat-room{border-radius:24px}.chat-room-head,.chat-rooms h2{background:#faf9f7}.room-row{transition:background .15s ease}.room-row:hover{background:#f6f4f0}.room-row.active{background:#ebe8e2}.messages{background:linear-gradient(180deg,#f3f2ef,#f8f7f5)}.bubble{border-radius:18px;padding:11px 14px;box-shadow:0 5px 16px rgba(35,35,35,.035)}.msg.mine .bubble{background:linear-gradient(145deg,#383836,#55524e)}.chat-form,.chat-compose{padding:12px;background:#fff}.chat-form input,.chat-compose input{border-radius:15px;border:1px solid #ddd9d2;background:#faf9f7}

/* 공개 서비스/메인 카드 보정 */
.hero{background:linear-gradient(180deg,#f7f6f3 0%,#fff 85%)}.hero-image-wrap{box-shadow:0 22px 58px rgba(35,35,35,.12)}.service-card{border:1px solid rgba(255,255,255,.08);box-shadow:0 14px 36px rgba(40,40,40,.12)}.step-card,.review-card{border-color:#e5e1da;box-shadow:0 8px 26px rgba(35,35,35,.04)}
.service-detail-hero,.soft-card-section,.payment-guide-card,.partner-hero-card{box-shadow:0 14px 36px rgba(35,35,35,.06)}

/* 모바일 하단 내비 */
.mobile-bottom-nav{box-shadow:0 -10px 28px rgba(35,35,35,.06)}.mobile-bottom-nav a{transition:background .15s ease,color .15s ease}.mobile-bottom-nav a:active{background:#f1efeb}

/* ---------------------------------------------------------
   사용자 예약 상세
   --------------------------------------------------------- */
.reservation-detail-hero{padding-bottom:28px}.reservation-title-modern{align-items:flex-end}.reservation-title-modern h1{margin:10px 0 4px;font-size:38px;letter-spacing:-.05em}.reservation-title-modern p{margin:0;color:#74706b}.reservation-title-status{display:grid;justify-items:end;gap:7px}.reservation-title-status small{color:#98938d;font-size:11px;font-weight:750}.reservation-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.reservation-detail-page .detail-main{min-width:0}.reservation-summary-card{position:sticky;top:94px;padding:22px;border-radius:26px}
.reservation-progress-card{overflow:hidden}.reservation-current-state{padding:8px 12px;border-radius:999px;background:#363634;color:#fff;font-size:12px}.reservation-progress-track{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.reservation-progress-track:before{content:"";position:absolute;left:8%;right:8%;top:19px;height:2px;background:#e5e1da}.reservation-progress-step{position:relative;z-index:1;display:grid;justify-items:center;text-align:center;gap:5px}.reservation-progress-step>span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#f0eeea;border:2px solid #fff;box-shadow:0 0 0 1px #e2ded7;color:#8d8881;font-size:12px;font-weight:900}.reservation-progress-step strong{font-size:12px}.reservation-progress-step small{color:#9a958e;font-size:9px}.reservation-progress-step.done>span,.reservation-progress-step.active>span{background:#383836;color:#fff;box-shadow:0 0 0 1px #383836}.reservation-progress-step.active>span{transform:scale(1.08);box-shadow:0 0 0 5px rgba(56,56,54,.09)}.reservation-progress-step.done strong,.reservation-progress-step.active strong{color:#2f2e2b}
.reservation-route-modern{display:grid;grid-template-columns:minmax(0,1fr) 54px minmax(0,1fr);gap:12px;align-items:stretch}.reservation-place{display:flex;gap:12px;padding:17px;border:1px solid #e5e1da;border-radius:20px;background:#faf9f7}.reservation-place>span{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:14px;background:#eceae5;font-size:20px}.reservation-place small,.reservation-place strong,.reservation-place p{display:block}.reservation-place small{color:#98928b;font-size:10px;font-weight:850}.reservation-place strong{margin-top:3px;font-size:15px;line-height:1.45}.reservation-place p{margin:4px 0 0;color:#77716b;font-size:11px;line-height:1.6}.reservation-route-line{position:relative;display:grid;place-items:center;color:#918b84;font-size:20px}.reservation-route-line i{position:absolute;left:0;right:0;height:1px;background:#ddd8d1}.reservation-route-line b{position:relative;padding:5px;background:#fff}.reservation-stop-grid{display:grid;gap:7px;margin-top:10px}.reservation-stop-grid>div{display:grid;grid-template-columns:auto 1fr;gap:5px 10px;padding:11px 13px;border-radius:15px;background:#f4f2ee}.reservation-stop-grid span{color:#8c867e;font-size:10px;font-weight:850}.reservation-stop-grid strong{font-size:12px}.reservation-stop-grid small{grid-column:2;color:#928c85;font-size:10px}.reservation-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:13px}.reservation-stat-grid>div{min-width:0;padding:14px;border:1px solid #e5e1da;border-radius:17px;background:#fff}.reservation-stat-grid>div>span{font-size:19px}.reservation-stat-grid small,.reservation-stat-grid strong{display:block}.reservation-stat-grid small{margin-top:7px;color:#969089;font-size:9px;font-weight:850}.reservation-stat-grid strong{margin-top:2px;font-size:12px;line-height:1.5;overflow-wrap:anywhere}
.reservation-flight-highlight{display:flex;align-items:center;gap:14px;margin-top:16px;padding:18px 20px;border-radius:23px;background:linear-gradient(145deg,#343638,#62676a);color:#fff;box-shadow:0 12px 30px rgba(35,35,35,.12)}.reservation-flight-highlight>span{display:grid;place-items:center;width:50px;height:50px;border-radius:16px;background:rgba(255,255,255,.13);font-size:25px}.reservation-flight-highlight small,.reservation-flight-highlight strong,.reservation-flight-highlight em{display:block}.reservation-flight-highlight small{color:#d7dadd;font-size:10px;font-weight:800}.reservation-flight-highlight strong{font-size:22px}.reservation-flight-highlight em{color:#d7dadd;font-size:10px;font-style:normal}
.reservation-note-bubble{position:relative;padding:18px 20px 18px 48px;border-radius:20px;background:#f2efeb;color:#4d4944;line-height:1.8}.reservation-note-bubble:before{content:"“";position:absolute;left:16px;top:3px;color:#a39b92;font:40px Georgia,serif}
.reservation-condition-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.reservation-condition-card{display:flex;align-items:center;gap:10px;min-width:0;padding:14px;border:1px solid #e5e1da;border-radius:18px;background:#faf9f7}.reservation-condition-card>span{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;border-radius:13px;background:#eceae5;font-size:20px}.reservation-condition-card small,.reservation-condition-card strong{display:block}.reservation-condition-card small{color:#969089;font-size:10px;font-weight:820}.reservation-condition-card strong{margin-top:2px;font-size:12px;overflow-wrap:anywhere}.reservation-condition-card.active{background:linear-gradient(145deg,#41413f,#66635f);border-color:#54524e;color:#fff}.reservation-condition-card.active>span{background:rgba(255,255,255,.13)}.reservation-condition-card.active small{color:#d3d0ca}.reservation-condition-card.muted strong{color:#77716b}
.reservation-attachment-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.reservation-attachment-grid .request-attachment-card{border-radius:18px;box-shadow:0 5px 18px rgba(35,35,35,.04)}
.reservation-driver-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.reservation-driver-card{display:flex;gap:13px;padding:16px;border:1px solid #e5e1da;border-radius:19px;background:#faf9f7}.reservation-driver-icon{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:15px;background:#e9e7e2;font-size:24px}.reservation-driver-card small,.reservation-driver-card strong,.reservation-driver-card p,.reservation-driver-card span{display:block}.reservation-driver-card small{color:#98928b;font-size:9px;font-weight:850}.reservation-driver-card strong{margin-top:2px;font-size:14px}.reservation-driver-card p{margin:3px 0;color:#77716b;font-size:11px}.reservation-driver-card span{font-size:11px;color:#55514c}
.reservation-summary-head{display:flex;align-items:center;gap:12px;padding-bottom:17px;border-bottom:1px solid #ece8e2}.reservation-summary-avatar{display:grid;place-items:center;width:52px;height:52px;border-radius:17px;background:linear-gradient(145deg,#3a3a38,#64615d);font-size:24px;overflow:hidden;flex:0 0 52px}.reservation-summary-avatar.has-photo{background:#efede8}.reservation-summary-avatar img{display:block;width:100%;height:100%;object-fit:cover}.reservation-summary-head small{display:block;color:#99928a;font-size:9px;font-weight:850}.reservation-summary-head h3{margin:2px 0 6px;font-size:18px}.reservation-contact-card{margin-top:14px;padding:16px;border-radius:19px;background:#efede8}.reservation-contact-card>small{display:block;color:#8e8880;font-size:9px;font-weight:850}.reservation-contact-card>strong{display:block;margin-top:2px;font-size:22px;letter-spacing:-.025em}.reservation-contact-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:12px}.reservation-contact-actions .btn{min-height:43px;padding:0 10px;font-size:12px}.reservation-summary-price{margin-top:14px;padding:17px;border-radius:19px;background:linear-gradient(145deg,#373735,#5d5a56);color:#fff}.reservation-summary-price small,.reservation-summary-price strong,.reservation-summary-price span{display:block}.reservation-summary-price small{color:#d4d0ca;font-size:9px;font-weight:850}.reservation-summary-price strong{margin-top:2px;font-size:26px}.reservation-summary-price span{margin-top:2px;color:#d9d5cf;font-size:10px}.reservation-summary-facts{display:grid;gap:0;margin-top:13px;border:1px solid #e7e3dd;border-radius:18px;overflow:hidden}.reservation-summary-facts>div{display:grid;grid-template-columns:80px 1fr;gap:10px;padding:12px 13px;background:#fff;border-bottom:1px solid #eeeae4}.reservation-summary-facts>div:last-child{border-bottom:0}.reservation-summary-facts span{color:#969089;font-size:10px;font-weight:800}.reservation-summary-facts strong{text-align:right;font-size:11px;overflow-wrap:anywhere}.reservation-summary-card .direct-payment{margin-top:13px;border-radius:16px}.reservation-cancel-zone{margin-top:14px;padding-top:13px;border-top:1px solid #ece8e2}.reservation-cancel-zone summary{color:#9a4b45;text-align:center;font-size:11px;font-weight:850;cursor:pointer}.reservation-cancel-zone form{margin-top:12px}.reservation-review-card .rating-grid{gap:9px}

/* 데스크톱 목록/상세의 여백과 폭 */
@media(min-width:901px){
  .reservation-detail-page .container{width:min(1240px,calc(100% - 46px))}
  .request-list{max-width:1080px;margin:0 auto}.reservation-grid{max-width:1080px;margin:0 auto}
}

@media(max-width:980px){
  .reservation-detail-layout{grid-template-columns:1fr}.reservation-summary-card{position:static}.reservation-condition-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reservation-attachment-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:720px){
  .page-hero{padding:30px 0 20px}.page-hero h1{font-size:30px}.section.compact{padding:26px 0 48px}.reservation-grid{grid-template-columns:1fr}.reservation-title-modern{display:block}.reservation-title-modern h1{font-size:31px}.reservation-title-status{justify-items:start;margin-top:13px}.reservation-summary-card{padding:18px}.reservation-progress-track{gap:2px}.reservation-progress-track:before{left:10%;right:10%;top:17px}.reservation-progress-step>span{width:35px;height:35px}.reservation-progress-step strong{font-size:10px}.reservation-progress-step small{display:none}.reservation-route-modern{grid-template-columns:1fr;gap:7px}.reservation-route-line{height:24px;transform:rotate(90deg)}.reservation-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reservation-condition-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reservation-driver-grid{grid-template-columns:1fr}.reservation-attachment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reservation-contact-actions{grid-template-columns:1fr 1fr}.auth-box{padding:25px 20px}.profile-grid{grid-template-columns:1fr}.notification-item{padding:14px}.chat-rooms,.chat-room{border-radius:19px}
}
@media(max-width:390px){
  .reservation-condition-grid,.reservation-contact-actions{grid-template-columns:1fr}.reservation-stat-grid{grid-template-columns:1fr 1fr}.reservation-progress-step strong{font-size:9px}.reservation-contact-card>strong{font-size:19px}
}

/* ======================================================================
   v3.9.0 USER ACCOUNT / COMMUNICATION PRODUCTION UI
   견적요청·견적목록·견적상세는 기존 최신 UI를 유지하고 계정/예약/소통 영역만 보강.
   ====================================================================== */
.account-surface{background:linear-gradient(180deg,#fbfaf8 0,#f7f6f3 100%)}
.account-wide{max-width:1120px}.account-narrow-modern{max-width:860px}.account-profile-wrap{max-width:980px}
.account-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;padding:16px 18px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 8px 26px rgba(48,48,48,.045)}
.account-toolbar>div{display:flex;align-items:center;gap:12px}.account-toolbar-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:15px;background:#f0eeea;font-size:21px}.account-toolbar strong,.account-toolbar small{display:block}.account-toolbar strong{font-size:15px}.account-toolbar small{margin-top:2px;color:#8a8580;font-size:11px}.account-empty{border:1px dashed #dcd7d0;background:rgba(255,255,255,.78);box-shadow:none}
.user-alert{display:flex;gap:11px;align-items:flex-start;margin:0 0 16px;padding:14px 16px;border-radius:17px;border:1px solid #ead7d5;background:#fff7f6;color:#6e3f3a}.user-alert>span{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:10px;background:#f2ddda;font-weight:900}.user-alert strong,.user-alert p{display:block;margin:0}.user-alert p{margin-top:3px;font-size:12px;line-height:1.65}.user-alert.info{border-color:#d9e3ea;background:#f6fafc;color:#435867}.user-alert.info>span{background:#e5eef3}

/* 로그인 / 회원가입 */
.user-auth-modern{min-height:calc(100vh - 78px);display:grid;place-items:center;padding:46px 20px 70px;background:radial-gradient(circle at 12% 18%,rgba(223,219,212,.48),transparent 32%),linear-gradient(145deg,#f8f7f4,#fff)}
.user-auth-shell{width:min(1040px,100%);display:grid;grid-template-columns:.9fr 1.1fr;border:1px solid #e4e0da;border-radius:34px;overflow:hidden;background:#fff;box-shadow:0 30px 80px rgba(40,40,40,.12)}
.user-auth-aside{position:relative;min-height:610px;padding:34px;display:flex;flex-direction:column;background:linear-gradient(155deg,#343432 0%,#55524e 65%,#716c66 100%);color:#fff;overflow:hidden}.user-auth-aside:after{content:"";position:absolute;width:310px;height:310px;border-radius:50%;right:-110px;bottom:-110px;background:rgba(255,255,255,.07)}
.user-auth-brand{position:relative;z-index:1;display:flex;align-items:center;gap:10px;width:max-content;font-size:18px;font-weight:900}.user-auth-brand img{width:40px;height:40px;object-fit:contain;filter:brightness(3)}
.user-auth-aside-copy{position:relative;z-index:1;margin:auto 0}.user-auth-kicker{font-size:11px;font-weight:900;letter-spacing:.18em;color:#d5d1cb}.user-auth-aside-copy h1{margin:14px 0 17px;font-size:39px;line-height:1.2;letter-spacing:-.055em}.user-auth-aside-copy p{max-width:360px;margin:0;color:#d7d4cf;font-size:14px;line-height:1.85}
.user-auth-trust{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:9px}.user-auth-trust>div{padding:14px;border:1px solid rgba(255,255,255,.13);border-radius:17px;background:rgba(255,255,255,.07)}.user-auth-trust span,.user-auth-trust strong,.user-auth-trust small{display:block}.user-auth-trust span{font-size:19px}.user-auth-trust strong{margin-top:7px;font-size:11px}.user-auth-trust small{margin-top:2px;color:#c9c5bf;font-size:9px}
.user-auth-card{padding:42px 46px 38px;align-self:center}.auth-step-track{display:grid;grid-template-columns:auto 1fr auto;align-items:start;margin-bottom:34px}.auth-step-track.three{grid-template-columns:auto 1fr auto 1fr auto}.auth-step-track>div{display:grid;justify-items:center;gap:5px;color:#aaa49d}.auth-step-track>div span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#ece9e4;font-size:10px;font-weight:900}.auth-step-track>div b{font-size:9px;white-space:nowrap}.auth-step-track>div.active,.auth-step-track>div.done{color:#3b3936}.auth-step-track>div.active span{background:#393936;color:#fff;box-shadow:0 0 0 5px rgba(57,57,54,.08)}.auth-step-track>div.done span{background:#6a6762;color:#fff}.auth-step-track>i{height:1px;margin:14px 10px 0;background:#ddd8d1}
.user-auth-card-head{display:flex;gap:14px;align-items:flex-start;margin-bottom:22px}.user-auth-card-icon{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:16px;background:#efede9;font-size:23px}.user-auth-card-head small{display:block;color:#99928a;font-size:9px;font-weight:900;letter-spacing:.12em}.user-auth-card-head h2{margin:3px 0 5px;font-size:26px;letter-spacing:-.045em}.user-auth-card-head p{margin:0;color:#77716b;font-size:12px;line-height:1.7}
.user-auth-form{display:grid;gap:14px}.user-floating-field>span{display:block;margin-bottom:7px;color:#5c5752;font-size:11px;font-weight:850}.user-floating-field>small{display:block;margin-top:6px;color:#9a948d;font-size:9px}.user-input-with-icon{display:flex;align-items:center;border:1px solid #ddd8d1;border-radius:16px;background:#fff;overflow:hidden;transition:.16s}.user-input-with-icon:focus-within{border-color:#77716a;box-shadow:0 0 0 4px rgba(70,68,64,.07)}.user-input-with-icon i{display:grid;place-items:center;width:48px;font-style:normal}.user-input-with-icon input{flex:1;min-width:0;height:53px;border:0;outline:0;padding:0 15px 0 0;background:transparent;font-size:16px;font-weight:750;letter-spacing:.01em}.otp-field input{width:100%;height:58px;border:1px solid #ddd8d1;border-radius:16px;text-align:center;font-size:24px;font-weight:900;letter-spacing:.32em;outline:none}.otp-field input:focus{border-color:#77716a;box-shadow:0 0 0 4px rgba(70,68,64,.07)}.user-auth-submit{min-height:54px;border-radius:17px;margin-top:2px;font-size:14px}.user-auth-submit span{font-size:17px}
.auth-phone-target{display:flex;align-items:center;gap:12px;margin-bottom:14px;padding:13px 15px;border-radius:16px;background:#f4f2ee}.auth-phone-target>span{font-size:22px}.auth-phone-target small,.auth-phone-target strong{display:block}.auth-phone-target small{color:#928c85;font-size:9px;font-weight:800}.auth-phone-target strong{font-size:13px}.auth-timer-card{display:flex;align-items:center;justify-content:center;gap:7px;padding:11px;border-radius:13px;background:#f8f7f5;color:#6b655f;font-size:11px}.auth-timer-card .expired{color:#a14640}.auth-secondary-actions{display:flex;align-items:center;justify-content:center;gap:13px;margin-top:17px}.auth-secondary-actions>span{width:1px;height:12px;background:#ddd8d1}.auth-text-button{padding:0;border:0;background:none;color:#77716b;font-size:10px;font-weight:800}.auth-help-note{display:flex;gap:8px;margin-top:22px;padding-top:17px;border-top:1px solid #eeeae4;color:#8e8881;font-size:10px;line-height:1.6}.auth-help-note p{margin:0}
.signup-shell .user-auth-aside{min-height:690px}.signup-complete-phone{position:relative;z-index:1;display:flex;gap:11px;align-items:center;padding:15px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.07)}.signup-complete-phone>span{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:rgba(255,255,255,.13);font-weight:900}.signup-complete-phone small,.signup-complete-phone strong{display:block}.signup-complete-phone small{color:#ccc8c1;font-size:9px}.signup-complete-phone strong{margin-top:2px;font-size:12px}.signup-card{padding-top:34px;padding-bottom:34px}.signup-form-modern{display:grid;gap:18px}.signup-terms-section{display:grid;gap:9px}.terms-master-card,.term-card{position:relative;border:1px solid #e4e0da;border-radius:16px;background:#fff}.terms-master-card{display:flex;align-items:center;gap:11px;padding:15px;background:#f4f2ee}.terms-master-card input,.term-card input{position:absolute;opacity:0;pointer-events:none}.terms-check-ui{display:grid;place-items:center;flex:0 0 25px;width:25px;height:25px;border-radius:9px;border:1px solid #cec8c0;background:#fff;color:transparent;font-size:11px;font-weight:900}.terms-master-card input:checked+.terms-check-ui,.term-card input:checked+.terms-check-ui{background:#3d3c39;border-color:#3d3c39;color:#fff}.terms-master-card strong,.terms-master-card small,.term-card strong,.term-card small{display:block}.terms-master-card strong{font-size:12px}.terms-master-card small{margin-top:2px;color:#88827a;font-size:9px}.terms-card-list{display:grid;gap:7px}.term-card{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 13px}.term-card label{display:flex;align-items:center;gap:10px;min-width:0;cursor:pointer}.term-card strong{font-size:11px}.term-card small{margin-top:2px;color:#979089;font-size:9px}.term-card small b{color:#6d4a45}.term-card small em{color:#777;font-style:normal}.term-card>a{flex:0 0 auto;padding:6px 9px;border-radius:9px;background:#f4f2ee;color:#67615b;font-size:9px;font-weight:850}

/* 내 예약 목록 */
.user-reservation-list{display:grid;gap:14px}.user-reservation-card{display:block;border:1px solid #e3dfd9;border-radius:25px;background:#fff;overflow:hidden;box-shadow:0 10px 28px rgba(48,48,48,.055);transition:.18s}.user-reservation-card:hover{transform:translateY(-2px);box-shadow:0 15px 36px rgba(48,48,48,.09)}.user-reservation-state{display:flex;align-items:center;gap:12px;padding:15px 18px;background:#f5f3ef;border-bottom:1px solid #e8e4de}.user-reservation-state>span{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;border-radius:14px;background:#fff;font-size:20px}.user-reservation-state>div{flex:1}.user-reservation-state small,.user-reservation-state strong,.user-reservation-state p{display:block;margin:0}.user-reservation-state small{color:#9a948d;font-size:9px;font-weight:850}.user-reservation-state strong{font-size:14px}.user-reservation-state p{margin-top:2px;color:#817b74;font-size:10px}.user-reservation-state>b{font-size:24px;color:#aaa39b}.user-reservation-card.tone-live .user-reservation-state{background:linear-gradient(135deg,#3f403f,#62615f);color:#fff}.user-reservation-card.tone-live .user-reservation-state small,.user-reservation-card.tone-live .user-reservation-state p,.user-reservation-card.tone-live .user-reservation-state>b{color:#d7d4cf}.user-reservation-card.tone-action .user-reservation-state{background:#f4eee8}.user-reservation-card.tone-cancelled .user-reservation-state{background:#f7efee;color:#774a46}.user-reservation-main{display:grid;grid-template-columns:310px 1fr;gap:20px;align-items:center;padding:20px}.user-reservation-service{display:flex;align-items:center;gap:12px}.user-reservation-service>.reservation-service-icon{flex:0 0 48px;width:48px;height:48px;border-radius:16px;background:#f0eeea}.user-reservation-service small,.user-reservation-service h3,.user-reservation-service span{display:block}.user-reservation-service small{color:#98928a;font-size:9px;font-weight:850}.user-reservation-service h3{margin:2px 0;font-size:17px}.user-reservation-service span{color:#6f6962;font-size:10px}.user-reservation-route{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center}.user-reservation-route>div{min-width:0;padding:12px 14px;border-radius:15px;background:#f8f7f5}.user-reservation-route small,.user-reservation-route strong{display:block}.user-reservation-route small{color:#9a948d;font-size:9px;font-weight:850}.user-reservation-route strong{margin-top:2px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-reservation-route>i{font-style:normal;color:#aaa39b}.user-reservation-facts{display:grid;grid-template-columns:1.2fr .8fr 1fr;border-top:1px solid #ece8e2}.user-reservation-facts>div{display:grid;grid-template-columns:auto 1fr;column-gap:8px;padding:14px 18px;border-right:1px solid #ece8e2}.user-reservation-facts>div:last-child{border-right:0}.user-reservation-facts>div>span{grid-row:1/3;font-size:18px}.user-reservation-facts small,.user-reservation-facts strong{display:block}.user-reservation-facts small{color:#9b958e;font-size:9px}.user-reservation-facts strong{font-size:11px}.user-reservation-deadline{display:flex;align-items:center;gap:10px;padding:10px 18px;background:#3d3d3a;color:#fff}.user-reservation-deadline span{font-size:10px}.user-reservation-deadline strong{margin-left:auto;font-size:12px}.user-reservation-deadline small{color:#cfcac3;font-size:9px}

/* 프로필 */
.profile-hero-modern{display:flex;align-items:center;gap:17px;padding:23px;border:1px solid #e2ded8;border-radius:27px;background:linear-gradient(145deg,#fff,#f8f6f2);box-shadow:0 12px 32px rgba(48,48,48,.055)}.profile-avatar-modern{display:grid;place-items:center;flex:0 0 68px;width:68px;height:68px;border-radius:22px;background:linear-gradient(145deg,#3d3d3b,#6c6863);color:#fff;font-size:26px;font-weight:900}.profile-hero-copy{flex:1}.profile-hero-copy .mini-label{font-size:9px}.profile-hero-copy h2{margin:3px 0 7px;font-size:24px}.profile-hero-copy p{display:flex;flex-wrap:wrap;gap:10px;margin:0;color:#77716a;font-size:10px}.profile-verified-modern{padding:7px 11px;border-radius:999px;background:#e9f0eb;color:#46604e;font-size:9px;font-weight:900}.profile-quick-modern{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:13px 0}.profile-quick-modern>a{display:flex;align-items:center;gap:10px;padding:15px;border:1px solid #e5e1db;border-radius:18px;background:#fff;transition:.16s}.profile-quick-modern>a:hover{transform:translateY(-2px);box-shadow:0 9px 22px rgba(45,45,45,.06)}.profile-quick-modern>a>span{font-size:21px}.profile-quick-modern>a>div{flex:1}.profile-quick-modern strong,.profile-quick-modern small{display:block}.profile-quick-modern strong{font-size:11px}.profile-quick-modern small{margin-top:2px;color:#969088;font-size:9px}.profile-quick-modern b{color:#aaa39b}.account-section-card{margin-top:13px;padding:21px;border:1px solid #e4e0da;border-radius:24px;background:#fff;box-shadow:0 8px 25px rgba(48,48,48,.035)}.account-section-head{margin-bottom:14px}.account-section-head>div{display:flex;gap:12px;align-items:center}.account-section-head>div>span{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#f0eeea;font-size:19px}.account-section-head small,.account-section-head h2,.account-section-head p{display:block;margin:0}.account-section-head small{color:#99928b;font-size:8px;font-weight:900;letter-spacing:.1em}.account-section-head h2{margin-top:1px;font-size:16px}.account-section-head p{margin-top:2px;color:#8d8780;font-size:9px}.preference-modern{border:1px solid #ebe7e1;border-radius:18px;overflow:hidden}.preference-row{position:relative;display:flex;align-items:center;gap:11px;padding:14px 15px;border-bottom:1px solid #ebe7e1;cursor:pointer}.preference-row:last-of-type{border-bottom:0}.preference-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#f4f2ee}.preference-row>div{flex:1}.preference-row strong,.preference-row small{display:block}.preference-row strong{font-size:11px}.preference-row small{margin-top:2px;color:#969088;font-size:9px}.preference-row input{position:absolute;opacity:0}.preference-row i{position:relative;width:43px;height:25px;border-radius:999px;background:#d9d5cf;transition:.18s}.preference-row i:after{content:"";position:absolute;width:19px;height:19px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.18);transition:.18s}.preference-row input:checked+i{background:#44433f}.preference-row input:checked+i:after{transform:translateX(18px)}.preference-save{display:flex;justify-content:flex-end;padding:12px 14px;background:#faf9f7}.preference-save .btn{min-height:40px;font-size:11px}.terms-status-modern{border:1px solid #ebe7e1;border-radius:18px;overflow:hidden}.terms-status-modern>div{display:flex;align-items:center;gap:10px;padding:13px 14px;border-bottom:1px solid #ebe7e1}.terms-status-modern>div:last-child{border-bottom:0}.terms-doc-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#f4f2ee}.terms-status-modern>div>div{flex:1}.terms-status-modern strong,.terms-status-modern small{display:block}.terms-status-modern strong{font-size:10px}.terms-status-modern small{margin-top:2px;color:#969088;font-size:8px}.terms-status-modern em{font-style:normal;font-size:9px;font-weight:900}.terms-status-modern em.ok{color:#4b6d55}.terms-status-modern em.need{color:#9b524b}.settings-modern-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}.settings-modern-list>a{display:flex;align-items:center;gap:10px;padding:13px;border:1px solid #ebe7e1;border-radius:16px;background:#fbfaf8}.settings-modern-list>a>span{font-size:18px}.settings-modern-list>a>div{flex:1}.settings-modern-list strong,.settings-modern-list small{display:block}.settings-modern-list strong{font-size:10px}.settings-modern-list small{margin-top:2px;color:#969088;font-size:8px}.settings-modern-list>a>b{color:#aaa39b}.settings-modern-list>a.logout{background:#f8f3f2;color:#7e4944}.account-danger-card{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:13px;padding:18px 20px;border:1px solid #ead8d5;border-radius:20px;background:#fff8f7;color:#6f4742}.account-danger-card>div{display:flex;gap:11px}.account-danger-card>div>span{font-size:20px}.account-danger-card strong,.account-danger-card p{display:block;margin:0}.account-danger-card strong{font-size:11px}.account-danger-card p{margin-top:2px;font-size:9px;color:#9a716c}.account-danger-card details{position:relative}.account-danger-card summary{list-style:none;padding:8px 11px;border-radius:10px;background:#f1dedb;font-size:9px;font-weight:850;cursor:pointer}.account-danger-card details[open] form{position:absolute;right:0;bottom:38px;width:330px;padding:15px;border:1px solid #e3d3d0;border-radius:16px;background:#fff;box-shadow:0 15px 40px rgba(50,30,30,.14)}.account-danger-card form label{font-size:9px}.account-danger-card form input{width:100%;height:40px;margin:7px 0 10px;padding:0 10px;border:1px solid #ddd5d2;border-radius:10px}

/* 알림 */
.notification-toolbar-modern{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px;padding:16px 18px;border:1px solid #e4e0da;border-radius:20px;background:#fff}.notification-toolbar-modern>div{display:flex;align-items:center;gap:11px}.notification-toolbar-icon{display:grid;place-items:center;width:43px;height:43px;border-radius:14px;background:#f0eeea;font-size:20px}.notification-toolbar-modern strong,.notification-toolbar-modern small{display:block}.notification-toolbar-modern strong{font-size:13px}.notification-toolbar-modern small{margin-top:2px;color:#958f87;font-size:9px}.notification-groups-modern{display:grid;gap:20px}.notification-groups-modern>section>h2{margin:0 0 8px 4px;color:#817b74;font-size:10px;font-weight:900}.notification-modern-list{display:grid;gap:7px}.notification-modern-item{display:flex;align-items:center;gap:12px;padding:14px 15px;border:1px solid #e8e4de;border-radius:18px;background:#fff;transition:.15s}.notification-modern-item:hover{transform:translateX(2px);border-color:#d4cec6}.notification-modern-item.unread{border-color:#d8d3cc;background:linear-gradient(90deg,#f6f4f0,#fff)}.notification-modern-icon{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;border-radius:13px;background:#f0eeea;font-size:19px}.notification-modern-item.unread .notification-modern-icon{background:#42413e;color:#fff}.notification-modern-copy{flex:1;min-width:0}.notification-modern-copy>div{display:flex;align-items:center;gap:7px}.notification-modern-copy strong{font-size:11px}.notification-modern-copy i{padding:2px 5px;border-radius:999px;background:#44433f;color:#fff;font-size:7px;font-style:normal;font-weight:900}.notification-modern-copy p{margin:3px 0;color:#6f6962;font-size:10px;line-height:1.6}.notification-modern-copy small{display:block;color:#a09a93;font-size:8px}.notification-arrow{color:#aaa39b;font-size:20px}

/* 1:1 문의 */
.modern-tabs{margin-bottom:18px}.support-modern-layout{display:grid;grid-template-columns:330px 1fr;gap:14px;min-height:560px}.support-modern-sidebar,.support-conversation-card,.support-compose-card{border:1px solid #e4e0da;border-radius:24px;background:#fff;box-shadow:0 9px 26px rgba(48,48,48,.04)}.support-modern-sidebar{overflow:hidden}.support-sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:17px;border-bottom:1px solid #ebe7e1}.support-sidebar-head small{display:block;color:#9a948d;font-size:8px;font-weight:900;letter-spacing:.1em}.support-sidebar-head h2{margin:2px 0 0;font-size:16px}.support-new-button{padding:7px 9px;border-radius:10px;background:#403f3c;color:#fff;font-size:9px;font-weight:850}.support-ticket-modern-list{display:grid}.support-ticket-modern{display:flex;align-items:center;gap:9px;padding:13px 14px;border-bottom:1px solid #eeeae4}.support-ticket-modern:last-child{border-bottom:0}.support-ticket-modern:hover,.support-ticket-modern.active{background:#f7f5f1}.support-ticket-modern>span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#efede9}.support-ticket-modern>div{flex:1;min-width:0}.support-ticket-modern>div>div{display:flex;align-items:center;gap:5px}.support-ticket-modern strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.support-ticket-modern .status-badge{font-size:7px;padding:2px 5px}.support-ticket-modern small{display:block;margin-top:3px;color:#989189;font-size:8px}.support-ticket-modern>b{color:#aaa39b}.support-empty-mini{display:grid;justify-items:center;gap:5px;padding:35px 15px;color:#9b958e;text-align:center}.support-empty-mini span{font-size:27px}.support-empty-mini p{margin:0;font-size:10px}.support-modern-main{min-width:0}.support-conversation-card,.support-compose-card{height:100%;overflow:hidden}.support-conversation-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid #e9e5df;background:#fbfaf8}.support-conversation-head>div,.support-compose-head{display:flex;gap:12px;align-items:center}.support-conversation-head>div>span,.support-compose-head>span{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#efede9;font-size:20px}.support-conversation-head small,.support-conversation-head h2,.support-conversation-head p,.support-compose-head small,.support-compose-head h2,.support-compose-head p{display:block;margin:0}.support-conversation-head small,.support-compose-head small{color:#989189;font-size:8px;font-weight:900}.support-conversation-head h2,.support-compose-head h2{margin-top:2px;font-size:16px}.support-conversation-head p,.support-compose-head p{margin-top:2px;color:#8c867f;font-size:9px}.support-conversation-head>a{font-size:9px;font-weight:850}.support-conversation{max-height:500px;overflow:auto;padding:20px;background:#f7f6f3}.support-bubble-row{display:flex;gap:8px;margin-bottom:13px}.support-bubble-row.mine{flex-direction:row-reverse}.support-bubble-avatar{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:10px;background:#ddd9d3;color:#66605a;font-size:9px;font-weight:900}.support-bubble-row.mine .support-bubble-avatar{background:#474642;color:#fff}.support-bubble{max-width:78%;padding:11px 13px;border-radius:6px 17px 17px 17px;background:#fff;box-shadow:0 4px 14px rgba(50,50,50,.04)}.support-bubble-row.mine .support-bubble{border-radius:17px 6px 17px 17px;background:#44433f;color:#fff}.support-bubble b,.support-bubble p,.support-bubble small{display:block;margin:0}.support-bubble b{font-size:8px}.support-bubble p{margin-top:5px;font-size:10px;line-height:1.7}.support-bubble small{margin-top:5px;color:#9b958e;font-size:7px}.support-bubble-row.mine .support-bubble small{color:#cfcac4}.support-reply-form{display:grid;grid-template-columns:1fr auto;gap:8px;padding:14px;border-top:1px solid #e9e5df}.support-reply-form textarea{resize:none;min-height:48px;padding:12px 14px;border:1px solid #ddd8d1;border-radius:15px;outline:none}.support-reply-form textarea:focus{border-color:#827b73}.support-reply-form .btn{min-height:48px}.support-closed-note{padding:14px;text-align:center;background:#f4f2ee;color:#7c766f;font-size:9px}.support-compose-card{padding:22px}.support-compose-head{padding-bottom:18px;border-bottom:1px solid #ebe7e1}.support-compose-form{display:grid;gap:14px;margin-top:18px}.support-compose-form label>span{display:block;margin-bottom:6px;font-size:10px;font-weight:850}.support-compose-form input,.support-compose-form select,.support-compose-form textarea{width:100%;padding:12px 13px;border:1px solid #ddd8d1;border-radius:14px;background:#fff;outline:none}.support-compose-form input,.support-compose-form select{height:47px}.support-compose-form textarea{resize:vertical;min-height:150px}.support-compose-form input:focus,.support-compose-form select:focus,.support-compose-form textarea:focus{border-color:#817b74;box-shadow:0 0 0 4px rgba(80,75,70,.06)}.support-compose-form label>small{display:block;margin-top:6px;color:#9a948d;font-size:8px}.support-compose-form>.btn{justify-self:end}

/* 리뷰 */
.review-modern-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.review-modern-card{display:block;padding:19px;border:1px solid #e4e0da;border-radius:23px;background:#fff;box-shadow:0 8px 24px rgba(48,48,48,.04);transition:.16s}.review-modern-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(48,48,48,.075)}.review-modern-head{display:flex;align-items:center;gap:10px}.review-modern-service-icon{display:grid;place-items:center;flex:0 0 45px;width:45px;height:45px;border-radius:15px;background:#f0eeea;overflow:hidden}.review-modern-head>div{flex:1}.review-modern-head small,.review-modern-head h3{display:block;margin:0}.review-modern-head small{color:#969088;font-size:8px;font-weight:850}.review-modern-head h3{margin-top:2px;font-size:13px}.review-edit-chip{padding:5px 7px;border-radius:999px;font-size:7px;font-style:normal;font-weight:900}.review-edit-chip.editable{background:#e8f0ea;color:#44604c}.review-edit-chip.closed{background:#efede9;color:#8e8880}.review-modern-rating{display:flex;justify-content:space-between;align-items:center;margin-top:15px;padding:11px 13px;border-radius:14px;background:#f8f7f5}.review-modern-rating strong{font-size:15px}.review-modern-rating strong span{color:#c59f4f}.review-modern-rating small{color:#989189;font-size:8px}.review-modern-card blockquote{min-height:65px;margin:12px 0 0;padding:0;color:#5f5a54;font-size:10px;line-height:1.75}.review-partner-reply{display:flex;gap:8px;margin-top:12px;padding:11px;border-radius:14px;background:#f2f0ec}.review-partner-reply>span{color:#aaa39b}.review-partner-reply strong,.review-partner-reply p{display:block;margin:0}.review-partner-reply strong{font-size:8px}.review-partner-reply p{margin-top:3px;color:#736d66;font-size:9px;line-height:1.6}.review-modern-foot{display:flex;justify-content:space-between;gap:10px;margin-top:13px;padding-top:11px;border-top:1px solid #eeeae4;color:#989189;font-size:8px}.review-modern-foot b{color:#66605a}

/* 공지 / FAQ */
.support-public-wrap{max-width:980px}.public-support-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:16px;padding:18px 20px;border:1px solid #e4e0da;border-radius:22px;background:#fff}.public-support-head>div{display:flex;align-items:center;gap:12px}.public-support-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:#f0eeea;font-size:21px}.public-support-head small,.public-support-head h2,.public-support-head p{display:block;margin:0}.public-support-head small{color:#989189;font-size:8px;font-weight:900;letter-spacing:.1em}.public-support-head h2{margin-top:2px;font-size:17px}.public-support-head p{margin-top:2px;color:#8f8981;font-size:9px}.public-support-count{padding:6px 9px;border-radius:999px;background:#f0eeea;color:#77716a;font-size:8px;font-weight:850}.notice-modern-list{display:grid;gap:8px}.notice-modern-item,.faq-modern-item{border:1px solid #e5e1db;border-radius:18px;background:#fff;overflow:hidden}.notice-modern-item.pinned{border-color:#d8d0c6;background:#fffdf9}.notice-modern-item summary{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:11px;padding:15px;cursor:pointer;list-style:none}.notice-modern-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#f1efeb}.notice-modern-item summary small,.notice-modern-item summary strong{display:block}.notice-modern-item summary small{color:#99928a;font-size:7px;font-weight:900}.notice-modern-item summary strong{margin-top:2px;font-size:10px}.notice-modern-item time{color:#9a948d;font-size:8px}.notice-modern-item summary>b{color:#aaa39b}.notice-modern-item[open] summary>b{transform:rotate(180deg)}.notice-modern-content{padding:17px 20px;border-top:1px solid #eeeae4;background:#fbfaf8;color:#5f5a54;font-size:10px;line-height:1.9}.faq-modern-groups{display:grid;gap:20px}.faq-modern-groups>section>h3{display:flex;gap:7px;align-items:center;margin:0 0 8px 3px;font-size:11px}.faq-modern-groups>section>h3 span{color:#aaa39b}.faq-modern-list{display:grid;gap:7px}.faq-modern-item summary{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:14px 15px;cursor:pointer;list-style:none}.faq-modern-item summary>span{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;background:#403f3c;color:#fff;font-size:9px;font-weight:900}.faq-modern-item summary strong{font-size:10px}.faq-modern-item summary>b{font-size:17px;color:#aaa39b}.faq-modern-item[open] summary>b{transform:rotate(45deg)}.faq-modern-item>div{display:grid;grid-template-columns:auto 1fr;gap:10px;padding:14px 15px;border-top:1px solid #eeeae4;background:#f9f8f6}.faq-modern-item>div>span{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;background:#e9e6e1;color:#625d57;font-size:9px;font-weight:900}.faq-modern-item>div p{margin:2px 0 0;color:#635e58;font-size:10px;line-height:1.85}.support-help-card{display:flex;align-items:center;gap:13px;margin-top:22px;padding:18px 20px;border-radius:22px;background:linear-gradient(145deg,#3b3b39,#5c5955);color:#fff}.support-help-card>span{font-size:24px}.support-help-card>div{flex:1}.support-help-card h3,.support-help-card p{margin:0}.support-help-card h3{font-size:13px}.support-help-card p{margin-top:3px;color:#d6d2cc;font-size:9px}.support-help-card .btn{min-height:39px;border:0;font-size:9px}

/* 채팅 */
.chat-page-modern{padding-top:24px;background:#f7f6f3}.chat-container-modern{width:min(1180px,calc(100% - 40px))}.chat-shell-modern{display:grid;grid-template-columns:330px 1fr;min-height:660px;border:1px solid #dfdbd5;border-radius:28px;background:#fff;overflow:hidden;box-shadow:0 18px 50px rgba(48,48,48,.08)}.chat-sidebar-modern{border-right:1px solid #e8e4de;background:#fbfaf8}.chat-sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:20px 18px;border-bottom:1px solid #e9e5df}.chat-sidebar-head small,.chat-sidebar-head h2{display:block;margin:0}.chat-sidebar-head small{color:#99928a;font-size:8px;font-weight:900;letter-spacing:.12em}.chat-sidebar-head h2{margin-top:2px;font-size:20px}.chat-sidebar-head>span{padding:5px 8px;border-radius:999px;background:#ece9e4;color:#77716a;font-size:8px;font-weight:850}.chat-room-list-modern{max-height:600px;overflow:auto}.chat-room-modern{position:relative;display:flex;gap:10px;padding:14px;border-bottom:1px solid #eeeae4}.chat-room-modern:hover,.chat-room-modern.active{background:#f1efeb}.chat-room-avatar,.chat-header-avatar{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:14px;background:linear-gradient(145deg,#4a4946,#77726c);color:#fff;font-size:14px;font-weight:900}.chat-room-modern>div{flex:1;min-width:0}.chat-room-modern>div>div{display:flex;justify-content:space-between;gap:8px}.chat-room-modern strong{font-size:10px}.chat-room-modern small{color:#a09a93;font-size:7px}.chat-room-modern em{display:block;margin-top:2px;color:#969088;font-size:8px;font-style:normal}.chat-room-modern p{margin:3px 0 0;overflow:hidden;color:#66615b;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.chat-room-modern>b{position:absolute;right:13px;bottom:12px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#3f3e3b;color:#fff;font-size:7px}.chat-main-modern{min-width:0;display:flex;flex-direction:column}.chat-empty-modern{margin:auto;text-align:center;color:#8e8881}.chat-empty-modern span{font-size:42px}.chat-empty-modern h3{margin:9px 0 4px;font-size:16px}.chat-empty-modern p{margin:0;font-size:10px}.chat-header-modern{display:flex;align-items:center;gap:10px;min-height:74px;padding:13px 17px;border-bottom:1px solid #e9e5df;background:#fff}.chat-header-modern>div{flex:1}.chat-header-modern strong,.chat-header-modern small{display:block}.chat-header-modern strong{font-size:12px}.chat-header-modern small{margin-top:2px;color:#989189;font-size:8px}.chat-reservation-link{padding:7px 9px;border-radius:10px;background:#f0eeea;font-size:8px;font-weight:850}.chat-mobile-back{display:none;font-size:25px}.chat-live-modern{display:flex;flex:1;min-height:0;flex-direction:column}.chat-connection-modern{padding:5px 12px;background:#f5f3ef;color:#817b74;text-align:center;font-size:7px;font-weight:800}.messages-modern{flex:1;min-height:460px;max-height:520px;overflow:auto;padding:18px 20px;background:linear-gradient(180deg,#f5f3ef,#f9f8f6)}.chat-date-separator{display:flex;justify-content:center;margin:7px 0 16px}.chat-date-separator span{padding:4px 8px;border-radius:999px;background:rgba(80,76,71,.08);color:#928c85;font-size:7px}.msg-modern{display:flex;margin:7px 0}.msg-modern.mine{justify-content:flex-end}.bubble-modern{max-width:min(72%,520px);padding:10px 12px;border-radius:6px 17px 17px 17px;background:#fff;box-shadow:0 4px 13px rgba(48,48,48,.045)}.msg-modern.mine .bubble-modern{border-radius:17px 6px 17px 17px;background:#43423f;color:#fff}.bubble-modern p{margin:0;font-size:10px;line-height:1.65}.bubble-modern time{display:block;margin-top:5px;color:#a09a93;font-size:7px;text-align:right}.msg-modern.mine .bubble-modern time{color:#cac6c0}.chat-image-message{display:block;max-width:280px;margin:-4px -5px 2px;border-radius:13px;overflow:hidden}.chat-image-message img{display:block;width:100%;max-height:300px;object-fit:cover}.chat-composer-modern{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:12px 14px;border-top:1px solid #e5e1db;background:#fff}.chat-attach-button,.chat-send-button{display:grid;place-items:center;border:0;border-radius:13px}.chat-attach-button{width:42px;height:42px;background:#efede9;color:#5f5a54;font-size:22px}.chat-send-button{width:42px;height:42px;background:#41403d;color:#fff;font-size:16px}.chat-attach-button:disabled,.chat-send-button:disabled{opacity:.5}.chat-message-input{width:100%;height:43px;padding:0 15px;border:1px solid #ddd8d1;border-radius:14px;background:#f9f8f6;outline:0}.chat-message-input:focus{border-color:#8a837b;background:#fff}.chat-upload-note{padding:0 15px 10px;color:#aaa39b;font-size:7px}.chat-readonly-modern{padding:14px;text-align:center;background:#f4f2ee;color:#7f7972;font-size:9px}

/* 모바일 메뉴 */
.mobile-menu-modern{padding:12px 16px 20px}.mobile-menu-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-radius:18px;background:linear-gradient(145deg,#3e3e3b,#5f5c58);color:#fff}.mobile-menu-top>div{display:flex;align-items:center;gap:10px}.mobile-menu-top>div>span{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:rgba(255,255,255,.13);font-weight:900}.mobile-menu-top p{margin:0}.mobile-menu-top strong,.mobile-menu-top small{display:block}.mobile-menu-top strong{font-size:11px}.mobile-menu-top small{margin-top:2px;color:#d4d0ca;font-size:8px}.mobile-menu-top>a{font-size:8px;font-weight:850}.mobile-menu-links{margin-top:10px}.mobile-accordion-button,.mobile-menu-primary{display:flex!important;align-items:center;justify-content:space-between;width:100%;min-height:46px;padding:0 12px!important;border:0;border-bottom:1px solid #eeeae4;background:#fff;font-size:11px!important;font-weight:850!important}.mobile-accordion-button>b{transition:.15s}.mobile-accordion-button.open>b{transform:rotate(180deg)}.mobile-accordion-panel{display:none;padding:7px;border-radius:14px;background:#f7f5f2}.mobile-accordion-panel.open{display:grid;grid-template-columns:1fr 1fr;gap:5px}.mobile-accordion-panel a{display:flex!important;align-items:center;gap:6px;padding:8px!important;border-radius:10px;background:#fff;font-size:9px!important;font-weight:700!important}.mobile-accordion-panel .mobile-all-link{grid-column:1/-1;justify-content:center;background:#ebe8e3}.mobile-bottom-modern a{position:relative}.mobile-bottom-modern a.active{color:#242321}.mobile-bottom-modern a.active:before{content:"";position:absolute;top:3px;left:50%;width:23px;height:3px;border-radius:3px;background:#3d3c39;transform:translateX(-50%)}.mobile-bottom-modern a.active span{transform:translateY(-1px)}

@media(max-width:900px){
  .user-auth-shell{grid-template-columns:1fr;max-width:600px}.user-auth-aside{display:none}.user-auth-card{padding:34px 30px}.support-modern-layout{grid-template-columns:290px 1fr}.chat-shell-modern{grid-template-columns:290px 1fr}.review-modern-grid{grid-template-columns:1fr}.user-reservation-main{grid-template-columns:1fr}.profile-quick-modern{grid-template-columns:1fr 1fr}.settings-modern-list{grid-template-columns:1fr}
}
@media(max-width:720px){
  .account-toolbar{align-items:flex-start;padding:14px}.account-toolbar .btn{min-height:38px;padding:0 11px;font-size:9px}.user-auth-modern{min-height:calc(100vh - 64px);padding:18px 12px 42px}.user-auth-shell{border-radius:24px}.user-auth-card{padding:26px 20px}.auth-step-track{margin-bottom:26px}.user-auth-card-head h2{font-size:22px}.user-auth-card-icon{width:44px;height:44px;flex-basis:44px}.signup-shell .user-auth-card{padding-top:22px}.term-card{align-items:flex-start}.term-card>a{margin-top:2px}.user-reservation-card{border-radius:21px}.user-reservation-state{padding:13px}.user-reservation-state p{display:none}.user-reservation-main{padding:15px}.user-reservation-route{grid-template-columns:1fr 24px 1fr}.user-reservation-facts{grid-template-columns:1fr 1fr}.user-reservation-facts>div{padding:11px 13px}.user-reservation-facts>div:nth-child(3){grid-column:1/-1;border-top:1px solid #ece8e2;border-right:0}.user-reservation-deadline{flex-wrap:wrap}.profile-hero-modern{align-items:flex-start;padding:18px}.profile-avatar-modern{width:58px;height:58px;flex-basis:58px;border-radius:18px}.profile-verified-modern{position:absolute;right:34px;margin-top:70px}.profile-hero-copy p{display:grid;gap:3px}.profile-quick-modern{grid-template-columns:1fr 1fr}.profile-quick-modern>a{padding:12px}.account-section-card{padding:17px}.account-danger-card{align-items:flex-start;flex-direction:column}.account-danger-card details{width:100%}.account-danger-card summary{text-align:center}.account-danger-card details[open] form{position:static;width:100%;margin-top:9px}.notification-toolbar-modern{padding:14px}.notification-modern-item{align-items:flex-start;padding:12px}.notification-modern-copy p{font-size:9px}.support-modern-layout{display:block}.support-modern-sidebar{margin-bottom:12px}.support-ticket-modern-list{max-height:240px;overflow:auto}.support-conversation{max-height:none;min-height:360px}.support-reply-form{grid-template-columns:1fr auto}.support-compose-card{padding:17px}.public-support-head{padding:15px}.public-support-head p{display:none}.notice-modern-item summary{grid-template-columns:auto 1fr auto}.notice-modern-item time{display:none}.support-help-card{align-items:flex-start;flex-wrap:wrap}.support-help-card .btn{width:100%}.chat-page-modern{padding:0}.chat-container-modern{width:100%}.chat-shell-modern{display:block;min-height:calc(100dvh - 140px);border:0;border-radius:0;box-shadow:none}.chat-sidebar-modern{border:0}.chat-sidebar-modern.has-room{display:none}.chat-main-modern{min-height:calc(100dvh - 140px)}.chat-header-modern{position:sticky;top:64px;z-index:4}.chat-mobile-back{display:block}.messages-modern{min-height:0;max-height:none;flex:1}.chat-live-modern{min-height:calc(100dvh - 214px)}.bubble-modern{max-width:82%}.chat-composer-modern{position:sticky;bottom:65px;z-index:4}.chat-upload-note{display:none}.mobile-bottom-modern{z-index:70}
}
@media(max-width:420px){.user-auth-card{padding:23px 16px}.auth-step-track>div b{font-size:8px}.profile-quick-modern{grid-template-columns:1fr}.reservation-service-icon{width:38px!important;height:38px!important}.user-reservation-service>.reservation-service-icon{flex-basis:42px}.user-reservation-route strong{font-size:10px}.support-reply-form{grid-template-columns:1fr}.support-reply-form .btn{width:100%}.faq-modern-item summary strong{font-size:9px}.notification-modern-icon{width:36px;height:36px;flex-basis:36px}.chat-image-message{max-width:220px}}

/* v3.9.1 - 채팅 가독성·멀티라인 입력 보정 */
.chat-sidebar-head small{font-size:9px}.chat-sidebar-head h2{font-size:22px}.chat-sidebar-head>span{font-size:9px}
.chat-room-modern{gap:12px;padding:15px}.chat-room-modern strong{font-size:12px}.chat-room-modern small{font-size:9px}.chat-room-modern em{font-size:9.5px}.chat-room-modern p{margin-top:5px;font-size:11px}
.chat-room-avatar,.chat-header-avatar{font-size:15px}.chat-header-modern strong{font-size:14px}.chat-header-modern small{font-size:9.5px}.chat-reservation-link{font-size:9.5px}
.chat-connection-modern{padding:7px 12px;font-size:9px}.chat-date-separator span{font-size:9px}.bubble-modern{padding:11px 13px}.bubble-modern p{font-size:13px;line-height:1.68}.bubble-modern time{font-size:9px}
.chat-message-input{display:block;min-height:44px;max-height:128px;height:44px;padding:10px 15px;border:1px solid #ddd8d1;border-radius:14px;background:#f9f8f6;color:#34312e;font:inherit;font-size:13px;line-height:1.55;resize:none;overflow-y:hidden;outline:0}.chat-message-input::placeholder{color:#a29b93}.chat-message-input:focus{border-color:#8a837b;background:#fff}
.chat-upload-note{padding:2px 15px 10px;font-size:9px}.chat-readonly-modern{font-size:10.5px}.chat-empty-modern p{font-size:11px}
@media(max-width:700px){.chat-room-modern strong{font-size:13px}.chat-room-modern p{font-size:11.5px}.chat-header-modern strong{font-size:14px}.bubble-modern p{font-size:13.5px}.bubble-modern time{font-size:9px}.chat-message-input{font-size:14px}}

/* 운송플랫폼 심사 4차: 긴급·중대사고 신고 */
.incident-page{padding-top:28px;padding-bottom:70px}.incident-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;align-items:start}.incident-emergency-notice{display:grid;gap:5px;margin-bottom:18px;padding:18px 20px;border:1px solid #efb6b6;border-radius:18px;background:#fff5f5;color:#6f2525}.incident-emergency-notice strong{font-size:15px}.incident-emergency-notice span{font-size:12px;line-height:1.6}.incident-route{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:12px 0;color:#403d39}.incident-form{display:grid;gap:15px}.incident-checks{display:flex;gap:18px;flex-wrap:wrap;padding:12px 0}.incident-checks label{display:flex;align-items:center;gap:7px;font-weight:800}.incident-list .mini-item{align-items:center}.incident-description{white-space:pre-wrap;line-height:1.75}.incident-agency,.incident-result{margin-top:14px;padding:15px;border-radius:15px;background:#f7f5f2}.incident-result strong,.incident-files>strong{display:block;margin-bottom:8px}.incident-result p{margin:0 0 7px;line-height:1.7}.incident-files{display:grid;gap:7px;margin-top:16px}.incident-files a{display:block;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:#fff;font-weight:800}.btn-danger-soft{border-color:#e5b4b4!important;background:#fff4f4!important;color:#a12424!important}.incident-report-link{margin-top:12px;text-align:center}@media(max-width:900px){.incident-layout{grid-template-columns:1fr}.incident-layout aside{order:-1}}

/* v3.9.0 운송플랫폼 심사 5차: 보호자 운행공유·실시간 이동경로 */
.trip-share-hero{background:linear-gradient(180deg,#f6faf7,#fff)}
.trip-share-container{max-width:1120px}
.trip-share-status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}
.trip-share-status-grid>.info-card{margin:0;min-height:132px}
.trip-share-status-grid .eyebrow{display:block;margin-bottom:10px}
.trip-share-status-grid strong{display:block;font-size:18px;line-height:1.4}
.trip-share-status-grid small{display:block;margin-top:8px;color:#777}
.trip-share-big-status{font-size:22px!important}
.trip-share-warning{border-color:#efc177!important;background:#fffaf1!important}
.trip-share-warning strong{color:#a45d00}
.trip-share-map-card{overflow:hidden}
.trip-share-map,.reservation-live-map{position:relative;width:100%;height:430px;margin-top:16px;border:1px solid var(--line);border-radius:18px;background:#f2f3f1;overflow:hidden}
.reservation-live-map{height:340px}
.trip-share-map-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;color:#777}
.trip-share-map-placeholder strong{font-size:17px;color:#444}.trip-share-map-placeholder p{max-width:460px;margin:8px 0 0;line-height:1.65}
.trip-share-map-note{margin:10px 2px 0;color:#777;font-size:12px;line-height:1.6}
.trip-share-info-columns{margin-top:18px}
.trip-share-detail-list{display:grid;gap:0;margin:4px 0 0}
.trip-share-detail-list>div{display:grid;grid-template-columns:120px minmax(0,1fr);gap:16px;padding:13px 0;border-bottom:1px solid var(--line)}
.trip-share-detail-list>div:last-child{border-bottom:0}.trip-share-detail-list dt{color:#888;font-size:12px}.trip-share-detail-list dd{margin:0;font-weight:800;word-break:keep-all}
.trip-share-privacy{margin-top:18px}
.trip-share-expired{max-width:680px;margin:40px auto}
.trip-share-control-card .section-title-row{align-items:flex-start}
.trip-share-safety-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:16px 0}
.trip-share-safety-grid>div{padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:#fff}
.trip-share-safety-grid>div.warning{border-color:#efc177;background:#fffaf1}.trip-share-safety-grid span,.trip-share-safety-grid strong,.trip-share-safety-grid small{display:block}.trip-share-safety-grid span{font-size:11px;color:#888}.trip-share-safety-grid strong{margin-top:4px}.trip-share-safety-grid small{margin-top:5px;color:#888}
.trip-share-created{padding:16px;border:1px solid #d7e5da;border-radius:16px;background:#f8fcf9;margin-bottom:14px}.trip-share-created label{display:block;font-weight:900;margin-bottom:8px}.trip-share-created>small{display:block;margin-top:8px;color:#777}
.trip-share-copy-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px}.trip-share-copy-row input{min-width:0}
.trip-share-meta{display:flex;flex-wrap:wrap;gap:8px 16px;margin:14px 0;color:#777;font-size:12px}
@media(max-width:760px){.trip-share-status-grid{grid-template-columns:1fr}.trip-share-map{height:360px}.reservation-live-map{height:300px}.trip-share-detail-list>div{grid-template-columns:90px minmax(0,1fr)}.trip-share-safety-grid{grid-template-columns:1fr}.trip-share-copy-row{grid-template-columns:1fr}.trip-share-copy-row .btn{width:100%}}

/* v4.1.0 일반택시 실시간/예약 호출 */
.taxi-page{padding:54px 0 82px;background:linear-gradient(180deg,#f7f6f4 0,#fff 38%,#f7f6f4 100%)}
.taxi-page-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:28px;align-items:start}
.taxi-form-column{min-width:0}.taxi-page-head{margin-bottom:22px}.taxi-page-head h1{margin:7px 0 9px;font-size:38px;letter-spacing:-.05em}.taxi-page-head p{margin:0;color:#716d67;line-height:1.7}
.taxi-call-form{display:grid;gap:16px}.taxi-card{padding:24px;border:1px solid #e2ded8;border-radius:26px;background:#fff;box-shadow:0 12px 34px rgba(55,50,45,.06)}
.taxi-card-title{display:flex;gap:13px;align-items:flex-start;margin-bottom:18px}.taxi-card-title>span{display:grid;place-items:center;flex:0 0 32px;width:32px;height:32px;border-radius:10px;background:#343331;color:#fff;font-weight:900}.taxi-card-title h2{margin:1px 0 4px;font-size:20px;letter-spacing:-.035em}.taxi-card-title p{margin:0;color:#89837d;font-size:12px;line-height:1.55}
.taxi-address-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.taxi-address-card{margin:0;padding:17px;border:1px solid #e3dfd9;border-radius:19px;background:#faf9f7}.taxi-address-card h3{margin:0 0 11px;font-size:14px}.taxi-address-card .address-detail-field{margin-top:10px}.taxi-address-card .field label{display:flex;align-items:center;gap:7px}.taxi-address-card .field label small{color:#aaa39b;font-size:10px;font-weight:700}
.taxi-departure-field{max-width:420px}.taxi-departure-field input{height:54px}
.taxi-fare-class-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.taxi-fare-class-grid label{cursor:pointer}.taxi-fare-class-grid input{position:absolute;opacity:0;pointer-events:none}.taxi-fare-class-grid span{display:flex;min-height:130px;flex-direction:column;justify-content:center;align-items:center;gap:5px;border:1px solid #dedad4;border-radius:20px;background:#fbfaf8;transition:.16s}.taxi-fare-class-grid b{font-size:28px}.taxi-fare-class-grid strong{font-size:17px}.taxi-fare-class-grid small{color:#8c867f}.taxi-fare-class-grid input:checked+span{border-color:#343331;background:#343331;color:#fff;box-shadow:0 12px 28px rgba(30,30,30,.18);transform:translateY(-2px)}.taxi-fare-class-grid input:checked+span small{color:rgba(255,255,255,.68)}
.taxi-estimate-card{overflow:hidden}.taxi-estimate-placeholder,.taxi-estimate-loading,.taxi-estimate-error{display:grid;place-items:center;min-height:210px;text-align:center;padding:25px;border-radius:20px;background:#f7f5f2}.taxi-estimate-placeholder>span{font-size:35px}.taxi-estimate-placeholder strong,.taxi-estimate-loading strong,.taxi-estimate-error strong{margin-top:8px}.taxi-estimate-placeholder p,.taxi-estimate-loading p,.taxi-estimate-error p{margin:5px 0 0;color:#8c867f;font-size:12px}.taxi-estimate-loading>span{width:30px;height:30px;border:3px solid #d8d3cc;border-top-color:#343331;border-radius:50%;animation:taxi-spin .8s linear infinite}.taxi-estimate-error>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#f2dddd;color:#8b4545;font-weight:900}@keyframes taxi-spin{to{transform:rotate(360deg)}}
.taxi-estimate-main{display:grid;grid-template-columns:1fr 1.3fr;gap:18px;padding:22px;border-radius:21px;background:#343331;color:#fff}.taxi-estimate-main>div:first-child>span{display:block;color:rgba(255,255,255,.7);font-size:12px;font-weight:800}.taxi-estimate-main>div:first-child>strong{display:block;margin:5px 0 4px;font-size:35px;letter-spacing:-.04em}.taxi-estimate-main>div:first-child>small{color:rgba(255,255,255,.62)}.taxi-route-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.taxi-route-stats>div{display:flex;flex-direction:column;justify-content:center;padding:13px;border-radius:14px;background:rgba(255,255,255,.09)}.taxi-route-stats small{color:rgba(255,255,255,.62);font-size:10px}.taxi-route-stats b{margin-top:5px;font-size:14px}
.taxi-fare-breakdown{margin-top:12px;padding:13px 16px;border:1px solid #e7e3de;border-radius:15px}.taxi-fare-breakdown>div{display:flex;justify-content:space-between;gap:15px;padding:7px 0}.taxi-fare-breakdown>div+div{border-top:1px dashed #e7e3de}.taxi-fare-breakdown span{color:#77716b;font-size:12px}.taxi-fare-breakdown strong{font-size:13px}.taxi-estimate-notices{margin-top:12px;padding:14px 16px;border-radius:15px;background:#f7f5f1}.taxi-estimate-notices p{margin:4px 0;color:#77716b;font-size:11px;line-height:1.55}.taxi-route-warning{display:flex;gap:10px;align-items:flex-start;margin-top:12px;padding:13px 15px;border-radius:14px;background:#fff7e8}.taxi-route-warning strong{white-space:nowrap;font-size:12px}.taxi-route-warning span{color:#806f4e;font-size:11px;line-height:1.5}.taxi-recalculate{margin-top:12px;width:100%}
.taxi-final-notice,.taxi-rollout-notice{padding:17px 19px;border-radius:18px}.taxi-final-notice{border:1px solid #ded9d2;background:#fff}.taxi-final-notice strong{font-size:14px}.taxi-final-notice p{margin:7px 0 0;color:#716b64;font-size:12px;line-height:1.7}.taxi-rollout-notice{background:#f2eee6}.taxi-rollout-notice strong{font-size:13px}.taxi-rollout-notice p{margin:5px 0 0;color:#726a60;font-size:11px;line-height:1.55}.taxi-submit{height:58px;font-size:16px}.taxi-submit:disabled{opacity:.45;cursor:not-allowed}
.taxi-map-column{min-width:0}.taxi-map-sticky{position:sticky;top:92px;padding:12px;border:1px solid #dedad4;border-radius:28px;background:#fff;box-shadow:0 18px 46px rgba(50,48,44,.09)}.taxi-map{position:relative;height:620px;overflow:hidden;border-radius:21px;background:#eeece8}.taxi-map-empty{position:absolute;z-index:2;inset:0;display:grid;place-items:center;align-content:center;padding:30px;text-align:center;background:linear-gradient(145deg,#ece9e4,#f8f7f5)}.taxi-map-empty span{font-size:42px}.taxi-map-empty strong{margin-top:8px}.taxi-map-empty p{max-width:270px;margin:6px 0 0;color:#888179;font-size:12px;line-height:1.6}.taxi-map-legend{display:flex;gap:13px;justify-content:center;padding:12px 5px 2px;color:#77716a;font-size:10px;font-weight:800}.taxi-map-legend span{display:flex;align-items:center;gap:5px}.taxi-map-legend i{display:block;width:8px;height:8px;border-radius:50%;background:#555}.taxi-map-legend i.destination{background:#888}.taxi-map-legend i.route{width:18px;height:3px;border-radius:3px;background:#333}
.taxi-history-page{padding:48px 0 80px}.taxi-history-grid{display:grid;gap:12px}.taxi-history-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:20px;border:1px solid #e2ded8;border-radius:20px;background:#fff;color:inherit;text-decoration:none}.taxi-history-card:hover{border-color:#bdb7af;box-shadow:0 10px 26px rgba(50,50,50,.07)}.taxi-history-route{display:flex;gap:10px;align-items:flex-start}.taxi-history-route span{font-size:18px}.taxi-history-route strong{display:block}.taxi-history-route small{display:block;margin-top:3px;color:#8c867f}.taxi-history-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.taxi-history-meta span{padding:6px 9px;border-radius:999px;background:#f2f0ed;color:#706b65;font-size:10px;font-weight:800}.taxi-history-price{text-align:right}.taxi-history-price strong{display:block;font-size:20px}.taxi-history-price small{color:#8a847d}
@media(max-width:980px){.taxi-page-grid{grid-template-columns:1fr}.taxi-map-column{order:-1}.taxi-map-sticky{position:relative;top:auto}.taxi-map{height:380px}}
@media(max-width:720px){.taxi-page{padding:28px 0 92px}.taxi-page-head h1{font-size:29px}.taxi-card{padding:18px;border-radius:21px}.taxi-address-grid{grid-template-columns:1fr}.taxi-fare-class-grid{grid-template-columns:repeat(3,1fr);gap:7px}.taxi-fare-class-grid span{min-height:108px;border-radius:16px}.taxi-fare-class-grid b{font-size:23px}.taxi-fare-class-grid strong{font-size:14px}.taxi-fare-class-grid small{font-size:9px}.taxi-estimate-main{grid-template-columns:1fr;padding:18px}.taxi-estimate-main>div:first-child>strong{font-size:31px}.taxi-route-stats{grid-template-columns:repeat(3,1fr)}.taxi-route-stats>div{padding:10px}.taxi-route-stats b{font-size:12px}.taxi-map{height:290px}.taxi-history-card{grid-template-columns:1fr}.taxi-history-price{text-align:left}}

/* STEP3 일반택시 최초수락 배정정보 */
.taxi-assignment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}.taxi-assignment-grid>div{padding:14px;border:1px solid var(--line,#e5e7eb);border-radius:14px;background:var(--surface-soft,#f8fafc)}.taxi-assignment-grid small{display:block;color:#64748b;margin-bottom:6px}.taxi-assignment-grid strong{display:block;font-size:15px}.taxi-assignment-action{margin-top:16px}.taxi-assignment-action .btn{width:100%;justify-content:center}@media(max-width:640px){.taxi-assignment-grid{grid-template-columns:1fr}}


/* Taxi reservation live map: current driver marker + one route only. */
.taxi-live-location-card{padding-bottom:18px}.taxi-live-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.taxi-live-head h2{margin:3px 0 0}.taxi-live-head p{margin:6px 0 0;color:#67625c;font-size:13px;font-weight:750}.taxi-live-meta{display:flex;flex-direction:column;align-items:flex-end;gap:7px}.taxi-live-meta small,.reservation-live-connection{color:#8a847d;font-size:10px}.reservation-live-connection{display:block;margin:8px 3px 0}.reservation-vehicle-marker{display:grid;place-items:center;width:42px;height:42px;border:3px solid #fff;border-radius:50%;background:#262626;box-shadow:0 4px 14px rgba(0,0,0,.22);font-size:21px;line-height:1;transform:translateZ(0)}.taxi-live-eta{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:14px 0 2px;padding:14px 16px;border:1px solid var(--line);border-radius:16px;background:#faf9f7}.taxi-live-eta>div{display:flex;align-items:baseline;gap:10px;min-width:0}.taxi-live-eta small{color:#77716a;font-size:12px;font-weight:800}.taxi-live-eta strong{font-size:24px;line-height:1.15;white-space:nowrap}.taxi-live-eta>span{color:#77716a;font-size:11px;text-align:right;line-height:1.45}
@media(max-width:760px){.taxi-live-head{gap:10px}.taxi-live-meta{max-width:130px}.taxi-live-meta small{text-align:right}.taxi-live-eta{align-items:flex-start;flex-direction:column;gap:5px}.taxi-live-eta>span{text-align:left}.taxi-live-eta strong{font-size:22px}.reservation-vehicle-marker{width:38px;height:38px;font-size:19px}}

/* 예약 상세 우측 카드: 기사/차량 핵심정보 */
.reservation-summary-driver-info{display:grid;grid-template-columns:1fr;gap:0;margin-top:14px;border:1px solid #e5e1da;border-radius:18px;background:#fff;overflow:hidden}
.reservation-summary-driver-info>div{display:grid;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid #eeeae4}
.reservation-summary-driver-info>div:last-child{border-bottom:0}
.reservation-summary-driver-info span{color:#8d877f;font-size:10px;font-weight:850}
.reservation-summary-driver-info strong{font-size:14px;line-height:1.35;text-align:right;overflow-wrap:anywhere;color:#292826}
@media(max-width:760px){.reservation-summary-driver-info>div{grid-template-columns:72px minmax(0,1fr);padding:11px 12px}.reservation-summary-driver-info strong{font-size:13px}}
