:root{--bg:#f5f7fa;--card:#fff;--ink:#0f172a;--muted:#64748b;--line:#e5eaf0;--brand:#0f172a;--accent:#facc15;--accent2:#f59e0b;--blue:#2563eb;--green:#059669;--red:#dc2626;--radius:22px;--shadow:0 10px 30px rgba(15,23,42,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Noto Sans KR","Apple SD Gothic Neo",sans-serif;line-height:1.55}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}.app-shell{max-width:760px;margin:0 auto;background:#fff;min-height:100vh;box-shadow:0 0 60px rgba(15,23,42,.06)}.app-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:11px;padding:12px 16px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.8)}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--brand);color:var(--accent);font-weight:950;letter-spacing:-1px}.brand-copy{display:flex;flex-direction:column;min-width:0;flex:1}.brand-copy strong{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-copy span{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:5px}.live-dot{width:7px;height:7px;background:#22c55e;border-radius:999px;box-shadow:0 0 0 4px rgba(34,197,94,.12)}.icon-btn{border:1px solid var(--line);background:#fff;width:40px;height:40px;border-radius:12px;font-size:21px}.app-section{padding:24px 18px}.hero{background:radial-gradient(circle at 100% 0,rgba(250,204,21,.20),transparent 35%),linear-gradient(155deg,#0f172a,#1e293b);color:#fff;padding-top:34px;padding-bottom:32px}.hero-badge{display:inline-flex;padding:7px 10px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:999px;font-size:12px;font-weight:800;color:#fde68a}.hero h1{font-size:37px;line-height:1.12;letter-spacing:-1.6px;margin:17px 0 13px}.hero h1 em{font-style:normal;color:var(--accent)}.hero p{margin:0;color:#cbd5e1;font-size:14px;max-width:600px}.hero-actions{display:grid;grid-template-columns:1.25fr .9fr;gap:10px;margin-top:23px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 17px;border:0;border-radius:14px;font-weight:900;text-decoration:none;cursor:pointer}.btn.primary{background:var(--accent);color:#111827}.btn.ghost{background:rgba(255,255,255,.11);color:#fff;border:1px solid rgba(255,255,255,.15)}.btn.dark{background:var(--brand);color:#fff}.btn.full{width:100%;min-height:54px;font-size:16px}.trust-row{display:flex;flex-wrap:wrap;gap:8px 13px;margin-top:18px;color:#cbd5e1;font-size:11px}.service-section{background:#fff}.section-title{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:15px}.section-title small{display:block;color:#d97706;font-size:10px;letter-spacing:1.4px;font-weight:950;margin-bottom:3px}.section-title h2{font-size:21px;line-height:1.25;margin:0;letter-spacing:-.6px}.step-pill{background:#fff7d6;color:#9a6700;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:850}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.quick-service{border:1px solid var(--line);background:#fff;border-radius:17px;padding:13px 8px 11px;text-align:center;min-height:98px;cursor:pointer;transition:.15s}.quick-service:active{transform:scale(.97);background:#fffbed}.quick-service .qicon{display:grid;place-items:center;width:42px;height:42px;margin:0 auto 7px;background:#f8fafc;border-radius:13px;font-size:22px}.quick-service b{display:block;font-size:12px;line-height:1.3}.quick-service small{display:block;color:var(--muted);font-size:9px;margin-top:3px}.skeleton{height:98px;border-radius:17px;background:linear-gradient(90deg,#f1f5f9,#fafafa,#f1f5f9);background-size:200% 100%;animation:shimmer 1.3s infinite}@keyframes shimmer{to{background-position:-200% 0}}.how-card{background:#f8fafc;border-top:1px solid #eef2f7;border-bottom:1px solid #eef2f7}.how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.how-steps>div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px 12px}.how-steps b{display:grid;place-items:center;width:26px;height:26px;border-radius:9px;background:var(--brand);color:var(--accent);font-size:12px;margin-bottom:9px}.how-steps span{display:block;font-size:12px;font-weight:900}.how-steps small{display:block;color:var(--muted);font-size:10px;margin-top:3px}.request-card{background:#fff}.form-group,.field-grid>div{margin-bottom:13px}.field-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.field-grid.two{grid-template-columns:1.25fr .75fr}.request-card label,.legal label{display:block;font-size:12px;font-weight:850;margin:0 0 6px}.request-card label b{color:var(--red)}input,select,textarea{width:100%;border:1px solid #dbe1e8;background:#fff;color:var(--ink);padding:13px 13px;border-radius:13px;outline:none;transition:border .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{border-color:#94a3b8;box-shadow:0 0 0 3px rgba(148,163,184,.14)}textarea{resize:vertical}.location-box{border:1px dashed #f0c749;background:#fffbea;border-radius:16px;padding:13px;margin:3px 0 14px}.location-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.location-head b{display:block;font-size:12px}.location-head span{display:block;font-size:10px;color:#846b12;margin-top:2px}.mini-btn{border:0;background:var(--brand);color:#fff;border-radius:11px;padding:9px 11px;font-size:11px;font-weight:850;white-space:nowrap}.consent{display:flex!important;align-items:flex-start;gap:8px!important;font-size:11px!important;color:var(--muted);font-weight:600!important;margin:8px 0 15px!important}.consent input{width:auto;margin-top:3px}.consent a{text-decoration:underline}.msg{padding:13px 14px;border-radius:14px;background:#f8fafc;border:1px solid var(--line);margin-top:12px;font-size:13px}.msg.ok{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.msg.bad{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.receipt-card{margin-top:14px;border-radius:18px;padding:17px;background:#0f172a;color:#fff}.receipt-card .code{font-size:22px;letter-spacing:.6px;color:var(--accent);font-weight:950}.receipt-card p{color:#cbd5e1;font-size:12px;margin:7px 0 0}.status-card{background:#f8fafc;border-top:1px solid #eef2f7}.lookup-grid{display:grid;grid-template-columns:1.35fr .75fr auto;gap:8px}.muted{color:var(--muted);font-size:12px}.status-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;margin-top:16px}.status-progress>div{text-align:center;position:relative}.status-progress i{display:grid;place-items:center;width:27px;height:27px;margin:0 auto 5px;border-radius:999px;background:#e2e8f0;color:#94a3b8;font-style:normal;font-size:11px;font-weight:900}.status-progress span{font-size:9px;color:#94a3b8}.status-progress .done i,.status-progress .current i{background:#0f172a;color:#facc15}.status-progress .done span,.status-progress .current span{color:#0f172a;font-weight:850}.notice-card{background:#fff}.notice-card>div{border-radius:18px;background:#fff7d6;border:1px solid #fde68a;padding:15px}.notice-card b{font-size:13px}.notice-card p{font-size:11px;color:#735c0f;margin:5px 0 0}.site-footer{background:#0b1220;color:#94a3b8;padding:25px 18px 95px;font-size:11px}.site-footer strong{display:block;color:#fff;font-size:14px;margin-bottom:4px}.site-footer span{display:block;margin-bottom:11px}.site-footer nav{display:flex;flex-wrap:wrap;gap:12px}.site-footer a{text-decoration:none}.bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);z-index:40;width:min(760px,100%);display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,255,255,.96);backdrop-filter:blur(12px);padding:8px 8px max(8px,env(safe-area-inset-bottom));border-top:1px solid var(--line);box-shadow:0 -8px 30px rgba(15,23,42,.06)}.bottom-nav button,.bottom-nav a{border:0;background:transparent;text-decoration:none;color:#64748b;display:flex;flex-direction:column;align-items:center;gap:1px;font-size:10px;padding:4px;border-radius:10px}.bottom-nav span{font-size:18px;line-height:1.15}.bottom-nav .active{color:#0f172a;font-weight:900}.legal{max-width:760px;margin:0 auto;padding:28px 20px 80px;background:#fff;min-height:100vh}.legal h1{font-size:28px;letter-spacing:-1px}.legal h2{font-size:17px;margin-top:27px}.legal p{color:#475569;font-size:14px}.back{text-decoration:none;font-weight:850;color:#334155}.top{background:#0f172a;color:white;padding:14px 18px;position:sticky;top:0;z-index:20}.top>div{max-width:1100px;margin:auto}.top strong{display:block}.top span{display:block;color:#cbd5e1;font-size:12px}.wrap{max-width:1100px;margin:0 auto;padding:18px}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;margin-bottom:14px;box-shadow:0 4px 14px rgba(15,23,42,.04)}.card h2{font-size:18px;margin:0 0 12px}.bar,.inline{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.bar button,.inline button,.card button{border:1px solid #dbe1e8;background:#fff;border-radius:10px;padding:9px 12px;font-weight:800;cursor:pointer}.card button.primary{background:#0f172a;color:#fff;border-color:#0f172a}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.stat{min-width:80px;padding:10px 12px;background:#f8fafc;border-radius:12px}.stat span{display:block;color:#64748b;font-size:10px}.stat b{font-size:18px}.tablewrap{overflow:auto;margin-top:10px}table{border-collapse:collapse;width:100%;font-size:12px}th,td{padding:9px 8px;border-bottom:1px solid #eef2f7;text-align:left;white-space:nowrap}th{color:#64748b;background:#f8fafc}.modeinfo{margin-bottom:10px}.modebuttons{display:flex;gap:8px}.freebtn{background:#ecfdf5!important}.monthlybtn{background:#fff7ed!important}.testpanel{border-color:#f0c749}.teststeps{display:flex;flex-wrap:wrap;gap:7px;margin:10px 0}.teststeps span{background:#fff7d6;border-radius:999px;padding:5px 8px;font-size:10px}.testbadge{display:inline-flex;background:#7c3aed;color:#fff;border-radius:999px;padding:3px 7px;font-size:9px;font-weight:900}.requestcard{padding:14px}.testrequest{border-color:#c4b5fd;background:#faf5ff}.subbank{background:#fff7d6;border:1px solid #fde68a;border-radius:13px;padding:12px;margin:10px 0}.status-waiting{color:#d97706}.status-assigned,.status-moving{color:#2563eb}.status-working{color:#7c3aed}.status-completed{color:#059669}.status-cancelled{color:#dc2626}@media(max-width:640px){.quick-grid{grid-template-columns:repeat(2,1fr)}.quick-service{display:grid;grid-template-columns:45px 1fr;grid-template-rows:auto auto;text-align:left;align-items:center;min-height:78px;padding:11px}.quick-service .qicon{grid-row:1/3;margin:0;width:38px;height:38px}.hero h1{font-size:32px}.how-steps{grid-template-columns:1fr}.how-steps>div{display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto}.how-steps b{grid-row:1/3;margin:0}.field-grid,.field-grid.two,.grid3{grid-template-columns:1fr}.lookup-grid{grid-template-columns:1fr 1fr}.lookup-grid .btn{grid-column:1/3}.wrap{padding:10px}.card{border-radius:14px;padding:14px}.tablewrap{margin-left:-14px;margin-right:-14px;padding:0 14px}.modebuttons{flex-direction:column}}@media(min-width:761px){.bottom-nav{border-radius:18px 18px 0 0}.app-shell{margin-top:14px;margin-bottom:14px;border-radius:24px;overflow:hidden}.app-header{top:14px}}

/* ===== Customer v3 app-style homepage ===== */
.customer-v3{--app-blue:#1264df;--app-blue2:#0a54c8;--app-teal:#0797a3;--app-ink:#111827;--app-soft:#f4f7fb;--app-line:#e4e9f0;--app-muted:#6b7280;background:#edf2f7;color:var(--app-ink)}
.customer-v3 .mobile-app{width:100%;max-width:520px;min-height:100vh;margin:0 auto;background:#fff;position:relative;box-shadow:0 0 45px rgba(15,23,42,.08);padding-bottom:76px}
.customer-v3 .mobile-topbar{height:64px;padding:10px 17px;display:flex;align-items:center;gap:10px;position:sticky;top:0;z-index:80;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid #eef1f5}
.customer-v3 .mobile-logo{display:flex;align-items:baseline;text-decoration:none;white-space:nowrap;letter-spacing:-.5px;flex:1}.customer-v3 .mobile-logo strong{font-size:20px;color:var(--app-blue);font-weight:950}.customer-v3 .mobile-logo span{font-size:18px;font-weight:900;color:#172033}
.customer-v3 .top-title{flex:1;text-align:center;font-weight:900;font-size:18px;letter-spacing:-.4px}.customer-v3 .top-back,.customer-v3 .top-icon{width:40px;height:40px;border:0;background:transparent;border-radius:12px;display:grid;place-items:center;cursor:pointer}.customer-v3 .top-back svg,.customer-v3 .top-icon svg{width:25px;height:25px;fill:none;stroke:#111827;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.customer-v3 .top-actions{display:flex;align-items:center;gap:2px;margin-left:auto}.customer-v3 .top-icon{font-size:24px;text-decoration:none;color:#111827}
.customer-v3 .mobile-main{min-height:calc(100vh - 140px)}.customer-v3 .app-view{display:none}.customer-v3 .app-view.active{display:block;animation:viewIn .22s ease-out}@keyframes viewIn{from{opacity:.25;transform:translateY(5px)}to{opacity:1;transform:none}}
.customer-v3 .home-hero{margin:10px 14px 8px;padding:22px 19px 18px;min-height:245px;border-radius:20px;background:linear-gradient(145deg,#1f7bea 0%,#1264df 57%,#0b55c5 100%);position:relative;overflow:hidden;color:#fff;box-shadow:0 15px 28px rgba(18,100,223,.22)}
.customer-v3 .home-hero:before,.customer-v3 .home-hero:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.14);transform:rotate(-18deg);width:320px;height:80px;right:-110px;border-radius:50%}.customer-v3 .home-hero:before{top:25px}.customer-v3 .home-hero:after{top:90px}.customer-v3 .map-lines{position:absolute;inset:0;opacity:.22;background:linear-gradient(35deg,transparent 47%,rgba(255,255,255,.25) 48%,rgba(255,255,255,.25) 50%,transparent 51%) 0 0/62px 62px,linear-gradient(-35deg,transparent 47%,rgba(255,255,255,.18) 48%,rgba(255,255,255,.18) 50%,transparent 51%) 0 0/78px 78px;mask-image:linear-gradient(to right,transparent 28%,#000 60%)}
.customer-v3 .hero-copy{position:relative;z-index:2;width:62%}.customer-v3 .hero-eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;background:rgba(255,255,255,.14);padding:5px 8px;border-radius:99px;margin-bottom:9px}.customer-v3 .hero-eyebrow i{width:6px;height:6px;border-radius:50%;background:#6ee7b7;box-shadow:0 0 0 3px rgba(110,231,183,.18)}.customer-v3 .hero-copy h1{font-size:24px;line-height:1.28;letter-spacing:-1px;margin:0;font-weight:820}.customer-v3 .hero-copy h1 b{font-weight:950}.customer-v3 .hero-copy p{font-size:11px;color:#dbeafe;margin:7px 0 0}.customer-v3 .hero-van{position:absolute;z-index:2;right:8px;bottom:55px;width:42%;max-width:185px}.customer-v3 .hero-van svg{width:100%;filter:drop-shadow(0 10px 12px rgba(0,0,0,.18))}.customer-v3 .van-body{fill:#fff}.customer-v3 .van-window{fill:#bfe0ff}.customer-v3 .van-line{stroke:#d4dbe5;stroke-width:2}.customer-v3 .van-wheel{fill:#152238}.customer-v3 .van-hub{fill:#b7c2d1}.customer-v3 .hero-van span{position:absolute;left:37%;top:42%;font-size:8px;line-height:1.15;color:#1264df;font-weight:950;text-align:center}.customer-v3 .hero-location-btn{position:absolute;z-index:3;left:19px;right:19px;bottom:17px;height:47px;border:0;border-radius:13px;background:#0757c8;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:900;box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 6px 14px rgba(3,59,150,.25);cursor:pointer}.customer-v3 .hero-location-btn svg{width:21px;height:21px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.customer-v3 .home-block{margin:0 14px;padding:16px 5px}.customer-v3 .block-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.customer-v3 .block-head h2{font-size:17px;margin:0;font-weight:950;letter-spacing:-.4px}.customer-v3 .text-link{border:0;background:transparent;color:#7b8493;font-size:11px;cursor:pointer}.customer-v3 .text-link span{font-size:18px;vertical-align:-2px}
.customer-v3 .app-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.customer-v3 .app-service-item{min-height:92px;border:1px solid var(--app-line);border-radius:14px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:9px 5px;cursor:pointer;box-shadow:0 2px 8px rgba(15,23,42,.025);transition:.15s}.customer-v3 .app-service-item:active{transform:scale(.97);background:#f7fbff}.customer-v3 .service-icon{font-size:31px;line-height:1;filter:saturate(.9)}.customer-v3 .app-service-item b{font-size:11px;line-height:1.2;text-align:center;letter-spacing:-.3px}.customer-v3 .service-skeleton{height:92px;border-radius:14px;background:#f3f6f9;animation:shimmer 1.2s linear infinite;background-image:linear-gradient(100deg,transparent 20%,rgba(255,255,255,.7) 40%,transparent 60%);background-size:200% 100%}
.customer-v3 .fast-request-card{border:1px solid #c9ddfa;background:linear-gradient(135deg,#f2f8ff,#fff);border-radius:16px;padding:14px 13px;display:grid;grid-template-columns:48px 1fr 34px;align-items:center;gap:10px}.customer-v3 .fast-icon{width:46px;height:46px;border-radius:13px;background:#e5f1ff;display:grid;place-items:center}.customer-v3 .fast-icon svg{width:25px;height:25px;fill:none;stroke:var(--app-blue);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.customer-v3 .fast-request-card strong{font-size:15px}.customer-v3 .fast-request-card p{font-size:10px;color:var(--app-muted);margin:3px 0 0;line-height:1.4}.customer-v3 .round-arrow{border:0;background:transparent;font-size:28px;color:#2b6ed1;cursor:pointer}
.customer-v3 .assurance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding-top:7px;padding-bottom:22px}.customer-v3 .assurance-grid>div{background:#f7f9fc;border-radius:13px;padding:12px 9px;text-align:center}.customer-v3 .assurance-grid span{display:block;color:var(--app-blue);font-size:10px;font-weight:950}.customer-v3 .assurance-grid b{display:block;font-size:10px;margin-top:3px}.customer-v3 .assurance-grid small{display:block;color:#8b94a3;font-size:8px;margin-top:2px}
.customer-v3 .view-intro{padding:20px 19px 12px}.customer-v3 .view-intro h1{font-size:22px;letter-spacing:-.7px;margin:0 0 4px}.customer-v3 .view-intro p{font-size:12px;color:var(--app-muted);margin:0}.customer-v3 .request-view,.customer-v3 .status-view{background:#f6f8fb;min-height:calc(100vh - 130px);padding-bottom:24px}.customer-v3 #requestForm{padding:0 14px}.customer-v3 .form-panel{background:#fff;border:1px solid #e6ebf1;border-radius:16px;overflow:hidden;margin-bottom:12px;box-shadow:0 4px 12px rgba(15,23,42,.035)}.customer-v3 .app-row{min-height:58px;display:grid;grid-template-columns:28px 92px 1fr 18px;align-items:center;gap:6px;padding:0 13px;border-bottom:1px solid #edf0f4}.customer-v3 .app-row:last-child{border-bottom:0}.customer-v3 .row-icon{font-size:16px;text-align:center;filter:grayscale(.25)}.customer-v3 .row-label{font-size:12px;font-weight:800;color:#272d37;white-space:nowrap}.customer-v3 .app-row input,.customer-v3 .app-row select{width:100%;height:48px;border:0;background:transparent;padding:0 5px;text-align:right;font-size:12px;color:#374151;outline:0;min-width:0}.customer-v3 .app-row select{appearance:none}.customer-v3 .app-row input::placeholder{color:#9aa3b1}.customer-v3 .chev{color:#a6afba;font-size:20px;text-align:right}.customer-v3 .location-action-row{grid-template-columns:28px 78px 1fr auto}.customer-v3 .location-state{font-size:10px;color:#64748b;text-align:right}.customer-v3 .outline-location{border:1px solid #65a7f6;background:#fff;color:#1769d7;border-radius:8px;padding:6px 8px;font-size:9px;font-weight:850}.customer-v3 .outline-location.done{border-color:#5fc7aa;color:#048867;background:#effcf7}.customer-v3 .request-summary{display:grid;grid-template-columns:44px 1fr;gap:11px;background:#f1f7ff;border:1px solid #d5e6fb;border-radius:15px;padding:14px;margin:13px 0}.customer-v3 .summary-icon{width:42px;height:42px;border-radius:12px;background:#fff;display:grid;place-items:center;font-size:22px}.customer-v3 .request-summary strong{display:block;font-size:12px;color:#245a9c}.customer-v3 .request-summary p{font-size:10px;color:#556579;line-height:1.5;margin:3px 0 0}.customer-v3 .note-panel{padding:12px}.customer-v3 .note-label{display:block;font-size:11px;font-weight:850;margin-bottom:7px}.customer-v3 .note-panel textarea{width:100%;border:1px solid #dde3ea;border-radius:10px;resize:vertical;padding:10px;font-size:12px;outline:0}.customer-v3 .consent-v3{display:flex;gap:8px;align-items:flex-start;font-size:9px;line-height:1.45;color:#6f7784;padding:3px 2px 12px}.customer-v3 .consent-v3 input{margin-top:2px}.customer-v3 .consent-v3 a{color:#1769d7}.customer-v3 .request-submit{width:100%;height:54px;border:0;border-radius:14px;background:linear-gradient(135deg,#176be2,#0755c6);color:#fff;font-size:15px;font-weight:950;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 10px 18px rgba(18,100,223,.22);cursor:pointer}.customer-v3 .request-submit span{font-size:24px;line-height:1}.customer-v3 .request-submit:disabled{opacity:.65}.customer-v3 .receipt-v3{margin:14px 0;background:#fff;border:1px solid #cbdcf3}.customer-v3 .receipt-v3 .status-search-btn{margin-top:10px}
.customer-v3 .status-view{padding-left:14px;padding-right:14px}.customer-v3 .status-view .view-intro{padding-left:5px;padding-right:5px}.customer-v3 .status-lookup-card{background:#fff;border:1px solid #e5eaf0;border-radius:18px;padding:16px;box-shadow:0 6px 18px rgba(15,23,42,.04)}.customer-v3 .status-visual{display:flex;align-items:center;gap:10px;margin-bottom:13px;padding-bottom:13px;border-bottom:1px solid #edf1f5}.customer-v3 .status-visual>span{width:44px;height:44px;border-radius:13px;background:#eaf3ff;color:#1769d7;display:grid;place-items:center;font-size:25px}.customer-v3 .status-visual strong{display:block;font-size:14px}.customer-v3 .status-visual small{display:block;color:#808998;font-size:9px;margin-top:2px}.customer-v3 .status-lookup-card label{display:block;margin-bottom:10px}.customer-v3 .status-lookup-card label span{display:block;font-size:10px;font-weight:800;color:#5c6572;margin-bottom:5px}.customer-v3 .status-lookup-card input{width:100%;height:46px;border:1px solid #dce3eb;border-radius:10px;padding:0 12px;font-size:12px;outline:0}.customer-v3 .status-search-btn{width:100%;height:47px;border:0;border-radius:11px;background:#1264df;color:#fff;font-size:13px;font-weight:900;cursor:pointer}.customer-v3 .status-current{margin-top:14px;padding:14px;background:#f7faff;border-radius:12px;border:1px solid #d9e7fb}.customer-v3 .status-current .status-chip{display:inline-flex;padding:4px 7px;border-radius:99px;background:#dcecff;color:#0d5fce;font-size:9px;font-weight:900}.customer-v3 .status-current strong{display:block;margin-top:7px;font-size:13px}.customer-v3 .status-current small{display:block;margin-top:2px;color:#758092;font-size:9px}.customer-v3 .status-help-card{margin-top:11px;border-radius:15px;background:#eef7ff;padding:14px}.customer-v3 .status-help-card b{font-size:12px}.customer-v3 .status-help-card p{font-size:9px;color:#6d7684;margin:3px 0 8px}.customer-v3 .status-help-card a{display:inline-block;text-decoration:none;color:#1264df;font-size:10px;font-weight:900}
.customer-v3 .compact-footer{padding:18px 18px 95px;background:#f8fafc;border-top:1px solid #edf1f5;color:#7a8492}.customer-v3 .compact-footer strong{display:block;color:#374151;font-size:11px}.customer-v3 .compact-footer>span{display:block;font-size:8px;margin-top:2px}.customer-v3 .compact-footer div{display:flex;gap:10px;margin-top:9px}.customer-v3 .compact-footer a{font-size:8px;text-decoration:none}
.customer-v3 .app-bottom-nav{position:fixed;z-index:90;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:520px;height:69px;padding:6px 10px calc(7px + env(safe-area-inset-bottom));background:rgba(255,255,255,.98);backdrop-filter:blur(14px);border-top:1px solid #e5e9ef;display:grid;grid-template-columns:repeat(4,1fr);box-shadow:0 -5px 18px rgba(15,23,42,.04)}.customer-v3 .app-bottom-nav button,.customer-v3 .app-bottom-nav a{border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-decoration:none;color:#8a93a0;font-size:9px;font-weight:750;cursor:pointer}.customer-v3 .app-bottom-nav svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.customer-v3 .app-bottom-nav .active{color:#1264df;font-weight:950}.customer-v3 .app-bottom-nav .active svg{stroke-width:2.3}
.customer-v3 .msg{margin-top:12px}.customer-v3 .status-progress{margin-top:12px;background:#fff}.customer-v3 .receipt-card{border-radius:15px}.customer-v3 .code{word-break:break-all}
@media(min-width:700px){.customer-v3 .mobile-app{margin:18px auto;border-radius:28px;overflow:hidden;min-height:calc(100vh - 36px)}.customer-v3 .mobile-topbar{top:18px}.customer-v3 .app-bottom-nav{bottom:18px;border-radius:0 0 28px 28px}.customer-v3 .home-hero{margin-top:14px}}
@media(max-width:380px){.customer-v3 .hero-copy h1{font-size:21px}.customer-v3 .hero-van{width:38%}.customer-v3 .app-row{grid-template-columns:25px 78px 1fr 14px;padding:0 10px}.customer-v3 .row-label{font-size:11px}}

/* ===== 기사앱 PWA 설치 UI v3.1 ===== */
.tech-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.tech-install-top{border:1px solid rgba(255,255,255,.35);background:#fff;color:#0f172a;border-radius:999px;padding:9px 14px;font-weight:800;white-space:nowrap;cursor:pointer}
.tech-install-card{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border:1px solid #bfdbfe;background:linear-gradient(135deg,#eff6ff,#fff)}
.tech-install-card[hidden]{display:none!important}
.tech-install-icon{width:48px;height:48px;border-radius:15px;background:#dbeafe;display:grid;place-items:center;font-size:26px}
.tech-install-copy b{font-size:16px}
.tech-install-copy p{margin:5px 0 0;line-height:1.5}
.tech-install-card .primary{width:auto;min-width:112px;margin:0}
.tech-install-close{position:absolute;right:8px;top:5px;border:0;background:transparent;color:#64748b;font-size:22px;line-height:1;padding:4px;cursor:pointer}
@media (max-width:640px){
  .tech-install-card{grid-template-columns:auto 1fr;padding-right:34px}
  .tech-install-card .primary{grid-column:1/-1;width:100%}
  .tech-install-top{padding:8px 11px;font-size:13px}
}
@media (display-mode:standalone){.tech-install-top,.tech-install-card{display:none!important}}
