.aurora-dropdown{position:relative;display:inline-block;z-index:100}.aurora-dropdown .aurora-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;min-width:120px;padding:10px 18px;background:#34495e;border:1px solid #2c3e50;border-radius:25px;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.aurora-dropdown .aurora-dropdown-trigger:hover{background:#2c3e50;box-shadow:0 6px 16px rgba(0,0,0,.2)}.aurora-dropdown .aurora-dropdown-trigger .aurora-dropdown-label{font-size:15px;font-weight:600;color:#ecf0f1;margin-left:10px}.aurora-dropdown .aurora-dropdown-trigger .aurora-dropdown-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #bdc3c7;transition:transform .3s ease}.aurora-dropdown .aurora-dropdown-trigger .aurora-dropdown-arrow.open{transform:rotate(180deg);border-top-color:#fff}.aurora-dropdown .aurora-dropdown-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(10px);min-width:200px;padding:8px 0;margin:0;list-style:none;background:#2c3e50;border:1px solid hsla(0,0%,100%,.2);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.3);opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000}.aurora-dropdown .aurora-dropdown-menu.visible{opacity:1;visibility:visible;transform:translateX(-50%) translateY(15px)}.aurora-dropdown .aurora-dropdown-menu .aurora-dropdown-item{padding:12px 24px;font-size:16px;color:#ecf0f1;text-align:center;cursor:pointer;transition:background-color .2s,color .2s}.aurora-dropdown .aurora-dropdown-menu .aurora-dropdown-item:hover{background-color:#3498db;color:#fff}.no-content-wrapper{display:flex;flex-direction:column;align-items:center;margin-top:120px}.no-content-wrapper .no-content-image{width:120px;height:120px;background:url(https://nbtcdn.com/img/afs/assets/afs-404.webp) no-repeat;background-size:contain}.no-content-wrapper .no-content-description{height:21px;margin:12px 0;font-weight:400;font-size:14px;color:#000}.no-content-wrapper .return-home-button{display:flex;align-items:center;height:36px;padding:0 12px;font-weight:500;font-size:14px;color:#fff;background:#6a86ff;border-radius:10px 10px 10px 10px}.no-content-wrapper .return-home-button .return-home-icon{width:14px;height:14px;margin-right:4px;background:url(https://nbtcdn.com/img/afs/assets/return-back.webp) no-repeat;background-size:contain}.modal-overlay-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647}.modal-overlay-root .modal-backdrop-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.55)}.modal-overlay-root .modal-backdrop-fade-out{animation:hideMask .3s forwards}.modal-overlay-root .modal-backdrop-fade-in{animation:fadeMask .3s forwards}.modal-overlay-root .modal-content-wrapper{position:absolute;z-index:10;width:fit-content}.modal-overlay-root .modal-content-slide-in{animation:showPopup .3s forwards}.modal-overlay-root .modal-content-slide-out{animation:hidePopup .3s forwards}@keyframes showPopup{0%{transform:translate3d(-100%,0,0)}to{transform:translateZ(0)}}@keyframes hidePopup{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}@keyframes fadeMask{0%{opacity:0}to{opacity:1}}@keyframes hideMask{0%{opacity:1}to{opacity:0}}.rating-stars-wrapper{display:flex;align-items:center;justify-content:space-around}.ellipsis-menu-trigger{display:flex;flex-direction:column;justify-content:space-between;width:8px;height:22px;cursor:pointer}.ellipsis-menu-trigger .ellipsis-dot-shape{width:4px;height:4px;background-color:#fff;border-radius:1px}:root{--adm-radius-s:4px;--adm-radius-m:8px;--adm-radius-l:12px;--adm-font-size-1:9px;--adm-font-size-2:10px;--adm-font-size-3:11px;--adm-font-size-4:12px;--adm-font-size-5:13px;--adm-font-size-6:14px;--adm-font-size-7:15px;--adm-font-size-8:16px;--adm-font-size-9:17px;--adm-font-size-10:18px;--adm-color-primary:#1677ff;--adm-color-success:#00b578;--adm-color-warning:#ff8f1f;--adm-color-danger:#ff3141;--adm-color-yellow:#ff9f18;--adm-color-orange:#ff6430;--adm-color-wathet:#e7f1ff;--adm-color-text:#333;--adm-color-text-secondary:#666;--adm-color-weak:#999;--adm-color-light:#ccc;--adm-color-border:#eee;--adm-color-background:#fff;--adm-color-highlight:var(--adm-color-danger);--adm-color-white:#fff;--adm-color-box:#f5f5f5;--adm-color-text-light-solid:var(--adm-color-white);--adm-color-text-dark-solid:#000;--adm-color-fill-content:var(--adm-color-box);--adm-font-size-main:var(--adm-font-size-5);--adm-font-family:-apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,segoe ui,arial,roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;--adm-border-color:var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary:#3086ff;--adm-color-success:#34b368;--adm-color-warning:#ffa930;--adm-color-danger:#ff4a58;--adm-color-yellow:#ffa930;--adm-color-orange:#e65a2b;--adm-color-wathet:#0d2543;--adm-color-text:#e6e6e6;--adm-color-text-secondary:#b3b3b3;--adm-color-weak:grey;--adm-color-light:#4d4d4d;--adm-color-border:#2b2b2b;--adm-color-box:#0a0a0a;--adm-color-background:#1a1a1a;--adm-color-background-body:var(--adm-color-background);--adm-border-color:var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:#333;color:var(--adm-color-text);font-size:13px;font-size:var(--adm-font-size-main);font-family:-apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,segoe ui,arial,roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:#1677ff;color:var(--adm-color-primary);transition:opacity .2s ease-in-out}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size:1;height:calc(var(--size)/2*2px);width:0;position:fixed;left:-100vw;top:-100vh;user-select:none;pointer-events:none}.adm-text-area{--font-size:var(--adm-font-size-9);--color:var(--adm-color-text);--placeholder-color:var(--adm-color-light);--disabled-color:var(--adm-color-weak);--text-align:left;--count-text-align:right;position:relative;width:100%;max-width:100%;max-height:100%}.adm-text-area-element{font-family:var(--adm-font-family);resize:none;flex:auto;display:block;box-sizing:border-box;width:100%;max-width:100%;max-height:100%;padding:0;margin:0;color:var(--color);font-size:var(--font-size);line-height:1.5;background:transparent;border:0;outline:none;-webkit-appearance:none;appearance:none;min-height:1.5em;text-align:var(--text-align)}.adm-text-area-element::placeholder{color:var(--placeholder-color);font-family:inherit}.adm-text-area-element:-webkit-autofill{background-color:transparent}.adm-text-area-element:disabled{color:var(--disabled-color);cursor:not-allowed;opacity:1;-webkit-text-fill-color:var(--disabled-color)}.adm-text-area-element:read-only{cursor:default}.adm-text-area-element:invalid{box-shadow:none}.adm-text-area-element::-ms-clear{display:none}.adm-text-area-element-hidden{visibility:hidden;position:absolute;top:0;left:0;z-index:-1000}.adm-text-area-count{text-align:var(--count-text-align);color:var(--adm-color-weak);font-size:var(--adm-font-size-9);padding-top:8px}.feedback-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483646!important;display:none;background-color:rgba(0,0,0,.4)}.feedback-dialog-overlay-submitted .feedback-dialog-content{width:600px}.feedback-dialog-overlay .feedback-dialog-content{position:absolute;top:50%;left:50%;width:500px;min-height:250px;transform:translate3d(-50%,-50%,0);background:linear-gradient(135deg,#2c3e50,#34495e);border-radius:20px;padding:24px;box-shadow:0 10px 50px rgba(0,0,0,.3)}.feedback-dialog-overlay .feedback-dialog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.feedback-dialog-overlay .feedback-dialog-header span{font-size:24px;font-weight:700;color:#ecf0f1}.feedback-dialog-overlay .feedback-dialog-close-btn{font-size:20px;cursor:pointer;color:#bdc3c7;transition:transform .2s,color .2s}.feedback-dialog-overlay .feedback-dialog-close-btn:hover{transform:rotate(90deg);color:#fff}.feedback-dialog-overlay .feedback-input-container{margin:20px 0;background:hsla(0,0%,100%,.05);border-radius:12px;padding:12px;border:1px solid transparent;transition:border-color .3s}.feedback-dialog-overlay .feedback-input-container:focus-within{border-color:#4ca1af}.feedback-dialog-overlay .feedback-input-container .adm-text-area{--color:#ecf0f1;--count-color:#7f8c8d;background:transparent}.feedback-dialog-overlay .feedback-rating-container{text-align:center;padding:10px 0}.feedback-dialog-overlay .feedback-rating-container .rating-prompt{display:block;margin-bottom:12px;color:#bdc3c7;font-size:16px}.feedback-dialog-overlay .feedback-rating-container .adm-rate{width:100%;justify-content:center;--active-color:#f1c40f;--inactive-color:hsla(0,0%,100%,0.2);font-size:32px}.feedback-dialog-overlay .feedback-success-icon-wrapper{margin-bottom:10px;text-align:center}.feedback-dialog-overlay .feedback-success-icon-wrapper img{width:140px;height:138px}.feedback-dialog-overlay .feedback-success-message{text-align:center;color:#ecf0f1;font-size:18px;font-weight:600}@media screen and (max-width:500px){.feedback-dialog-overlay .feedback-dialog-content{width:80vw}}.news-item-card{overflow:hidden;border-radius:16px;transition:all .3s;box-shadow:0 4px 12px rgba(0,0,0,.08)}.news-item-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.news-item-card .news-item-excerpt{padding:13px 11px;height:72px}.news-item-card .news-item-excerpt a{color:#333;font-size:19px;line-height:23px;font-weight:700;text-align:left;word-break:break-all}.news-item-card.news-item-theme-dark{background-color:#0e0e10}.news-item-card.news-item-theme-dark a{color:#fff}.news-item-card.news-item-theme-dark.news-item-vertical .news-item-excerpt{padding:13px 0}.news-item-card.news-item-theme-dark.news-item-vertical img{border-radius:10px}.news-item-card.news-item-theme-light{background-color:#fff}.news-item-card.news-item-theme-light a{color:#333}.news-item-card.news-item-theme-purple{background-color:#161b3c}.news-item-card.news-item-theme-purple a{color:#fff}.news-item-card.news-item-theme-purple.news-item-vertical .news-item-excerpt{padding:13px 0}.news-item-card.news-item-theme-purple.news-item-vertical img{border-radius:10px}.news-item-horizontal{display:flex}.news-item-horizontal .news-item-thumbnail-left{overflow:hidden;width:240px;cursor:pointer;opacity:1;transition:opacity .3s}.news-item-horizontal .news-item-thumbnail-left-placeholder{background:none}.news-item-horizontal .news-item-details-right{flex:1 1;padding:0 10px}.news-item-horizontal .news-item-details-bottom{padding:16px}.news-item-horizontal .news-item-read-more{display:inline-block;margin-top:12px;color:#3498db;font-weight:600;text-decoration:none;transition:color .3s}.news-item-horizontal .news-item-read-more:hover{color:#2980b9}.news-item-horizontal img{border-radius:16px 16px 0 0}.news-item-vertical .news-item-thumbnail-top{overflow:hidden;cursor:pointer;opacity:1;font-size:0;transition:opacity .3s}.news-item-vertical .news-item-thumbnail-top-placeholder{background:none}.news-item-vertical img{width:100%;height:200px}.news-item-image-link{display:block}.recent-posts-widget .recent-posts-heading{font-size:20px;line-height:28px;text-align:center}.recent-posts-widget .recent-posts-heading-wrapper{position:relative;height:28px;margin-bottom:20px}.recent-posts-widget .recent-posts-heading-wrapper:after,.recent-posts-widget .recent-posts-heading-wrapper:before{position:absolute;top:50%;transform:translate3d(0,-50%,0);content:"";width:90px;height:0;border:1px solid}.recent-posts-widget .recent-posts-heading-wrapper:before{left:0}.recent-posts-widget .recent-posts-heading-wrapper:after{right:0;transform:translate3d(0,-50%,0) rotate(180deg)}.recent-posts-widget .recent-posts-heading-dark:after,.recent-posts-widget .recent-posts-heading-dark:before{border-image:linear-gradient(90deg,hsla(0,0%,100%,0),#fff) 1 1}.recent-posts-widget .recent-posts-heading-dark h2{color:#fff}.recent-posts-widget .recent-posts-heading-light:after,.recent-posts-widget .recent-posts-heading-light:before{border-image:linear-gradient(90deg,transparent,#000) 1 1}.recent-posts-widget .recent-posts-heading-light h2{color:#000}.recent-posts-widget .recent-posts-item{margin-bottom:18px}.recent-posts-widget .recent-posts-item .news-item-excerpt{margin-bottom:0}@media screen and (max-width:1000px){.grid-sidebar-column{width:250px}.recent-posts-widget .recent-posts-heading{font-size:16px;line-height:28px}.recent-posts-widget .recent-posts-heading-wrapper:after,.recent-posts-widget .recent-posts-heading-wrapper:before{width:60px}}.search-input-field{width:calc(100% - 40px);height:30px;line-height:30px;font-size:16px;border:none;flex:1 1;--placeholder-color:#757575}.search-input-field .adm-input-element{font-style:italic}.search-input-field .adm-input-element::placeholder{color:var(--placeholder-color);font-style:italic}.search-input-wrapper{display:flex;align-items:center;width:calc(100% - 6px);max-width:748px;height:48px;padding:0 16px;margin:40px auto 30px;border-radius:24px;transition:all .3s ease}.search-theme-dark{background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2)}.search-theme-dark:focus-within{background-color:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.4)}.search-theme-dark .adm-input-element{color:#fff}.search-theme-dark .search-submit-icon{color:#fff}.search-theme-dark .search-input-field{--placeholder-color:hsla(0,0%,100%,0.5)}.search-theme-light{background-color:#f5f5f5;border:1px solid #e0e0e0}.search-theme-light:focus-within{background-color:#fff;border-color:#3498db;box-shadow:0 2px 8px rgba(52,152,219,.15)}.search-theme-light .adm-input-element{color:#333}.search-theme-light .search-submit-icon{color:#666}.search-submit-icon{width:24px;height:24px;margin-right:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s}.search-submit-icon:hover{transform:scale(1.1)}.search-submit-icon .search-icon-svg{width:20px;height:20px}.adm-input{--font-size:var(--adm-font-size-9);--color:var(--adm-color-text);--placeholder-color:var(--adm-color-light);--text-align:left;--background-color:transparent;display:flex;justify-content:flex-start;align-items:center;width:100%;max-width:100%;max-height:100%;min-height:24px;background-color:var(--background-color)}.adm-input-disabled{opacity:.4;cursor:not-allowed}.adm-input-element{flex:auto;display:inline-block;box-sizing:border-box;width:100%;max-width:100%;max-height:100%;padding:0;margin:0;color:var(--color);font-size:var(--font-size);line-height:1.5;background:transparent;border:0;outline:none;-webkit-appearance:none;appearance:none;min-height:1.5em;text-align:var(--text-align)}.adm-input-element::placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element:-webkit-autofill{background-color:transparent}.adm-input-element:read-only{cursor:default}.adm-input-element:invalid{box-shadow:none}.adm-input-element::-ms-clear{display:none}.adm-input-element::-ms-reveal{display:none}.adm-input-element::-webkit-search-cancel-button{display:none}.adm-input-element::-webkit-search-decoration{display:none}.adm-input-element:disabled{opacity:1}.adm-input-element[type=date],.adm-input-element[type=datetime-local],.adm-input-element[type=time]{min-height:1.5em}.adm-input-element[type=search]{-webkit-appearance:none}.adm-input-element[readonly]{pointer-events:none}.adm-input-clear{flex:none;margin-left:8px;color:var(--adm-color-light);padding:4px;cursor:pointer}.adm-input-clear:active{color:var(--adm-color-weak)}.adm-input-clear .antd-mobile-icon{display:block;font-size:var(--adm-font-size-7)}.aurora-category-card{display:flex;flex-direction:row;padding:24px 0;border-bottom:1px solid #e9ecef}.aurora-category-card:last-child{border-bottom:none}.aurora-category-card .aurora-category-thumb{width:100%;height:100%;object-fit:cover;border-radius:12px;transition:transform .3s ease}.aurora-category-card .aurora-category-thumb-link{width:280px;height:180px;flex-shrink:0;overflow:hidden;border-radius:12px;cursor:pointer;box-shadow:0 6px 16px rgba(0,0,0,.08);margin-right:24px}.aurora-category-card .aurora-category-thumb-link:hover .aurora-category-thumb{transform:scale(1.05)}.aurora-category-card .aurora-category-details{display:flex;flex-direction:column;flex:1 1;margin-left:0;justify-content:center}.aurora-category-card .aurora-category-meta{margin-bottom:10px;display:flex;align-items:center}.aurora-category-card .aurora-category-title{margin:0 0 10px;line-height:1.35;font-weight:700;font-size:24px;letter-spacing:-.4px}.aurora-category-card .aurora-category-excerpt{font-weight:400;font-size:15px;line-height:1.65;color:#5f6368;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.aurora-category-card .aurora-category-label{font-weight:700;font-size:13px;line-height:1;text-transform:uppercase;letter-spacing:.5px;margin:0}.aurora-category-card .aurora-category-label a{display:inline-block;color:#3498db;text-decoration:none;padding:4px 8px;background-color:rgba(52,152,219,.1);border-radius:4px;transition:background-color .3s,color .3s;white-space:normal;word-break:break-all}.aurora-category-card .aurora-category-label a:hover{background-color:#3498db;color:#fff}.aurora-category-card.dark-mode{border-bottom-color:#3a3a3a}.aurora-category-card.dark-mode .aurora-category-title a{color:#ecf0f1}.aurora-category-card.dark-mode .aurora-category-title a:hover{color:#5dade2}.aurora-category-card.dark-mode .aurora-category-excerpt{color:#bdc3c7}.aurora-category-card.dark-mode .aurora-category-label a{color:#5dade2;background-color:rgba(93,173,226,.15)}.aurora-category-card.dark-mode .aurora-category-label a:hover{background-color:#5dade2;color:#1a1a1a}.aurora-category-card.light-mode .aurora-category-title a{color:#2c3e50}.aurora-category-card.light-mode .aurora-category-title a:hover{color:#3498db}@media screen and (max-width:765px){.aurora-category-card{padding:16px 0;flex-direction:column;align-items:flex-start}.aurora-category-card .aurora-category-details{margin-left:0;margin-right:0;padding:0 16px;margin-top:10px}.aurora-category-card .aurora-category-thumb-link{width:100%;height:160px;border-radius:8px}.aurora-category-card .aurora-category-thumb{border-radius:8px}.aurora-category-card .aurora-category-title{font-size:18px;line-height:1.45;margin-bottom:0;padding:0;-webkit-line-clamp:3}.aurora-category-card .aurora-category-excerpt{display:none}.aurora-category-card .aurora-category-label{font-size:11px}}.navigation-drawer-container{--drawer-bg:linear-gradient(160deg,#111827,#1f2937);--drawer-border:hsla(0,0%,100%,0.08);--drawer-text:#e5e7eb;--drawer-text-secondary:#9ca3af;--drawer-accent:#60a5fa;--drawer-radius:24px;--drawer-shadow:0 20px 40px rgba(0,0,0,0.25);width:80vw;max-width:360px;height:100vh;padding:24px;background:var(--drawer-bg);border-left:1px solid var(--drawer-border);box-shadow:var(--drawer-shadow);color:var(--drawer-text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;display:flex;flex-direction:column;border-radius:var(--drawer-radius) 0 0 var(--drawer-radius);overflow:hidden}.drawer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.drawer-header img{height:28px;width:auto;border-radius:8px}.drawer-header .drawer-close-icon{font-size:24px;color:var(--drawer-text-secondary);cursor:pointer;transition:transform .3s ease,color .2s}.drawer-header .drawer-close-icon:hover{color:var(--drawer-text);transform:rotate(90deg)}.search-input-wrapper{width:100%;margin-bottom:24px;border-radius:12px;background:hsla(0,0%,100%,.05);border:1px solid var(--drawer-border);transition:border-color .2s}.search-input-wrapper:focus-within{border-color:var(--drawer-accent)}.navigation-drawer-content{flex:1 1;overflow-y:auto;padding-right:8px}.navigation-drawer-content::-webkit-scrollbar{width:6px}.navigation-drawer-content::-webkit-scrollbar-track{background:transparent}.navigation-drawer-content::-webkit-scrollbar-thumb{background:var(--drawer-text-secondary);border-radius:3px}.drawer-section-card{background:hsla(0,0%,100%,.03);border:1px solid var(--drawer-border);border-radius:16px;padding:20px;margin-bottom:20px;box-shadow:inset 0 1px 1px hsla(0,0%,100%,.02)}.drawer-section-card h3{margin:0 0 16px;font-size:14px;font-weight:600;letter-spacing:.5px;color:var(--drawer-text-secondary);text-transform:uppercase}.drawer-nav-item{margin:0}.drawer-nav-item a{display:flex;align-items:center;padding:12px 0;color:var(--drawer-text);font-size:15px;line-height:1.4;text-decoration:none;border-radius:8px;transition:background .2s,color .2s;grid-gap:8px;gap:8px}.drawer-nav-item a:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--drawer-accent);opacity:0;transform:scale(.8);transition:opacity .2s,transform .2s}.drawer-nav-item a:hover{background:rgba(96,165,250,.08);color:var(--drawer-accent)}.drawer-nav-item a:hover:before{opacity:1;transform:scale(1)}.drawer-nav-item+.drawer-nav-item{border-top:1px solid var(--drawer-border)}@media (max-width:480px){.navigation-drawer-container{width:90vw;padding:20px}}.recommended-content-section{margin-bottom:16px}.recommended-content-section .recommendation-header-text{height:18px;font-size:18px;line-height:18px;margin:0 0 16px;padding-left:8px;color:#163a7b;border-left:4px solid #af3737}.recommended-content-section .recommendation-card-unit{background-color:#f8f8f8;margin-bottom:16px;padding:16px 12px;border-radius:4px}.recommended-content-section .recommendation-card-unit:last-child{margin-bottom:0}.recommended-content-section .recommendation-card-unit a{display:block}.recommended-content-section .recommendation-card-unit h4,.recommended-content-section .recommendation-card-unit p{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical}.recommended-content-section .recommendation-card-unit .rec-card-headline{margin:0 0 16px;-webkit-line-clamp:2;color:#173a7b;font-size:18px;font-weight:500;text-decoration:underline}.recommended-content-section .recommendation-card-unit .rec-card-summary{margin-bottom:0!important;color:#6d7c90;font-size:14px;line-height:18px;-webkit-line-clamp:3}.visually-hidden-section{overflow:hidden;height:0}.aurora-back-top{position:fixed;right:30px;bottom:30px;z-index:2000;width:48px;height:48px;background:linear-gradient(135deg,#6dd5ed,#2193b0);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 18px rgba(33,147,176,.4)}.aurora-back-top:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 10px 25px rgba(33,147,176,.6)}.aurora-back-top .aurora-back-top-icon{width:22px;height:22px;transition:transform .3s}.aurora-back-top:hover .aurora-back-top-icon{transform:translateY(-2px)}.aurora-header-shell{position:sticky;top:0;z-index:100;width:100%;display:grid;grid-template-columns:auto 1fr auto;grid-column-gap:24px;column-gap:24px;align-items:center;height:68px;padding:0 24px;margin:0 auto 30px;box-shadow:0 1px 0 rgba(0,0,0,.06)}.aurora-header-shell .aurora-header-search{display:none;width:100%;margin:0}.aurora-header-actions{display:none;align-items:center;justify-content:flex-end;height:44px;grid-gap:12px;gap:12px}.aurora-logo-link{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:6px 10px;border-radius:12px;transition:transform .2s ease}.aurora-logo-link .aurora-logo-img{height:26px}.aurora-logo-link:hover{transform:translateY(-1px)}.aurora-logo-centered{grid-column:-1;justify-self:center}.aurora-feedback-trigger{display:flex;align-items:center;padding:8px 14px;line-height:18px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.2);border-radius:22px;cursor:pointer;transition:background .2s}.aurora-feedback-trigger:hover{background:hsla(0,0%,100%,.16);transform:translateY(-1px)}.aurora-feedback-trigger .aurora-feedback-icon{width:16px;height:16px;margin-left:6px;color:currentColor}.aurora-feedback-trigger .aurora-feedback-text{margin-bottom:0;font-weight:500;font-size:14px;color:inherit}.aurora-nav-toggle{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;background-image:url(https://nbtcdn.com/img/afs/assets/black-menu.webp);background-size:20px 20px}.aurora-nav-toggle-light{background-image:url(https://nbtcdn.com/img/afs/assets/white-menu.webp)}.aurora-feedback-toggle{position:absolute;right:20px;top:50%;transform:translateY(-50%);width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#000}.aurora-feedback-toggle .aurora-feedback-svg{width:20px;height:20px}.aurora-feedback-toggle-light{color:#fff}@media screen and (max-width:1040px){.aurora-header-shell .search-input-wrapper{width:300px}}@media screen and (max-width:840px){.aurora-header-shell .search-input-wrapper{width:250px}}@media screen and (min-width:765px){.aurora-header-shell .aurora-header-actions{display:flex}.aurora-header-shell .aurora-header-search{display:flex}.aurora-header-shell .aurora-nav-toggle{display:none}.aurora-header-shell .aurora-feedback-toggle{display:none}.aurora-header-shell .aurora-logo-link .aurora-logo-img{width:220px;height:32px}.aurora-header-shell.aurora-header-home{display:flex;align-items:center;justify-content:space-between;position:sticky;top:0}.aurora-header-shell.aurora-header-home .aurora-header-search{display:none}.aurora-header-shell.aurora-header-home .aurora-logo-link{flex:0 0 auto}}@media screen and (max-width:765px){.aurora-header-shell{height:56px;margin:0;padding:0 16px;grid-template-columns:none;justify-content:center}}.aurora-header-shell.aurora-header-category,.aurora-header-shell.aurora-header-home,.aurora-header-shell.aurora-header-search{background:#18181b;box-shadow:0 1px 0 hsla(0,0%,100%,.08);color:#ecf0f1}.aurora-header-shell.aurora-header-detail{background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.06);color:#2c3e50}.aurora-footer{background-color:#18181b;color:#a0a0a0;padding:36px 0;margin-top:30px;border-top:1px solid hsla(0,0%,100%,.06)}.aurora-footer .aurora-footer-content{max-width:1200px;margin:0 auto;padding:0 20px}.aurora-footer .aurora-footer-main{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;grid-gap:24px;gap:24px}.aurora-footer .aurora-footer-logo-section{flex:1 1}.aurora-footer .aurora-footer-logo-link{display:inline-block;margin-bottom:15px}.aurora-footer .aurora-footer-logo-text{font-size:26px;font-weight:800;color:#fafafa;text-decoration:none;letter-spacing:-.3px}.aurora-footer .aurora-footer-copyright{font-size:14px;margin:0;color:#b8b8b8;line-height:1.6}.aurora-footer .aurora-footer-links-section{display:flex;align-items:center;grid-gap:24px;gap:24px}.aurora-footer .aurora-footer-nav{display:flex;grid-gap:20px;gap:20px}.aurora-footer .aurora-footer-nav .aurora-footer-nav-link{color:#d4d4d8;text-decoration:none;font-weight:600;transition:color .2s ease}.aurora-footer .aurora-footer-nav .aurora-footer-nav-link:hover{color:#93c5fd}.aurora-footer .aurora-footer-socials{display:flex;grid-gap:15px;gap:15px}.aurora-footer .aurora-footer-socials .aurora-social-link{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background-color:#27272a;color:#fff;text-decoration:none;font-weight:600;transition:background-color .2s ease}.aurora-footer .aurora-footer-socials .aurora-social-link:hover{background-color:#3b82f6}@media screen and (max-width:768px){.aurora-footer .aurora-footer-main{flex-direction:column;align-items:flex-start;grid-gap:16px;gap:16px}.aurora-footer .aurora-footer-logo-link{margin-bottom:8px}.aurora-footer .aurora-footer-links-section{grid-gap:12px;gap:12px}}.aurora-article-html{overflow:hidden}.aurora-article-html .aurora-responsive-table{overflow:auto}.aurora-article-html table{border-spacing:0;border:1px solid #ddd;border-right:none;border-bottom:none}.aurora-article-html table tbody th{background-color:#cbcbcb}.aurora-article-html table tbody td,.aurora-article-html table tbody th{border-right:1px solid #ddd;border-bottom:1px solid #ddd;padding:14px 24px}.aurora-article-hidden{overflow:hidden;height:0}.aurora-list-item{display:flex}.aurora-list-item .aurora-list-dot{width:6px;height:6px;margin:9px 10px 9px 0;background-color:#246def;border-radius:50%}.aurora-list-item .aurora-list-index{color:#246def;padding-right:6px}.aurora-list-item .aurora-list-text{flex:1 1;word-break:break-all}.aurora-article-image-wrapper{width:100%;max-height:400px;margin-bottom:10px}.aurora-article-image-wrapper .aurora-article-image{width:100%;height:100%;max-height:400px;border-radius:10px}.aurora-detail-shell{margin-top:20px;background-color:#f9fbfd;padding:20px;border-radius:8px}.aurora-detail-shell img{width:100%!important;border-radius:12px;transition:transform .3s ease}.aurora-detail-shell img:hover{transform:scale(1.01)}.aurora-detail-shell ins{width:100%;overflow:hidden;margin:24px 0}.aurora-detail-shell p{font-weight:400;font-size:17px;color:#444;line-height:1.6;margin-bottom:20px;letter-spacing:.01em}.aurora-detail-shell li{font-size:16px;line-height:26px;margin-bottom:16px;list-style:square;margin-left:20px;color:#555}.aurora-detail-shell .aurora-detail-title{position:relative;font-weight:600;font-size:34px;color:#34495e;line-height:1.4;margin-bottom:24px;padding-bottom:12px}.aurora-detail-shell .aurora-detail-title:after{content:"";position:absolute;left:0;bottom:0;width:60px;height:3px;background-color:#3498db;border-radius:2px}.aurora-detail-shell .aurora-detail-breadcrumbs{font-size:14px;color:#7f8c8d;margin-bottom:16px}.aurora-detail-shell .aurora-detail-breadcrumbs .aurora-detail-crumb-divider{margin:0 8px;color:#bdc3c7}.aurora-detail-shell .aurora-detail-intro{padding:16px 0;margin-bottom:24px}.aurora-detail-shell .aurora-detail-intro .aurora-detail-intro-text{margin-bottom:0;color:#555;font-size:18px;line-height:1.7;font-style:normal}.aurora-detail-shell .aurora-detail-body{background:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.aurora-detail-shell .aurora-detail-meta{margin-bottom:14px}.aurora-detail-shell .aurora-detail-hero{width:100%;height:100%;max-height:450px;border-radius:12px}.aurora-detail-shell .aurora-detail-hero-container{width:100%;max-height:450px;margin-bottom:16px}.aurora-detail-shell .aurora-detail-text{color:rgba(0,0,0,.85);font-size:18px;line-height:28px}.aurora-detail-bullet{display:flex}.aurora-detail-bullet .aurora-detail-bullet-dot{width:8px;height:8px;margin:9px 12px 9px 0;background-color:#3498db;border-radius:2px}.aurora-detail-bullet .aurora-detail-bullet-index{color:#3498db;padding-right:6px;font-weight:700}.aurora-detail-bullet .aurora-detail-bullet-text{flex:1 1;word-break:break-all}.aurora-detail-container{max-width:800px;margin:0 auto;padding-bottom:40px}.aurora-detail-container .aurora-detail-column{width:100%}@media screen and (max-width:768px){.aurora-detail-container{padding:0 16px;margin-top:10px}.aurora-detail-shell{margin-top:0;border-radius:0;padding:0;background-color:#fff}.aurora-detail-column{width:100%}.aurora-detail-title{font-size:22px;line-height:1.3;margin-bottom:12px;padding-bottom:12px}.aurora-detail-body{padding:0!important;box-shadow:none!important}.aurora-detail-intro{margin-bottom:20px;padding:12px}}.result-entry-container{padding:16px 0;border-bottom:1px solid #2f3136;transition:background .2s ease}.result-entry-container:last-child{border-bottom:none}.result-entry-container h2{margin:0 0 6px}.result-entry-container-header{margin-bottom:4px;font-size:20px;line-height:28px}.result-entry-container-header a{color:#e5e7eb;font-weight:700;text-decoration:none;transition:color .2s ease}.result-entry-container-header .result-title-link:hover{color:#93c5fd}.result-entry-container .result-snippet-text{flex:1 1;margin-top:0;color:#9aa0a6;font-size:15px;font-weight:400;line-height:22px;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.result-entry-container:hover{background:hsla(0,0%,100%,.02)}.theme-rsoc-v1.result-entry-container .result-entry-header a{color:#d1d5db}.theme-rsoc-v1.result-entry-container .result-source-url{color:#ccc!important}.theme-rsoc-v1.result-entry-container .result-snippet-text{color:#bfc5d0}.theme-rsoc-v2.result-entry-container .result-entry-header a{color:#1f2937}.theme-rsoc-v2.result-entry-container .result-source-url{color:#333!important}.theme-rsoc-v2.result-entry-container .result-snippet-text{color:#374151}@media screen and (max-width:765px){.result-entry-container{padding:12px 0}.result-entry-container .result-entry-header{font-size:18px;line-height:26px}.result-entry-container .result-snippet-text{font-size:14px;line-height:20px}}.aurora-serp-shell{padding-top:14px}.aurora-serp-results .aurora-serp-title{position:relative;margin:0 0 2px;padding-left:4px;color:#fff;font-weight:700;font-size:20px;line-height:24px}.aurora-serp-results .aurora-serp-title-rsoc-v1{color:#ccc}.aurora-serp-results .aurora-serp-title-rsoc-v2{color:#333}.aurora-serp-results .aurora-serp-title:before{opacity:.6}.aurora-serp-results .aurora-serp-loading{position:fixed;top:40%;left:50%;transform:translate3d(-50%,-50%,0)}.aurora-news-card{position:relative;overflow:hidden;border-radius:16px;background:#0f131a;border:1px solid hsla(0,0%,100%,.07);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.aurora-news-card:hover{transform:translateY(-1px);box-shadow:0 6px 14px rgba(0,0,0,.35);border-color:hsla(0,0%,100%,.12)}.aurora-news-card:hover .aurora-read-more{color:#79a7ff;padding-left:5px}.aurora-news-card:hover .aurora-card-image img{transform:scale(1.05)}.aurora-news-card .aurora-card-link{display:block;width:100%;height:100%;color:inherit;text-decoration:none}.aurora-news-card .aurora-card-image{position:relative;overflow:hidden;border-bottom:1px solid hsla(0,0%,100%,.06)}.aurora-news-card .aurora-card-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.aurora-news-card .aurora-card-tag{position:absolute;top:12px;left:12px;background:rgba(17,24,39,.7);color:#fff;padding:4px 10px;font-size:10px;font-weight:700;text-transform:uppercase;border-radius:4px;backdrop-filter:blur(6px);z-index:2}.aurora-news-card .aurora-card-content{padding:16px}.aurora-news-card .aurora-card-title{font-size:18px;font-weight:700;line-height:1.4;margin:0 0 10px;color:#e6edf3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.aurora-news-card .aurora-card-desc{font-size:14px;color:#9aa5b1;line-height:1.5;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.aurora-news-card .aurora-read-more{font-size:12px;font-weight:600;color:#93b7f3;transition:all .3s ease;text-transform:uppercase;letter-spacing:.4px}.aurora-news-card.aurora-card-variant-vertical{display:flex;flex-direction:column}.aurora-news-card.aurora-card-variant-vertical .aurora-card-image{height:200px}.aurora-news-card.aurora-card-variant-horizontal .aurora-card-link{display:flex;align-items:center}.aurora-news-card.aurora-card-variant-horizontal .aurora-card-image{width:240px;height:160px;flex-shrink:0}.aurora-news-card.aurora-card-variant-horizontal .aurora-card-content{flex:1 1;padding:0 20px}.aurora-news-card.aurora-card-variant-overlay .aurora-card-image{height:100%;position:absolute;top:0;left:0;width:100%}.aurora-news-card.aurora-card-variant-overlay .aurora-card-image:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:60%;background:linear-gradient(0deg,rgba(0,0,0,.85),transparent)}.aurora-news-card.aurora-card-variant-overlay .aurora-card-content{position:absolute;bottom:0;left:0;width:100%;z-index:2;padding:22px 24px}.aurora-news-card.aurora-card-variant-overlay .aurora-card-desc,.aurora-news-card.aurora-card-variant-overlay .aurora-read-more{display:none}.aurora-news-card.aurora-card-variant-overlay .aurora-card-title{font-size:20px;margin-bottom:0;text-shadow:0 2px 4px rgba(0,0,0,.5)}.aurora-news-card.aurora-card-variant-hero .aurora-card-image{height:400px;position:relative}.aurora-news-card.aurora-card-variant-hero .aurora-card-image:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:60%;background:linear-gradient(0deg,#000,transparent)}.aurora-news-card.aurora-card-variant-hero .aurora-card-content{position:absolute;bottom:20px;left:20px;right:20px;max-width:800px}.aurora-news-card.aurora-card-variant-hero .aurora-card-title{font-size:32px;margin-bottom:12px}.aurora-news-card.aurora-card-variant-hero .aurora-card-desc{font-size:16px;color:#ddd;-webkit-line-clamp:2;margin-bottom:0}.aurora-news-card.aurora-card-variant-hero .aurora-read-more{display:none}.featured-card-custom.aurora-card-variant-overlay .aurora-card-image:after{height:55%;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent)}.featured-card-custom.aurora-card-variant-overlay .aurora-card-title{font-size:24px;letter-spacing:.2px}@media screen and (max-width:768px){.aurora-news-card.aurora-card-variant-horizontal .aurora-card-link{flex-direction:column}.aurora-news-card.aurora-card-variant-horizontal .aurora-card-image{width:100%;height:200px}.aurora-news-card.aurora-card-variant-horizontal .aurora-card-content{padding:16px}.aurora-news-card.aurora-card-variant-hero .aurora-card-image{height:260px}.aurora-news-card.aurora-card-variant-hero .aurora-card-title{font-size:22px}}@media screen and (min-width:765px){.article-grid-section .aurora-news-card.aurora-card-variant-vertical:nth-child(3n+1){border-left:3px solid #60a5fa}.article-grid-section .aurora-news-card.aurora-card-variant-vertical:nth-child(3n+1) .aurora-card-image{height:230px}.article-grid-section .aurora-news-card.aurora-card-variant-vertical:nth-child(3n+2){border-left:3px solid #22c55e}.article-grid-section .aurora-news-card.aurora-card-variant-vertical:nth-child(3n+2) .aurora-card-image{height:240px}.article-grid-section .aurora-news-card.aurora-card-variant-vertical:nth-child(3n){border-left:3px solid #f59e0b}.article-grid-section .aurora-news-card.aurora-card-variant-vertical:nth-child(3n) .aurora-card-image{height:200px}}.aurora-home-root .aurora-home-section:last-child{margin-bottom:0}.aurora-home-root .aurora-home-heading{position:relative;margin:0 0 11px;padding-left:4px;color:#000;font-weight:700;text-align:left;font-size:20px;line-height:24px}.aurora-home-root .aurora-home-heading-dark{color:#fff}.aurora-home-root .featured-article-section{margin-bottom:40px}.aurora-home-root .article-grid-section{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px;gap:20px}@media screen and (min-width:765px){.aurora-home-heading{margin-bottom:19px;font-size:28px;line-height:33px}.article-grid-section{grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px}}.aurora-contact-shell{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:40px 20px;background:transparent}.aurora-contact-card{position:relative;background:linear-gradient(135deg,#0f172a,#1f2937);border:1px solid hsla(0,0%,100%,.06);border-radius:20px;padding:48px;max-width:600px;width:100%;text-align:center;box-shadow:0 20px 40px rgba(0,0,0,.18);transition:transform .3s ease;overflow:hidden}.aurora-contact-card:before{content:"";position:absolute;inset:0;background:radial-gradient(1200px 500px at -10% -10%,rgba(76,161,175,.25),transparent 60%);pointer-events:none}.aurora-contact-card:hover{transform:translateY(-6px)}.aurora-contact-card .aurora-contact-icon-box{display:inline-flex;justify-content:center;align-items:center;width:80px;height:80px;background:hsla(0,0%,100%,.12);border-radius:50%;margin-bottom:24px;color:#fff;box-shadow:0 10px 24px rgba(0,0,0,.18)}.aurora-contact-card .aurora-contact-icon-box .aurora-mail-icon{width:40px;height:40px}.aurora-contact-card .aurora-contact-heading{font-size:36px;font-weight:800;margin:0 0 16px;color:#e5e7eb;letter-spacing:-.5px}.aurora-contact-card .aurora-contact-subtext{font-size:16px;line-height:1.6;color:rgba(229,231,235,.75);margin-bottom:32px}.aurora-contact-card .aurora-contact-action{background:hsla(0,0%,100%,.04);padding:20px;border-radius:14px;border:1px solid hsla(0,0%,100%,.06)}.aurora-contact-card .aurora-contact-action .aurora-contact-label{font-size:14px;text-transform:uppercase;color:rgba(229,231,235,.6);margin-bottom:8px;letter-spacing:1px;font-weight:600}.aurora-contact-card .aurora-contact-action .aurora-contact-email{display:inline-flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#e5e7eb;text-decoration:none;transition:color .2s ease}.aurora-contact-card .aurora-contact-action .aurora-contact-email .aurora-arrow-icon{width:20px;height:20px;margin-right:8px;transition:transform .2s ease}.aurora-contact-card .aurora-contact-action .aurora-contact-email:hover{color:#93c5fd}.aurora-contact-card .aurora-contact-action .aurora-contact-email:hover .aurora-arrow-icon{transform:translateX(-4px)}@media screen and (max-width:600px){.aurora-contact-card{padding:28px 20px}.aurora-contact-card .aurora-contact-heading{font-size:26px}.aurora-contact-card .aurora-contact-email{font-size:16px;word-break:break-all}}.aurora-category-grid{overflow:hidden;width:1200px;margin:0 auto;display:flex;justify-content:space-between;padding-top:30px;align-items:flex-start}.aurora-category-grid .aurora-category-list{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto;grid-gap:24px;gap:24px}.aurora-category-grid .aurora-category-list .aurora-category-card{display:flex;flex-direction:column;padding:0;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.aurora-category-grid .aurora-category-list .aurora-category-card.dark-mode{border-color:hsla(0,0%,100%,.08);background:#0f131a}.aurora-category-grid .aurora-category-list .aurora-category-card .aurora-category-thumb-link{width:100%;height:200px;margin-right:0;border-radius:0}.aurora-category-grid .aurora-category-list .aurora-category-card .aurora-category-thumb{border-radius:0}.aurora-category-grid .aurora-category-list .aurora-category-card .aurora-category-details{padding:14px 16px 16px;justify-content:normal}.aurora-category-grid .aurora-category-list .aurora-category-card .aurora-category-meta{margin-bottom:8px}.aurora-category-grid .aurora-category-list .aurora-category-card .aurora-category-title{margin:0 0 8px;line-height:1.35;min-height:2.7em}.aurora-category-grid .aurora-category-list .aurora-category-card .aurora-category-title a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal;word-break:break-word;overflow-wrap:anywhere}.aurora-category-grid .aurora-category-list .aurora-category-card .aurora-category-label a{word-break:normal;white-space:nowrap}.aurora-category-grid .aurora-category-list .aurora-category-card .aurora-category-excerpt{margin-top:4px}.aurora-category-grid .aurora-category-main{width:830px}.aurora-category-grid .aurora-category-sidebar{width:350px}.aurora-category-title{width:1200px;margin:0 auto;font-size:32px;font-weight:700;color:#202124;padding:30px 0 0;text-transform:uppercase}.aurora-category-title-dark{color:#fff}@media screen and (max-width:768px){.aurora-category-grid{width:100%;flex-direction:column;padding-top:20px}.aurora-category-grid .aurora-category-list{grid-template-columns:1fr;grid-gap:16px;gap:16px}.aurora-category-grid .aurora-category-list .aurora-category-card .aurora-category-thumb-link{height:180px}.aurora-category-grid .aurora-category-list .aurora-category-card .aurora-category-title{font-size:20px}.aurora-category-grid .aurora-category-main{width:100%}.aurora-category-grid .aurora-category-sidebar{width:100%;padding:0 10px}.aurora-category-title{width:100%;font-size:24px}}.aurora-app-shell{position:relative;z-index:1;min-height:100%;margin:0 auto}.aurora-theme-dark{background-color:#0e0e10}.aurora-theme-dark.aurora-layout-detail{background:#fff}.aurora-theme-dark.aurora-layout-category:before{content:"";position:absolute;top:0;left:50%;z-index:-1;transform:translate3d(-50%,0,0);width:365px;height:215px}.aurora-theme-light{background-color:#f4f4f5}.aurora-theme-light.aurora-layout-search{background-color:#01102e}.aurora-theme-light.aurora-layout-common:before{content:"";position:absolute;top:0;left:0;z-index:-1;width:60%;height:140px;background:linear-gradient(138deg,#b6e4ff,rgba(182,255,233,.85));filter:blur(100px)}.aurora-theme-light.aurora-layout-common:after{content:"";position:absolute;top:0;right:0;z-index:-1;width:51%;height:140px;background:#d2d5ff;filter:blur(100px)}.aurora-theme-light.aurora-layout-category:before{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:240px}.aurora-theme-light.aurora-layout-category-1 .aurora-theme-light.aurora-layout-category:before{background:linear-gradient(180deg,#9ddcff,rgba(157,220,255,0))}.aurora-theme-light.aurora-layout-category-2 .aurora-theme-light.aurora-layout-category:before{background:linear-gradient(180deg,#90ece7,rgba(144,236,231,0))}.aurora-theme-light.aurora-layout-category-3 .aurora-theme-light.aurora-layout-category:before{background:linear-gradient(180deg,#ad90ec,rgba(173,144,236,0))}.aurora-theme-light.aurora-layout-category-4 .aurora-theme-light.aurora-layout-category:before{background:linear-gradient(180deg,#ecd890,rgba(236,216,144,0))}.aurora-layout-search:after,.aurora-layout-search:before{display:none}.aurora-layout-search .sidebar-heading-text{color:#fff}.aurora-layout-search .sidebar-heading-wrapper:after,.aurora-layout-search .sidebar-heading-wrapper:before{border-image:linear-gradient(90deg,hsla(0,0%,100%,0),#fff) 1 1}.aurora-layout-search .sidebar-posts-widget .news-item-card{background:#182a4e}.aurora-layout-search .sidebar-posts-widget .news-item-card a{color:#fff}.aurora-layout-search .feedback-trigger-btn{background:hsla(0,0%,100%,.3)}.aurora-layout-search .dropdown-header-wrapper{background:hsla(0,0%,100%,.3)}.aurora-main-content{max-width:1200px;min-width:200px;min-height:calc(100vh - 129px);margin:0 auto;padding:0 20px}.aurora-grid-layout{display:flex;justify-content:space-between}.aurora-grid-layout .aurora-grid-main{flex:1 1;max-width:765px;min-width:300px}.aurora-grid-layout .aurora-grid-sidebar{width:350px;display:block}@media screen and (min-width:765px){.site-custom-askweai .aurora-layout-category:before{top:26px}.aurora-grid-sidebar{display:block}.aurora-grid-layout{flex-direction:row}.aurora-grid-layout .aurora-grid-main{margin-right:100px}.aurora-theme-dark.aurora-layout-detail{background:#eceef0}}@media screen and (max-width:765px){.aurora-grid-sidebar{display:none}.aurora-grid-layout{flex-direction:column}.aurora-grid-layout .aurora-grid-main{margin-right:0}}@font-face{font-family:"exo";src:url(https://nbtcdn.com/font/Exo-Regular.woff2) format("woff2");font-display:optional}*{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased!important;box-sizing:border-box}body{font-family:"exo",Sans-Serif!important;background-color:#0e0e10}#root{height:100%}a{color:#3e8bff;text-decoration:none}body,li,ol,p,ul{margin:0;padding:0}li,ul{list-style:none}button{border:none;outline:none}input{outline:none}ins[data-ad-status=unfilled]{display:none!important}ins{z-index:2147483645!important}.multi-ellipsis-base{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical}.ellipsis-2{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.triangle:before{content:"";position:absolute;z-index:-1;top:-2px;left:0;width:0;height:0;border-right:11px solid transparent;border-bottom:13px solid transparent}.triangle-blue:before{border-top:13px solid #37b6f5;border-left:11px solid #37b6f5}.triangle-green:before{border-top:13px solid #21b700;border-left:11px solid #21b700}.triangle-yellow:before{border-top:13px solid #fcc81a;border-left:11px solid #fcc81a}