/* Freedom Hub Page Styles */

/* Prevent horizontal scroll */
body {
    overflow-x: hidden;
    max-width: 100%;
}

/* Coin Radar Banner */
.coin-radar-banner {
    width: 80%;
    margin: 0 auto;
    margin-bottom: var(--spacing-7xl);
  margin-top: var(--spacing-4xl);
    padding: 16px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    max-width: 100%;
    box-sizing: border-box;
}

/* Top Orange Glowing Line */
.coin-radar-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, 
        rgba(255,170,59,0) 0%, 
        rgba(255,170,59,0.5) 10%, 
        rgba(255,170,59,1) 50%, 
        rgba(255,170,59,0.5) 90%, 
        rgba(255,170,59,0) 100%);
    box-shadow: 0 0 4px rgba(255, 170, 59, 0.3);
    z-index: 1;
    opacity: 0.5;
}

/* Bottom Orange Glowing Line */
.coin-radar-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.5;
    height: 2px;
    background: linear-gradient(90deg, 
        rgba(255,170,59,0) 0%, 
        rgba(255,170,59,0.5) 10%, 
        rgba(255,170,59,1) 50%, 
        rgba(255,170,59,0.5) 90%, 
        rgba(255,170,59,0) 100%);
    box-shadow: 0 0 4px rgba(255, 170, 59, 0.3);
    z-index: 1;
}

.coin-radar-banner-container {
    max-width: 1440px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    overflow: hidden;
}

.coin-radar-title {
    color: #ffaa3b;
    font-family: 'Montserrat', sans-serif;
    font-size: var(--font-size-6xl);
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 5px rgba(255, 170, 59, 0.3);
    white-space: normal;
    word-break: break-word;
    max-width: 100%;
}

/* Daily Brief Section */
.daily-brief-section {
    width: 100%;
     
    background-color: #000;
}

.daily-brief-container {
    max-width: 1285px;
    width: 100%;
    margin: 50px auto;
    padding: 26px 38px;
    background-color: #050507;
    border: 0.5px solid #4a4b53;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    position: relative;
    overflow: visible;
    min-height: 245px;
    box-sizing: border-box;
}

.daily-brief-left {
    flex: 0 0 400px;
    max-width: 483px;
    z-index: 2;
    box-sizing: border-box;
}

.brief-label {
    color: #8b8b8b;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    line-height: 1.71;
}

.brief-title {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: 1.71;
}

.brief-description {
    color: #8b8b8b;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 12px 0;
}

.brief-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.brief-features li {
    color: #8b8b8b;
    font-family: 'Montserrat', sans-serif;
    font-size: 8px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 4px;
}

/* Freedom Meter Widget */
.freedom-meter-widget {
    flex-shrink: 0;
    z-index: 3;
    position: relative;
    box-sizing: border-box;
}

.freedom-meter-box {
    width: 143px;
    height: 143px;
    background-color: #0d0b03;
    border: 0.5px solid #8d7001;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
}

.freedom-meter-label {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0;
}

.freedom-meter-score {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.freedom-percentage {
    color: #f7931a;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

.freedom-status {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.71;
}

.freedom-meter-risk {
    color: #8b8b8b;
    font-family: 'Montserrat', sans-serif;
    font-size: 8px;
    line-height: 1.31;
    margin: 0;
}

.freedom-meter-risk .risk-label {
    color: #8b8b8b;
}

.freedom-meter-risk .risk-text {
    color: #f7931a;
}

/* Notification Section */
.notification-section {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
    background-color: #000;
}

.notification-container {
    max-width: 1285px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.notification-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.notification-tab-btn {
    background-color: #191919;
    border: 0.5px solid #4a4b53;
    color: #8b8b8b;
    padding: 8px 20px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.notification-tab-btn:hover {
    background-color: #252525;
    border-color: #5a5b63;
    color: #ffffff;
}

.notification-tab-btn.active {
    background-color: #1f2b24;
    color: #e0e0e0;
    border-color: #2f4035;
}

.notification-tab-btn[data-tab="warning"].active {
    background-color: #201709;
    color: #ffffff;
    border-color: #8d7001;
}

.notification-tab-btn[data-tab="final"].active {
    background-color: #201e09;
    color: #ffffff;
    border-color: #8d7001;
}

.notification-tab-btn[data-tab="restricted"].active {
    background-color: #0F0A0C;
    color: #ffffff;
    border-color: #4A4B53;
}

.notice-card {
    background-color: #050505;
    border: 0.5px solid #2d2d2d;
    border-radius: 16px;
    padding: 24px;
    display: none;
    gap: 20px;
}

.notice-card.active {
    display: flex;
}

.icon-col {
    flex-shrink: 0;
    padding-top: 5px;
}

.icon-box {
    width: 36px;
    height: 36px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-image {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
}

.content-col {
    flex-grow: 1;
}

.header-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.notice-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.badge {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.badge.strike {
    background-color: #1a1a1a;
    color: #8b8b8b;
    border: 0.5px solid #4a4b53;
}

.badge.safety {
    background-color: #11221c;
    color: #5b8a72;
    border: 0.5px solid #1a352a;
}

.shield-icon {
    width: 12px;
    height: 12px;
    fill: currentColor;
}

.reason-text {
    color: #8b8b8b;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-bottom: 6px;
}

.reason-label {
    color: #8b8b8b;
    font-weight: 600;
}

.reason-value {
    color: #8b8b8b;
}

.description-text {
    color: #8b8b8b;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 1.4;
}

.actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-action {
    background: transparent;
    border: 0.5px solid #4a4b53;
    color: #cccccc;
    padding: 8px 16px;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-action:hover {
    background-color: #191919;
    border-color: #5a5b63;
    color: #ffffff;
}

/* Banned Card Styling */
/* Warning Card Styling */
.notice-card.warning-card {
    background: linear-gradient(135deg, #201709 0%, #1a1306 100%);
    border: 1px solid #8d7001;
}

.warning-icon-box {
    width: 45px;
    height: 45px;
    background-color: #513811;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.warning-icon {
    width: 30px;
    height: 30px;
    color: #ff9b00;
    stroke: #ff9b00;
}

.warning-title {
    color: #ffffff !important;
}

.badge.warning-strike {
    background-color: #402d0f;
    color: #667881;
    border: none;
}

.badge.warning-safety {
    background-color: #15201f;
    color: #667881;
    border: none;
}

.warning-reason {
    color: #ff9b00 !important;
}

.warning-reason .reason-label {
    color: #ff9b00 !important;
}

.warning-reason .reason-value {
    color: #ff9b00 !important;
}

.warning-description {
    color: #ff9b00 !important;
}

/* Final Card Styling */
.notice-card.final-card {
    background: linear-gradient(135deg, #201e09 0%, #1a1806 100%);
    border: 1px solid #8d7001;
}

.final-icon-box {
    width: 45px;
    height: 45px;
    background-color: #555012;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.final-icon {
    width: 32px;
    height: 32px;
    color: #ffffff;
    stroke: #ffffff;
    fill: none;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.3));
}

.final-title {
    color: #ffffff !important;
}

.badge.final-strike {
    background-color: #3e390d;
    color: #667881;
    border: none;
}

.badge.final-safety {
    background-color: #15201f;
    color: #667881;
    border: none;
}

.final-reason {
    color: #f7931a !important;
}

.final-reason .reason-label {
    color: #f7931a !important;
}

.final-reason .reason-value {
    color: #f7931a !important;
}

.final-description {
    color: #f7931a !important;
}

/* Restricted Card Styling */
.notice-card.restricted-card {
    background: #0F0A0C;
    border: 1px solid #4A4B53;
}

.restricted-icon-box {
    width: 45px;
    height: 45px;
    background-color: transparent;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.restricted-icon {
    width: 40px;
    height: 40px;
    display: block;
}

.restricted-title {
    color: #ffffff !important;
}

.badge.restricted-strike {
    background-color: #2a2a2a;
    color: #8a8a8a;
    border: none;
}

.badge.restricted-safety {
    background-color: #1a2624;
    color: #667881;
    border: none;
}

.restricted-reason {
    color: #b8b8b8 !important;
}

.restricted-reason .reason-label {
    color: #b8b8b8 !important;
}

.restricted-reason .reason-value {
    color: #b8b8b8 !important;
}

.restricted-description {
    color: #8a8a8a !important;
}

/* Banned Card Styling */
.notice-card.banned-card {
    background-color: #1a0a0a;
    border: 0.5px solid #4a1a1a;
}

.banned-icon-box {
    width: 36px;
    height: 36px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.banned-icon {
    width: 36px;
    height: 36px;
    display: block;
    filter: drop-shadow(0 0 3px rgba(192, 27, 27, 0.5));
}

.badge.banned-strike {
    background-color: #c01b1b;
    color: #ffffff;
    border: 0.5px solid #c01b1b;
}

.banned-reason {
    color: #c01b1b;
}

.banned-reason .reason-label {
    color: #c01b1b;
    font-weight: 600;
}

.banned-reason .reason-value {
    color: #c01b1b;
}

.banned-description {
    color: #c01b1b;
}

/* Filter Feed Section */
.filter-feed-section {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
    background-color: #000;
}

.filter-feed-container {
    max-width: 1285px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.filter-label {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 27px;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.filter-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-btn {
    height: 30px;
    padding: 6px 12px;
    background-color: #191919;
    border: 0.5px solid #4a4b53;
    border-radius: 15px;
    color: #8b8b8b;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.filter-btn:hover {
    background-color: #252525;
    border-color: #5a5b63;
}

.filter-btn.active {
    background-color: #0d0b03;
    border-color: #8d7001;
    color: #f7931a;
}

/* News Feed Section */
.news-feed-section {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
    background-color: #000;
}

.news-feed-container {
    max-width: 1285px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    width: 100%;
    box-sizing: border-box;
}

/* News Article Card */
.news-card {
    background-color: #050507;
    border: 0.5px solid #4a4b53;
    border-radius: 18.5px;
    padding: 37px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
    overflow: hidden;
}

.news-card:hover {
    border-color: #6a6b73;
}

.news-card-header {
    width: 100%;
    max-width: 576px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 0 40px;
    box-sizing: border-box;
}

.category-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 30px;
    padding: 0 12px 0 12px;
    background-color: #191919;
    border: 0.5px solid #4a4b53;
    border-radius: 15px;
    position: relative;
    flex-shrink: 0;
}

.category-icon {
    width: 17px;
    height: 17px;
    display: block;
    flex-shrink: 0;
}

.category-text {
    color: #8b8b8b;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.1;
    white-space: nowrap;
}

.freedom-score-badge {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    line-height: 1.71;
    flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.freedom-score-badge.score-watch {
    color: #c0751b;
}

.freedom-score-badge.score-danger {
    color: #c01b1b;
}

.news-card-content {
    width: 100%;
    max-width: 593px;
    padding: 0 40px;
    box-sizing: border-box;
}

.news-headline {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 12px 0;
}

.news-description {
    color: #8b8b8b;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 25px 0;
}

/* Perspectives Container */
.perspectives-container {
    display: flex;
    gap: 11px;
    margin-bottom: 25px;
    width: 100%;
    box-sizing: border-box;
}

.perspective-column {
    flex: 1;
    min-height: 306px;
    padding: 20px 15px;
    background-color: #050507;
    border: 0.856px solid #4a4b53;
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.perspective-column.atlas-truth {
    background-color: #0d0b03;
    border-color: #8d7001;
    border-radius: 10px;
}

.perspective-header {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0;
}

.perspective-header.left-spin {
    color: #8ac7f1;
}

.perspective-header.right-spin {
    color: #f0a781;
}

.perspective-column.atlas-truth .perspective-header {
    color: #f7931a;
}

.perspective-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    flex: 1;
}

.perspective-column .perspective-text {
    color: #8b8b8b;
}

.perspective-column.atlas-truth .perspective-text {
    color: #ffffff;
}

/* Divider Line */
.divider-line {
    width: 100%;
    height: 0.79px;
    background-color: #4a4b53;
    margin: 25px 0;
}

/* News Card Actions */
.news-card-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
}

.action-btn {
    height: 51px;
    padding: 0 20px;
    background-color: #191919;
    border: 0.856px solid #4a4b53;
    border-radius: 42.825px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-sizing: border-box;
}

.action-btn:hover {
    background-color: #252525;
    border-color: #5a5b63;
}

.action-btn.primary-btn {
    background-color: #0d0b03;
    border-color: #8d7001;
    color: #f7931a;
}

.action-btn.primary-btn:hover {
    background-color: #1a1609;
    border-color: #a3820e;
}

.share-section {
    display: flex;
    align-items: center;
    gap: 12px;
}

.share-label {
    color: #8b8b8b;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
}

.social-share-buttons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.share-btn {
    width: 42px;
    height: 42px;
    background-color: #191919;
    border: 0.856px solid #4a4b53;
    border-radius: 50%;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.share-btn.copy-link-btn {
    width: 127px;
    border-radius: 42.825px;
    font-size: 17px;
    color: #8b8b8b;
}

.share-btn:hover {
    background-color: #252525;
    border-color: #5a5b63;
}

.share-note {
    color: #8b8b8b;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
}

/* Info Cards Section */
.info-cards-section {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
}

.info-cards-wrapper {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 78px;
}

.info-content-header {
    max-width: 1285px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}

.info-cards-container {
    max-width: 1285px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    gap: 14px;
    box-sizing: border-box;
}

/* Clickable Info Card Links */
.info-card-link {
    text-decoration: none;
    display: block;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1;
    max-width: 419px;
}

.info-card-link:hover {
    transform: translateY(-4px);
}

.info-card-link .info-card {
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.info-card-link:hover .info-card {
    border-color: #f7931a;
}

.info-card {
    flex: 1;
    max-width: 419px;
    height: 417px;
    background-color: #0d0b03;
    border: 0.794px solid #8d7001;
    border-radius: 20px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.info-card-image {
    width: 100%;
    height: 280px;
    border-radius: 12px;
    margin-bottom: 20px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.info-card-label {
    color: #f7931a;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 8px 0;
}

.info-card-title {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 27px;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.info-card-description {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    line-height: 1.4;
}

.read-full-truth-radar-button {
    background-color: #7E889A;
    border: 1px solid #303241;
    border-radius: 20px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: fit-content;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}

.read-full-truth-radar-button:hover {
    background-color: #8d98ab;
}

.read-full-truth-radar-text {
    line-height: 1;
    white-space: nowrap;
}

.read-full-truth-radar-arrow {
    color: #ffffff;
    font-size: 14px;
    flex-shrink: 0;
}

/* Sovereign Section */
.sovereign-section {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
    background-color: #000;
}

.sovereign-container {
    max-width: 1285px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 13px;
    box-sizing: border-box;
}

.sovereign-card {
    flex: 1;
    max-width: 712px;
    min-height: 190px;
    padding: 26px 27px;
    background-color: #050507;
    border: 1px solid #3e350f;
    border-radius: 20px;
    box-sizing: border-box;
}

.sovereign-card:first-child {
    box-shadow: 0px 4px 36.9px 0px rgba(247, 147, 26, 0.25);
}




.sovereign-card:last-child .sovereign-label {
    color: #8b8b8b;
}

.sovereign-label {
    color: #F7931A;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 8px 0;
}

.sovereign-title {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.sovereign-description {
    color: #8b8b8b;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 15px 0;
}

.sovereign-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sovereign-features li {
    color: #8b8b8b;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 8px;
}

/* Disclaimer Section */
.disclaimer-section {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #000;
}

.disclaimer-container {
    max-width: 1285px;
    width: 100%;
    margin: 0 auto;
    border-radius: 40px;
    padding: 18px 38px;
    background-color: #050507;
    border: 0.5px solid #4a4b53;
    box-sizing: border-box;
}

.disclaimer-text {
    color: #8b8b8b;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    text-align: left;
}

/* Responsive Design */
/* 1800px and above devices */
@media (min-width: 1800px) {
    .coin-radar-banner {
        width: 70%;
    }
}

/* 1500px devices */
@media (max-width: 1500px) {
    .coin-radar-banner {
        width: 75%;
    }
}

@media (max-width: 1440px) {
    .coin-radar-banner-container,
    .daily-brief-container,
    .notification-container,
    .filter-feed-container,
    .news-feed-container,
    .sovereign-container,
    .disclaimer-container {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .coin-radar-title {
        padding: 0 40px;
    }
}

@media (max-width: 1200px) {
    .coin-radar-banner {
        width: 85%;
    }
    
    .coin-radar-title {
        font-size: 28px;
        letter-spacing: 0.8px;
        white-space: normal;
        padding: 0 20px;
    }

    .daily-brief-container {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        padding: 24px 32px;
        overflow-x: hidden;
    }

    .daily-brief-left {
        flex: 1;
        max-width: 100%;
        width: 100%;
    }

    .freedom-meter-widget {
        align-self: flex-end;
    }

    .news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .news-card {
        max-width: 100%;
    }

    .info-cards-container {
        flex-direction: column;
        gap: 20px;
    }

    .info-card-link {
        max-width: 100%;
    }

    .info-card {
        height: auto;
        min-height: 450px;
    }

    .info-card-image {
        height: 250px;
    }

    .info-card-title {
        font-size: 24px;
    }

    .sovereign-container {
        flex-direction: column;
        gap: 16px;
    }

    .sovereign-card {
        max-width: 100%;
    }
}

@media (max-width: 968px) {
    .coin-radar-banner {
        width: 90%;
        padding: 14px 0;
        margin-bottom: var(--spacing-4xl);
    }
    
    .coin-radar-title {
        font-size: 24px;
        letter-spacing: 0.6px;
        padding: 0 20px;
        white-space: normal;
        word-break: break-word;
    }
}

/* Tablet styles (768px - 1024px) */
@media (max-width: 1024px) and (min-width: 769px) {
    .daily-brief-container {
        padding: 24px 30px;
        margin: 40px auto;
    }

    .news-card {
        padding: 30px 0;
    }

    .news-card-header {
        padding: 0 30px;
    }

    .news-card-content {
        padding: 0 30px;
    }

    .news-headline {
        font-size: 21px;
    }

    .news-description {
        font-size: 17px;
    }

    .perspective-header {
        font-size: 18px;
    }

    .perspective-text {
        font-size: 16px;
    }

    .action-btn {
        font-size: 17px;
        height: 50px;
    }

    .info-cards-container {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .info-card-link {
        flex: 1 1 calc(50% - 8px);
        max-width: calc(50% - 8px);
    }

    .info-card {
        height: auto;
        min-height: 470px;
    }

    .info-card-image {
        height: 240px;
    }

    .info-card-title {
        font-size: 22px;
    }

    .info-card-label {
        font-size: 13px;
    }

    .info-card-description {
        font-size: 13px;
    }

    .sovereign-card {
        padding: 22px 24px;
    }
}

@media (max-width: 768px) {
    .coin-radar-banner-container {
        padding: 0 20px;
    }

    .coin-radar-title {
        white-space: normal;
        word-break: break-word;
    }

    .daily-brief-section {
        padding: 50px 15px;
    }

    .daily-brief-container {
        padding: 20px;
        margin: 30px auto;
        overflow-x: hidden;
    }

    .daily-brief-left {
        width: 100%;
    }

    .disclaimer-section {
        padding: 18px 15px;
    }

    .brief-title {
        font-size: 20px;
    }

    .brief-description {
        font-size: 10px;
    }

    .notification-container,
    .filter-feed-container,
    .news-feed-container,
    .info-cards-container,
    .sovereign-container,
    .disclaimer-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .notice-card {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }

    .notification-tab-btn {
        font-size: 12px;
        padding: 6px 16px;
    }

    .notice-title {
        font-size: 16px;
    }

    .reason-text,
    .description-text {
        font-size: 13px;
    }

    .btn-action {
        font-size: 12px;
        padding: 6px 14px;
    }

    .filter-label {
        font-size: 22px;
    }

    .filter-btn {
        font-size: 12px;
        padding: 6px 10px;
        height: auto;
    }

    .news-card {
        padding: 25px 0;
    }

    .news-card-header {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
        padding: 0 20px;
        max-width: 100%;
    }

    .freedom-score-badge {
        font-size: 12px;
        white-space: normal;
        word-break: break-word;
    }

    .news-card-content {
        padding: 0 20px;
        max-width: 100%;
    }

    .news-headline {
        font-size: 20px;
    }

    .news-description {
        font-size: 16px;
    }

    .perspectives-container {
        flex-direction: column;
        gap: 15px;
    }

    .perspective-column {
        min-height: auto;
        padding: 15px 12px;
    }

    .perspective-header {
        font-size: 17px;
    }

    .perspective-text {
        font-size: 15px;
    }

    .news-card-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .action-btn {
        width: 100%;
        font-size: 16px;
        height: 48px;
    }

    .share-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
    }

    .social-share-buttons {
        justify-content: flex-start;
        width: 100%;
    }

    .share-label {
        font-size: 15px;
    }

    .share-note {
        font-size: 14px;
    }

    .info-cards-container {
        flex-direction: column;
        gap: 20px;
    }

    .info-card-link {
        max-width: 100%;
    }

    .info-card {
        height: auto;
        min-height: 350px;
        padding: 16px;
    }

    .info-card-image {
        height: 220px;
        width: 100%;
    }

    .info-card-label {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .info-card-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .info-card-description {
        font-size: 13px;
        line-height: 1.5;
    }

    .read-full-truth-radar-button {
        font-size: 12px;
        padding: 10px 20px;
    }

    .sovereign-card {
        padding: 20px;
    }

    .sovereign-description {
        font-size: 14px;
    }

    .sovereign-features li {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .coin-radar-banner {
        width: 95%;
        padding: 12px 0;
        margin-bottom: var(--spacing-4xl);
    }
    
    .coin-radar-title {
        font-size: 20px;
        letter-spacing: 0.4px;
        padding: 0 16px;
        white-space: normal;
        word-break: break-word;
    }
}

@media (max-width: 640px) {
    .coin-radar-banner {
        width: 95%;
        padding: 12px 0;
        margin-bottom: var(--spacing-4xl);
    }
    
    .coin-radar-title {
        font-size: 18px;
        letter-spacing: 0.2px;
        padding: 0 16px;
        white-space: normal;
        word-break: break-word;
    }
}

@media (max-width: 480px) {
    .coin-radar-banner {
        width: 95%;
        padding: 12px 0;
        margin-bottom: var(--spacing-4xl);
    }

    .coin-radar-title {
        font-size: 16px;
        letter-spacing: 0.1px;
        white-space: normal;
        word-break: break-word;
    }

    .coin-radar-banner-container {
        padding: 0 16px;
    }

    .daily-brief-section {
        padding: 50px 15px;
    }

    .daily-brief-container {
        padding: 16px;
        margin: 20px auto;
        overflow-x: hidden;
    }

    .daily-brief-left {
        flex: 1;
        width: 100%;
    }

    .disclaimer-section {
        padding: 18px 15px;
    }

    .brief-label {
        font-size: 12px;
    }

    .brief-title {
        font-size: 18px;
    }

    .brief-description {
        font-size: 10px;
    }

    .brief-features li {
        font-size: 7px;
    }

    .freedom-meter-box {
        width: 120px;
        height: 120px;
        padding: 10px;
    }

    .freedom-meter-label {
        font-size: 9px;
    }

    .freedom-percentage {
        font-size: 32px;
    }

    .freedom-status {
        font-size: 10px;
    }

    .freedom-meter-risk {
        font-size: 7px;
    }

    .notification-container,
    .filter-feed-container,
    .news-feed-container,
    .info-cards-container,
    .sovereign-container,
    .disclaimer-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .notification-tab-btn {
        font-size: 11px;
        padding: 6px 12px;
    }

    .notice-card {
        padding: 16px;
    }

    .filter-label {
        font-size: 20px;
    }

    .filter-btn {
        font-size: 11px;
        padding: 5px 8px;
    }

    .news-card {
        padding: 20px 0;
        border-radius: 16px;
    }

    .news-card-header {
        padding: 0 16px;
        margin-bottom: 16px;
        gap: 12px;
    }

    .category-badge {
        height: 26px;
        padding: 0 10px;
    }

    .category-text {
        font-size: 9px;
    }

    .freedom-score-badge {
        font-size: 11px;
    }

    .news-card-content {
        padding: 0 16px;
    }

    .news-headline {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .news-description {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .perspectives-container {
        gap: 12px;
        margin-bottom: 20px;
    }

    .perspective-column {
        padding: 12px 10px;
        border-radius: 14px;
    }

    .perspective-header {
        font-size: 15px;
    }

    .perspective-text {
        font-size: 13px;
    }

    .divider-line {
        margin: 20px 0;
    }

    .news-card-actions {
        gap: 12px;
        margin-bottom: 12px;
    }

    .action-btn {
        font-size: 15px;
        height: 44px;
        padding: 0 16px;
    }

    .share-section {
        gap: 8px;
    }

    .share-label {
        font-size: 14px;
    }

    .share-btn {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .share-btn.copy-link-btn {
        width: 110px;
        font-size: 14px;
    }

    .share-note {
        font-size: 13px;
    }

    .info-cards-section {
        padding: 30px 0;
    }

    .info-cards-container {
        gap: 16px;
    }

    .info-card-link {
        max-width: 100%;
    }

    .info-card {
        padding: 14px;
        min-height: 320px;
        border-radius: 16px;
    }

    .info-card-image {
        height: 200px;
        margin-bottom: 16px;
    }

    .info-card-label {
        font-size: 11px;
        margin-bottom: 6px;
    }

    .info-card-title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .info-card-description {
        font-size: 12px;
        line-height: 1.4;
    }

    .sovereign-card {
        padding: 16px;
    }

    .sovereign-label {
        font-size: 11px;
    }

    .sovereign-title {
        font-size: 13px;
    }

    .sovereign-description {
        font-size: 10px;
    }

    .sovereign-features li {
        font-size: 10px;
    }

    .disclaimer-container {
        padding: 16px 24px;
    }

    .disclaimer-text {
        font-size: 11px;
    }

    .read-full-truth-radar-button {
        font-size: 12px;
        padding: 10px 18px;
    }

    .read-full-truth-radar-arrow {
        font-size: 12px;
    }
}

/* Inline Comment Section Styles */
.inline-comment-section {
    display: none;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 0.5px solid #4a4b53;
    width: 100%;
    max-width: 593px;
    background-color: transparent;
}

.inline-comment-section.active {
    display: block !important;
}

/* Rules Section */
.inline-comment-section .comment-rules-section {
    margin-bottom: 25px;
}

.inline-comment-section .comment-rules-container {
    display: flex !important;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    padding: 20px;
    margin-bottom: 0;
    background-color: #191919 !important;
    border: 0.856px solid #4a4b53 !important;
    border-radius: 17.13px;
}

.inline-comment-section .rule-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.inline-comment-section .rule-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
    position: relative;
}

.inline-comment-section .rule-icon.check-icon {
    background: #4caf50 !important;
    color: #ffffff !important;
}

.inline-comment-section .rule-icon.cross-icon {
    background: #f44336 !important;
    color: #ffffff !important;
}

.inline-comment-section .rule-text {
    color: #8b8b8b !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

/* Add Your Take Section */
.inline-comment-section .comment-input-section {
    margin-bottom: 25px;
}

.inline-comment-section .comment-section-title {
    color: #8b8b8b !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.inline-comment-section .comment-textarea-container {
    margin-bottom: 25px;
}

.inline-comment-section .comment-textarea {
    width: 100% !important;
    min-height: 200px;
    padding: 20px;
    background-color: #191919 !important;
    border: 0.856px solid #4a4b53 !important;
    border-radius: 17.13px;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    resize: vertical;
    outline: none;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.inline-comment-section .comment-textarea:focus {
    border-color: #8d7001 !important;
}

.inline-comment-section .comment-textarea::placeholder {
    color: #555555 !important;
    font-weight: 300;
}

.comment-guideline-text {
    color: #373737;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
}

/* Action Buttons Section */
.inline-comment-section .comment-actions-section {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.inline-comment-section .comment-btn {
    flex: 1;
    min-width: 150px;
    height: 51px;
    border-radius: 42px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.inline-comment-section .post-comment-btn {
    background-color: #0d0b03 !important;
    border: 0.856px solid #8d7001 !important;
    color: #f7931a !important;
}

.inline-comment-section .post-comment-btn:hover {
    background-color: #1a1609 !important;
    border-color: #a3820e !important;
    transform: translateY(-1px);
}

.inline-comment-section .ask-atlas-btn {
    background-color: #f7931a !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(247, 147, 26, 0.3);
}

.inline-comment-section .ask-atlas-btn:hover {
    background-color: #ffa033 !important;
    box-shadow: 0 4px 12px rgba(247, 147, 26, 0.5);
    transform: translateY(-1px);
}

.inline-comment-section .btn-text {
    line-height: 1.1;
}

/* Auto-warn Text */
.inline-comment-section .comment-auto-warn-text {
    color: #8b8b8b !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    text-align: left;
}

/* Responsive Design for Inline Comment Section */
@media (max-width: 768px) {
    .inline-comment-section {
        margin-top: 20px;
        padding-top: 20px;
        max-width: 100%;
    }

    .inline-comment-section .comment-rules-container {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        padding: 16px !important;
    }

    .inline-comment-section .rule-item {
        width: 100%;
    }

    .inline-comment-section .rule-text {
        font-size: 16px !important;
    }

    .inline-comment-section .comment-section-title {
        font-size: 18px !important;
        margin-bottom: 16px !important;
    }

    .inline-comment-section .comment-textarea {
        min-height: 150px !important;
        padding: 15px !important;
        font-size: 14px !important;
    }

    .comment-guideline-text {
        font-size: 16px;
    }

    .inline-comment-section .comment-actions-section {
        flex-direction: column !important;
        gap: 12px !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .inline-comment-section .comment-btn {
        width: 100% !important;
        min-width: 100% !important;
        font-size: 18px !important;
    }

    .inline-comment-section .comment-auto-warn-text {
        font-size: 16px !important;
        margin-top: 15px !important;
    }
}

@media (max-width: 480px) {
    .inline-comment-section {
        margin-top: 15px;
        padding-top: 15px;
    }

    .inline-comment-section .comment-rules-container {
        padding: 14px !important;
    }

    .inline-comment-section .rule-icon {
        width: 24px !important;
        height: 24px !important;
        font-size: 12px !important;
    }

    .inline-comment-section .rule-text {
        font-size: 14px !important;
    }

    .inline-comment-section .comment-section-title {
        font-size: 16px !important;
        margin-bottom: 14px !important;
    }

    .inline-comment-section .comment-textarea {
        min-height: 120px !important;
        font-size: 14px !important;
        padding: 12px !important;
    }

    .comment-guideline-text {
        font-size: 14px;
    }

    .inline-comment-section .comment-actions-section {
        margin-top: 18px !important;
        margin-bottom: 18px !important;
    }

    .inline-comment-section .comment-btn {
        height: 45px !important;
        font-size: 16px !important;
    }

    .inline-comment-section .comment-auto-warn-text {
        font-size: 14px !important;
        margin-top: 12px !important;
    }
}

