.fh-shell{gap:16px}.fh-hero{position:relative;overflow:hidden;min-height:240px;display:grid;grid-template-columns:1fr 130px;align-items:center;gap:25px;padding:30px 34px;border:1px solid var(--th-line);border-radius:22px;background:radial-gradient(circle at 5% 110%,rgba(0,139,87,.11),transparent 38%),linear-gradient(135deg,#fff,#f4faf7)}
.fh-hero h1{margin:7px 0 6px;font-size:clamp(1.8rem,3.3vw,2.65rem);font-weight:800}.fh-hero p{margin:0 0 16px;color:var(--th-muted);font-size:.96rem}.fh-hero .th-search{max-width:720px}.fh-hero-icon{width:105px;height:105px;display:grid;place-items:center;border-radius:29px;background:linear-gradient(145deg,var(--th-green),var(--th-dark));color:#fff;font-size:2.7rem;box-shadow:0 18px 38px rgba(0,111,69,.18);transform:rotate(-4deg)}
.fh-shortcuts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.fh-shortcuts a{height:53px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--th-line);border-radius:14px;background:#fff;color:var(--th-text)!important;text-decoration:none!important;font-size:.86rem;font-weight:800}.fh-shortcuts a i{color:var(--th-green)}.fh-shortcuts a:hover{background:var(--th-soft)}
.fh-area-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.fh-area{min-height:118px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:15px;border:1px solid var(--th-line);border-radius:16px;color:inherit!important;text-decoration:none!important;transition:.2s}.fh-area:hover{transform:translateY(-2px);border-color:#b6d4c6;box-shadow:0 10px 24px rgba(30,72,54,.06)}.fh-area-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;background:var(--th-soft);color:var(--th-green);font-size:1.2rem}.fh-area>span:nth-child(2){min-width:0;display:grid;gap:3px}.fh-area strong{font-size:.92rem}.fh-area small{color:var(--th-muted);font-size:.74rem;line-height:1.5}.fh-area em{font-style:normal;color:var(--th-green);font-size:.68rem;font-weight:800}.fh-area>i{color:#8ca097;font-size:.72rem}
.fh-guide{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:17px 20px;border:1px solid var(--th-line);border-radius:17px;background:var(--th-soft)}.fh-guide>i{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#fff;color:var(--th-green);font-size:1.1rem}.fh-guide div{display:grid;gap:2px}.fh-guide span{color:var(--th-muted);font-size:.8rem}.fh-guide a{color:var(--th-dark);font-weight:800;text-decoration:none}
.dark-mode .fh-hero{background:radial-gradient(circle at 5% 110%,rgba(0,139,87,.18),transparent 38%),#252b28}.dark-mode .fh-shortcuts a,.dark-mode .fh-guide>i{background:#29302c}
html[data-theme="dark"] .fh-hero{background:radial-gradient(circle at 5% 110%,rgba(0,139,87,.18),transparent 38%),#25272d!important;border-color:#3a3e47;color:#e6e9ee}
html[data-theme="dark"] .fh-hero h1{color:#f1f3f6!important}
html[data-theme="dark"] .fh-hero p{color:#aeb6c3!important}
html[data-theme="dark"] .fh-shortcuts a,
html[data-theme="dark"] .fh-area{background:#2b2e35!important;border-color:#3a3e47!important;color:#e6e9ee!important}
html[data-theme="dark"] .fh-shortcuts a:hover{background:#30343c!important}
html[data-theme="dark"] .fh-area strong{color:#f1f3f6!important}
html[data-theme="dark"] .fh-area small{color:#aeb6c3!important}
html[data-theme="dark"] .fh-area-icon{background:#243b33!important;color:#62d6a1!important}
html[data-theme="dark"] .fh-guide{background:#242d29!important;border-color:#3a3e47!important;color:#e6e9ee}
html[data-theme="dark"] .fh-guide>i{background:#30343c!important;color:#62d6a1!important}
html[data-theme="dark"] .fh-guide span{color:#aeb6c3!important}
html[data-theme="dark"] .fh-guide a{color:#7fe0b2!important}
@media(max-width:900px){.fh-area-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){
 .fh-shell{gap:10px}.fh-hero{min-height:0;grid-template-columns:1fr;padding:16px 14px;border-radius:17px}.fh-hero-icon{display:none}.fh-hero h1{font-size:1.38rem;margin:5px 0 4px}.fh-hero p{font-size:.77rem;line-height:1.6;margin-bottom:10px}
 .fh-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.fh-shortcuts a{height:42px;border-radius:11px;font-size:.73rem;gap:6px}
 .fh-area-grid{grid-template-columns:1fr;gap:7px}.fh-area{min-height:68px;padding:9px;border-radius:12px;gap:9px}.fh-area-icon{width:40px;height:40px;border-radius:10px;font-size:1rem}.fh-area strong{font-size:.82rem}.fh-area small{display:none}.fh-area em{font-size:.65rem}
 .fh-guide{grid-template-columns:auto 1fr;padding:11px;border-radius:13px}.fh-guide>i{width:36px;height:36px}.fh-guide strong{font-size:.8rem}.fh-guide span{font-size:.68rem}.fh-guide a{grid-column:1/-1;text-align:center;padding-top:7px;border-top:1px solid var(--th-line);font-size:.75rem}
}
