@import url('./tokens.css');

*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page);color:var(--text);font-family:var(--font-sans);font-size:16px;line-height:1.55}button,input,select,textarea{font:inherit}button,a{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(var(--container),calc(100% - 40px));margin:auto}.muted{color:var(--muted)}.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(211,174,97,.48);border-radius:var(--radius-pill);padding:8px 15px;color:var(--gold-2);font-size:14px;background:rgba(7,18,36,.35)}.eyebrow img{width:20px;height:20px}.tag{display:inline-flex;align-items:center;border-radius:var(--radius-pill);padding:5px 10px;background:#f0f2f7;color:#62708a;font-size:13px;line-height:1}.tag.gold{background:#f6e8c3;color:#765310}.tag.green{background:#e4f6ee;color:#08734e}.tag.blue{background:#e8f0ff;color:#285eb9}.tag.outline{background:white;border:1px solid var(--line)}

.site-header{height:74px;background:rgba(7,18,36,.97);color:white;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;position:sticky;top:0;z-index:50;backdrop-filter:blur(14px)}.header-inner{display:flex;align-items:center;justify-content:space-between}.brand img{width:252px;height:auto}.desktop-nav{display:flex;gap:28px;font-size:15px;color:#d9e0ed}.desktop-nav a.active,.desktop-nav a:hover{color:var(--gold-2)}.header-actions{display:flex;align-items:center;gap:10px}.lang{border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:9px 13px;background:rgba(255,255,255,.06)}.gold-btn,.outline-btn,.dark-btn{border:0;border-radius:var(--radius-pill);padding:11px 21px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:7px}.gold-btn{background:var(--gradient-gold);color:#251900;box-shadow:var(--shadow-gold)}.outline-btn{background:white;color:#7a5717;border:1px solid #b88d3c}.dark-btn{background:var(--navy);color:white}.icon-btn{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:white}.mobile-menu{display:none;background:none;border:0;color:white;font-size:28px}.bottom-nav{display:none}

.hero{position:relative;background:var(--navy);color:white;overflow:hidden;padding:44px 0 54px}.hero::before{content:"";position:absolute;inset:0;background-image:var(--gradient-hero),url('./images/earth-network.webp');background-size:cover;background-position:center;opacity:.95}.hero::after{content:"";position:absolute;inset:auto 0 0;height:120px;background:linear-gradient(transparent,rgba(7,18,36,.95));pointer-events:none}.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.hero-copy h1{margin:18px 0 8px;font-size:clamp(42px,5vw,72px);letter-spacing:-2px;line-height:1.08;background:linear-gradient(90deg,#fff 10%,#f3dfa7 55%,#c79c4c);-webkit-background-clip:text;color:transparent}.hero-copy h2{margin:0 0 10px;font-size:clamp(23px,2.4vw,34px);line-height:1.35}.hero-copy p{font-size:18px;color:#dce3ef;margin:0}.handline{width:190px;margin:24px 0 0 auto;opacity:.95}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.service-tile{min-height:138px;border:1px solid rgba(211,174,97,.25);border-radius:18px;background:rgba(17,28,49,.76);backdrop-filter:blur(10px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;transition:.2s ease;color:white;font-weight:700}.service-tile:hover{transform:translateY(-3px);border-color:rgba(211,174,97,.7);background:rgba(25,39,66,.92)}.service-tile img{width:58px;height:58px;object-fit:contain}.hero-search-wrap{position:relative;z-index:4;margin:-28px auto 0;width:min(920px,calc(100% - 40px))}.search-bar{height:62px;border-radius:999px;background:white;box-shadow:0 18px 50px rgba(7,18,36,.18);padding:7px 7px 7px 22px;display:flex;align-items:center;gap:12px}.search-bar svg{width:23px;color:#8290aa}.search-bar input{flex:1;border:0;outline:none;min-width:0;color:var(--text)}.search-bar .gold-btn{height:48px;min-width:126px}

.section{padding:54px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px}.section-head h2{font-size:31px;margin:0}.section-head p{margin:5px 0 0}.text-link{color:var(--muted);font-weight:600}.chip-row{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 22px}.chip{border:0;background:#ebedf2;color:#69758b;border-radius:999px;padding:9px 18px;min-width:72px}.chip.active{background:var(--gradient-gold);color:#2b1e04}.job-list{display:grid;gap:14px}.job-card{background:white;border:1px solid #e8ebf0;border-radius:18px;padding:18px;box-shadow:var(--shadow-card);display:grid;grid-template-columns:94px 1fr auto;gap:18px;align-items:center;transition:.2s}.job-card:hover{border-color:#d6b66f;transform:translateY(-2px)}.company-thumb{width:94px;height:82px;border-radius:13px;object-fit:cover;background:#e8edf5}.job-card h3{font-size:20px;margin:0 0 2px}.job-card p{margin:0;color:var(--muted)}.meta{display:flex;gap:10px;flex-wrap:wrap;margin:7px 0 10px}.source-row{display:flex;align-items:center;gap:9px;margin-top:8px;font-size:13px;color:var(--muted)}.source-dot{width:8px;height:8px;border-radius:50%;background:var(--success)}.verified{color:var(--success);font-weight:700}.job-action{display:grid;gap:9px;justify-items:center;min-width:126px}.match{font-size:13px;color:var(--success);font-weight:700}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:28px}.trust-item{background:white;border:1px solid var(--line);border-radius:15px;padding:16px;text-align:center}.trust-item b{display:block;font-size:18px}.trust-item span{font-size:13px;color:var(--muted)}

.ai-banner{background:linear-gradient(110deg,#071224,#102347);border:1px solid rgba(211,174,97,.25);border-radius:22px;color:white;min-height:150px;display:flex;align-items:center;overflow:hidden;padding:24px 32px;margin-bottom:30px}.ai-banner-copy{position:relative;z-index:2}.ai-banner h2{font-size:31px;margin:0}.ai-banner p{margin:4px 0 14px;color:#dce3ef}.ai-banner img{width:280px;height:150px;object-fit:contain;margin-left:auto;align-self:flex-end}

.page-hero{background:var(--navy);color:white;padding:38px 0 54px}.page-hero h1{font-size:40px;margin:0 0 8px}.page-hero p{color:#cdd6e5;margin:0}.page-search{margin-top:-27px}.content-grid{display:grid;grid-template-columns:260px 1fr;gap:24px}.filter-panel,.card{background:white;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-card)}.filter-panel{padding:20px;align-self:start;position:sticky;top:94px}.filter-group{padding-bottom:19px;margin-bottom:18px;border-bottom:1px solid var(--line)}.filter-group:last-child{border-bottom:0;margin-bottom:0}.filter-group h3{font-size:15px;margin:0 0 10px}.check{display:flex;align-items:center;gap:9px;margin:9px 0;color:#455168;font-size:14px}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.toolbar select{border:1px solid var(--line);background:white;border-radius:10px;padding:8px 12px}.result-count b{color:var(--gold-dark)}

.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px}.detail-main,.detail-side{display:grid;gap:18px;align-self:start}.detail-card{background:white;border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:var(--shadow-card)}.job-title-row{display:flex;justify-content:space-between;gap:20px}.job-title-row h1{font-size:34px;margin:0}.salary{font-size:23px;color:#9a6e1d;font-weight:800;white-space:nowrap}.detail-card h2{font-size:21px;margin:0 0 12px}.detail-card ul{padding-left:21px;margin:0}.detail-card li{margin:8px 0}.official-source{border-left:4px solid var(--success);background:#eff9f5;padding:16px;border-radius:12px}.side-cta{position:sticky;top:94px}.side-cta .gold-btn{width:100%;margin-top:14px}.fit-score{text-align:center;padding:8px 0 18px}.score-ring{width:100px;height:100px;border-radius:50%;margin:auto;display:grid;place-items:center;background:conic-gradient(var(--gold) 0 88%,#e6e9ef 88%);position:relative}.score-ring::after{content:"";position:absolute;width:76px;height:76px;border-radius:50%;background:white}.score-ring b{position:relative;z-index:1;font-size:24px}

.ai-layout{display:grid;grid-template-columns:1fr 360px;gap:22px}.chat-card{height:650px;display:flex;flex-direction:column;overflow:hidden}.chat-head{padding:17px 20px;background:var(--navy);color:white;display:flex;align-items:center;gap:12px}.chat-head img{width:42px;height:42px}.chat-body{padding:22px;flex:1;overflow:auto;background:#f7f9fc}.bubble{max-width:78%;padding:13px 16px;border-radius:16px;margin-bottom:12px}.bubble.ai{background:white;border:1px solid var(--line);border-top-left-radius:4px}.bubble.user{background:#e9f0ff;margin-left:auto;border-top-right-radius:4px}.quick-actions{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.quick-actions button{border:1px solid #d6b66f;background:white;color:#765310;border-radius:999px;padding:7px 12px}.chat-input{display:flex;gap:10px;padding:14px;border-top:1px solid var(--line);background:white}.chat-input input{flex:1;border:1px solid var(--line);border-radius:999px;padding:11px 16px;outline:none}.resume-panel{padding:22px}.progress{height:9px;background:#e7eaf0;border-radius:999px;overflow:hidden}.progress span{display:block;height:100%;width:78%;background:var(--gradient-gold)}.checklist{list-style:none;padding:0}.checklist li{display:flex;gap:9px;margin:12px 0}.checklist li::before{content:"✓";color:var(--success);font-weight:800}

.application-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px}.stat{padding:20px}.stat b{display:block;font-size:30px}.stat span{color:var(--muted)}.application-card{padding:20px;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;margin-bottom:14px}.status-line{display:flex;gap:7px;align-items:center}.timeline{display:flex;align-items:center;gap:0;margin-top:13px}.step{flex:1;position:relative;color:#8b95a8;font-size:12px}.step::before{content:"";display:block;width:10px;height:10px;border-radius:50%;background:#dfe3ea;margin-bottom:5px}.step::after{content:"";position:absolute;top:4px;left:10px;right:0;height:2px;background:#dfe3ea}.step.done{color:var(--success)}.step.done::before,.step.done::after{background:var(--success)}.step:last-child::after{display:none}

.auth-page{min-height:calc(100vh - 74px);display:grid;grid-template-columns:1fr 1fr}.auth-visual{background:var(--navy) url('./images/earth-network.webp') center/cover;position:relative;color:white;padding:70px;display:flex;align-items:flex-end}.auth-visual::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,18,36,.15),rgba(7,18,36,.9))}.auth-copy{position:relative;max-width:520px}.auth-copy h1{font-size:45px;line-height:1.2}.auth-form-wrap{display:grid;place-items:center;padding:40px}.auth-form{width:min(430px,100%)}.auth-form h2{font-size:31px;margin:0}.field{display:grid;gap:6px;margin:16px 0}.field label{font-weight:600;font-size:14px}.field input,.field select,.field textarea{border:1px solid var(--line);border-radius:12px;padding:12px 14px;background:white}.auth-form .gold-btn{width:100%;height:48px;margin-top:8px}

.toast{position:fixed;right:24px;bottom:24px;background:var(--navy);color:white;padding:13px 18px;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.2);z-index:100;opacity:0;transform:translateY(10px);pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translateY(0)}

@media(max-width:900px){.desktop-nav{display:none}.mobile-menu{display:block}.brand img{width:215px}.hero{padding:30px 0 46px}.hero-inner{grid-template-columns:1fr;gap:25px}.hero-copy h1{font-size:50px}.hero-copy h2{font-size:26px}.hero-copy p{font-size:16px}.handline{position:absolute;right:0;top:185px;width:150px}.service-tile{min-height:124px}.content-grid,.detail-layout,.ai-layout{grid-template-columns:1fr}.filter-panel{position:static}.detail-side{grid-row:1}.side-cta{position:static}.application-stats{grid-template-columns:repeat(2,1fr)}.auth-page{grid-template-columns:1fr}.auth-visual{display:none}}

@media(max-width:620px){body{padding-bottom:76px;font-size:15px}.container{width:min(100% - 28px,var(--container))}.site-header{height:72px}.brand img{width:200px}.header-actions .lang,.header-actions .gold-btn{display:none}.bottom-nav{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);left:0;right:0;bottom:0;height:72px;background:white;border-top:1px solid var(--line);z-index:60;padding-bottom:env(safe-area-inset-bottom)}.bottom-nav a{display:grid;place-items:center;align-content:center;gap:1px;color:#68748a;font-size:12px}.bottom-nav a svg{width:25px;height:25px}.bottom-nav a.active{color:#9b6c19;font-weight:700}.hero{padding:24px 0 38px}.hero::before{background-position:62% center}.eyebrow{padding:7px 12px;font-size:13px}.hero-copy h1{font-size:43px;margin-top:14px}.hero-copy h2{font-size:22px}.hero-copy p{font-size:15px;max-width:80%}.handline{top:177px;width:124px}.service-grid{gap:8px}.service-tile{min-height:116px;border-radius:15px;font-size:15px}.service-tile img{width:49px;height:49px}.hero-search-wrap{margin:-19px auto 0;width:calc(100% - 20px)}.search-bar{height:58px;padding-left:16px;gap:8px}.search-bar .gold-btn{height:44px;min-width:84px;padding:8px 15px}.section{padding:38px 0}.section-head h2{font-size:27px}.job-card{grid-template-columns:78px 1fr;padding:14px;gap:12px}.company-thumb{width:78px;height:82px}.job-card h3{font-size:18px}.job-action{grid-column:1/-1;display:flex;justify-content:space-between}.trust-strip{grid-template-columns:repeat(2,1fr)}.ai-banner{padding:20px;min-height:138px}.ai-banner img{width:150px;height:120px;margin-right:-25px}.ai-banner h2{font-size:25px}.page-hero{padding:28px 0 48px}.page-hero h1{font-size:31px}.content-grid{display:block}.filter-panel{display:none}.toolbar{font-size:13px}.detail-card{padding:19px}.job-title-row{display:block}.job-title-row h1{font-size:28px}.salary{margin-top:8px}.chat-card{height:620px}.resume-panel{display:none}.application-card{grid-template-columns:1fr}.application-stats{gap:9px}.stat{padding:15px}.timeline{overflow:hidden}.step{font-size:10px}.auth-form-wrap{padding:30px 20px}.toast{left:14px;right:14px;bottom:88px;text-align:center}}

@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.company-mark{width:94px;height:82px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,#e8eef9,#c7d3e6);color:#2b4165;font-size:23px;font-weight:800;letter-spacing:-1px}
@media(max-width:620px){.company-mark{width:78px;height:82px}}


/* == meuni refine 09-06 == 照大学首页的精致度: 格子缩一档、边框变轻、hero 压紧, 让搜索框下一板块进第一屏 */
.service-tile{min-height:118px;border:1px solid rgba(211,174,97,.18);background:rgba(17,28,49,.62);gap:6px;font-size:15px}
.service-tile img{width:46px;height:46px}
.hero{padding:34px 0 46px}
.section{padding:36px 0}
.hq-strip{padding:14px 0 0}
.hq-strip .section-head{margin-bottom:12px;align-items:center}
.hq-strip h2{font-size:18px;margin:0}
.hq-strip .muted{font-size:12.5px;margin:2px 0 0}
.hq-row{display:flex;gap:10px;overflow-x:auto;padding:2px 2px 8px;scrollbar-width:none}
.hq-row::-webkit-scrollbar{display:none}
.hq-card{flex:0 0 152px;background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(8,18,36,.08);padding:12px;display:flex;flex-direction:column;gap:6px;text-decoration:none;color:var(--text)}
.hq-card .company-mark{width:40px;height:40px;font-size:15px}
.hq-card b{font-size:14px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.hq-card small{color:var(--muted);font-size:12px}
@media(max-width:620px){
  .hero{padding:16px 0 30px}
  .eyebrow{font-size:12px;padding:6px 12px}
  .hero-copy h1{font-size:34px;margin:10px 0 4px;letter-spacing:-1px}
  .hero-copy h2{font-size:18px;margin:0}
  .hero-copy p{font-size:13.5px;margin:6px 0 0;max-width:86%}
  .handline{width:118px;margin:6px 0 0 auto}
  .service-grid{gap:8px;margin-top:14px}
  .service-tile{min-height:90px;border-radius:14px;font-size:14px;gap:5px}
  .service-tile img{width:36px;height:36px}
  .hero-search-wrap{margin:-18px auto 0;width:calc(100% - 20px)}
  .search-bar{height:52px;padding:6px 6px 6px 18px}
  .section{padding:24px 0}
  .hq-strip{padding:14px 0 0}
  .hq-card{flex-basis:140px}
}

/* 横条国家 chips: 单行横滑, 别折行把企业卡挤出第一屏 */
.hq-strip .chip-row{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:8px;padding-bottom:4px;scrollbar-width:none;margin-bottom:10px}
.hq-strip .chip-row::-webkit-scrollbar{display:none}
.hq-strip .chip{flex:0 0 auto;white-space:nowrap}
