body .fk-panel,body .fk-card,body .fk-side-card{box-sizing:border-box}.fk-layout-2{display:grid;grid-template-columns:1.7fr .9fr;gap:24px}.fk-panel{background:#0f172a;border:1px solid rgb(255 255 255 / .06);border-radius:18px;padding:18px;color:#fff;margin-bottom:18px}.fk-panel__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.fk-pill{display:inline-block;padding:6px 10px;border-radius:999px;background:#1e293b;color:#fff;font-size:12px;font-weight:700}.fk-pill--accent{background:#ff8c00;color:#111}.fk-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.fk-stat{background:rgb(255 255 255 / .04);padding:14px;border-radius:14px}.fk-stat strong{display:block;font-size:24px;margin-bottom:6px}.fk-grid{display:grid;gap:18px}.fk-grid--6{grid-template-columns:repeat(6,1fr)}.fk-grid--5{grid-template-columns:repeat(5,1fr)}.fk-grid--4{grid-template-columns:repeat(4,1fr)}.fk-grid--3{grid-template-columns:repeat(3,1fr)}.fk-grid--2{grid-template-columns:repeat(2,1fr)}.fk-card{background:#0f172a;border:1px solid rgb(255 255 255 / .06);border-radius:18px;overflow:hidden;color:#fff;display:block}.fk-card__media{position:relative}.fk-card__media img{display:block;width:100%;height:auto}.fk-card__badge{position:absolute;top:8px;left:8px;background:#ff8c00;color:#111;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:700}.fk-card__body{padding:12px}.fk-card__body h3,.fk-panel h3{margin:0;font-size:16px;line-height:1.35}#fk-watchlist-btn{position:fixed;right:20px;bottom:100px;width:58px;height:58px;border:0;border-radius:999px;background:#ff8c00;color:#111;font-size:24px;font-weight:700;z-index:9999;cursor:pointer;box-shadow:0 12px 26px rgb(255 140 0 / .2)}#fk-watchlist-btn.is-active{transform:scale(1.06)}.fk-profile{padding:24px 0 40px;color:#fff}.fk-profile-hero{display:grid;grid-template-columns:120px 1fr;gap:22px;background:linear-gradient(135deg,#0f172a,#1e293b);border:1px solid rgb(255 255 255 / .06);border-radius:22px;padding:24px;margin-bottom:24px}.fk-profile-avatar img{border-radius:999px}.fk-profile-meta h1{margin:0 0 6px;font-size:30px}.fk-profile-meta p{margin:0 0 14px;opacity:.85}.fk-profile-stats{display:flex;flex-wrap:wrap;gap:12px}.fk-profile-stats>div{background:rgb(255 255 255 / .05);padding:12px 14px;border-radius:14px;min-width:110px}.fk-profile-stats strong{display:block;font-size:22px}.fk-content{line-height:1.7;opacity:.9}.fk-universe-timeline{display:flex;flex-direction:column;gap:16px}.fk-universe-item{display:grid;grid-template-columns:80px 1fr;gap:16px;align-items:center;background:#0f172a;border-radius:18px;padding:14px;color:#fff}.fk-order{font-size:28px;font-weight:800;color:#ff8c00;text-align:center}.fk-universe-link{display:grid;grid-template-columns:120px 1fr;gap:16px;align-items:center;color:#fff}.fk-universe-link img{width:100%;border-radius:12px}.fk-discovery{padding:24px 0 40px;color:#fff}.fk-discovery h1,.fk-discovery h2{margin-top:0}@media (max-width:1200px){.fk-grid--6{grid-template-columns:repeat(4,1fr)}.fk-grid--5{grid-template-columns:repeat(4,1fr)}}@media (max-width:980px){.fk-layout-2{grid-template-columns:1fr}.fk-grid--4,.fk-grid--5,.fk-grid--6{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.fk-profile-hero{grid-template-columns:1fr;text-align:center}.fk-profile-avatar{margin:0 auto}.fk-profile-stats{justify-content:center}.fk-grid--3,.fk-grid--4,.fk-grid--5,.fk-grid--6{grid-template-columns:repeat(2,1fr)}.fk-universe-link{grid-template-columns:100px 1fr}}@media (max-width:520px){.fk-grid--2,.fk-grid--3,.fk-grid--4,.fk-grid--5,.fk-grid--6{grid-template-columns:1fr}}.fk-universe-hero{background:linear-gradient(135deg,#0f172a,#1e293b);background-size:cover;background-position:center;border:1px solid rgb(255 255 255 / .06);border-radius:22px;padding:28px;margin-bottom:24px;color:#fff}.fk-universe-hero__content h1{margin:0 0 8px;font-size:32px}.fk-universe-hero__content p{max-width:760px;opacity:.88;margin:0 0 14px}.fk-panel--dark{background:#08162f}.fk-universe-pro{padding:24px 0 40px;color:#fff}.fk-universe-hero-pro{background:linear-gradient(135deg,#061126,#10224a);background-size:cover;background-position:center;border:1px solid rgb(255 255 255 / .06);border-radius:24px;padding:30px;margin-bottom:24px;overflow:hidden;box-shadow:0 18px 40px rgb(6 17 38 / .22)}.fk-universe-hero-pro__badge{display:inline-block;background:#ff8c00;color:#111;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700;margin-bottom:10px}.fk-universe-hero-pro__content h1{margin:0 0 10px;font-size:34px}.fk-universe-hero-pro__content p{max-width:760px;margin:0 0 18px;opacity:.9}.fk-universe-hero-pro__stats{display:flex;flex-wrap:wrap;gap:14px}.fk-u-stat{min-width:140px;background:rgb(255 255 255 / .06);border:1px solid rgb(255 255 255 / .06);border-radius:18px;padding:14px 16px}.fk-u-stat strong{display:block;font-size:24px;margin-bottom:4px}.fk-u-stat span{font-size:12px;opacity:.85}.fk-universe-grid-pro{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.fk-universe-card-pro{display:block;background:#0b1a37;border:1px solid rgb(255 255 255 / .06);border-radius:18px;overflow:hidden;color:#fff;transition:.22s ease}.fk-universe-card-pro:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgb(255 140 0 / .12)}.fk-universe-card-pro__media{position:relative}.fk-universe-card-pro__media img{display:block;width:100%;aspect-ratio:2/3;object-fit:cover}.fk-universe-card-pro__order{position:absolute;left:10px;top:10px;background:#ff8c00;color:#111;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700}.fk-universe-card-pro__rating{position:absolute;right:10px;top:10px;background:rgb(8 22 47 / .9);color:#fff;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700}.fk-universe-card-pro__body{padding:14px}.fk-universe-card-pro__body h3{margin:0 0 6px;font-size:17px;line-height:1.35}.fk-universe-card-pro__body span{font-size:12px;opacity:.82}.fk-empty-box{background:#0b1a37;color:#fff;border-radius:18px;padding:18px;border:1px solid rgb(255 255 255 / .06)}.fk-collection-pro .fk-panel{background:linear-gradient(135deg,#0f172a,#1e293b)}.fk-collection-grid-pro .fk-card{box-shadow:0 14px 28px rgb(15 23 42 / .12)}@media (max-width:980px){.fk-universe-grid-pro{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.fk-universe-grid-pro{grid-template-columns:1fr}.fk-universe-hero-pro__content h1{font-size:28px}}.fk-discovery-pro,.fk-feed-pro{padding:24px 0 40px;color:#fff}.fk-discovery-hero{background:linear-gradient(135deg,#0a1734,#122857);border:1px solid rgb(255 255 255 / .06);border-radius:24px;padding:30px;margin-bottom:24px;color:#fff}.fk-discovery-hero__content h1{margin:10px 0 10px;font-size:34px}.fk-discovery-hero__content p{margin:0;max-width:760px;opacity:.9}.fk-discovery-block{margin-bottom:20px}.fk-collection-spotlight,.fk-universe-spotlight{display:block;background:#0b1a37;border:1px solid rgb(255 255 255 / .06);border-radius:18px;padding:18px;color:#fff;transition:.2s ease}.fk-collection-spotlight:hover,.fk-universe-spotlight:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgb(255 140 0 / .12)}.fk-collection-spotlight h3{margin:0 0 8px}.fk-collection-spotlight span,.fk-universe-spotlight span{font-size:12px;opacity:.82}.fk-universe-spotlight strong{display:block;margin-bottom:6px}.fk-feed-pro .fk-feed-hero{background:linear-gradient(135deg,#0a1734,#122857);border:1px solid rgb(255 255 255 / .06);border-radius:24px;padding:28px;color:#fff;margin-bottom:20px}.fk-feed-pro .fk-feed-hero h1{margin:0 0 8px;font-size:32px}.fk-feed-pro .fk-feed-hero p{margin:0;opacity:.88}.fk-feed-pro .fk-feed-item{background:#0b1a37}.fk-page-shell{padding:24px 0 40px;color:#fff}.fk-page-shell .fk-layout-2{align-items:start}.fk-page-shell .fk-main-stack{min-width:0}.fk-page-shell .fk-side-stack{display:flex;flex-direction:column;gap:18px}.fk-page-shell .fk-side-stack .fk-panel,.fk-page-shell .fk-side-stack .fk-side-card{position:sticky;top:24px}.fk-page-shell .fk-hero-block,.fk-page-shell .fk-feed-hero,.fk-page-shell .fk-discovery-hero,.fk-page-shell .fk-universe-hero-pro{margin-bottom:20px}.fk-ad-slot{background:linear-gradient(135deg,rgb(11 26 55 / .96),rgb(8 22 47 / .96));border:1px solid rgb(255 255 255 / .08);border-radius:20px;padding:14px;margin-bottom:18px;box-shadow:0 14px 34px rgb(0 0 0 / .18);overflow:hidden}.fk-ad-slot__head{display:flex;justify-content:flex-end;margin-bottom:8px}.fk-ad-slot__body{display:flex;align-items:center;justify-content:center;min-height:90px}.fk-ad-slot--sidebar .fk-ad-slot__body,.fk-ad-slot--content .fk-ad-slot__body{min-height:250px}.fk-ad-slot iframe,.fk-ad-slot img,.fk-ad-slot ins{max-width:100%;margin:0 auto;display:block}.fk-ad-slot script+ins{display:block}.fk-collection-hero{background:linear-gradient(135deg,#0a1734,#122857);border:1px solid rgb(255 255 255 / .06);border-radius:24px;padding:30px;color:#fff;margin-bottom:20px}.fk-collection-hero h1{margin:10px 0 10px;font-size:34px}.fk-collection-hero p{margin:0;max-width:760px;opacity:.9}.fk-collection-stats{display:flex;flex-wrap:wrap;gap:14px;margin-top:18px}.fk-c-stat{min-width:140px;background:rgb(255 255 255 / .06);border:1px solid rgb(255 255 255 / .06);border-radius:18px;padding:14px 16px}.fk-c-stat strong{display:block;font-size:24px;margin-bottom:4px}.fk-c-stat span{font-size:12px;opacity:.82}@media (max-width:980px){.fk-page-shell .fk-side-stack .fk-panel,.fk-page-shell .fk-side-stack .fk-side-card{position:static}}