/* OPUC Careers — public portal. Scoped under .opuc-portal to avoid theme clashes. */
.opuc-portal{--opuc-navy:#1d4166;--opuc-navy-d:#142b44;--opuc-blue:#2b7bb9;--opuc-gold:#b1954a;--opuc-ink:#333;font-family:"Public Sans",-apple-system,"Segoe UI",Roboto,sans-serif;color:var(--opuc-ink);max-width:1100px;margin:0 auto;line-height:1.5}
.opuc-portal *{box-sizing:border-box}
.opuc-portal a{color:var(--opuc-blue);text-decoration:none}
.opuc-portal h1,.opuc-portal h2,.opuc-portal h3{color:var(--opuc-navy);margin:0}

.opuc-hero{background:linear-gradient(135deg,var(--opuc-navy-d),var(--opuc-navy) 60%,#245e94);color:#fff;border-radius:18px;padding:44px 40px;margin-bottom:32px}
.opuc-hero-badge{display:inline-block;border:1px solid rgba(177,149,74,.6);background:rgba(177,149,74,.14);color:#dcc998;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;padding:6px 14px;border-radius:99px;margin-bottom:16px}
.opuc-hero h1{color:#fff;font-size:38px;line-height:1.1;max-width:640px;margin-bottom:14px}
.opuc-hero h1 span{color:#cdb274}
.opuc-hero p{color:rgba(255,255,255,.85);max-width:620px;font-size:16px}
.opuc-search{display:flex;max-width:520px;background:#fff;border-radius:12px;overflow:hidden;margin-top:24px;box-shadow:0 10px 30px rgba(0,0,0,.2)}
.opuc-search input{flex:1;border:0;padding:14px 18px;font-size:15px;color:var(--opuc-ink);outline:none}
.opuc-search button{border:0;background:var(--opuc-gold);color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:0 26px;cursor:pointer;font-size:13px}
.opuc-search button:hover{background:#97793a}

.opuc-listings-head{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;margin-bottom:20px}
.opuc-listings-head h2{font-size:20px}
.opuc-count{display:inline-block;background:#ddecf7;color:#245e94;border-radius:99px;font-size:13px;font-weight:700;padding:2px 10px;margin-left:6px}
.opuc-chips{display:flex;flex-wrap:wrap;gap:8px}
.opuc-portal .opuc-chip{font-size:13px;font-weight:600;padding:6px 14px;border-radius:99px;background:#fff;color:#555;box-shadow:inset 0 0 0 1px #e2e2e2}
.opuc-portal .opuc-chip.is-active,.opuc-portal .opuc-chip:hover{background:var(--opuc-blue);color:#fff;box-shadow:none}

.opuc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:18px}
.opuc-card{display:block;background:#fff;border-radius:16px;padding:22px;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:transform .15s,box-shadow .15s;border:1px solid #eee}
.opuc-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(20,43,68,.12);border-color:#93c4e6}
.opuc-card-div{display:inline-block;background:#f1f7fc;color:#245e94;font-size:12px;font-weight:700;padding:3px 10px;border-radius:99px;box-shadow:inset 0 0 0 1px #c0dcf1}
.opuc-card h3{font-size:18px;margin:12px 0 0}
.opuc-card-meta{display:flex;flex-wrap:wrap;gap:6px 18px;margin:14px 0 0;font-size:14px;color:#666}
.opuc-card-foot{display:flex;justify-content:space-between;border-top:1px solid #f0f0f0;margin-top:16px;padding-top:12px;font-size:12px;color:#888}

.opuc-crumbs{font-size:14px;color:#888;margin-bottom:20px}
.opuc-crumbs span{margin:0 8px}
.opuc-detail{display:grid;grid-template-columns:1fr 320px;gap:28px;align-items:start}
.opuc-detail-main{background:#fff;border-radius:18px;padding:32px;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.opuc-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}
.opuc-badge-div{background:#f1f7fc;color:#245e94;font-size:12px;font-weight:700;padding:4px 12px;border-radius:99px}
.opuc-badge-type{background:#f4ecd9;color:#7c6230;font-size:12px;font-weight:700;padding:4px 12px;border-radius:99px}
.opuc-badge-closed{background:#f0f0f1;color:#666;font-size:12px;font-weight:700;padding:4px 12px;border-radius:99px}
.opuc-detail-main h1{font-size:28px}
.opuc-detail-sub{color:#888;font-size:14px;margin:6px 0 0}
.opuc-h-rule{font-size:18px;margin:28px 0 12px;display:flex;align-items:center;gap:12px}
.opuc-h-rule:after{content:"";flex:1;height:2px;background:linear-gradient(90deg,var(--opuc-gold),transparent)}
.opuc-prose{white-space:pre-line;color:#444;font-size:15px}
.opuc-checklist{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.opuc-checklist li{position:relative;padding-left:28px;font-size:15px;color:#444}
.opuc-checklist li:before{content:"\2713";position:absolute;left:0;top:0;color:var(--opuc-blue);font-weight:800}
.opuc-note{background:#f1f7fc;border-radius:12px;padding:16px 18px;font-size:14px;color:var(--opuc-navy);margin-top:24px;box-shadow:inset 0 0 0 1px #ddecf7}
.opuc-detail-side{position:sticky;top:20px}
.opuc-side-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.opuc-side-card dl{margin:0}
.opuc-side-card dl div{display:flex;justify-content:space-between;gap:14px;padding:8px 0;border-bottom:1px solid #f3f3f3;font-size:14px}
.opuc-side-card dt{color:#888}
.opuc-side-card dd{margin:0;font-weight:700;color:var(--opuc-navy);text-align:right}
.opuc-portal .opuc-apply-btn{display:block;text-align:center;background:var(--opuc-gold);color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:14px;border-radius:12px;margin-top:18px;font-size:14px}
.opuc-portal .opuc-apply-btn:hover{background:#97793a;color:#fff}
.opuc-closed-msg{background:#f0f0f1;color:#666;text-align:center;padding:12px;border-radius:10px;margin-top:16px;font-size:14px;font-weight:600}

.opuc-apply-head{text-align:center;margin-bottom:26px}
.opuc-apply-head h1{font-size:28px}
.opuc-apply-head p{color:#777;max-width:560px;margin:8px auto 0}
.opuc-form{max-width:760px;margin:0 auto}
.opuc-form fieldset{background:#fff;border:0;border-radius:16px;padding:26px;margin:0 0 18px;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.opuc-form legend{font-weight:800;color:var(--opuc-navy);font-size:17px;padding:0}
.opuc-optional{color:#aaa;font-weight:500;font-size:14px}
.opuc-hint{font-size:13px;color:#888;margin:8px 0 14px}
.opuc-form label{display:block;font-size:13px;font-weight:600;color:var(--opuc-navy);margin-top:14px}
.opuc-form input[type=text],.opuc-form input[type=email],.opuc-form input[type=file],.opuc-form select,.opuc-form textarea{display:block;width:100%;margin-top:6px;padding:10px 12px;border:1px solid #cfcfcf;border-radius:9px;font-size:15px;font-weight:400;color:var(--opuc-ink);font-family:inherit}
.opuc-form input:focus,.opuc-form select:focus,.opuc-form textarea:focus{outline:none;border-color:var(--opuc-blue);box-shadow:0 0 0 3px #ddecf7}
.opuc-sig{font-style:italic;font-family:Georgia,serif}
.opuc-row-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.opuc-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}
.opuc-row-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.opuc-full{grid-column:1/-1}
.opuc-yn{border:1px solid #eee;background:#fafafa;border-radius:11px;padding:14px 16px;margin-top:14px}
.opuc-yn>span:first-child{display:block;font-size:14px;font-weight:600;color:var(--opuc-ink)}
.opuc-yn-opts{display:flex;gap:20px;margin-top:8px}
.opuc-yn-opts label{margin:0;font-weight:600;display:flex;align-items:center;gap:6px}
.opuc-check{display:flex;align-items:flex-start;gap:10px;font-weight:500;color:#555;margin-top:16px}
.opuc-check input{margin-top:3px}
.opuc-cert{background:#fafafa;color:#666;box-shadow:inset 0 0 0 1px #eee;font-size:13px}
.opuc-form-actions{display:flex;justify-content:space-between;align-items:center;margin-top:8px}
.opuc-form-actions a{color:#888;font-weight:600}
.opuc-form-actions button{background:var(--opuc-gold);color:#fff;border:0;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:14px 28px;border-radius:12px;cursor:pointer;font-size:14px}
.opuc-form-actions button:hover{background:#97793a}

.opuc-confirm{max-width:520px;margin:0 auto;background:#fff;border-radius:20px;padding:44px;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.opuc-confirm-check{width:64px;height:64px;border-radius:50%;background:#e6f6ec;color:#1a7f37;font-size:32px;line-height:64px;margin:0 auto 16px}
.opuc-confirm h1{font-size:26px}
.opuc-confirm p{color:#666;margin-top:8px}
.opuc-confirm-code{background:#f1f7fc;border-radius:12px;padding:14px;margin:22px 0}
.opuc-confirm-code span{font-size:12px;color:#888}
.opuc-confirm-code strong{display:block;font-size:20px;letter-spacing:.05em;color:var(--opuc-navy);font-family:monospace;margin-top:4px}
.opuc-back{display:inline-block;margin-top:18px;font-weight:600}

.opuc-empty{background:#fff;border:1px dashed #d0d0d0;border-radius:14px;padding:30px;text-align:center;color:#888}

.opuc-widget{max-width:520px}
.opuc-widget-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px}
.opuc-widget-head h3{font-size:16px}
.opuc-widget-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.opuc-widget-list a{display:block;background:#fff;border-left:4px solid var(--opuc-gold);border-radius:10px;padding:12px 16px;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.opuc-widget-list strong{display:block;color:var(--opuc-navy)}
.opuc-widget-list span{font-size:12.5px;color:#777}

@media(max-width:820px){.opuc-detail{grid-template-columns:1fr}.opuc-row-3,.opuc-row-4{grid-template-columns:1fr 1fr}.opuc-hero h1{font-size:30px}}
