@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700;800&display=swap');

html, body, .overflow-hidden, #page, #pxl-wapper, .pxl-wapper, #pxl-main, .elementor-page {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: auto !important;
}

/* ============================================================================
   TODEY FRONTEND CORE STYLESHEET
   ============================================================================ */

/* 1. Dark Input & Entry Overrides (Submission Form) */
.todey-entry-container input.todey-dark-input {
    width: 100% !important;
    background: #000000 !important;
    border: 1px solid #ffffff14 !important;
    color: #fff !important;
    padding: 12px 15px !important;
    outline: none !important;
    transition: border-color .2s !important;
    height: auto !important;
    box-sizing: border-box !important;
}
.todey-entry-container input.todey-dark-input:focus {
    border-color: #ffffff20 !important;
}
.todey-entry-container input.todey-dark-input::placeholder {
    color: #333 !important;
    opacity: 1;
    transition: opacity .2s ease;
}
.todey-entry-container input.todey-dark-input:focus::placeholder {
    opacity: 0;
}
.todey-choice-btn {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    cursor: pointer;
    transition: .2s;
    font-weight: 600;
    text-transform: uppercase;
}
.todey-choice-btn:hover {
    background: #f40;
    color: #fff !important;
}

/* 2. Card Finder / Search & Grid Layouts */
.todey-search-container {
    position: relative;
    margin-bottom: 30px;
    max-width: 100%;
}
.todey-search-container .search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 20px;
    transition: .3s;
    pointer-events: none;
}
#todey-card-search {
    width: 100%;
    padding: 16px 20px 16px 50px;
    background: #000;
    border: 1px solid #ffffff14;
    color: #fff;
    border-radius: 0;
    font-size: 13px;
    outline: none;
    transition: all .3s ease;
    letter-spacing: .5px;
    text-transform: uppercase;
}
#todey-card-search::placeholder {
    color: #ffffff66;
}
#todey-card-search:focus {
    background: #000;
    border-color: #ffffff20;
}
#todey-card-search:focus + .search-icon,
.todey-search-container:focus-within .search-icon {
    color: #f40;
}
.todey-modern-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
}
.todey-modern-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #000;
    border-radius: 0;
    padding: 24px 20px 20px;
    text-decoration: none;
    position: relative;
    transition: all .3s var(--tdy-trans, cubic-bezier(0.16,1,0.3,1));
    text-align: center;
    border: 1px solid #ffffff14;
    min-height: 0;
}
.todey-modern-card:hover {
    background: #ff4400;
    border-color: #ff4400;
}
.todey-card-status {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    right: 12px;
    background: #f40 !important;
    opacity: .9;
}
.todey-card-name {
    color: #666666;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: color .3s ease;
    line-height: 1.3;
}
.todey-modern-card:hover .todey-card-name {
    color: #000;
}
.todey-card-meta {
    color: #ffffff66;
    font-size: 9px;
    margin-bottom: 15px;
    font-family: 'Courier New', monospace;
    letter-spacing: .5px;
    transition: color .3s ease;
}
.todey-modern-card:hover .todey-card-meta {
    color: #fff;
}
.todey-card-action {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #ffffff14;
    color: #ffffff66;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    transition: color .3s ease, border-color .3s ease;
    letter-spacing: 1px;
}
.todey-modern-card:hover .todey-card-action {
    color: #000;
    border-color: rgba(0,0,0,0.15);
}

/* 3. Detailed Submission Form */
.todey-entry-container {
    width: 100%;
    color: #fff;
    font-family: inherit;
}
.todey-pro-main-title {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 40px 0;
    text-transform: uppercase;
}
.todey-page-title {
    padding: 20px 30px;
    margin-bottom: 40px;
    border: 1px solid #ffffff14;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .15em;
    color: #fff;
    text-transform: uppercase;
    background: #000;
    text-align: center;
}
.todey-choice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 0;
}
.todey-choice-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: .2s;
    background: #000;
    cursor: pointer;
}
.todey-choice-btn:hover {
    border-color: #f40;
    color: #000 !important;
}
.todey-choice-btn.todey-pro-card {
    padding: 50px 30px;
    background: #000;
    border: 1px solid #ffffff14;
    color: #fff;
    transition: all .3s var(--tdy-trans, cubic-bezier(0.16,1,0.3,1));
    text-align: center;
    gap: 16px;
}
.todey-choice-btn.todey-pro-card .dashicons {
    font-size: 32px;
    width: 32px;
    height: 32px;
    color: #ffffff66;
    transition: color .3s ease;
    margin: 0;
}
.todey-pro-title {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .12em;
    color: #fff;
    transition: color .3s ease;
}
.todey-pro-desc {
    font-size: 12px;
    color: #ffffff66;
    font-weight: 400;
    text-transform: none;
    line-height: 1.5;
    max-width: 90%;
    transition: color .3s ease;
}
.todey-choice-btn.todey-pro-card:hover {
    background: #ff4400;
    border-color: #ff4400;
    color: #000;
}
.todey-choice-btn.todey-pro-card:hover .dashicons {
    color: #000;
}
.todey-choice-btn.todey-pro-card:hover .todey-pro-title {
    color: #000;
}
.todey-choice-btn.todey-pro-card:hover .todey-pro-desc {
    color: rgba(0,0,0,0.6);
}
.todey-back-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #000;
    border: 1px solid #ffffff14;
    color: #f40;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    margin-bottom: 20px;
    transition: .2s;
}
.todey-back-link:hover {
    background: #f40;
    border-color: #f40;
    color: #000;
}
.todey-section-label {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.todey-section-header {
    border-bottom: 1px solid #ffffff14;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-top: 40px;
}
.todey-section-header h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.todey-sub-header {
    color: #f40;
    font-size: 13px;
    margin: 20px 0 15px 0;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 500;
}
.todey-entry-container input.todey-dark-input,
.todey-entry-container textarea.todey-dark-input {
    width: 100% !important;
    background: #000000 !important;
    border: 1px solid #ffffff14 !important;
    color: #fff !important;
    padding: 13px 15px !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    outline: none !important;
    transition: border-color .2s !important;
    text-transform: uppercase !important;
    height: auto !important;
    box-sizing: border-box !important;
    line-height: normal !important;
}
.todey-entry-container .todey-dark-input::placeholder {
    color: #4e4c4c !important;
    opacity: 1 !important;
}
.todey-entry-container .todey-dark-input:focus {
    border-color: #ffffff20 !important;
}
.todey-select-wrapper select {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}
.todey-grid-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.todey-grid-4-col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.todey-input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.todey-input-group label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .05em;
}
.todey-input-group.full-width {
    width: 100%;
    flex: 1 1 100%;
}
.todey-card-panel {
    background: #000;
    border: 1px solid #ffffff14;
    padding: 25px;
    margin-bottom: 30px;
    position: relative;
}
.todey-action-btn,
.todey-remove-tier {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #000;
    border: 1px solid #ffffff14;
    color: #f40;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: .2s;
}
.todey-action-btn:hover,
.todey-remove-tier:hover {
    background: #f40;
    border-color: #f40;
    color: #000;
}
.todey-remove-tier {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 8px 15px;
    font-size: 12px;
}
.todey-submit-btn {
    width: 100%;
    background: #fff;
    color: #000;
    border: none;
    padding: 16px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: .05em;
    transition: .2s;
}
.todey-submit-btn:hover {
    background: #f40 !important;
    color: #000 !important;
}
.todey-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 40px 0;
    width: 100%;
}

/* 4. Quick Compare Shortcode */
.todey-quick-compare-container {
    margin: 30px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
.todey-quick-compare-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #ffffff14;
    padding: 12px 24px;
    color: #a1a1aa;
    background: rgba(255, 255, 255, 0.02);
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.todey-quick-compare-btn:hover {
    color: #ffffff;
    border-color: #ffffff14;
}
.todey-qc-dropdown-wrapper {
    position: relative;
    display: inline-block;
}
.todey-qc-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    background: #000;
    border: 1px solid #ffffff14;
    border-radius: 2px;
    margin-top: 10px;
    z-index: 1000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.todey-qc-menu.active {
    display: block;
}
.todey-qc-item {
    display: block;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 14px;
    transition: background 0.2s;
}
.todey-qc-item:last-child {
    border-bottom: none;
}
.todey-qc-item:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* 5. Card Comparison Builder Stack */
.todey-stack-wrapper {
    background: #000000;
    color: #fff;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 40px 65px;
    font-family: 'DM Sans', sans-serif;
    border: 1px solid #ffffff14;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    position: relative;
}
.todey-stack-header {
    margin-bottom: 25px;
}
.todey-stack-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.todey-stack-header p {
    margin: 6px 0 0;
    color: #777;
    font-size: 14px;
}
.todey-stack-input-area {
    position: relative;
    margin-bottom: 20px;
    z-index: 200;
}
.todey-stack-search-box {
    background: #000000;
    border: 1px solid #ffffff14;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 14px 18px;
    transition: 0.2s;
}
#todey-stack-input {
    background: transparent;
    border: none;
    color: #777;
    width: 100%;
    outline: none;
    margin-left: 12px;
    font-size: 15px;
    font-weight: 400;
}
.todey-stack-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 10px;
    background: #000000;
    border: 1px solid #ffffff14;
    border-radius: 0;
    max-height: 500px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
    z-index: 9999;
    display: none;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.95);
    padding: 15px;
}
.todey-stack-results.active {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: start;
}
.todey-stack-results::-webkit-scrollbar {
    width: 6px;
}
.todey-stack-results::-webkit-scrollbar-track {
    background: transparent;
}
.todey-stack-results::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 0;
}
.todey-menu-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.todey-menu-header {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #000000;
    padding: 8px 10px;
    cursor: pointer;
    border: 1px solid #ffffff14;
    border-radius: 0;
    transition: all 0.2s;
    margin-bottom: 2px;
}
.todey-menu-header:hover {
    background: #000000;
    border-color: #ffffff18;
}
.todey-menu-group:hover .todey-menu-header {
    border-color: #ffffff18;
}
.todey-menu-title {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.todey-menu-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    padding: 2px 0 0;
}
.todey-menu-item {
    text-align: center;
    padding: 4px 2px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    background: #0a0a0a;
    border: 1px solid #ffffff14;
    transition: 0.1s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.todey-menu-item:hover {
    color: #fff;
    border-color: #ffffff20;
}
.todey-quick-chips {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 10;
}
.todey-chips-label {
    color: #555;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
}
.todey-chip-list {
    display: inline-flex;
    gap: 8px;
    flex-wrap: wrap;
}
.todey-chip {
    background: #111;
    padding: 5px 12px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #222;
    transition: 0.2s;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.todey-chip:hover {
    border-color: rgba(255, 255, 255, 0.20);
}
.todey-card-stack-container {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    min-height: 50px;
    position: relative;
    z-index: 10;
}
.todey-empty-msg {
    width: 100%;
    color: #444;
    text-align: center;
    font-style: italic;
    font-size: 13px;
    padding: 20px;
    border: 1px dashed #ffffff16;
    border-radius: 0px;
}
.todey-stack-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1a1a1ac9;
    border: 1px solid #ffffff14;
    padding: 10px 14px;
    border-radius: 2px;
    animation: slideIn 0.2s ease-out;
}
.todey-item-left {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
}
.todey-menu-img-wrap,
.todey-item-img-wrap {
    width: 29px;
    height: 18px;
    border-radius: 2px;
    overflow: hidden;
    background: #333;
    flex-shrink: 0;
}
.todey-menu-img-wrap img,
.todey-item-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    display: block;
}
.todey-item-info {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.todey-item-name {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.todey-item-tier {
    font-size: 10px;
    color: #666;
    text-transform: uppercase;
}
.todey-item-remove {
    color: #555;
    cursor: pointer;
    padding: 4px;
    font-size: 18px;
    transition: 0.2s;
}
.todey-item-remove:hover {
    color: #ff4400;
}
.todey-stack-btn {
    width: 100%;
    background: #ff4400;
    color: #000000;
    border: none;
    padding: 16px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.2s;
}
.todey-stack-btn:hover {
    background: #fff;
    color: #000;
}
.todey-stack-btn:disabled {
    background: #1a1a1a;
    color: #555;
    cursor: default;
}
body table {
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    border-left: 1px solid rgba(255, 255, 255, .10);
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin: 0 0 32px;
    width: 100%;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.todey-compare-table-wrapper {
    overflow-x: auto;
    position: relative;
    margin-top: 20px;
}
.todey-compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #000;
    display: table !important;
}
.todey-compare-table tbody {
    display: table-row-group !important;
}
.todey-compare-table tr {
    display: table-row !important;
}
.todey-compare-table th,
.todey-compare-table td {
    border: 1px solid rgb(255 255 255 / 5%);
    color: #fff;
    line-height: 1.5;
    padding: .6rem;
    height: auto;
    min-height: 40px;
    box-sizing: border-box;
    display: table-cell !important;
    vertical-align: middle;
}
@media (min-width: 769px) {
    .todey-compare-table th,
    .todey-compare-table td {
        padding-left: 30px;
    }
}
.todey-feature-header,
.todey-feature-cell {
    text-align: left;
    padding-left: 40px;
    width: 200px;
    min-width: 200px;
    background: #ff4400 !important;
    color: #000 !important;
    font-weight: 600;
    font-size: 0.85rem;
}
thead .todey-feature-header,
thead .todey-card-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.todey-card-header {
    text-align: center;
    background: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 1rem .6rem;
}
.todey-value-cell {
    text-align: center;
    background: #000;
    font-size: 0.85rem;
}
.todey-get-card-link {
    display: inline-block;
    padding: 0.3rem 1.3rem;
    color: #ff4400;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: bold;
}
.todey-get-card-link:hover {
    background: #000;
    color: #fff;
}
.todey-check,
.todey-cross {
    font-size: 0.85rem;
    font-weight: 700;
}
.todey-share-align-right {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin: 15px 0;
    flex-wrap: wrap;
}
.todey-screenshot-btn,
.todey-x-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #ffffff14;
    padding: 12px 24px;
    color: #a1a1aa !important;
    background: rgba(255, 255, 255, 0.02);
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    white-space: nowrap;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.todey-screenshot-btn:hover,
.todey-x-btn:hover {
    color: #ffffff !important;
    border-color: #ffffff14;
}
.todey-screenshot-btn svg,
.todey-x-btn svg {
    fill: currentColor;
    width: 14px;
    height: 14px;
    transition: fill 0.3s ease;
}
.todey-sticky-col {
    position: sticky;
    left: 0;
    z-index: 50;
    background: #ff4400 !important;
    color: #000;
    width: 200px;
    min-width: 200px;
    border-right: 2px solid #000;
}
#todey-comp-sticky-clone-container {
    display: none;
    position: fixed;
    top: 32px;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow: hidden;
    background: transparent;
}
#todey-comp-sticky-scroll {
    overflow: hidden;
}
#todey-comp-sticky-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #000;
}
#todey-comp-sticky-table th {
    background: #000;
    border-bottom: 1px solid #000000;
    height: auto;
    padding: 1rem;
    box-sizing: border-box;
    vertical-align: middle;
}

/* 6. Tier Comparison & regional map */
/* Force full-width when inside Elementor flex containers (prevents flex-item squeeze) */
/* Wrap the parent container so the shortcode gets its own row and siblings wrap below */
.elementor-element:has(.todey-tier-comparison-wrap) {
    flex-wrap: wrap !important;
}
.elementor-widget-shortcode:has(.todey-tier-comparison-wrap) {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-shrink: 0 !important;
    order: -1 !important;
}
.todey-tier-comparison-wrap {
    margin: 50px 0;
    padding: 0;
    box-sizing: border-box;
}
.todey-tier-comp-wrapper {
    font-family: inherit;
    margin: 0 0 50px 0;
    color: #fff;
    position: relative;
}
.todey-actions-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px 0;
    flex-wrap: wrap;
    gap: 10px;
}
.todey-actions-left {
    display: flex;
    flex: 1;
}
.todey-actions-right {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}
.todey-report-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #ffffff14;
    padding: 12px 24px;
    color: #a1a1aa !important;
    background: rgba(255, 255, 255, 0.02);
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    white-space: nowrap;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.todey-report-btn:hover {
    color: #fff !important;
    border-color: #ffffff14;
}
.todey-report-btn svg {
    fill: currentColor;
    width: 14px;
    height: 14px;
    transition: fill 0.3s ease;
}
.todey-check {
    color: #00e353;
    font-weight: 700;
    text-transform: uppercase;
}
.todey-cross {
    color: #f00;
    font-weight: 700;
    text-transform: uppercase;
}
.todey-tier-desktop-container {
    display: block;
    background: #000;
    border: 1px solid #ffffff14;
    overflow: hidden;
}
.todey-tabs-header-row {
    display: flex;
    border-bottom: 1px solid #ffffff10;
    background: #000;
}
.todey-header-label-cell {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    box-sizing: border-box;
    background: #000;
    color: #fff;
    padding: 0 20px;
    font-weight: 700;
    font-size: .9rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    border-right: 1px solid #ffffff10;
    flex-shrink: 0;
}
.todey-tabs-nav-container {
    flex: 1;
    display: flex;
    overflow-x: auto;
    background: #000;
    scrollbar-width: none;
    -ms-overflow-style: none;
    align-items: center;
}
.todey-tabs-nav-container::-webkit-scrollbar {
    display: none;
}
.todey-tab-btn {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    padding: 20px 25px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: .2s;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
}
.todey-tab-btn:hover {
    color: #fff;
}
.todey-tab-btn.active {
    color: #fff;
    border-bottom-color: #f40;
    background: rgba(255, 255, 255, 0.05);
}
.todey-single-name-display {
    color: #fff;
    padding: 20px 25px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.todey-tab-content {
    display: none;
    animation: fadeIn .3s ease;
}
.todey-tab-content.active {
    display: block;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}
.todey-tier-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #ffffff10;
}
.todey-tier-grid-col {
    border-right: 1px solid #ffffff10;
}
.todey-tier-grid-col:last-child {
    border-right: none;
}
.todey-tier-grid-item {
    display: grid;
    grid-template-columns: 200px 1fr;
    border-bottom: 1px solid #ffffff10;
    transition: background .2s;
}
.todey-tier-grid-item:hover {
    background: rgba(255, 255, 255, 0.08);
}
.todey-tier-grid-item:last-child {
    border-bottom: none;
}
.todey-grid-label {
    background-color: #f40;
    color: #000000;
    font-weight: 700;
    font-size: .85rem;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    border-right: 1px solid #ffffff10;
}
.todey-grid-value {
    background: #000;
    color: #fff;
    font-size: .95rem;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    word-break: break-word;
}
.todey-tier-get-btn {
    display: inline-block;
    padding: 0 15px;
    border-radius: 5px;
    color: #f40;
    text-decoration: none;
    font-size: .85rem;
    font-weight: 700;
    transition: .3s;
    text-transform: uppercase;
}
.todey-tier-get-btn:hover {
    color: #fff;
}
.todey-tier-mobile-view {
    display: none;
}
.todey-tiers-m-card {
    background: #000;
    border: 1px solid #ffffff14;
    margin-bottom: 10px;
    border-radius: 0;
    overflow: hidden;
}
.todey-tiers-m-title {
    background: #000;
    padding: 15px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: .05em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    text-transform: uppercase;
    color: #fff;
}
.todey-tiers-m-table {
    width: 100%;
    border-collapse: collapse;
}
.todey-tiers-m-table tr {
    border-bottom: 1px solid #ffffff14;
}
.todey-tiers-m-table tr:last-child {
    border-bottom: none;
}
.todey-tiers-m-th {
    text-align: left;
    padding: 12px 15px;
    font-size: .75rem;
    font-weight: 600;
    background: #f40;
    color: #000000;
    width: 30%;
    text-transform: uppercase;
    vertical-align: middle;
    border: none;
}
.todey-tiers-m-td {
    text-align: center;
    padding: 8px 12px;
    font-size: .8rem;
    color: #fff;
    width: 70%;
    background: #000;
    vertical-align: middle;
    border: none;
}
.todey-tiers-m-btn {
    display: block;
    width: 100%;
    padding: 15px;
    background: #fff;
    color: #000;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .9rem;
    transition: .2s;
}
.todey-tiers-m-btn:hover {
    color: #000;
}
/* 7. Modal & Report Layout */
.todey-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 999999;
    display: none;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}
.todey-modal-content {
    width: 95%;
    max-width: 1000px;
    max-height: 75vh;
    display: flex;
    flex-direction: column;
    background: #000;
    border: 1px solid #ffffff14;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
}
.todey-modal-header {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #ffffff14;
    margin-bottom: 12px;
}
.todey-modal-title {
    font-size: 14px;
    font-weight: 800;
    margin: 0;
    letter-spacing: .5px;
}
.todey-modal-close {
    background: transparent;
    border: none;
    color: #666;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}
.todey-modal-close:hover {
    color: #fff;
}
.todey-rep-tabs-container {
    flex-shrink: 0;
    margin-bottom: 12px;
    border-bottom: 1px solid #ffffff14;
}
.todey-rep-tabs-nav {
    display: flex;
    gap: 20px;
    overflow-x: auto;
}
.todey-rep-tab-btn {
    background: transparent;
    border: none;
    color: #666;
    padding: 8px 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: .2s;
    border-bottom: 2px solid transparent;
}
.todey-rep-tab-btn:hover {
    color: #fff;
}
.todey-rep-tab-btn.active {
    color: #fff;
    border-bottom-color: #f40;
}
.todey-report-body {
    flex: 1;
    overflow-y: auto;
    min-height: 0;
    padding-right: 5px;
    margin-bottom: 12px;
}
.todey-report-body::-webkit-scrollbar {
    width: 5px;
}
.todey-report-body::-webkit-scrollbar-track {
    background: #111;
}
.todey-report-body::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 3px;
}
.todey-rep-tab-content {
    display: none !important;
}
.todey-rep-tab-content.active {
    display: block !important;
}
.todey-rep-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
}
.todey-rep-field label {
    display: block;
    font-size: 9px;
    font-weight: 700;
    color: #888;
    margin-bottom: 3px;
    text-transform: uppercase;
}
#todey-report-form .todey-correction-input {
    width: 100%;
    background: #080808;
    border: 1px solid #ffffff14;
    border-radius: 2px;
    color: #fff;
    height: 40px !important;
    min-height: 35px !important;
    max-height: 40px !important;
    font-size: 11px !important;
    padding: 0 8px !important;
    line-height: 30px !important;
    box-sizing: border-box;
    transition: border-color .2s;
}
#todey-report-form .todey-correction-input:focus {
    border-color: #ffffff14;
    outline: none;
    background: #000;
}
.todey-report-footer {
    flex-shrink: 0;
    background: #000;
    z-index: 5;
}
.todey-form-textarea {
    min-height: 100px;
    height: 100px;
    border: 1px solid #ffffff14;
    background: #080808;
    font-size: 12px;
    margin-top: 5px;
    border-radius: 2px;
    padding: 10px;
}
.todey-form-textarea:focus {
    border-color: #ffffff14;
    outline: none;
    background: #000;
}
.todey-footer-row {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    gap: 0;
}
.todey-footer-left {
    width: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.todey-footer-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.todey-msg-error {
    color: #f40;
    background: rgba(255, 68, 0, 0.05);
    border: 1px solid #ffffff14;
    padding: 6px 10px;
    border-radius: 2px;
    font-weight: 300;
    font-size: 10px;
    margin-top: 10px;
    display: none;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.todey-msg-success {
    margin-top: 10px;
    font-size: 11px;
    display: none;
    color: #00e353;
    text-align: center;
    width: 100%;
}
.todey-modal-submit {
    width: 100%;
    padding: 15px 20px;
    background: #fff;
    color: #000;
    border: none;
    font-weight: 800;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.todey-modal-submit:hover {
    background: #f40;
    color: #000;
}
#todey-turnstile-wrapper {
    margin: 0;
    min-height: 0;
    overflow: hidden;
}

/* 7b. Last Updated Timestamp */
.todey-last-updated {
    text-align: right;
    font-size: 11px;
    color: #666;
    margin: 10px 0 20px 0;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: 0.3px;
}

/* 8. Cashback Promo Container */
.todey-cashback-box-nobg {
    display: block;
    background: transparent;
    border: none;
    padding: 0;
    margin: 20px 0;
    box-sizing: border-box;
    width: 100%;
}
.todey-cashback-icon-nobg {
    color: #10b981;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    height: 20px;
}
.todey-cashback-icon-nobg svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}
.todey-cashback-box-nobg strong {
    color: #10b981;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.todey-cashback-box-nobg a {
    color: #fff;
    text-decoration: underline;
}
 
/* 9. Regional Map Container */
/* Add 20px top margin to regional box when cashback box is NOT present */
.todey-tier-comp-wrapper:not(:has(.todey-cashback-box-nobg)) .todey-regional-box {
    margin-top: 20px;
}
.todey-regional-box {
    background: #000;
    border: none;
    margin: 0 0 20px 0;
    border-radius: 8px;
    font-family: 'DM Sans', sans-serif;
    transition: all .3s ease;
}
.todey-regional-header {
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #000;
    user-select: none;
    border: 1px solid #ffffff14;
}
.todey-regional-header:hover {
    background: #000;
}
.todey-regional-box.active .todey-regional-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.todey-regional-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
}
.todey-regional-title svg {
    color: #f40;
    filter: drop-shadow(0 0 4px rgba(255, 68, 0, 0.4));
}
.todey-regional-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    transition: color .2s;
}
.todey-regional-header:hover .todey-regional-toggle {
    color: #fff;
}
.todey-regional-toggle svg {
    transition: transform .3s ease;
}
.todey-regional-content {
    display: none;
    padding: 0;
    background: #000;
    position: relative;
    border: 1px solid #ffffff14;
    border-top: none;
    overflow: hidden;
}
.todey-regional-box.active .todey-regional-content {
    display: block;
    animation: slideDown .3s ease-out forwards;
}
.todey-regional-box.active .todey-regional-toggle svg {
    transform: rotate(180deg);
}
.todey-regional-map-container {
    width: 100%;
    height: 550px;
    position: relative;
    overflow: hidden;
    padding: 10px;
    background: transparent;
}
#todey-vmap path[fill="#10b981"] {
    filter: drop-shadow(0 0 3px rgba(16, 185, 129, 0.3));
}
#todey-vmap path[fill="#ef4444"] {
    filter: drop-shadow(0 0 3px rgba(239, 68, 68, 0.3));
}
.jvm-zoom-btn {
    background: #000 !important;
    color: #8a8d98 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 4px !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    line-height: 1 !important;
    font-size: 18px !important;
    box-sizing: border-box !important;
    transition: all .2s ease !important;
    position: absolute !important;
}
.jvm-zoom-btn.jvm-zoomin {
    top: 20px !important;
    left: 20px !important;
    bottom: auto !important;
    right: auto !important;
}
.jvm-zoom-btn.jvm-zoomout {
    top: 58px !important;
    left: 20px !important;
    bottom: auto !important;
    right: auto !important;
}
.jvm-zoom-btn:hover {
    background: #000 !important;
    color: #f40 !important;
    border-color: rgba(255, 68, 0, 0.4) !important;
}
.todey-map-search-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 30px;
    background: #080808;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    z-index: 10;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.8);
}
#todey-map-search {
    background: transparent;
    border: none;
    color: #fff;
    height: 100%;
    width: 150px;
    font-size: 11px;
    outline: none;
    margin-left: 8px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    transition: width .3s ease;
}
#todey-map-search:focus {
    width: 190px;
}
#todey-map-search::placeholder {
    color: #555;
}
#todey-map-search-result {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-left: 10px;
    white-space: nowrap;
}
.todey-map-legend {
    position: absolute;
    bottom: 25px;
    left: 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 10;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.85);
    padding: 15px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
}
.todey-map-legend .legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #8a8d98;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.todey-map-legend span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 3px;
}
.jvm-tooltip {
    background: rgba(0, 0, 0, 0.95) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 4px !important;
    backdrop-filter: blur(10px);
    color: #fff !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.9), 0 0 15px rgba(0, 0, 0, 0.5) !important;
    padding: 12px 16px !important;
    font-family: 'DM Sans', sans-serif !important;
    pointer-events: none;
    max-width: 250px;
    white-space: normal !important;
}

/* 10. Frontend Media Queries */
@media (max-width: 1024px) {
    .todey-quick-compare-container,
    .todey-qc-dropdown-wrapper {
        width: 100%;
        display: block;
    }
    .todey-quick-compare-btn {
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
        padding: 14px;
    }
    .todey-qc-menu {
        width: 100%;
        left: 0;
        transform: none;
    }
    .todey-stack-wrapper {
        background: #000000;
        color: #fff;
        max-width: 100%;
        margin: 0 auto;
        padding: 20px 0px 25px;
        font-family: 'DM Sans', sans-serif;
        border: 1px solid #000000;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
        box-sizing: border-box;
        position: relative;
    }
    .todey-quick-chips {
        display: none;
    }
    .todey-card-stack-container {
        flex-direction: column;
    }
    .todey-stack-results.active {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        align-items: start;
    }
    .todey-stack-header h3 {
        position: relative;
        padding-left: 14px;
    }
    .todey-stack-header h3::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 2px;
        height: 12px;
        background: #ff4400;
    }
    .todey-value-cell span > img:nth-child(n+5) {
        display: none !important;
    }
    .todey-feature-header,
    .todey-feature-cell {
        width: 141px !important;
        min-width: 141px !important;
        max-width: 141px !important;
        font-size: 0.8rem !important;
    }
    .todey-value-cell {
        font-size: 0.85rem !important;
    }
    .todey-stack-search-box {
        padding: 5px 18px;
    }
    .todey-get-card-link {
        padding: 0.3rem 0.4rem;
        font-size: 0.7rem;
    }
    .todey-stack-header p {
        display: none;
    }
    .todey-share-align-right {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
    }
    .todey-screenshot-btn,
    .todey-x-btn {
        flex: 1 !important;
        width: 50% !important;
        justify-content: center !important;
        font-size: 10px !important;
        padding: 12px 2px !important;
        white-space: nowrap !important;
    }
    .todey-tier-desktop-container {
        display: none;
    }
    .todey-tier-mobile-view {
        display: block;
    }
    .todey-actions-row {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 15px;
    }
    .todey-actions-right {
        order: 1;
        width: 100%;
        display: flex;
        padding-top: 0;
        gap: 10px;
        flex-direction: row;
    }
    .todey-screenshot-btn,
    .todey-x-btn {
        flex: 1;
        width: 50%;
        justify-content: center;
    }
    .todey-actions-left {
        order: 2;
        width: 100%;
        margin-top: 0;
    }
    .todey-report-btn {
        width: 100%;
        justify-content: center;
    }
    .todey-modal-content {
        width: 95%;
        padding: 20px;
    }
}

@media (max-width: 900px) {
    .todey-grid-4-col {
        grid-template-columns: repeat(2, 1fr);
    }
    .todey-choice-grid {
        grid-template-columns: 1fr;
    }
    .todey-report-btn,
    .todey-report-error-btn,
    #todey-report-trigger {
        display: none !important;
    }
    .todey-modal-overlay {
        display: none !important;
    }
}

@media (max-width: 768px) {
    body table {
        margin: 0 0 10px;
    }
    .todey-verified-icon {
        display: none !important;
    }
    .todey-regional-map-container {
        height: 400px;
    }
    .todey-map-legend {
        bottom: 15px;
        left: 15px;
        padding: 10px;
    }
    .todey-map-search-overlay {
        top: 15px;
        right: 15px;
    }
    #todey-map-search:focus {
        width: 130px;
    }
}

@media (max-width: 600px) {
    .todey-grid-4-col {
        grid-template-columns: 1fr;
    }
    .todey-grid-row {
        flex-direction: column;
        gap: 15px;
    }
    .todey-card-panel {
        padding: 20px 15px;
    }
    .todey-remove-tier {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 15px;
        display: inline-block;
    }
}

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ============================================================================
   6. Tier Maker Styles
   ============================================================================ */
.todey-tier-maker-wrap {
    font-family: 'Inter', 'DM Sans', sans-serif;
    width: auto;
    box-sizing: border-box;
    color: #e4e4e7;
}
.todey-tm-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}
.todey-tm-title {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}
@media (max-width: 1100px) {
    .todey-tm-title {
        display: none;
    }
}
.todey-tm-controls {
    display: flex;
    gap: 12px;
}
.todey-tm-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #ffffff14;
    padding: 12px 24px;
    color: #a1a1aa;
    background: rgb(0 0 0);
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none;
    backdrop-filter: blur(8px);
}
.todey-tm-btn:hover {
    border-color: #ffffff14;
    color: #ffffff;
}
.todey-tm-btn:hover {
    border-color: #ffffff14;
    color: #fff;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.05);
}
.todey-tm-btn svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
.todey-tm-main-body {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    min-height: 600px;
}
.todey-tier-board {
    width: calc(70% - 20px);
    background: rgba(9, 9, 11, 0.6);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
}
.todey-tier-row {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    min-height: 120px;
    transition: background 0.3s;
}
.todey-tier-row:last-child {
    border-bottom: none;
}
.todey-tier-row:hover {
    background: rgba(255, 255, 255, 0.01);
}
.todey-tier-label {
    width: 130px;
    min-width: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.03);
    background: rgba(0, 0, 0, 0.3);
}
.todey-tier-desc {
    font-size: 10px;
    font-weight: 600;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.todey-tier-dropzone {
    flex: 1;
    background: transparent;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    padding: 12px;
    min-width: 0;
}
.todey-tier-dropzone.drag-over {
    background: rgba(255, 255, 255, 0.02);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.todey-tier-slot {
    width: 100%;
    height: auto;
    aspect-ratio: 505 / 315;
    background: rgba(0, 0, 0, 0.3);
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.todey-tier-slot:hover {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.02);
}
.todey-slot-add-btn {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #52525b;
    transition: 0.3s;
    padding: 0;
}
.todey-slot-add-btn svg {
    width: 24px;
    height: 24px;
    margin-bottom: 6px;
    fill: currentColor;
    opacity: 0.7;
}
.todey-slot-add-btn span {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.todey-slot-add-btn:hover {
    color: #e4e4e7;
}
.todey-slot-add-btn:hover svg {
    opacity: 1;
}
.todey-tier-slot.filled {
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 6px;
}
.todey-tier-slot.filled .todey-slot-add-btn {
    display: none;
}
.todey-tm-card {
    width: 100%;
    height: 100%;
    background: #111;
    border-radius: 6px;
    cursor: grab;
    position: relative;
    overflow: hidden;
    display: block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    border: 1px solid #ffffff14;
    padding: 0;
}
.todey-tm-card:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.8);
    z-index: 10;
}
.todey-tm-card:active {
    cursor: grabbing;
    transform: scale(0.95);
}
.todey-tm-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}
.todey-card-remove {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    background: #f40;
    color: #fff;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    line-height: 1;
    z-index: 20;
    backdrop-filter: blur(4px);
    transition: background 0.2s;
}
.todey-card-remove:hover {
    background: #f40;
    color: #000;
    transform: scale(1.1);
}
.todey-tier-slot .todey-tm-card:hover .todey-card-remove {
    display: flex;
}
.todey-card-name-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95), transparent);
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    padding: 12px 4px 6px;
    text-align: center;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 15;
    pointer-events: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.todey-tm-card:hover .todey-card-name-hover {
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.20);
}
.todey-tier-slot .todey-card-name-hover {
    display: none !important;
}
.todey-card-bank-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    background: rgba(9, 9, 11, 0.6);
    backdrop-filter: blur(16px);
    padding: 24px 0 20px 12px;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
}
.todey-bank-header {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
    padding-right: 20px;
}
.todey-bank-title {
    font-size: 14px;
    padding-left: 10px;
    font-weight: 700;
    color: #e4e4e7;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}
.todey-bank-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 12px;
    background: #ff4400;
}
.todey-bank-search-wrap {
    position: relative;
    width: 100%;
}
.todey-bank-search {
    width: 100% !important;
    background: rgba(0, 0, 0, 0.4) !important;
    border: 1px solid #ffffff14 !important;
    color: #fff !important;
    height: 42px !important;
    padding: 0 20px 0 42px !important;
    font-size: 10px !important;
    box-sizing: border-box !important;
    outline: none !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
    border-radius: 2px !important;
    transition: all 0.3s ease !important;
}
.todey-bank-search::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}
.todey-bank-search:focus {
    border-color: rgba(255, 255, 255, 0.20) !important;
}
.todey-search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #52525b;
    pointer-events: none;
    width: 16px;
    height: 16px;
    transition: color 0.3s ease;
}
.todey-bank-search:focus + .todey-search-icon {
    color: #f40;
}
.todey-picker-search {
    width: 100% !important;
    background: rgba(0, 0, 0, 0.4) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    height: 46px !important;
    padding: 0 20px !important;
    border-radius: 2px !important;
    font-size: 11px !important;
    margin-bottom: 24px !important;
    box-sizing: border-box !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    outline: none !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s ease !important;
    text-align: left !important;
}
.todey-picker-search::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}
.todey-card-bank {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 12px;
    overflow-y: auto;
    overflow-x: hidden;
    align-content: flex-start;
    padding-right: 12px;
}
.todey-card-bank::-webkit-scrollbar {
    width: 6px;
}
.todey-card-bank::-webkit-scrollbar-track {
    background: transparent;
}
.todey-card-bank::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}
.todey-card-bank::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.2);
}
.todey-card-bank .todey-tm-card {
    width: 100%;
    height: 67px;
    aspect-ratio: 1010 / 630;
}
.todey-picker-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(12px);
}
.todey-picker-content {
    background: rgba(9, 9, 11, 0.9);
    width: 90%;
    max-width: 1100px;
    max-height: 80vh;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(20px);
}
.todey-picker-header {
    padding: 24px;
    background: rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.todey-picker-title {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.todey-picker-close {
    background: none;
    border: none;
    color: #52525b;
    font-size: 32px;
    cursor: pointer;
    line-height: 1;
    transition: 0.2s;
}
.todey-picker-close:hover {
    color: #fff;
    transform: rotate(90deg);
}
.todey-picker-body {
    padding: 24px;
    overflow-y: auto;
    flex: 1;
    background: #000000;
}
.todey-picker-body::-webkit-scrollbar {
    width: 6px;
}
.todey-picker-body::-webkit-scrollbar-track {
    background: transparent;
}
.todey-picker-body::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}
.todey-picker-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 16px;
}
.todey-picker-item {
    border-radius: 4px;
    cursor: pointer;
    padding: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.todey-picker-item:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}
.todey-picker-img-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 505 / 315;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #111;
}
.todey-picker-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.todey-picker-item span {
    font-size: 10px;
    text-align: center;
    color: #a1a1aa;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}
.todey-picker-item:hover span {
    color: #fff;
}
@media (max-width: 1100px) {
    .todey-tm-main-body {
        display: block;
        min-height: auto;
    }
    .todey-card-bank-wrapper {
        display: none !important;
    }
    .todey-tier-board {
        width: 100%;
        margin-bottom: 30px;
        /* border-radius: 12px; */
    }
    .todey-tier-row {
        flex-direction: row;
        min-height: 100px;
        align-items: stretch;
    }
    .todey-tier-label {
        width: 80px;
        min-width: 80px;
        font-size: 1.8rem;
        padding: 12px 5px;
        border-right: 1px solid rgba(255, 255, 255, 0.05);
        border-bottom: none;
    }
    .todey-tier-dropzone {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
        padding: 10px;
    }
    .todey-tm-controls {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .todey-tm-btn {
        flex: 1;
        min-width: 120px;
        justify-content: center;
        font-size: 11px;
        padding: 12px 10px;
        border-color: #ffffff14 !important;
    }
    .todey-tm-btn:hover {
        background: rgba(255, 255, 255, 0.02) !important;
        border-color: #ffffff14 !important;
    }
    .todey-picker-content {
        width: 95%;
        max-height: 90vh;
    }
    .todey-picker-grid {
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
        gap: 10px;
    }
    .todey-picker-body {
        padding: 15px;
    }
    .todey-picker-header {
        padding: 15px;
    }
}
@media (max-width: 600px) {
    .todey-tier-row {
        flex-direction: column;
    }
    .todey-tier-label {
        width: 100%;
        min-width: 100%;
        padding: 8px 0;
        font-size: 1.5rem;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        flex-direction: row;
        gap: 10px;
    }
    .todey-tier-desc {
        margin-top: 0;
        font-size: 10px;
    }
    .todey-tier-dropzone {
        grid-template-columns: repeat(3, 1fr);
        padding: 10px;
        gap: 8px;
    }
    .todey-tm-btn {
        flex: 1;
        min-width: 45%;
    }
    .todey-picker-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
}

/* ============================================================================
   EXTRA CONTENT SECTIONS (BRUTALIST BOX, PROS & CONS, FAQs)
   ============================================================================ */
.todey-brutalist-block {
    background: #000;
    border: 1px solid #ffffff14;
    /* border-left: 2px solid #ff4400; */
    border-radius: 0px;
    padding: 32px 40px;
    margin: 0 0 50px 0;
    color: #888;
    line-height: 1.7;
    font-size: 15px;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
}
.todey-brutalist-block > *:first-child { margin-top: 0 !important; }
.todey-brutalist-block > *:last-child { margin-bottom: 0 !important; }
.todey-brutalist-text {
    margin-bottom: 16px;
    color: #888888;
}
.todey-brutalist-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #ffffff14;
    padding-bottom: 8px;
}
ul.todey-brutalist-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
}
ul.todey-brutalist-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    color: #999;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.4;
    max-width: 100%;
    box-sizing: border-box;
}
ul.todey-brutalist-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #ff4400;
    border-radius: 0px;
}

/* Brutalist Quotes */
body .todey-brutalist-block blockquote.todey-brutalist-quote {
    background: #171717 !important;
    border: none !important;
    /* border-left: 3px solid #ff4400 !important; */
    padding: 10px 0 10px 24px !important;
    margin: 24px 0 !important;
    color: #a2a2a2 !important;
    font-style: italic !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0.3px !important;
    box-shadow: none !important;
}
body .todey-brutalist-block blockquote.todey-brutalist-quote::before,
body .todey-brutalist-block blockquote.todey-brutalist-quote::after {
    content: none !important;
}

body .todey-brutalist-block q.todey-brutalist-quote-inline {
    font-style: italic !important;
    color: #ffffff !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: 'DM Sans', sans-serif !important;
}
body .todey-brutalist-block q.todey-brutalist-quote-inline::before,
body .todey-brutalist-block q.todey-brutalist-quote-inline::after {
    content: '"' !important;
    color: #ff4400 !important;
    font-weight: bold !important;
}

/* Brutalist Italics */
.todey-brutalist-italic {
    font-style: italic;
    color: #a1a1aa;
    margin-bottom: 16px;
    line-height: 1.7;
}
em.todey-brutalist-italic-inline {
    font-style: italic;
    color: #a1a1aa;
}

/* Brutalist Collapse Button & Container */
.todey-brutalist-collapse-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 0 0 8px !important;
    cursor: pointer;
    vertical-align: middle;
    outline: none;
    box-shadow: none !important;
}
.todey-brutalist-collapse-btn:hover {
    background: transparent !important;
    border: none !important;
}
.todey-collapse-icon {
    font-size: 0;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    transition: transform 0.2s ease;
}
.todey-collapse-icon::before {
    content: "[+]";
    font-family: 'Roboto Mono', monospace;
    font-size: 10px;
    font-weight: 700;
    color: #3A3A3A;
    transition: color 0.15s ease;
}
.todey-brutalist-collapse-btn[aria-expanded="true"] .todey-collapse-icon::before {
    content: "[-]";
}
.todey-brutalist-collapse-btn:not([aria-expanded="true"]):hover .todey-collapse-icon::before {
    content: "[OPEN]";
    color: #FF4400;
}
.todey-brutalist-collapse-btn[aria-expanded="true"]:hover .todey-collapse-icon::before {
    content: "[CLOSE]";
    color: #FF4400;
}
.todey-brutalist-collapse {
    display: none;
    padding-left: 20px;
    border-left: 1px dashed #ffffff14;
    margin: 15px 0;
    transition: all 0.3s ease;
}
.todey-brutalist-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)) !important;
    gap: 15px !important;
    margin: 20px 0 !important;
    border: 1px solid #ffffff14 !important;
    background: #000 !important;
    padding: 15px !important;
    align-items: stretch !important;
}
.todey-brutalist-grid-item {
    display: flex !important;
    flex-direction: column !important;
    /* background: rgba(255, 255, 255, 0.02); */
    border: 1px solid #ffffff14 !important;
    padding: 12px 16px !important;
    box-sizing: border-box !important;
    transition: background 0.2s !important;
    align-self: stretch !important;
    height: auto !important;
}
.todey-brutalist-grid-item:hover {
    /* background: rgba(255, 255, 255, 0.05); */
}
.todey-brutalist-grid-label {
    font-size: 10px;
    font-weight: 700;
    color: #8a8d98;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.todey-brutalist-grid-value {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}

/* Pros & Cons */
.todey-pc-wrapper {
    margin: 0 0 50px 0;
    box-sizing: border-box;
}
.todey-pc-wrapper .todey-section-headline {
    margin-top: 0;
}
.todey-pc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    background: transparent;
}
.todey-pc-container {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    background: transparent;
}
.todey-pc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.todey-pc-side-title {
    font-size: 13px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
}
.todey-pc-status {
    font-family: monospace;
    font-size: 10px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0.5px;
}
.todey-pc-status::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.todey-pc-container:first-child .todey-pc-status::before {
    background-color: #00e353;
    box-shadow: 0 0 8px rgba(0, 227, 83, 0.8);
}
.todey-pc-container:last-child .todey-pc-status::before {
    background-color: #ff4400;
    box-shadow: 0 0 8px rgba(255, 68, 0, 0.8);
}
.todey-pc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}
.todey-pc-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-family: 'DM Sans', sans-serif;
    padding: 10px 0;
    border-bottom: none;
}
.todey-pc-list li:last-child {
    padding-bottom: 0;
}
.todey-pc-list li:first-child {
    padding-top: 0;
}
.todey-pc-list li .pc-marker-icon,
.todey-pc-list li .pc-item-text {
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s ease;
}
.todey-pc-list li:hover .pc-marker-icon,
.todey-pc-list li:hover .pc-item-text {
    transform: translateX(4px);
}
.todey-pc-list li:hover .pc-item-text {
    color: #ffffff !important;
}
.todey-pc-list li .pc-marker-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border: none;
    background: transparent;
    flex-shrink: 0;
    margin-top: 3px;
}
.todey-pc-list li .pc-marker-icon.marker-yes {
    color: #00ff1e;
}
.todey-pc-list li .pc-marker-icon.marker-no {
    color: #ff0000;
}
.todey-pc-list li .pc-marker-icon svg {
    display: block;
}
.todey-pc-list li .pc-item-text {
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.70);
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.todey-pc-list li .pc-item-text.status-muted {
    color: rgba(255, 255, 255, 0.45);
}

/* FAQs Accordion */
.todey-faq-wrapper {
    margin: 0 0 50px 0;
    padding: 0;
    box-sizing: border-box;
}
.todey-faq-wrapper .todey-section-headline {
    margin-top: 0;
}
.todey-faq-container {
    border-top: none;
}
.todey-faq-item {
    border-bottom: 1px solid #ffffff14;
    background: #000;
}
.todey-faq-toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
    border: none;
    padding: 20px 0;
    color: #b3b3b3;
    cursor: pointer;
    text-align: left;
}
.todey-faq-toggle[aria-expanded="true"] {
    border-bottom: none;
}
.todey-faq-q-group {
    display: flex;
    align-items: center;
    gap: 16px;
}
.todey-faq-dot {
    width: 4px;
    height: 4px;
    background: #ff4400;
    flex-shrink: 0;
}
.todey-faq-q {
    font-size: 20px;
    font-weight: 500;
}
.todey-faq-icon-symbol {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    transition: transform 0.2s ease;
    margin-right: 10px;
}
.todey-faq-toggle[aria-expanded="true"] .todey-faq-icon-symbol {
    transform: rotate(45deg);
    color: #ff4400;
}
.todey-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    background: #000;
}
.todey-faq-answer-inner {
    padding: 0 0 26px 20px;
    color: #888;
    font-size: 14px;
    line-height: 1.6;
}
.todey-faq-answer-inner p {
    margin: 0;
}

.todey-section-headline {
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    word-spacing: .25rem !important;
    text-transform: uppercase;
    margin: 40px 0 30px 0;
    letter-spacing: -0.5px;
    border-bottom: 1px solid #ffffff14;
    padding-bottom: 20px;
}

@media (max-width: 1024px) {
    .todey-brutalist-block {
        padding: 24px 20px;
    }
}

@media (max-width: 767px) {
    .todey-section-headline {
        font-size: 22px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .todey-pc-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .todey-pc-container {
        padding: 10px 0;
    }
    .todey-pc-container:first-child {
        border-bottom: none;
    }
    .todey-faq-wrapper {
        margin: 0 0 35px 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .todey-faq-toggle {
        padding: 12px 0 !important;
    }
    .todey-faq-answer-inner {
        padding: 0 0 15px 0 !important;
    }
    .todey-brutalist-block {
        padding: 20px 15px !important;
        border-left: none !important;
        border-right: none !important;
        border-top: 2px solid #ff4400;
        border-radius: 0 !important;
    }
    ul.todey-brutalist-list li {
        width: 100% !important;
    }
    body .todey-brutalist-block blockquote.todey-brutalist-quote {
        font-size: 14px !important;
        padding-left: 15px !important;
        margin: 15px 0 !important;
    }
}

/* ============================================================================
   6. Selected Top Picks Badge (Comparison Tabs)
   ============================================================================ */
.todey-picks-badge-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-left: 1px solid #ffffff10;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
}
.todey-picks-badge-wrapper svg {
    width: 28px;
    height: 35px;
    display: block;
    transition: transform 0.2s ease;
}
.todey-picks-badge-wrapper:hover svg {
    transform: translateY(2px);
}
.todey-picks-badge-hover-box {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    background: #000;
    border: 1px solid #ffffff14;
    padding: 20px;
    z-index: 1000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
    margin-top: 1px;
}
.todey-picks-badge-wrapper:hover .todey-picks-badge-hover-box {
    display: block;
}
.todey-picks-badge-hover-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: 1.5;
    margin-bottom: 12px;
    text-align: left;
}
.todey-picks-badge-group-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.todey-picks-badge-group-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    text-align: left;
}
.todey-picks-badge-group-list li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #ff4400;
    flex-shrink: 0;
}
.todey-picks-badge-group-list li a {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.2s ease;
    display: inline-block;
}
.todey-picks-badge-group-list li a:hover {
    color: #ff4400;
}

/* Tier comparison header styling */
.todey-tier-comparison-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ffffff14;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.todey-tier-comparison-header .todey-section-headline {
    margin: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.todey-tier-comparison-header .todey-quick-compare-container {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .todey-tier-comparison-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .todey-tier-comparison-header .todey-section-headline {
        font-size: 22px;
    }
    .todey-tier-comparison-header .todey-quick-compare-wrapper {
        width: 100%;
    }
    .todey-tier-comparison-header .todey-quick-compare-container {
        width: 100%;
    }
    .todey-tier-comparison-header .todey-qc-dropdown-wrapper {
        width: 100%;
        display: block;
    }
    .todey-tier-comparison-header .todey-quick-compare-btn {
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
    }
    .todey-tier-comparison-wrap .todey-actions-right {
        padding-top: 15px !important;
    }
}

/* Referral Banner Styling */
.todey-referral-banner {
    background: #ff4400;
    padding: 32px 40px;
    margin: 0 0 0 0;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
}
.todey-referral-content {
    flex: 1;
    text-align: left;
}
.todey-referral-title {
    font-size: 32px;
    font-weight: 900;
    color: #000;
    margin: 0 0 10px 0 !important;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.05;
}
.todey-referral-subtitle {
    font-size: 15px;
    font-weight: 800;
    color: #000;
    margin: 0 0 50px 0 !important;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0.2px;
}
.todey-referral-disclaimer {
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 !important;
    line-height: 1.5;
    max-width: 100%;
}
.todey-referral-action {
    margin-left: 40px;
    flex-shrink: 0;
}
.todey-referral-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #000;
    color: #fff !important;
    border: 1px solid #000;
    padding: 14px 28px;
    font-size: 11px;
    font-weight: 800;
    border-radius: 2px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    white-space: nowrap;
}
.todey-referral-btn:hover {
    background: #fff;
    color: #000 !important;
    border-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.todey-referral-btn svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

@media (max-width: 768px) {
    .todey-tier-comparison-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .todey-tier-comparison-header {
        margin-bottom: 20px !important;
    }
    .todey-actions-row {
        margin: 0 0 15px 0 !important;
    }
    .todey-tier-comparison-wrap .todey-actions-right {
        padding-top: 0 !important;
    }
    .todey-tier-comp-wrapper {
        margin: 0 0 35px 0 !important;
    }
    .todey-pc-wrapper {
        margin: 0 0 35px 0 !important;
    }
    .todey-pc-wrapper .todey-section-headline {
        margin-top: 0 !important;
    }
    .todey-faq-wrapper {
        margin: 0 0 35px 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .todey-faq-wrapper .todey-section-headline {
        margin-top: 0 !important;
    }
    .todey-faq-toggle {
        padding: 12px 0 !important;
        font-size: 13px !important;
    }
    .todey-faq-answer-inner {
        padding: 0 0 15px 0 !important;
        font-size: 12px !important;
    }
    .todey-referral-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 20px !important;
        gap: 24px;
        margin: 0 0 35px 0 !important;
        border-radius: 0 !important;
        border-left: none !important;
        border-right: none !important;
    }
    .todey-referral-action {
        margin-left: 0;
        width: 100%;
    }
    .todey-referral-btn {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }
    .todey-referral-disclaimer {
        max-width: 100%;
    }
    .todey-referral-title {
        font-size: 24px;
        font-weight: 900;
        color: #000;
        margin: 0 0 10px 0 !important;
        text-transform: uppercase;
        letter-spacing: 0px;
        line-height: 1.05;
    }
    .todey-referral-subtitle {
        font-size: 15px;
        font-weight: 800;
        color: #000;
        margin: 0 0 20px 0 !important;
        text-transform: uppercase;
        line-height: 1.3;
        letter-spacing: .2px;
    }
    .todey-regional-box {
        margin: 0px 0 30px 0 !important;
        border-radius: 0 !important;
    }
    .todey-regional-header {
        padding: 15px 12px !important;
        border-left: none !important;
        border-right: none !important;
        border-radius: 0 !important;
    }
    .todey-regional-title {
        font-size: 12px !important;
    }
    .todey-regional-toggle {
        font-size: 10px !important;
    }
    .todey-regional-content {
        border-left: none !important;
        border-right: none !important;
        border-radius: 0 !important;
    }
    .todey-regional-map-container {
        height: 400px;
    }
    .todey-map-legend {
        bottom: 15px;
        left: 15px;
        padding: 10px;
    }
    .todey-map-search-overlay {
        top: 15px;
        right: 15px;
    }
    #todey-map-search:focus {
        width: 130px;
    }
    .todey-brutalist-block {
        margin: 0 0 35px 0 !important;
        padding: 20px 15px !important;
        border-left: none !important;
        border-right: none !important;
        border-radius: 0 !important;
    }
    .todey-cashback-box-nobg {
        margin: 0 0 15px 0 !important;
    }
    .todey-cashback-box-nobg .todey-secure-badge {
        flex-wrap: wrap !important;
        gap: 8px 12px !important;
    }
    .todey-cashback-box-nobg .badge-text-rail {
        width: 100% !important;
        margin-top: 4px !important;
    }
    .todey-tiers-m-card {
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-left: none !important;
        border-right: none !important;
        border-radius: 0 !important;
    }
    .todey-faq-q {
        font-size: 15px;
        font-weight: 400;
    }
    .todey-pc-list li .pc-item-text {
        font-size: 14px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.70);
        line-height: 1.5;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
}

/* ============================================================================
   10 Pros & Cons Design Styles (Live preview toggleable via ?pc_style=1..10)
   ============================================================================ */

/* --- STYLE 1: Ultra-Minimal Pro Lux (Default / Core) --- */
/* (Inherits default layout: borderless, clean text hover translations) */

/* --- STYLE 2: Glassmorphic Editorial Sheet --- */
.todey-pc-style-2 .todey-pc-grid {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid #ffffff14;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    gap: 0;
}
.todey-pc-style-2 .todey-pc-container {
    padding: 35px 40px;
}
.todey-pc-style-2 .todey-pc-container:first-child {
    border-right: 1px solid #ffffff14;
}
.todey-pc-style-2 .todey-pc-header {
    border-bottom: 1px solid #ffffff14;
    padding-bottom: 18px;
    margin-bottom: 25px;
}
.todey-pc-style-2 .todey-pc-list li {
    border-bottom: 1px solid #ffffff10;
    padding: 16px 0;
    transition: background-color 0.25s ease;
}
.todey-pc-style-2 .todey-pc-list li:hover {
    background-color: rgba(255, 255, 255, 0.03);
}
.todey-pc-style-2 .todey-pc-list li .pc-marker-icon {
    width: 22px;
    height: 22px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #ffffff14;
    margin-top: -1px;
}
.todey-pc-style-2 .todey-pc-list li:hover .pc-marker-icon,
.todey-pc-style-2 .todey-pc-list li:hover .pc-item-text {
    transform: translateX(4px);
}

/* --- STYLE 3: Brutalist Bento Cards --- */
.todey-pc-style-3 .todey-pc-grid {
    gap: 30px;
    border: none;
    background: transparent;
}
.todey-pc-style-3 .todey-pc-container {
    padding: 0;
}
.todey-pc-style-3 .todey-pc-container:first-child {
    border-right: none;
}
.todey-pc-style-3 .todey-pc-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.todey-pc-style-3 .todey-pc-list li {
    padding: 16px 20px;
    background: #000000;
    border: 1px solid #ffffff14;
    border-radius: 2px;
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.todey-pc-style-3 .todey-pc-list li:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.8);
    background-color: rgba(255, 255, 255, 0.02);
}
.todey-pc-style-3 .todey-pc-list li .pc-marker-icon {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid #ffffff14;
    margin-top: -2px;
}
.todey-pc-style-3 .todey-pc-list li:hover .pc-marker-icon,
.todey-pc-style-3 .todey-pc-list li:hover .pc-item-text {
    transform: none;
}

/* --- STYLE 4: Cyberpunk Projected Solid Shadow --- */
.todey-pc-style-4 .todey-pc-grid {
    gap: 30px;
    border: none;
    background: transparent;
}
.todey-pc-style-4 .todey-pc-container {
    padding: 0;
}
.todey-pc-style-4 .todey-pc-container:first-child {
    border-right: none;
}
.todey-pc-style-4 .todey-pc-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.todey-pc-style-4 .todey-pc-list li {
    padding: 16px 20px;
    background: #000000;
    border: 1px solid #ffffff14;
    border-radius: 2px;
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.todey-pc-style-4 .todey-pc-container:first-child .todey-pc-list li:hover {
    transform: translate(-4px, -4px);
    box-shadow: 4px 4px 0px #00e353;
}
.todey-pc-style-4 .todey-pc-container:last-child .todey-pc-list li:hover {
    transform: translate(-4px, -4px);
    box-shadow: 4px 4px 0px #ff4400;
}
.todey-pc-style-4 .todey-pc-list li .pc-marker-icon {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid #ffffff14;
    margin-top: -2px;
}
.todey-pc-style-4 .todey-pc-list li:hover .pc-marker-icon,
.todey-pc-style-4 .todey-pc-list li:hover .pc-item-text {
    transform: none;
}

/* --- STYLE 5: Side-by-Side Editorial (DM Sans) --- */
.todey-pc-style-5 .todey-pc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background: #000000;
    border: none;
}
.todey-pc-style-5 .todey-pc-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    padding: 10px 0;
    font-family: 'DM Sans', sans-serif;
}
.todey-pc-style-5 .todey-pc-header {
    flex-shrink: 0;
    width: 80px;
    margin: 0;
    padding: 0;
    border: none;
}
.todey-pc-style-5 .todey-pc-side-title {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.2;
}
.todey-pc-style-5 .todey-pc-status {
    display: none !important;
}
.todey-pc-style-5 .todey-pc-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex-grow: 1;
    margin: 0;
    padding: 0;
    list-style: none;
}
.todey-pc-style-5 .todey-pc-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 2px 0;
    margin: 0;
    background: transparent;
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.todey-pc-style-5 .todey-pc-list li:hover {
    transform: translateX(4px);
}
.todey-pc-style-5 .pc-marker-icon {
    width: 20px;
    height: 20px;
    border: none;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    flex-shrink: 0;
}
.todey-pc-style-5 .pc-marker-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}
.todey-pc-style-5 .pc-item-text {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.4;
    transition: color 0.25s ease;
}
.todey-pc-style-5 .todey-pc-list li:hover .pc-item-text {
    color: #ffffff;
}

/* --- STYLE 6: Left-Border Accent Strip --- */
.todey-pc-style-6 .todey-pc-grid {
    gap: 30px;
    border: none;
    background: transparent;
}
.todey-pc-style-6 .todey-pc-container {
    padding: 0;
}
.todey-pc-style-6 .todey-pc-container:first-child {
    border-right: none;
}
.todey-pc-style-6 .todey-pc-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.todey-pc-style-6 .todey-pc-list li {
    padding: 14px 20px;
    background: #000;
    border: 1px solid #ffffff14;
    border-radius: 2px;
    transition: all 0.25s ease;
}
.todey-pc-style-6 .todey-pc-container:first-child .todey-pc-list li {
    border-left: 3px solid #00e353;
}
.todey-pc-style-6 .todey-pc-container:last-child .todey-pc-list li {
    border-left: 3px solid #ff4400;
}
.todey-pc-style-6 .todey-pc-list li:hover {
    transform: translateX(6px);
    background: rgba(255,255,255,0.02);
}
.todey-pc-style-6 .todey-pc-list li .pc-marker-icon {
    display: none;
}
.todey-pc-style-6 .todey-pc-list li:hover .pc-item-text {
    transform: none;
}

/* --- STYLE 7: High-Contrast Bold Brutalist --- */
.todey-pc-style-7 .todey-pc-grid {
    background: #000000;
    border: 2px solid #ffffff;
    gap: 0;
}
.todey-pc-style-7 .todey-pc-container {
    padding: 35px;
}
.todey-pc-style-7 .todey-pc-container:first-child {
    border-right: 2px solid #ffffff;
}
.todey-pc-style-7 .todey-pc-header {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.todey-pc-style-7 .todey-pc-side-title {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.5px;
}
.todey-pc-style-7 .todey-pc-status {
    color: #ffffff;
}
.todey-pc-style-7 .todey-pc-status::before {
    background-color: #fff !important;
    box-shadow: none !important;
}
.todey-pc-style-7 .todey-pc-list li {
    border-bottom: 1px solid #ffffff14;
    padding: 14px 10px;
}
.todey-pc-style-7 .todey-pc-list li:hover {
    background: #ffffff;
}
.todey-pc-style-7 .todey-pc-list li:hover .pc-item-text {
    color: #000000 !important;
}
.todey-pc-style-7 .todey-pc-list li .pc-marker-icon {
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.todey-pc-style-7 .todey-pc-list li:hover .pc-marker-icon {
    border-color: #000;
    color: #000;
}
.todey-pc-style-7 .todey-pc-list li:hover .pc-marker-icon,
.todey-pc-style-7 .todey-pc-list li:hover .pc-item-text {
    transform: translateX(4px);
}

/* --- STYLE 8: Skewed Technical Bento --- */
.todey-pc-style-8 .todey-pc-grid {
    gap: 30px;
    border: none;
    background: transparent;
}
.todey-pc-style-8 .todey-pc-container {
    padding: 0;
}
.todey-pc-style-8 .todey-pc-container:first-child {
    border-right: none;
}
.todey-pc-style-8 .todey-pc-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.todey-pc-style-8 .todey-pc-list li {
    padding: 16px 24px;
    background: #000000;
    border: 1px solid #ffffff14;
    transform: skew(-8deg);
    transition: all 0.25s ease;
}
.todey-pc-style-8 .todey-pc-list li .pc-marker-icon,
.todey-pc-style-8 .todey-pc-list li .pc-item-text {
    transform: skew(8deg);
}
.todey-pc-style-8 .todey-pc-list li:hover {
    background: rgba(255,255,255,0.03);
    transform: skew(-8deg) translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.6);
}
.todey-pc-style-8 .todey-pc-list li .pc-marker-icon {
    width: 22px;
    height: 22px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid #ffffff14;
    margin-top: -1px;
}

/* --- STYLE 9: Glowing Accent Outlines --- */
.todey-pc-style-9 .todey-pc-grid {
    gap: 30px;
    border: none;
    background: transparent;
}
.todey-pc-style-9 .todey-pc-container {
    padding: 0;
}
.todey-pc-style-9 .todey-pc-container:first-child {
    border-right: none;
}
.todey-pc-style-9 .todey-pc-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.todey-pc-style-9 .todey-pc-list li {
    padding: 16px 20px;
    background: #000;
    border: 1px solid #ffffff14;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.todey-pc-style-9 .todey-pc-container:first-child .todey-pc-list li:hover {
    border-color: #00e353;
    box-shadow: 0 0 15px rgba(0, 227, 83, 0.25);
    transform: translateY(-2px);
}
.todey-pc-style-9 .todey-pc-container:last-child .todey-pc-list li:hover {
    border-color: #ff4400;
    box-shadow: 0 0 15px rgba(255, 68, 0, 0.25);
    transform: translateY(-2px);
}
.todey-pc-style-9 .todey-pc-list li .pc-marker-icon {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    background: rgba(255,255,255,0.02);
    border: 1px solid #ffffff14;
    margin-top: -2px;
}
.todey-pc-style-9 .todey-pc-list li:hover .pc-marker-icon,
.todey-pc-style-9 .todey-pc-list li:hover .pc-item-text {
    transform: none;
}

/* --- STYLE 10: Technical Spec-Sheet Table --- */
.todey-pc-style-10 .todey-pc-grid {
    background: #000000;
    border: 1px solid #ffffff14;
    gap: 0;
}
.todey-pc-style-10 .todey-pc-container {
    padding: 30px;
}
.todey-pc-style-10 .todey-pc-container:first-child {
    border-right: 1px solid #ffffff14;
}
.todey-pc-style-10 .todey-pc-header {
    border-bottom: 1px solid #ffffff14;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.todey-pc-style-10 .todey-pc-list li {
    border-bottom: 1px solid #ffffff14;
    padding: 12px 10px;
    counter-increment: pc-counter;
}
.todey-pc-style-10 .todey-pc-list {
    counter-reset: pc-counter;
}
.todey-pc-style-10 .todey-pc-container:first-child .todey-pc-list li::before {
    content: "[ P." counter(pc-counter, decimal-leading-zero) " ]";
    font-family: monospace;
    font-size: 10px;
    color: rgba(0, 227, 83, 0.4);
    margin-top: 4px;
    margin-right: 10px;
    font-weight: 700;
    flex-shrink: 0;
}
.todey-pc-style-10 .todey-pc-container:last-child .todey-pc-list li::before {
    content: "[ C." counter(pc-counter, decimal-leading-zero) " ]";
    font-family: monospace;
    font-size: 10px;
    color: rgba(255, 68, 0, 0.4);
    margin-top: 4px;
    margin-right: 10px;
    font-weight: 700;
    flex-shrink: 0;
}
.todey-pc-style-10 .todey-pc-list li .pc-marker-icon {
    display: none;
}
.todey-pc-style-10 .todey-pc-list li:hover {
    background: rgba(255,255,255,0.02);
}
.todey-pc-style-10 .todey-pc-list li:hover .pc-item-text {
    transform: translateX(4px);
}

@media (max-width: 767px) {
    /* Style 2 Mobile overrides */
    .todey-pc-style-2 .todey-pc-container:first-child {
        border-right: none;
        border-bottom: 1px solid #ffffff14;
    }
    /* Style 5 Mobile overrides */
    .todey-pc-style-5 .todey-pc-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .todey-pc-style-5 .todey-pc-container {
        flex-direction: column;
        gap: 15px;
        padding: 10px 0 !important;
    }
    .todey-pc-style-5 .todey-pc-header {
        width: auto;
    }
    /* Style 7 Mobile overrides */
    .todey-pc-style-7 .todey-pc-container:first-child {
        border-right: none;
        border-bottom: 2px solid #ffffff;
    }
    /* Style 10 Mobile overrides */
    .todey-pc-style-10 .todey-pc-container:first-child {
        border-right: none;
        border-bottom: 1px solid #ffffff14;
    }
    
    /* General containers margin/padding compression on mobile */
    .todey-pc-style-2 .todey-pc-container,
    .todey-pc-style-7 .todey-pc-container,
    .todey-pc-style-10 .todey-pc-container {
        padding: 25px 20px;
    }
}

/* No-KYC Disclaimer Banner styling */
.todey-kyc-disclaimer {
    display: block;
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 30px;
    box-sizing: border-box;
    width: 100%;
}

@keyframes todey-pulse-alert {
    0%, 100% { transform: scale(1); filter: drop-shadow(0 0 0px rgba(255, 68, 0, 0)); }
    50% { transform: scale(1.06); filter: drop-shadow(0 0 3px rgba(255, 68, 0, 0.4)); }
}

.todey-kyc-disclaimer-text {
    font-family: 'DM Sans', 'Inter', sans-serif;
    color: #a1a1aa;
    font-size: 13px;
    line-height: 1.5;
}

.todey-kyc-disclaimer-text strong {
    color: #f40;
    font-weight: 700;
    margin-right: 4px;
}

@media (max-width: 768px) {
    .todey-kyc-disclaimer {
        margin-bottom: 20px;
    }
    .todey-kyc-disclaimer .todey-secure-badge {
        flex-wrap: wrap !important;
        gap: 8px 12px !important;
    }
    .todey-kyc-disclaimer .badge-text-rail {
        width: 100% !important;
        margin-top: 4px !important;
    }
}

.todey-upcoming-disclaimer {
    display: block;
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 30px;
    box-sizing: border-box;
    width: 100%;
}

.todey-upcoming-disclaimer-svg {
    color: #f40;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.todey-svg-clock-hand {
    transform-origin: 12px 12px;
    animation: todey-clock-spin 8s linear infinite;
}

@keyframes todey-clock-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.todey-upcoming-disclaimer-text {
    font-family: 'DM Sans', 'Inter', sans-serif;
    color: #a1a1aa;
    font-size: 13px;
    line-height: 1.5;
}

.todey-upcoming-disclaimer-text strong {
    color: #f40;
    font-weight: 700;
    margin-right: 4px;
}

@media (max-width: 768px) {
    .todey-upcoming-disclaimer {
        margin-bottom: 20px;
    }
    .todey-upcoming-disclaimer .todey-secure-badge {
        flex-wrap: wrap !important;
        gap: 8px 12px !important;
    }
    .todey-upcoming-disclaimer .badge-text-rail {
        width: 100% !important;
        margin-top: 4px !important;
    }
    .todey-secure-badge {
        display: flex !important;
        width: 100% !important;
    }
}

.todey-secure-badge{display:inline-flex!important;align-items:center!important;gap:12px!important;background-color:#000000!important;border:1px solid rgba(255, 255, 255, 0.08)!important;padding:8px 16px!important;box-sizing:border-box!important;vertical-align:middle!important;border-radius:0px!important}
.todey-secure-badge *{margin:0!important;padding:0!important;box-sizing:border-box!important;border-radius:0px!important}
.badge-tag-secure{font-family:"SF Mono",SFMono-Regular,Consolas,Monaco,monospace!important;color:#ff4400!important;font-size:9px!important;font-weight:700!important;letter-spacing:0.15em!important;text-transform:uppercase!important;border-right:1px solid rgba(255, 255, 255, 0.15)!important;padding-right:12px!important;line-height:1!important;white-space:nowrap!important}
.badge-text-rail{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Helvetica Neue",sans-serif!important;color:#a1a1a6!important;font-size:11px!important;font-weight:400!important;letter-spacing:-0.01em!important;line-height:1!important}

/* KYC Disclaimer overrides for premium micro-badge */
.todey-kyc-disclaimer .todey-secure-badge {
    display: flex !important;
    width: 100% !important;
    padding: 14px 20px !important;
    align-items: flex-start !important;
}

.todey-kyc-disclaimer .badge-header-row {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
}

.todey-kyc-disclaimer .badge-text-rail {
    color: #777 !important;
    text-align: justify !important;
    line-height: 1.6 !important;
    font-size: 12px !important;
}

/* Upcoming Disclaimer overrides for premium micro-badge */
.todey-upcoming-disclaimer .todey-secure-badge {
    display: flex !important;
    width: 100% !important;
    padding: 14px 20px !important;
    align-items: flex-start !important;
}

.todey-upcoming-disclaimer .badge-header-row {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
}

.todey-upcoming-disclaimer .badge-text-rail {
    color: #777 !important;
    text-align: justify !important;
    line-height: 1.6 !important;
    font-size: 12px !important;
}

/* Cashback Box overrides for premium micro-badge */
.todey-cashback-box-nobg .todey-secure-badge {
    display: flex !important;
    width: 100% !important;
    padding: 14px 20px !important;
    align-items: flex-start !important;
}

.todey-cashback-box-nobg .badge-header-row {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
}

.todey-cashback-box-nobg .badge-text-rail {
    color: #777 !important;
    text-align: justify !important;
    line-height: 1.6 !important;
    font-size: 12px !important;
}

.todey-cashback-box-nobg .badge-tag-secure {
    color: #00ff1e !important;
}


