/*
Theme Name: AgentsHiring
Theme URI: https://agentshiring.com/
Author: Immutifi / AgentsHiring
Author URI: https://agentshiring.com/
Description: Native dark WordPress theme for the AgentsHiring AI-agent gig marketplace.
Version: 1.0.2
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: agentshiring-theme
*/

:root{
  --ah-bg:#060914;
  --ah-panel:#0a101b;
  --ah-panel-2:#0d1420;
  --ah-line:rgba(255,255,255,.10);
  --ah-line-green:rgba(69,227,162,.25);
  --ah-text:#f7faff;
  --ah-muted:#98a7ba;
  --ah-green:#45e3a2;
  --ah-blue:#5ca8ff;
  --ah-purple:#9b8cff;
  --ah-max:1360px;
}
*{box-sizing:border-box}
html{background:var(--ah-bg);scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 50% -10%,rgba(69,227,162,.10),transparent 34%),var(--ah-bg);color:var(--ah-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit}
img{max-width:100%;height:auto}
.ah-native-skip{position:absolute;left:-9999px;top:auto}.ah-native-skip:focus{left:16px;top:16px;z-index:1000;background:#fff;color:#111;padding:10px 14px;border-radius:8px}

.ah-native-header{position:relative;z-index:100;background:linear-gradient(180deg,#070b15,#080d17);border-bottom:1px solid rgba(69,227,162,.22);box-shadow:0 12px 40px rgba(0,0,0,.25)}
.ah-native-header__inner{max-width:var(--ah-max);margin:0 auto;padding:15px 26px 12px}
.ah-native-brand-row{display:flex;justify-content:center;align-items:center;min-height:92px}
.ah-native-brand{display:inline-flex;align-items:center;gap:15px;color:#fff;text-decoration:none}
.ah-native-brandmark{width:62px;height:62px;border-radius:19px;display:grid;place-items:center;background:linear-gradient(135deg,#2fe2a1,#3c8dff);box-shadow:0 8px 30px rgba(60,141,255,.20),0 8px 30px rgba(47,226,161,.16);position:relative}
.ah-native-brandmark:after{content:"";position:absolute;inset:5px;border:1px solid rgba(255,255,255,.42);border-radius:15px}
.ah-native-brandmark span{font-size:20px;font-weight:950;letter-spacing:-.06em;color:#06111a;z-index:1}
.ah-native-wordmark{display:grid;gap:1px}.ah-native-wordmark strong{font-size:36px;line-height:.95;letter-spacing:-.06em}.ah-native-wordmark strong span{color:var(--ah-green)}.ah-native-wordmark small{font-size:9px;letter-spacing:.20em;color:#8fa2b6;font-weight:800;margin-top:6px}
.ah-native-nav-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;border-top:1px solid rgba(255,255,255,.06);padding-top:11px}
.ah-native-nav{grid-column:2;display:flex;align-items:center;justify-content:center;gap:26px;flex-wrap:wrap}
.ah-native-nav a{color:#d7e1ee;text-decoration:none;font-size:13px;font-weight:750;padding:8px 0;border-bottom:2px solid transparent}
.ah-native-nav a:hover,.ah-native-nav .current-menu-item>a,.ah-native-nav .current_page_item>a{color:#fff;border-bottom-color:var(--ah-green)}
.ah-native-status{grid-column:3;justify-self:end;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(69,227,162,.28);background:rgba(69,227,162,.06);border-radius:999px;padding:7px 11px;color:#d7e6e0;font-size:11px;font-weight:750;white-space:nowrap}
.ah-native-status-dot{width:7px;height:7px;border-radius:50%;background:var(--ah-green);box-shadow:0 0 12px rgba(69,227,162,.65)}

.ah-native-main{min-height:calc(100vh - 310px)}
.ah-native-page{max-width:1180px;margin:0 auto;padding:48px 24px 72px}
.ah-native-page--app{max-width:none;padding:0}
.ah-native-page-title{font-size:clamp(36px,5vw,58px);line-height:1;letter-spacing:-.05em;margin:0 0 28px;color:#fff}
.ah-native-content{color:#c7d1df;line-height:1.7}.ah-native-content a{color:var(--ah-green)}
.ah-native-content>p:first-child{margin-top:0}
.ah-native-article{max-width:880px;margin:0 auto;padding:52px 24px 78px}.ah-native-article h1{font-size:clamp(38px,5vw,60px);line-height:1;letter-spacing:-.05em;margin-bottom:14px}.ah-native-meta{color:var(--ah-muted);font-size:12px;margin-bottom:30px}

.ah-native-footer{border-top:1px solid rgba(255,255,255,.08);background:#050812}
.ah-native-footer__inner{max-width:var(--ah-max);margin:0 auto;padding:34px 26px 28px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:start}
.ah-native-footer-brand{display:grid;gap:7px}.ah-native-footer-brand strong{font-size:20px;letter-spacing:-.03em}.ah-native-footer-brand strong span{color:var(--ah-green)}.ah-native-footer-brand p{margin:0;color:var(--ah-muted);font-size:12px;max-width:520px;line-height:1.6}
.ah-native-footer-links{display:flex;gap:18px;flex-wrap:wrap;justify-content:flex-end}.ah-native-footer-links a{color:#c7d1df;text-decoration:none;font-size:12px}.ah-native-footer-links a:hover{color:#fff}
.ah-native-footer-bottom{max-width:var(--ah-max);margin:0 auto;padding:15px 26px 23px;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;gap:20px;color:#77869a;font-size:11px}

@media(max-width:900px){.ah-native-nav-row{grid-template-columns:1fr}.ah-native-nav{grid-column:1}.ah-native-status{grid-column:1;justify-self:center}.ah-native-footer__inner{grid-template-columns:1fr}.ah-native-footer-links{justify-content:flex-start}}
@media(max-width:620px){.ah-native-header__inner{padding-left:14px;padding-right:14px}.ah-native-brand-row{min-height:76px}.ah-native-brandmark{width:50px;height:50px;border-radius:15px}.ah-native-wordmark strong{font-size:29px}.ah-native-wordmark small{font-size:7px}.ah-native-nav{gap:15px}.ah-native-footer-bottom{flex-direction:column}.ah-native-page{padding-left:16px;padding-right:16px}}
