:root{--fh-primary:#00C853;--fh-primary-dark:#00A846;--fh-navy:#0F172A;--fh-navy-light:#1A2333;--fh-white:#FFFFFF;--fh-card:#F3F4F6;--fh-gold:#F4B400;--fh-text:#FFFFFF;--fh-text-muted:#94A3B8;--fh-bg:var(--fh-navy);--fh-surface:var(--fh-navy-light);--fh-border:rgba(255,255,255,0.08);--fh-font:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--fh-radius:14px;--fh-radius-sm:8px;--fh-shadow:0 8px 24px rgba(0,0,0,0.25);--fh-header-h:72px;--fh-container:1280px;--fh-transition:0.2s ease}[data-theme="light"]{--fh-bg:#F3F4F6;--fh-surface:#FFFFFF;--fh-text:#0F172A;--fh-text-muted:#5B6472;--fh-border:rgba(15,23,42,0.08);--fh-shadow:0 8px 24px rgba(15,23,42,0.08)}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--fh-font);background:var(--fh-bg);color:var(--fh-text);line-height:1.6;-webkit-font-smoothing:antialiased;transition:background var(--fh-transition),color var(--fh-transition)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none;margin:0;padding:0}h1,h2,h3,h4,h5,h6{margin:0 0 0.5em;font-weight:700;line-height:1.25}p{margin:0 0 1em}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}.container{max-width:var(--fh-container);margin:0 auto;padding:0 20px}.fh-hidden{display:none !important}.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.fh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:999px;font-weight:600;font-size:14px;border:1px solid transparent;transition:all var(--fh-transition);white-space:nowrap}.fh-btn-primary{background:var(--fh-primary);color:#04150B}.fh-btn-primary:hover{background:var(--fh-primary-dark);transform:translateY(-1px)}.fh-btn-outline{border-color:var(--fh-border);color:var(--fh-text);background:transparent}.fh-btn-outline:hover{border-color:var(--fh-primary);color:var(--fh-primary)}.fh-btn-gold{background:var(--fh-gold);color:#241900}.fh-header{position:sticky;top:0;z-index:1000;width:100%;background:var(--fh-navy);border-bottom:1px solid var(--fh-border);transition:background var(--fh-transition),box-shadow var(--fh-transition),border-color var(--fh-transition)}body.fh-transparent-header .fh-header{background:transparent;border-color:transparent;position:absolute}body.fh-transparent-header .fh-header.fh-scrolled{position:fixed;background:var(--fh-navy);border-color:var(--fh-border);box-shadow:var(--fh-shadow)}.fh-header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--fh-header-h);gap:24px}.fh-logo{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:800;color:var(--fh-white)}.fh-logo img{height:36px;width:auto}.fh-logo .fh-logo-accent{color:var(--fh-primary)}.fh-nav-desktop{display:none}.fh-nav-desktop ul{display:flex;align-items:center;gap:28px}.fh-nav-desktop > ul > li{position:relative}.fh-nav-desktop a{font-weight:600;font-size:15px;color:var(--fh-text);padding:8px 0}.fh-nav-desktop > ul > li > a:hover{color:var(--fh-primary)}.fh-nav-desktop .sub-menu{display:none;position:absolute;top:100%;left:0;min-width:220px;background:var(--fh-surface);border:1px solid var(--fh-border);border-radius:var(--fh-radius-sm);box-shadow:var(--fh-shadow);padding:10px;margin-top:12px}.fh-nav-desktop li:hover > .sub-menu,.fh-nav-desktop li:focus-within > .sub-menu{display:block}.fh-nav-desktop .sub-menu li a{display:block;padding:8px 10px;border-radius:6px;font-weight:500}.fh-nav-desktop .sub-menu li a:hover{background:var(--fh-border);color:var(--fh-primary)}.fh-header-right{display:flex;align-items:center;gap:10px}.fh-icon-btn{width:40px;height:40px;border-radius:50%;border:1px solid var(--fh-border);background:transparent;color:var(--fh-text);display:flex;align-items:center;justify-content:center;transition:all var(--fh-transition)}.fh-icon-btn:hover{border-color:var(--fh-primary);color:var(--fh-primary)}.fh-login-btn{display:none}.fh-hamburger{width:40px;height:40px;border:none;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.fh-hamburger span{width:22px;height:2px;background:var(--fh-text);border-radius:2px;transition:all var(--fh-transition)}.fh-hamburger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.fh-hamburger[aria-expanded="true"] span:nth-child(2){opacity:0}.fh-hamburger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.fh-search-panel{border-bottom:1px solid var(--fh-border);background:var(--fh-surface);padding:16px 0}.fh-search-form{display:flex;gap:10px;max-width:600px;margin:0 auto}.fh-search-form input{flex:1;padding:12px 16px;border-radius:999px;border:1px solid var(--fh-border);background:var(--fh-bg);color:var(--fh-text)}.fh-search-form button{border:none;border-radius:999px;padding:12px 20px;background:var(--fh-primary);color:#04150B;font-weight:700}.fh-mobile-menu{position:fixed;inset:0;top:var(--fh-header-h);background:var(--fh-navy);z-index:999;padding:24px 20px;overflow-y:auto;transform:translateX(100%);transition:transform 0.25s ease}.fh-mobile-menu.fh-open{transform:translateX(0)}.fh-mobile-menu ul{display:flex;flex-direction:column}.fh-mobile-menu > ul > li{border-bottom:1px solid var(--fh-border)}.fh-mobile-menu a{display:block;padding:14px 0;font-weight:600;font-size:17px}.fh-mobile-menu .sub-menu{padding-left:12px}@media (min-width:1024px){.fh-nav-desktop{display:block}.fh-login-btn{display:inline-flex}.fh-hamburger{display:none}}.fh-card{background:var(--fh-surface);border:1px solid var(--fh-border);border-radius:var(--fh-radius);padding:20px;transition:transform var(--fh-transition),box-shadow var(--fh-transition),border-color var(--fh-transition)}.fh-card:hover{transform:translateY(-4px);box-shadow:var(--fh-shadow);border-color:var(--fh-primary)}.fh-card-grid{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width:640px){.fh-card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.fh-card-grid{grid-template-columns:repeat(3,1fr)}}.fh-card-grid.fh-cols-4{grid-template-columns:repeat(2,1fr)}@media (min-width:1024px){.fh-card-grid.fh-cols-4{grid-template-columns:repeat(4,1fr)}}.fh-badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;background:var(--fh-border)}.fh-badge-live{background:#FF3B30;color:#fff;animation:fh-pulse 1.5s infinite}@keyframes fh-pulse{0%,100%{opacity:1}50%{opacity:0.55}}.fh-footer{background:var(--fh-navy);border-top:1px solid var(--fh-border);margin-top:60px}.fh-footer-grid{display:grid;grid-template-columns:1fr;gap:32px;padding:56px 20px 32px}@media (min-width:768px){.fh-footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.fh-footer-col h4{color:var(--fh-white);font-size:16px;margin-bottom:16px}.fh-footer-col ul li{margin-bottom:10px}.fh-footer-col a{color:var(--fh-text-muted);font-size:14px}.fh-footer-col a:hover{color:var(--fh-primary)}.fh-footer-about p{color:var(--fh-text-muted);font-size:14px;max-width:320px}.fh-social-links{display:flex;gap:10px;margin-top:16px}.fh-footer-bottom{border-top:1px solid var(--fh-border);padding:20px;text-align:center;color:var(--fh-text-muted);font-size:13px}.fh-main{padding:40px 0 60px;min-height:50vh}.fh-page-title{font-size:32px;margin-bottom:24px}.fh-section{padding:48px 0}.fh-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.fh-section-head h2{font-size:24px;margin:0}.fh-section-head a{color:var(--fh-primary);font-weight:600;font-size:14px}.fh-hero-banner{background:linear-gradient(135deg,var(--fh-navy) 0%,#142035 100%);border:1px solid var(--fh-border);border-radius:var(--fh-radius);padding:64px 24px;text-align:center;margin-top:24px}.fh-hero-banner h1{font-size:clamp(28px,5vw,44px);margin-bottom:12px}.fh-hero-banner p{color:var(--fh-text-muted);max-width:560px;margin:0 auto 28px}.fh-hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.fh-match-card{display:flex;flex-direction:column;gap:14px}.fh-match-teams{display:flex;align-items:center;justify-content:space-between;gap:10px}.fh-team-block{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;text-align:center}.fh-team-crest{width:44px;height:44px;border-radius:50%;background:var(--fh-border);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.fh-match-score{font-size:22px;font-weight:800;min-width:70px;text-align:center}.fh-match-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--fh-text-muted)}.fh-featured-match{padding:32px}.fh-featured-match .fh-match-teams{margin:24px 0}.fh-featured-match .fh-team-crest{width:64px;height:64px;font-size:16px}.fh-featured-match .fh-match-score{font-size:34px}.fh-competition-card{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.fh-competition-card .fh-team-crest{width:56px;height:56px;font-size:12px}.fh-standings-table{width:100%;border-collapse:collapse;font-size:14px}.fh-standings-table th,.fh-standings-table td{padding:10px 8px;text-align:center;border-bottom:1px solid var(--fh-border)}.fh-standings-table th:first-child,.fh-standings-table td:first-child{text-align:left}.fh-standings-table td:first-child{font-weight:600}.fh-standings-table tr:nth-child(-n+4) td:first-child{border-left:3px solid var(--fh-primary);padding-left:8px}.fh-scorer-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--fh-border)}.fh-scorer-row:last-child{border-bottom:none}.fh-scorer-info{display:flex;align-items:center;gap:12px}.fh-scorer-rank{width:24px;color:var(--fh-text-muted);font-weight:700}.fh-scorer-goals{font-weight:800;color:var(--fh-gold)}.fh-transfer-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid var(--fh-border);flex-wrap:wrap}.fh-transfer-row:last-child{border-bottom:none}.fh-transfer-clubs{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--fh-text-muted)}.fh-badge-status{padding:3px 10px;border-radius:999px;font-size:11px;font-weight:700}.fh-badge-official{background:var(--fh-primary);color:#04150B}.fh-badge-rumor{background:var(--fh-border)}.fh-badge-confirmed{background:var(--fh-gold);color:#241900}.fh-ai-card{padding:32px;background:linear-gradient(135deg,var(--fh-surface),var(--fh-navy))}.fh-ai-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width:768px){.fh-ai-grid{grid-template-columns:1fr 1fr}}.fh-ai-stat{text-align:center}.fh-ai-stat-value{font-size:28px;font-weight:800;color:var(--fh-primary)}.fh-ai-stat-label{font-size:12px;color:var(--fh-text-muted);text-transform:uppercase;letter-spacing:0.05em}.fh-ai-summary{color:var(--fh-text-muted);font-size:14px;line-height:1.7}.fh-confidence-bar{height:8px;background:var(--fh-border);border-radius:999px;overflow:hidden;margin-top:8px}.fh-confidence-fill{height:100%;background:var(--fh-gold)}.fh-newsletter{text-align:center;padding:48px 24px;background:var(--fh-surface);border-radius:var(--fh-radius);border:1px solid var(--fh-border)}.fh-newsletter-form{display:flex;gap:10px;max-width:420px;margin:20px auto 0;flex-wrap:wrap;justify-content:center}.fh-newsletter-form input{flex:1;min-width:220px;padding:12px 16px;border-radius:999px;border:1px solid var(--fh-border);background:var(--fh-bg);color:var(--fh-text)}.fh-filter-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:24px 0 32px}.fh-filter-tab{padding:8px 18px;border-radius:999px;border:1px solid var(--fh-border);background:transparent;color:var(--fh-text-muted);font-weight:600;font-size:14px;transition:all var(--fh-transition)}.fh-filter-tab.is-active,.fh-filter-tab:hover{background:var(--fh-primary);color:#04150B;border-color:var(--fh-primary)}.fh-live-list{display:flex;flex-direction:column;gap:14px}.fh-live-row{display:grid;grid-template-columns:90px 1fr auto;align-items:center;gap:16px;background:var(--fh-surface);border:1px solid var(--fh-border);border-radius:var(--fh-radius-sm);padding:16px;transition:border-color var(--fh-transition)}.fh-live-row:hover{border-color:var(--fh-primary)}.fh-live-row.fh-row-hidden{display:none}.fh-live-status{text-align:center}.fh-live-status .fh-badge-live{display:inline-block}.fh-live-teams-row{display:flex;flex-direction:column;gap:8px}.fh-live-team-line{display:flex;align-items:center;justify-content:space-between;gap:10px}.fh-live-team-name{display:flex;align-items:center;gap:10px;font-weight:600}.fh-live-score-num{font-weight:800;font-size:16px}.fh-live-comp{font-size:12px;color:var(--fh-text-muted);margin-bottom:6px}.fh-live-extra{display:flex;gap:16px;font-size:12px;color:var(--fh-text-muted);flex-wrap:wrap}.fh-live-extra span strong{color:var(--fh-text)}@media (max-width:640px){.fh-live-row{grid-template-columns:1fr}.fh-live-status{text-align:left}}.fh-scoreboard{text-align:center;padding:40px 24px}.fh-scoreboard .fh-match-teams{margin:20px 0}.fh-scoreboard .fh-team-crest{width:72px;height:72px;font-size:20px}.fh-scoreboard .fh-match-score{font-size:40px}.fh-scoreboard-meta{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;color:var(--fh-text-muted);font-size:13px;margin-top:12px}.fh-tabs-nav{display:flex;gap:6px;overflow-x:auto;margin:32px 0 20px;border-bottom:1px solid var(--fh-border)}.fh-tab-btn{padding:10px 18px;background:transparent;border:none;color:var(--fh-text-muted);font-weight:600;font-size:14px;border-bottom:2px solid transparent;white-space:nowrap}.fh-tab-btn.is-active{color:var(--fh-primary);border-color:var(--fh-primary)}.fh-tab-panel{display:none}.fh-tab-panel.is-active{display:block}.fh-timeline{display:flex;flex-direction:column;gap:4px}.fh-timeline-item{display:grid;grid-template-columns:50px 1fr 24px 1fr;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--fh-border);font-size:14px}.fh-timeline-min{font-weight:700;color:var(--fh-primary);text-align:center}.fh-timeline-event.fh-away{text-align:right}.fh-stat-row{display:grid;grid-template-columns:60px 1fr 60px;align-items:center;gap:12px;margin-bottom:18px;font-size:14px}.fh-stat-row .fh-stat-label{grid-column:1 / -1;text-align:center;color:var(--fh-text-muted);font-size:12px;margin-bottom:4px;text-transform:uppercase;letter-spacing:.04em}.fh-stat-bar-wrap{display:flex;height:8px;border-radius:999px;overflow:hidden;background:var(--fh-border)}.fh-stat-bar-home{background:var(--fh-primary)}.fh-stat-bar-away{background:var(--fh-gold)}.fh-lineup-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width:768px){.fh-lineup-grid{grid-template-columns:1fr 1fr}}.fh-lineup-list li{padding:8px 0;border-bottom:1px solid var(--fh-border);display:flex;justify-content:space-between}.fh-h2h-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--fh-border);font-size:14px}.fh-form-dots{display:flex;gap:4px}.fh-form-dot{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.fh-form-w{background:var(--fh-primary);color:#04150B}.fh-form-d{background:var(--fh-border)}.fh-form-l{background:#FF3B30;color:#fff}.fh-profile-banner{display:flex;align-items:center;gap:20px;padding:32px 24px;flex-wrap:wrap}.fh-profile-crest{width:88px;height:88px;border-radius:20px;background:var(--fh-border);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:24px;flex-shrink:0}.fh-profile-crest.fh-round{border-radius:50%}.fh-profile-meta{display:flex;gap:16px;flex-wrap:wrap;color:var(--fh-text-muted);font-size:13px;margin-top:8px}.fh-profile-meta strong{color:var(--fh-text)}.fh-stat-pill-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (min-width:640px){.fh-stat-pill-grid{grid-template-columns:repeat(4,1fr)}}.fh-stat-pill{text-align:center;padding:18px 10px}.fh-stat-pill-value{font-size:24px;font-weight:800;color:var(--fh-primary)}.fh-stat-pill-label{font-size:12px;color:var(--fh-text-muted);text-transform:uppercase;letter-spacing:.04em;margin-top:4px}.fh-squad-grid{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width:640px){.fh-squad-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.fh-squad-grid{grid-template-columns:repeat(3,1fr)}}.fh-squad-card{display:flex;align-items:center;gap:12px}.fh-squad-card .fh-team-crest{width:44px;height:44px;font-size:13px}.fh-fixture-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--fh-border);font-size:14px}.fh-fixture-row:last-child{border-bottom:none}.fh-position-badge{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:var(--fh-primary);color:#04150B;font-weight:800;font-size:18px}.fh-article-layout{display:grid;grid-template-columns:1fr;gap:32px}@media (min-width:1024px){.fh-article-layout{grid-template-columns:2fr 1fr}}.fh-share-row{display:flex;gap:10px;margin:20px 0}.fh-share-btn{width:38px;height:38px;border-radius:50%;background:var(--fh-surface);border:1px solid var(--fh-border);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.fh-share-btn:hover{border-color:var(--fh-primary);color:var(--fh-primary)}.fh-related-list{display:flex;flex-direction:column;gap:14px}.fh-related-item{display:flex;gap:12px;align-items:flex-start}.fh-related-thumb{width:64px;height:48px;border-radius:8px;background:var(--fh-border);flex-shrink:0}.fh-trending-row{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid var(--fh-border)}.fh-trending-num{font-size:20px;font-weight:800;color:var(--fh-border);width:24px;flex-shrink:0}.fh-search-suggestions{position:absolute;top:100%;left:0;right:0;margin-top:8px;background:var(--fh-surface);border:1px solid var(--fh-border);border-radius:var(--fh-radius-sm);box-shadow:var(--fh-shadow);max-height:360px;overflow-y:auto;z-index:50;text-align:left}.fh-search-form{position:relative}.fh-suggestion-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 16px;font-size:14px;cursor:pointer}.fh-suggestion-item:hover,.fh-suggestion-item.is-active{background:var(--fh-border)}.fh-suggestion-type{font-size:11px;text-transform:uppercase;color:var(--fh-text-muted);letter-spacing:.04em}.fh-suggestion-empty{padding:14px 16px;color:var(--fh-text-muted);font-size:14px}.fh-difficulty-badge{padding:4px 12px;border-radius:999px;font-size:12px;font-weight:700}.fh-difficulty-easy{background:var(--fh-primary);color:#04150B}.fh-difficulty-moderate{background:var(--fh-gold);color:#241900}.fh-difficulty-hard{background:var(--fh-border)}.fh-strength-row{margin-bottom:16px}.fh-strength-labels{display:flex;justify-content:space-between;font-size:13px;margin-bottom:6px}.fh-momentum-wrap{background:var(--fh-surface);border:1px solid var(--fh-border);border-radius:var(--fh-radius-sm);padding:16px}.fh-momentum-legend{display:flex;gap:16px;font-size:12px;color:var(--fh-text-muted);margin-top:10px}.fh-momentum-legend span::before{content:'';display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:6px;vertical-align:middle}.fh-momentum-legend .fh-leg-home::before{background:var(--fh-primary)}.fh-momentum-legend .fh-leg-away::before{background:var(--fh-gold)}.fh-follow-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:999px;border:1px solid var(--fh-border);background:transparent;color:var(--fh-text);font-weight:600;font-size:13px}.fh-follow-btn.is-following{background:var(--fh-primary);color:#04150B;border-color:var(--fh-primary)}.fh-account-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width:900px){.fh-account-grid{grid-template-columns:260px 1fr}}.fh-account-nav{display:flex;flex-direction:column;gap:4px}.fh-account-nav a{padding:10px 14px;border-radius:var(--fh-radius-sm);font-weight:600;font-size:14px;color:var(--fh-text-muted)}.fh-account-nav a.is-active,.fh-account-nav a:hover{background:var(--fh-surface);color:var(--fh-primary)}.fh-favorite-chip{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--fh-border)}.fh-favorite-chip:last-child{border-bottom:none}.fh-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--fh-border)}.fh-toggle-row:last-child{border-bottom:none}.fh-switch{position:relative;width:42px;height:24px}.fh-switch input{opacity:0;width:0;height:0}.fh-switch-slider{position:absolute;inset:0;background:var(--fh-border);border-radius:999px;transition:background .2s;cursor:pointer}.fh-switch-slider::before{content:'';position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s}.fh-switch input:checked + .fh-switch-slider{background:var(--fh-primary)}.fh-switch input:checked + .fh-switch-slider::before{transform:translateX(18px)}.fh-account-login-prompt{text-align:center;padding:60px 24px}:focus-visible{outline:3px solid var(--fh-primary);outline-offset:2px}a:focus-visible,button:focus-visible,input:focus-visible,.fh-suggestion-item:focus-visible{outline:3px solid var(--fh-primary);outline-offset:2px}.screen-reader-text{position:absolute !important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap;border:0}.screen-reader-text:focus{background:var(--fh-primary);color:#04150B;display:block;height:auto;width:auto;clip:auto;white-space:normal;padding:12px 20px;position:fixed;top:8px;left:8px;z-index:100000;border-radius:var(--fh-radius-sm);font-weight:700;text-decoration:none}[data-theme="light"]{--fh-text-muted:#4B5563}