@charset "UTF-8";
.fade-enter-active,.fade-leave-active{transition:opacity 0.3s ease}.fade-enter-from,.fade-leave-to{opacity:0}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}body.search_open{height:100vh;overflow:hidden;-ms-overflow-style:none;scrollbar-width:none}body.search_open::-webkit-scrollbar{display:none}#search_page.search_popup{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:99999999999;overflow-y:auto;overflow-x:hidden;background:#0c0c0c;-webkit-overflow-scrolling:touch}@media (min-width:700px){#search_page.search_popup{padding:40px 20px}}@media (max-width:700px){#search_page.search_popup{padding:15px}}#search_page.search_popup:not(.active){display:none}#search_page.search_popup::-webkit-scrollbar{width:6px}@media (max-width:700px){#search_page.search_popup::-webkit-scrollbar{display:none}}#search_page.search_popup::-webkit-scrollbar-track{background:transparent}#search_page.search_popup::-webkit-scrollbar-thumb{background:rgba(231, 15, 87, 0.5);border-radius:3px}#search_page.search_popup::-webkit-scrollbar-thumb:hover{background:#e70f57}#search_page.search_popup .search_popup_content{position:relative;z-index:2;margin:0 auto;width:100%}@media (min-width:700px){#search_page.search_popup .search_popup_content{max-width:1200px;padding-top:10px;padding-bottom:60px}}@media (max-width:700px){#search_page.search_popup .search_popup_content{padding-bottom:40px}}#search_page.search_popup .head{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}@media (max-width:700px){#search_page.search_popup .head{margin-bottom:20px}}#search_page.search_popup .head .logo{background:url(/vendor/hdb/themes/HDB/images/logo.svg) center / contain no-repeat;flex-shrink:0}@media (min-width:700px){#search_page.search_popup .head .logo{width:160px;height:55px}}@media (max-width:700px){#search_page.search_popup .head .logo{width:110px;height:40px}}#search_page.search_popup .head #close_btn{cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#1a1a1a;border:1px solid rgba(255, 255, 255, 0.08);-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}@media (max-width:700px){#search_page.search_popup .head #close_btn{width:36px;height:36px}}#search_page.search_popup .head #close_btn:hover{background:#e70f57;border-color:#e70f57;transform:rotate(90deg)}#search_page.search_popup .head #close_btn::after{content:"✕";color:#fff;font-size:22px;font-weight:300;line-height:1}#search_page.search_popup #search_form{position:relative;margin-bottom:30px}@media (max-width:700px){#search_page.search_popup #search_form{margin-bottom:20px}}#search_page.search_popup #search_form .search_icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);pointer-events:none}#search_page.search_popup #search_form .search_icon svg{width:24px;height:24px;color:#808080;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}@media (max-width:700px){#search_page.search_popup #search_form .search_icon svg{width:20px;height:20px}}@media (max-width:700px){#search_page.search_popup #search_form .search_icon{left:14px}}#search_page.search_popup #search_text{width:100%;border:2px solid rgba(255, 255, 255, 0.08);border-radius:8px;background:#1a1a1a;color:#fff;font-weight:500;outline:none;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;box-shadow:0 4px 20px rgba(0, 0, 0, 0.4)}@media (min-width:700px){#search_page.search_popup #search_text{font-size:36px !important;padding:18px 30px 18px 70px;height:80px}}@media (max-width:700px){#search_page.search_popup #search_text{font-size:20px !important;padding:12px 15px 12px 50px;height:54px}}#search_page.search_popup #search_text::placeholder{color:#808080;opacity:0.7}#search_page.search_popup #search_text::-webkit-input-placeholder{color:#808080}#search_page.search_popup #search_text:focus{border-color:#e70f57;box-shadow:0 4px 30px rgba(231, 15, 87, 0.25), 0 0 0 3px rgba(231, 15, 87, 0.1)}#search_page.search_popup #search_text:focus~.search_icon svg{color:#e70f57}.search_sec_title{color:#fff;font-size:22px;font-weight:700;margin-bottom:20px;display:flex;align-items:center;gap:10px}@media (max-width:700px){.search_sec_title{font-size:18px;margin-bottom:14px}}.search_sec_title .icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#e70f57;flex-shrink:0}@media (max-width:700px){.search_sec_title .icon{width:30px;height:30px}}.search_sec_title .icon svg{width:16px;height:16px;color:#fff}@media (max-width:700px){.search_sec_title .icon svg{width:14px;height:14px}}.result_section{margin-bottom:40px;animation:fadeInUp 0.4s ease forwards}@media (max-width:700px){.result_section{margin-bottom:28px}}.search_sec_title .count{font-size:14px;font-weight:400;color:#808080}@media (max-width:700px){.search_sec_title .count{font-size:12px}}.show_more_btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:16px;padding:14px;background:#1a1a1a;border:1px dashed rgba(231, 15, 87, 0.4);border-radius:8px;color:#e70f57;font-size:15px;font-weight:600;cursor:pointer;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}@media (max-width:700px){.show_more_btn{padding:12px;font-size:14px}}.show_more_btn svg{width:18px;height:18px;flex-shrink:0;-moz-transition:transform 0.3s ease;-o-transition:transform 0.3s ease;-webkit-transition:transform 0.3s ease;transition:transform 0.3s ease}.show_more_btn:hover{background:rgba(231, 15, 87, 0.1);border-color:#e70f57}.show_more_btn:hover svg{transform:translateY(3px)}.show_more_btn.is_loading{pointer-events:none;opacity:0.7}.show_more_btn .loader_sm{display:inline-block;width:16px;height:16px;border:2px solid rgba(231, 15, 87, 0.3);border-top-color:#e70f57;border-radius:50%;animation:spin 0.6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}#search_results .no_res{font-size:20px;color:#808080;text-align:center;padding:60px 0;display:flex;flex-direction:column;align-items:center;gap:16px}#search_results .no_res .no_res_icon{width:64px;height:64px;color:#808080;opacity:0.4}.video_grid{display:grid;gap:16px}@media (min-width:700px){.video_grid{grid-template-columns:repeat(4, 1fr)}}@media (max-width:700px){.video_grid{grid-template-columns:repeat(2, 1fr);gap:12px}}.video_card{background:#1a1a1a;border-radius:8px;overflow:hidden;border:1px solid rgba(255, 255, 255, 0.08);-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;text-decoration:none;display:block}.video_card:nth-child(1){animation:fadeInUp 0.4s ease 0.06s forwards;opacity:0}.video_card:nth-child(2){animation:fadeInUp 0.4s ease 0.12s forwards;opacity:0}.video_card:nth-child(3){animation:fadeInUp 0.4s ease 0.18s forwards;opacity:0}.video_card:nth-child(4){animation:fadeInUp 0.4s ease 0.24s forwards;opacity:0}.video_card:nth-child(5){animation:fadeInUp 0.4s ease 0.3s forwards;opacity:0}.video_card:nth-child(6){animation:fadeInUp 0.4s ease 0.36s forwards;opacity:0}.video_card:nth-child(7){animation:fadeInUp 0.4s ease 0.42s forwards;opacity:0}.video_card:nth-child(8){animation:fadeInUp 0.4s ease 0.48s forwards;opacity:0}.video_card:nth-child(9){animation:fadeInUp 0.4s ease 0.54s forwards;opacity:0}.video_card:nth-child(10){animation:fadeInUp 0.4s ease 0.6s forwards;opacity:0}.video_card:nth-child(11){animation:fadeInUp 0.4s ease 0.66s forwards;opacity:0}.video_card:nth-child(12){animation:fadeInUp 0.4s ease 0.72s forwards;opacity:0}.video_card:nth-child(13){animation:fadeInUp 0.4s ease 0.78s forwards;opacity:0}.video_card:nth-child(14){animation:fadeInUp 0.4s ease 0.84s forwards;opacity:0}.video_card:nth-child(15){animation:fadeInUp 0.4s ease 0.9s forwards;opacity:0}.video_card:nth-child(16){animation:fadeInUp 0.4s ease 0.96s forwards;opacity:0}.video_card:nth-child(17){animation:fadeInUp 0.4s ease 1.02s forwards;opacity:0}.video_card:nth-child(18){animation:fadeInUp 0.4s ease 1.08s forwards;opacity:0}.video_card:nth-child(19){animation:fadeInUp 0.4s ease 1.14s forwards;opacity:0}.video_card:nth-child(20){animation:fadeInUp 0.4s ease 1.2s forwards;opacity:0}.video_card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 32px rgba(0, 0, 0, 0.6);border-color:#e70f57;z-index:2}.video_card .thumb{position:relative;overflow:hidden;aspect-ratio:1.7777777778}.video_card .thumb span{display:block;width:100%;height:100%;background-size:cover;background-position:center;-moz-transition:transform 0.4s ease;-o-transition:transform 0.4s ease;-webkit-transition:transform 0.4s ease;transition:transform 0.4s ease}.video_card .thumb .play_overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0, 0, 0, 0.3);opacity:0;-moz-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease}.video_card .thumb .play_overlay .icon_play{color:#fff;width:28px;height:28px;padding:14px;box-sizing:content-box;background:rgba(231, 15, 87, 0.9);border-radius:50%}@media (max-width:700px){.video_card .thumb .play_overlay .icon_play{width:18px;height:18px;padding:11px}}.video_card .thumb .play_overlay .icon_loader{display:none;width:28px;height:28px;border:3px solid rgba(255, 255, 255, 0.3);border-top-color:#fff;border-radius:50%;animation:spin 0.7s linear infinite}@media (max-width:700px){.video_card .thumb .play_overlay .icon_loader{width:18px;height:18px}}.video_card .thumb .play_overlay.loading .icon_play{display:none}.video_card .thumb .play_overlay.loading .icon_loader{display:block}.video_card .thumb .duration{position:absolute;bottom:8px;left:8px;background:rgba(0, 0, 0, 0.8);color:#fff;font-size:12px;font-weight:600;padding:2px 6px;border-radius:4px}.video_card:hover .thumb span{transform:scale(1.08)}.video_card:hover .thumb .play_overlay{opacity:1}.video_card .info{padding:12px}@media (max-width:700px){.video_card .info{padding:8px}}.video_card .info h3{color:#fff;font-size:15px;font-weight:600;line-height:1.3;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:700px){.video_card .info h3{font-size:13px}}.video_card .info .writer{color:#808080;font-size:12px}#search_hover_vid{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;z-index:3;transition:opacity 0.3s ease;pointer-events:none;border-radius:inherit}#search_hover_vid.playing{opacity:1}@media (max-width:700px){#search_hover_vid{display:none !important}}.articles_list{display:flex;flex-direction:column;gap:14px}.article_card{display:grid;gap:20px;padding:16px;background:#1a1a1a;border-radius:8px;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;border:1px solid rgba(255, 255, 255, 0.08);text-decoration:none}@media (min-width:700px){.article_card{grid-template-columns:200px 1fr}}@media (max-width:700px){.article_card{grid-template-columns:120px 1fr;padding:10px;gap:12px}}.article_card:nth-child(1){animation:fadeInUp 0.4s ease 0.06s forwards;opacity:0}.article_card:nth-child(2){animation:fadeInUp 0.4s ease 0.12s forwards;opacity:0}.article_card:nth-child(3){animation:fadeInUp 0.4s ease 0.18s forwards;opacity:0}.article_card:nth-child(4){animation:fadeInUp 0.4s ease 0.24s forwards;opacity:0}.article_card:nth-child(5){animation:fadeInUp 0.4s ease 0.3s forwards;opacity:0}.article_card:nth-child(6){animation:fadeInUp 0.4s ease 0.36s forwards;opacity:0}.article_card:nth-child(7){animation:fadeInUp 0.4s ease 0.42s forwards;opacity:0}.article_card:nth-child(8){animation:fadeInUp 0.4s ease 0.48s forwards;opacity:0}.article_card:nth-child(9){animation:fadeInUp 0.4s ease 0.54s forwards;opacity:0}.article_card:nth-child(10){animation:fadeInUp 0.4s ease 0.6s forwards;opacity:0}.article_card:nth-child(11){animation:fadeInUp 0.4s ease 0.66s forwards;opacity:0}.article_card:nth-child(12){animation:fadeInUp 0.4s ease 0.72s forwards;opacity:0}.article_card:nth-child(13){animation:fadeInUp 0.4s ease 0.78s forwards;opacity:0}.article_card:nth-child(14){animation:fadeInUp 0.4s ease 0.84s forwards;opacity:0}.article_card:nth-child(15){animation:fadeInUp 0.4s ease 0.9s forwards;opacity:0}.article_card:nth-child(16){animation:fadeInUp 0.4s ease 0.96s forwards;opacity:0}.article_card:nth-child(17){animation:fadeInUp 0.4s ease 1.02s forwards;opacity:0}.article_card:nth-child(18){animation:fadeInUp 0.4s ease 1.08s forwards;opacity:0}.article_card:nth-child(19){animation:fadeInUp 0.4s ease 1.14s forwards;opacity:0}.article_card:nth-child(20){animation:fadeInUp 0.4s ease 1.2s forwards;opacity:0}.article_card:hover{background:#272727;transform:translateX(-4px);border-color:#e70f57;box-shadow:4px 0 20px rgba(231, 15, 87, 0.15)}.article_card .thumb{border-radius:6px;overflow:hidden}.article_card .thumb span{display:block;aspect-ratio:1.6;background-size:cover;background-position:center;-moz-transition:transform 0.4s ease;-o-transition:transform 0.4s ease;-webkit-transition:transform 0.4s ease;transition:transform 0.4s ease}.article_card:hover .thumb span{transform:scale(1.05)}.article_card .info{display:flex;flex-direction:column;gap:6px;justify-content:center}.article_card .info h3{color:#fff;font-size:17px;font-weight:600;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;-moz-transition:color 0.3s ease;-o-transition:color 0.3s ease;-webkit-transition:color 0.3s ease;transition:color 0.3s ease}@media (max-width:700px){.article_card .info h3{font-size:14px}}.article_card .info p{color:#808080;font-size:13px;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article_card .info .meta{display:flex;align-items:center;gap:12px;margin-top:auto}.article_card .info .meta .writer{color:#e70f57;font-size:13px;font-weight:500}.article_card .info .meta .date{color:#808080;font-size:12px}.article_card:hover .info h3{color:#e70f57}.faq_list{display:grid;gap:14px}@media (min-width:700px){.faq_list{grid-template-columns:repeat(2, 1fr)}}@media (max-width:700px){.faq_list{grid-template-columns:1fr}}.faq_card{display:grid;grid-template-columns:48px 1fr;gap:14px;padding:18px;background:#1a1a1a;border-radius:8px;border:1px solid rgba(255, 255, 255, 0.08);-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;text-decoration:none;align-items:flex-start}@media (max-width:700px){.faq_card{grid-template-columns:38px 1fr;padding:14px;gap:10px}}.faq_card:nth-child(1){animation:fadeInUp 0.4s ease 0.06s forwards;opacity:0}.faq_card:nth-child(2){animation:fadeInUp 0.4s ease 0.12s forwards;opacity:0}.faq_card:nth-child(3){animation:fadeInUp 0.4s ease 0.18s forwards;opacity:0}.faq_card:nth-child(4){animation:fadeInUp 0.4s ease 0.24s forwards;opacity:0}.faq_card:nth-child(5){animation:fadeInUp 0.4s ease 0.3s forwards;opacity:0}.faq_card:nth-child(6){animation:fadeInUp 0.4s ease 0.36s forwards;opacity:0}.faq_card:nth-child(7){animation:fadeInUp 0.4s ease 0.42s forwards;opacity:0}.faq_card:nth-child(8){animation:fadeInUp 0.4s ease 0.48s forwards;opacity:0}.faq_card:nth-child(9){animation:fadeInUp 0.4s ease 0.54s forwards;opacity:0}.faq_card:nth-child(10){animation:fadeInUp 0.4s ease 0.6s forwards;opacity:0}.faq_card:nth-child(11){animation:fadeInUp 0.4s ease 0.66s forwards;opacity:0}.faq_card:nth-child(12){animation:fadeInUp 0.4s ease 0.72s forwards;opacity:0}.faq_card:nth-child(13){animation:fadeInUp 0.4s ease 0.78s forwards;opacity:0}.faq_card:nth-child(14){animation:fadeInUp 0.4s ease 0.84s forwards;opacity:0}.faq_card:nth-child(15){animation:fadeInUp 0.4s ease 0.9s forwards;opacity:0}.faq_card:nth-child(16){animation:fadeInUp 0.4s ease 0.96s forwards;opacity:0}.faq_card:nth-child(17){animation:fadeInUp 0.4s ease 1.02s forwards;opacity:0}.faq_card:nth-child(18){animation:fadeInUp 0.4s ease 1.08s forwards;opacity:0}.faq_card:nth-child(19){animation:fadeInUp 0.4s ease 1.14s forwards;opacity:0}.faq_card:nth-child(20){animation:fadeInUp 0.4s ease 1.2s forwards;opacity:0}.faq_card:hover{background:#272727;border-color:#e70f57;transform:translateY(-3px);box-shadow:0 8px 24px rgba(0, 0, 0, 0.4)}.faq_card .faq_icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, #e70f57, #9f0a3c);border-radius:12px;flex-shrink:0}@media (max-width:700px){.faq_card .faq_icon{width:38px;height:38px;border-radius:10px}}.faq_card .faq_icon svg{width:22px;height:22px;color:#fff}@media (max-width:700px){.faq_card .faq_icon svg{width:18px;height:18px}}.faq_card .info{display:flex;flex-direction:column;gap:6px}.faq_card .info h3{color:#fff;font-size:16px;font-weight:600;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;-moz-transition:color 0.3s ease;-o-transition:color 0.3s ease;-webkit-transition:color 0.3s ease;transition:color 0.3s ease}@media (max-width:700px){.faq_card .info h3{font-size:14px}}.faq_card .info p{color:#808080;font-size:13px;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.faq_card .info .writer{color:#e70f57;font-size:13px;font-weight:500}.faq_card:hover .info h3{color:#e70f57}.initial_content{padding-top:10px}.hot_subjects{margin-bottom:36px;padding:20px;background:#1a1a1a;border-radius:10px;border:1px solid rgba(255, 255, 255, 0.08)}.hot_subjects .tags_container{display:flex;flex-wrap:wrap;gap:10px}.hot_subjects .tags_container .tag{background:linear-gradient(135deg, #e70f57, #b70c45);border-radius:24px;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;box-shadow:0 2px 8px rgba(231, 15, 87, 0.3)}@media (min-width:700px){.hot_subjects .tags_container .tag{padding:10px 22px}}@media (max-width:700px){.hot_subjects .tags_container .tag{padding:6px 16px}}.hot_subjects .tags_container .tag:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(231, 15, 87, 0.4);background:#f01f65}.hot_subjects .tags_container .tag a{color:#fff;font-size:14px;font-weight:500;white-space:nowrap;text-decoration:none}@media (max-width:700px){.hot_subjects .tags_container .tag a{font-size:13px}}.promoted_section{margin-bottom:36px}.promoted_grid{display:grid;gap:16px}@media (min-width:700px){.promoted_grid{grid-template-columns:repeat(5, 1fr)}}@media (max-width:700px){.promoted_grid{grid-template-columns:repeat(2, 1fr);gap:12px}}.promoted_card{background:#1a1a1a;border-radius:8px;overflow:hidden;border:1px solid rgba(255, 255, 255, 0.08);-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;text-decoration:none;display:block}.promoted_card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0, 0, 0, 0.5);border-color:#e70f57}.promoted_card .thumb{overflow:hidden}.promoted_card .thumb span{display:block;aspect-ratio:1.6;background-size:cover;background-position:center;-moz-transition:transform 0.4s ease;-o-transition:transform 0.4s ease;-webkit-transition:transform 0.4s ease;transition:transform 0.4s ease}.promoted_card:hover .thumb span{transform:scale(1.06)}.promoted_card h3{color:#fff;font-size:14px;font-weight:500;padding:10px;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:50px}@media (max-width:700px){.promoted_card h3{font-size:13px;padding:8px}}.loading{padding:48px 0;display:flex;align-items:center;justify-content:center}.loader_dots{display:flex;align-items:center;gap:6px}.loader_dots span{width:8px;height:8px;border-radius:50%;background:#e70f57;animation:dotPulse 1.2s ease-in-out infinite}.loader_dots span:nth-child(2){animation-delay:0.15s}.loader_dots span:nth-child(3){animation-delay:0.3s}@keyframes dotPulse{0%,80%,100%{opacity:0.2;transform:scale(0.8)}40%{opacity:1;transform:scale(1.2)}}