:root {
    --brand-dark: #0A0C10;
    --brand-surface: #161B22;
    --brand-primary: #00E5FF;
    --brand-accent: #2979FF;
    --brand-graphite: #1E293B;
    --text-secondary: #94A3B8;
}

body {
    background-color: var(--brand-dark);
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
}

.text-muted {
    color: #94A3B8 !important;
}

a {
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: var(--brand-primary);
    border-color: var(--brand-primary);
    color: var(--brand-dark);
}

.btn-primary:hover {
    background-color: var(--brand-accent);
    border-color: var(--brand-accent);
    transform: scale(1.05);
}

.glass-card {
    background: rgba(22, 27, 34, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid var(--brand-graphite);
    border-radius: 16px;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.glass-card:hover {
    border-color: var(--brand-primary);
}

/* ===== header ===== */
.header-lixv .js-mobile-menu.active {
    transform: translateX(0);
}

.header-lixv .js-newsletter-modal.active {
    display: flex;
}

.header-lixv nav a {
    position: relative;
}

.header-lixv nav a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #00E5FF;
    transition: width 0.3s ease;
}

.header-lixv nav a:hover::after {
    width: 100%;
}

/* ===== hero ===== */
#hero-news-portal .container {
    max-width: 1280px;
}

#hero-news-portal .js-main-feature::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 100px rgba(0, 229, 255, 0.05);
    pointer-events: none;
}

#hero-news-portal input::placeholder {
    color: #475569;
    opacity: 1;
}

#hero-news-portal .line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#hero-news-portal .line-clamp-none {
    display: block;
    -webkit-line-clamp: initial;
}

#hero-news-portal .js-newsletter-form input {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

@media (max-width: 767px) {
    #hero-news-portal h2 {
        hyphens: auto;
    }

    #hero-news-portal h3 {
        hyphens: auto;
    }
}

/* ===== category_preview_gadgets ===== */
.gadgets-preview {
    background: radial-gradient(circle at top right, #1A2333 0%, #0A0C10 50%);
}

.gadgets-preview .gadgets-preview-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.gadgets-preview .gadgets-preview-card h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    hyphens: auto;
}

.gadgets-preview .gadgets-preview-card img {
    filter: brightness(0.9);
}

.gadgets-preview .gadgets-preview-card:hover img {
    filter: brightness(1.1);
}

.gadgets-preview .gadgets-preview-card:hover {
    transform: translateY(-5px);
}

/* ===== category_preview_apps ===== */
.apps-preview-block {
    position: relative;
}

.apps-preview-block .js-app-card {
    box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.5);
}

.apps-preview-block .bg-brand-surface {
    background-color: #161B22;
}

.apps-preview-block .border-brand-graphite {
    border-color: #1E293B;
}

.apps-preview-block .text-brand-primary {
    color: #00E5FF;
}

.apps-preview-block .bg-brand-primary {
    background-color: #00E5FF;
}

.apps-preview-block .text-brand-secondary_dark {
    color: #94A3B8;
}

.apps-preview-block .bg-brand-accent {
    background-color: #2979FF;
}

.apps-preview-block .text-brand-dark {
    color: #0A0C10;
}

.apps-preview-block .ri-arrow-right-up-line {
    font-size: 1.1em;
}

@media (min-width: 768px) {
    .apps-preview-block .js-app-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 30px -10px rgba(0, 229, 255, 0.2);
    }
}

/* ===== category_preview_ai ===== */
.ai-preview-block .ai-card {
    box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.5);
}

.ai-preview-block .ai-card:hover {
    box-shadow: 0 0 15px rgba(0, 229, 255, 0.2);
    transform: translateY(-4px);
}

.ai-preview-block h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.ai-preview-block h3 {
    font-family: 'Inter', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ai-preview-block .js-article-link {
    border: 1px solid #1E293B;
}

.ai-preview-block .js-article-link:hover {
    border-color: #00E5FF;
}

/* ===== category_preview_trends ===== */
.trends-preview .trend-card {
    box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.5);
    transform: translateY(0);
}

.trends-preview .trend-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px -10px rgba(0, 229, 255, 0.15);
}

.trends-preview .card-overlay {
    background: linear-gradient(to top, #0A0C10 0%, rgba(10, 12, 16, 0.6) 40%, rgba(10, 12, 16, 0) 70%);
}

.trends-preview h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trends-preview .text-brand-secondary-dark {
    color: #94A3B8;
}

.trends-preview .bg-brand-secondary {
    background-color: #1A2333;
}

/* ===== newsletter_section ===== */
.newsletter-block .newsletter-card {
    transition: transform 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.newsletter-block .newsletter-card:hover {
    border-color: rgba(0, 229, 255, 0.3);
}

.newsletter-block .newsletter-input::placeholder {
    color: #94A3B8;
    opacity: 0.7;
}

.newsletter-block .newsletter-submit {
    box-shadow: 0 4px 15px rgba(0, 229, 255, 0.2);
}

.newsletter-block .newsletter-submit:active {
    transform: scale(0.98);
}

.newsletter-block .newsletter-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: rgba(0, 229, 255, 0.1);
    border-radius: 12px;
}

@media (max-width: 767px) {
    .newsletter-block .newsletter-icon-box {
        width: 44px;
        height: 44px;
    }
}

/* ===== footer ===== */
.lixv-footer {
    position: relative;
    overflow: hidden;
}

.lixv-footer a {
    text-decoration: none;
}

.lixv-footer .container {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.lixv-footer-nav h3,
.lixv-footer-legal h3,
.lixv-footer-contact h3 {
    color: #FFFFFF;
    line-height: 1.2;
}

.lixv-footer i {
    font-size: 1.1rem;
}

@media (max-width: 767px) {
    .lixv-footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .lixv-footer-brand {
        text-align: center;
        align-items: center;
    }

    .lixv-footer-nav,
    .lixv-footer-legal,
    .lixv-footer-contact {
        text-align: center;
        align-items: center;
    }

    .lixv-footer-bottom {
        text-align: center;
    }

    .lixv-footer-contact .flex-col {
        align-items: center;
    }
}

/* ===== PAGE: gadgets ===== */
.gadgets-page {
  background-color: #0A0C10;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
}

.gadgets-page h1, .gadgets-page h2, .gadgets-page h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #FFFFFF;
}

.gadgets-page .brand-primary {
  color: #00E5FF;
}

.gadgets-page .bg-brand-primary {
  background-color: #00E5FF;
}

.gadgets-page .text-brand-secondary-dark {
  color: #94A3B8;
}

.gadgets-page .bg-brand-surface {
  background-color: #161B22;
}

.gadgets-page .border-brand-graphite {
  border-color: #1E293B;
}

.gadgets-page .text-brand-primary-light {
  color: #0F172A;
}

.gadgets-page .gadgets-card {
  height: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.gadgets-page .gadgets-card:hover {
  transform: translateY(-5px);
}

.gadgets-page .line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gadgets-page #js-newsletter-email::placeholder {
  color: #475569;
  opacity: 1;
}

/* ===== PAGE: apps ===== */
.apps-section {
  font-family: 'Inter', sans-serif;
}
.apps-section h1, .apps-section h2, .apps-section h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1.2;
}
.apps-section .apps-category-hero {
  background: radial-gradient(circle at top right, rgba(0, 229, 255, 0.05), transparent 40%),
              radial-gradient(circle at bottom left, rgba(41, 121, 255, 0.05), transparent 40%);
}
.apps-section .js-filter-btn.active {
  background-color: #00E5FF;
  border-color: #00E5FF;
  color: #0A0C10;
}
.apps-section .js-article-card {
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.3);
}
.apps-section .js-newsletter-form input::placeholder {
  color: #94A3B8;
  opacity: 0.7;
}

/* ===== PAGE: ai ===== */
.lixv-ai-category {
  background-color: #0A0C10;
  color: #FFFFFF;
}

.lixv-ai-category .container {
  max-width: 1200px;
}

.lixv-ai-category .js-newsletter-form input::placeholder {
  color: #94A3B8;
  opacity: 0.6;
}

.lixv-ai-category .lixv-ai-list {
  position: relative;
}

.lixv-ai-category .js-article-card {
  height: 100%;
  box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
}

.lixv-ai-category .js-article-card:hover {
  box-shadow: 0 0 20px rgba(0, 229, 255, 0.15);
  transform: translateY(-5px);
}

.lixv-ai-category .js-article-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767px) {
  .lixv-ai-category .js-article-card {
    margin-bottom: 1.5rem;
  }
}

/* ===== PAGE: trends ===== */
.lixv-trends-section .category-hero-block {
  background: radial-gradient(circle at 100% 0%, rgba(0, 229, 255, 0.05) 0%, transparent 50%),
              radial-gradient(circle at 0% 100%, rgba(41, 121, 255, 0.05) 0%, transparent 50%);
}

.lixv-trends-section input::placeholder {
  color: #475569;
  opacity: 1;
}

.lixv-trends-section .js-newsletter-container {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lixv-trends-section .js-newsletter-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.lixv-trends-section .line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 768px) {
  .lixv-trends-section h1 { hyphens: auto; }
  .lixv-trends-section h2 { hyphens: auto; }
  .lixv-trends-section h3 { hyphens: auto; }
}

/* ===== PAGE: contact ===== */
.contact-section {
  font-family: 'Inter', sans-serif;
}
.contact-section h1, .contact-section h2, .contact-section h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.contact-section .input,
.contact-section .textarea {
  transition: all 0.3s ease-in-out;
}
.contact-section .input:focus,
.contact-section .textarea:focus {
  box-shadow: 0 0 0 2px rgba(0, 229, 255, 0.1);
}
.contact-section .info-card {
  position: relative;
  overflow: hidden;
}
.contact-section .info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: #00E5FF;
  transition: height 0.3s ease-out;
}
.contact-section .info-card:hover::before {
  height: 100%;
}
@media (max-width: 767px) {
  .contact-section .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* ===== PAGE: privacy ===== */
.privacy-content .collapse-title::after { color: #00E5FF !important; } .privacy-content .collapse-content { transition: all 0.3s ease; } .privacy-content a { transition: all 0.2s ease; } .privacy-content .container { animation: fadeIn 0.6s ease-out; } @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* ===== PAGE: terms ===== */
.terms-section {
    font-family: 'Inter', sans-serif;
}
.terms-section .font-secondary {
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.terms-section .terms-block p {
    hyphens: auto;
}
.terms-section .terms-container {
    transition: transform 0.3s ease-out;
}
.terms-section .terms-block i {
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

/* ===== PAGE: disclaimer ===== */
.disclaimer-section {
  background-color: #0A0C10;
  min-height: 50vh;
}

.disclaimer-section .disclaimer-card {
  background-color: #161B22;
  border: 1px solid #1E293B;
  transition: border-color 0.3s ease;
}

.disclaimer-section .disclaimer-card:hover {
  border-color: #00E5FF;
}

.disclaimer-section .disclaimer-block i {
  font-size: 24px;
  flex-shrink: 0;
}

.disclaimer-section .disclaimer-block p {
  text-align: justify;
  hyphens: auto;
}

@media (max-width: 767px) {
  .disclaimer-section .disclaimer-block p {
    text-align: left;
  }
  
  .disclaimer-section .disclaimer-block i {
    font-size: 20px;
  }
}

/* ===== PAGE: cookies ===== */
.cookies-policy-content .cookies-policy-content__card {
  box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
}

.cookies-policy-content .js-cookie-item {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.cookies-policy-content .checkbox:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  border-color: #00E5FF;
  background-color: #00E5FF;
}

.cookies-policy-content .js-cookie-modal {
  animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

.cookies-policy-content h2 {
  line-height: 1.2;
}

.cookies-policy-content p {
  line-height: 1.6;
}

.main-comment-container {
    box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.3);
}

.avatar-circle {
    border: 2px solid rgba(0, 229, 255, 0.2);
    flex-shrink: 0;
    object-fit: cover;
}

.author-info h4 {
    letter-spacing: -0.01em;
}

.comment-body p {
    word-break: break-word;
}

.reply-comment-container {
    background: linear-gradient(90deg, #1A2333 0%, #161B22 100%);
}

.avatar-circle-sm {
    flex-shrink: 0;
    object-fit: cover;
}

.reply-connector {
    content: '';
}

.reply-comment-container:hover {
    border-l-color: #00E5FF;
}


/* ===== PAGE TEMPLATE: gadgets-list ===== */
.header-lixv .js-mobile-menu.active {
    transform: translateX(0);
}

.header-lixv .js-newsletter-modal.active {
    display: flex;
}

.header-lixv nav a {
    position: relative;
}

.header-lixv nav a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #00E5FF;
    transition: width 0.3s ease;
}

.header-lixv nav a:hover::after {
    width: 100%;
}

.lixv-footer {
    position: relative;
    overflow: hidden;
}

.lixv-footer a {
    text-decoration: none;
}

.lixv-footer-nav h3,
.lixv-footer-legal h3,
.lixv-footer-contact h3 {
    color: #FFFFFF;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .lixv-footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .lixv-footer-brand,
    .lixv-footer-nav,
    .lixv-footer-legal,
    .lixv-footer-contact {
        text-align: center;
        align-items: center;
    }

    .lixv-footer-contact .flex-col {
        align-items: center;
    }
}

.prose-custom h1,
.prose-custom h2,
.prose-custom h3 {
    color: #FFFFFF;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.prose-custom p {
    margin-bottom: 1.5rem;
    color: #94A3B8;
}

.prose-custom strong {
    color: #00E5FF;
}

.prose-custom ul {
    list-style: none;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.prose-custom ul li {
    position: relative;
    margin-bottom: 0.5rem;
}

.prose-custom ul li::before {
    content: '→';
    position: absolute;
    left: -1.5rem;
    color: #00E5FF;
}

/* ===== PAGE TEMPLATE: apps-list ===== */
.detail-content h2 {
    font-size: 26px;
    color: #FFFFFF;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.detail-content h3 {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.detail-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 1.25rem;
    color: #D1D5DB;
}

.detail-content ul {
    list-style: none;
    margin-bottom: 1.5rem;
    padding-left: 0;
}

.detail-content ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.detail-content ul li::before {
    content: '\eb7e';
    font-family: 'remixicon';
    position: absolute;
    left: 0;
    color: #00E5FF;
}

.detail-content strong {
    color: #FFFFFF;
    font-weight: 600;
}

.detail-content blockquote {
    border-left: 4px solid #00E5FF;
    padding-left: 1.5rem;
    font-style: italic;
    margin: 2rem 0;
    color: #94A3B8;
}

.header-lixv .js-mobile-menu.active {
    transform: translateX(0);
}

.header-lixv .js-newsletter-modal.active {
    display: flex;
}

.header-lixv nav a {
    position: relative;
}

.header-lixv nav a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #00E5FF;
    transition: width 0.3s ease;
}

.header-lixv nav a:hover::after {
    width: 100%;
}

.lixv-footer {
    position: relative;
    overflow: hidden;
}

.lixv-footer a {
    text-decoration: none;
}

@media (max-width: 767px) {

    .lixv-footer-brand,
    .lixv-footer-nav,
    .lixv-footer-legal,
    .lixv-footer-contact {
        text-align: center;
        align-items: center;
    }

    .lixv-footer-contact .flex-col {
        align-items: center;
    }
}

/* ===== PAGE TEMPLATE: ai-list ===== */
.header-lixv .js-mobile-menu.active {
    transform: translateX(0);
}

.header-lixv .js-newsletter-modal.active {
    display: flex;
}

.header-lixv nav a {
    position: relative;
}

.header-lixv nav a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #00E5FF;
    transition: width 0.3s ease;
}

.header-lixv nav a:hover::after {
    width: 100%;
}

.lixv-hero {
    background-size: cover;
    background-position: center;
}

.lixv-article-body h2,
.lixv-article-body h3 {
    color: #FFFFFF;
    line-height: 1.2;
}

.lixv-article-body p {
    line-height: 1.8;
}

.lixv-article-body ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-bottom: 2rem;
    color: #94A3B8;
}

.lixv-article-body li {
    margin-bottom: 0.5rem;
}

.lixv-footer i {
    font-size: 1.1rem;
}

.lixv-tabs-container button.active {
    color: #00E5FF;
    border-bottom-color: #00E5FF;
}

@media (max-width: 767px) {
    .lixv-hero h1 {
        font-size: 18px !important;
    }

    .lixv-hero p {
        font-size: 14px !important;
    }

    .lixv-article-body h2 {
        font-size: 16px !important;
    }

    .lixv-article-body h3 {
        font-size: 14px !important;
    }

    .lixv-footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .lixv-footer-brand,
    .lixv-footer-nav,
    .lixv-footer-legal,
    .lixv-footer-contact {
        text-align: center;
        align-items: center;
    }

    .lixv-footer-contact .flex-col {
        align-items: center;
    }
}

/* ===== PAGE TEMPLATE: trends-list ===== */
.header-lixv .js-mobile-menu.active {
    transform: translateX(0);
}

.header-lixv .js-newsletter-modal.active {
    display: flex;
}

.header-lixv nav a {
    position: relative;
}

.header-lixv nav a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #00E5FF;
    transition: width 0.3s ease;
}

.header-lixv nav a:hover::after {
    width: 100%;
}

.trends-detail-page .article-body h2 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    margin: 2rem 0 1rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.trends-detail-page .article-body p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.trends-detail-page .article-body ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.trends-detail-page .article-body li {
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .trends-detail-page .article-body h2 {
        font-size: 32px;
    }
}

.sidebar-sticky {
    position: sticky;
    top: 100px;
}

.lixv-footer {
    position: relative;
    overflow: hidden;
}

.lixv-footer a {
    text-decoration: none;
}

.lixv-footer .container {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .lixv-footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .lixv-footer-brand,
    .lixv-footer-nav,
    .lixv-footer-legal,
    .lixv-footer-contact {
        text-align: center;
        align-items: center;
    }

    .lixv-footer-bottom {
        text-align: center;
    }

    .lixv-footer-contact .flex-col {
        align-items: center;
    }
}