/* ==========================================
   TABLET DISCLAIMER PAGE STYLES
   Target: 768px – 1023px
   ========================================== */

.disclaimer-container {
    padding: 0 1.5rem 100px;
}

.disclaimer-header {
    text-align: left;
    margin: 1rem 0 2.5rem;
    width: 100%;
}

.disclaimer-header h1 {
    font-size: 3rem; /* Scaled down from 3.5rem */
    line-height: 1.1;
    margin-bottom: 0.75rem;
    letter-spacing: -0.04em;
    color: #fff;
}

.disclaimer-header h1 span {
    color: var(--gold);
}

.disclaimer-header p {
    text-align: justify;
    text-justify: inter-word;
    width: 100%;
    font-size: 1.1rem;
    color: var(--text-dim);
    line-height: 1.6;
    margin: 0;
}

.godam-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns for tablet better fit */
    gap: 1.5rem;
    margin-top: 0.75rem;
}

.godam-card,
.prize-item,
.tech-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.godam-card h3,
.prize-info h4,
.tech-card h4 {
    font-size: 1.15rem;
    color: var(--gold);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.godam-card p,
.prize-info p,
.tech-card p {
    color: var(--text-dim);
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-word;
    margin: 0;
}

/* Sections Spacing */
.prize-section, .faq-section, .tech-section, .logic-section {
    margin-top: 4rem; /* Slightly tighter than desktop */
}

.security-section {
    margin-top: 2.25rem;
}

.prize-header, .faq-header, .tech-header, .logic-header, .compatibility-header {
    width: 100%;
    max-width: none;
    margin-bottom: 1.3rem;
}

.disclaimer-section-title-row,
.logic-section-title-row {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.6rem;
}

.disclaimer-section-kicker,
.logic-section-kicker {
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.42rem;
}

.prize-header h2, .tech-header h2, .logic-header h2, .faq-header h2, .compatibility-header h2 {
    font-size: 1.9rem;
    line-height: 1.12;
    color: #fff;
    margin: 0;
    letter-spacing: -0.04em;
}

.prize-header p, .tech-header p, .logic-header p, .faq-header p, .compatibility-header p {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.62;
    color: var(--text-dim);
    text-align: justify;
    width: 100%;
    max-width: none;
}

.prize-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 cols for tablet */
    gap: 1.5rem;
}

.prize-badge {
    display: inline-flex;
    padding: 0.3rem 1rem;
    border-radius: 100px;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    width: fit-content;
    position: relative;
    overflow: hidden;
    color: #fff;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
    background: linear-gradient(135deg, rgba(255, 204, 51, 0.3) 0%, rgba(204, 153, 0, 0.4) 100%);
    margin-bottom: 0.75rem;
    align-self: center;
}

.security-badge {
    background: linear-gradient(135deg, rgba(255, 204, 51, 0.3) 0%, rgba(204, 153, 0, 0.4) 100%);
    box-shadow:
        0 4px 15px rgba(255, 204, 51, 0.2),
        inset 0 0 8px rgba(255, 204, 51, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* Tech Grid */
.tech-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 cols for tablet */
    gap: 1.25rem;
}

/* Compatibility Grid */
.compatibility-section {
    margin-top: 4rem;
}

.compatibility-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}

/* Click-to-Flip Card Tablet Logic */
/* New Static Device Card (Full Sync with Desktop/Mobile) */
.device-card-v2 {
    display: flex;
    flex-direction: column;
    padding: 2rem 1.5rem !important; /* Spacious Padding for Symmetry */
    height: 480px !important; 
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

/* Fix for scroll blocking due to lightning-card pseudo-elements */
.device-card-v2::before,
.device-card-v2::after {
    pointer-events: none !important;
}

.registry-header-mini {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--gold);
    font-size: 0.75rem; 
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 1rem 0 0.5rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 204, 51, 0.2);
    width: 100%;
}

.registry-header-mini i {
    font-size: 0.9rem;
}

.registry-scroll-area {
    width: 100%;
    flex: 1; 
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0.85rem;
    padding-right: 8px;
    padding-bottom: 1.5rem; 
    margin-bottom: 0; 
    min-height: 0;
    position: relative;
    z-index: 10;
    /* Firefox Support */
    scrollbar-width: thin;
    scrollbar-color: var(--gold) rgba(255, 255, 255, 0.05);
}

/* Custom Webkit Scrollbar for Registry */
.registry-scroll-area::-webkit-scrollbar {
    width: 5px;
}

.registry-scroll-area::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
}

.registry-scroll-area::-webkit-scrollbar-thumb {
    background: rgba(255, 204, 51, 0.6);
    border-radius: 10px;
}

.registry-table {
    width: 100%;
    border-collapse: collapse;
    pointer-events: auto !important;
}

.registry-table th {
    font-size: 0.6rem;
    color: var(--text-dim);
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 0.5rem;
    letter-spacing: 0.05em;
    font-weight: 800;
}

.registry-table th:last-child {
    text-align: right; 
}

.registry-table td {
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    font-size: 0.8rem;
    vertical-align: middle;
}

.compatibility-section .registry-table td:first-child {
    color: var(--gold);
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    width: 50%;
    white-space: nowrap;
}

.compatibility-section .registry-resolution {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.compatibility-section .registry-table td:last-child {
    color: var(--text-dim);
    line-height: 1.3;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.45rem;
}

.compatibility-section .registry-device-name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.compatibility-section .registry-status.neo-help-btn {
    margin-left: 0;
    width: 1.05rem;
    height: 1.05rem;
    font-size: 0.64rem;
    font-weight: 900;
    flex-shrink: 0;
    position: relative;
    overflow: visible;
    z-index: 1;
}

.compatibility-section .registry-status.status-unverified {
    color: #f87171;
    background: rgba(239, 68, 68, 0.14);
    border-color: rgba(239, 68, 68, 0.35);
}

.compatibility-section .registry-status.status-unverified:hover {
    color: #f87171;
    background: rgba(239, 68, 68, 0.22);
    border-color: rgba(239, 68, 68, 0.5);
    box-shadow: 0 0 12px rgba(239, 68, 68, 0.22);
}

.compatibility-section .registry-status.status-verified {
    color: #4ade80;
    background: rgba(34, 197, 94, 0.14);
    border-color: rgba(34, 197, 94, 0.35);
}

.compatibility-section .registry-status.status-verified:hover {
    color: #4ade80;
    background: rgba(34, 197, 94, 0.22);
    border-color: rgba(34, 197, 94, 0.5);
    box-shadow: 0 0 12px rgba(34, 197, 94, 0.22);
}

/* Removed Obsolete Components */

.res-label { font-size: 0.55rem; color: #fff; }

.device-size {
    display: inline-flex;
    padding: 0.35rem 1.1rem !important;
    border-radius: 100px;
    font-size: 0.7rem !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    width: fit-content;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    border: 0.5px solid rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: linear-gradient(135deg, rgba(255, 204, 51, 0.3) 0%, rgba(204, 153, 0, 0.4) 100%) !important;
    box-shadow:
        0 4px 15px rgba(255, 204, 51, 0.2),
        inset 0 0 8px rgba(255, 204, 51, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    margin-bottom: 0.75rem; 
    align-self: center;
}

/* Glass Highlights */
.device-size::before {
    content: '';
    position: absolute;
    top: 15%;
    left: 10%;
    width: 45%;
    height: 30%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, transparent 100%);
    filter: blur(2px);
    border-radius: 100px;
    pointer-events: none;
    z-index: 2;
}

.device-info-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0; 
    flex: 1;
    width: 100%;
    overflow: hidden; 
}

.device-card-v2 h3 {
    font-size: 1.25rem !important;
    color: var(--gold);
    margin-bottom: 0.5rem !important;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-weight: 700;
}

.device-card-v2 p {
    color: var(--text-dim) !important;
    font-size: 1rem !important;
    line-height: 1.7 !important;
    text-align: justify;
    text-justify: inter-word;
    margin: 0;
    width: 100%;
}

/* FAQ List */
.faq-list {
    display: flex;
    flex-direction: column;
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.25rem 0;
}

.faq-question h3 {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.faq-answer p {
    color: var(--text-dim);
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.65;
    margin-top: 0.5rem;
    font-size: 0.95rem;
}

/* Logic Accordion & Math */
.logic-accordion {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.logic-item {
    background: linear-gradient(135deg, 
        rgba(10, 14, 23, 0.8) 0%, 
        rgba(15, 20, 31, 0.7) 50%, 
        rgba(10, 14, 23, 0.8) 100%) !important;
    background-size: 200% 200%;
    animation: watery-shift 12s ease-in-out infinite;
    backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    margin-bottom: -1px;
    box-shadow: 
        inset 0 1.5px 0.5px rgba(255, 255, 255, 0.1),
        inset 0 -1.5px 0.5px rgba(0, 0, 0, 0.5),
        0 8px 25px rgba(0, 0, 0, 0.3);
}

.logic-group {
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
}

.logic-item:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.logic-item:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.logic-toggle {
    width: 100%;
    padding: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1.05rem;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
}

.logic-item.active .logic-content {
    max-height: 3500px;
    opacity: 1;
    overflow: visible;
}

.step-guide {
    padding: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--text-dim);
}

.math-block {
    background: rgba(0, 0, 0, 0.4);
    padding: 1.5rem;
    border-radius: 12px;
    margin: 1.25rem 0;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    border-left: 4px solid var(--gold);
}

.logic-sub-header {
    text-align: center;
    color: var(--gold);
    font-size: 1.1rem;
    font-weight: 900;
    margin: 3rem 0 1.25rem 0;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.logic-sub-header::before,
.logic-sub-header::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 204, 51, 0.4), transparent);
}

/* Methodology Visual Aids */
.methodology-table {
    width: 100%;
    margin: 1.5rem 0;
    font-size: 0.9rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    overflow: hidden;
}

.methodology-table th {
    padding: 0.85rem;
    font-size: 0.7rem;
}

.methodology-table td {
    padding: 0.85rem;
}

.info-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 1.5rem 0;
}

.info-card {
    background: rgba(255, 255, 255, 0.04);
    padding: 1.25rem;
    border-radius: 14px;
}

.info-card .card-value {
    font-size: 1rem;
}

.badge-pill {
    padding: 0.25rem 0.85rem;
    font-size: 0.7rem;
}

.disclaimer-footer {
    margin-top: 4rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.logic-method-section {
    margin-top: 3.25rem;
}

.logic-method-section:first-of-type {
    margin-top: 2rem;
}

.logic-method-kicker {
    color: var(--gold);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.65rem;
}

.logic-method-title {
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.05;
    margin: 0 0 0.9rem;
    letter-spacing: -0.04em;
}

.logic-method-description {
    width: 100%;
    color: var(--text-dim);
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.72;
    font-size: 1.02rem;
    margin: 0 0 1.55rem;
}

.logic-bullet-list {
    margin: 0;
    padding-left: 1.2rem;
    color: var(--text-dim);
    line-height: 1.75;
}

.logic-bullet-list li + li {
    margin-top: 0.55rem;
}

.step-guide p {
    text-align: justify;
    text-justify: inter-word;
}
