/*
Theme Name: FH Cloud
Theme URI: https://fhcloud.com/
Author: FH Cloud
Description: Enterprise WordPress theme for FH Cloud music intelligence infrastructure, distributor tools, release integrity, AI detection, matching, monitoring, and developer APIs.
Version: 1.9.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: fh-cloud
*/

:root{--fh-bg:#07111f;--fh-bg-2:#0a1626;--fh-panel:#0d1b2d;--fh-panel-2:#102239;--fh-text:#f4f7fb;--fh-muted:#91a4bb;--fh-line:rgba(255,255,255,.1);--fh-blue:#4ea1ff;--fh-cyan:#70e1f5;--fh-green:#6ee7a8;--fh-orange:#ffbb6a;--fh-danger:#ff7a8a;--fh-radius:18px;--fh-shadow:0 22px 70px rgba(0,0,0,.28);--fh-max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 85% 0%,rgba(78,161,255,.11),transparent 32%),linear-gradient(180deg,#06101c 0%,#081320 45%,#07111f 100%);color:var(--fh-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.fh-wrap{width:min(calc(100% - 40px),var(--fh-max));margin:auto}.fh-section{padding:92px 0}.fh-section-sm{padding:64px 0}.fh-eyebrow{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--fh-cyan);font-weight:800}.fh-title{font-size:clamp(38px,5vw,72px);line-height:1.02;letter-spacing:-.045em;margin:.16em 0 .28em}.fh-section-title{font-size:clamp(30px,4vw,50px);line-height:1.08;letter-spacing:-.035em;margin:.18em 0 .4em}.fh-lead{color:#b4c3d4;font-size:clamp(18px,2vw,22px);max-width:780px}.fh-muted{color:var(--fh-muted)}.fh-grid{display:grid;gap:22px}.fh-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.fh-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.fh-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.fh-card{background:linear-gradient(180deg,rgba(16,34,57,.92),rgba(11,25,43,.94));border:1px solid var(--fh-line);border-radius:var(--fh-radius);padding:28px;box-shadow:0 10px 40px rgba(0,0,0,.12)}.fh-card:hover{border-color:rgba(112,225,245,.28);transform:translateY(-2px);transition:.2s ease}.fh-card h3{margin:0 0 10px;font-size:21px}.fh-card p{margin:0;color:var(--fh-muted)}.fh-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:10px;padding:13px 18px;font-weight:800;font-size:14px;border:1px solid transparent;transition:.2s ease}.fh-btn-primary{background:#f7fbff;color:#07111f}.fh-btn-primary:hover{background:#d9ecff}.fh-btn-secondary{border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.035)}.fh-btn-secondary:hover{border-color:rgba(112,225,245,.45)}.fh-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.fh-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.07);background:rgba(5,14,25,.84);backdrop-filter:blur(18px)}.fh-nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.fh-brand{display:flex;align-items:center;gap:11px;font-weight:900;letter-spacing:.02em}.fh-logo-mark{width:31px;height:31px;border:1px solid rgba(112,225,245,.5);border-radius:9px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(78,161,255,.2),rgba(112,225,245,.08));font-size:13px}.fh-menu{display:flex;align-items:center;gap:24px;font-size:14px;color:#c7d2de}.fh-menu ul{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0}.fh-menu a:hover{color:white}.fh-nav-actions{display:flex;gap:10px}.fh-mobile-toggle{display:none;background:none;color:white;border:1px solid var(--fh-line);padding:8px 10px;border-radius:8px}.fh-hero{padding:94px 0 70px}.fh-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}.fh-trust-row{display:flex;gap:24px;flex-wrap:wrap;margin-top:34px;color:#8fa3b9;font-size:12px;text-transform:uppercase;letter-spacing:.1em}.fh-scan{position:relative;background:linear-gradient(180deg,rgba(15,33,55,.96),rgba(8,21,38,.98));border:1px solid rgba(112,225,245,.18);border-radius:22px;padding:24px;box-shadow:var(--fh-shadow);overflow:hidden}.fh-scan:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(112,225,245,.035),transparent);transform:translateX(-100%);animation:scan 5s linear infinite}@keyframes scan{to{transform:translateX(100%)}}.fh-scan-head{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--fh-line);padding-bottom:16px;margin-bottom:8px}.fh-status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--fh-green);box-shadow:0 0 18px rgba(110,231,168,.8);margin-right:8px}.fh-row{display:grid;grid-template-columns:1fr auto;gap:18px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.055);font-size:14px}.fh-row:last-child{border:0}.fh-row span:first-child{color:#91a4bb}.fh-risk{display:flex;align-items:center;justify-content:space-between;margin-top:20px;padding:18px;border-radius:14px;background:rgba(110,231,168,.07);border:1px solid rgba(110,231,168,.18)}.fh-risk strong{font-size:28px}.fh-flow{display:flex;align-items:center;justify-content:space-between;gap:10px;overflow:auto;padding:14px 0}.fh-flow span{white-space:nowrap;border:1px solid var(--fh-line);background:#0b192b;padding:11px 14px;border-radius:10px;font-size:12px;font-weight:800}.fh-flow b{color:#53677f}.fh-metric{padding:30px;border-top:1px solid var(--fh-line)}.fh-metric strong{display:block;font-size:34px;letter-spacing:-.03em}.fh-code{background:#050c15;border:1px solid rgba(255,255,255,.09);border-radius:16px;padding:24px;overflow:auto;color:#a9d6ff;font-family:"SFMono-Regular",Consolas,monospace;font-size:13px;line-height:1.75}.fh-band{background:linear-gradient(135deg,rgba(78,161,255,.09),rgba(112,225,245,.04));border-block:1px solid var(--fh-line)}.fh-cta{padding:48px;border:1px solid rgba(112,225,245,.18);border-radius:24px;background:radial-gradient(circle at 100% 0%,rgba(78,161,255,.14),transparent 40%),#0b192b}.fh-footer{border-top:1px solid var(--fh-line);padding:60px 0 28px;background:#050d17}.fh-footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:30px}.fh-footer h4{font-size:13px;margin:0 0 13px}.fh-footer a{display:block;color:#8fa3b9;font-size:13px;margin:8px 0}.fh-footer a:hover{color:white}.fh-footer-bottom{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;border-top:1px solid var(--fh-line);margin-top:38px;padding-top:22px;color:#6f8297;font-size:12px}.fh-page-hero{padding:86px 0 48px;border-bottom:1px solid var(--fh-line)}.fh-prose{max-width:820px}.fh-prose h2{font-size:32px;margin-top:50px}.fh-prose h3{font-size:22px;margin-top:34px}.fh-prose p,.fh-prose li{color:#aebdce}.fh-prose ul{padding-left:20px}.fh-table{width:100%;border-collapse:collapse;margin-top:24px}.fh-table th,.fh-table td{padding:15px;border-bottom:1px solid var(--fh-line);text-align:left;font-size:14px}.fh-table th{color:white}.fh-table td{color:#9fb0c2}.fh-kicker{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid rgba(112,225,245,.2);border-radius:999px;color:#a9d6ff;font-size:12px;font-weight:800;background:rgba(112,225,245,.04)}.fh-breadcrumb{color:#6f8297;font-size:13px;margin-bottom:18px}.fh-post{padding:70px 0}.screen-reader-text{position:absolute;left:-9999px}.alignwide{max-width:var(--fh-max);margin-left:auto;margin-right:auto}.alignfull{width:100vw;margin-left:calc(50% - 50vw)}@media(max-width:980px){.fh-hero-grid,.fh-grid-4,.fh-grid-3,.fh-grid-2,.fh-footer-grid{grid-template-columns:1fr 1fr}.fh-menu,.fh-nav-actions{display:none}.fh-mobile-toggle{display:block}.fh-menu.is-open{display:block;position:absolute;top:72px;left:0;right:0;background:#07111f;border-bottom:1px solid var(--fh-line);padding:22px}.fh-menu.is-open ul{display:grid;gap:16px}.fh-hero-grid{grid-template-columns:1fr}.fh-footer-grid{grid-template-columns:1fr 1fr 1fr}}@media(max-width:640px){.fh-wrap{width:min(calc(100% - 28px),var(--fh-max))}.fh-section{padding:70px 0}.fh-hero{padding-top:68px}.fh-grid-4,.fh-grid-3,.fh-grid-2,.fh-footer-grid{grid-template-columns:1fr}.fh-title{font-size:45px}.fh-cta{padding:28px}.fh-scan{padding:18px}.fh-trust-row{gap:12px}.fh-flow{justify-content:flex-start}}


/* FH Cloud client portal */
.fh-auth-shell{min-height:calc(100vh - 72px);display:grid;place-items:center;padding:70px 20px;background:radial-gradient(circle at 50% 0%,rgba(78,161,255,.12),transparent 36%)}.fh-auth-card{width:min(100%,520px);padding:40px;border:1px solid var(--fh-line);border-radius:22px;background:rgba(8,21,38,.94);box-shadow:var(--fh-shadow)}.fh-auth-brand{display:flex;align-items:center;gap:10px;font-weight:900;margin-bottom:30px}.fh-auth-card h1{font-size:38px;line-height:1.08;letter-spacing:-.035em;margin:8px 0 10px}.fh-form{display:grid;gap:18px;margin-top:26px}.fh-form label{display:grid;gap:8px;font-size:13px;font-weight:750;color:#d8e1eb}.fh-form label span,.fh-form small{font-weight:500;color:#71879e}.fh-form input,.fh-form select,.fh-form textarea{width:100%;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#081421;color:white;padding:13px 14px;outline:none;font:inherit}.fh-form input:focus,.fh-form textarea:focus{border-color:rgba(78,161,255,.72);box-shadow:0 0 0 3px rgba(78,161,255,.08)}.fh-btn-block{width:100%}.fh-form-row{display:flex;justify-content:space-between;gap:16px;align-items:center;font-size:13px}.fh-form-row a,.fh-auth-foot a{color:#9ecbff}.fh-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:8px!important}.fh-check input{width:auto}.fh-auth-foot{text-align:center;color:var(--fh-muted);font-size:14px;margin:24px 0 0}.fh-alert{padding:12px 14px;border:1px solid rgba(112,225,245,.24);background:rgba(112,225,245,.07);border-radius:10px;color:#cbeef5;font-size:13px;margin-top:20px}.fh-console{min-height:calc(100vh - 72px);background:#060f1a}.fh-console-wrap{display:grid;grid-template-columns:250px 1fr;min-height:calc(100vh - 72px)}.fh-sidebar{position:sticky;top:72px;height:calc(100vh - 72px);border-right:1px solid var(--fh-line);background:#07111e;padding:26px 18px;display:flex;flex-direction:column}.fh-workspace{padding:0 10px 22px;border-bottom:1px solid var(--fh-line);display:grid;gap:4px}.fh-workspace small,.fh-console-card>small,.fh-stat small,.fh-card-head small{font-size:10px;letter-spacing:.14em;color:#637991;font-weight:850}.fh-workspace strong{font-size:14px}.fh-sidebar nav{display:grid;gap:5px;padding-top:22px}.fh-sidebar nav a,.fh-signout{padding:10px 12px;border-radius:9px;color:#8296ad;font-size:13px;font-weight:700}.fh-sidebar nav a:hover,.fh-sidebar nav a.is-active{background:#0e2035;color:white}.fh-signout{margin-top:auto;border-top:1px solid var(--fh-line);border-radius:0;padding-top:20px}.fh-console-main{padding:36px 42px 70px;min-width:0}.fh-console-top{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:30px}.fh-console-top h1{font-size:32px;letter-spacing:-.03em;margin:2px 0}.fh-user-chip{display:flex;align-items:center;gap:10px}.fh-user-chip>span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#10243b;border:1px solid var(--fh-line);font-weight:900}.fh-user-chip div{display:grid}.fh-user-chip strong{font-size:12px}.fh-user-chip small{font-size:10px;color:#6f8297}.fh-alert-console{margin:0 0 22px}.fh-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px}.fh-stat{border:1px solid var(--fh-line);background:#091624;border-radius:14px;padding:20px;display:grid;gap:6px}.fh-stat strong{font-size:28px;letter-spacing:-.03em}.fh-stat span{font-size:11px;color:#71869d}.fh-status-text{font-size:17px!important;color:#c4d8ed}.fh-console-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}.fh-console-card{border:1px solid var(--fh-line);background:linear-gradient(180deg,#0a1828,#081421);border-radius:16px;padding:24px}.fh-console-card h2{font-size:20px;margin:4px 0 9px}.fh-console-card p{color:#8599af;font-size:13px}.fh-card-head{display:flex;justify-content:space-between;gap:20px;align-items:start}.fh-engine-flow{display:flex;gap:8px;align-items:center;overflow:auto;margin-top:26px}.fh-engine-flow span{font-size:10px;white-space:nowrap;border:1px solid var(--fh-line);padding:8px 10px;border-radius:8px;color:#9fb2c6}.fh-engine-flow b{color:#43596f}.fh-mini-list{display:grid;margin-top:15px}.fh-mini-list>div{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.055)}.fh-mini-list div div{display:grid}.fh-mini-list strong{font-size:12px}.fh-mini-list small{font-size:10px;color:#71869d}.fh-mini-list span{font-size:10px;color:var(--fh-orange)}.fh-empty{padding:30px 0;color:#667c94;font-size:13px}.fh-form-card{max-width:860px}.fh-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.fh-data-table{margin-top:18px;overflow:auto}.fh-data-row{display:grid;grid-template-columns:minmax(220px,1.5fr) minmax(120px,.7fr) minmax(110px,.6fr) minmax(130px,.7fr);gap:14px;align-items:center;border-bottom:1px solid rgba(255,255,255,.065);padding:14px 0;min-width:720px}.fh-data-row>span:first-child{display:grid}.fh-data-row strong{font-size:12px}.fh-data-row small{font-size:10px;color:#71869d}.fh-data-row span{font-size:11px;color:#8ea2b8}.fh-data-head span{color:#5e748c!important;font-size:9px!important;font-weight:850;letter-spacing:.12em}.fh-data-row em{font-style:normal;color:var(--fh-orange);border:1px solid rgba(255,187,106,.18);background:rgba(255,187,106,.06);padding:5px 8px;border-radius:999px;font-size:9px}.fh-api-state{margin-top:20px;display:flex;gap:12px;align-items:center;padding:15px;border:1px solid var(--fh-line);border-radius:10px;background:#07121f}.fh-api-state>span{width:9px;height:9px;border-radius:50%;background:#ffbb6a}.fh-api-state div{display:grid}.fh-api-state strong{font-size:12px}.fh-api-state small{font-size:10px;color:#71869d}
@media(max-width:1100px){.fh-stat-grid{grid-template-columns:1fr 1fr}.fh-console-grid{grid-template-columns:1fr}}@media(max-width:800px){.fh-console-wrap{grid-template-columns:1fr}.fh-sidebar{position:relative;top:0;height:auto;border-right:0;border-bottom:1px solid var(--fh-line)}.fh-sidebar nav{display:flex;overflow:auto}.fh-sidebar nav a{white-space:nowrap}.fh-signout{display:none}.fh-console-main{padding:28px 20px 60px}.fh-form-grid{grid-template-columns:1fr}.fh-user-chip div{display:none}}@media(max-width:560px){.fh-stat-grid{grid-template-columns:1fr}.fh-auth-card{padding:28px 22px}.fh-console-top{align-items:flex-start}.fh-card-head{display:grid}}

/* FH Cloud v1.2 application shell */
.fh-app-body{background:#050c15}.fh-app{min-height:100vh;display:grid;grid-template-columns:268px minmax(0,1fr);background:#050c15}.fh-app-sidebar{position:sticky;top:0;height:100vh;background:#07111d;border-right:1px solid rgba(255,255,255,.07);padding:20px 16px;display:flex;flex-direction:column;z-index:40}.fh-app-brand{display:flex;align-items:center;gap:10px;padding:4px 8px 22px;font-size:13px;font-weight:900;letter-spacing:.04em}.fh-workspace-switch{border:1px solid rgba(255,255,255,.075);background:#091725;border-radius:12px;padding:13px;margin-bottom:18px;display:grid;gap:3px}.fh-workspace-switch small{font-size:9px;letter-spacing:.14em;color:#5f748b;font-weight:850}.fh-workspace-switch strong{font-size:12px}.fh-workspace-switch span{font-size:10px;color:#73879d}.fh-app-nav{display:grid;gap:3px;overflow:auto}.fh-app-nav a{display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:9px;color:#7f93a9;font-size:12px;font-weight:720}.fh-app-nav a:hover,.fh-app-nav a.is-active{color:#fff;background:#0c1d30}.fh-nav-dot{width:6px;height:6px;border-radius:50%;border:1px solid #52677e}.fh-app-nav a.is-active .fh-nav-dot{background:#6ed6ff;border-color:#6ed6ff;box-shadow:0 0 0 4px rgba(110,214,255,.08)}.fh-sidebar-bottom{margin-top:auto;border-top:1px solid rgba(255,255,255,.07);padding-top:14px;display:grid}.fh-sidebar-bottom a{padding:8px 10px;color:#6f839a;font-size:11px}.fh-sidebar-bottom a:hover{color:#fff}.fh-app-main{min-width:0}.fh-app-topbar{height:78px;border-bottom:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:space-between;padding:0 32px;background:rgba(5,12,21,.92);backdrop-filter:blur(16px);position:sticky;top:0;z-index:30}.fh-app-topbar>div:first-child{display:flex;align-items:center;gap:14px}.fh-app-topbar h1{font-size:17px;letter-spacing:-.01em;margin:1px 0}.fh-app-topbar .fh-eyebrow{font-size:8px}.fh-app-top-actions{display:flex;align-items:center;gap:12px}.fh-system-pill{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.08);padding:7px 10px;border-radius:999px;color:#91a4b8;font-size:10px}.fh-system-pill i{display:block;width:6px;height:6px;border-radius:50%;background:#71e2a6}.fh-user-avatar{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:#10243a;border:1px solid rgba(255,255,255,.08);font-size:11px;font-weight:900}.fh-app-menu{display:none;background:none;color:white;border:0;font-size:18px}.fh-app-content{padding:34px 36px 70px;max-width:1500px;margin:0 auto}.fh-banner{display:flex;gap:9px;align-items:center;padding:12px 14px;margin-bottom:18px;background:rgba(113,226,166,.06);border:1px solid rgba(113,226,166,.18);border-radius:10px;font-size:11px}.fh-banner span{color:#8fa6bb}.fh-welcome{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}.fh-welcome h2,.fh-page-intro h2,.fh-asset-head h2{font-size:30px;letter-spacing:-.035em;margin:5px 0 7px}.fh-welcome p,.fh-page-intro p,.fh-asset-head p{margin:0;color:#7d91a7;max-width:720px;font-size:13px}.fh-page-intro{margin-bottom:24px}.fh-badge-neutral{font-size:8px;letter-spacing:.1em;color:#8aa0b6;border:1px solid rgba(255,255,255,.08);padding:6px 8px;border-radius:999px}.fh-pipeline{display:grid;grid-template-columns:repeat(5,1fr);margin-top:25px;border-top:1px solid rgba(255,255,255,.07)}.fh-pipeline>div{padding:20px 12px 5px 0;display:flex;gap:9px}.fh-pipeline b{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;border:1px solid #385067;color:#6f849b;font-size:9px;flex:0 0 auto}.fh-pipeline .is-current b{border-color:#6ed6ff;color:#d9f5ff;background:rgba(110,214,255,.06)}.fh-pipeline span{display:grid}.fh-pipeline strong{font-size:10px}.fh-pipeline small{font-size:9px;color:#60758c;margin-top:2px}.fh-text-link{font-size:10px;color:#97cfff}.fh-mini-list>a{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.055)}.fh-mini-list>a>div{display:grid}.fh-mini-list>a strong{font-size:12px}.fh-mini-list>a small{font-size:10px;color:#71869d}.fh-mini-list>a span{font-size:9px;color:#ffbb6a}.fh-empty-state,.fh-empty-panel{min-height:220px;display:grid;place-items:center;text-align:center;align-content:center;gap:8px;padding:35px;color:#6f8399}.fh-empty-state strong,.fh-empty-panel strong{color:#dce7f2;font-size:14px}.fh-empty-state span,.fh-empty-panel span{font-size:11px;max-width:450px}.fh-empty-state .fh-btn,.fh-empty-panel .fh-btn{margin-top:8px}.fh-stepper{display:flex;gap:8px;margin-bottom:24px}.fh-stepper span{display:flex;align-items:center;gap:7px;font-size:10px;color:#647a91}.fh-stepper b{width:20px;height:20px;border-radius:50%;border:1px solid #344b62;display:grid;place-items:center;font-size:8px}.fh-stepper .is-active{color:#d9f3ff}.fh-stepper .is-active b{background:rgba(110,214,255,.08);border-color:#6ed6ff}.fh-upload-zone{border:1px dashed rgba(110,214,255,.28)!important;background:rgba(110,214,255,.025);border-radius:14px;padding:30px!important;text-align:center;place-items:center!important;cursor:pointer}.fh-upload-zone input{max-width:360px;background:#07131f!important}.fh-upload-zone strong{font-size:13px}.fh-upload-zone span{font-size:10px!important}.fh-checks{display:flex;flex-wrap:wrap;gap:10px 18px;padding:15px;border-radius:10px;background:#07131f;border:1px solid rgba(255,255,255,.07)}.fh-checks>span{width:100%;font-size:9px;letter-spacing:.12em;color:#63788e;font-weight:850}.fh-checks label{display:flex;align-items:center;gap:6px;font-size:10px;color:#9fb1c4}.fh-checks input{width:auto}.fh-data-row[href]{transition:background .16s ease}.fh-data-row[href]:hover{background:rgba(255,255,255,.022)}.fh-asset-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:24px}.fh-back{display:inline-block;font-size:10px;color:#7891aa;margin-bottom:15px}.fh-status-large{font-size:9px;letter-spacing:.12em;padding:8px 10px;border:1px solid rgba(255,187,106,.2);background:rgba(255,187,106,.06);color:#ffca8c;border-radius:999px}.fh-result-list,.fh-detail-list{display:grid;margin-top:15px}.fh-result-list>div,.fh-detail-list>div{display:flex;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06)}.fh-result-list span,.fh-detail-list span{font-size:11px;color:#7890a7}.fh-result-list strong,.fh-detail-list strong{font-size:10px;color:#99adc2}.fh-result-list strong.ok{color:#71e2a6}.fh-engine-note{margin-top:18px;padding:12px;border:1px solid rgba(255,255,255,.07);background:#07131f;border-radius:9px;color:#657b92;font-size:10px;line-height:1.6}.fh-audio{width:100%;margin-top:20px;height:38px}.fh-empty-panel{min-height:360px;border:1px solid rgba(255,255,255,.07);background:#081421;border-radius:16px}.fh-empty-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;border:1px solid #2b455e;color:#8bdcff;font-size:22px}.fh-report-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.fh-team-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:10px 0}.fh-team-row>div:nth-child(2){display:grid}.fh-team-row strong{font-size:12px}.fh-team-row small{font-size:10px;color:#6f8398}.fh-team-row>span{font-size:9px;padding:6px 8px;border:1px solid rgba(255,255,255,.08);border-radius:999px;color:#8fa3b8}.fh-onboard-shell{min-height:100vh;display:grid;place-items:center;padding:55px 20px;background:radial-gradient(circle at 50% 0%,rgba(78,161,255,.12),transparent 35%),#050c15}.fh-onboard-card{width:min(100%,780px);padding:38px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:#081522}.fh-onboard-card h1{font-size:34px;letter-spacing:-.035em;margin:5px 0 8px}.fh-progress{display:flex;gap:5px;margin:2px 0 28px}.fh-progress span{height:3px;flex:1;background:#14263a;border-radius:99px}.fh-progress .is-active{background:#69cfff}
@media(max-width:1000px){.fh-app{grid-template-columns:220px 1fr}.fh-app-content{padding:28px 24px 60px}.fh-pipeline{grid-template-columns:1fr 1fr}.fh-report-grid{grid-template-columns:1fr}}
@media(max-width:760px){.fh-app{display:block}.fh-app-sidebar{position:fixed;left:-280px;width:268px;transition:left .2s ease;box-shadow:20px 0 50px rgba(0,0,0,.35)}.fh-app-sidebar.is-open{left:0}.fh-app-menu{display:block}.fh-app-topbar{padding:0 18px}.fh-app-content{padding:24px 16px 50px}.fh-system-pill{display:none}.fh-welcome,.fh-asset-head{align-items:flex-start;display:grid}.fh-stat-grid{grid-template-columns:1fr 1fr}.fh-pipeline{grid-template-columns:1fr}.fh-onboard-card{padding:28px 20px}}
@media(max-width:520px){.fh-stat-grid{grid-template-columns:1fr}.fh-welcome h2,.fh-page-intro h2,.fh-asset-head h2{font-size:25px}.fh-app-topbar h1{font-size:15px}}

/* v1.3.2 smart metadata analysis */
.fh-smart-detection{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:18px 0;padding:16px 18px;border:1px solid rgba(79,208,255,.28);border-radius:12px;background:rgba(10,36,57,.55)}
.fh-smart-detection strong,.fh-smart-detection span{display:block}.fh-smart-detection span{margin-top:4px;color:var(--fh-muted);font-size:13px;line-height:1.5}.fh-smart-detection em{font-style:normal;font-size:10px;font-weight:800;letter-spacing:.1em;color:#78ddff;border:1px solid rgba(79,208,255,.22);border-radius:8px;padding:7px 10px;white-space:nowrap}
.fh-form-grid label small{display:block;color:var(--fh-muted);font-weight:400;margin:5px 0 8px;line-height:1.4}
.fh-checks .fh-check-pending{opacity:.48}.fh-checks .fh-check-pending small{font-size:9px;text-transform:uppercase;letter-spacing:.08em;margin-left:4px}
@media(max-width:700px){.fh-smart-detection{align-items:flex-start;flex-direction:column}}

/* FH Cloud v1.3.3 native theme uploader */
.fh-native-upload-status{display:flex;align-items:center;gap:11px;margin:14px 0 18px;padding:12px 14px;border:1px solid rgba(70,198,245,.24);border-radius:12px;background:rgba(7,30,46,.62)}
.fh-native-upload-status .fh-native-upload-dot{width:9px;height:9px;border-radius:50%;flex:0 0 auto;background:#71e7a5;box-shadow:0 0 0 4px rgba(113,231,165,.09)}
.fh-native-upload-status div{display:flex;flex-direction:column;gap:2px}
.fh-native-upload-status strong{font-size:12px;color:#e7f8ff}.fh-native-upload-status small{font-size:11px;color:#7d9bb0}
.fh-native-upload-status em{margin-left:auto;font-size:9px;letter-spacing:.12em;font-style:normal;color:#66d9ff}
.fh-native-upload-status.is-working .fh-native-upload-dot{background:#67d8ff;animation:fhNativePulse 1s infinite}
.fh-native-upload-status.is-error{border-color:rgba(255,110,110,.25)}.fh-native-upload-status.is-error .fh-native-upload-dot{background:#ff7979}
.fh-native-upload-status.is-success .fh-native-upload-dot{background:#71e7a5}
.fh-native-progress{margin:16px 0;padding:14px;border:1px solid rgba(70,198,245,.18);border-radius:12px;background:rgba(4,22,35,.65)}
.fh-native-progress-head{display:flex;justify-content:space-between;gap:15px;font-size:12px}.fh-native-progress-head span{color:#71dbff}
.fh-native-progress-track{height:8px;margin:10px 0;border-radius:999px;overflow:hidden;background:rgba(255,255,255,.07)}
.fh-native-progress-track i{display:block;width:0;height:100%;background:#71dbff;transition:width .2s ease}
.fh-native-progress small{color:#7894a9;font-size:10px}
@keyframes fhNativePulse{0%,100%{opacity:.45}50%{opacity:1}}

.fh-rich-match-card{margin:0 0 22px;padding:24px;border:1px solid rgba(79,216,255,.24);border-radius:18px;background:linear-gradient(180deg,rgba(10,38,58,.92),rgba(6,24,38,.92))}
.fh-rich-match-top{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.fh-rich-match-top small{font-size:10px;letter-spacing:.16em;color:#66d9ff}.fh-rich-match-top h2{margin:7px 0 4px}.fh-rich-match-top p{margin:0;color:#93aec0}
.fh-match-badge{padding:8px 10px;border-radius:999px;border:1px solid rgba(113,231,165,.25);color:#71e7a5;font-size:9px;letter-spacing:.1em}
.fh-rich-match-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:20px;border-top:1px solid rgba(255,255,255,.06);border-left:1px solid rgba(255,255,255,.06)}
.fh-rich-match-grid>div{padding:14px;border-right:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.fh-rich-match-grid span{display:block;color:#6f91a8;font-size:10px;margin-bottom:5px}.fh-rich-match-grid strong{display:block;color:#edf8ff;font-size:12px;overflow-wrap:anywhere}
.fh-rich-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:18px}.fh-rich-links>span{font-size:10px;color:#6f91a8;margin-right:4px}.fh-rich-links a{padding:8px 11px;border:1px solid rgba(93,207,255,.22);border-radius:9px;color:#86e1ff;text-decoration:none;font-size:11px}
@media(max-width:900px){.fh-rich-match-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.fh-rich-match-grid{grid-template-columns:1fr}.fh-rich-match-top{flex-direction:column}}

.fh-runtime-status{display:flex;align-items:center;gap:11px;margin:0 0 18px;padding:13px 14px;border:1px solid rgba(91,211,255,.20);border-radius:12px;background:rgba(7,29,45,.68)}
.fh-runtime-status .fh-runtime-dot{width:9px;height:9px;border-radius:50%;background:#68d9ff;flex:0 0 auto}
.fh-runtime-status div{display:flex;flex-direction:column;gap:2px}.fh-runtime-status strong{font-size:12px;color:#e8f8ff}.fh-runtime-status small{font-size:10px;color:#7e9db3}
.fh-runtime-status.is-working .fh-runtime-dot{animation:fhRuntimePulse 1s infinite}.fh-runtime-status.is-success .fh-runtime-dot,.fh-runtime-status.is-done .fh-runtime-dot{background:#70e6a2}
.fh-runtime-status.is-error{border-color:rgba(255,100,100,.28)}.fh-runtime-status.is-error .fh-runtime-dot{background:#ff7474}
@keyframes fhRuntimePulse{0%,100%{opacity:.35}50%{opacity:1}}

.fh-identify-report{margin:0 0 22px;border:1px solid rgba(84,214,255,.22);border-radius:18px;overflow:hidden;background:linear-gradient(180deg,rgba(10,37,56,.96),rgba(6,24,38,.96));box-shadow:0 18px 45px rgba(0,0,0,.12)}
.fh-identify-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding:25px 26px;border-bottom:1px solid rgba(255,255,255,.07)}
.fh-identify-title small,.fh-dsp-actions small,.fh-sample-label small{display:block;font-size:9px;letter-spacing:.15em;color:#63d9ff;font-weight:700}.fh-identify-title h2{font-size:25px;line-height:1.15;margin:8px 0 6px;color:#f4fbff}.fh-identify-title p{margin:0;color:#8eacc0;font-size:13px}
.fh-identify-score{min-width:112px;text-align:center;padding:11px 14px;border:1px solid rgba(108,231,162,.25);border-radius:13px;background:rgba(43,132,83,.08)}.fh-identify-score span{display:block;color:#70e7a4;font-size:8px;letter-spacing:.12em;font-weight:800}.fh-identify-score strong{display:block;font-size:28px;line-height:1.1;color:#f1fff7;margin:5px 0 1px}.fh-identify-score small{font-size:8px;color:#789b89}
.fh-identify-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:8px 26px 18px}.fh-identify-field{display:grid;grid-template-columns:118px minmax(0,1fr);gap:14px;align-items:start;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.055)}.fh-identify-field:nth-child(odd){padding-right:22px}.fh-identify-field:nth-child(even){padding-left:22px;border-left:1px solid rgba(255,255,255,.055)}
.fh-identify-field span{color:#7294aa;font-size:10px}.fh-identify-field strong{color:#edf8ff;font-size:11px;font-weight:650;overflow-wrap:anywhere}.fh-identify-field strong.is-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;letter-spacing:.02em}
.fh-dsp-actions{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:17px 26px;background:rgba(3,17,28,.35);border-top:1px solid rgba(255,255,255,.06)}.fh-dsp-actions>div>strong{display:block;color:#e8f7ff;font-size:11px;margin-top:4px}.fh-dsp-actions nav{display:flex;gap:8px;flex-wrap:wrap}.fh-dsp-actions a{display:flex;gap:8px;align-items:center;padding:9px 12px;border:1px solid rgba(90,211,255,.22);border-radius:9px;color:#8be3ff;text-decoration:none;font-size:10px;font-weight:700}.fh-dsp-actions a:hover{background:rgba(90,211,255,.08)}
.fh-note-success{border-color:rgba(106,230,162,.18)!important}.fh-note-success strong{color:#70e7a4}.fh-sample-label{margin:18px 0 9px}.fh-sample-label span{display:block;margin-top:4px;color:#809eb2;font-size:10px}
@media(max-width:850px){.fh-identify-grid{grid-template-columns:1fr}.fh-identify-field:nth-child(odd),.fh-identify-field:nth-child(even){padding-left:0;padding-right:0;border-left:0}.fh-dsp-actions,.fh-identify-hero{flex-direction:column}.fh-identify-score{text-align:left}.fh-identify-field{grid-template-columns:105px minmax(0,1fr)}}

/* v1.4.0 recognized-report layout — intentionally high specificity */
.fh-app .fh-identify-report{display:block!important;margin:0 0 22px!important;border:1px solid rgba(84,214,255,.22)!important;border-radius:16px!important;overflow:hidden!important;background:#0a1d2d!important}
.fh-app .fh-identify-report .fh-identify-hero{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:20px!important;padding:22px!important;border-bottom:1px solid rgba(255,255,255,.07)!important}
.fh-app .fh-identify-report .fh-identify-title small{display:block!important;margin:0 0 8px!important;font-size:9px!important;letter-spacing:.14em!important;color:#62d9ff!important}
.fh-app .fh-identify-report .fh-identify-title h2{display:block!important;margin:0 0 6px!important;font-size:24px!important;line-height:1.2!important;color:#fff!important}
.fh-app .fh-identify-report .fh-identify-title p{display:block!important;margin:0!important;font-size:13px!important;color:#8caabd!important}
.fh-app .fh-identify-report .fh-identify-score{display:block!important;min-width:108px!important;padding:12px 14px!important;text-align:center!important;border:1px solid rgba(112,231,164,.25)!important;border-radius:12px!important}
.fh-app .fh-identify-report .fh-identify-score span,.fh-app .fh-identify-report .fh-identify-score strong,.fh-app .fh-identify-report .fh-identify-score small{display:block!important}
.fh-app .fh-identify-report .fh-identify-score span{font-size:8px!important;letter-spacing:.12em!important;color:#70e7a4!important}
.fh-app .fh-identify-report .fh-identify-score strong{margin:4px 0!important;font-size:27px!important;color:#fff!important}
.fh-app .fh-identify-report .fh-identify-grid{display:grid!important;grid-template-columns:1fr 1fr!important;padding:8px 22px 18px!important}
.fh-app .fh-identify-report .fh-identify-field{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;gap:12px!important;padding:12px 0!important;border-bottom:1px solid rgba(255,255,255,.06)!important}
.fh-app .fh-identify-report .fh-identify-field:nth-child(odd){padding-right:18px!important}
.fh-app .fh-identify-report .fh-identify-field:nth-child(even){padding-left:18px!important;border-left:1px solid rgba(255,255,255,.06)!important}
.fh-app .fh-identify-report .fh-identify-field span{display:block!important;font-size:10px!important;font-weight:400!important;color:#7395aa!important}
.fh-app .fh-identify-report .fh-identify-field strong{display:block!important;font-size:11px!important;line-height:1.45!important;color:#eef9ff!important;overflow-wrap:anywhere!important}
.fh-app .fh-identify-report .fh-dsp-actions{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:14px!important;padding:16px 22px!important;border-top:1px solid rgba(255,255,255,.06)!important}
.fh-app .fh-identify-report .fh-dsp-actions nav{display:flex!important;gap:8px!important}
.fh-app .fh-identify-report .fh-dsp-actions a{display:inline-flex!important;align-items:center!important;gap:7px!important;padding:9px 12px!important;border:1px solid rgba(98,217,255,.25)!important;border-radius:8px!important;text-decoration:none!important;color:#8ce5ff!important;font-size:10px!important}
.fh-app .fh-sample-label{display:flex!important;justify-content:space-between!important;align-items:center!important;margin:14px 0 8px!important}
@media(max-width:900px){
 .fh-app .fh-identify-report .fh-identify-grid{grid-template-columns:1fr!important}
 .fh-app .fh-identify-report .fh-identify-field:nth-child(odd),.fh-app .fh-identify-report .fh-identify-field:nth-child(even){padding-left:0!important;padding-right:0!important;border-left:0!important}
 .fh-app .fh-identify-report .fh-identify-hero,.fh-app .fh-identify-report .fh-dsp-actions{flex-direction:column!important;align-items:flex-start!important}
}

/* FH Cloud v1.4.1 — approved Asset Intelligence visual system */
.fh-app .fh-identify-report{border-color:#173a50!important;background:linear-gradient(145deg,#0b2132 0%,#081b2a 100%)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 16px 40px rgba(0,0,0,.14)!important}
.fh-app .fh-identify-report .fh-identify-hero{padding:26px!important;background:radial-gradient(circle at 85% 10%,rgba(30,155,205,.08),transparent 36%)!important}
.fh-app .fh-identify-title small{display:flex!important;align-items:center!important;gap:7px!important;color:#c5d9e5!important}
.fh-live-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#45e69a;box-shadow:0 0 8px rgba(69,230,154,.55)}
.fh-app .fh-identify-title h2{font-size:27px!important;letter-spacing:-.02em!important}.fh-app .fh-identify-title p{font-size:14px!important}
.fh-app .fh-identify-score{min-width:155px!important;padding:17px!important;background:linear-gradient(135deg,rgba(18,111,67,.32),rgba(8,58,45,.38))!important;border-color:rgba(62,223,139,.34)!important}
.fh-app .fh-identify-score span{font-size:10px!important}.fh-app .fh-identify-score strong{font-size:34px!important}.fh-app .fh-identify-score small{color:#b8d8c6!important}
.fh-app .fh-identify-grid{gap:0!important;padding:12px 26px 22px!important}
.fh-app .fh-identify-field{position:relative!important;min-height:47px!important;align-items:center!important;padding-top:13px!important;padding-bottom:13px!important}
.fh-app .fh-identify-field span{font-size:10px!important;color:#8aa8bb!important}.fh-app .fh-identify-field strong{font-size:11px!important}
.fh-copy-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#87a8bb;cursor:pointer;font-size:14px;padding:5px}.fh-copy-btn:hover{color:#69ddff}
.fh-app .fh-dsp-actions{padding:20px 26px!important;background:#071a28!important}.fh-app .fh-dsp-actions>div small{color:#7f9eb2!important}.fh-app .fh-dsp-actions nav{gap:10px!important}
.fh-app .fh-dsp-actions a{min-width:108px!important;justify-content:center!important;padding:11px 14px!important;background:#0d2b40!important;border-color:#1d4b67!important;color:#e5f7ff!important;transition:.15s ease!important}
.fh-app .fh-dsp-actions a:hover{transform:translateY(-1px);background:#123a53!important}
.fh-app .fh-dsp-actions a:first-child{background:#148849!important;border-color:#25a65e!important;color:#fff!important}
.fh-app .fh-sample-label{margin:20px 0 9px!important}.fh-app .fh-sample-label small{color:#8ca9ba!important}.fh-app .fh-sample-label span{color:#607f92!important}
.fh-app .fh-audio{width:100%!important;height:42px!important}
.fh-app .fh-pipeline-note.fh-note-success{background:rgba(5,24,37,.55)!important;border:1px solid #17394e!important;border-radius:10px!important;padding:14px!important}
@media(max-width:900px){.fh-app .fh-identify-score{min-width:130px!important}.fh-copy-btn{right:2px}}

.fh-status-large.is-complete{color:#6fe6a2!important;border-color:rgba(111,230,162,.28)!important;background:rgba(40,128,78,.10)!important}

/* ==========================================================
   FH Cloud v1.4.2 — Approved Asset Intelligence Design
   ========================================================== */
body{background:#06111b}
.fh-app{background:#06111b!important}
.fh-app .fh-shell{max-width:none!important}
.fh-app .fh-main{background:
  radial-gradient(circle at 85% 0%,rgba(21,100,140,.055),transparent 28%),
  #06111b!important}
.fh-app .fh-content{max-width:1320px!important;margin:0 auto!important;padding:28px 30px 44px!important}
.fh-app .fh-console-grid{display:grid!important;grid-template-columns:minmax(360px,.86fr) minmax(580px,1.14fr)!important;gap:18px!important;align-items:stretch!important}
.fh-app .fh-console-card{border:1px solid #173247!important;border-radius:18px!important;background:linear-gradient(155deg,#0b2031 0%,#081927 100%)!important;box-shadow:0 14px 42px rgba(0,0,0,.15)!important}
.fh-app .fh-console-card>small{letter-spacing:.14em!important;font-size:9px!important;color:#7597ae!important}
.fh-app .fh-console-card>h2{font-size:23px!important;letter-spacing:-.02em!important;color:#f3f8fb!important;margin:9px 0 18px!important}

.fh-asset-identity-line{display:flex!important;gap:9px!important;align-items:center!important;color:#dcecf4!important}
.fh-asset-identity-line span{color:#2dc98a!important;font-size:9px!important}

.fh-app .fh-result-list>div{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;min-height:66px!important;padding:13px 0!important;border-bottom:1px solid rgba(255,255,255,.065)!important}
.fh-pipe-copy{display:flex!important;flex-direction:column!important;gap:4px!important}
.fh-pipe-copy b{font-size:12px!important;color:#edf7fb!important}
.fh-pipe-copy span{font-size:10px!important;color:#7997aa!important}
.fh-pipe-state{font-size:10px!important;color:#8eb0c3!important;white-space:nowrap!important}
.fh-pipe-state.is-complete{color:#4be59b!important}
.fh-pipe-state.is-pending{color:#64a9ff!important}

.fh-app .fh-pipeline-note{margin-top:18px!important;padding:15px 16px!important;border:1px solid #18394f!important;border-radius:11px!important;background:#071923!important;color:#8aa8b9!important}
.fh-app .fh-pipeline-note:before{content:'✓';display:inline-grid;place-items:center;width:22px;height:22px;margin-right:9px;border-radius:50%;background:#18b968;color:white;font-weight:800}

.fh-app .fh-identify-report{border:0!important;background:transparent!important;box-shadow:none!important;margin:0!important}
.fh-app .fh-identify-report .fh-identify-hero{
  display:grid!important;
  grid-template-columns:176px minmax(0,1fr)!important;
  gap:22px!important;
  align-items:stretch!important;
  padding:0 0 20px!important;
  background:none!important;
  border-bottom:0!important
}
.fh-identify-cover{
  min-height:176px!important;border-radius:12px!important;overflow:hidden!important;
  display:flex!important;flex-direction:column!important;justify-content:space-between!important;
  padding:16px!important;border:1px solid #234156!important;
  background:
    radial-gradient(circle at 70% 20%,rgba(86,201,242,.22),transparent 32%),
    linear-gradient(145deg,#162b3a,#09141d)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important
}
.fh-identify-cover span{font-size:10px!important;letter-spacing:.18em!important;color:#77dfff!important;font-weight:800!important}
.fh-identify-cover strong{font-size:70px!important;line-height:.8!important;color:rgba(255,255,255,.08)!important;align-self:flex-end!important}
.fh-identify-main{display:flex!important;flex-direction:column!important;justify-content:space-between!important;min-width:0!important}
.fh-app .fh-identify-title small{font-size:9px!important;letter-spacing:.12em!important;color:#c7dbe5!important}
.fh-app .fh-identify-title h2{font-size:28px!important;margin:10px 0 7px!important;color:#fff!important}
.fh-app .fh-identify-title p{font-size:14px!important;color:#9db5c4!important}
.fh-app .fh-identify-score{
  display:flex!important;align-items:center!important;justify-content:space-between!important;
  width:100%!important;min-width:0!important;text-align:left!important;
  margin-top:18px!important;padding:16px 18px!important;
  background:linear-gradient(100deg,rgba(16,115,68,.42),rgba(8,49,40,.48))!important;
  border:1px solid rgba(50,212,125,.34)!important;border-radius:12px!important
}
.fh-app .fh-identify-score span{font-size:12px!important;color:#fff!important;letter-spacing:.02em!important}
.fh-app .fh-identify-score strong{margin-left:auto!important;margin-right:8px!important;font-size:34px!important;color:#fff!important}
.fh-app .fh-identify-score small{font-size:9px!important;color:#c8e7d4!important}

.fh-app .fh-identify-grid{
  display:grid!important;grid-template-columns:1fr 1fr!important;
  margin-top:4px!important;padding:0!important;
  border:1px solid #18384e!important;border-radius:10px!important;overflow:hidden!important
}
.fh-app .fh-identify-field{
  display:grid!important;grid-template-columns:110px minmax(0,1fr)!important;
  gap:10px!important;align-items:center!important;min-height:47px!important;
  padding:11px 14px!important;border-bottom:1px solid rgba(255,255,255,.055)!important;
  position:relative!important
}
.fh-app .fh-identify-field:nth-child(odd){padding-right:14px!important}
.fh-app .fh-identify-field:nth-child(even){padding-left:14px!important;border-left:1px solid rgba(255,255,255,.055)!important}
.fh-app .fh-identify-field span{font-size:9px!important;color:#8aa6b7!important}
.fh-app .fh-identify-field strong{font-size:10.5px!important;color:#eff8fc!important}
.fh-app .fh-identify-field strong.is-code{font-size:9.5px!important}
.fh-copy-btn{right:9px!important;color:#a8bdca!important}

.fh-app .fh-dsp-actions{
  display:block!important;margin-top:20px!important;padding:0!important;background:transparent!important;border:0!important
}
.fh-app .fh-dsp-actions>div small{font-size:9px!important;letter-spacing:.14em!important;color:#91aabb!important}
.fh-app .fh-dsp-actions>div>strong{display:none!important}
.fh-app .fh-dsp-actions nav{display:flex!important;gap:9px!important;margin-top:10px!important;flex-wrap:wrap!important}
.fh-app .fh-dsp-actions a{
  display:inline-flex!important;align-items:center!important;gap:8px!important;
  min-width:122px!important;padding:11px 13px!important;
  border-radius:8px!important;border:1px solid #24516b!important;
  background:#0d3048!important;color:#fff!important;font-size:10px!important
}
.fh-app .fh-dsp-actions a:first-child{background:#15954d!important;border-color:#1fb35d!important}
.fh-dsp-icon{font-weight:700!important;font-size:11px!important}

.fh-app .fh-sample-label{display:block!important;margin:22px 0 9px!important}
.fh-app .fh-sample-label small{font-size:9px!important;letter-spacing:.14em!important;color:#91a9b9!important}
.fh-app .fh-sample-label span{display:block!important;margin-top:6px!important;color:#637f90!important;font-size:9px!important}
.fh-app .fh-audio{height:44px!important;width:100%!important;border-radius:999px!important}

.fh-status-large.is-complete{background:#0f633b!important;border-color:#1b9d5d!important;color:#dffff0!important;padding:9px 13px!important;border-radius:7px!important;font-size:9px!important;letter-spacing:.08em!important}

@media(max-width:1100px){
 .fh-app .fh-console-grid{grid-template-columns:1fr!important}
}
@media(max-width:760px){
 .fh-app .fh-content{padding:20px 14px 34px!important}
 .fh-app .fh-identify-report .fh-identify-hero{grid-template-columns:1fr!important}
 .fh-identify-cover{min-height:150px!important}
 .fh-app .fh-identify-grid{grid-template-columns:1fr!important}
 .fh-app .fh-identify-field:nth-child(even){border-left:0!important}
}

/* ================================================================
   FH Cloud v1.4.3 — Exact Asset Intelligence production structure
   ================================================================ */
.fh-app-sidebar{width:250px!important;background:#06131f!important;border-right:1px solid #152839!important}
.fh-app-main{margin-left:250px!important;background:#06111b!important}
.fh-app-nav a{display:flex!important;align-items:center!important;gap:12px!important;padding:12px 14px!important;border-radius:8px!important;color:#9bb1c1!important;font-size:12px!important}
.fh-app-nav a.is-active{background:linear-gradient(90deg,#0b3554,#0a2a43)!important;color:#8ddfff!important;box-shadow:inset 2px 0 #16b9ff!important}
.fh-nav-icon{width:21px!important;height:21px!important;display:grid!important;place-items:center!important;color:#b8cad5!important;font-size:13px!important}
.fh-app-nav a.is-active .fh-nav-icon{color:#47cfff!important}
.fh-sidebar-plan{margin:18px 12px;padding:14px;border:1px solid #183044;border-radius:12px;background:#081b2b;display:grid;gap:5px}
.fh-sidebar-plan small{font-size:8px;letter-spacing:.12em;color:#708c9f}
.fh-sidebar-plan strong{font-size:11px;color:#eef8fc}
.fh-sidebar-plan span{font-size:10px;color:#49df93}
.fh-app-content{padding:0!important}
.fh-app-topbar{height:86px!important;border-bottom:1px solid #142635!important;background:#06111b!important}

.fh-ai-assetbar{max-width:1280px;margin:0 auto;padding:14px 22px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #142735}
.fh-ai-asset-id{display:flex;align-items:center;gap:11px;min-width:0;color:#dceaf2;font-size:12px}
.fh-ai-asset-id strong,.fh-ai-asset-id span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fh-ai-asset-id i{width:5px;height:5px;border-radius:50%;background:#31cf80;flex:0 0 auto}
.fh-ai-music{width:34px;height:34px;border-radius:8px;background:#0b273c;border:1px solid #193a51;display:grid;place-items:center;color:#6de5ff;font-size:17px;flex:0 0 auto}
.fh-ai-state{font-size:9px;letter-spacing:.08em;padding:8px 11px;border-radius:6px;border:1px solid #6a4c22;background:#1b160c;color:#ffc56c}
.fh-ai-state.is-recognized{border-color:#16864f;background:#0b5a36;color:#ddfff0}

.fh-ai-layout{max-width:1280px;margin:0 auto;padding:16px 22px 42px;display:grid;grid-template-columns:minmax(390px,.82fr) minmax(620px,1.18fr);gap:18px}
.fh-ai-panel{border:1px solid #173247;border-radius:16px;background:linear-gradient(150deg,#0b2031,#081927);box-shadow:0 16px 42px rgba(0,0,0,.13)}
.fh-ai-kicker{font-size:9px;letter-spacing:.14em;color:#809caf;font-weight:800}
.fh-ai-pipeline-card{padding:26px}
.fh-ai-pipeline-card>h2{font-size:23px;line-height:1.2;color:#f4fbff;margin:9px 0 20px}
.fh-ai-pipeline{border-top:1px solid rgba(255,255,255,.07)}
.fh-ai-stage{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:13px;align-items:center;min-height:80px;border-bottom:1px solid rgba(255,255,255,.065)}
.fh-stage-icon{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:white;font-size:18px;background:#1269ae}
.fh-stage-icon.is-green{background:linear-gradient(145deg,#1fc66e,#118d4f)}
.fh-stage-icon.is-blue{background:linear-gradient(145deg,#157cc8,#0e5795)}
.fh-ai-stage>div{display:grid;gap:5px}
.fh-ai-stage>div strong{font-size:12px;color:#f1f8fb}
.fh-ai-stage>div small{font-size:10px;color:#8099aa}
.fh-stage-status{font-size:10px;color:#93afc0;white-space:nowrap}
.fh-stage-status.is-complete{color:#42e28f}
.fh-stage-status.is-pending{color:#66aaff}
.fh-ai-connected{margin-top:20px;padding:15px;border:1px solid #175b43;border-radius:10px;background:#071c23;display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:start}
.fh-ai-connected>span{width:25px;height:25px;border-radius:50%;background:#20c46a;color:#04120b;display:grid;place-items:center;font-weight:900}
.fh-ai-connected>div{display:grid;gap:4px}
.fh-ai-connected strong{font-size:11px;color:#effaf4}
.fh-ai-connected small{font-size:9.5px;line-height:1.5;color:#829dab}

.fh-ai-details-card{padding:24px}
.fh-ai-recognized{display:flex;align-items:center;gap:7px;margin:10px 0 17px;font-size:10px}
.fh-ai-recognized span{color:#c5d5df}
.fh-ai-recognized i{width:5px;height:5px;border-radius:50%;background:#35dd8d}
.fh-ai-recognized strong{color:#35dd8d;font-weight:700}
.fh-ai-hero{display:grid;grid-template-columns:178px minmax(0,1fr);gap:20px;align-items:stretch}
.fh-ai-cover{min-height:178px;border-radius:10px;border:1px solid #263e50;background:radial-gradient(circle at 70% 20%,rgba(91,181,226,.2),transparent 30%),linear-gradient(145deg,#172d3d,#09141d);padding:16px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;background-size:cover;background-position:center}
.fh-ai-cover.has-art{box-shadow:inset 0 0 0 999px rgba(0,0,0,.05)}
.fh-ai-cover small{font-size:8px;letter-spacing:.12em;color:#7bdfff}
.fh-ai-cover>strong{font-size:74px;line-height:.85;color:rgba(255,255,255,.09);align-self:flex-end}
.fh-ai-cover>span{font-size:14px;line-height:1.15;color:#fff;font-weight:800;text-transform:uppercase;max-width:130px}
.fh-ai-hero-main{min-width:0}
.fh-ai-hero-main>h2{font-size:27px;color:#fff;margin:8px 0 6px;letter-spacing:-.02em}
.fh-ai-hero-main>p{font-size:14px;color:#9cb4c3;margin:0}
.fh-ai-match-banner{margin-top:18px;min-height:88px;border:1px solid #176a48;border-radius:11px;background:linear-gradient(100deg,rgba(14,102,61,.46),rgba(7,46,37,.62));display:grid;grid-template-columns:48px 1fr auto;gap:13px;align-items:center;padding:14px 16px}
.fh-ai-check{width:43px;height:43px;border-radius:50%;background:#26c56f;color:white;display:grid;place-items:center;font-size:24px;font-weight:900}
.fh-ai-match-banner>div:nth-child(2){display:grid;gap:4px}
.fh-ai-match-banner>div:nth-child(2) strong{font-size:13px;color:#fff}
.fh-ai-match-banner>div:nth-child(2) small{font-size:9.5px;color:#d1e8da}
.fh-ai-score{text-align:right;display:grid}
.fh-ai-score strong{font-size:34px;line-height:1;color:#fff}
.fh-ai-score small{font-size:9px;color:#d4e8dc;margin-top:4px}

.fh-ai-meta-grid{margin-top:20px;border:1px solid #18374c;border-radius:9px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr}
.fh-ai-meta-col+.fh-ai-meta-col{border-left:1px solid rgba(255,255,255,.06)}
.fh-ai-meta-row{min-height:45px;padding:10px 13px;display:grid;grid-template-columns:112px minmax(0,1fr) auto;gap:9px;align-items:center;border-bottom:1px solid rgba(255,255,255,.055)}
.fh-ai-meta-row:last-child{border-bottom:0}
.fh-ai-meta-row>span{font-size:9.5px;color:#88a3b4}
.fh-ai-meta-row>strong{font-size:10.5px;color:#eef8fc;overflow-wrap:anywhere}
.fh-ai-meta-row>strong.is-confidence{color:#43e18d}
.fh-ai-copy{border:0;background:transparent;color:#a9c0ce;font-size:14px;cursor:pointer;padding:4px}
.fh-ai-copy:hover{color:#68dcff}

.fh-ai-destinations{margin-top:22px}
.fh-ai-destinations>small,.fh-ai-sample>small{font-size:9px;letter-spacing:.13em;color:#90a9b9;font-weight:800}
.fh-ai-destinations>div{display:flex;gap:9px;flex-wrap:wrap;margin-top:10px}
.fh-ai-dsp{display:inline-flex;align-items:center;gap:8px;min-height:43px;padding:0 14px;border-radius:7px;color:#fff!important;text-decoration:none!important;font-size:10px;font-weight:700;background:#22384a;border:1px solid #2b465a}
.fh-ai-dsp-spotify{background:#15954d!important;border-color:#1dab5a!important}
.fh-ai-dsp-deezer{background:#0965bd!important;border-color:#1479d9!important}
.fh-ai-dsp-youtube{background:#d8242c!important;border-color:#ed343b!important}
.fh-ai-no-links{font-size:10px;color:#7894a6}

.fh-ai-sample{margin-top:23px}
.fh-ai-sample .fh-audio{width:100%;height:43px;margin:10px 0 0}
.fh-ai-sample p{font-size:9px;color:#6f899a;margin:8px 0 0}
.fh-ai-awaiting{min-height:320px;display:grid;place-items:center;align-content:center;text-align:center}
.fh-ai-awaiting>span{width:62px;height:62px;border-radius:16px;background:#0d2a40;border:1px solid #20435b;display:grid;place-items:center;color:#68dcff;font-weight:900;font-size:22px}
.fh-ai-awaiting h2{font-size:22px;color:#fff;margin:15px 0 5px}
.fh-ai-awaiting p{font-size:11px;color:#7f9aab}

.fh-runtime-status{margin-top:18px}
@media(max-width:1100px){
  .fh-ai-layout{grid-template-columns:1fr}
}
@media(max-width:780px){
  .fh-app-sidebar{width:100%!important}
  .fh-app-main{margin-left:0!important}
  .fh-ai-layout,.fh-ai-assetbar{padding-left:14px;padding-right:14px}
  .fh-ai-hero{grid-template-columns:1fr}
  .fh-ai-cover{min-height:190px}
  .fh-ai-meta-grid{grid-template-columns:1fr}
  .fh-ai-meta-col+.fh-ai-meta-col{border-left:0;border-top:1px solid rgba(255,255,255,.06)}
  .fh-ai-stage{grid-template-columns:40px minmax(0,1fr);padding:12px 0}
  .fh-stage-status{grid-column:2}
}

/* FH Cloud v1.4.5 Developer Console */
.fh-dev-head{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px}.fh-dev-head h2{font-size:28px;margin:7px 0}.fh-dev-head p{max-width:720px;color:#7e9cad}
.fh-dev-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.fh-dev-span2{grid-column:1/-1}.fh-dev-card{border:1px solid #173247;border-radius:15px;background:#0a1d2d;padding:20px}.fh-dev-card small{font-size:9px;letter-spacing:.14em;color:#72dfff}.fh-dev-card h3{font-size:18px;margin:6px 0 16px}.fh-dev-card p{color:#7f9bad;font-size:11px;line-height:1.6}.fh-dev-card label{display:block;color:#7895a7;font-size:10px;margin:14px 0 7px}.fh-dev-card-head{display:flex;justify-content:space-between;gap:14px}.fh-dev-card-head>span{color:#5f8299;font-size:10px}
.fh-dev-key{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:18px;align-items:center;padding:14px 0;border-top:1px solid rgba(255,255,255,.06)}.fh-dev-key strong,.fh-dev-key small{display:block}.fh-dev-key strong{font-size:12px}.fh-dev-key small{margin-top:4px;color:#718fa3;font-size:9px}.fh-dev-key-meta{display:flex;gap:16px;color:#7390a1;font-size:9px}.fh-dev-revoke{border:1px solid #58323a;background:#2a131a;color:#ff9ba6;border-radius:7px;padding:7px 10px;cursor:pointer}.fh-dev-key.is-revoked{opacity:.5}.fh-dev-key em{font-size:9px;color:#e87b85}.fh-dev-empty{padding:20px;border:1px dashed #24445a;border-radius:10px;color:#718ea0;font-size:11px}
.fh-dev-copyline,.fh-dev-new-secret,.fh-dev-secret-row{display:flex;align-items:center;gap:8px;border:1px solid #1b3a50;background:#071824;border-radius:8px;padding:9px 10px}.fh-dev-copyline code,.fh-dev-new-secret code,.fh-dev-secret-row code{flex:1;color:#d9f5ff;font-size:10px;overflow-wrap:anywhere}.fh-dev-copyline button,.fh-dev-new-secret button,.fh-dev-secret-row button{border:0;background:#10344c;color:#8addff;padding:6px 8px;border-radius:6px;cursor:pointer}
.fh-dev-endpoint{display:flex;gap:9px;align-items:center;padding:10px;border:1px solid #1a3b51;border-radius:8px;background:#071824}.fh-dev-endpoint span{background:#166644;color:#75edae;border-radius:5px;padding:5px 7px;font-size:9px;font-weight:800}.fh-dev-endpoint.is-get span{background:#155390;color:#8bceff}.fh-dev-endpoint code{font-size:11px;color:#e7f8ff}
.fh-dev-webhook{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end}.fh-dev-webhook input,.fh-dev-modal-card input,.fh-dev-modal-card select{width:100%;box-sizing:border-box;background:#071824;border:1px solid #1c4057;color:#eaf8ff;border-radius:8px;padding:11px}.fh-dev-secret-row{margin-top:12px}.fh-dev-secret-row>span{font-size:9px;color:#7593a5}.fh-dev-muted{margin-bottom:0!important}
.fh-dev-tabs{display:flex;gap:5px;margin-bottom:0}.fh-dev-tabs button{border:1px solid #1b3b50;background:#071824;color:#7899ad;padding:8px 13px;cursor:pointer}.fh-dev-tabs button.is-active{background:#0c3550;color:#83dcff}.fh-dev-code{display:none;margin:0;background:#04121c;border:1px solid #1b3b50;padding:18px;overflow:auto;color:#cdeeff;font-size:10px;line-height:1.7}.fh-dev-code.is-active{display:block}
.fh-dev-modal,.fh-dev-secret-modal{position:fixed;inset:0;z-index:99999;background:rgba(1,8,13,.78);display:grid;place-items:center}.fh-dev-modal[hidden],.fh-dev-secret-modal[hidden]{display:none}.fh-dev-modal-card{position:relative;width:min(480px,calc(100vw - 30px));box-sizing:border-box;background:#0a1d2d;border:1px solid #20455e;border-radius:16px;padding:24px}.fh-dev-modal-card small{color:#72dfff}.fh-dev-modal-card h3{font-size:20px}.fh-dev-modal-card label{display:block;font-size:10px;color:#7d9bad;margin:14px 0 6px}.fh-dev-modal-card .fh-btn{margin-top:16px}.fh-dev-close{position:absolute;right:12px;top:10px;border:0;background:transparent;color:#98b1c1;font-size:24px;cursor:pointer}.fh-dev-new-secret{margin:14px 0}
@media(max-width:850px){.fh-dev-grid{grid-template-columns:1fr}.fh-dev-span2{grid-column:auto}.fh-dev-head{flex-direction:column}.fh-dev-key{grid-template-columns:1fr}.fh-dev-key-meta{flex-direction:column;gap:3px}.fh-dev-webhook{grid-template-columns:1fr}}

/* FH Cloud v1.4.6 Recognition Projects */
.fh-projects-wrap{margin:0 0 16px;border:1px solid #173247;border-radius:15px;background:#0a1d2d;padding:20px}.fh-projects-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.fh-projects-head small{font-size:9px;letter-spacing:.14em;color:#72dfff}.fh-projects-head h3{font-size:18px;margin:6px 0}.fh-projects-head p{font-size:11px;color:#7997a9;margin:0}
.fh-projects-table{margin-top:17px;border:1px solid #17384d;border-radius:9px;overflow:hidden}.fh-projects-row{display:grid;grid-template-columns:1.25fr .8fr .9fr .7fr 1.1fr auto;gap:12px;align-items:center;min-height:55px;padding:9px 12px;border-bottom:1px solid rgba(255,255,255,.055);font-size:10px;color:#91aabd}.fh-projects-row:last-child{border-bottom:0}.fh-projects-row strong{display:block;color:#eef8fc;font-size:11px}.fh-projects-row small{display:block;color:#637f91;font-size:8px;margin-top:3px}.fh-projects-header{min-height:34px;background:#071824;color:#68879b;font-size:8px;letter-spacing:.08em}.fh-project-engine em{display:inline-block;margin-left:5px;font-size:7px;color:#54e499;border:1px solid #1d754e;border-radius:4px;padding:2px 4px}.fh-project-delete{border:1px solid #57323b;background:#271319;color:#f18b96;border-radius:6px;padding:6px 8px;cursor:pointer}.fh-project-empty{padding:20px;color:#718ea1;font-size:10px}
.fh-project-modal-card{width:min(640px,calc(100vw - 28px))}.fh-project-radio,.fh-engine-options{display:grid;grid-template-columns:1fr 1fr;gap:9px}.fh-project-radio label,.fh-engine-options label{display:flex!important;align-items:flex-start;gap:8px;margin:0!important;padding:11px;border:1px solid #1b3e55;border-radius:8px;background:#071824}.fh-project-radio span,.fh-engine-options span{display:grid;gap:3px}.fh-project-radio strong,.fh-engine-options strong{font-size:10px;color:#e9f7ff}.fh-project-radio small,.fh-engine-options small{font-size:8px;color:#718fa2;line-height:1.4}.fh-engine-options{grid-template-columns:1fr}.fh-engine-options .is-active{border-color:#176d4b;background:#09261d}.fh-engine-options .is-pending{opacity:.55}.fh-project-scope{border:1px solid #1b3e55;border-radius:8px;background:#071824;padding:11px}.fh-project-scope strong,.fh-project-scope small{display:block}.fh-project-scope strong{font-size:10px;color:#e8f7ff}.fh-project-scope small{font-size:8px;color:#708da0;margin-top:4px}.fh-project-checks{display:flex;gap:8px;flex-wrap:wrap}.fh-project-checks label{margin:0!important;padding:7px 9px;border:1px solid #1b3e55;border-radius:7px;background:#071824;font-size:9px;color:#9cb5c5}.fh-project-works{display:flex!important;gap:8px;align-items:center!important;color:#9db6c5!important}
@media(max-width:900px){.fh-projects-row{grid-template-columns:1fr}.fh-projects-header{display:none}.fh-project-radio{grid-template-columns:1fr}}

/* FH Cloud v1.4.7 — Developer Command Center */
.fh-dev-hero-title{padding:2px 0 10px}.fh-dev-hero-title>div:first-child{font-size:9px;font-weight:800;letter-spacing:.16em;color:#62dbff}.fh-dev-live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#37db83;margin-right:6px}.fh-dev-hero-title h2{font-size:26px!important;line-height:1.15;margin:10px 0 7px!important}.fh-dev-sub{color:#7898aa!important;font-size:11px!important;max-width:680px}
.fh-dev-architecture{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:9px;align-items:center;margin:18px 0;padding:14px;border:1px solid #18394e;border-radius:14px;background:linear-gradient(135deg,#081a29,#07141f)}.fh-arch-node{min-width:0;padding:12px;border:1px solid #17384c;border-radius:10px;background:#091f30}.fh-arch-node b{display:block;font-size:10px;color:#eefaff;letter-spacing:.04em}.fh-arch-node span{display:block;font-size:8px;color:#6f91a5;margin-top:4px}.fh-arch-node.active{border-color:#1688b9;background:#08293b}.fh-arch-node.success{border-color:#167149;background:#09271f}.fh-arch-arrow{font-size:18px;color:#4d839f}
.fh-dev-grid>section,.fh-projects-wrap{box-shadow:inset 0 1px 0 rgba(255,255,255,.025)}.fh-dev-code pre{border:1px solid #17384d!important;border-radius:10px!important;background:#06131d!important;padding:16px!important}.fh-dev-code button,.fh-dev-tabs button{border-radius:7px!important}
.fh-detected-cover{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}
@media(max-width:900px){.fh-dev-architecture{grid-template-columns:1fr}.fh-arch-arrow{transform:rotate(90deg);text-align:center}.fh-dev-hero-title h2{font-size:21px!important}}
\n/* FH Cloud v1.5.0 — Mobile authentication navigation */\n.fh-mobile-auth{display:none}\n@media(max-width:980px){\n  .fh-mobile-toggle{display:inline-flex!important;align-items:center!important;gap:7px!important;min-height:40px!important;padding:8px 12px!important;background:#0a1b2c!important;border:1px solid rgba(112,225,245,.22)!important;color:#f2f9fd!important;font-weight:800!important;cursor:pointer!important}\n  .fh-mobile-menu-icon{font-size:15px!important;line-height:1!important}\n  .fh-menu.is-open{display:block!important;position:absolute!important;top:72px!important;left:0!important;right:0!important;background:linear-gradient(180deg,#081522,#06111b)!important;border-bottom:1px solid rgba(255,255,255,.09)!important;padding:18px 20px 22px!important;box-shadow:0 24px 48px rgba(0,0,0,.35)!important}\n  .fh-menu.is-open ul{display:grid!important;gap:2px!important}\n  .fh-menu.is-open ul li a{display:block!important;padding:11px 10px!important;border-radius:8px!important;color:#b9cad6!important;font-size:14px!important}\n  .fh-menu.is-open ul li a:hover{background:rgba(255,255,255,.04)!important;color:#fff!important}\n  .fh-mobile-auth{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:16px!important;padding-top:16px!important;border-top:1px solid rgba(255,255,255,.08)!important}\n  .fh-mobile-auth-link{display:flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;border-radius:10px!important;font-size:14px!important;font-weight:800!important}\n  .fh-mobile-auth-login,.fh-mobile-auth-dashboard{border:1px solid rgba(255,255,255,.16)!important;background:#0b1a2a!important;color:#eef7fc!important}\n  .fh-mobile-auth-signup{border:1px solid #bfefff!important;background:#eefaff!important;color:#06111b!important}\n  .fh-mobile-auth-signout{border:1px solid rgba(255,122,138,.24)!important;background:rgba(255,122,138,.07)!important;color:#ff9aa7!important}\n}\n@media(max-width:480px){\n  .fh-mobile-auth{grid-template-columns:1fr!important}\n  .fh-nav{gap:12px!important}\n  .fh-brand{font-size:14px!important}\n}\n
/* FH Cloud v1.5.2 — Mobile console flow hardening */
@media (max-width:900px){
 html,body{max-width:100%!important;overflow-x:hidden!important}
 body .fh-app{display:block!important;width:100%!important;min-width:0!important;overflow-x:hidden!important}
 body .fh-app-sidebar{position:fixed!important;z-index:1000!important;top:0!important;bottom:0!important;left:0!important;width:min(84vw,300px)!important;height:100dvh!important;transform:translateX(-105%)!important;transition:transform .22s ease!important;box-shadow:24px 0 70px rgba(0,0,0,.55)!important;overflow-y:auto!important}
 body .fh-app-sidebar.is-open{transform:translateX(0)!important}
 body .fh-app-main{margin-left:0!important;width:100%!important;max-width:100%!important;min-width:0!important}
 body .fh-app-topbar{height:68px!important;padding:0 14px!important;width:100%!important;max-width:100%!important;position:sticky!important;top:0!important;z-index:50!important}
 body .fh-app-menu{display:inline-grid!important;place-items:center!important;width:38px!important;height:38px!important;border:1px solid #1b3b50!important;border-radius:9px!important;background:#0a1d2d!important;color:#dff6ff!important;flex:0 0 auto!important}
 body .fh-app-content{width:100%!important;max-width:100%!important;min-width:0!important;padding:16px 12px 42px!important;overflow:hidden!important}
 body .fh-ai-assetbar{width:100%!important;max-width:100%!important;padding:10px 12px!important;gap:8px!important;overflow:hidden!important}
 body .fh-ai-asset-id{min-width:0!important;flex:1!important}
 body .fh-ai-state{flex:0 0 auto!important}
 body .fh-ai-layout{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;max-width:100%!important;min-width:0!important;padding:12px!important;gap:12px!important}
 body .fh-ai-panel{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important}
 body .fh-ai-pipeline-card,body .fh-ai-details-card{padding:16px!important}
 body .fh-ai-stage{grid-template-columns:36px minmax(0,1fr)!important;gap:10px!important;min-width:0!important}
 body .fh-stage-status{grid-column:2!important;white-space:normal!important}
 body .fh-ai-hero{grid-template-columns:1fr!important;min-width:0!important}
 body .fh-ai-cover{width:100%!important;min-height:210px!important}
 body .fh-ai-meta-grid{grid-template-columns:1fr!important;width:100%!important;min-width:0!important}
 body .fh-ai-meta-row{grid-template-columns:92px minmax(0,1fr) auto!important;min-width:0!important}
 body .fh-ai-meta-row>strong{min-width:0!important;overflow-wrap:anywhere!important}
 body .fh-ai-match-banner{grid-template-columns:42px minmax(0,1fr)!important}
 body .fh-ai-score{grid-column:2!important;text-align:left!important}
 body .fh-ai-destinations>div{display:grid!important;grid-template-columns:1fr!important}
 body .fh-ai-dsp{justify-content:center!important}
 body .fh-ws-hero,body .fh-ws-stats,body .fh-ws-flow,body .fh-ws-lower,body .fh-ws-project-metrics{min-width:0!important;width:100%!important}
 body .fh-ws-stats{grid-template-columns:1fr 1fr!important}
 body .fh-ws-project-top{grid-template-columns:40px minmax(0,1fr)!important}
 body .fh-ws-project-top>.fh-ws-env,body .fh-ws-project-top>.fh-ws-health{grid-column:2!important;justify-self:start!important}
 body .fh-ws-project-metrics{grid-template-columns:1fr 1fr!important}
 body .fh-ws-cred{grid-template-columns:1fr!important}
 body .fh-ws-copy code{font-size:8px!important}
 body .fh-ws-code{max-width:100%!important;font-size:8px!important}
}
@media (max-width:480px){
 body .fh-ws-stats{grid-template-columns:1fr!important}
 body .fh-ws-project-metrics{grid-template-columns:1fr!important}
 body .fh-ai-meta-row{grid-template-columns:82px minmax(0,1fr) auto!important}
 body .fh-ai-pipeline-card>h2{font-size:20px!important}
 body .fh-ai-hero-main>h2{font-size:23px!important}
}


/* ================================================================
   FH Cloud v1.5.4 — Full-screen application shell
   Prevents external/theme/plugin container rules from shrinking the
   authenticated FH Cloud console. Developer workspace uses the same
   full-width application shell as every other dashboard tab.
   ================================================================ */
html:has(body.fh-app-body),
body.fh-app-body{
  width:100%!important;
  min-width:100%!important;
  max-width:none!important;
  min-height:100%!important;
  margin:0!important;
  padding:0!important;
  background:#050c15!important;
  overflow-x:hidden!important;
}
body.fh-app-body .fh-app{
  display:grid!important;
  grid-template-columns:268px minmax(0,1fr)!important;
  width:100vw!important;
  max-width:none!important;
  min-width:0!important;
  min-height:100vh!important;
  margin:0!important;
  padding:0!important;
  position:relative!important;
  left:0!important;
  right:auto!important;
  transform:none!important;
}
body.fh-app-body .fh-app-sidebar{
  width:268px!important;
  max-width:268px!important;
  min-width:268px!important;
}
body.fh-app-body .fh-app-main{
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
body.fh-app-body .fh-app-topbar{
  width:100%!important;
  max-width:none!important;
}
body.fh-app-body .fh-app-content{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:34px 36px 70px!important;
}
body.fh-app-body .fh-app-content > *{
  max-width:none;
}
body.fh-app-body .fh-ws-hero,
body.fh-app-body .fh-ws-stats,
body.fh-app-body .fh-ws-flow,
body.fh-app-body .fh-ws-panel,
body.fh-app-body .fh-ws-lower{
  width:100%!important;
  max-width:none!important;
}

/* Large screens: let the Developer console breathe like an enterprise console. */
@media (min-width:1200px){
  body.fh-app-body .fh-app-content{
    padding-left:44px!important;
    padding-right:44px!important;
  }
  body.fh-app-body .fh-ws-hero{
    grid-template-columns:minmax(0,1fr) auto!important;
  }
  body.fh-app-body .fh-ws-hero h2{
    max-width:760px!important;
    font-size:clamp(34px,3vw,52px)!important;
  }
  body.fh-app-body .fh-ws-hero p{
    max-width:860px!important;
    font-size:13px!important;
  }
  body.fh-app-body .fh-ws-stats{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
  body.fh-app-body .fh-ws-flow{
    grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr) 34px minmax(0,1fr) 34px minmax(0,1fr)!important;
  }
  body.fh-app-body .fh-ws-lower{
    grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)!important;
  }
}

/* Preserve the mobile drawer behavior from v1.5.2. */
@media (max-width:900px){
  body.fh-app-body .fh-app{
    display:block!important;
    width:100%!important;
    min-width:0!important;
  }
  body.fh-app-body .fh-app-sidebar{
    width:min(84vw,300px)!important;
    max-width:min(84vw,300px)!important;
    min-width:0!important;
  }
  body.fh-app-body .fh-app-content{
    width:100%!important;
    max-width:100%!important;
    padding:16px 12px 42px!important;
  }
}

/* FH Cloud v1.8.3 Fast + Deep */
.fh-fast-result{margin:14px 0;padding:14px 16px;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:#07131f;display:grid;gap:4px}.fh-fast-result[hidden]{display:none}.fh-fast-result span{font-size:9px;letter-spacing:.12em;font-weight:850;color:#75d6ff}.fh-fast-result strong{font-size:15px;color:#f2f7fb}.fh-fast-result small{font-size:11px;color:#8ea4ba}.fh-fast-result em{font-style:normal;font-size:10px;color:#71e2a6;margin-top:4px}.fh-fast-result.is-match{border-color:rgba(113,226,166,.22);background:rgba(113,226,166,.035)}

/* v1.8.7 Metadata + Rights direct lookup */
.fh-rights-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:16px}.fh-rights-refresh{border:1px solid rgba(102,217,255,.35);background:rgba(102,217,255,.08);color:#dff8ff;border-radius:9px;padding:10px 14px;font-weight:800;cursor:pointer}.fh-rights-refresh:disabled{opacity:.55;cursor:wait}.fh-rights-actions small{color:#789caf}

/* v1.8.8 stability */
.fh-deep-badge.failed{border-color:rgba(255,120,120,.45)!important;color:#ff9b9b!important}.fh-deep-auto #fh-deep-retry{margin-top:14px}

/* v1.8.9 multi-source rights engine */
