/* Hawk Eye v3.0 — Homepage Layout Rebalance
   Purpose: remove inherited Flux spacing/green DNA and make sparse real-world data fill the canvas. */

/* 1) Rhythm: Studio values stay usable, but old Flux geometry cannot stretch Hawk Eye apart. */
.hk-home{
  gap:clamp(24px,2.25vw,38px)!important;
  padding-top:10px!important;
}
.hk-home>[data-home-section]:not([data-home-native="1"]){
  margin-top:min(var(--home-margin-top,0px),22px)!important;
  margin-bottom:min(var(--home-margin-bottom,0px),22px)!important;
  padding-top:min(var(--home-pad-top,0px),28px)!important;
  padding-bottom:min(var(--home-pad-bottom,0px),28px)!important;
}
.hk-app-royal,.hk-cat-editorial,.hk-boutique-products,.hk-card-gallery,.hk-card-market,.hk-review-lounge{margin-block:0!important}

/* 2) Hawk stage: image remains admin-owned; frame, depth and motion belong to the theme. */
.hk-slider{
  border-color:rgba(145,105,255,.28)!important;
  box-shadow:0 26px 80px rgba(0,0,0,.34),0 0 0 1px rgba(255,90,61,.025) inset!important;
  background:
    radial-gradient(620px 240px at 100% 100%,rgba(255,90,61,.10),transparent 70%),
    radial-gradient(720px 260px at 0 0,rgba(139,92,246,.12),transparent 70%),#080913!important;
}
.hk-slider::before{
  background:
    linear-gradient(118deg,rgba(139,92,246,.12),transparent 27%,transparent 72%,rgba(255,90,61,.085)),
    linear-gradient(90deg,rgba(255,255,255,.018),transparent 18%,transparent 82%,rgba(255,255,255,.012))!important;
}
.hk-slider::after{width:260px!important;filter:drop-shadow(0 0 16px rgba(139,92,246,.72))!important}
.hk-slider__viewport{aspect-ratio:3.18/1!important;min-height:250px!important;max-height:470px!important}
.hk-newsrail{box-shadow:0 16px 42px rgba(0,0,0,.23)!important}

/* 3) Section headers: stronger and tighter. */
.hk-app-royal__head,.hk-cat-editorial__head,.hk-boutique-products__head,.hk-card-market__head,.hk-card-gallery__head,.hk-review-lounge__hero,.hk-section-head{
  margin-bottom:14px!important;
}
.hk-app-royal__head h2,.hk-cat-editorial__head h2,.hk-boutique-products__head h2,.hk-card-market__head h2,.hk-card-gallery__head h2,.hk-review-lounge__heading h2,.hk-section-head h2{
  font-size:clamp(27px,2.15vw,38px)!important;
}

/* 4) Apps: occupy the width with larger presence, not tiny cards in a giant shell. */
.hk-app-royal__shell{padding:16px!important;border-radius:22px!important}
.hk-app-royal__track{gap:14px!important}
.hk-royal-app-card{flex:1 0 clamp(220px,18.4vw,278px)!important;min-width:220px!important}

/* 5) Sparse content must fill the canvas instead of leaving dead columns. */
.hk-cat-editorial__mosaic{
  grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr))!important;
  gap:14px!important;
}
.hk-cat-editorial__card{min-height:275px!important}
.hk-boutique-grid{
  grid-template-columns:repeat(auto-fit,minmax(min(270px,100%),1fr))!important;
  gap:14px!important;
}
.hk-boutique-card__media{aspect-ratio:1.28/1!important}
.hk-card-market__grid{
  grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr))!important;
  gap:14px!important;
}
.hk-market-card{min-height:245px!important}

/* 6) Digital categories: bigger cards and no emerald theatre. */
.hk-card-gallery__stage{
  padding:14px!important;
  background:
    radial-gradient(420px 190px at 92% 10%,rgba(139,92,246,.12),transparent 68%),
    radial-gradient(380px 180px at 6% 90%,rgba(255,90,61,.08),transparent 70%),
    linear-gradient(135deg,#101326,#090b17 58%,#120b16)!important;
}
.hk-card-gallery__card{min-height:235px!important}
.hk-card-gallery__copy{background:linear-gradient(180deg,rgba(10,11,24,.72),rgba(8,9,20,.92))!important}

/* 7) Digital market: kill all inherited green, including service strip and inner card atoms. */
.hk-card-market__servicebar{
  border:1px solid rgba(139,92,246,.18)!important;
  background:linear-gradient(100deg,rgba(139,92,246,.08),rgba(13,15,31,.96) 42%,rgba(13,15,31,.96) 68%,rgba(255,90,61,.055))!important;
  box-shadow:0 14px 34px rgba(0,0,0,.16)!important;
}
.hk-card-market__servicebar>span{border-color:rgba(139,92,246,.12)!important}
.hk-card-market__servicebar b{color:#f3f0ff!important}
.hk-card-market__servicebar small{color:#9198b2!important}
.hk-service-dot{background:linear-gradient(135deg,#8b5cf6,#ff5a3d)!important;box-shadow:0 0 16px rgba(139,92,246,.48)!important}
.hk-market-card{
  background:
    radial-gradient(220px 150px at 92% 90%,rgba(255,90,61,.075),transparent 70%),
    radial-gradient(260px 170px at 5% 5%,rgba(139,92,246,.10),transparent 72%),
    linear-gradient(145deg,#14172b,#090b17 70%)!important;
  border-color:rgba(139,92,246,.19)!important;
}
.hk-market-card__stage,.hk-market-card__frame,.hk-market-card__art{border-color:rgba(139,92,246,.17)!important}
.hk-market-card__frame{background:linear-gradient(160deg,rgba(139,92,246,.10),rgba(10,12,26,.92),rgba(255,90,61,.055))!important}
.hk-market-card__frame-line,.hk-market-card__reflection{background:linear-gradient(90deg,#8b5cf6,#ff5a3d,transparent)!important}
.hk-market-card__topline span,.hk-market-card__stock,.hk-market-card__delivery{color:#aaa4c9!important}
.hk-market-card__stock i,.hk-market-card__stock i.is-live,.hk-market-card__stock i.is-digital{background:#a855f7!important;box-shadow:0 0 12px rgba(168,85,247,.52)!important}
.hk-card-market__all-top{border-color:rgba(139,92,246,.22)!important;background:rgba(139,92,246,.055)!important;color:#ece7ff!important}

/* 8) Review lounge: complete visual ownership, not a recolored Flux dashboard. */
.hk-review-lounge{
  padding:22px!important;
  border:1px solid rgba(139,92,246,.18)!important;
  background:
    radial-gradient(540px 260px at 100% 0,rgba(139,92,246,.11),transparent 68%),
    radial-gradient(440px 240px at 0 100%,rgba(255,90,61,.07),transparent 70%),
    linear-gradient(145deg,#111426,#090b18)!important;
}
.hk-review-lounge__headline-score{
  border-color:rgba(139,92,246,.20)!important;
  background:linear-gradient(135deg,rgba(139,92,246,.12),rgba(18,20,39,.95),rgba(255,90,61,.07))!important;
}
.hk-review-lounge__score-number{color:#f4f1ff!important}
.hk-review-lounge__stage{
  padding:14px!important;
  border-color:rgba(139,92,246,.18)!important;
  background:linear-gradient(145deg,#101326,#0b0d1c 60%,#15101f)!important;
}
.hk-review-lounge__stage::before{border-color:rgba(139,92,246,.075)!important}
.hk-review-lounge__trust-panel,.hk-review-lounge-card{
  border-color:rgba(139,92,246,.16)!important;
  background:linear-gradient(155deg,#171a30,#0c0e1d)!important;
}
.hk-review-lounge__trust-top{border-color:rgba(139,92,246,.12)!important}
.hk-review-lounge__trust-top>span,.hk-review-lounge__trust-top small,.hk-review-lounge__bar b,.hk-review-lounge__bar em{color:#989fba!important}
.hk-review-lounge__bar>span{background:rgba(139,92,246,.12)!important}
.hk-review-lounge__bar>span i{background:linear-gradient(90deg,#8b5cf6,#c047ee,#ff5a3d)!important}
.hk-review-lounge__promise{border-color:rgba(255,90,61,.17)!important;background:rgba(255,90,61,.045)!important}
.hk-review-lounge__promise-mark{color:#fff!important;background:linear-gradient(135deg,#8b5cf6,#ff5a3d)!important}
.hk-review-lounge__promise b{color:#fff!important}.hk-review-lounge__promise small{color:#a2a8bd!important}
.hk-review-lounge-card__accent{background:linear-gradient(90deg,#8b5cf6,#ff5a3d)!important}
.hk-review-lounge-card__avatar{background:linear-gradient(135deg,#7c3aed,#a855f7 58%,#ff5a3d)!important;color:#fff!important}
.hk-review-lounge__nav button{border-color:rgba(139,92,246,.20)!important;background:#12152a!important;color:#ebe7ff!important}
.hk-review-lounge__nav button:hover{background:linear-gradient(135deg,#7c3aed,#ff5a3d)!important}
.hk-review-lounge__compose{
  border-color:rgba(139,92,246,.17)!important;
  background:linear-gradient(110deg,#15182e,#101326 58%,#1c101c)!important;
}
.hk-review-lounge__compose-copy>span,.hk-review-lounge__compose-points span{color:#a98cff!important}
.hk-review-lounge__compose-points i{background:linear-gradient(135deg,#8b5cf6,#ff5a3d)!important}
.hk-review-lounge-form{border-color:rgba(139,92,246,.15)!important;background:rgba(7,9,20,.62)!important}
.hk-review-lounge-form input,.hk-review-lounge-form textarea,.hk-review-lounge-form select{background:#090b18!important;border-color:rgba(139,92,246,.16)!important;color:#fff!important}
.hk-review-lounge-form__submit{background:linear-gradient(100deg,#7c3aed,#a855f7 52%,#ff5a3d)!important;border-color:transparent!important;color:#fff!important}

/* 9) CTA rails and footer close the page in the same language. */
.hk-apps-bottom-cta--royal,.hk-cat-editorial__cta,.hk-boutique-products__all,.hk-card-gallery__all,.hk-card-market__all{
  min-height:58px!important;
  border-color:rgba(139,92,246,.20)!important;
  background:linear-gradient(100deg,#101326,#17132d 58%,#241019)!important;
}
.hkf-footer{margin-top:38px!important;border-top-color:rgba(139,92,246,.20)!important;background:radial-gradient(620px 280px at 86% 0,rgba(139,92,246,.11),transparent 65%),linear-gradient(180deg,#0a0c19,#060710)!important}
.hkf-brand-panel,.hkf-panel{border-color:rgba(139,92,246,.16)!important;background:linear-gradient(180deg,rgba(20,23,42,.72),rgba(8,10,21,.72))!important}
.hkf-runtime{border-color:rgba(139,92,246,.14)!important;background:rgba(139,92,246,.025)!important}
.hkf-runtime-item{border-color:rgba(139,92,246,.10)!important}

/* Light mode keeps the Hawk composition instead of reviving green tokens. */
html[data-hawk-theme="light"] .hk-review-lounge,
html[data-hawk-theme="light"] .hk-review-lounge__stage,
html[data-hawk-theme="light"] .hk-review-lounge__trust-panel,
html[data-hawk-theme="light"] .hk-review-lounge-card,
html[data-hawk-theme="light"] .hk-review-lounge__compose{
  border-color:rgba(104,75,170,.14)!important;
  background:linear-gradient(145deg,#fff,#f5f1ff 66%,#fff5f1)!important;
}
html[data-hawk-theme="light"] .hk-review-lounge__heading h2,
html[data-hawk-theme="light"] .hk-review-lounge__voices-head strong,
html[data-hawk-theme="light"] .hk-review-lounge-card__who strong,
html[data-hawk-theme="light"] .hk-review-lounge__compose-copy h3{color:#171426!important}
html[data-hawk-theme="light"] .hk-review-lounge-card>p{color:#6f6b80!important}

@media(max-width:1180px){
  .hk-slider__viewport{aspect-ratio:2.55/1!important;min-height:245px!important}
  .hk-cat-editorial__mosaic{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important}
  .hk-boutique-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))!important}
  .hk-card-market__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:900px){
  .hk-home{gap:28px!important}
  .hk-home>[data-home-section]:not([data-home-native="1"]){margin-block:min(var(--home-margin-top,0px),14px)!important;padding-block:min(var(--home-pad-top,0px),18px)!important}
  .hk-slider__viewport{aspect-ratio:1.95/1!important;min-height:230px!important}
  .hk-cat-editorial__card{min-height:205px!important}
  .hk-market-card{min-height:215px!important}
}
@media(max-width:640px){
  .hk-home{gap:24px!important;padding-top:6px!important}
  .hk-slider__viewport{aspect-ratio:1.6/1!important;min-height:200px!important}
  .hk-royal-app-card{flex-basis:calc(50vw - 22px)!important;min-width:158px!important}
  .hk-cat-editorial__mosaic,.hk-boutique-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .hk-card-market__grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory;scrollbar-width:none;gap:10px!important}
  .hk-market-card{flex:0 0 84vw!important;scroll-snap-align:start;min-height:225px!important}
  .hk-review-lounge{padding:14px!important}
  .hkf-footer{margin-top:28px!important}
}

/* HAWK EYE v5.3 — Legendary digital card deck */
.hk-home .hk-card-market__servicebar{display:none!important}
.hk-home .hk-card-market{position:relative;margin-top:78px!important}
.hk-home .hk-card-market:before{content:"";position:absolute;inset:72px 0 auto 0;height:240px;background:radial-gradient(circle at 18% 0,rgba(124,58,237,.18),transparent 42%),radial-gradient(circle at 84% 16%,rgba(255,90,61,.16),transparent 38%);pointer-events:none;z-index:0}
.hk-home .hk-card-market__head,.hk-home .hk-card-market__grid,.hk-home .hk-card-market__all{position:relative;z-index:1}
.hk-home .hk-card-market__head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:22px!important;margin-bottom:22px!important}
.hk-home .hk-card-market__title{max-width:780px}
.hk-home .hk-card-market__title h2{font-size:54px!important;line-height:1.03!important;letter-spacing:-.04em!important;margin:0!important;color:#fbf8ff!important}
.hk-home .hk-card-market__title p{font-size:14px!important;line-height:1.95!important;color:#a89fbe!important;max-width:720px!important;margin-top:10px!important}
.hk-home .hk-card-market__kicker{color:#67d9ff!important}
.hk-home .hk-card-market__all-top{min-height:56px!important;padding:0 18px!important;border-radius:18px!important;border:1px solid rgba(139,92,246,.24)!important;background:linear-gradient(115deg,rgba(16,19,38,.96),rgba(26,20,45,.94) 58%,rgba(38,16,34,.94))!important;box-shadow:0 18px 44px rgba(4,5,15,.24)!important}
.hk-home .hk-card-market__all-top:hover{border-color:rgba(255,90,61,.34)!important;transform:translateY(-2px)!important}
.hk-home .hk-card-market__grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important}
.hk-home .hk-market-card{min-height:458px!important;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:minmax(238px,46%) minmax(0,1fr)!important;padding:0!important;border-radius:30px!important;overflow:hidden!important;border:1px solid rgba(139,92,246,.18)!important;background:linear-gradient(180deg,rgba(13,15,32,.98),rgba(9,11,23,.99) 62%,rgba(22,11,24,.98))!important;box-shadow:0 24px 70px rgba(4,5,15,.26)!important;isolation:isolate!important}
.hk-home .hk-market-card:hover{transform:translateY(-6px)!important;border-color:rgba(255,90,61,.34)!important;box-shadow:0 30px 82px rgba(10,11,24,.34),0 0 0 1px rgba(139,92,246,.08)!important}
.hk-home .hk-market-card:before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,transparent 10%,rgba(139,92,246,.06) 52%,transparent 78%),radial-gradient(circle at 86% 14%,rgba(255,90,61,.10),transparent 26%);pointer-events:none;z-index:0}
.hk-home .hk-market-card:after{content:"";position:absolute;inset:16px;clip-path:polygon(0 14px,14px 0,calc(100% - 14px) 0,100% 14px,100% calc(100% - 14px),calc(100% - 14px) 100%,14px 100%,0 calc(100% - 14px));border:1px solid rgba(255,255,255,.05);pointer-events:none;z-index:0}
.hk-home .hk-market-card__media{position:relative!important;display:grid!important;place-items:center!important;min-height:100%!important;padding:18px!important;background:radial-gradient(circle at 50% 20%,rgba(124,58,237,.20),transparent 40%),linear-gradient(180deg,rgba(23,27,54,.95),rgba(14,16,31,.95) 58%,rgba(10,12,24,.98))!important;border-bottom:1px solid rgba(139,92,246,.14)!important;overflow:hidden!important}
.hk-home .hk-market-card__media:before{content:"";position:absolute;inset:auto 18px 16px 18px;height:72px;border-radius:999px;background:radial-gradient(ellipse at center,rgba(255,90,61,.16),rgba(124,58,237,.14) 42%,rgba(7,8,18,0) 72%);filter:blur(6px);pointer-events:none}
.hk-home .hk-market-card__stage{width:100%!important;height:100%!important;min-height:0!important;display:grid!important;place-items:center!important}
.hk-home .hk-market-card__frame{width:min(76%,220px)!important;height:min(86%,244px)!important;min-height:190px!important;padding:10px!important;border-radius:28px!important;background:linear-gradient(145deg,#7c3aed,#8b5cf6 34%,#ff5a3d 74%,#ffc466)!important;clip-path:polygon(10% 0,100% 0,100% 85%,90% 100%,0 100%,0 15%)!important;box-shadow:0 26px 60px rgba(124,58,237,.24)!important}
.hk-home .hk-market-card__frame:before{inset:3px!important;background:linear-gradient(145deg,#12172d,#0b0d1c 58%,#170d18)!important}
.hk-home .hk-market-card__frame:after{inset:10px!important;border-color:rgba(255,255,255,.10)!important}
.hk-home .hk-market-card__frame-line{background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent)!important}
.hk-home .hk-market-card__art{inset:14px!important;border-radius:20px!important;background:linear-gradient(160deg,rgba(23,27,54,.88),rgba(11,12,27,.94))!important}
.hk-home .hk-market-card__art:before{background:radial-gradient(circle at 50% 112%,rgba(255,90,61,.18),transparent 36%),radial-gradient(circle at 20% 10%,rgba(139,92,246,.16),transparent 26%)!important}
.hk-home .hk-market-card__art img{padding:8px!important;filter:drop-shadow(0 10px 18px rgba(0,0,0,.22))!important}
.hk-home .hk-market-card__pedestal{display:none!important}
.hk-home .hk-market-card__media-shade{background:linear-gradient(180deg,rgba(5,7,15,.05),rgba(5,7,15,.18) 58%,rgba(5,7,15,.40))!important}
.hk-home .hk-market-card__offer,.hk-home .hk-market-card__featured{top:14px!important;min-height:30px!important;padding:0 10px!important;border-radius:999px!important;font-size:10px!important;font-weight:900!important;backdrop-filter:blur(8px)!important;box-shadow:0 10px 20px rgba(6,7,15,.18)!important}
.hk-home .hk-market-card__offer{right:14px!important;background:rgba(255,90,61,.18)!important;border:1px solid rgba(255,90,61,.28)!important;color:#ffd2c6!important}
.hk-home .hk-market-card__featured{left:14px!important;background:rgba(124,58,237,.18)!important;border:1px solid rgba(139,92,246,.28)!important;color:#e3ccff!important}
.hk-home .hk-market-card__content{position:relative!important;z-index:1!important;display:grid!important;grid-template-rows:auto auto auto auto auto!important;align-content:start!important;padding:18px 18px 20px!important;gap:0!important}
.hk-home .hk-market-card__topline{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:10px!important}
.hk-home .hk-market-card__topline span{font-size:10px!important;letter-spacing:.04em!important;color:#8db7ff!important;background:rgba(37,48,96,.34)!important;border:1px solid rgba(96,125,255,.12)!important;border-radius:999px!important;padding:6px 9px!important}
.hk-home .hk-market-card__topline b{font:900 11px/1 Arial,sans-serif!important;color:rgba(244,240,255,.32)!important}
.hk-home .hk-market-card h3{margin:0!important}
.hk-home .hk-market-card h3 a{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;font-size:28px!important;line-height:1.1!important;font-weight:900!important;color:#fff!important;text-shadow:0 1px 0 rgba(0,0,0,.08)!important}
.hk-home .hk-market-card__content p{margin:11px 0 0!important;color:#9f97b8!important;font-size:12px!important;line-height:1.8!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:42px!important}
.hk-home .hk-market-card__meta{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:13px!important}
.hk-home .hk-market-card__stock,.hk-home .hk-market-card__delivery{min-height:34px!important;padding:0 11px!important;border-radius:999px!important;border:1px solid rgba(139,92,246,.14)!important;background:rgba(15,18,35,.78)!important;color:#cbc6da!important;font-size:10px!important}
.hk-home .hk-market-card__stock i{box-shadow:0 0 0 4px rgba(88,232,153,.10)!important}
.hk-home .hk-market-card__bottom{margin-top:14px!important;padding-top:14px!important;border-top:1px solid rgba(255,255,255,.06)!important;display:grid!important;gap:12px!important}
.hk-home .hk-market-card__price{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:10px!important}
.hk-home .hk-market-card__price strong{font-size:28px!important;line-height:1!important;font-weight:900!important;color:#fff!important;letter-spacing:-.02em!important}
.hk-home .hk-market-card__price del{font-size:11px!important;color:#8f86a6!important}
.hk-home .hk-market-card__buy{width:100%!important;min-height:54px!important;border-radius:18px!important;border:1px solid rgba(255,255,255,.07)!important;background:linear-gradient(95deg,#7c3aed,#9d4cf1 48%,#ff5a3d)!important;color:#fff!important;font-size:13px!important;font-weight:900!important;justify-content:space-between!important;padding:0 16px!important;box-shadow:0 18px 40px rgba(124,58,237,.24)!important}
.hk-home .hk-market-card__buy:hover{transform:translateY(-1px)!important;border-color:rgba(255,255,255,.14)!important;background:linear-gradient(95deg,#8a49ff,#af59f5 48%,#ff704f)!important}
.hk-home .hk-market-card__buy svg{width:16px!important;height:16px!important}
.hk-home .hk-market-card__reflection{display:none!important}
.hk-home .hk-card-market__all{margin-top:18px!important;min-height:84px!important;border-radius:26px!important;border:1px solid rgba(139,92,246,.18)!important;background:linear-gradient(100deg,rgba(13,15,31,.98),rgba(24,19,44,.96) 54%,rgba(36,14,26,.95))!important;box-shadow:0 18px 50px rgba(4,5,14,.22)!important}
.hk-home .hk-card-market__all-copy small{color:#a79bbc!important}.hk-home .hk-card-market__all-copy strong{font-size:18px!important;color:#fff!important}
.hk-home .hk-card-market__all-art i:nth-child(1){background:linear-gradient(135deg,rgba(124,58,237,.34),rgba(255,90,61,.30))!important}.hk-home .hk-card-market__all-art i:nth-child(2){background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(124,58,237,.16))!important}
@media(max-width:1180px){.hk-home .hk-card-market__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hk-home .hk-market-card{min-height:430px!important}.hk-home .hk-market-card h3 a{font-size:24px!important}}
@media(max-width:760px){.hk-home .hk-card-market__head{display:grid!important;align-items:flex-start!important}.hk-home .hk-card-market__title h2{font-size:34px!important}.hk-home .hk-card-market__title p{font-size:12px!important}.hk-home .hk-card-market__grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;gap:12px!important;padding-bottom:4px!important}.hk-home .hk-card-market__grid::-webkit-scrollbar{display:none!important}.hk-home .hk-market-card{flex:0 0 84vw!important;scroll-snap-align:start!important;min-height:410px!important}.hk-home .hk-market-card h3 a{font-size:22px!important}.hk-home .hk-market-card__price strong{font-size:24px!important}}
@media(max-width:440px){.hk-home .hk-market-card{flex-basis:88vw!important;min-height:390px!important;border-radius:24px!important}.hk-home .hk-market-card__media{padding:14px!important}.hk-home .hk-market-card__frame{width:min(78%,190px)!important;height:min(82%,210px)!important;min-height:170px!important}.hk-home .hk-market-card__content{padding:14px!important}.hk-home .hk-market-card h3 a{font-size:20px!important}.hk-home .hk-market-card__content p{font-size:11px!important;min-height:36px!important}.hk-home .hk-market-card__price strong{font-size:21px!important}.hk-home .hk-market-card__buy{min-height:48px!important;font-size:12px!important}}
html[data-hawk-theme="light"] .hk-home .hk-market-card{background:linear-gradient(180deg,#fff,#f7f3ff 58%,#fff6f1)!important;border-color:rgba(124,58,237,.12)!important;box-shadow:0 18px 48px rgba(88,65,145,.08)!important}
html[data-hawk-theme="light"] .hk-home .hk-market-card:after{border-color:rgba(124,58,237,.08)!important}
html[data-hawk-theme="light"] .hk-home .hk-market-card__media{background:radial-gradient(circle at 50% 20%,rgba(124,58,237,.10),transparent 40%),linear-gradient(180deg,#f5f2ff,#ece8fb 58%,#f8f6ff)!important;border-bottom-color:rgba(124,58,237,.10)!important}
html[data-hawk-theme="light"] .hk-home .hk-market-card__frame:before{background:linear-gradient(145deg,#ffffff,#f4f0ff 58%,#fff7f1)!important}
html[data-hawk-theme="light"] .hk-home .hk-market-card__art{background:linear-gradient(145deg,#ffffff,#f7f2ff)!important}
html[data-hawk-theme="light"] .hk-home .hk-market-card h3 a,html[data-hawk-theme="light"] .hk-home .hk-market-card__price strong,html[data-hawk-theme="light"] .hk-home .hk-card-market__all-copy strong{color:#19162a!important}
html[data-hawk-theme="light"] .hk-home .hk-market-card__content p,html[data-hawk-theme="light"] .hk-home .hk-card-market__title p{color:#69627b!important}
html[data-hawk-theme="light"] .hk-home .hk-market-card__stock,html[data-hawk-theme="light"] .hk-home .hk-market-card__delivery,html[data-hawk-theme="light"] .hk-home .hk-market-card__topline span{background:rgba(255,255,255,.88)!important;color:#5d5570!important;border-color:rgba(124,58,237,.10)!important}

/* HAWK EYE v5.4 — Hero card deck rebuild */
.hk-home .hk-card-market__servicebar{display:none!important}
.hk-home .hk-card-market__grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important;align-items:stretch!important}
.hk-home .hk-market-card{position:relative!important;min-height:560px!important;padding:0!important;overflow:hidden!important;border-radius:30px!important;border:1px solid rgba(255,255,255,.06)!important;background:#090b17!important;box-shadow:0 24px 70px rgba(5,7,18,.24)!important;isolation:isolate!important}
.hk-home .hk-market-card:hover{transform:translateY(-6px)!important;border-color:rgba(255,90,61,.22)!important;box-shadow:0 32px 88px rgba(5,7,18,.34)!important}
.hk-home .hk-market-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,11,23,.04),rgba(9,11,23,.18) 36%,rgba(9,11,23,.75) 74%,rgba(8,9,18,.96) 100%),radial-gradient(circle at 78% 18%,rgba(124,58,237,.16),transparent 28%);pointer-events:none;z-index:1}
.hk-home .hk-market-card:after{content:"";position:absolute;inset:10px;clip-path:polygon(0 16px,16px 0,calc(100% - 16px) 0,100% 16px,100% calc(100% - 16px),calc(100% - 16px) 100%,16px 100%,0 calc(100% - 16px));border:1px solid rgba(255,255,255,.06);pointer-events:none;z-index:2}
.hk-home .hk-market-card__media{position:absolute!important;inset:0!important;display:block!important;padding:0!important;background:none!important;border:0!important;overflow:hidden!important;z-index:0!important}
.hk-home .hk-market-card__media:before{content:"";position:absolute;inset:auto 10% 4%;height:18%;border-radius:999px;background:radial-gradient(ellipse at center,rgba(255,90,61,.16),rgba(124,58,237,.14) 45%,rgba(0,0,0,0) 76%);filter:blur(10px);pointer-events:none;z-index:1}
.hk-home .hk-market-card__stage{display:block!important;width:100%!important;height:100%!important}
.hk-home .hk-market-card__frame{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;padding:14px!important;border-radius:0!important;background:linear-gradient(135deg,rgba(124,58,237,.84),rgba(255,90,61,.84))!important;clip-path:none!important;box-shadow:none!important}
.hk-home .hk-market-card__frame:before{content:"";position:absolute;inset:2px;border-radius:28px;background:linear-gradient(180deg,#0f1224,#0b0d1b);z-index:0}
.hk-home .hk-market-card__frame:after{content:"";position:absolute;inset:14px;border-radius:22px;border:1px solid rgba(255,255,255,.06);pointer-events:none;z-index:2}
.hk-home .hk-market-card__frame-line{position:absolute!important;left:18px!important;right:18px!important;top:18px!important;height:1px!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent)!important;z-index:3!important}
.hk-home .hk-market-card__art{position:absolute!important;inset:16px!important;border-radius:22px!important;overflow:hidden!important;background:#080a15!important;z-index:1!important}
.hk-home .hk-market-card__art:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.2) 35%,rgba(0,0,0,.54) 78%,rgba(6,8,16,.82) 100%);z-index:1;pointer-events:none}
.hk-home .hk-market-card__art img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;padding:0!important;filter:none!important;transform:scale(1.01);transition:transform .5s ease!important}
.hk-home .hk-market-card:hover .hk-market-card__art img{transform:scale(1.06)!important}
.hk-home .hk-market-card__pedestal,.hk-home .hk-market-card__media-shade,.hk-home .hk-market-card__reflection{display:none!important}
.hk-home .hk-market-card__offer,.hk-home .hk-market-card__featured{position:absolute!important;top:24px!important;min-height:32px!important;padding:0 12px!important;border-radius:999px!important;font-size:10px!important;font-weight:900!important;letter-spacing:.02em!important;z-index:5!important;backdrop-filter:blur(10px)!important;box-shadow:0 12px 24px rgba(7,8,16,.16)!important}
.hk-home .hk-market-card__offer{left:24px!important;background:rgba(255,90,61,.22)!important;color:#ffd3cb!important;border:1px solid rgba(255,90,61,.30)!important}
.hk-home .hk-market-card__featured{right:24px!important;background:rgba(124,58,237,.24)!important;color:#e8d7ff!important;border:1px solid rgba(139,92,246,.26)!important}
.hk-home .hk-market-card__content{position:absolute!important;left:24px!important;right:24px!important;bottom:24px!important;z-index:6!important;padding:0!important;background:none!important;display:block!important}
.hk-home .hk-market-card__topline{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-bottom:10px!important}
.hk-home .hk-market-card__topline span{display:inline-flex!important;align-items:center!important;min-height:32px!important;padding:0 12px!important;border-radius:999px!important;background:rgba(10,12,24,.55)!important;border:1px solid rgba(255,255,255,.08)!important;backdrop-filter:blur(10px)!important;color:#d8d6e8!important;font-size:10px!important;font-weight:800!important}
.hk-home .hk-market-card__topline b{font:900 18px/1 Arial,sans-serif!important;color:rgba(255,255,255,.42)!important;text-shadow:0 2px 18px rgba(0,0,0,.18)!important}
.hk-home .hk-market-card h3{margin:0!important}
.hk-home .hk-market-card h3 a{display:block!important;font-size:24px!important;line-height:1.12!important;font-weight:900!important;color:#fff!important;text-shadow:0 6px 20px rgba(0,0,0,.22)!important;max-width:86%!important}
.hk-home .hk-market-card__content p{margin:10px 0 0!important;font-size:13px!important;line-height:1.75!important;color:#d5d2df!important;text-shadow:0 4px 14px rgba(0,0,0,.28)!important;max-width:82%!important}
.hk-home .hk-market-card__meta{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:14px!important}
.hk-home .hk-market-card__stock,.hk-home .hk-market-card__delivery{min-height:34px!important;padding:0 12px!important;border-radius:999px!important;background:rgba(10,12,24,.58)!important;border:1px solid rgba(255,255,255,.08)!important;backdrop-filter:blur(10px)!important;color:#f0edf8!important;font-size:11px!important;font-weight:700!important}
.hk-home .hk-market-card__stock i{box-shadow:0 0 0 4px rgba(88,232,153,.10)!important}
.hk-home .hk-market-card__bottom{margin-top:16px!important;padding:16px!important;border-radius:24px!important;background:linear-gradient(180deg,rgba(9,11,21,.24),rgba(9,11,21,.62));border:1px solid rgba(255,255,255,.08)!important;backdrop-filter:blur(14px)!important;box-shadow:0 14px 40px rgba(0,0,0,.16)!important}
.hk-home .hk-market-card__price{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:12px!important}
.hk-home .hk-market-card__price strong{font-size:34px!important;line-height:1!important;font-weight:900!important;color:#fff!important;letter-spacing:-.03em!important;text-shadow:0 8px 22px rgba(0,0,0,.24)!important}
.hk-home .hk-market-card__price del{font-size:13px!important;color:#dac4ca!important}
.hk-home .hk-market-card__actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:14px!important;opacity:0;transform:translateY(12px);transition:opacity .28s ease,transform .28s ease!important}
.hk-home .hk-market-card:hover .hk-market-card__actions{opacity:1;transform:translateY(0)!important}
.hk-home .hk-market-card__view,.hk-home .hk-market-card__buy{min-height:52px!important;border-radius:18px!important;padding:0 16px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;font-size:13px!important;font-weight:900!important;gap:12px!important}
.hk-home .hk-market-card__view{border:1px solid rgba(255,255,255,.10)!important;background:rgba(7,9,18,.54)!important;color:#fff!important;backdrop-filter:blur(12px)!important}
.hk-home .hk-market-card__view:hover{background:rgba(9,11,22,.72)!important;border-color:rgba(255,255,255,.16)!important}
.hk-home .hk-market-card__buy{border:1px solid rgba(255,255,255,.08)!important;background:linear-gradient(95deg,#7c3aed,#9d4cf1 48%,#ff5a3d)!important;color:#fff!important;box-shadow:0 18px 40px rgba(124,58,237,.24)!important}
.hk-home .hk-market-card__buy:hover{background:linear-gradient(95deg,#8b49ff,#b159f5 50%,#ff704f)!important;border-color:rgba(255,255,255,.16)!important}
.hk-home .hk-market-card__view svg,.hk-home .hk-market-card__buy svg{width:16px!important;height:16px!important}
.hk-home .hk-card-market__all{margin-top:18px!important}
@media(max-width:1180px){.hk-home .hk-card-market__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hk-home .hk-market-card{min-height:540px!important}}
@media(max-width:760px){.hk-home .hk-card-market__grid{grid-template-columns:1fr!important;gap:16px!important}.hk-home .hk-market-card{min-height:520px!important}.hk-home .hk-market-card__content{left:18px!important;right:18px!important;bottom:18px!important}.hk-home .hk-market-card h3 a{font-size:22px!important;max-width:100%!important}.hk-home .hk-market-card__content p{max-width:100%!important;font-size:12px!important}.hk-home .hk-market-card__bottom{padding:14px!important}.hk-home .hk-market-card__price strong{font-size:28px!important}.hk-home .hk-market-card__actions{opacity:1!important;transform:none!important}}
@media(max-width:480px){.hk-home .hk-market-card{min-height:480px!important;border-radius:24px!important}.hk-home .hk-market-card:after{inset:8px!important}.hk-home .hk-market-card__frame{padding:10px!important}.hk-home .hk-market-card__art{inset:12px!important;border-radius:18px!important}.hk-home .hk-market-card__offer,.hk-home .hk-market-card__featured{top:18px!important}.hk-home .hk-market-card__offer{left:18px!important}.hk-home .hk-market-card__featured{right:18px!important}.hk-home .hk-market-card__topline b{font-size:16px!important}.hk-home .hk-market-card__price strong{font-size:24px!important}.hk-home .hk-market-card__actions{grid-template-columns:1fr!important}.hk-home .hk-market-card__view,.hk-home .hk-market-card__buy{min-height:48px!important;font-size:12px!important}}
html[data-hawk-theme="light"] .hk-home .hk-market-card{background:#fff!important;border-color:rgba(124,58,237,.12)!important;box-shadow:0 20px 60px rgba(55,44,94,.08)!important}
html[data-hawk-theme="light"] .hk-home .hk-market-card:before{background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.08) 34%,rgba(247,243,255,.54) 72%,rgba(245,239,255,.92) 100%),radial-gradient(circle at 78% 18%,rgba(124,58,237,.14),transparent 28%)!important}
html[data-hawk-theme="light"] .hk-home .hk-market-card:after{border-color:rgba(124,58,237,.08)!important}
html[data-hawk-theme="light"] .hk-home .hk-market-card__frame:before{background:linear-gradient(180deg,#ffffff,#f7f3ff)!important}
html[data-hawk-theme="light"] .hk-home .hk-market-card__art:before{background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.08) 42%,rgba(250,246,255,.56) 82%,rgba(248,243,255,.94) 100%)!important}
html[data-hawk-theme="light"] .hk-home .hk-market-card__topline span,html[data-hawk-theme="light"] .hk-home .hk-market-card__stock,html[data-hawk-theme="light"] .hk-home .hk-market-card__delivery{background:rgba(255,255,255,.72)!important;border-color:rgba(124,58,237,.10)!important;color:#463f59!important}
html[data-hawk-theme="light"] .hk-home .hk-market-card h3 a,html[data-hawk-theme="light"] .hk-home .hk-market-card__price strong{color:#1c1830!important;text-shadow:none!important}
html[data-hawk-theme="light"] .hk-home .hk-market-card__content p{color:#5f5a72!important;text-shadow:none!important}
html[data-hawk-theme="light"] .hk-home .hk-market-card__bottom{background:linear-gradient(180deg,rgba(255,255,255,.62),rgba(247,243,255,.92))!important;border-color:rgba(124,58,237,.10)!important}
html[data-hawk-theme="light"] .hk-home .hk-market-card__view{background:rgba(255,255,255,.82)!important;color:#251f39!important;border-color:rgba(124,58,237,.10)!important}

/* HAWK EYE v5.6 — Card gallery polish + mobile two-up */
.hk-home .hk-market-card{min-height:540px!important;border-radius:28px!important;background:linear-gradient(180deg,#0a0d1d,#090b18)!important}
.hk-home .hk-market-card:before{background:linear-gradient(180deg,rgba(10,12,26,.02) 0%,rgba(10,12,26,.10) 22%,rgba(10,12,26,.44) 58%,rgba(7,8,16,.90) 100%),radial-gradient(circle at 84% 12%,rgba(124,58,237,.14),transparent 24%)!important}
.hk-home .hk-market-card:after{inset:8px!important;border-color:rgba(255,255,255,.05)!important}
.hk-home .hk-market-card__frame{background:linear-gradient(135deg,rgba(124,58,237,.82),rgba(255,90,61,.82))!important;padding:10px!important}
.hk-home .hk-market-card__frame:before{inset:2px!important;border-radius:24px!important;background:linear-gradient(180deg,#0f1222,#0b0d19)!important}
.hk-home .hk-market-card__frame:after{display:none!important}
.hk-home .hk-market-card__frame-line{display:none!important}
.hk-home .hk-market-card__art{inset:10px!important;border-radius:22px!important;background:linear-gradient(180deg,#151a33,#0b0d18)!important}
.hk-home .hk-market-card__art:before{background:linear-gradient(180deg,rgba(0,0,0,.04) 0%,rgba(0,0,0,.10) 20%,rgba(0,0,0,.28) 56%,rgba(5,7,15,.72) 100%)!important}
.hk-home .hk-market-card__art img{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;background:#101427!important}
.hk-home .hk-market-card__content{left:18px!important;right:18px!important;bottom:18px!important}
.hk-home .hk-market-card__topline{margin-bottom:8px!important}
.hk-home .hk-market-card__topline b{display:none!important}
.hk-home .hk-market-card__topline span{min-height:30px!important;padding:0 11px!important;font-size:10px!important;background:rgba(8,10,19,.62)!important}
.hk-home .hk-market-card h3 a{font-size:22px!important;max-width:100%!important}
.hk-home .hk-market-card__content p{font-size:12px!important;line-height:1.7!important;max-width:100%!important;min-height:auto!important}
.hk-home .hk-market-card__meta{margin-top:10px!important;gap:6px!important}
.hk-home .hk-market-card__stock,.hk-home .hk-market-card__delivery{min-height:31px!important;padding:0 10px!important;font-size:10px!important;background:rgba(8,10,19,.64)!important}
.hk-home .hk-market-card__bottom{margin-top:12px!important;padding:14px!important;border-radius:22px!important;background:linear-gradient(180deg,rgba(9,11,21,.34),rgba(9,11,21,.78))!important}
.hk-home .hk-market-card__price strong{font-size:26px!important}
.hk-home .hk-market-card__price del{font-size:12px!important}
.hk-home .hk-market-card__actions{margin-top:12px!important}
.hk-home .hk-market-card__view,.hk-home .hk-market-card__buy{min-height:48px!important;border-radius:16px!important;font-size:12px!important;padding:0 14px!important}

@media(max-width:1180px){
  .hk-home .hk-market-card{min-height:500px!important}
}
@media(max-width:760px){
  .hk-home .hk-card-market__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .hk-home .hk-market-card{min-height:390px!important;border-radius:22px!important}
  .hk-home .hk-market-card:after{inset:6px!important}
  .hk-home .hk-market-card__frame{padding:7px!important}
  .hk-home .hk-market-card__art{inset:7px!important;border-radius:16px!important}
  .hk-home .hk-market-card__content{left:12px!important;right:12px!important;bottom:12px!important}
  .hk-home .hk-market-card__topline span{min-height:26px!important;padding:0 8px!important;font-size:9px!important}
  .hk-home .hk-market-card h3 a{font-size:18px!important;line-height:1.08!important}
  .hk-home .hk-market-card__content p{font-size:11px!important;line-height:1.55!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .hk-home .hk-market-card__meta{margin-top:8px!important;gap:5px!important}
  .hk-home .hk-market-card__stock,.hk-home .hk-market-card__delivery{min-height:27px!important;padding:0 8px!important;font-size:9px!important}
  .hk-home .hk-market-card__bottom{margin-top:10px!important;padding:10px!important;border-radius:16px!important}
  .hk-home .hk-market-card__price strong{font-size:20px!important}
  .hk-home .hk-market-card__price del{font-size:10px!important}
  .hk-home .hk-market-card__actions{grid-template-columns:1fr!important;gap:8px!important;opacity:1!important;transform:none!important}
  .hk-home .hk-market-card__view,.hk-home .hk-market-card__buy{min-height:40px!important;padding:0 11px!important;font-size:11px!important}
}
@media(max-width:430px){
  .hk-home .hk-market-card{min-height:360px!important}
  .hk-home .hk-market-card h3 a{font-size:16px!important}
  .hk-home .hk-market-card__content p{font-size:10px!important}
  .hk-home .hk-market-card__price strong{font-size:18px!important}
}
html[data-hawk-theme="light"] .hk-home .hk-market-card__art{background:linear-gradient(180deg,#f3f1fb,#ece7fb)!important}
html[data-hawk-theme="light"] .hk-home .hk-market-card__topline span,
html[data-hawk-theme="light"] .hk-home .hk-market-card__stock,
html[data-hawk-theme="light"] .hk-home .hk-market-card__delivery{background:rgba(255,255,255,.78)!important}

/* HAWK EYE v5.6.1 — Cards action cleanup */
.hk-home .hk-market-card__bottom{padding:12px!important}
.hk-home .hk-market-card__actions{opacity:1!important;transform:none!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:10px!important}
.hk-home .hk-market-card__view,.hk-home .hk-market-card__buy{min-height:44px!important;padding:0 12px!important;font-size:12px!important;justify-content:center!important;text-align:center!important}
.hk-home .hk-market-card__view span,.hk-home .hk-market-card__buy span{display:inline-flex!important;align-items:center!important;justify-content:center!important}
.hk-home .hk-market-card__view svg,.hk-home .hk-market-card__buy svg{width:14px!important;height:14px!important;flex:0 0 auto!important}
.hk-home .hk-market-card__price{margin-bottom:0!important}
@media(max-width:760px){
  .hk-home .hk-market-card__actions{grid-template-columns:1fr 1fr!important;gap:6px!important}
  .hk-home .hk-market-card__view,.hk-home .hk-market-card__buy{min-height:38px!important;font-size:10.5px!important;padding:0 8px!important}
}

/* HAWK EYE v5.6.2 — Force full media canvas */
.hk-home .hk-market-card__media{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
}
.hk-home .hk-market-card__stage,
.hk-home .hk-market-card__frame,
.hk-home .hk-market-card__art{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
}

/* HAWK EYE v5.7 — Ready cards mobile final lock */
@media(max-width:640px){
  .hk-home .hk-card-market{margin-top:44px!important}
  .hk-home .hk-card-market__head{display:grid!important;grid-template-columns:1fr auto!important;align-items:end!important;gap:10px!important;margin-bottom:14px!important}
  .hk-home .hk-card-market__title h2{font-size:27px!important;line-height:1.05!important}
  .hk-home .hk-card-market__title p{font-size:10.5px!important;line-height:1.6!important;margin-top:6px!important;max-width:100%!important}
  .hk-home .hk-card-market__kicker{font-size:9px!important;margin-bottom:5px!important}
  .hk-home .hk-card-market__all-top{min-height:40px!important;padding:0 11px!important;border-radius:13px!important;font-size:10px!important;white-space:nowrap!important}

  .hk-home .hk-card-market__grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;overflow:visible!important;padding:0!important}
  .hk-home .hk-market-card{min-width:0!important;min-height:320px!important;border-radius:18px!important;box-shadow:0 14px 34px rgba(4,5,14,.20)!important}
  .hk-home .hk-market-card:hover{transform:none!important}
  .hk-home .hk-market-card:after{inset:5px!important;clip-path:polygon(0 9px,9px 0,calc(100% - 9px) 0,100% 9px,100% calc(100% - 9px),calc(100% - 9px) 100%,9px 100%,0 calc(100% - 9px))!important}
  .hk-home .hk-market-card__frame{padding:5px!important}
  .hk-home .hk-market-card__frame:before{border-radius:16px!important}
  .hk-home .hk-market-card__art{inset:5px!important;border-radius:14px!important}
  .hk-home .hk-market-card__art img{object-position:center!important;transform:none!important}
  .hk-home .hk-market-card:hover .hk-market-card__art img{transform:none!important}
  .hk-home .hk-market-card__art:before{background:linear-gradient(180deg,rgba(0,0,0,.02) 0%,rgba(0,0,0,.08) 28%,rgba(0,0,0,.38) 64%,rgba(4,6,14,.86) 100%)!important}

  .hk-home .hk-market-card__offer,.hk-home .hk-market-card__featured{top:10px!important;min-height:22px!important;padding:0 7px!important;font-size:7.5px!important}
  .hk-home .hk-market-card__offer{left:10px!important}
  .hk-home .hk-market-card__featured{right:10px!important}

  .hk-home .hk-market-card__content{left:9px!important;right:9px!important;bottom:9px!important}
  .hk-home .hk-market-card__topline{margin-bottom:5px!important}
  .hk-home .hk-market-card__topline span{min-height:22px!important;padding:0 7px!important;font-size:7.5px!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .hk-home .hk-market-card h3 a{font-size:14px!important;line-height:1.08!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .hk-home .hk-market-card__content p{display:none!important}
  .hk-home .hk-market-card__meta{margin-top:6px!important;gap:4px!important}
  .hk-home .hk-market-card__stock,.hk-home .hk-market-card__delivery{min-height:23px!important;padding:0 6px!important;font-size:7.5px!important;white-space:nowrap!important}
  .hk-home .hk-market-card__stock i{width:5px!important;height:5px!important}

  .hk-home .hk-market-card__bottom{margin-top:7px!important;padding:8px!important;border-radius:13px!important;backdrop-filter:blur(10px)!important}
  .hk-home .hk-market-card__price{align-items:center!important}
  .hk-home .hk-market-card__price strong{font-size:15px!important;white-space:nowrap!important}
  .hk-home .hk-market-card__price del{font-size:7.5px!important;white-space:nowrap!important}
  .hk-home .hk-market-card__actions{grid-template-columns:1fr 1fr!important;gap:5px!important;margin-top:7px!important}
  .hk-home .hk-market-card__view,.hk-home .hk-market-card__buy{min-height:32px!important;border-radius:10px!important;padding:0 5px!important;font-size:9px!important;gap:4px!important}
  .hk-home .hk-market-card__view svg,.hk-home .hk-market-card__buy svg{width:10px!important;height:10px!important}
  .hk-home .hk-card-market__all{margin-top:10px!important;min-height:56px!important;border-radius:16px!important}
}
@media(max-width:380px){
  .hk-home .hk-market-card{min-height:300px!important}
  .hk-home .hk-market-card__delivery{display:none!important}
  .hk-home .hk-market-card__price strong{font-size:14px!important}
  .hk-home .hk-market-card__view,.hk-home .hk-market-card__buy{font-size:8.5px!important}
}

/* HAWK EYE v5.8 — Cards legend spirit restore */
.hk-home .hk-market-card{
  border-radius:0!important;
  clip-path:polygon(0 16px,16px 0,calc(100% - 18px) 0,100% 18px,100% calc(100% - 18px),calc(100% - 18px) 100%,18px 100%,0 calc(100% - 18px))!important;
  background:linear-gradient(180deg,#080b19 0%,#080b16 100%)!important;
  box-shadow:0 18px 48px rgba(3,5,12,.30)!important;
}
.hk-home .hk-market-card:after{
  inset:6px!important;
  border-radius:0!important;
  clip-path:polygon(0 14px,14px 0,calc(100% - 14px) 0,100% 14px,100% calc(100% - 14px),calc(100% - 14px) 100%,14px 100%,0 calc(100% - 14px))!important;
  border-color:rgba(146,112,255,.22)!important;
}
.hk-home .hk-market-card__frame{padding:8px!important;background:linear-gradient(135deg,rgba(124,58,237,.95),rgba(255,90,61,.9))!important}
.hk-home .hk-market-card__frame:before{
  border-radius:0!important;
  clip-path:polygon(0 13px,13px 0,calc(100% - 13px) 0,100% 13px,100% calc(100% - 13px),calc(100% - 13px) 100%,13px 100%,0 calc(100% - 13px))!important;
  background:linear-gradient(180deg,#0c1020,#090b17)!important;
}
.hk-home .hk-market-card__art{
  inset:8px!important;border-radius:0!important;
  clip-path:polygon(0 12px,12px 0,calc(100% - 12px) 0,100% 12px,100% calc(100% - 12px),calc(100% - 12px) 100%,12px 100%,0 calc(100% - 12px))!important;
}
.hk-home .hk-market-card__art:before{
  background:linear-gradient(180deg,rgba(0,0,0,.02) 0%,rgba(0,0,0,.10) 30%,rgba(0,0,0,.34) 56%,rgba(4,7,14,.76) 74%,rgba(5,8,16,.92) 100%)!important;
}
.hk-home .hk-market-card__featured,
.hk-home .hk-market-card__offer{
  top:16px!important;min-height:28px!important;padding:0 10px!important;border-radius:0!important;
  clip-path:polygon(0 0,calc(100% - 12px) 0,100% 50%,calc(100% - 12px) 100%,0 100%,8px 50%)!important;
  letter-spacing:.02em!important;font-size:9.5px!important;font-weight:900!important;box-shadow:none!important;
}
.hk-home .hk-market-card__offer{left:16px!important;background:linear-gradient(90deg,rgba(255,96,74,.92),rgba(255,126,61,.88))!important;border:1px solid rgba(255,170,150,.22)!important;color:#fff4ec!important}
.hk-home .hk-market-card__featured{right:16px!important;background:linear-gradient(90deg,rgba(111,61,244,.95),rgba(166,88,255,.84))!important;border:1px solid rgba(205,182,255,.18)!important;color:#f6edff!important}
.hk-home .hk-market-card__content{left:14px!important;right:14px!important;bottom:14px!important}
.hk-home .hk-market-card__topline span,
.hk-home .hk-market-card__stock,
.hk-home .hk-market-card__delivery{
  border-radius:999px!important;background:rgba(7,10,18,.66)!important;border:1px solid rgba(255,255,255,.07)!important;color:#ece7ff!important
}
.hk-home .hk-market-card h3 a{font-size:20px!important;line-height:1.1!important;text-shadow:0 2px 14px rgba(0,0,0,.35)!important}
.hk-home .hk-market-card__content p{font-size:12px!important;color:#e2deef!important;max-width:100%!important}
.hk-home .hk-market-card__bottom{
  margin-top:10px!important;padding:12px!important;border-radius:0!important;
  clip-path:polygon(0 12px,12px 0,calc(100% - 12px) 0,100% 12px,100% 100%,0 100%)!important;
  background:linear-gradient(180deg,rgba(7,10,18,.46),rgba(7,10,18,.84))!important;
  border:1px solid rgba(255,255,255,.06)!important;backdrop-filter:blur(12px)!important
}
.hk-home .hk-market-card__price strong{font-size:24px!important;letter-spacing:-.02em!important}
.hk-home .hk-market-card__actions{opacity:1!important;transform:none!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:10px!important}
.hk-home .hk-market-card__view,
.hk-home .hk-market-card__buy{
  min-height:44px!important;border-radius:0!important;gap:8px!important;font-size:12px!important;font-weight:900!important;justify-content:center!important;padding:0 10px!important;
  clip-path:polygon(0 0,calc(100% - 12px) 0,100% 50%,calc(100% - 12px) 100%,0 100%,8px 50%)!important
}
.hk-home .hk-market-card__view{background:linear-gradient(180deg,rgba(6,8,16,.84),rgba(10,14,26,.94))!important;border:1px solid rgba(132,105,255,.18)!important;color:#fff!important}
.hk-home .hk-market-card__view:hover{background:linear-gradient(180deg,rgba(12,15,28,.94),rgba(16,20,36,.98))!important;border-color:rgba(168,136,255,.28)!important}
.hk-home .hk-market-card__buy{background:linear-gradient(90deg,#7c3aed,#9d4cf1 48%,#ff5a3d)!important;border:1px solid rgba(255,255,255,.08)!important;color:#fff!important;box-shadow:0 14px 30px rgba(124,58,237,.20)!important}
.hk-home .hk-market-card__buy:hover{background:linear-gradient(90deg,#8d4bff,#ad59f6 48%,#ff6f4b)!important}
.hk-home .hk-market-card__view svg,.hk-home .hk-market-card__buy svg{width:13px!important;height:13px!important}
.hk-home .hk-card-market__all{border-radius:0!important;clip-path:polygon(0 15px,15px 0,calc(100% - 15px) 0,100% 15px,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 calc(100% - 15px))!important}

@media(max-width:760px){
  .hk-home .hk-market-card{clip-path:polygon(0 12px,12px 0,calc(100% - 12px) 0,100% 12px,100% calc(100% - 12px),calc(100% - 12px) 100%,12px 100%,0 calc(100% - 12px))!important}
  .hk-home .hk-market-card:after{inset:4px!important;clip-path:polygon(0 10px,10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px))!important}
  .hk-home .hk-market-card__frame{padding:6px!important}
  .hk-home .hk-market-card__frame:before{clip-path:polygon(0 10px,10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px))!important}
  .hk-home .hk-market-card__art{inset:6px!important;clip-path:polygon(0 9px,9px 0,calc(100% - 9px) 0,100% 9px,100% calc(100% - 9px),calc(100% - 9px) 100%,9px 100%,0 calc(100% - 9px))!important}
  .hk-home .hk-market-card__featured,.hk-home .hk-market-card__offer{top:10px!important;min-height:22px!important;padding:0 8px!important;font-size:7.5px!important}
  .hk-home .hk-market-card__offer{left:10px!important}
  .hk-home .hk-market-card__featured{right:10px!important}
  .hk-home .hk-market-card h3 a{font-size:16px!important}
  .hk-home .hk-market-card__content p{display:none!important}
  .hk-home .hk-market-card__bottom{padding:9px!important;clip-path:polygon(0 10px,10px 0,calc(100% - 10px) 0,100% 10px,100% 100%,0 100%)!important}
  .hk-home .hk-market-card__price strong{font-size:18px!important}
  .hk-home .hk-market-card__actions{gap:6px!important}
  .hk-home .hk-market-card__view,.hk-home .hk-market-card__buy{min-height:36px!important;font-size:10px!important;padding:0 8px!important;clip-path:polygon(0 0,calc(100% - 8px) 0,100% 50%,calc(100% - 8px) 100%,0 100%,6px 50%)!important}
}

/* HAWK EYE v5.9.1 — Digital section rhythm hotfix */
.hk-home .hk-digital-vaults__signal{display:none!important}
.hk-home .hk-card-market{margin-top:10px!important}
.hk-home .hk-card-market__head{margin-bottom:18px!important;align-items:flex-end!important}
.hk-home .hk-card-market__all-top{align-self:flex-end!important}
@media(max-width:760px){
  .hk-home .hk-card-market{margin-top:4px!important}
  .hk-home .hk-card-market__head{margin-bottom:12px!important;align-items:end!important}
}

/* HAWK EYE v5.9.2 — Digital cards header power up */
.hk-home .hk-card-market__head{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:end!important;
  gap:18px!important;
}
.hk-home .hk-card-market__title{
  position:relative!important;
  padding-inline-start:18px!important;
}
.hk-home .hk-card-market__title:before{
  content:""!important;
  position:absolute!important;
  inset-inline-start:0!important;
  top:6px!important;
  width:4px!important;
  height:76px!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#67d9ff 0%,#8b5cf6 58%,#ff6b57 100%)!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.06),0 0 18px rgba(103,217,255,.18),0 0 28px rgba(139,92,246,.18)!important;
}
.hk-home .hk-card-market__title:after{
  content:""!important;
  position:absolute!important;
  inset-inline-start:18px!important;
  top:15px!important;
  width:126px!important;
  height:1px!important;
  background:linear-gradient(90deg,rgba(103,217,255,.85),rgba(139,92,246,.38),transparent)!important;
}
.hk-home .hk-card-market__kicker{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  margin-bottom:9px!important;
  padding:0!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  color:#71dcff!important;
  text-shadow:0 0 16px rgba(103,217,255,.16)!important;
}
.hk-home .hk-card-market__kicker i{
  width:34px!important;
  height:2px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#71dcff,#8b5cf6,#ff6b57)!important;
  box-shadow:0 0 14px rgba(139,92,246,.18)!important;
}
.hk-home .hk-card-market__title h2{
  font-size:60px!important;
  line-height:.98!important;
  letter-spacing:-.05em!important;
  font-weight:1000!important;
  text-shadow:0 14px 32px rgba(3,6,18,.34)!important;
  margin:0!important;
}
.hk-home .hk-card-market__title p{
  max-width:760px!important;
  margin-top:12px!important;
  font-size:15px!important;
  line-height:1.9!important;
}
.hk-home .hk-card-market__all-top{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  min-height:64px!important;
  padding:0 26px!important;
  border:none!important;
  border-radius:0!important;
  clip-path:polygon(0 14px,14px 0,calc(100% - 18px) 0,100% 18px,100% calc(100% - 14px),calc(100% - 14px) 100%,0 100%,0 14px)!important;
  background:linear-gradient(135deg,rgba(11,14,31,.98),rgba(28,19,51,.96) 52%,rgba(57,18,31,.94))!important;
  box-shadow:0 22px 50px rgba(4,6,16,.34)!important;
  color:#faf7ff!important;
}
.hk-home .hk-card-market__all-top:before{
  content:""!important;
  position:absolute!important;
  inset:1px!important;
  clip-path:inherit!important;
  background:linear-gradient(135deg,rgba(16,20,43,.98),rgba(23,19,43,.96) 58%,rgba(40,13,28,.96))!important;
  z-index:-2!important;
}
.hk-home .hk-card-market__all-top:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(120deg,rgba(103,217,255,.16),transparent 28%,transparent 64%,rgba(255,107,87,.16))!important;
  z-index:-1!important;
}
.hk-home .hk-card-market__all-top span{
  position:relative!important;
  font-size:14px!important;
  font-weight:900!important;
  letter-spacing:.01em!important;
}
.hk-home .hk-card-market__all-top svg,
.hk-home .hk-card-market__all-top i{
  width:18px!important;
  height:18px!important;
}
.hk-home .hk-card-market__all-top:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 26px 56px rgba(4,6,16,.42)!important;
}
.hk-home .hk-card-market__all-top:hover span{
  color:#fff!important;
}
@media(max-width:1180px){
  .hk-home .hk-card-market__title h2{font-size:52px!important}
}
@media(max-width:760px){
  .hk-home .hk-card-market__head{grid-template-columns:1fr!important;align-items:start!important;gap:12px!important;margin-bottom:14px!important}
  .hk-home .hk-card-market__title{padding-inline-start:14px!important}
  .hk-home .hk-card-market__title:before{top:4px!important;height:54px!important;width:3px!important}
  .hk-home .hk-card-market__title:after{inset-inline-start:14px!important;top:12px!important;width:88px!important}
  .hk-home .hk-card-market__kicker{font-size:10px!important;margin-bottom:6px!important}
  .hk-home .hk-card-market__kicker i{width:24px!important}
  .hk-home .hk-card-market__title h2{font-size:33px!important;line-height:1.02!important}
  .hk-home .hk-card-market__title p{font-size:11px!important;line-height:1.7!important;margin-top:8px!important}
  .hk-home .hk-card-market__all-top{justify-self:start!important;min-height:48px!important;padding:0 16px!important;clip-path:polygon(0 10px,10px 0,calc(100% - 12px) 0,100% 12px,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px)!important}
  .hk-home .hk-card-market__all-top span{font-size:11px!important}
}

/* HAWK EYE v6.0 — Reviews Command Center */
.hk-home .hk-review-lounge{
  position:relative!important;
  padding:28px!important;
  border-radius:0!important;
  clip-path:polygon(0 20px,20px 0,calc(100% - 22px) 0,100% 22px,100% calc(100% - 20px),calc(100% - 20px) 100%,20px 100%,0 calc(100% - 20px))!important;
  border:1px solid rgba(139,92,246,.18)!important;
  background:radial-gradient(700px 300px at 92% 0,rgba(139,92,246,.12),transparent 64%),radial-gradient(520px 260px at 6% 96%,rgba(255,90,61,.07),transparent 68%),linear-gradient(145deg,rgba(11,14,30,.985),rgba(7,9,20,.99))!important;
  box-shadow:0 30px 90px rgba(2,4,12,.28)!important;
  overflow:hidden!important;
}
.hk-home .hk-review-lounge:before{
  content:""!important;
  position:absolute!important;
  inset:10px!important;
  clip-path:polygon(0 15px,15px 0,calc(100% - 17px) 0,100% 17px,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 calc(100% - 15px))!important;
  border:1px solid rgba(255,255,255,.045)!important;
  pointer-events:none!important;
}
.hk-home .hk-review-lounge:after{
  content:""!important;
  position:absolute!important;
  top:0!important;right:10%!important;width:190px!important;height:2px!important;
  background:linear-gradient(90deg,transparent,#67d9ff,#8b5cf6,#ff6b57,transparent)!important;
  box-shadow:0 0 20px rgba(139,92,246,.22)!important;
  pointer-events:none!important;
}
.hk-home .hk-review-lounge__hero{
  position:relative!important;z-index:2!important;
  display:grid!important;grid-template-columns:minmax(0,1fr) minmax(300px,390px)!important;
  align-items:stretch!important;gap:22px!important;margin-bottom:22px!important;
}
.hk-home .hk-review-lounge__heading{
  position:relative!important;padding:14px 18px 14px 24px!important;
}
.hk-home .hk-review-lounge__heading:before{
  content:""!important;position:absolute!important;inset-inline-start:0!important;top:14px!important;width:4px!important;height:88px!important;
  background:linear-gradient(180deg,#67d9ff,#8b5cf6 58%,#ff6b57)!important;
  box-shadow:0 0 20px rgba(103,217,255,.14),0 0 28px rgba(139,92,246,.14)!important;
}
.hk-home .hk-review-lounge__eyebrow{
  display:inline-flex!important;align-items:center!important;gap:9px!important;margin-bottom:8px!important;
  color:#71dcff!important;font-size:11px!important;font-weight:900!important;letter-spacing:.08em!important;
}
.hk-home .hk-review-lounge__eyebrow i{
  width:30px!important;height:2px!important;border-radius:999px!important;background:linear-gradient(90deg,#71dcff,#8b5cf6,#ff6b57)!important;
}
.hk-home .hk-review-lounge__eyebrow i:after{display:none!important}
.hk-home .hk-review-lounge__heading h2{
  margin:0!important;font-size:54px!important;line-height:1!important;font-weight:1000!important;letter-spacing:-.05em!important;color:#fff!important;
  text-shadow:0 14px 36px rgba(0,0,0,.28)!important;
}
.hk-home .hk-review-lounge__heading p{
  max-width:780px!important;margin:12px 0 0!important;color:#aaa4bf!important;font-size:14px!important;line-height:1.9!important;
}
.hk-home .hk-review-lounge__headline-score{
  position:relative!important;overflow:hidden!important;min-width:0!important;padding:20px 22px!important;border-radius:0!important;
  clip-path:polygon(0 16px,16px 0,calc(100% - 16px) 0,100% 16px,100% calc(100% - 16px),calc(100% - 16px) 100%,16px 100%,0 calc(100% - 16px))!important;
  border:1px solid rgba(139,92,246,.20)!important;
  background:linear-gradient(135deg,rgba(16,20,43,.96),rgba(23,17,42,.96) 58%,rgba(43,15,29,.92))!important;
  display:grid!important;grid-template-columns:auto 1fr!important;align-items:center!important;gap:18px!important;
}
.hk-home .hk-review-lounge__headline-score:before{
  content:""!important;position:absolute!important;inset:0!important;
  background:linear-gradient(115deg,rgba(103,217,255,.08),transparent 34%,transparent 62%,rgba(255,107,87,.10))!important;pointer-events:none!important;
}
.hk-home .hk-review-lounge__headline-score:after{
  content:""!important;position:absolute!important;left:16px!important;right:16px!important;bottom:10px!important;height:1px!important;
  background:linear-gradient(90deg,#67d9ff,#8b5cf6,#ff6b57,transparent)!important;opacity:.52!important;
}
.hk-home .hk-review-lounge__score-number{
  position:relative!important;z-index:1!important;font-size:64px!important;line-height:.9!important;font-weight:1000!important;color:#fff!important;
  background:none!important;-webkit-text-fill-color:initial!important;text-shadow:0 10px 30px rgba(0,0,0,.30)!important;
}
.hk-home .hk-review-lounge__score-meta{position:relative!important;z-index:1!important;display:grid!important;gap:5px!important}
.hk-home .hk-review-lounge__score-meta b{font-size:17px!important;letter-spacing:3px!important;color:#ffcb55!important;text-shadow:0 0 18px rgba(255,203,85,.16)!important}
.hk-home .hk-review-lounge__score-meta small{font-size:10px!important;color:#9e98b3!important}

.hk-home .hk-review-lounge__stage{
  position:relative!important;z-index:2!important;display:grid!important;grid-template-columns:minmax(260px,320px) minmax(0,1fr)!important;
  gap:16px!important;padding:16px!important;border-radius:0!important;
  clip-path:polygon(0 18px,18px 0,calc(100% - 18px) 0,100% 18px,100% calc(100% - 18px),calc(100% - 18px) 100%,18px 100%,0 calc(100% - 18px))!important;
  border:1px solid rgba(139,92,246,.14)!important;background:linear-gradient(180deg,rgba(12,15,32,.82),rgba(8,10,22,.88))!important;
}
.hk-home .hk-review-lounge__stage::before{display:none!important}
.hk-home .hk-review-lounge__trust-panel{
  order:2!important;position:relative!important;padding:18px!important;border-radius:0!important;
  clip-path:polygon(0 14px,14px 0,calc(100% - 14px) 0,100% 14px,100% calc(100% - 14px),calc(100% - 14px) 100%,14px 100%,0 calc(100% - 14px))!important;
  border:1px solid rgba(139,92,246,.18)!important;background:linear-gradient(145deg,rgba(17,21,44,.98),rgba(11,13,28,.98))!important;
}
.hk-home .hk-review-lounge__trust-panel:before{
  content:""!important;position:absolute!important;top:0!important;right:0!important;width:88px!important;height:2px!important;
  background:linear-gradient(90deg,transparent,#a855f7,#ff5a3d)!important;
}
.hk-home .hk-review-lounge__trust-top{padding-bottom:16px!important;margin-bottom:16px!important;border-bottom:1px solid rgba(139,92,246,.13)!important}
.hk-home .hk-review-lounge__trust-top>span{font-size:10px!important;color:#9a94b2!important;font-weight:800!important}
.hk-home .hk-review-lounge__trust-top strong{display:block!important;margin:5px 0!important;font-size:58px!important;line-height:.95!important;color:#fff!important;font-weight:1000!important}
.hk-home .hk-review-lounge__trust-top small{font-size:9px!important;color:#8e88a3!important}
.hk-home .hk-review-lounge__bars{display:grid!important;gap:9px!important}
.hk-home .hk-review-lounge__bar{display:grid!important;grid-template-columns:30px 1fr 34px!important;align-items:center!important;gap:8px!important}
.hk-home .hk-review-lounge__bar b,.hk-home .hk-review-lounge__bar em{font-size:9px!important;color:#a49eb8!important}
.hk-home .hk-review-lounge__bar>span{height:7px!important;border-radius:999px!important;background:rgba(139,92,246,.10)!important;overflow:hidden!important}
.hk-home .hk-review-lounge__bar>span i{display:block!important;width:var(--review-width)!important;height:100%!important;border-radius:inherit!important;background:linear-gradient(90deg,#6d5cff,#a855f7,#ff5a63)!important;box-shadow:0 0 14px rgba(168,85,247,.14)!important}
.hk-home .hk-review-lounge__promise{
  margin-top:16px!important;padding:12px!important;border-radius:0!important;
  clip-path:polygon(0 10px,10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%)!important;
  border:1px solid rgba(255,90,61,.16)!important;background:linear-gradient(110deg,rgba(255,90,61,.055),rgba(139,92,246,.06))!important;
}
.hk-home .hk-review-lounge__promise-mark{width:38px!important;height:38px!important;border-radius:0!important;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%)!important;background:linear-gradient(135deg,#7c3aed,#ff5a3d)!important;color:#fff!important}

.hk-home .hk-review-lounge__voices{order:1!important;min-width:0!important;padding:6px!important}
.hk-home .hk-review-lounge__voices-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:14px!important;margin-bottom:14px!important}
.hk-home .hk-review-lounge__voices-head>div:first-child span{font-size:9px!important;color:#8fd8c7!important;font-weight:800!important}
.hk-home .hk-review-lounge__voices-head strong{display:block!important;margin-top:4px!important;font-size:22px!important;color:#fff!important;font-weight:900!important}
.hk-home .hk-review-lounge__nav{display:flex!important;gap:7px!important}
.hk-home .hk-review-lounge__nav button{
  width:42px!important;height:42px!important;border-radius:0!important;clip-path:polygon(0 9px,9px 0,100% 0,100% calc(100% - 9px),calc(100% - 9px) 100%,0 100%)!important;
  border:1px solid rgba(139,92,246,.18)!important;background:#11152a!important;color:#fff!important;
}
.hk-home .hk-review-lounge__nav button:hover{background:linear-gradient(135deg,#7c3aed,#ff5a3d)!important}
.hk-home .hk-review-lounge__track{display:flex!important;gap:12px!important;overflow:auto!important;scrollbar-width:none!important;padding:2px!important}
.hk-home .hk-review-lounge-card{
  flex:0 0 clamp(260px,31vw,380px)!important;min-height:208px!important;padding:17px!important;border-radius:0!important;
  clip-path:polygon(0 14px,14px 0,calc(100% - 14px) 0,100% 14px,100% calc(100% - 14px),calc(100% - 14px) 100%,14px 100%,0 calc(100% - 14px))!important;
  border:1px solid rgba(139,92,246,.16)!important;background:linear-gradient(155deg,rgba(17,21,43,.98),rgba(9,11,24,.98))!important;
  box-shadow:0 16px 38px rgba(0,0,0,.12)!important;transition:transform .22s,border-color .22s!important;
}
.hk-home .hk-review-lounge-card:hover{transform:translateY(-4px)!important;border-color:rgba(168,85,247,.34)!important}
.hk-home .hk-review-lounge-card__accent{height:2px!important;background:linear-gradient(90deg,#67d9ff,#8b5cf6,#ff5a3d,transparent)!important}
.hk-home .hk-review-lounge-card header{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important}
.hk-home .hk-review-lounge-card__avatar{
  width:46px!important;height:46px!important;border-radius:0!important;clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px)!important;
  background:linear-gradient(135deg,#7c3aed,#a855f7 52%,#ff5a3d)!important;color:#fff!important;font-size:18px!important;font-weight:900!important;
}
.hk-home .hk-review-lounge-card__who strong{font-size:13px!important;color:#fff!important}.hk-home .hk-review-lounge-card__who small{font-size:8px!important;color:#888fa8!important}
.hk-home .hk-review-lounge-card__stars{font-size:12px!important;color:#ffc84a!important;white-space:nowrap!important}.hk-home .hk-review-lounge-card__stars i{color:#3c4157!important;font-style:normal!important}
.hk-home .hk-review-lounge-card__quote{font-size:50px!important;line-height:.8!important;color:rgba(139,92,246,.28)!important;margin-top:6px!important}
.hk-home .hk-review-lounge-card>p{min-height:64px!important;margin:4px 0 12px!important;font-size:12px!important;line-height:1.75!important;color:#d8d4e3!important}
.hk-home .hk-review-lounge-card footer{padding-top:10px!important;border-top:1px solid rgba(255,255,255,.055)!important}.hk-home .hk-review-lounge-card footer span{font-size:8px!important;color:#91a39d!important}.hk-home .hk-review-lounge-card footer b{font:900 10px/1 Arial,sans-serif!important;color:#706b84!important}
.hk-home .hk-review-lounge__dots{margin-top:12px!important}

.hk-home .hk-review-lounge__compose{
  position:relative!important;z-index:2!important;margin-top:18px!important;padding:18px!important;border-radius:0!important;
  clip-path:polygon(0 18px,18px 0,calc(100% - 18px) 0,100% 18px,100% calc(100% - 18px),calc(100% - 18px) 100%,18px 100%,0 calc(100% - 18px))!important;
  border:1px solid rgba(139,92,246,.16)!important;background:linear-gradient(115deg,rgba(14,18,39,.98),rgba(10,12,27,.98) 62%,rgba(38,14,29,.94))!important;
  display:grid!important;grid-template-columns:minmax(260px,380px) minmax(0,1fr)!important;gap:20px!important;
}
.hk-home .hk-review-lounge__compose:before{
  content:""!important;position:absolute!important;right:0!important;top:0!important;width:180px!important;height:2px!important;background:linear-gradient(90deg,transparent,#67d9ff,#8b5cf6,#ff6b57)!important;
}
.hk-home .hk-review-lounge__compose-copy{padding:10px!important;align-self:center!important}
.hk-home .hk-review-lounge__compose-copy>span{font-size:10px!important;color:#a98cff!important;font-weight:900!important}
.hk-home .hk-review-lounge__compose-copy h3{margin:7px 0 9px!important;font-size:28px!important;line-height:1.1!important;color:#fff!important;font-weight:1000!important}
.hk-home .hk-review-lounge__compose-copy p{font-size:11px!important;line-height:1.8!important;color:#9791aa!important}
.hk-home .hk-review-lounge__compose-points{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:12px!important}.hk-home .hk-review-lounge__compose-points span{font-size:8px!important;color:#a9a3ba!important}.hk-home .hk-review-lounge__compose-points i{width:6px!important;height:6px!important;background:linear-gradient(135deg,#7c3aed,#ff5a3d)!important}
.hk-home .hk-review-lounge-form{
  padding:15px!important;border-radius:0!important;clip-path:polygon(0 14px,14px 0,calc(100% - 14px) 0,100% 14px,100% calc(100% - 14px),calc(100% - 14px) 100%,14px 100%,0 calc(100% - 14px))!important;
  border:1px solid rgba(139,92,246,.14)!important;background:rgba(6,8,18,.58)!important;
}
.hk-home .hk-review-lounge-form__grid{gap:10px!important}.hk-home .hk-review-lounge-form label>span,.hk-home .hk-review-lounge-form__rating>span{font-size:9px!important;color:#aaa4bc!important;font-weight:800!important}
.hk-home .hk-review-lounge-form input,.hk-home .hk-review-lounge-form textarea,.hk-home .hk-review-lounge-form select{
  border-radius:0!important;clip-path:polygon(0 8px,8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%)!important;
  background:#090c1a!important;border:1px solid rgba(139,92,246,.14)!important;color:#fff!important;
}
.hk-home .hk-review-lounge-form input:focus,.hk-home .hk-review-lounge-form textarea:focus,.hk-home .hk-review-lounge-form select:focus{border-color:rgba(168,85,247,.36)!important;box-shadow:0 0 0 2px rgba(139,92,246,.08)!important}
.hk-home .hk-review-lounge-form__rating{margin-top:12px!important}.hk-home .hk-review-lounge-form__stars label{font-size:30px!important;color:#525873!important;transition:color .18s,transform .18s!important}.hk-home .hk-review-lounge-form__stars label:hover{transform:translateY(-2px)!important}
.hk-home .hk-review-lounge-form__comment{margin-top:10px!important}
.hk-home .hk-review-lounge-form__submit{
  min-height:52px!important;margin-top:12px!important;border-radius:0!important;clip-path:polygon(0 11px,11px 0,calc(100% - 12px) 0,100% 12px,100% calc(100% - 11px),calc(100% - 11px) 100%,0 100%,0 11px)!important;
  background:linear-gradient(100deg,#7c3aed,#a855f7 50%,#ff5a3d)!important;border:0!important;color:#fff!important;font-size:12px!important;font-weight:900!important;box-shadow:0 16px 34px rgba(124,58,237,.20)!important;
}
.hk-home .hk-review-lounge-form__submit:hover{transform:translateY(-2px)!important;box-shadow:0 20px 40px rgba(124,58,237,.27)!important}

@media(max-width:1050px){
  .hk-home .hk-review-lounge__hero{grid-template-columns:1fr minmax(250px,310px)!important}
  .hk-home .hk-review-lounge__heading h2{font-size:46px!important}
  .hk-home .hk-review-lounge__stage{grid-template-columns:250px minmax(0,1fr)!important}
  .hk-home .hk-review-lounge__compose{grid-template-columns:300px minmax(0,1fr)!important}
}
@media(max-width:760px){
  .hk-home .hk-review-lounge{padding:14px!important;clip-path:polygon(0 14px,14px 0,calc(100% - 14px) 0,100% 14px,100% calc(100% - 14px),calc(100% - 14px) 100%,14px 100%,0 calc(100% - 14px))!important}
  .hk-home .hk-review-lounge__hero{grid-template-columns:1fr!important;gap:12px!important;margin-bottom:12px!important}
  .hk-home .hk-review-lounge__heading{padding:8px 10px 8px 16px!important}.hk-home .hk-review-lounge__heading:before{top:8px!important;height:58px!important;width:3px!important}
  .hk-home .hk-review-lounge__eyebrow{font-size:9px!important;margin-bottom:5px!important}.hk-home .hk-review-lounge__eyebrow i{width:22px!important}
  .hk-home .hk-review-lounge__heading h2{font-size:31px!important;line-height:1.02!important}.hk-home .hk-review-lounge__heading p{font-size:10.5px!important;line-height:1.65!important;margin-top:7px!important}
  .hk-home .hk-review-lounge__headline-score{padding:14px!important;grid-template-columns:auto 1fr!important}.hk-home .hk-review-lounge__score-number{font-size:46px!important}.hk-home .hk-review-lounge__score-meta b{font-size:13px!important}
  .hk-home .hk-review-lounge__stage{grid-template-columns:1fr!important;padding:10px!important;gap:10px!important}.hk-home .hk-review-lounge__trust-panel{order:2!important}.hk-home .hk-review-lounge__voices{order:1!important}
  .hk-home .hk-review-lounge__trust-panel{display:grid!important;grid-template-columns:auto 1fr!important;gap:12px!important;align-items:center!important}.hk-home .hk-review-lounge__trust-top{margin:0!important;padding:0 0 0 12px!important;border-bottom:0!important;border-inline-end:1px solid rgba(139,92,246,.12)!important}.hk-home .hk-review-lounge__trust-top strong{font-size:40px!important}.hk-home .hk-review-lounge__bars{gap:6px!important}.hk-home .hk-review-lounge__promise{grid-column:1/-1!important;margin-top:0!important}
  .hk-home .hk-review-lounge-card{flex-basis:82vw!important;min-height:190px!important;padding:14px!important}
  .hk-home .hk-review-lounge-card__avatar{width:40px!important;height:40px!important;font-size:15px!important}.hk-home .hk-review-lounge-card>p{font-size:11px!important;min-height:56px!important}
  .hk-home .hk-review-lounge__compose{grid-template-columns:1fr!important;padding:12px!important;gap:10px!important}.hk-home .hk-review-lounge__compose-copy h3{font-size:22px!important}.hk-home .hk-review-lounge-form{padding:11px!important}.hk-home .hk-review-lounge-form__grid{grid-template-columns:1fr!important}.hk-home .hk-review-lounge-form__stars label{font-size:26px!important}
}
html[data-hawk-theme="light"] .hk-home .hk-review-lounge{background:radial-gradient(700px 300px at 92% 0,rgba(139,92,246,.08),transparent 64%),linear-gradient(145deg,#fff,#f7f4ff 58%,#fff7f2)!important;border-color:rgba(103,76,177,.14)!important}
html[data-hawk-theme="light"] .hk-home .hk-review-lounge__heading h2,html[data-hawk-theme="light"] .hk-home .hk-review-lounge__score-number,html[data-hawk-theme="light"] .hk-home .hk-review-lounge__voices-head strong,html[data-hawk-theme="light"] .hk-home .hk-review-lounge-card__who strong,html[data-hawk-theme="light"] .hk-home .hk-review-lounge__compose-copy h3{color:#19152b!important;text-shadow:none!important}
html[data-hawk-theme="light"] .hk-home .hk-review-lounge__heading p,html[data-hawk-theme="light"] .hk-home .hk-review-lounge-card>p,html[data-hawk-theme="light"] .hk-home .hk-review-lounge__compose-copy p{color:#686175!important}
html[data-hawk-theme="light"] .hk-home .hk-review-lounge__headline-score,html[data-hawk-theme="light"] .hk-home .hk-review-lounge__stage,html[data-hawk-theme="light"] .hk-home .hk-review-lounge__trust-panel,html[data-hawk-theme="light"] .hk-home .hk-review-lounge-card,html[data-hawk-theme="light"] .hk-home .hk-review-lounge__compose,html[data-hawk-theme="light"] .hk-home .hk-review-lounge-form{background:linear-gradient(145deg,#fff,#f5f1ff)!important;border-color:rgba(103,76,177,.12)!important}

/* HAWK EYE v6.0.1 — Reviews hierarchy correction */
.hk-home .hk-review-lounge__hero{
  grid-template-columns:minmax(0,1fr) 285px!important;
  gap:18px!important;
}
.hk-home .hk-review-lounge__headline-score{
  padding:16px 18px!important;
  gap:14px!important;
}
.hk-home .hk-review-lounge__score-number{font-size:52px!important}
.hk-home .hk-review-lounge__score-meta b{font-size:15px!important}

/* Force physical layout regardless of RTL: reviews wide left, stats narrow right. */
.hk-home .hk-review-lounge__stage{
  direction:ltr!important;
  grid-template-columns:minmax(0,1fr) 245px!important;
  gap:14px!important;
  align-items:stretch!important;
}
.hk-home .hk-review-lounge__voices{
  grid-column:1!important;
  grid-row:1!important;
  order:initial!important;
  direction:rtl!important;
  padding:8px 10px!important;
}
.hk-home .hk-review-lounge__trust-panel{
  grid-column:2!important;
  grid-row:1!important;
  order:initial!important;
  direction:rtl!important;
  padding:14px!important;
}
.hk-home .hk-review-lounge__trust-top{
  padding-bottom:12px!important;
  margin-bottom:12px!important;
}
.hk-home .hk-review-lounge__trust-top strong{
  font-size:42px!important;
  margin:4px 0!important;
}
.hk-home .hk-review-lounge__trust-top>span{font-size:9px!important}
.hk-home .hk-review-lounge__trust-top small{font-size:8px!important}
.hk-home .hk-review-lounge__bars{gap:7px!important}
.hk-home .hk-review-lounge__bar{grid-template-columns:26px 1fr 28px!important;gap:6px!important}
.hk-home .hk-review-lounge__bar b,.hk-home .hk-review-lounge__bar em{font-size:8px!important}
.hk-home .hk-review-lounge__bar>span{height:6px!important}
.hk-home .hk-review-lounge__promise{margin-top:12px!important;padding:10px!important}
.hk-home .hk-review-lounge__promise-mark{width:34px!important;height:34px!important}

.hk-home .hk-review-lounge__voices-head{margin-bottom:12px!important}
.hk-home .hk-review-lounge__voices-head strong{font-size:24px!important}
.hk-home .hk-review-lounge__track{gap:14px!important}
.hk-home .hk-review-lounge-card{
  flex:0 0 clamp(300px,34%,430px)!important;
  min-height:220px!important;
  padding:18px!important;
}
.hk-home .hk-review-lounge-card__who strong{font-size:14px!important}
.hk-home .hk-review-lounge-card>p{font-size:13px!important;line-height:1.85!important;min-height:72px!important}

@media(max-width:1050px){
  .hk-home .hk-review-lounge__hero{grid-template-columns:minmax(0,1fr) 245px!important}
  .hk-home .hk-review-lounge__stage{grid-template-columns:minmax(0,1fr) 220px!important}
  .hk-home .hk-review-lounge-card{flex-basis:46%!important}
}
@media(max-width:760px){
  .hk-home .hk-review-lounge__hero{grid-template-columns:1fr!important}
  .hk-home .hk-review-lounge__headline-score{max-width:280px!important;padding:12px 14px!important}
  .hk-home .hk-review-lounge__score-number{font-size:42px!important}
  .hk-home .hk-review-lounge__stage{
    direction:rtl!important;
    grid-template-columns:1fr!important;
  }
  .hk-home .hk-review-lounge__voices{
    grid-column:1!important;grid-row:1!important;direction:rtl!important;
  }
  .hk-home .hk-review-lounge__trust-panel{
    grid-column:1!important;grid-row:2!important;direction:rtl!important;
    display:grid!important;grid-template-columns:auto 1fr!important;gap:12px!important;
  }
  .hk-home .hk-review-lounge__trust-top strong{font-size:34px!important}
  .hk-home .hk-review-lounge-card{flex:0 0 82vw!important;min-height:195px!important}
}

/* HAWK EYE v6.1 — Command Footer rebuild */
.hkf-footer.hkf-command{
  position:relative!important;
  margin-top:64px!important;
  padding:0!important;
  border-top:0!important;
  background:linear-gradient(180deg,#070914 0%,#05070f 100%)!important;
  overflow:hidden!important;
}
.hkf-footer.hkf-command:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  background:
    radial-gradient(640px 320px at 88% 0,rgba(124,58,237,.13),transparent 66%),
    radial-gradient(560px 260px at 8% 10%,rgba(103,217,255,.07),transparent 68%),
    linear-gradient(rgba(139,92,246,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(139,92,246,.025) 1px,transparent 1px)!important;
  background-size:auto,auto,34px 34px,34px 34px!important;
}
.hkf-footer.hkf-command:after{
  content:""!important;
  position:absolute!important;
  top:0!important;left:4%!important;right:4%!important;height:2px!important;
  background:linear-gradient(90deg,transparent,#67d9ff 18%,#8b5cf6 48%,#ff6b57 82%,transparent)!important;
  box-shadow:0 0 24px rgba(139,92,246,.22)!important;
}
.hkf-command__shell{position:relative!important;z-index:1!important;padding:34px 0 22px!important}
.hkf-command__core{
  display:grid!important;
  grid-template-columns:minmax(340px,1.25fr) minmax(420px,1.45fr) minmax(190px,.62fr)!important;
  gap:14px!important;
  align-items:stretch!important;
}
.hkf-command__brand,.hkf-command__matrix,.hkf-command__social{
  position:relative!important;
  min-width:0!important;
  border:1px solid rgba(139,92,246,.14)!important;
  background:linear-gradient(180deg,rgba(16,19,37,.88),rgba(8,10,21,.92))!important;
  clip-path:polygon(0 18px,18px 0,calc(100% - 18px) 0,100% 18px,100% calc(100% - 18px),calc(100% - 18px) 100%,18px 100%,0 calc(100% - 18px))!important;
}
.hkf-command__brand:after,.hkf-command__matrix:after,.hkf-command__social:after{
  content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;
  background:linear-gradient(135deg,rgba(103,217,255,.025),transparent 35%,transparent 68%,rgba(255,107,87,.03))!important;
}
.hkf-command__brand{padding:25px!important}
.hkf-command__identity{display:flex!important;align-items:center!important;gap:16px!important;position:relative!important;z-index:1!important}
.hkf-command__logo{
  width:82px!important;height:82px!important;flex:0 0 82px!important;display:grid!important;place-items:center!important;
  overflow:hidden!important;padding:6px!important;background:linear-gradient(145deg,rgba(124,58,237,.18),rgba(103,217,255,.08))!important;
  border:1px solid rgba(139,92,246,.24)!important;
  clip-path:polygon(0 14px,14px 0,100% 0,100% calc(100% - 14px),calc(100% - 14px) 100%,0 100%)!important;
}
.hkf-command__logo img{width:100%!important;height:100%!important;object-fit:contain!important}
.hkf-command__logo b{font-size:34px!important;color:#fff!important}
.hkf-command__brand-copy{display:grid!important;gap:3px!important}
.hkf-command__brand-copy small{display:flex!important;align-items:center!important;gap:8px!important;color:#69dafb!important;font:800 9px/1 Arial,sans-serif!important;letter-spacing:.17em!important}
.hkf-command__brand-copy small i{width:28px!important;height:2px!important;background:linear-gradient(90deg,#67d9ff,#8b5cf6,#ff6b57)!important}
.hkf-command__brand-copy h2{margin:4px 0 0!important;color:#fff!important;font-size:28px!important;line-height:1.15!important;font-weight:900!important}
.hkf-command__brand-copy strong{color:#ae9fff!important;font-size:11px!important;font-weight:800!important}
.hkf-command__brand>p{position:relative!important;z-index:1!important;margin:18px 0 0!important;padding-top:16px!important;border-top:1px solid rgba(139,92,246,.10)!important;color:#9da4bb!important;font-size:12px!important;line-height:1.9!important;max-width:520px!important}
.hkf-command__pulse{position:relative!important;z-index:1!important;display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:8px!important;margin-top:18px!important}
.hkf-command__pulse>span{min-height:34px!important;padding:0 11px!important;display:inline-flex!important;align-items:center!important;gap:7px!important;background:rgba(9,12,25,.74)!important;border:1px solid rgba(139,92,246,.11)!important;color:#d5d8e6!important;font-size:9px!important;font-weight:800!important;clip-path:polygon(0 7px,7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%)!important}
.hkf-command__pulse>span svg{width:14px!important;height:14px!important;color:#75dffb!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important}
.hkf-command__pulse>span>i{width:7px!important;height:7px!important;border-radius:50%!important;background:#647080!important}
.hkf-command__pulse>span.is-live>i{background:#43df9b!important;box-shadow:0 0 0 4px rgba(67,223,155,.08),0 0 15px rgba(67,223,155,.28)!important}

.hkf-command__matrix{padding:22px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:24px!important}
.hkf-command__column{position:relative!important;z-index:1!important;min-width:0!important}
.hkf-command__column+ .hkf-command__column{padding-inline-start:22px!important;border-inline-start:1px solid rgba(139,92,246,.10)!important}
.hkf-command__column header{display:flex!important;align-items:center!important;gap:10px!important;margin-bottom:13px!important}
.hkf-command__column header span{font:900 9px/1 Arial,sans-serif!important;color:#ff7059!important;letter-spacing:.15em!important}
.hkf-command__column header h3{margin:0!important;color:#f8f6ff!important;font-size:17px!important;font-weight:900!important}
.hkf-command__column nav{display:grid!important;gap:4px!important}
.hkf-command__column nav>a{position:relative!important;min-height:42px!important;padding:0 8px!important;display:grid!important;grid-template-columns:28px minmax(0,1fr) 24px!important;align-items:center!important;gap:9px!important;color:#aab0c5!important;background:transparent!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.035)!important;transition:background .2s ease,color .2s ease,transform .2s ease!important}
.hkf-command__column nav>a>svg{width:16px!important;height:16px!important;color:#8d75ff!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important}
.hkf-command__column nav>a>b{font-size:10px!important;font-weight:800!important;color:inherit!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.hkf-command__column nav>a>i{display:grid!important;place-items:center!important;opacity:.45!important}
.hkf-command__column nav>a>i svg{width:12px!important;height:12px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important}
.hkf-command__column nav>a:hover{background:linear-gradient(90deg,rgba(124,58,237,.08),rgba(255,107,87,.03))!important;color:#fff!important;transform:translateX(-2px)!important}
.hkf-command__column nav>a:hover>svg{color:#68dcfb!important}

.hkf-command__social{padding:22px!important;display:flex!important;flex-direction:column!important;position:relative!important;z-index:1!important}
.hkf-command__social header{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:18px!important;position:relative!important;z-index:1!important}
.hkf-command__social header span{font:900 8px/1 Arial,sans-serif!important;color:#ff6b57!important;letter-spacing:.18em!important}
.hkf-command__social header h3{margin:0!important;color:#fff!important;font-size:17px!important;font-weight:900!important}
.hkf-command__social-grid{position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:8px!important}
.hkf-command__social-grid a{height:54px!important;display:grid!important;place-items:center!important;background:rgba(10,13,27,.82)!important;border:1px solid rgba(139,92,246,.12)!important;color:#9c87ff!important;clip-path:polygon(0 9px,9px 0,100% 0,100% calc(100% - 9px),calc(100% - 9px) 100%,0 100%)!important;transition:transform .2s ease,color .2s ease,border-color .2s ease,background .2s ease!important}
.hkf-command__social-grid a svg{width:20px!important;height:20px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important}
.hkf-command__social-grid a:hover{transform:translateY(-3px)!important;color:#70dcfb!important;border-color:rgba(103,217,255,.26)!important;background:rgba(16,19,39,.96)!important}
.hkf-command__social-empty{display:grid!important;place-items:center!important;gap:8px!important;min-height:124px!important;color:#7e8499!important;font-size:9px!important;text-align:center!important}
.hkf-command__social-empty svg{width:26px!important;height:26px!important;color:#8c70ff!important;fill:none!important;stroke:currentColor!important;stroke-width:1.6!important}
.hkf-command__contact-note{position:relative!important;z-index:1!important;margin-top:auto!important;padding-top:16px!important;display:flex!important;align-items:flex-start!important;gap:8px!important;color:#747b91!important;font-size:8px!important;line-height:1.6!important}
.hkf-command__contact-note i{width:6px!important;height:6px!important;flex:0 0 6px!important;border-radius:50%!important;background:#43df9b!important;box-shadow:0 0 12px rgba(67,223,155,.34)!important;margin-top:3px!important}

.hkf-command__rail{margin-top:12px!important;min-height:72px!important;display:grid!important;grid-template-columns:repeat(5,1fr)!important;align-items:stretch!important;border:1px solid rgba(139,92,246,.12)!important;background:linear-gradient(90deg,rgba(10,13,27,.94),rgba(15,15,32,.94),rgba(19,10,23,.92))!important;clip-path:polygon(0 13px,13px 0,calc(100% - 13px) 0,100% 13px,100% calc(100% - 13px),calc(100% - 13px) 100%,13px 100%,0 calc(100% - 13px))!important}
.hkf-command__rail>span{min-width:0!important;padding:12px 17px!important;display:grid!important;grid-template-columns:32px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;border-inline-start:1px solid rgba(139,92,246,.08)!important}
.hkf-command__rail>span:first-child{border-inline-start:0!important}
.hkf-command__rail>span>svg{width:18px!important;height:18px!important;color:#76dffc!important;fill:none!important;stroke:currentColor!important;stroke-width:1.6!important}
.hkf-command__rail>span>div{display:grid!important;gap:2px!important;min-width:0!important}
.hkf-command__rail b{color:#e9e7f3!important;font-size:9px!important;font-weight:900!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.hkf-command__rail small{color:#727990!important;font-size:7.5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}

.hkf-command__final{margin-top:12px!important;min-height:68px!important;display:grid!important;grid-template-columns:minmax(0,1.5fr) auto minmax(260px,.85fr)!important;align-items:center!important;gap:18px!important;padding:11px 16px!important;border:1px solid rgba(139,92,246,.10)!important;background:rgba(7,9,18,.82)!important;clip-path:polygon(0 12px,12px 0,calc(100% - 12px) 0,100% 12px,100% calc(100% - 12px),calc(100% - 12px) 100%,12px 100%,0 calc(100% - 12px))!important}
.hkf-command__payments{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important}
.hkf-command__payments>small{color:#777e92!important;font-size:8px!important;white-space:nowrap!important}
.hkf-command__payments>div{display:flex!important;align-items:center!important;gap:6px!important;min-width:0!important;overflow:hidden!important}
.hkf-command__payments>div>span{min-height:30px!important;padding:0 9px!important;display:inline-flex!important;align-items:center!important;gap:6px!important;background:rgba(124,58,237,.06)!important;border:1px solid rgba(139,92,246,.10)!important;color:#a8aec1!important;font-size:8px!important;white-space:nowrap!important;clip-path:polygon(0 6px,6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%)!important}
.hkf-command__payments svg{width:12px!important;height:12px!important;color:#9b82ff!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important}
.hkf-command__copyright{display:grid!important;gap:2px!important;text-align:center!important;white-space:nowrap!important}
.hkf-command__copyright b{color:#d7d9e4!important;font-size:9px!important;font-weight:800!important}
.hkf-command__copyright small{color:#686f84!important;font-size:7px!important}
.hkf-command__credit{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;min-width:0!important}
.hkf-command__credit>span{color:#6f768a!important;font-size:8px!important;white-space:nowrap!important}
.hkf-command__credit .hkf-credit-host{min-width:0!important;display:flex!important;align-items:center!important}
.hkf-command__credit .hkf-credit-host>*{margin:0!important;max-width:100%!important}

html[data-hawk-theme="light"] .hkf-footer.hkf-command{background:linear-gradient(180deg,#eef0f8,#e4e7f1)!important}
html[data-hawk-theme="light"] .hkf-command__brand,
html[data-hawk-theme="light"] .hkf-command__matrix,
html[data-hawk-theme="light"] .hkf-command__social{background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(246,244,255,.94))!important;border-color:rgba(104,75,170,.12)!important}
html[data-hawk-theme="light"] .hkf-command__brand-copy h2,
html[data-hawk-theme="light"] .hkf-command__column header h3,
html[data-hawk-theme="light"] .hkf-command__social header h3{color:#1a1728!important}
html[data-hawk-theme="light"] .hkf-command__brand>p{color:#656176!important}
html[data-hawk-theme="light"] .hkf-command__column nav>a{color:#5c586c!important;border-bottom-color:rgba(104,75,170,.06)!important}
html[data-hawk-theme="light"] .hkf-command__column nav>a:hover{color:#171424!important;background:rgba(124,58,237,.045)!important}
html[data-hawk-theme="light"] .hkf-command__rail{background:linear-gradient(90deg,#f8f7ff,#f2efff,#fff5f2)!important;border-color:rgba(104,75,170,.10)!important}
html[data-hawk-theme="light"] .hkf-command__rail b{color:#272233!important}
html[data-hawk-theme="light"] .hkf-command__final{background:rgba(255,255,255,.72)!important;border-color:rgba(104,75,170,.10)!important}
html[data-hawk-theme="light"] .hkf-command__copyright b{color:#383242!important}

@media(max-width:1180px){
  .hkf-command__core{grid-template-columns:1fr 1.35fr!important}
  .hkf-command__social{grid-column:1/-1!important;display:grid!important;grid-template-columns:auto 1fr auto!important;align-items:center!important;gap:18px!important}
  .hkf-command__social header{margin:0!important;display:grid!important;gap:3px!important}
  .hkf-command__social-grid{grid-template-columns:repeat(8,48px)!important;justify-content:start!important}
  .hkf-command__social-grid a{height:48px!important}
  .hkf-command__contact-note{margin:0!important;padding:0!important;max-width:220px!important}
  .hkf-command__rail{grid-template-columns:repeat(3,1fr)!important}
  .hkf-command__rail>span:nth-child(4),.hkf-command__rail>span:nth-child(5){border-top:1px solid rgba(139,92,246,.08)!important}
  .hkf-command__final{grid-template-columns:1fr auto!important}
  .hkf-command__credit{grid-column:1/-1!important;justify-content:center!important;padding-top:8px!important;border-top:1px solid rgba(139,92,246,.07)!important}
}
@media(max-width:760px){
  .hkf-footer.hkf-command{margin-top:42px!important}
  .hkf-command__shell{padding:24px 0 16px!important}
  .hkf-command__core{grid-template-columns:1fr!important;gap:10px!important}
  .hkf-command__brand{padding:18px!important}
  .hkf-command__logo{width:66px!important;height:66px!important;flex-basis:66px!important}
  .hkf-command__brand-copy h2{font-size:22px!important}
  .hkf-command__brand>p{font-size:10.5px!important;margin-top:13px!important;padding-top:12px!important}
  .hkf-command__pulse{margin-top:13px!important}
  .hkf-command__matrix{padding:16px!important;grid-template-columns:1fr 1fr!important;gap:14px!important}
  .hkf-command__column+ .hkf-command__column{padding-inline-start:13px!important}
  .hkf-command__column header h3{font-size:14px!important}
  .hkf-command__column nav>a{min-height:38px!important;grid-template-columns:24px minmax(0,1fr)!important;padding:0 4px!important}
  .hkf-command__column nav>a>i{display:none!important}
  .hkf-command__column nav>a>b{font-size:9px!important}
  .hkf-command__social{grid-column:auto!important;grid-template-columns:1fr!important;padding:16px!important;gap:12px!important}
  .hkf-command__social header{display:flex!important;justify-content:space-between!important}
  .hkf-command__social-grid{grid-template-columns:repeat(4,1fr)!important}
  .hkf-command__contact-note{display:none!important}
  .hkf-command__rail{grid-template-columns:repeat(2,1fr)!important;min-height:0!important}
  .hkf-command__rail>span{padding:10px 12px!important;grid-template-columns:26px minmax(0,1fr)!important}
  .hkf-command__rail>span:nth-child(n+3){border-top:1px solid rgba(139,92,246,.08)!important}
  .hkf-command__rail>span>svg{width:15px!important;height:15px!important}
  .hkf-command__final{grid-template-columns:1fr!important;gap:10px!important;padding:12px!important}
  .hkf-command__payments{display:grid!important;gap:7px!important}
  .hkf-command__payments>div{flex-wrap:wrap!important;overflow:visible!important}
  .hkf-command__copyright{text-align:right!important;border-top:1px solid rgba(139,92,246,.07)!important;padding-top:9px!important}
  .hkf-command__credit{grid-column:auto!important;justify-content:flex-start!important;border-top:1px solid rgba(139,92,246,.07)!important;padding-top:9px!important}
}
@media(max-width:430px){
  .hkf-command__matrix{grid-template-columns:1fr!important}
  .hkf-command__column+ .hkf-command__column{padding-inline-start:0!important;padding-top:14px!important;border-inline-start:0!important;border-top:1px solid rgba(139,92,246,.08)!important}
  .hkf-command__social-grid{grid-template-columns:repeat(4,1fr)!important}
  .hkf-command__rail>span{padding:9px!important}
  .hkf-command__rail small{display:none!important}
}

/* HAWK EYE v6.4 — Footer final readability lock */
.hkf-command__column header{gap:11px!important}
.hkf-command__column header .hkf-command__head-icon{
  width:30px!important;height:30px!important;flex:0 0 30px!important;
  display:grid!important;place-items:center!important;
  color:#78ddff!important;
  background:linear-gradient(145deg,rgba(124,58,237,.14),rgba(103,217,255,.07))!important;
  border:1px solid rgba(139,92,246,.18)!important;
  clip-path:polygon(0 7px,7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%)!important;
  box-shadow:inset 0 0 18px rgba(124,58,237,.05)!important;
  letter-spacing:0!important;font-size:0!important;
}
.hkf-command__column header .hkf-command__head-icon svg{
  width:16px!important;height:16px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;
}
.hkf-command__column header h3{font-size:18px!important;line-height:1.2!important}
.hkf-command__column nav>a{min-height:46px!important;padding:0 10px!important;grid-template-columns:30px minmax(0,1fr) 24px!important}
.hkf-command__column nav>a>b{font-size:12px!important;line-height:1.35!important;font-weight:900!important;letter-spacing:0!important}
.hkf-command__column nav>a>svg{width:17px!important;height:17px!important}
.hkf-command__social header h3{font-size:18px!important}
.hkf-command__social-grid a{height:58px!important}
.hkf-command__social-grid a svg{width:22px!important;height:22px!important}
.hkf-command__pulse>span{font-size:10px!important}
.hkf-command__rail b{font-size:10.5px!important}
.hkf-command__rail small{font-size:8px!important}
.hkf-command__payments>div>span{font-size:9px!important;min-height:32px!important;padding:0 10px!important}
@media(max-width:760px){
  .hkf-command__column header .hkf-command__head-icon{width:27px!important;height:27px!important;flex-basis:27px!important}
  .hkf-command__column header .hkf-command__head-icon svg{width:14px!important;height:14px!important}
  .hkf-command__column header h3{font-size:15px!important}
  .hkf-command__column nav>a{min-height:41px!important;padding:0 5px!important;grid-template-columns:25px minmax(0,1fr)!important}
  .hkf-command__column nav>a>b{font-size:10.5px!important}
  .hkf-command__column nav>a>svg{width:15px!important;height:15px!important}
  .hkf-command__social header h3{font-size:15px!important}
  .hkf-command__social-grid a{height:50px!important}
  .hkf-command__rail b{font-size:9.5px!important}
}

/* HAWK EYE v6.6 — Apps library identity sync */
.hk-body .hk-app-library-page{width:min(calc(100% - 48px),var(--hk-max,1560px));margin-inline:auto}
.hk-body .hk-app-library-hero{position:relative;overflow:hidden;min-height:210px;margin:12px 0 18px;padding:34px clamp(24px,3.4vw,50px);border-radius:0!important;border:1px solid rgba(139,92,246,.18)!important;clip-path:polygon(0 20px,20px 0,calc(100% - 20px) 0,100% 20px,100% calc(100% - 20px),calc(100% - 20px) 100%,20px 100%,0 calc(100% - 20px))!important;background:linear-gradient(135deg,rgba(18,21,42,.985),rgba(9,11,25,.99) 56%,rgba(29,13,36,.98))!important}
.hk-body .hk-app-library-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(103,217,255,.22),rgba(139,92,246,.20),rgba(255,90,61,.20)) top/100% 2px no-repeat,radial-gradient(circle at 14% 18%,rgba(103,217,255,.10),transparent 32%),radial-gradient(circle at 84% 28%,rgba(139,92,246,.16),transparent 36%);pointer-events:none}
.hk-body .hk-app-library-hero:after{content:"";position:absolute;left:-72px;bottom:-150px;width:310px;height:310px;border:1px solid rgba(139,92,246,.18);border-radius:50%;opacity:.55;pointer-events:none}
.hk-body .hk-app-library-hero .nova-eyebrow{display:inline-flex;align-items:center;gap:9px;color:#ff765d!important;font-size:11px!important;font-weight:950!important;letter-spacing:.04em}
.hk-body .hk-app-library-hero .nova-eyebrow:before{content:"";width:28px;height:2px;background:linear-gradient(90deg,#67d9ff,#8b5cf6,#ff6b57);box-shadow:0 0 14px rgba(139,92,246,.22)}
.hk-body .hk-app-library-hero h1{margin:8px 0 9px!important;font-size:clamp(40px,4vw,62px)!important;line-height:1.02!important;font-weight:1000!important;letter-spacing:-.05em!important;color:#fff!important;text-shadow:0 16px 34px rgba(3,5,16,.30)!important}
.hk-body .hk-app-library-hero p{max-width:900px!important;margin:0!important;color:#aab4cc!important;font-size:14px!important;line-height:1.9!important}
.hk-body .hk-app-library-hero .apps-discovery-hero__stat{min-width:138px;padding:22px 18px!important;border-radius:0!important;border:1px solid rgba(139,92,246,.22)!important;clip-path:polygon(0 12px,12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%)!important;background:linear-gradient(145deg,rgba(25,22,48,.88),rgba(12,14,30,.92))!important;box-shadow:0 18px 44px rgba(4,6,18,.24)!important}
.hk-body .hk-app-library-hero .apps-discovery-hero__stat strong{color:#ff654c!important;font-size:38px!important}
.hk-body .hk-app-library-hero .apps-discovery-hero__stat span{color:#a8b0c6!important;font-size:10px!important}

.hk-body .hk-app-library-toolbar{grid-template-columns:minmax(280px,1fr) auto auto auto!important;gap:10px!important;margin-bottom:16px!important;padding:10px!important;border-radius:0!important;border:1px solid rgba(139,92,246,.18)!important;clip-path:polygon(0 12px,12px 0,calc(100% - 12px) 0,100% 12px,100% calc(100% - 12px),calc(100% - 12px) 100%,12px 100%,0 calc(100% - 12px))!important;background:linear-gradient(145deg,rgba(16,19,38,.97),rgba(10,12,26,.99))!important}
.hk-body .hk-app-library-toolbar .apps-discovery-search{height:48px!important;border-radius:0!important;border-color:rgba(139,92,246,.16)!important;clip-path:polygon(0 8px,8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%)!important;background:rgba(7,10,21,.72)!important}
.hk-body .hk-app-library-toolbar .apps-discovery-search svg{stroke:#929bb7!important}
.hk-body .hk-app-library-toolbar .apps-discovery-filters button{height:42px!important;border-radius:0!important;clip-path:polygon(0 7px,7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%)!important;color:#aab2c8!important}
.hk-body .hk-app-library-toolbar .apps-discovery-filters button.is-active{color:#ff765d!important;border-color:rgba(255,90,61,.28)!important;background:linear-gradient(135deg,rgba(139,92,246,.12),rgba(255,90,61,.10))!important}
.hk-body .hk-app-library-toolbar .apps-discovery-sort{height:42px!important;border-radius:0!important;clip-path:polygon(0 7px,7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%)!important;border-color:rgba(139,92,246,.16)!important;background:rgba(7,10,21,.62)!important}
.hk-body .hk-app-library-toolbar .apps-discovery-result strong{color:#ff654c!important}

.hk-body .hk-app-library-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}
.hk-body .hk-app-library-tile[hidden]{display:none!important}
.hk-body .hk-app-library-tile .hk-app-tile__actiondeck .is-primary span{font-weight:950}
.hk-body .hk-app-library-tile .hk-app-tile__actiondeck .is-download span{font-weight:950}

.hk-body .apps-discovery-empty{border-radius:0!important;clip-path:polygon(0 12px,12px 0,calc(100% - 12px) 0,100% 12px,100% calc(100% - 12px),calc(100% - 12px) 100%,12px 100%,0 calc(100% - 12px))!important;border-color:rgba(139,92,246,.24)!important;background:linear-gradient(145deg,rgba(15,18,36,.98),rgba(11,13,28,.98))!important}
.hk-body .apps-discovery-empty button{border-radius:0!important;clip-path:polygon(0 8px,8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%)!important;background:linear-gradient(125deg,#7d3ff2,#a74cff 52%,#ff5a3d)!important}

@media(max-width:1180px){
  .hk-body .hk-app-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .hk-body .hk-app-library-toolbar{grid-template-columns:1fr auto auto!important}
  .hk-body .hk-app-library-toolbar .apps-discovery-result{display:none!important}
}
@media(max-width:760px){
  .hk-body .hk-app-library-page{width:min(calc(100% - 20px),var(--hk-max,1560px))!important}
  .hk-body .hk-app-library-hero{grid-template-columns:1fr!important;min-height:0;padding:22px 18px!important;clip-path:polygon(0 14px,14px 0,calc(100% - 14px) 0,100% 14px,100% calc(100% - 14px),calc(100% - 14px) 100%,14px 100%,0 calc(100% - 14px))!important}
  .hk-body .hk-app-library-hero h1{font-size:34px!important}
  .hk-body .hk-app-library-hero p{font-size:11px!important;line-height:1.7!important}
  .hk-body .hk-app-library-hero .apps-discovery-hero__stat{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-width:0!important;padding:12px!important}
  .hk-body .hk-app-library-hero .apps-discovery-hero__stat strong{font-size:24px!important}
  .hk-body .hk-app-library-toolbar{grid-template-columns:1fr!important;gap:8px!important}
  .hk-body .hk-app-library-toolbar .apps-discovery-filters{overflow-x:auto!important;scrollbar-width:none!important}
  .hk-body .hk-app-library-toolbar .apps-discovery-sort{justify-content:space-between!important}
  .hk-body .hk-app-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .hk-body .hk-app-library-tile{min-height:0!important;padding:10px!important;overflow:hidden!important}
  .hk-body .hk-app-library-tile .hk-app-tile__body{grid-template-columns:minmax(0,1fr) 76px!important;gap:8px!important;min-height:150px!important;padding-top:18px!important}
  .hk-body .hk-app-library-tile .hk-app-tile__icon{width:74px!important;height:74px!important;padding:5px!important;clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px)!important}
  .hk-body .hk-app-library-tile .hk-app-tile__name{font-size:14px!important;margin-bottom:8px!important}
  .hk-body .hk-app-library-tile .hk-app-tile__specs{grid-template-columns:1fr!important;margin-bottom:8px!important}
  .hk-body .hk-app-library-tile .hk-app-tile__specs .is-bundle{display:none!important}
  .hk-body .hk-app-library-tile .hk-app-tile__pricebar{padding:7px 8px!important}
  .hk-body .hk-app-library-tile .hk-app-tile__pricebar strong{font-size:11px!important}
  .hk-body .hk-app-library-tile .hk-app-tile__marks{top:8px!important;right:8px!important;gap:3px!important}
  .hk-body .hk-app-library-tile .hk-app-tile__marks span{height:20px!important;padding:0 5px!important;font-size:7px!important}
  .hk-body .hk-app-library-tile .hk-app-tile__serial{top:10px!important;left:9px!important;font-size:8px!important}
  .hk-body .hk-app-library-tile .hk-app-tile__actiondeck{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;margin-top:6px!important;padding:0!important;transform:none!important;opacity:1!important;background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;grid-template-columns:1fr 1fr!important;gap:5px!important}
  .hk-body .hk-app-library-tile .hk-app-tile__actiondeck a{min-height:34px!important;font-size:9px!important;gap:4px!important}
  .hk-body .hk-app-library-tile .hk-app-tile__actiondeck svg{width:11px!important;height:11px!important}
}
@media(max-width:390px){
  .hk-body .hk-app-library-grid{gap:6px!important}
  .hk-body .hk-app-library-tile{padding:8px!important}
  .hk-body .hk-app-library-tile .hk-app-tile__body{grid-template-columns:minmax(0,1fr) 66px!important;gap:6px!important;min-height:138px!important}
  .hk-body .hk-app-library-tile .hk-app-tile__icon{width:64px!important;height:64px!important}
  .hk-body .hk-app-library-tile .hk-app-tile__name{font-size:12.5px!important}
  .hk-body .hk-app-library-tile .hk-app-tile__actiondeck a{font-size:8.5px!important;padding:0 4px!important}
}
