.kf-search-form { position: relative; display: flex; width: 100%; background: var(--kf-white); border: 1px solid var(--kf-border); border-radius: 999px; box-shadow: 0 8px 26px rgba(0,27,42,.12); overflow: visible; }
.kf-search-form input { flex: 1; min-height: 56px; border: 0; background: transparent; padding: 0 22px; font-size: 1rem; min-width: 0; }
.kf-search-form button { width: 70px; min-height: 56px; border: 0; border-radius: 0 999px 999px 0; background: var(--kf-navy-light); color: var(--kf-white); font-size: 1.5rem; cursor: pointer; }
.kf-search-suggest { position: absolute; z-index: 20; left: 18px; right: 18px; top: calc(100% + 8px); background: var(--kf-white); color: var(--kf-text); border: 1px solid var(--kf-border); border-radius: var(--kf-radius); box-shadow: var(--kf-shadow); overflow: hidden; }
.kf-search-suggest a, .kf-search-suggest p { display: grid; grid-template-columns: 44px 1fr; gap: 10px; padding: 10px 12px; border-bottom: 1px solid var(--kf-border); align-items: center; margin: 0; }
.kf-search-suggest img, .kf-search-suggest .kf-mini-placeholder { width: 44px; height: 34px; object-fit: cover; background: var(--kf-navy-light); border-radius: 4px; }
.kf-card { display: flex; flex-direction: column; min-height: 100%; background: var(--kf-white); border: 1px solid var(--kf-border); border-radius: var(--kf-radius); overflow: hidden; box-shadow: 0 8px 20px rgba(0, 27, 42, .05); transition: transform .18s ease, box-shadow .18s ease; }
.kf-card:hover { transform: translateY(-2px); box-shadow: var(--kf-shadow); }
.kf-card__media { position: relative; display: block; overflow: hidden; background: var(--kf-bg); }
.kf-card__image { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; transition: transform .2s ease; }
.kf-card:hover .kf-card__image { transform: scale(1.03); }
.kf-card__body { display: flex; flex: 1; flex-direction: column; padding: 14px 15px 16px; }
.kf-card__badges { display: flex; flex-wrap: wrap; gap: 6px; min-height: 24px; margin-bottom: 8px; }
.kf-card h3 { display: -webkit-box; min-height: 3em; margin: 0 0 8px; overflow: hidden; font-size: 1rem; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.kf-card p { display: -webkit-box; margin: 0 0 8px; overflow: hidden; color: var(--kf-muted); font-size: .9rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.kf-card time { margin-top: auto; color: var(--kf-muted); font-size: .8rem; }
.kf-new-label { position: absolute; top: 8px; left: 8px; z-index: 2; display: inline-flex; align-items: center; min-height: 22px; padding: 2px 8px; border-radius: 4px; background: #D92D20; color: var(--kf-white); font-size: .72rem; font-weight: 800; }
.kf-list-item { display: grid; grid-template-columns: 220px 1fr; gap: 18px; background: var(--kf-white); border: 1px solid var(--kf-border); border-radius: var(--kf-radius); padding: 14px; margin-bottom: 14px; }
.kf-list-item__image { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 6px; }
.kf-list-item h2 { margin: 4px 0 8px; font-size: 1.25rem; }
.kf-category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(132px, 1fr)); gap: 12px; }
.kf-category-tile { display: grid; justify-items: center; align-content: start; gap: 8px; min-height: 156px; padding: 16px 10px; background: var(--kf-white); border: 1px solid var(--kf-border); border-radius: var(--kf-radius); text-align: center; box-shadow: 0 6px 18px rgba(0,27,42,.04); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.kf-category-tile:hover { transform: translateY(-2px); border-color: rgba(30,58,186,.3); box-shadow: var(--kf-shadow); }
.kf-category-tile__icon { display: grid; place-items: center; width: 50px; height: 50px; border: 2px solid rgba(30,58,186,.18); border-radius: 8px; background: #F3F7FF; }
.kf-category-tile__svg { width: 32px; height: 32px; }
.kf-category-tile strong { color: var(--kf-navy); line-height: 1.35; }
.kf-category-tile small { display: -webkit-box; overflow: hidden; color: var(--kf-muted); line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.kf-category-tile em { margin-top: auto; color: var(--kf-muted); font-size: .75rem; font-style: normal; }
.kf-trending-section { padding: 0; }
.kf-trending-section__inner { padding: 26px; overflow: hidden; border: 1px solid rgba(30,58,186,.12); border-radius: var(--kf-radius); background: linear-gradient(135deg, #F2F6FC 0%, #FFFFFF 58%, #EDF4FF 100%); box-shadow: 0 12px 30px rgba(0,27,42,.06); }
.kf-trending-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.kf-trending-head__label { margin: 0 0 7px; color: var(--kf-blue); font-size: .78rem; font-weight: 900; letter-spacing: .08em; }
.kf-trending-head h2 { margin: 0; color: var(--kf-navy); font-size: 1.42rem; line-height: 1.35; }
.kf-trending-head p:not(.kf-trending-head__label) { max-width: 620px; margin: 8px 0 0; color: var(--kf-muted); font-size: .95rem; line-height: 1.7; }
.kf-trending-head__link { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 6px 14px; border: 1px solid rgba(30,58,186,.24); border-radius: 6px; background: var(--kf-white); color: var(--kf-blue); font-size: .86rem; font-weight: 900; white-space: nowrap; }
.kf-trending-head__link::after { content: "→"; margin-left: 7px; }
.kf-trend-layout { display: grid; grid-template-columns: minmax(0, 1.32fr) minmax(280px, .9fr); grid-template-rows: repeat(4, minmax(86px, auto)); gap: 12px; }
.kf-trend-card { position: relative; display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 12px; align-items: center; min-width: 0; min-height: 92px; padding: 10px; overflow: hidden; border: 1px solid rgba(227,232,239,.92); border-radius: var(--kf-radius); background: var(--kf-white); color: var(--kf-text); box-shadow: 0 8px 18px rgba(0,27,42,.045); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.kf-trend-card:hover, .kf-trend-card:focus-visible { transform: translateY(-2px); border-color: rgba(30,58,186,.34); box-shadow: 0 14px 30px rgba(0,27,42,.1); }
.kf-trend-card:focus-visible { outline: 3px solid rgba(37,99,235,.24); outline-offset: 2px; }
.kf-trend-card--featured { grid-row: 1 / span 4; grid-template-columns: 1fr; align-content: start; min-height: 100%; padding: 0; }
.kf-trend-card__rank { position: absolute; z-index: 2; top: 12px; left: 12px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 6px; background: var(--kf-blue); color: var(--kf-white); font-weight: 900; box-shadow: 0 8px 18px rgba(0,27,42,.18); }
.kf-trend-card__media { display: block; overflow: hidden; border-radius: 6px; background: #EAF1FF; }
.kf-trend-card__image { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .2s ease; }
.kf-trend-card:hover .kf-trend-card__image { transform: scale(1.035); }
.kf-trend-card:not(.kf-trend-card--featured) .kf-trend-card__image { aspect-ratio: 1 / 1; }
.kf-trend-card--featured .kf-trend-card__media { border-radius: 0; }
.kf-trend-card--featured .kf-trend-card__image { aspect-ratio: 16 / 9; }
.kf-trend-card__body { display: grid; gap: 7px; min-width: 0; }
.kf-trend-card--featured .kf-trend-card__body { padding: 18px 20px 20px; }
.kf-trend-card__meta { justify-self: start; display: inline-flex; align-items: center; min-height: 22px; max-width: 100%; padding: 2px 8px; overflow: hidden; border-radius: 4px; background: #EEF4FF; color: var(--kf-blue); font-size: .72rem; font-weight: 900; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.kf-trend-card__title { display: -webkit-box; overflow: hidden; color: var(--kf-navy); font-size: .94rem; font-weight: 900; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.kf-trend-card--featured .kf-trend-card__title { font-size: 1.32rem; line-height: 1.45; -webkit-line-clamp: 3; }
.kf-trend-card__excerpt { display: -webkit-box; overflow: hidden; color: var(--kf-muted); font-size: .94rem; line-height: 1.75; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.kf-trend-card__action { justify-self: start; display: inline-flex; align-items: center; min-height: 36px; margin-top: 2px; padding: 6px 13px; border-radius: 6px; background: var(--kf-navy); color: var(--kf-white); font-size: .86rem; font-weight: 900; }
.kf-trend-card__action::after { content: "→"; margin-left: 7px; }
.kf-ranking, .kf-side-cta { background: var(--kf-white); border: 1px solid var(--kf-border); border-radius: var(--kf-radius); padding: 18px; }
.kf-tab-buttons { display: grid; grid-template-columns: repeat(3, 1fr); margin: 12px 0; border-bottom: 1px solid var(--kf-border); }
.kf-tab-buttons button { border: 0; background: transparent; min-height: 38px; font-weight: 800; color: var(--kf-muted); cursor: pointer; }
.kf-tab-buttons .is-active { color: var(--kf-blue); border-bottom: 3px solid var(--kf-blue); }
.kf-ranking__list { display: none; list-style: none; margin: 0; padding: 0; }
.kf-ranking__list.is-active { display: grid; gap: 12px; }
.kf-ranking__list a { display: grid; grid-template-columns: 28px 54px 1fr; gap: 10px; align-items: center; }
.kf-ranking__number { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 5px; background: var(--kf-accent); color: var(--kf-white); font-weight: 900; font-size: .86rem; }
.kf-ranking__image { width: 54px; height: 54px; object-fit: cover; border-radius: 6px; }
.kf-ranking__list strong { display: -webkit-box; overflow: hidden; font-size: .9rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.kf-ranking__list .kf-badge { margin-top: 3px; font-size: .68rem; }
.kf-side-cta { display: grid; gap: 10px; }
.kf-side-cta a { border: 1px solid var(--kf-border); border-radius: 6px; padding: 10px; font-weight: 700; }
.kf-business { display: flex; justify-content: space-between; align-items: center; gap: 20px; background: linear-gradient(135deg, #EDF4FF, #FFFFFF); border: 1px solid var(--kf-border); border-radius: var(--kf-radius); padding: 22px; }
.kf-business__label { display: inline-flex; margin-bottom: 6px; color: var(--kf-blue); font-weight: 900; letter-spacing: .04em; }
.kf-product { display: grid; grid-template-columns: minmax(150px, 200px) minmax(0, 1fr); gap: 18px; border: 1px solid var(--kf-border); background: var(--kf-white); border-radius: var(--kf-radius); padding: 16px; margin: 24px 0; box-shadow: 0 8px 20px rgba(0, 27, 42, .04); }
.kf-product--placeholder { display: none; }
.logged-in .kf-product--placeholder { display: block; color: var(--kf-muted); background: var(--kf-bg); }
.kf-product__media img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: contain; border: 1px solid var(--kf-border); border-radius: 6px; background: var(--kf-bg); }
.kf-product__placeholder { display: grid; place-items: center; align-content: center; gap: 6px; width: 100%; min-height: 150px; aspect-ratio: 4 / 3; border: 1px dashed var(--kf-border); border-radius: 6px; background: #F3F7FF; color: var(--kf-blue); text-align: center; }
.kf-product__placeholder span { font-weight: 900; letter-spacing: .04em; }
.kf-product__placeholder small { color: var(--kf-muted); font-size: .78rem; }
.kf-product__body { min-width: 0; }
.kf-product__body h3 { margin: 8px 0 8px; color: var(--kf-navy); font-size: 1.18rem; line-height: 1.45; }
.kf-product__description { margin: 0 0 10px; color: var(--kf-text); }
.kf-product__points { display: grid; gap: 6px; margin: 12px 0; }
.kf-product__points ul { margin: 0; padding-left: 1.2em; }
.kf-product__points li + li { margin-top: .25em; }
.kf-product__caution { border-left: 4px solid var(--kf-accent); background: #FFF8E6; padding: 10px 12px; border-radius: 0 6px 6px 0; }
.kf-product__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.kf-product__button { flex: 1 1 180px; min-width: 0; min-height: 46px; text-align: center; text-decoration: none; }
.kf-product__notice { margin: 12px 0 0; color: var(--kf-muted); font-size: .82rem; line-height: 1.6; }
.kf-product__admin-note { margin-top: 10px; color: #8A5A00; font-size: .85rem; }
.kf-note { color: var(--kf-muted); }
