dialog.chat-dialog{width:min(460px,calc(100% - 24px));height:min(680px,90dvh);max-height:90dvh;overflow:hidden;border-radius:20px;background:#f5f7fa}dialog.chat-dialog[open]{display:flex;flex-direction:column}.chat-dialog .dialog-head{flex:none;padding:18px 20px;position:static;background:#fff;border-bottom:1px solid #e9edf1}.chat-dialog .dialog-body{padding:0;min-height:0;flex:1;display:flex}.agent-identity{display:flex;align-items:center;gap:12px}.agent-avatar{width:48px;height:48px;flex-shrink:0;display:block}.agent-avatar.small{width:32px;height:32px}.chat-dialog .agent-heading{display:flex;align-items:center;gap:8px}.chat-dialog .agent-heading h2{font-size:18px;font-weight:600;line-height:1.4}.agent-badge{font-size:10px;color:#67808e;background:#eef4f7;padding:3px 6px;border-radius:4px}.agent-status{display:flex;align-items:center;gap:6px;margin:5px 0 0;color:#638377;font-size:12px;min-height:18px}.online-dot{width:6px;height:6px;background:#39ae80;border-radius:50%;flex-shrink:0}.chat-dialog .close{font-size:12px;padding:8px 10px;background:#f4f7f9}.simple-chat{display:flex;flex-direction:column;flex:1;min-width:0;min-height:0}.conversation{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:18px 18px 22px}.conversation-notice{font-size:11px;text-align:center;color:#929da7;margin:0 0 22px;line-height:1.7}.chat-row{display:flex;align-items:flex-start;gap:9px;margin:0 0 18px}.chat-bubble{max-width:calc(100% - 44px);margin:0;background:#fff;color:#253846;padding:11px 13px;border-radius:3px 14px 14px;white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;line-height:1.75;box-shadow:0 1px 3px #23455706}.chat-row.from-customer{justify-content:flex-end;margin-left:24px}.from-customer .chat-bubble{background:#1677ed;color:#fff;border-radius:14px 3px 14px 14px;max-width:100%}.typing-bubble{display:flex;gap:5px;padding:17px;background:#fff;border-radius:3px 14px 14px;align-items:center;min-height:42px}.typing-bubble i{width:5px;height:5px;border-radius:50%;background:#9aadb7;animation:chat-dot 1.2s infinite}.typing-bubble i:nth-child(2){animation-delay:.15s}.typing-bubble i:nth-child(3){animation-delay:.3s}@keyframes chat-dot{0%,60%,to{opacity:.45;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.chat-composer{background:#fff;flex:none;padding:12px 16px 16px;border-top:1px solid #e9edf1}.chat-composer-tools{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.chat-composer-tools button{display:flex;align-items:center;gap:5px;padding:2px 0;font-size:12px;color:#43829a;background:none}.chat-composer-tools>span{font-size:10px;color:#9da7ad}.chat-input-row{display:flex;align-items:flex-end;gap:10px;margin:0}.chat-input-row textarea{flex:1;min-width:0;resize:none;border:1px solid #e7edf1;background:#f7f9fb;border-radius:10px;min-height:64px;padding:11px 12px;font-size:14px;line-height:1.5}.chat-send{display:flex;align-items:center;justify-content:center;gap:6px;min-height:40px;background:#1677ed;color:#fff;padding:10px 13px;border-radius:9px;flex-shrink:0;font-size:13px}.chat-send:disabled{background:#c8dce3;opacity:1;cursor:default}@media(max-width:600px){dialog.chat-dialog{width:calc(100% - 20px);height:min(700px,92dvh);max-height:92dvh;border-radius:16px}.chat-dialog .dialog-head{padding:16px}.conversation{padding:16px 13px}.chat-composer{padding:10px 12px max(14px,env(safe-area-inset-bottom))}.chat-dialog .agent-heading h2{font-size:17px}.agent-badge{font-size:9px}.agent-avatar{width:42px;height:42px}.chat-input-row{flex-direction:row}.chat-input-row textarea{font-size:16px}.chat-send{padding:11px}}@media(prefers-reduced-motion:reduce){.typing-bubble i{animation:none}}body:has(.admin-shell),body:has(.admin-login){background:#f3f6f8;color:#17333e}.admin-shell{max-width:1240px;margin:0 auto;padding:32px 24px}.admin-header{display:flex;justify-content:space-between;align-items:center;gap:20px}.admin-shell h1,.admin-login h1{font-size:32px;line-height:1.3;margin:5px 0 20px}.admin-shell h2{font-size:23px}.admin-shell button{padding:10px 16px;border:1px solid #c8d9df;background:#fff;border-radius:8px;cursor:pointer;color:#174f61}.admin-shell button:disabled{opacity:.45;cursor:default}.admin-tabs{display:flex;gap:10px;margin:15px 0 24px}.admin-tabs button[aria-pressed=true]{background:#1677ed;color:#fff;border-color:#1677ed}.admin-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.admin-toolbar form{display:flex;gap:8px}.admin-toolbar input{width:300px}.admin-shell a{color:#007b9f}.admin-table-wrap{overflow:auto;background:#fff;border:1px solid #dbe5e9;border-radius:10px;margin:18px 0}.admin-shell table{border-collapse:collapse;width:100%;min-width:700px;text-align:left;font-size:14px}.admin-shell th,.admin-shell td{padding:14px;border-bottom:1px solid #e3ebee}.admin-shell th{background:#eaf1f4}.admin-pages{display:flex;align-items:center;gap:20px;justify-content:flex-end}.admin-detail{padding:26px;background:#fff;border:1px solid #dbe5e9;border-radius:12px;margin-top:24px}.admin-detail dl{display:grid;grid-template-columns:100px 1fr;gap:10px}.admin-detail dd{margin:0;overflow-wrap:anywhere}.admin-detail dt{color:#5f7780}.admin-detail label{display:block;margin:20px 0}.admin-detail input[type=date]{max-width:260px;margin-top:10px}.admin-images{display:flex;gap:14px;flex-wrap:wrap}.admin-images a{width:200px;overflow-wrap:anywhere}.admin-images img{display:block;width:200px;height:160px;object-fit:contain;background:#f4f7f8}.admin-login{max-width:420px;margin:10vh auto;padding:30px;background:#fff;border-radius:14px;box-shadow:0 12px 50px #23455215}.admin-login label{display:block;margin:18px 0}.admin-login input{margin-top:8px}.admin-login>a{display:block;margin-top:22px}.admin-shell .danger{background:#a62632;color:#fff}.admin-notice{padding:14px;background:#dff4e9;border-radius:8px}.admin-empty{padding:30px}.admin-shell p{line-height:1.7}.admin-detail .consent{display:flex}@media(max-width:600px){.admin-shell{padding:20px 12px}.admin-header{align-items:flex-start}.admin-toolbar form,.admin-toolbar input{width:100%}.admin-login{margin:30px 15px}.admin-detail{padding:18px}.admin-detail dl{grid-template-columns:80px 1fr}}.admin-toolbar form{flex:0 1 420px;min-width:0}.admin-toolbar input{min-width:0;flex:1}.admin-toolbar button{white-space:nowrap;flex-shrink:0}.admin-shell button{white-space:nowrap}*{box-sizing:border-box}body{margin:0;color:#151515;font-family:Noto Sans SC,Microsoft YaHei,sans-serif;font-size:14px}button,input,select,textarea{font:inherit}button,summary{cursor:pointer}button:disabled{cursor:wait;opacity:.6}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #d99e00;outline-offset:3px}button{border:0}a{color:#1677ed}p{line-height:1.8}h1,h2,h3,p{margin-top:0}.hero{background:url(/assets/pcbg.jpg) center/cover no-repeat}.hero-inner{max-width:1100px;min-height:100vh;margin:auto;display:grid;grid-template-columns:550px 550px;align-items:center}.intro{padding:50px 0}.logo{width:214px;height:auto;display:block;margin-bottom:30px}.eyebrow{font-size:13px;letter-spacing:2px;color:#087e9e;margin-bottom:12px}h1{font-size:50px;line-height:1.4;font-weight:500;margin:0 0 6px}h1 em{color:#fb0;font-style:normal}.subtitle{font-size:24px;color:#777;margin-bottom:22px}.description{color:#626a6f;font-size:16px;margin-bottom:24px}.primary{display:block;width:100%;min-height:56px;background:#1677ed;color:#fff;border-radius:12px;padding:14px 22px;font-size:16px}.primary:hover,.floating:hover{background:#006f91}.action-row{display:flex;gap:12px;margin-top:12px}.secondary{color:#007d9f;background:#fff;border:1px solid #b4d9e3;border-radius:11px;padding:13px 18px;min-height:48px}.secondary:hover{background:#eff9fc}.action-row>*{flex:1}.contact-line{display:flex;gap:10px;align-items:center;flex-wrap:wrap;color:#72777a;font-size:13px;margin:20px 0 10px}.text-button{padding:0;background:none;color:#007e9f;text-decoration:underline;text-underline-offset:4px}.local-note{color:#70777c;font-size:12px;margin:0}.carousel{height:100vh;min-height:720px;position:relative}.slides{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.slide{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;align-items:center;justify-content:center;opacity:0;transform:translateY(24px);transition:opacity .5s,transform .5s;pointer-events:none}.slide.active{opacity:1;transform:translateY(0)}.slide img{width:523px;height:660px;object-fit:contain}.pagination{position:absolute;right:0;top:50%;display:flex;flex-direction:column;gap:2px;transform:translateY(-50%)}.pagination button{background:transparent;width:26px;height:28px;position:relative}.pagination button:after{content:"";width:5px;height:5px;background:#aaa;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pagination button.selected:after{width:16px;height:26px;background:#fff;border:1px solid #ddd;border-radius:9px;box-shadow:0 2px 4px #00000019}.pause{position:absolute;bottom:32px;left:50%;transform:translate(-50%);background:#fffc;color:#68747c;border:1px solid #dbe6e9;border-radius:20px;font-size:12px;padding:7px 15px}.guide{max-width:1100px;margin:auto;padding:72px 0 40px}.guide-heading h2{font-size:30px;font-weight:500;margin-bottom:10px}.guide-heading>p:last-child{color:#77818a}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin:36px 0 44px}.step-number{font-size:30px;color:#1677ed}.steps h3{font-weight:500;font-size:20px;margin:14px 0 7px}.steps p{color:#70777c;margin:0}.notice{padding:24px 28px;border-left:3px solid #1677ed;background:#f4f8ff;margin-bottom:25px;color:#5c666c}.notice strong{color:#223944}.notice p{margin:8px 0 0}details{padding:20px 0;border-bottom:1px solid #e6edef}summary{font-size:15px}details p{color:#67757b;margin:14px 0 0}footer{max-width:1100px;margin:0 auto;padding:24px 0 36px;display:flex;justify-content:space-between;color:#7b8388;font-size:12px}.floating{position:fixed;right:24px;bottom:24px;background:#1677ed;color:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 6px 20px #1677ed25;z-index:3}dialog{width:min(720px,calc(100% - 32px));max-height:90dvh;padding:0;border:0;border-radius:16px;box-shadow:0 20px 80px #16354533;color:#172f3b}dialog::backdrop{background:#172f3b66}.dialog-head{display:flex;justify-content:space-between;align-items:center;padding:25px 30px 20px;border-bottom:1px solid #e4edef;position:sticky;top:0;background:#fff;z-index:2}.dialog-head h2{font-size:25px;font-weight:500;margin:0}.dialog-head .eyebrow{font-size:11px;margin-bottom:4px}.close{background:#f1f6f8;color:#506570;border-radius:8px;padding:10px 12px}.dialog-body{padding:24px 30px 30px}.form-note{background:#eef6ff;padding:12px 15px;border-radius:8px;color:#466775;font-size:13px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;min-width:0}.form-grid .field{margin:0}.field span{font-size:13px;color:#385363}.wide{grid-column:1/-1}input:not([type=checkbox]),select,textarea{width:100%;min-width:0;border:1px solid #cedde3;border-radius:8px;background:#fff;padding:12px;color:#19333f}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#84959e;font-size:13px}.upload{border:1px dashed #bad2dc;padding:17px;margin:22px 0;border-radius:10px}.upload p{font-size:12px;color:#6e838d;margin:8px 0 14px}.upload input{font-size:12px;padding:8px}.upload ul{list-style:none;padding:0;margin:0}.upload li{display:flex;justify-content:space-between;gap:10px;font-size:12px;padding-top:12px}.upload li span{overflow-wrap:anywhere}.consent{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.7}.consent input{margin-top:4px;accent-color:#1677ed}.muted{font-size:12px;color:#7a8b93}.error{color:#a72b27;background:#fff3f1;border-radius:8px;padding:12px;line-height:1.6}.success dl{padding:20px;background:#f4f8ff;border-radius:10px}.success dt{font-size:12px;color:#6d858f;margin-bottom:8px}.success dd{font-size:20px;margin:0 0 18px;overflow-wrap:anywhere}.success dd:last-child{margin-bottom:0}.full{width:100%;margin-top:12px}.record{border-top:1px solid #d8e4e9;margin-top:24px;padding-top:24px}.status{display:inline-block;background:#fff5d5;color:#785a04;font-size:12px;padding:6px 10px;border-radius:6px;margin-bottom:15px}.preserve{white-space:pre-wrap;overflow-wrap:anywhere}.attachment{display:block;background:none;color:#1677ed;text-decoration:underline;margin:8px 0;text-align:left;overflow-wrap:anywhere;max-width:100%}.chat-log{max-height:300px;overflow:auto;padding:5px 0}.bubble{background:#f1f6f8;border-radius:12px;padding:15px;max-width:90%;font-size:14px;white-space:pre-wrap;overflow-wrap:anywhere}.bubble.self{background:#e7f3ff;margin-left:auto}.chat-form{display:flex;gap:10px;margin:15px 0}.chat-form textarea{flex:1}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:1150px)and (min-width:751px){.hero-inner{max-width:100%;padding:0 35px;grid-template-columns:1fr 1fr;gap:12px}.slide img{width:100%;height:auto}.intro{min-width:0}h1{font-size:42px}.subtitle{font-size:20px}.guide,footer{margin:0 35px}.pagination{right:-20px}}@media(max-width:750px){.hero{background:#fff}.hero-inner{display:flex;flex-direction:column;min-height:auto}.intro{padding:22px 24px 26px;width:100%}.logo{width:122px;margin-bottom:25px}.eyebrow{font-size:11px}h1{font-size:34px;line-height:1.4}h1 br{display:none}h1 em{display:block}.subtitle{font-size:16px;margin:10px 0 14px}.description{font-size:14px;margin-bottom:20px}.primary{min-height:52px;font-size:15px}.secondary{font-size:13px;padding:12px 10px}.contact-line{gap:6px;font-size:12px}.local-note{font-size:11px;line-height:1.7}.carousel{height:540px;min-height:0;width:100%;order:2}.slide img{height:500px;width:auto;max-width:100%;object-fit:contain}.pagination{top:auto;bottom:9px;left:50%;right:auto;transform:translate(-50%);flex-direction:row}.pagination button.selected:after{width:20px;height:12px;border-radius:7px}.pause{bottom:0;left:auto;right:15px;transform:none;font-size:10px}.guide{padding:48px 24px 20px}.guide-heading h2{font-size:24px}.steps{grid-template-columns:1fr;gap:22px;margin:28px 0}.steps article{position:relative;padding-left:52px}.step-number{position:absolute;left:0;font-size:26px}.steps h3{margin:0 0 5px;font-size:17px}.steps p{font-size:13px}.notice{padding:18px;font-size:12px}footer{padding:20px 24px 90px;gap:15px;flex-wrap:wrap}.floating{right:16px;bottom:16px;padding:13px 18px;font-size:13px}dialog{max-height:92dvh;width:calc(100% - 20px)}.dialog-head,.dialog-body{padding:18px}.form-grid{grid-template-columns:1fr}.wide{grid-column:auto}.dialog-head h2{font-size:22px}.chat-form{flex-direction:column}.success dd{font-size:17px}}html:has(dialog[open]){overflow:hidden}.slide{opacity:1;transform:translateY(var(--offset));transition:transform .3s}.slide.active{transform:translateY(0)}@media(max-width:750px){.slide{transform:translate(var(--offset))}.slide.active{transform:translate(0)}}@media(prefers-reduced-motion:reduce){.slide{transition:none}}@media(max-width:750px){.hero-inner{align-items:center}.intro{display:contents}.intro .logo{order:0;align-self:flex-start;margin:15px 22px 8px}.intro>.eyebrow{order:1;align-self:flex-start;margin:0 22px 8px}.intro h1,.intro .subtitle,.intro .description{display:none}.carousel{order:2;height:480px}.slide img{height:450px;max-width:100%}.intro>.primary{order:3;width:calc(100% - 60px);margin-top:12px}.action-row{order:4;width:calc(100% - 60px);flex-direction:column;gap:15px;margin-top:15px}.action-row .secondary{background:#1677ed;color:#fff;border:none;min-height:52px;font-size:14px}.contact-line{order:5;width:calc(100% - 60px);margin-top:20px;justify-content:center}.local-note{order:6;width:calc(100% - 60px);text-align:center;margin:0 0 20px}.guide{width:100%}}@media(max-width:750px){.floating{display:none}}@media(max-width:750px){.intro .logo{margin:15px 22px}.intro>.eyebrow{position:absolute;top:27px;right:18px;margin:0;font-size:10px;letter-spacing:0}.carousel .slide{align-items:flex-start}.carousel .slide img{width:100%;height:auto;max-width:none}}.contact-chat{flex-direction:column}.contact-chat .form-grid{gap:14px}.contact-chat .field{margin:0}.contact-chat .muted{line-height:1.6}.smart-log{max-height:340px}.collected{background:#f4f8ff;border:1px solid #dfebef;border-radius:9px;padding:12px 14px;margin:14px 0;font-size:12px}.collected>span{color:#1677ed}.collected p{margin:5px 0 0;overflow-wrap:anywhere}.quick-replies{display:flex;flex-wrap:wrap;gap:8px}.quick-replies .secondary{font-size:12px;min-height:36px;padding:8px 12px}.consent+.consent{margin-top:14px}@media(max-width:750px){.smart-log{max-height:40dvh}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif}.hero-inner{max-width:1200px;padding:24px 36px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px}.intro{padding:0;min-width:0}.intro .logo{margin-bottom:47px}.intro>.eyebrow{display:none}.intro h1{font-size:50px;line-height:70px;margin:0;font-weight:500;white-space:nowrap}.intro .subtitle{font-size:24px;line-height:33px;color:#999;margin:0}.intro .description{margin:36px 0 20px;font-size:15px;color:#72777a}.carousel{height:min(820px,92vh);min-height:620px}.slide img{width:100%;height:auto;max-height:100%;object-fit:contain}.pagination{right:4px}.pause{bottom:4px}@media(min-width:751px)and (max-width:1100px){.hero-inner{padding:24px;gap:16px}.intro h1{font-size:36px;line-height:1.45}.intro .subtitle{font-size:20px}}@media(max-width:750px){.hero-inner{display:flex;max-width:600px;padding:0;gap:0;margin:auto;min-height:100svh;padding-bottom:max(24px,env(safe-area-inset-bottom))}.intro{display:contents}.intro .logo{margin:18px 22px;width:122px;order:0}.intro h1,.intro .subtitle,.intro .description,.intro>.eyebrow{display:none}.carousel{order:2;width:100%;height:clamp(320px,60svh,600px);min-height:0}.carousel .slide{align-items:center}.carousel .slide img{width:100%;height:100%;max-height:100%;object-fit:contain}.pagination{right:auto;bottom:9px}.pause{bottom:0}.intro>.primary{margin-top:20px;font-size:16px;border-radius:11px}.action-row{margin-top:15px}.action-row .secondary{font-size:16px;border-radius:11px}.contact-line{margin-top:16px}.local-note{margin-bottom:0}}

/* Carousel: crossfade avoids wraparound jumps on desktop and mobile. */
.carousel .slide{opacity:0;visibility:hidden;transform:none;transition:opacity .45s ease,visibility .45s;pointer-events:none}.carousel .slide.active{opacity:1;visibility:visible;transform:none}.carousel .pagination{z-index:2}.carousel .pagination button.selected:after{background:#1677ed;border-color:#1677ed}@media(prefers-reduced-motion:reduce){.carousel .slide{transition:none}}

/* GT138 original blue/cyan identity, inherited complaint layout. */
.hero{background:linear-gradient(125deg,#f0f7ff 0%,#fff 45%,#fff 100%)}
.intro h1 em{color:#1677ed}.gt-brand{display:flex;align-items:center;gap:14px;margin-bottom:38px;color:#0860c9}.gt-brand .logo{width:74px;height:74px;object-fit:contain;margin:0}.gt-brand strong{display:block;font-size:24px;line-height:1.4}.gt-brand span{display:block;font-size:14px;color:#2586dc;margin-top:3px;letter-spacing:.4px}
.primary,.floating,.chat-register{background:#1677ed}.primary:hover,.floating:hover{background:#0860d7}.carousel .slide img{object-fit:contain}.carousel .slides{bottom:34px}.carousel .pagination{top:auto;bottom:0;left:50%;right:auto;transform:translateX(-50%);flex-direction:row;gap:4px}.carousel .pagination button.selected:after{width:20px;height:8px;background:#1677ed;border:0;border-radius:6px}.carousel .pagination button:focus-visible{outline:2px solid #1677ed;outline-offset:2px}.intro h1{white-space:normal}
@media(max-width:750px){.hero{background:#fff}.gt-brand{order:0;align-self:flex-start;margin:18px 22px 8px;gap:10px}.gt-brand .logo{width:52px;height:52px;margin:0}.gt-brand strong{font-size:19px}.gt-brand span{font-size:12px}.carousel{height:clamp(380px,62svh,580px)}.action-row .secondary{background:#1677ed}.carousel .slide img{width:100%;height:100%;max-width:100%}}
