:root{
    --yellow:#ffbd1c;
    --yellow-deep:#e7a300;
    --ink:#201f1c;
    --muted:#7a7369;
    --paper:#fffdf8;
    --cream:#fff7e2;
    --line:rgba(32,31,28,.09);
    --shadow:0 18px 52px rgba(70,50,8,.10);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    background:var(--paper);
    color:var(--ink);
    font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
    -webkit-font-smoothing:antialiased;
}

a{color:inherit;text-decoration:none}
button,input{font:inherit}
.shell{width:min(1190px,calc(100% - 34px));margin:auto}

.ant,.smile{fill:none;stroke:var(--ink);stroke-linecap:round}
.ant{stroke-width:4.5}
.smile{stroke-width:2.5}
.yellow{fill:var(--yellow)}
.ink{fill:var(--ink)}
.eye-white{fill:#fff;stroke:var(--ink);stroke-width:2}
.stripe{fill:none;stroke:var(--ink);stroke-width:7;stroke-linecap:round}

/* header */
.topbar{
    position:sticky;
    top:0;
    z-index:1000;
    background:rgba(255,253,248,.95);
    backdrop-filter:blur(14px);
    border-bottom:1px solid var(--line);
}
.topbar-inner{
    height:72px;
    display:flex;
    align-items:center;
    gap:28px;
}
.brand{display:flex;align-items:center;gap:10px;flex-shrink:0}
.bee-logo{width:44px;height:44px;overflow:visible}
.brand-copy b{display:block;font-size:19px;letter-spacing:-.45px}
.brand-copy small{display:block;margin-top:3px;color:#8c857b;font-size:9px}
.mainnav{display:flex;gap:32px;margin-left:auto;font-size:13px;font-weight:700}
.mainnav a{position:relative;padding:27px 0}
.mainnav a.on:after,.mainnav a:hover:after{
    content:"";position:absolute;left:0;right:0;bottom:17px;height:2px;border-radius:5px;background:var(--yellow)
}
.top-actions{display:flex;align-items:center;gap:9px}
.heart-btn{
    width:39px;height:39px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:19px
}
.outline-btn,.dark-btn{
    display:inline-flex;align-items:center;justify-content:center;padding:11px 17px;border-radius:14px;font-size:11px;font-weight:800
}
.outline-btn{border:1px solid rgba(231,163,0,.52);background:#fff}
.dark-btn{background:#252320;color:#fff}

/* hero */
.hero{
    overflow:hidden;
    background:radial-gradient(circle at 86% 18%,rgba(255,192,28,.24),transparent 28%),linear-gradient(135deg,#fffdf8 0%,#fff4d5 100%);
}
.hero-grid{
    min-height:590px;
    display:grid;
    grid-template-columns:1.02fr .98fr;
    gap:28px;
    align-items:center;
    padding:38px 0 42px;
}
.eyebrow{
    display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(231,163,0,.24);border-radius:999px;background:rgba(255,247,220,.86);color:#805f08;font-size:11px;font-weight:800
}
.eyebrow i{width:9px;height:9px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 4px rgba(255,189,28,.15)}
.hero-copy h1{margin:18px 0 15px;font-size:clamp(50px,5.15vw,72px);line-height:.96;letter-spacing:-3.7px;font-weight:950}
.hero-copy h1 em{color:var(--yellow-deep);font-style:normal}
.hero-copy p{max-width:570px;margin:0 0 23px;color:#70695f;font-size:14px;line-height:1.55}
.search-panel{
    width:min(650px,100%);display:grid;grid-template-columns:1fr 1fr auto;align-items:center;padding:8px;border:1px solid rgba(0,0,0,.06);border-radius:21px;background:#fff;box-shadow:0 17px 42px rgba(100,75,15,.13)
}
.search-panel label{min-width:0;display:flex;align-items:center;gap:9px;padding:6px 12px;border-right:1px solid var(--line)}
.search-panel label:nth-child(2){border-right:0}
.search-panel label>span{color:var(--yellow-deep);font-size:20px}
.search-panel label div{min-width:0}
.search-panel small{display:block;color:#8b847a;font-size:8px;font-weight:800}
.search-panel input{width:100%;padding:4px 0 0;border:0;outline:0;background:transparent;color:#36332e;font-size:12px}
.search-panel button{height:52px;padding:0 22px;border:0;border-radius:15px;background:linear-gradient(135deg,#ffc528,#ffb715);cursor:pointer;font-size:12px;font-weight:900;box-shadow:0 10px 22px rgba(233,166,0,.18)}
.search-panel button b{margin-left:11px}
.quick-cats{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}
.quick-cats a{display:flex;align-items:center;gap:6px;padding:9px 12px;border:1px solid rgba(0,0,0,.06);border-radius:14px;background:rgba(255,255,255,.92);box-shadow:0 6px 18px rgba(70,54,18,.04);font-size:9px}

.hero-stage{
    position:relative;min-height:480px;padding:26px 24px;border:1px solid rgba(231,163,0,.16);border-radius:34px;background:linear-gradient(135deg,#fff9e8 0%,#fff1c8 100%);box-shadow:var(--shadow);overflow:hidden
}
.hero-stage:before,.hero-stage:after{content:"";position:absolute;background:rgba(255,189,28,.18);clip-path:polygon(25% 6.7%,75% 6.7%,100% 50%,75% 93.3%,25% 93.3%,0% 50%)}
.hero-stage:before{width:92px;height:92px;right:30px;top:40px}
.hero-stage:after{width:60px;height:60px;left:30px;bottom:48px}
.hero-bubble{position:absolute;z-index:3;padding:12px 14px;border-radius:18px;background:rgba(255,255,255,.92);box-shadow:0 10px 24px rgba(70,54,18,.08)}
.hero-bubble strong{display:block;font-size:12px}
.hero-bubble span{display:block;margin-top:3px;color:var(--muted);font-size:9px}
.bubble-left{left:18px;top:72px}
.bubble-right{right:22px;top:188px}
.bee-scene{position:absolute;left:28px;bottom:18px;width:270px;height:310px;display:flex;align-items:flex-end;justify-content:center}
.hero-bee{width:100%;height:100%;filter:drop-shadow(0 18px 24px rgba(70,54,18,.10))}
.phone-card{
    position:absolute;right:26px;top:40px;width:220px;padding:18px 16px 16px;border:3px solid #2b2925;border-radius:34px;background:#fff;box-shadow:0 24px 40px rgba(65,48,9,.14);transform:rotate(5deg)
}
.phone-notch{position:absolute;top:10px;left:50%;transform:translateX(-50%);width:72px;height:11px;border-radius:999px;background:#1f1e1c}
.phone-head{display:flex;gap:8px;align-items:center;margin-top:20px}
.mini-logo{width:28px;height:28px;display:grid;place-items:center;border-radius:10px;background:#fff1c7}
.tiny-bee{width:22px;height:22px}
.phone-head b{display:block;font-size:11px}
.phone-head small{display:block;color:#888278;font-size:7px;line-height:1.2}
.phone-card h3{margin:14px 0 12px;font-size:17px;line-height:1.08;letter-spacing:-.5px}
.mock-input{height:38px;display:flex;align-items:center;padding:0 12px;margin-top:8px;border:1px solid #eee8da;border-radius:14px;background:#fffefb;color:#a19a90;font-size:10px}
.mock-btn{width:100%;height:40px;margin-top:10px;border:0;border-radius:14px;background:var(--yellow);font-size:11px;font-weight:900}
.mock-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}
.mock-cats span{height:32px;display:grid;place-items:center;border-radius:12px;background:#fff8e8;font-size:15px}
.mock-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:12px;color:#8a8379;font-size:8px;text-align:center}
.mock-tabs .active{color:#201f1c;font-weight:800}

/* shared */
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px}
.section-head h2{margin:0;font-size:28px;letter-spacing:-1.1px}
.section-head p{margin:4px 0 0 34px;color:var(--muted);font-size:10px}
.section-head>a{color:#8a6500;font-size:10px;font-weight:900}

/* jobs */
.jobs-section{padding:52px 0 56px}
.jobs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.job-card{padding:15px;border:1px solid var(--line);border-radius:21px;background:#fff;box-shadow:0 7px 25px rgba(60,47,20,.04);transition:.2s ease}
.job-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.job-top{display:flex;align-items:center;justify-content:space-between}
.company-badge{width:39px;height:39px;display:grid;place-items:center;border-radius:50%;background:#201f1c;color:#fff;font-size:16px;font-weight:950}
.job-heart{color:#888177;font-size:20px}
.job-visual{height:118px;display:grid;place-items:center;overflow:hidden;margin:10px 0 13px;border-radius:16px}
.job-visual svg{width:84%;height:84%}
.bg-yellow{background:linear-gradient(135deg,#fff3c9,#ffe08a)}
.bg-blue{background:linear-gradient(135deg,#edf4ff,#cadcff)}
.bg-green{background:linear-gradient(135deg,#eef9eb,#c9ecc6)}
.bg-pink{background:linear-gradient(135deg,#fff0ed,#ffd8cf)}
.ink-line{fill:none;stroke:#25231f;stroke-width:7;stroke-linecap:round;stroke-linejoin:round}
.ink-fill{fill:#25231f}
.white-shape{fill:#fff;stroke:#25231f;stroke-width:6;stroke-linejoin:round}
.accent-fill{fill:var(--yellow)}
.job-card h3{margin:0 0 5px;font-size:16px}
.company-line,.meta-city{margin-top:3px;color:var(--muted);font-size:9.5px}
.company-line i{display:inline-grid;place-items:center;width:13px;height:13px;border-radius:50%;background:#2786e8;color:#fff;font-style:normal;font-size:8px}
.job-salary{display:block;margin:12px 0 9px;font-size:17px}
.tags{display:flex;flex-wrap:wrap;gap:5px}
.tags span{padding:5px 7px;border-radius:7px;background:#f3f1ec;color:#625e57;font-size:7.5px;font-weight:700}
.apply-row{margin-top:12px;display:flex;justify-content:center;gap:14px;padding:9px;border-radius:10px;background:var(--yellow);font-size:9px;font-weight:900}

/* how */
.how-section{padding:6px 0 46px}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.step-card{position:relative;min-height:138px;display:grid;grid-template-columns:72px 1fr auto;align-items:center;gap:12px;padding:20px 14px 14px;border:1px solid var(--line);border-radius:20px;background:#fff}
.step-num{position:absolute;top:12px;left:12px;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--yellow);font-size:11px}
.step-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:#fff7e4;color:#9a7000;font-size:26px;font-weight:700}
.step-card h3{margin:0 0 5px;font-size:13px}
.step-card p{margin:0;color:var(--muted);font-size:9px;line-height:1.4}
.step-side{width:31px;height:31px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:#8f6905;font-size:14px}
.tip-box{width:285px;margin:13px 0 0 auto;display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:17px;background:#fff7e3;font-size:8.8px;line-height:1.4}
.tip-bee{width:34px;height:34px;flex-shrink:0}

/* stats */
.stats-section{padding:0 0 48px}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:17px;border:1px solid var(--line);border-radius:19px;background:#fff;box-shadow:0 10px 30px rgba(70,55,20,.05)}
.stats-grid>div{display:flex;align-items:center;gap:10px;padding:0 20px;border-right:1px solid var(--line)}
.stats-grid>div:last-child{border-right:0}
.stats-grid i{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#fff0bb;color:#ba8400;font-style:normal;font-size:18px}
.stats-grid span b,.stats-grid span small{display:block}
.stats-grid span b{font-size:13px}
.stats-grid span small{margin-top:2px;color:var(--muted);font-size:8px}

/* employer */
.employer-section{padding:0 0 58px}
.employer-panel{display:grid;grid-template-columns:98px 1.15fr .95fr auto;align-items:center;gap:24px;padding:26px;border-radius:26px;background:linear-gradient(110deg,#2c2a26,#141412);color:#fff;box-shadow:var(--shadow)}
.employer-badge-wrap{width:86px;height:86px;display:grid;place-items:center;border-radius:24px;background:linear-gradient(135deg,rgba(255,189,28,.26),rgba(255,189,28,.06))}
.employer-badge{width:62px;height:62px;overflow:visible}
.employer-copy small{color:#d8c7a4;font-size:8px}
.employer-copy h2{margin:6px 0 7px;font-size:25px;letter-spacing:-1px}
.employer-copy p{margin:0;color:#d1cbc0;font-size:9.5px;line-height:1.55}
.employer-list{display:flex;flex-direction:column;gap:10px;color:#ece8df;font-size:9.5px}
.employer-cta{padding:13px 18px;border-radius:13px;background:var(--yellow);color:#24221d;white-space:nowrap;font-size:9.5px;font-weight:900}

/* internal pages */
.inner-page{min-height:70vh;padding:60px 0 90px;background:linear-gradient(#fff8e8,#fff 45%)}
.inner-page .container{width:min(1190px,calc(100% - 34px));margin:auto}
.inner-page h1{margin:12px 0 35px;font-size:clamp(40px,6vw,65px);letter-spacing:-2.5px}
.section-kicker{color:#9b7000;font-size:10px;font-weight:900;text-transform:uppercase}
.vacancy-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.vacancy-card{min-height:290px;padding:20px;border:1px solid var(--line);border-radius:22px;background:#fff;transition:.2s}
.vacancy-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.vacancy-top{display:flex;justify-content:space-between}
.job-icon{width:45px;height:45px;display:grid;place-items:center;border-radius:14px;background:#fff0be}
.bookmark{color:#89847a;font-size:22px}
.vacancy-card h3{margin:23px 0 8px}
.location{margin:4px 0;color:var(--muted);font-size:11px}
.salary{margin:18px 0 12px;font-size:19px;font-weight:900}
.narrow{max-width:850px}
.back-link{display:inline-block;margin-bottom:20px;color:var(--muted)}
.vacancy-detail,.simple-card{padding:34px;border:1px solid var(--line);border-radius:27px;background:#fff;box-shadow:var(--shadow)}
.detail-salary{margin:25px 0;font-size:30px;font-weight:900}
.detail-meta{display:flex;flex-wrap:wrap;gap:7px}
.detail-meta span{padding:8px 10px;border-radius:9px;background:#f5f2ec;font-size:10px}
.detail-description{margin:32px 0}
.detail-description p{color:var(--muted);line-height:1.65}
.apply-btn{border:0;border-radius:14px;padding:14px 18px;background:var(--yellow);font-weight:900;width:100%}
.simple-card{text-align:center}
.simple-bee{font-size:60px}
.simple-card p{color:var(--muted)}

/* footer */
.site-footer{padding:34px 0 80px;border-top:1px solid var(--line);background:#fffdfa}
.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,.8fr) 1.1fr;gap:34px}
.footer-col{display:flex;flex-direction:column;gap:7px}
.footer-col>b{margin-bottom:2px;font-size:9.5px}
.footer-col>a{color:var(--muted);font-size:8px}
.subscribe-box{display:flex;padding:3px;border:1px solid var(--line);border-radius:999px;background:#fff}
.subscribe-box input{width:100%;min-width:0;padding:7px 9px;border:0;outline:0;background:transparent;font-size:8px}
.subscribe-box button{width:28px;height:28px;border:0;border-radius:50%;background:#252421;color:#fff}
.footer-bottom{display:flex;justify-content:space-between;margin-top:28px;padding-top:16px;border-top:1px solid var(--line);color:#938e85;font-size:7.5px}
.mobile-dock{display:none}

/* responsive */
@media(max-width:1080px){
    .mainnav{display:none}
    .top-actions{margin-left:auto}
    .outline-btn{display:none}
    .hero-grid{grid-template-columns:1fr;padding-top:30px}
    .hero-stage{min-height:460px}
    .jobs-grid,.vacancy-grid{grid-template-columns:repeat(2,1fr)}
    .steps-grid{grid-template-columns:1fr}
    .employer-panel{grid-template-columns:98px 1fr}
    .employer-list,.employer-cta{grid-column:2}
    .footer-grid{grid-template-columns:1.2fr repeat(2,1fr)}
}
@media(max-width:700px){
    body{padding-bottom:76px}
    .shell{width:calc(100% - 22px)}
    .topbar-inner{height:64px}
    .bee-logo{width:38px;height:38px}
    .brand-copy b{font-size:17px}
    .brand-copy small{display:none}
    .heart-btn,.outline-btn{display:none}
    .dark-btn{padding:10px 14px}
    .hero-grid{min-height:auto;grid-template-columns:1fr;gap:22px;padding-top:24px}
    .hero-copy h1{font-size:46px;letter-spacing:-2.6px}
    .hero-copy p{font-size:12px}
    .search-panel{grid-template-columns:1fr}
    .search-panel label{min-height:50px;border-right:0;border-bottom:1px solid var(--line)}
    .search-panel button{margin-top:3px}
    .quick-cats{display:grid;grid-template-columns:repeat(3,1fr)}
    .quick-cats a{justify-content:center;flex-direction:column;padding:8px 4px;font-size:8px}
    .hero-stage{min-height:520px;padding:18px;border-radius:26px}
    .bee-scene{left:8px;bottom:0;width:200px;height:220px}
    .phone-card{right:10px;top:84px;width:170px;padding:16px 12px 12px}
    .phone-card h3{font-size:14px}
    .mock-cats span{height:28px;font-size:13px}
    .hero-bubble{padding:9px 11px}
    .hero-bubble strong{font-size:10px}
    .hero-bubble span{font-size:8px}
    .bubble-left{left:12px;top:16px}
    .bubble-right{right:10px;top:44px}
    .section-head{align-items:flex-start}
    .section-head h2{font-size:23px}
    .section-head p{margin-left:0}
    .jobs-grid,.vacancy-grid{grid-template-columns:1fr}
    .job-card{display:grid;grid-template-columns:1fr 118px;column-gap:12px}
    .job-top,.job-card h3,.company-line,.meta-city,.job-salary,.tags,.apply-row{grid-column:1}
    .job-visual{grid-column:2;grid-row:1/8;height:126px;margin:0}
    .stats-grid{grid-template-columns:1fr 1fr;gap:16px 0}
    .stats-grid>div{border-right:0}
    .tip-box{width:100%}
    .employer-panel{grid-template-columns:1fr;padding:18px}
    .employer-badge-wrap{width:78px;height:78px}
    .footer-grid{grid-template-columns:1fr 1fr}
    .footer-brand,.subscribe-col{grid-column:1/3}
    .footer-bottom{flex-direction:column;gap:6px}
    .mobile-dock{position:fixed;left:8px;right:8px;bottom:8px;z-index:3000;height:62px;display:grid;grid-template-columns:repeat(5,1fr);padding:5px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.95);box-shadow:0 15px 40px rgba(44,36,19,.18);backdrop-filter:blur(15px)}
    .mobile-dock a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#777168;font-size:17px}
    .mobile-dock small{font-size:7px;font-weight:800}
    .mobile-dock .active{border-radius:13px;background:#fff1c1;color:#987000}
}

/* ===== AUTH V7 ===== */
.auth-page,.profile-page{
    min-height:calc(100vh - 72px);
    display:grid;
    place-items:center;
    padding:55px 18px 85px;
    background:radial-gradient(circle at 80% 10%,rgba(255,189,28,.15),transparent 28%),linear-gradient(180deg,#fffaf0,#fffdf8 60%);
}
.auth-card,.profile-card{
    width:min(520px,100%);
    padding:34px;
    border:1px solid var(--line);
    border-radius:28px;
    background:#fff;
    box-shadow:var(--shadow);
}
.auth-wide{width:min(820px,100%)}
.auth-kicker{color:#936c04;font-size:10px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
.auth-card h1,.profile-card h1{margin:8px 0 8px;font-size:38px;letter-spacing:-1.7px}
.auth-card>p,.profile-card>p{margin:0 0 24px;color:var(--muted);line-height:1.55}
.auth-form{display:grid;gap:15px}
.auth-form label{display:grid;gap:7px;color:#59534b;font-size:11px;font-weight:800}
.auth-form input{
    width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:14px;outline:0;background:#fffdfa;color:var(--ink);font-size:13px
}
.auth-form input:focus{border-color:rgba(231,163,0,.58);box-shadow:0 0 0 4px rgba(255,189,28,.10)}
.primary-form-btn,.secondary-form-btn{
    min-height:48px;border:0;border-radius:14px;cursor:pointer;font-weight:900
}
.primary-form-btn{background:var(--yellow);color:var(--ink)}
.secondary-form-btn{width:100%;margin-top:18px;border:1px solid var(--line);background:#fff;color:var(--ink)}
.auth-switch{margin-top:21px;color:var(--muted);font-size:11px;text-align:center}
.auth-switch a{color:#8b6500;font-weight:900}
.form-error{margin-bottom:16px;padding:12px 14px;border-radius:13px;background:#fff0ee;color:#a23830;font-size:11px;font-weight:800}
.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.role-switch{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.role-switch label{position:relative;cursor:pointer}
.role-switch input{position:absolute;opacity:0;pointer-events:none}
.role-switch span{min-height:82px;display:flex;flex-direction:column;justify-content:center;padding:14px;border:1px solid var(--line);border-radius:16px;background:#fffdfa}
.role-switch input:checked+span{border-color:rgba(231,163,0,.58);background:#fff6d9;box-shadow:0 0 0 3px rgba(255,189,28,.09)}
.role-switch b{color:var(--ink);font-size:13px}
.role-switch small{margin-top:4px;color:var(--muted);font-size:9px;font-weight:600}
.profile-info{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0}
.profile-info>div{padding:14px;border-radius:15px;background:#faf8f3}
.profile-info small,.profile-info b{display:block}
.profile-info small{color:var(--muted);font-size:8px}
.profile-info b{margin-top:4px;font-size:11px}
.next-feature{padding:14px;border-radius:14px;background:#fff6dc;color:#685413;font-size:10px;line-height:1.5}

@media(max-width:700px){
    .auth-page,.profile-page{padding:30px 11px 96px}
    .auth-card,.profile-card{padding:24px 18px;border-radius:23px}
    .auth-card h1,.profile-card h1{font-size:31px}
    .form-grid-2,.role-switch,.profile-info{grid-template-columns:1fr}
}

/* ===== SEEKER FUNCTIONAL V8 ===== */
.functional-profile{display:block;min-height:72vh;padding:52px 0 90px}
.functional-profile-wrap{width:min(1100px,calc(100% - 34px));margin:0 auto}
.functional-profile-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}
.functional-profile-head h1{margin:8px 0 6px;font-size:clamp(34px,5vw,52px);letter-spacing:-2px}
.functional-profile-head p{margin:0;color:var(--muted)}
.profile-logout{min-height:42px;padding:0 16px;border:1px solid var(--line);border-radius:13px;background:#fff;cursor:pointer;font-weight:800}
.profile-columns{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.profile-panel{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 8px 28px rgba(70,54,18,.05)}
.profile-panel-title{display:flex;align-items:center;justify-content:space-between;padding:17px 19px;border-bottom:1px solid var(--line)}
.profile-panel-title h2{margin:0;font-size:17px}
.profile-panel-title span{min-width:28px;height:28px;display:grid;place-items:center;border-radius:10px;background:#fff2c4;color:#8d6800;font-size:10px;font-weight:900}
.profile-vacancy-row{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:16px 19px;border-bottom:1px solid var(--line)}
.profile-vacancy-row:last-child{border-bottom:0}
.profile-vacancy-row b,.profile-vacancy-row small{display:block}
.profile-vacancy-row b{font-size:12px}
.profile-vacancy-row small{margin-top:4px;color:var(--muted);font-size:8.5px}
.profile-vacancy-row strong{white-space:nowrap;font-size:11px}
.profile-row-right{text-align:right}
.application-status{display:inline-block!important;width:max-content;margin-left:auto;padding:4px 7px;border-radius:7px;background:#fff3cc;color:#856300!important;font-weight:800}
.profile-empty{padding:28px 19px;color:var(--muted);font-size:10px}
.profile-empty a{display:block;margin-top:6px;color:#896400;font-weight:900}
.vacancy-functional-actions{display:grid;gap:11px;margin-top:27px}
.vacancy-action-link{display:flex;align-items:center;justify-content:center;text-decoration:none}
.vacancy-secondary-link,.vacancy-secondary-btn{display:flex;align-items:center;justify-content:center;min-height:46px;width:100%;padding:0 16px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);cursor:pointer;font-weight:850;text-decoration:none}
.vacancy-functional-actions form{margin:0}
.vacancy-apply-form{display:grid!important;gap:10px}
.vacancy-apply-form textarea{width:100%;padding:12px 13px;border:1px solid var(--line);border-radius:13px;outline:0;resize:vertical;background:#fffdfa;font:inherit}
.applied-ok{padding:14px 15px;border-radius:13px;background:#edf7e9;color:#3f7436;font-size:11px;font-weight:800}
.employer-note{background:#fff4d5;color:#735909}

@media(max-width:700px){
  .functional-profile{padding:34px 0 96px}.functional-profile-head{align-items:flex-start;flex-direction:column}.profile-columns{grid-template-columns:1fr}.profile-logout{width:100%}
}

/* =========================================================
   FULL FUNCTIONAL PLATFORM V9
   ========================================================= */

.flash-wrap{
    position:fixed;
    z-index:5000;
    top:86px;
    left:50%;
    width:min(520px,calc(100% - 24px));
    transform:translateX(-50%);
}

.flash-message{
    margin-bottom:8px;
    padding:12px 15px;
    border:1px solid var(--line);
    border-radius:14px;
    background:#fff;
    box-shadow:0 12px 35px rgba(50,40,20,.14);
    font-size:11px;
    font-weight:800;
}

.flash-success{
    background:#edf8e9;
    color:#3d7335;
}

.flash-info{
    background:#fff5d8;
    color:#765b0d;
}

.admin-header-link{
    padding:10px 13px;
    border-radius:13px;
    background:#fff1c5;
    color:#866300;
    font-size:10px;
    font-weight:900;
}


/* auth / forms */

.auth-page{
    min-height:calc(100vh - 72px);
    display:grid;
    place-items:center;
    padding:50px 18px 85px;
    background:
        radial-gradient(circle at 80% 8%,rgba(255,189,28,.14),transparent 28%),
        linear-gradient(180deg,#fffaf0 0%,#fffdf8 60%);
}

.auth-card{
    width:min(520px,100%);
    padding:34px;
    border:1px solid var(--line);
    border-radius:29px;
    background:#fff;
    box-shadow:var(--shadow);
}

.auth-wide,
.vacancy-form-card{
    width:min(820px,100%);
}

.auth-kicker{
    color:#956d05;
    font-size:10px;
    font-weight:900;
    letter-spacing:.07em;
    text-transform:uppercase;
}

.auth-card h1{
    margin:8px 0 9px;
    font-size:38px;
    letter-spacing:-1.8px;
}

.auth-card>p{
    margin:0 0 24px;
    color:var(--muted);
    line-height:1.55;
}

.auth-form{
    display:grid;
    gap:15px;
}

.auth-form label{
    display:grid;
    gap:7px;
    color:#575149;
    font-size:11px;
    font-weight:800;
}

.auth-form input,
.auth-form textarea,
.catalog-filters input,
.catalog-filters select,
.candidate-status-form select{
    width:100%;
    padding:12px 13px;
    border:1px solid var(--line);
    border-radius:13px;
    outline:0;
    background:#fffdfa;
    color:var(--ink);
    font:inherit;
    font-size:12px;
}

.auth-form input:focus,
.auth-form textarea:focus,
.catalog-filters input:focus,
.catalog-filters select:focus{
    border-color:rgba(231,163,0,.58);
    box-shadow:0 0 0 4px rgba(255,189,28,.09);
}

.form-grid-2{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

.form-grid-2 .span-2{
    grid-column:1/-1;
}

.primary-form-btn,
.primary-link-btn,
.secondary-link-btn,
.profile-edit-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:45px;
    padding:0 16px;
    border-radius:13px;
    font-size:11px;
    font-weight:900;
}

.primary-form-btn,
.primary-link-btn{
    border:0;
    background:var(--yellow);
    color:var(--ink);
    cursor:pointer;
}

.secondary-link-btn,
.profile-edit-btn{
    border:1px solid var(--line);
    background:#fff;
}

.form-error{
    margin-bottom:16px;
    padding:12px 14px;
    border-radius:13px;
    background:#fff0ee;
    color:#a63d34;
    font-size:11px;
    font-weight:800;
}


/* Catalog */

.jobs-catalog-page{
    min-height:72vh;
    padding:55px 0 90px;
    background:
        radial-gradient(circle at 86% 0,rgba(255,189,28,.11),transparent 26%),
        #fffdf8;
}

.catalog-shell{
    width:min(1180px,calc(100% - 34px));
    margin:auto;
}

.catalog-head h1{
    margin:7px 0 7px;
    font-size:clamp(40px,6vw,64px);
    letter-spacing:-2.6px;
}

.catalog-head p{
    margin:0;
    color:var(--muted);
}

.catalog-filters{
    display:grid;
    grid-template-columns:1.35fr .8fr .8fr .8fr auto;
    gap:9px;
    margin:27px 0 16px;
    padding:10px;
    border:1px solid var(--line);
    border-radius:20px;
    background:#fff;
    box-shadow:0 10px 34px rgba(60,47,20,.06);
}

.catalog-filters label{
    display:grid;
    gap:5px;
}

.catalog-filters label>span{
    color:#898279;
    font-size:8px;
    font-weight:850;
}

.catalog-filters input,
.catalog-filters select{
    min-height:42px;
    padding:9px 10px;
}

.catalog-filters button{
    min-height:42px;
    align-self:end;
    padding:0 18px;
    border:0;
    border-radius:12px;
    background:var(--yellow);
    cursor:pointer;
    font-size:10px;
    font-weight:900;
}

.catalog-result-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin:0 0 15px;
    color:var(--muted);
    font-size:10px;
}

.catalog-result-head a{
    color:#866300;
    font-weight:900;
}

.catalog-empty{
    grid-column:1/-1;
    padding:45px 20px;
    border:1px solid var(--line);
    border-radius:22px;
    background:#fff;
    text-align:center;
}

.catalog-empty>div{
    font-size:38px;
}

.catalog-empty strong{
    display:block;
    margin-top:8px;
}

.catalog-empty p{
    margin:6px 0 0;
    color:var(--muted);
}


/* Profile */

.functional-profile,
.employer-dashboard-page,
.admin-page{
    min-height:72vh;
    padding:52px 0 90px;
    background:
        radial-gradient(circle at 92% 0,rgba(255,189,28,.10),transparent 27%),
        #fffdf8;
}

.functional-profile-wrap,
.dashboard-shell,
.admin-shell{
    width:min(1120px,calc(100% - 34px));
    margin:0 auto;
}

.functional-profile-head,
.dashboard-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:22px;
    margin-bottom:24px;
}

.functional-profile-head h1,
.dashboard-head h1{
    margin:7px 0 6px;
    font-size:clamp(34px,5vw,52px);
    letter-spacing:-2px;
}

.functional-profile-head p,
.dashboard-head p{
    margin:0;
    color:var(--muted);
}

.profile-head-actions,
.dashboard-actions{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
}

.profile-logout{
    min-height:45px;
    padding:0 16px;
    border:1px solid var(--line);
    border-radius:13px;
    background:#fff;
    cursor:pointer;
    font-weight:800;
}

.profile-summary{
    display:flex;
    align-items:flex-start;
    gap:25px;
    margin-bottom:16px;
    padding:17px 19px;
    border:1px solid rgba(231,163,0,.18);
    border-radius:18px;
    background:#fff8e7;
}

.profile-summary div small,
.profile-summary div strong{
    display:block;
}

.profile-summary div small{
    color:#92700c;
    font-size:8px;
    font-weight:850;
}

.profile-summary div strong{
    margin-top:4px;
}

.profile-summary p{
    margin:0;
    color:#655f57;
    font-size:10px;
    line-height:1.55;
}

.profile-columns{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
}

.profile-panel{
    overflow:hidden;
    border:1px solid var(--line);
    border-radius:22px;
    background:#fff;
    box-shadow:0 8px 28px rgba(70,54,18,.05);
}

.profile-panel-title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:17px 19px;
    border-bottom:1px solid var(--line);
}

.profile-panel-title h2{
    margin:0;
    font-size:17px;
}

.profile-panel-title>span{
    min-width:28px;
    height:28px;
    display:grid;
    place-items:center;
    border-radius:10px;
    background:#fff2c4;
    color:#8d6800;
    font-size:10px;
    font-weight:900;
}

.profile-vacancy-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    padding:16px 19px;
    border-bottom:1px solid var(--line);
}

.profile-vacancy-row:last-child{
    border-bottom:0;
}

.profile-vacancy-row b,
.profile-vacancy-row small{
    display:block;
}

.profile-vacancy-row b{
    font-size:12px;
}

.profile-vacancy-row small{
    margin-top:4px;
    color:var(--muted);
    font-size:8.5px;
}

.profile-vacancy-row strong{
    white-space:nowrap;
    font-size:11px;
}

.profile-row-right{
    text-align:right;
}

.application-status{
    display:inline-block!important;
    width:max-content;
    margin-left:auto;
    padding:4px 7px;
    border-radius:7px;
    background:#f3f1ec;
    font-weight:800;
}

.status-new{
    background:#fff3cc;
    color:#856300!important;
}

.status-viewed{
    background:#edf3ff;
    color:#315ea8!important;
}

.status-invited{
    background:#e9f7e5;
    color:#3a7534!important;
}

.status-hired{
    background:#e2f8e7;
    color:#26723b!important;
}

.status-rejected{
    background:#fff0ee;
    color:#a13d35!important;
}

.profile-empty{
    padding:28px 19px;
    color:var(--muted);
    font-size:10px;
}

.profile-empty a{
    display:block;
    margin-top:6px;
    color:#896400;
    font-weight:900;
}


/* Vacancy actions */

.vacancy-functional-actions{
    display:grid;
    gap:11px;
    margin-top:27px;
}

.vacancy-action-link{
    display:flex;
    align-items:center;
    justify-content:center;
}

.vacancy-secondary-link,
.vacancy-secondary-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    width:100%;
    padding:0 16px;
    border:1px solid var(--line);
    border-radius:14px;
    background:#fff;
    color:var(--ink);
    cursor:pointer;
    font-weight:850;
}

.vacancy-functional-actions form{
    margin:0;
}

.vacancy-apply-form{
    display:grid!important;
    gap:10px;
}

.vacancy-apply-form textarea{
    width:100%;
    padding:12px 13px;
    border:1px solid var(--line);
    border-radius:13px;
    outline:0;
    resize:vertical;
    background:#fffdfa;
    font:inherit;
}

.applied-ok{
    padding:14px 15px;
    border-radius:13px;
    background:#edf7e9;
    color:#3f7436;
    font-size:11px;
    font-weight:800;
}

.owner-actions{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:25px;
}

.owner-actions a{
    padding:11px 14px;
    border:1px solid var(--line);
    border-radius:12px;
    background:#fff8e8;
    color:#725707;
    font-size:10px;
    font-weight:900;
}

.moderation-preview,
.moderation-rejected{
    margin-bottom:15px;
    padding:10px 12px;
    border-radius:11px;
    font-size:10px;
    font-weight:850;
}

.moderation-preview{
    background:#fff5d5;
    color:#765b0b;
}

.moderation-rejected{
    background:#fff0ee;
    color:#a33d34;
}


/* Employer landing */

.employer-landing{
    min-height:70vh;
    display:grid;
    place-items:center;
    padding:55px 18px 90px;
    background:
        radial-gradient(circle at 80% 10%,rgba(255,189,28,.18),transparent 30%),
        linear-gradient(135deg,#fffdf8,#fff4d6);
}

.employer-landing-card{
    width:min(850px,100%);
    padding:55px;
    border:1px solid rgba(231,163,0,.18);
    border-radius:32px;
    background:#fff;
    box-shadow:var(--shadow);
}

.employer-landing-card h1{
    max-width:700px;
    margin:10px 0 14px;
    font-size:clamp(42px,6vw,66px);
    line-height:.98;
    letter-spacing:-3px;
}

.employer-landing-card p{
    max-width:620px;
    color:var(--muted);
    line-height:1.6;
}

.employer-landing-actions{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    margin-top:25px;
}


/* Employer dashboard */

.employer-panel-full{
    width:100%;
}

.employer-vacancy-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:17px 19px;
    border-bottom:1px solid var(--line);
}

.employer-vacancy-row:last-child{
    border-bottom:0;
}

.employer-vacancy-main b,
.employer-vacancy-main small{
    display:block;
}

.employer-vacancy-main b{
    font-size:13px;
}

.employer-vacancy-main small{
    margin-top:4px;
    color:var(--muted);
    font-size:9px;
}

.moderation-status{
    width:max-content;
    margin-top:7px;
    padding:5px 7px;
    border-radius:8px;
    font-size:8px;
    font-weight:850;
}

.moderation-approved{
    background:#eaf7e6;
    color:#397835;
}

.moderation-pending{
    background:#fff3cc;
    color:#806000;
}

.moderation-rejected{
    background:#fff0ee;
    color:#a13d35;
}

.employer-row-actions,
.admin-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:7px;
    flex-wrap:wrap;
}

.employer-row-actions a,
.employer-row-actions button,
.admin-actions a,
.admin-actions button,
.candidate-status-form button{
    padding:8px 10px;
    border:1px solid var(--line);
    border-radius:10px;
    background:#fffdfa;
    color:#625d55;
    cursor:pointer;
    font-size:8.5px;
    font-weight:850;
}

.employer-row-actions form,
.admin-actions form{
    margin:0;
}


/* Candidate cards */

.candidate-card{
    display:grid;
    grid-template-columns:1fr auto;
    gap:12px 20px;
    padding:18px 19px;
    border-bottom:1px solid var(--line);
}

.candidate-card:last-child{
    border-bottom:0;
}

.candidate-main{
    display:flex;
    align-items:center;
    gap:12px;
}

.candidate-avatar{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    flex-shrink:0;
    border-radius:14px;
    background:#fff1c2;
    color:#8d6700;
    font-weight:950;
}

.candidate-main b,
.candidate-main small{
    display:block;
}

.candidate-main b{
    font-size:12px;
}

.candidate-main small{
    margin-top:4px;
    color:var(--muted);
    font-size:8.5px;
}

.candidate-role{
    display:block;
    margin-top:5px;
    color:#725807;
    font-size:9px;
}

.candidate-status-form{
    display:flex;
    align-items:center;
    gap:6px;
}

.candidate-status-form select{
    width:auto;
    min-width:120px;
    padding:8px 9px;
    font-size:8.5px;
}

.candidate-message{
    grid-column:1/-1;
    padding:11px 12px;
    border-radius:11px;
    background:#faf8f3;
    color:#615c55;
    font-size:9.5px;
    line-height:1.55;
}


/* Admin */

.admin-stats{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:9px;
    margin-bottom:16px;
}

.admin-stats>div{
    padding:16px;
    border:1px solid var(--line);
    border-radius:17px;
    background:#fff;
    text-align:center;
}

.admin-stats strong{
    display:block;
    font-size:22px;
}

.admin-stats span{
    display:block;
    margin-top:4px;
    color:var(--muted);
    font-size:8px;
}

.admin-section{
    margin-bottom:16px;
}

.admin-vacancy-row,
.admin-user-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:15px 19px;
    border-bottom:1px solid var(--line);
}

.admin-vacancy-row:last-child,
.admin-user-row:last-child{
    border-bottom:0;
}

.admin-vacancy-row b,
.admin-user-row b,
.admin-vacancy-row small,
.admin-user-row small{
    display:block;
}

.admin-vacancy-row b,
.admin-user-row b{
    font-size:11px;
}

.admin-vacancy-row small,
.admin-user-row small{
    margin-top:4px;
    color:var(--muted);
    font-size:8px;
}

.approve-btn{
    background:#eaf7e6!important;
    color:#397835!important;
}

.reject-btn{
    background:#fff0ee!important;
    color:#a13d35!important;
}

.admin-badge{
    display:inline-block;
    margin-left:5px;
    padding:3px 6px;
    border-radius:6px;
    background:#fff0bc;
    color:#846200;
    font-size:7px;
}


/* mobile */

@media(max-width:900px){

    .catalog-filters{
        grid-template-columns:1fr 1fr;
    }

    .catalog-filters button{
        min-height:46px;
    }

    .admin-stats{
        grid-template-columns:repeat(3,1fr);
    }

}

@media(max-width:700px){

    .auth-page{
        padding:30px 11px 96px;
    }

    .auth-card{
        padding:24px 18px;
        border-radius:24px;
    }

    .auth-card h1{
        font-size:32px;
    }

    .form-grid-2,
    .profile-columns{
        grid-template-columns:1fr;
    }

    .form-grid-2 .span-2{
        grid-column:auto;
    }

    .catalog-filters{
        grid-template-columns:1fr;
    }

    .catalog-filters button{
        width:100%;
    }

    .functional-profile,
    .employer-dashboard-page,
    .admin-page{
        padding:34px 0 96px;
    }

    .functional-profile-head,
    .dashboard-head{
        align-items:flex-start;
        flex-direction:column;
    }

    .profile-head-actions,
    .dashboard-actions{
        width:100%;
    }

    .profile-head-actions>*,
    .dashboard-actions>*{
        flex:1;
    }

    .profile-summary{
        flex-direction:column;
        gap:10px;
    }

    .employer-vacancy-row,
    .admin-vacancy-row,
    .admin-user-row{
        align-items:flex-start;
        flex-direction:column;
    }

    .employer-row-actions,
    .admin-actions{
        width:100%;
        justify-content:flex-start;
    }

    .candidate-card{
        grid-template-columns:1fr;
    }

    .candidate-status-form{
        width:100%;
        align-items:stretch;
    }

    .candidate-status-form select{
        flex:1;
    }

    .admin-stats{
        grid-template-columns:1fr 1fr;
    }

    .employer-landing-card{
        padding:30px 22px;
    }

    .employer-landing-card h1{
        font-size:42px;
        letter-spacing:-2px;
    }

}
