
        :root{--tdy-trans:0.3s cubic-bezier(0.16,1,0.3,1)}
        .todey-pro-wrapper{background:0 0;color:#fff;padding:10px 0 10px;font-family:inherit}
        .todey-pro-wrapper *{border-radius:0!important;box-sizing:border-box}
        .todey-cat-nav-wrapper{width:100%;margin-bottom:40px}
        .todey-cat-nav{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:120px;gap:2px;background:#1a1a1a;border:1px solid #1a1a1a;grid-auto-flow:dense}
        .todey-cat-tab{background:#000;padding:10px 15px;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;cursor:pointer;transition:background .2s,color .2s,border-color .2s;position:relative;overflow:hidden;grid-column:span var(--col,1);grid-row:span var(--row,1)}
        .todey-cat-tab.active,.todey-cat-tab:hover{background:#f40;z-index:2;border-color:#f40;box-shadow:inset 0 0 0 1px #f40}
        .todey-cat-icon-wrap{display:flex;justify-content:flex-end}
        .todey-cat-icon-wrap i,.todey-cat-icon-wrap img,.todey-cat-icon-wrap svg{width:24px!important;height:24px!important;color:#444;transition:all .2s;display:inline-block;max-width:100%}
        .todey-cat-tab.active .todey-cat-icon-wrap i,.todey-cat-tab.active .todey-cat-icon-wrap svg,.todey-cat-tab:hover .todey-cat-icon-wrap i,.todey-cat-tab:hover .todey-cat-icon-wrap svg{color:#000;transform:scale(1.1)}
        .todey-cat-tab.active .todey-cat-icon-wrap img,.todey-cat-tab:hover .todey-cat-icon-wrap img{transform:scale(1.1)}
        .todey-cat-text-wrap{display:flex;flex-direction:column;gap:4px;margin-top:auto}
        .todey-cat-title-span{color:#fff;font-size:.85rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em;line-height:1.2;transition:color .2s}
        .todey-cat-subtitle-span{color:#555;font-family:monospace;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;transition:color .2s;min-height:2.6em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
        .todey-cat-tab.active .todey-cat-subtitle-span,.todey-cat-tab.active .todey-cat-title-span,.todey-cat-tab:hover .todey-cat-subtitle-span,.todey-cat-tab:hover .todey-cat-title-span{color:#000!important}
        @media (max-width:1024px){.todey-cat-nav{grid-template-columns:repeat(4,1fr)}}
        .todey-hero-box{background:0 0;border:1px solid #1a1a1a;padding:30px;position:relative;margin-bottom:40px}
        .todey-hero-top-bar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;padding-bottom:25px;margin-bottom:30px;border-bottom:1px solid #1a1a1a}
        .todey-top-bar-left{display:flex;align-items:center;gap:15px}
        .todey-top-bar-right{display:flex;align-items:center;gap:20px}
        .todey-pulse-dot{display:block;width:6px;height:6px;background:#f40;box-shadow:0 0 10px #f40}
        .todey-crumb{color:#888;text-decoration:none!important;transition:color .3s ease;outline:0!important;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.15em}
        .todey-crumb:hover{color:#fff!important}
        .todey-sep{color:#222;font-size:.75rem}
        .todey-editorial-inline{display:flex;align-items:center;gap:15px;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em}
        .todey-ed-col{display:flex;align-items:center;gap:8px}
        .todey-ed-label{color:#888}
        .todey-ed-label svg{color:#f40}
        .todey-ed-val{color:#fff;font-weight:800}
        .todey-editorial-inline .todey-sep{color:#222}
        .todey-close-view-btn{background:0 0;border:none;color:#444;font-size:1.2rem;cursor:pointer;transition:color .2s;padding:0;line-height:1;display:flex;align-items:center;justify-content:center;outline:0}
        .todey-close-view-btn:hover{color:#f40}
        .todey-section-title{font-size:clamp(2.5rem,5vw,5rem);font-weight:900;color:#fff;text-transform:uppercase;margin:0 0 25px 0;letter-spacing:-.03em;word-spacing:7px;line-height:1.05}
        .todey-dyn-desc{font-family:inherit!important;font-size:1rem;color:#888;line-height:1.7;max-width:100%;width:100%;font-weight:400;margin:0}
        .todey-list-container{display:flex;flex-direction:column;counter-reset:todey-rank}
        .todey-card-row{background:0 0;border-bottom:1px solid #1a1a1a;display:flex;flex-direction:column;position:relative;counter-increment:todey-rank}
        .todey-card-row:first-child{border-top:1px solid #1a1a1a}
        .todey-row-header{display:flex;align-items:center;justify-content:space-between;padding:10px 0;cursor:pointer;transition:var(--tdy-trans)}
        .todey-card-row:hover .todey-row-header{background:rgba(255,255,255,.02)}
        .todey-card-row.expanded .todey-row-header{background:0 0;padding:30px 5px;}
        .todey-row-header-left{display:flex;align-items:center;gap:30px;transition:var(--tdy-trans)}
        .todey-row-number{width:auto;min-width:40px;text-align:left;font-size:80px;line-height:.85;color:transparent;-webkit-text-stroke:1px #333;font-family:inherit!important;font-weight:900;flex-shrink:0}
        .todey-row-number::before{content:counter(todey-rank)}
        .todey-row-img-thumb{width:100px;aspect-ratio:505/315;border-radius:4px!important;background:#080808;border:1px solid #1a1a1a;overflow:hidden;flex-shrink:0;display:block}
        .todey-row-img-thumb img{width:100%;height:100%!important;object-fit:cover;transition:transform var(--tdy-trans)}
        .todey-card-row.expanded .todey-row-img-thumb{display:none}
        .todey-row-title{font-family:inherit!important;font-size:1.2rem;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin:0;transition:var(--tdy-trans)}
        .todey-row-header-right{display:flex;align-items:center;gap:50px}
        .todey-hl-badge-list{display:flex;gap:10px}
        .todey-hl-badge{background:0 0;border:1px solid #222;color:#888;font-size:.7rem;gap:3px;font-weight:800;padding:8px 15px;text-transform:uppercase;letter-spacing:.1em;display:flex;align-items:center}
        .todey-rating-block{display:flex;flex-direction:column;align-items:flex-end;gap:4px;margin-left:auto}
        .todey-rating-label{font-family:inherit!important;font-size:.55rem;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.2em}
        .todey-rating-display{display:flex;align-items:center;gap:12px}
        .todey-stars-icons{color:#f40;font-size:14px;letter-spacing:2px;display:flex;gap:2px}
        .todey-stars-icons i{line-height:normal!important;}
        .todey-rating-score{font-family:inherit!important;font-size:1.3rem;font-weight:900;color:#fff;line-height:1}
        .todey-dropdown-arrow{color:#f40;font-size:1rem;transition:transform var(--tdy-trans)}
        .todey-card-row.expanded .todey-dropdown-arrow{transform:rotate(180deg)}
        .todey-row-expansion{max-height:0;overflow:hidden;transition:max-height 0.4s ease-in-out;position:relative;z-index:1}
        .todey-card-row.expanded .todey-row-expansion{max-height:2500px}
        .todey-expansion-inner{visibility:hidden;opacity:0;transition:opacity 0.3s ease, visibility 0.3s ease}
        .todey-card-row.expanded .todey-expansion-inner{visibility:visible;opacity:1}
        .todey-expansion-layout{display:flex;padding:0 0 40px 0;gap:60px;align-items:flex-start;background:0 0}
        .todey-exp-left-col{width:320px;flex-shrink:0;display:flex;flex-direction:column}
        .todey-exp-large-img{width:100%;aspect-ratio:505/315;border-radius:10px!important;background:#080808;border:1px solid #1a1a1a;overflow:hidden}
        .todey-exp-large-img img{width:100%;height:100%!important;object-fit:cover}
        .todey-exp-right-col{flex:1;width:100%}
        .todey-exp-header-row{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid #1a1a1a;padding-bottom:15px}
        .todey-exp-header-row .todey-lbl{color:#f40;font-family:inherit;font-size:.8rem;font-weight:900;text-transform:uppercase;letter-spacing:.15em;margin:0}
        .todey-link-review{color:#666;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;align-items:center;gap:6px}
        .todey-link-review i{color:inherit;transition:all .4s cubic-bezier(.16,1,.3,1)}
        .todey-link-review:hover{color:#fff;letter-spacing:.15em;color:#f40}
        .todey-minimal-table{width:100%;border-collapse:collapse;border:none;table-layout:fixed;margin-bottom:0}
        .todey-minimal-table td,.todey-minimal-table th{border:none;border-bottom:1px solid #1a1a1a;font-family:inherit!important;font-size:.7rem;vertical-align:middle;padding:10px 0;transition:background .2s}
        .todey-minimal-table tr:last-child td,.todey-minimal-table tr:last-child th{border-bottom:none}
        .todey-minimal-table th{text-align:left;color:#666;font-weight:600;text-transform:uppercase;letter-spacing:.1em;width:22%;padding-right:15px}
        .todey-minimal-table td{text-align:right;color:#fff;font-weight:600;width:28%;padding-right:30px}
        .todey-minimal-table td:last-child{padding-right:0}
        .todey-minimal-table th.is-highlighted{background:rgba(255,68,0,.05)!important;color:#f40!important;border-left:2px solid #f40;padding-left:13px!important}
        .todey-minimal-table th.is-highlighted-col2{background:rgba(255,68,0,.05)!important;color:#f40!important;border-left:2px solid #f40;padding-left:18px!important}
        .todey-minimal-table td.is-highlighted{background:rgba(255,68,0,.05)!important}
        .todey-hl-badge span img,.todey-hl-badge span svg,.todey-minimal-table td img,.todey-minimal-table td svg{width:24px!important;height:24px!important;border-radius:50%!important;object-fit:cover!important;display:inline-block;vertical-align:middle;margin-left:6px;background:#111;overflow:hidden!important;clip-path:circle(50% at 50% 50%)!important}
        .todey-take-box{background:rgba(255,68,0,.03);border:1px solid rgba(255,68,0,.2);border-left:3px solid #f40;padding:20px;margin-top:25px}
        .todey-take-title{color:#f40;font-family:inherit!important;font-size:.8rem;font-weight:900;text-transform:uppercase;letter-spacing:.15em;margin-bottom:10px;display:flex;align-items:center;gap:8px}
        .todey-take-content{color:#ccc;font-size:.9rem;line-height:1.6}
        .todey-take-content p:last-child{margin-bottom:0}
        .todey-cta-btn{background:0 0;color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 20px;font-family:inherit!important;font-size:.85rem;font-weight:800;text-transform:uppercase;text-decoration:none!important;transition:.2s;letter-spacing:.05em;width:100%;outline:0;border:1px solid #333;border-radius:0;margin-top:25px}
        .todey-cta-btn:hover{background:rgba(255,255,255,.05);border-color:#555}
        .todey-compare-btn{background:#f40;color:#000;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 20px;font-family:inherit!important;font-size:.85rem;font-weight:800;text-transform:uppercase;text-decoration:none!important;transition:.2s;letter-spacing:.05em;width:100%;outline:0;border:none;cursor:pointer;border-radius:0;margin-top:15px}
        .todey-compare-btn:hover{background:#e63d00;color:#000}
        .todey-take-full-wrap{padding:0 0 40px 0}
        
        .todey-cyber-loader { display: flex; justify-content: center; align-items: center; gap: 8px; padding: 50px 0; }
        .todey-cyber-loader span { width: 8px; height: 30px; background: #f40; animation: todey-pulse 1.2s infinite ease-in-out; }
        .todey-cyber-loader span:nth-child(1) { animation-delay: -0.24s; }
        .todey-cyber-loader span:nth-child(2) { animation-delay: -0.12s; }
        @keyframes todey-pulse {
            0%, 40%, 100% { transform: scaleY(0.4); opacity: 0.3; box-shadow: 0 0 0 transparent; }
            20% { transform: scaleY(1); opacity: 1; box-shadow: 0 0 10px #f40; }
        }

        @media (max-width:1024px){
            .todey-expansion-layout{flex-direction:column;padding:0 5px 40px;gap:40px}
            .todey-take-full-wrap{padding:0 5px 40px}
            .todey-exp-left-col{width:100%;max-width:500px;margin:0 auto}
        }
        @media (max-width:768px){
            .todey-cat-nav{grid-template-columns:repeat(2,1fr);grid-auto-rows:110px}
            .todey-cat-tab{grid-column:span 1!important;grid-row:span 1!important}
            .todey-cat-tab:last-child:nth-child(odd){grid-column:span 2!important}
            .todey-hero-box{padding:30px 10px}
            .todey-hero-top-bar{flex-direction:column;align-items:flex-start;gap:15px}
            .todey-top-bar-right{width:100%;display:flex;justify-content:space-between;align-items:flex-start}
            .todey-editorial-inline{background:rgba(255,255,255,.02);width:calc(100% - 40px);display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:15px;}
            .todey-ed-col{display:flex;flex-direction:column;align-items:flex-start;gap:6px}
            .todey-ed-label{font-size:.65rem;line-height:1}
            .todey-ed-val{font-size:.85rem;line-height:1}
            .todey-editorial-inline .todey-sep{display:none}
            .todey-close-view-btn{padding:10px;margin-top:0;margin-right:-10px}
            .todey-section-title{font-size:2rem}
            .todey-row-header{flex-direction:column;align-items:stretch;padding:20px 0;gap:15px;position:relative}
            .todey-row-header-left{width:100%;padding-right:50px;gap:15px}
            .todey-row-number{position:absolute;top:20px;right:0;font-size:70px;min-width:auto;text-align:right;z-index:0;color:transparent;-webkit-text-stroke:1px #333;line-height:1}
            .todey-row-title{font-size:1.05rem;z-index:1}
            .todey-row-header-right{width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:flex-end;padding-right:25px;gap:10px}
            .todey-hl-badge-list{flex:1;display:flex;flex-wrap:wrap;gap:5px;min-width:0}
            .todey-hl-badge{padding:5px 10px!important;background:transparent!important;font-size:.75rem}
            .todey-hl-badge-idx-1{display:none!important}
            .todey-rating-block{flex-shrink:0;margin-left:auto}
            .todey-dropdown-arrow{position:absolute;right:0;bottom:25px}
            .todey-minimal-table{display:block}
            .todey-minimal-table tbody{display:flex;flex-direction:column}
            .todey-minimal-table tr{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:15px 0;border-bottom:1px solid #1a1a1a}
            .todey-minimal-table td,.todey-minimal-table th{width:auto!important;padding:0!important;border:none!important;text-align:left!important}
            .todey-minimal-table th.is-highlighted,.todey-minimal-table th.is-highlighted-col2{border-left:none!important;padding-left:0!important}
        }