*{box-sizing:border-box}html{min-width:320px;background:var(--pcb-page)}body{margin:0;background:var(--pcb-page);color:var(--pcb-text);font-family:var(--pcb-font-sans);overflow-x:hidden}.expert-page{width:calc(100% - 64px);max-width:1280px;margin:0 auto;padding:0 0 48px}.expert-hero{display:flex;align-items:center;min-height:56px}.expert-hero h1{margin:0;color:#173b35;font-size:20px;line-height:1.25;font-weight:700;letter-spacing:-.5px}
.expert-search{position:relative;margin-top:0;padding:20px 24px}.expert-search__main{display:grid;grid-template-columns:minmax(0,1fr) 144px 120px;gap:12px}.expert-search__field{display:flex;align-items:center;gap:12px;height:46px;padding:0 16px;border:1px solid var(--pcb-border);border-radius:8px;background:#fff}.expert-search__field:focus-within{border-color:var(--pcb-focus);box-shadow:0 0 0 3px rgba(24,165,135,.12)}.expert-search__field svg,.expert-search__advanced svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.expert-search__field svg{color:#7692a9}.expert-search__field input{width:100%;border:0;outline:0;color:var(--pcb-text);font:400 15px/1 var(--pcb-font-sans)}.expert-search__field input::placeholder{color:#7890a4}.expert-search__main>.pcb-button{height:46px;border-radius:8px}.expert-search__advanced{display:flex;align-items:center;justify-content:flex-end;gap:10px;border:0;background:none;color:var(--pcb-green-700);font:400 14px/1 var(--pcb-font-sans);cursor:pointer}.expert-search__filters{display:flex;gap:16px;margin-top:16px}.expert-search__filters button{display:flex;align-items:center;justify-content:space-between;gap:24px;min-width:145px;height:38px;padding:0 16px;border:1px solid var(--pcb-border);border-radius:8px;background:#fff;color:#40566d;font:400 14px/1 var(--pcb-font-sans);cursor:pointer}.expert-search__filters button:hover{border-color:var(--pcb-green-500);color:var(--pcb-green-700)}
.expert-stats{display:grid;grid-template-columns:repeat(5,1fr);margin-top:16px;padding:20px 16px}.expert-stats div{display:grid;grid-template-columns:auto auto;justify-content:center;align-items:center;column-gap:10px;min-width:0;padding:2px 20px;border-right:1px solid var(--pcb-border)}.expert-stats div:last-child{border-right:0}.expert-stats strong{grid-row:1/3;color:#15324d;font-size:22px;line-height:1;font-weight:700}.expert-stats strong::before{content:"✓";display:inline-grid;place-items:center;width:32px;height:32px;margin-right:12px;border:2px solid var(--pcb-green-500);border-radius:50%;color:var(--pcb-green-600);font-size:16px}.expert-stats span{color:#657d91;font-size:13px}
.expert-list{display:grid;gap:20px;margin-top:20px}.expert-card{display:grid;grid-template-columns:104px minmax(0,1fr) 148px;column-gap:24px;padding:24px;border:1px solid #e2ece8;border-radius:var(--pcb-radius-lg);background:#fff;box-shadow:var(--pcb-shadow-sm)}.expert-card__portrait{grid-row:1/4;align-self:start;aspect-ratio:4/5;padding:5px;border-radius:10px;background:#f3f6f5;overflow:hidden}.expert-card__portrait img{display:block;width:100%;height:100%;border-radius:7px;object-fit:contain;object-position:center bottom}.expert-card__main{min-width:0}.expert-card__head{display:flex;align-items:center;gap:12px;min-width:0}.expert-card__head h2{margin:0;color:#123149;font-size:22px;line-height:1.25;font-weight:700}.expert-card__id{color:#667d91;font-size:12px}.expert-card__badges{display:flex;gap:8px;margin:8px 0}.expert-badge{display:inline-flex;align-items:center;height:24px;padding:0 9px;border:1px solid #a9dccc;border-radius:5px;color:var(--pcb-green-700);background:#f4fbf8;font-size:12px}.expert-badge--verified{border-color:#f0a055;color:#d96815;background:#fffaf4}.expert-card__role{margin:0;color:#19334b;font-size:15px;line-height:1.55}.expert-card__meta{display:flex;flex-wrap:wrap;gap:8px 24px;margin-top:10px;color:#61788c;font-size:13px}.expert-card__meta span{display:inline-flex;align-items:center;gap:7px}.expert-card__meta svg,.expert-card__price svg{width:16px;height:16px;fill:none;stroke:var(--pcb-green-600);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.expert-card__tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.expert-card__tags .pcb-tag{min-height:26px;padding:0 12px;border:1px solid #b7e1d5;border-radius:5px;background:#f6fbf9}.expert-card__price{display:flex;align-items:center;gap:8px;margin:14px 0 0;color:#536b7e;font-size:13px}.expert-card__price strong{color:var(--pcb-green-700);font-size:15px;font-weight:400}.expert-card__action{align-self:start;width:148px;min-width:148px;height:48px;border-radius:10px}.expert-card__action svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.expert-card__details{grid-column:2/4;margin-top:18px}.expert-detail-row{display:grid;grid-template-columns:170px minmax(0,1fr);gap:14px;padding:12px 0;border-top:1px solid #edf2f0}.expert-detail-row h3,.expert-detail-column h3{margin:0;color:#334c60;font-size:13px;font-weight:700}.expert-detail-row p{margin:0;color:#435b6d;font-size:13px;line-height:1.7}.expert-detail-row--companies p{color:#394f5f}.expert-detail-row--companies p span{color:var(--pcb-green-600)}.expert-detail-columns{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding-top:12px;border-top:1px solid #edf2f0}.expert-detail-column ul{display:grid;grid-template-columns:1fr 1fr;gap:8px 24px;margin:10px 0 0;padding:0;list-style:none}.expert-detail-column:first-child ul{grid-template-columns:1fr}.expert-detail-column li{position:relative;padding-left:16px;color:#435b6d;font-size:13px;line-height:1.55}.expert-detail-column li::before{content:"✓";position:absolute;left:0;color:var(--pcb-green-600)}.expert-empty{margin-top:16px;padding:48px;text-align:center;color:var(--pcb-text-muted)}
@media(max-width:1439px){.expert-page{width:calc(100% - 64px)}}
@media(max-width:1199px){.expert-page{width:calc(100% - 40px)}.expert-card{column-gap:20px;padding:22px}.expert-list{gap:16px}}
@media(max-width:1100px){.expert-page{width:calc(100% - 32px)}.expert-card{grid-template-columns:100px minmax(0,1fr) 148px;padding:22px}.expert-card__details{grid-column:2/4}.expert-detail-row{grid-template-columns:150px 1fr}.expert-detail-columns{gap:24px}.expert-detail-column ul{grid-template-columns:1fr}.expert-stats div{padding:2px 8px}.expert-stats strong::before{display:none}}
@media(max-width:760px){.expert-page{width:calc(100% - 24px)}.expert-hero{min-height:56px}.expert-hero h1{font-size:20px}.expert-search{padding:18px}.expert-search__main{grid-template-columns:1fr auto}.expert-search__advanced{grid-column:1/3;justify-self:end}.expert-search__filters{overflow-x:auto}.expert-search__filters button{flex:0 0 auto}.expert-stats{grid-template-columns:repeat(2,1fr)}.expert-stats div{padding:12px;border-right:0;border-bottom:1px solid var(--pcb-border)}.expert-stats div:last-child{grid-column:1/3;border-bottom:0}.expert-card{grid-template-columns:92px minmax(0,1fr);gap:16px;padding:18px}.expert-card__portrait{grid-row:1}.expert-card__action{grid-column:1/3;grid-row:2;width:100%}.expert-card__details{grid-column:1/3;margin-top:0}.expert-detail-row{grid-template-columns:1fr;gap:6px}.expert-detail-columns{grid-template-columns:1fr;gap:20px}.expert-card__meta{gap:8px 14px}}

/* 专家库双列卡片墙 */
.expert-page{max-width:1280px}
.expert-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px}
.expert-card{display:grid;grid-template-columns:88px minmax(0,1fr);gap:18px;min-width:0;min-height:272px;padding:20px;border-color:#e1ebe7}
.expert-card__portrait{grid-row:auto;width:88px;height:88px;padding:0;border-radius:10px;background:#edf4f1}
.expert-card__portrait img{border-radius:8px;object-fit:cover;object-position:center top}
.expert-card__content{display:flex;min-width:0;flex-direction:column}
.expert-card__head{align-items:flex-start;gap:8px;min-height:24px}
.expert-card__head h2{flex:0 0 auto;font-size:19px}
.expert-card__badges{display:flex;flex:1 1 auto;flex-wrap:wrap;gap:5px;margin:0}
.expert-badge{height:21px;padding:0 7px;font-size:11px}
.expert-card__role{margin:8px 0 0;overflow:hidden;color:#253e50;font-size:13px;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}
.expert-card__role span{margin:0 4px;color:#9aaba5}
.expert-card__meta{gap:10px;margin-top:8px;font-size:12px}
.expert-card__meta i{width:1px;height:12px;background:var(--pcb-border)}
.expert-card__meta svg{width:14px;height:14px}
.expert-card__companies{margin:10px 0 0;overflow:hidden;color:#547169;font-size:12px;line-height:1.6;text-overflow:ellipsis;white-space:nowrap}
.expert-card__companies strong{color:#344c46;font-weight:400}
.expert-card__tags{gap:6px;margin-top:10px}
.expert-card__tags .pcb-tag{min-height:23px;padding:0 8px;font-size:11px}
.expert-card__highlights{margin-top:12px}
.expert-card__highlights h3{margin:0 0 6px;color:#344c5f;font-size:12px;font-weight:700}
.expert-card__highlights ul{display:grid;gap:4px;margin:0;padding:0;list-style:none}
.expert-card__highlights li{position:relative;overflow:hidden;padding-left:12px;color:#526a79;font-size:12px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}
.expert-card__highlights li::before{position:absolute;left:1px;color:var(--pcb-green-600);content:"•"}
.expert-card__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto;padding-top:12px;border-top:1px solid #edf2f0}
.expert-card__footer p{min-width:0;margin:0;color:#60766f;font-size:11px;line-height:1.5;white-space:nowrap}
.expert-card__footer p strong{color:#344c46;font-weight:400}
.expert-card__footer p span{margin:0 2px;color:#a5b5af}
.expert-card__action{align-self:auto;width:auto;min-width:120px;height:34px;min-height:34px;padding:0 13px;border-radius:8px;font-size:12px;white-space:nowrap}
.expert-card__action svg{width:16px;height:16px}
.expert-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:24px;color:#637972}
.expert-pagination[hidden]{display:none}
.expert-pagination button{display:grid;place-items:center;width:32px;height:32px;padding:0;border:1px solid #e0eae6;border-radius:7px;background:#fff;color:#4d655d;font:400 13px/1 var(--pcb-font-sans);cursor:pointer}
.expert-pagination button:hover,.expert-pagination button.is-current{border-color:var(--pcb-green-700);background:var(--pcb-green-700);color:#fff}
.expert-pagination button:disabled{cursor:not-allowed;opacity:.45}
.expert-pagination span{padding:0 2px}
.expert-pagination small{margin-left:12px;color:#84958f;font-size:12px}
@media(max-width:1050px){.expert-list{grid-template-columns:1fr}.expert-card{min-height:250px}.expert-card__footer p{white-space:normal}}
@media(max-width:760px){.expert-card{grid-template-columns:80px minmax(0,1fr);gap:14px;padding:16px}.expert-card__portrait{width:80px;height:80px}.expert-card__head{align-items:flex-start;flex-direction:column;gap:6px}.expert-card__role{white-space:normal}.expert-card__footer{align-items:stretch;flex-direction:column}.expert-card__action{width:100%}.expert-pagination small{display:none}}

/* 当前专家库页面统一字体层 */
.expert-page{font-family:var(--pcb-font-sans);font-weight:var(--pcb-font-weight-regular)}
.expert-hero h1{font-size:20px;font-weight:var(--pcb-font-weight-title)}
.expert-search__field input,.expert-search__main>.pcb-button,.expert-search__advanced,.expert-search__filters button{font-family:var(--pcb-font-sans);font-size:var(--pcb-text-label);font-weight:var(--pcb-font-weight-regular)}
.expert-stats strong{font-size:var(--pcb-text-content);font-weight:var(--pcb-font-weight-regular)}
.expert-stats span{font-size:var(--pcb-text-caption);font-weight:var(--pcb-font-weight-regular)}
.expert-card__head h2{font-size:var(--pcb-text-content);font-weight:var(--pcb-font-weight-title)}
.expert-badge,.expert-card__meta,.expert-card__companies,.expert-card__highlights li,.expert-pagination button,.expert-pagination small{font-family:var(--pcb-font-sans);font-size:var(--pcb-text-caption);font-weight:var(--pcb-font-weight-regular)}
.expert-card__role,.expert-card__highlights h3,.expert-card__footer p,.expert-card__action{font-family:var(--pcb-font-sans);font-size:var(--pcb-text-label);font-weight:var(--pcb-font-weight-regular)}

/* 专家库搜索筛选区：复用找简历页面的控件视觉规格 */
.expert-search{padding:24px}
.expert-search__main{grid-template-columns:minmax(0,1fr) 180px 160px;gap:20px;align-items:center}
.expert-search__field{height:52px;padding:0 22px;border-color:var(--pcb-border);border-radius:var(--pcb-radius-lg)}
.expert-search__field input{font-size:var(--pcb-text-content)}
.expert-search__main>.pcb-button{height:52px;border-radius:var(--pcb-radius-lg);font-size:var(--pcb-text-h4);font-weight:var(--pcb-font-weight-title)}
.expert-search__advanced{justify-content:center;height:52px;padding:0 20px;border:1px solid var(--pcb-green-600);border-radius:var(--pcb-radius-lg);background:var(--pcb-card);font-size:var(--pcb-text-h4);font-weight:var(--pcb-font-weight-title)}
.expert-search__advanced svg{transition:transform .18s ease}.expert-search__advanced[aria-expanded="true"] svg{transform:rotate(180deg)}
.expert-search__advanced:hover{border-color:var(--pcb-green-700);background:var(--pcb-green-050)}
.expert-search__filters{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:26px}.expert-search__filters[hidden]{display:none}
.expert-search__filters button{width:100%;min-width:0;height:52px;padding:0 18px;border-color:var(--pcb-border);border-radius:var(--pcb-radius-lg);color:var(--pcb-text);font-size:var(--pcb-text-content)}
.expert-filter-menu{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:14px;border:1px solid var(--pcb-border);border-radius:var(--pcb-radius-lg);background:#f7fbf9}.expert-filter-menu button{min-width:0;height:40px;padding:0 12px;background:#fff}.expert-filter-menu button:hover{background:var(--pcb-green-050)}.expert-filter-menu--country{position:absolute;z-index:30;top:0;left:0;display:block;width:min(360px,calc(100vw - 72px));max-height:430px;overflow-y:auto;padding:20px;scrollbar-gutter:stable;border-color:#d9e7e2;background:#fff;box-shadow:0 18px 38px rgba(18,57,47,.16)}.expert-filter-menu--country .pcb-city-picker__section{padding-bottom:18px}.expert-filter-menu--country .pcb-city-picker__section:last-child{padding-bottom:0}.expert-filter-menu--country .pcb-city-picker__title{margin-bottom:12px}.expert-filter-menu--country .pcb-city-picker__option{height:52px;padding:0 14px;text-align:left}.expert-filter-menu--experience,.expert-filter-menu--field,.expert-filter-menu--service{position:absolute;z-index:30;top:0;left:0;grid-template-columns:repeat(2,minmax(0,1fr));width:min(360px,calc(100vw - 72px));max-height:430px;overflow-y:auto;padding:20px;scrollbar-gutter:stable;border-color:#d9e7e2;background:#fff;box-shadow:0 18px 38px rgba(18,57,47,.16)}.expert-filter-menu--experience button,.expert-filter-menu--field button,.expert-filter-menu--service button{height:52px;padding:0 14px;border:1px solid #d9e7e2;border-radius:var(--pcb-radius-lg);background:#fff;text-align:left}.expert-search__filters>[data-filter][aria-expanded="true"]{border-color:var(--pcb-green-600);color:var(--pcb-green-700);background:var(--pcb-green-050)}
@media(max-width:760px){.expert-search{padding:18px}.expert-search__main{grid-template-columns:minmax(0,1fr) 110px;gap:12px}.expert-search__advanced{grid-column:1/-1;width:100%}.expert-search__filters{display:flex;gap:12px;margin-top:18px}.expert-search__filters button{width:auto;min-width:145px}}

/* 预约咨询弹窗 */
.booking-modal[hidden],.booking-dialog__view[hidden],.booking-success[hidden]{display:none}.booking-modal{z-index:1200;padding:24px;background:rgba(14,31,27,.55);backdrop-filter:blur(3px);opacity:0;transition:opacity .18s ease}.booking-modal.is-open{opacity:1}.booking-dialog{width:min(820px,calc(100vw - 48px));border:1px solid rgba(255,255,255,.7);border-radius:22px;transform:translateY(12px) scale(.985);transition:transform .2s ease}.booking-modal.is-open .booking-dialog{transform:translateY(0) scale(1)}.booking-dialog__view{display:flex;min-height:0;max-height:80vh;flex-direction:column}.booking-dialog__header{position:relative;display:flex;justify-content:space-between;gap:24px;padding:26px 32px 20px;border-bottom:1px solid #edf2f0}.booking-dialog__header h2,.booking-success h2{margin:0;color:#17352f;font-size:22px;line-height:1.35;font-weight:700}.booking-dialog__header p{margin:6px 0 0;color:#687d76;font-size:14px;line-height:1.6}.booking-dialog__close{display:grid;place-items:center;width:30px;height:30px;padding:0;border:0;border-radius:8px;background:transparent;color:#657871;font:400 28px/1 var(--pcb-font-sans);cursor:pointer;transition:color .18s ease,background-color .18s ease}.booking-dialog__close:hover{background:var(--pcb-green-050);color:var(--pcb-green-800)}.booking-dialog__close:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(24,165,135,.2)}.booking-dialog__body{padding:20px 32px 10px}.booking-expert{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:8px 14px;padding:14px 16px;border:1px solid #e0ebe7;border-radius:14px;background:#f7fbf9}.booking-expert img{grid-row:1/3;width:52px;height:52px;border-radius:50%;background:#eef4f1;object-fit:cover}.booking-expert__identity{display:flex;min-width:0;align-items:baseline;gap:12px}.booking-expert__identity strong{flex:0 0 auto;color:#17352f;font-size:17px;font-weight:700}.booking-expert__identity span{overflow:hidden;color:#536b63;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.booking-expert__meta{display:flex;align-items:center;gap:10px;color:#657c74;font-size:13px}.booking-expert__meta i{width:1px;height:12px;background:#ccdad5}.booking-section{min-width:0;margin:20px 0 0;padding:0;border:0}.booking-section legend{width:100%;margin:0 0 12px;padding:0;color:#233e38;font-size:16px;font-weight:700}.booking-methods__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.booking-method{position:relative;display:flex;min-width:0;min-height:92px;align-items:center;gap:12px;padding:16px;border:1px solid #dbe5e1;border-radius:12px;background:#fff;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease}.booking-method:hover{border-color:#9fcbbb;box-shadow:0 5px 16px rgba(13,63,53,.07);transform:translateY(-1px)}.booking-method.is-selected{border-color:var(--pcb-green-600);background:var(--pcb-green-050);box-shadow:0 0 0 1px rgba(15,138,111,.06)}.booking-method input{position:absolute;opacity:0;pointer-events:none}.booking-method__icon{display:grid;flex:0 0 auto;place-items:center;width:42px;height:42px;border-radius:50%;background:#f0f4f2;color:#718079}.booking-method.is-selected .booking-method__icon{background:#dff3eb;color:var(--pcb-green-700)}.booking-method__icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.booking-method>span:nth-of-type(2){display:flex;min-width:0;flex-direction:column;gap:5px}.booking-method strong{color:#243d37;font-size:15px;font-weight:700}.booking-method small{overflow:hidden;color:#72837d;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.booking-method__check{position:absolute;top:8px;right:8px;display:none;width:20px;height:20px;padding:3px;border-radius:50%;background:var(--pcb-green-700);fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.booking-method.is-selected .booking-method__check{display:block}.booking-fields{margin-top:22px}.booking-fields__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px}.booking-field{display:flex;min-width:0;flex-direction:column;gap:7px;color:#40564f;font-size:13px}.booking-field>span{line-height:1.3}.booking-field em{color:var(--pcb-danger);font-style:normal}.booking-field .pcb-input{height:44px;padding:0 14px;border-radius:10px;font:400 14px/1 var(--pcb-font-sans)}.booking-field .pcb-textarea{min-height:78px;padding:12px 14px;border-radius:10px;resize:none;font:400 14px/1.55 var(--pcb-font-sans)}.booking-field .pcb-input[aria-invalid="true"]{border-color:var(--pcb-danger);box-shadow:0 0 0 3px rgba(201,65,65,.08)}.booking-field--full{grid-column:1/-1}.booking-field__error{min-height:0;color:var(--pcb-danger);font-size:12px;line-height:1}.booking-field__error:empty{display:none}.booking-privacy{display:flex;align-items:center;gap:8px;margin:16px 0 4px;color:#6d817a;font-size:12px;line-height:1.5}.booking-privacy svg{width:17px;height:17px;fill:none;stroke:#66857b;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.booking-dialog__footer{display:flex;justify-content:flex-end;gap:12px;padding:18px 32px 24px}.booking-dialog__footer .pcb-button{min-width:112px;height:44px;border-radius:10px}.booking-success{position:relative;min-height:390px;padding:72px 32px 48px;text-align:center}.booking-success>.booking-dialog__close{position:absolute;top:24px;right:28px}.booking-success__icon{display:grid;place-items:center;width:68px;height:68px;margin:0 auto 22px;border-radius:50%;background:var(--pcb-green-100);color:var(--pcb-green-700)}.booking-success__icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.booking-success p{margin:10px 0 28px;color:#6b7f78;font-size:14px}.booking-success>.pcb-button{min-width:128px;height:44px;border-radius:10px}
@media(max-width:760px){.booking-modal{padding:12px;align-items:flex-end}.booking-dialog{width:100%;max-width:100%;max-height:92vh;border-radius:20px 20px 0 0}.booking-dialog__view{max-height:92vh}.booking-dialog__header{padding:22px 20px 16px}.booking-dialog__body{padding:16px 20px 8px}.booking-expert{grid-template-columns:48px minmax(0,1fr)}.booking-expert img{width:48px;height:48px}.booking-expert__identity{align-items:flex-start;flex-direction:column;gap:3px}.booking-expert__meta{grid-column:2}.booking-methods__grid,.booking-fields__grid{grid-template-columns:1fr}.booking-method{min-height:76px}.booking-field--full{grid-column:auto}.booking-dialog__footer{padding:16px 20px 20px}.booking-dialog__footer .pcb-button{flex:1;min-width:0}.booking-success{min-height:360px;padding:70px 24px 40px}}
@media(prefers-reduced-motion:reduce){.booking-modal,.booking-dialog,.booking-method{transition:none}}

/* 桌面端预约弹窗紧凑排布：完整内容一屏展示，不使用内部滚动 */
@media(min-width:761px){
  .booking-dialog{max-height:calc(100vh - 32px)}
  .booking-dialog__view{max-height:none}
  .booking-dialog__header{padding:20px 28px 14px}
  .booking-dialog__header p{margin-top:4px;line-height:1.45}
  .booking-dialog__body{overflow-y:visible;padding:14px 28px 4px}
  .booking-expert{grid-template-columns:46px minmax(0,1fr) auto;padding:10px 14px}
  .booking-expert img{width:46px;height:46px}
  .booking-section{margin-top:14px}
  .booking-section legend{margin-bottom:8px}
  .booking-methods__grid{gap:10px}
  .booking-method{min-height:74px;padding:12px 14px}
  .booking-method__icon{width:38px;height:38px}
  .booking-method strong{font-size:var(--pcb-text-label)}
  .booking-method small{font-size:var(--pcb-text-caption)}
  .booking-fields{margin-top:16px}
  .booking-fields__grid{gap:10px 16px}
  .booking-field{gap:5px}
  .booking-field .pcb-input{height:40px;min-height:40px}
  .booking-field .pcb-textarea{min-height:56px;padding-top:9px;padding-bottom:9px}
  .booking-privacy{margin:10px 0 2px}
  .booking-dialog__footer{padding:12px 28px 18px}
  .booking-dialog__footer .pcb-button{height:42px;min-height:42px;font-family:var(--pcb-font-sans);font-size:var(--pcb-text-label);font-weight:var(--pcb-font-weight-regular)}
}

/* 大类名称较长，保留两列并加宽弹层，避免文字折行。 */
.expert-filter-menu--field{width:min(520px,calc(100vw - 72px))}.expert-filter-menu--field button{white-space:nowrap}

/* 预约成功提示使用紧凑卡片，避免在列表页遮挡过多内容。 */
.booking-success{min-height:200px;padding:38px 28px 28px}
.booking-success>.booking-dialog__close{top:14px;right:16px}
.booking-success__icon{width:48px;height:48px;margin:0 auto 12px}
.booking-success__icon svg{width:25px;height:25px}
.booking-success h2{font-size:18px}
.booking-success p{margin:7px 0 18px;font-size:13px}
.booking-success>.pcb-button{min-width:104px;height:38px}
@media(max-width:760px){.booking-success{min-height:200px;padding:38px 20px 26px}}

/* 仅成功状态收窄外层弹窗，预约表单仍使用原有宽度。 */
.booking-dialog:has(#booking-success-view:not([hidden])){width:min(760px,calc(100vw - 48px))}
@media(max-width:760px){.booking-dialog:has(#booking-success-view:not([hidden])){width:100%}}

/* 专家完整介绍弹窗 */
.expert-card__name{padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.expert-card__name:hover{text-decoration:underline;color:var(--pcb-green-700)}.expert-card__name:focus-visible{outline:0;border-radius:4px;box-shadow:0 0 0 3px rgba(24,165,135,.2)}
.expert-profile-modal[hidden]{display:none}.expert-profile-modal{z-index:1210;padding:24px;background:rgba(14,31,27,.55);backdrop-filter:blur(3px);opacity:0;transition:opacity .18s ease}.expert-profile-modal.is-open{opacity:1}.expert-profile-dialog{display:flex;width:min(860px,calc(100vw - 48px));max-height:82vh;flex-direction:column;border:1px solid rgba(255,255,255,.7);border-radius:22px;transform:translateY(12px) scale(.985);transition:transform .2s ease}.expert-profile-modal.is-open .expert-profile-dialog{transform:translateY(0) scale(1)}.expert-profile-dialog__header{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;padding:22px 30px 18px;border-bottom:1px solid #edf2f0}.expert-profile-dialog__header h2{margin:0;color:#17352f;font-size:22px;line-height:1.35;font-weight:700}.expert-profile-dialog__body{overflow-y:auto;padding:22px 30px 12px}.expert-profile-summary{display:grid;grid-template-columns:136px minmax(0,1fr);gap:22px;padding-bottom:20px;border-bottom:1px solid #e6efeb}.expert-profile-summary>img{width:136px;height:136px;border-radius:12px;background:#edf4f1;object-fit:cover;object-position:center top}.expert-profile-summary__head{display:flex;align-items:center;gap:12px}.expert-profile-summary__head h3{margin:0;color:#123149;font-size:25px;line-height:1.2}.expert-profile-summary__head .expert-card__badges{flex:0 1 auto;margin:0}.expert-profile-summary__chips{margin-top:12px}.expert-profile-summary p{margin:12px 0 0;color:#2d455a;font-size:16px;line-height:1.5}.expert-profile-summary__meta{display:flex;align-items:center;gap:12px;color:#627d94!important;font-size:14px!important}.expert-profile-summary__meta i{width:1px;height:14px;background:#d5e2de}.expert-profile-section{padding:18px 0;border-bottom:1px solid #e6efeb}.expert-profile-section:last-child{border-bottom:0}.expert-profile-section>h3{margin:0 0 14px;color:#244940;font-size:18px;line-height:1.35}.expert-profile-section>h4{margin:14px 0 8px;color:#405b53;font-size:14px}.expert-profile-section>p{margin:0;color:#516a61;font-size:14px;line-height:1.75}.expert-profile-section>p strong{color:#304d44;font-weight:700}.expert-profile-detail-row{display:grid;grid-template-columns:92px minmax(0,1fr);gap:14px;align-items:start;margin-top:12px}.expert-profile-detail-row strong{padding-top:5px;color:#425c53;font-size:14px;font-weight:700}.expert-profile-chips{display:flex;flex-wrap:wrap;gap:8px}.expert-profile-chips span{display:inline-flex;align-items:center;min-height:30px;padding:4px 11px;border:1px solid #a9dccc;border-radius:7px;background:#f8fcfa;color:#187a65;font-size:13px;line-height:1.3}.expert-profile-projects{display:grid;gap:7px;margin:0;padding:0;list-style:none}.expert-profile-projects li{position:relative;padding-left:15px;color:#516a61;font-size:14px;line-height:1.7}.expert-profile-projects li::before{position:absolute;left:1px;color:var(--pcb-green-600);content:"•"}.expert-profile-bio{white-space:pre-line}.expert-profile-dialog__footer{display:flex;flex:0 0 auto;justify-content:flex-end;gap:12px;padding:16px 30px 22px;border-top:1px solid #edf2f0}.expert-profile-dialog__footer .pcb-button{min-width:112px;height:42px;border-radius:10px}
@media(max-width:760px){.expert-profile-modal{padding:12px;align-items:flex-end}.expert-profile-dialog{width:100%;max-height:90vh;border-radius:20px 20px 0 0}.expert-profile-dialog__header{padding:18px 20px 14px}.expert-profile-dialog__header h2{font-size:19px}.expert-profile-dialog__body{padding:18px 20px 8px}.expert-profile-summary{grid-template-columns:86px minmax(0,1fr);gap:14px;padding-bottom:16px}.expert-profile-summary>img{width:86px;height:86px}.expert-profile-summary__head{align-items:flex-start;flex-direction:column;gap:6px}.expert-profile-summary__head h3{font-size:21px}.expert-profile-summary__chips{margin-top:8px}.expert-profile-summary p{margin-top:8px;font-size:14px}.expert-profile-summary__meta{gap:8px;font-size:13px!important}.expert-profile-section{padding:16px 0}.expert-profile-section>h3{margin-bottom:12px;font-size:17px}.expert-profile-detail-row{grid-template-columns:1fr;gap:8px}.expert-profile-detail-row strong{padding:0}.expert-profile-chips{gap:7px}.expert-profile-chips span{min-height:28px;padding:4px 9px;font-size:12px}.expert-profile-dialog__footer{padding:14px 20px 18px}.expert-profile-dialog__footer .pcb-button{flex:1;min-width:0}}
@media(prefers-reduced-motion:reduce){.expert-profile-modal,.expert-profile-dialog{transition:none}}
