.aimirror-link{font-weight:700;color:#1b86f9;text-decoration:none;border-bottom:2px solid rgba(18,194,233,.4);padding-bottom:2px;transition:color .2s ease,border-color .2s ease}.aimirror-link:hover{color:#0f6ad8;border-bottom-color:rgba(18,194,233,.8)}.content-figure{max-width:760px;margin:1.5rem auto}.content-figure img{width:100%;height:auto;border-radius:8px;box-shadow:0 8px 20px rgba(0,0,0,8%)}.content-figure figcaption{font-size:.9rem;color:var(--secondary,#5c5c5c);text-align:center;margin-top:.4rem}.comparison-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin:1.5rem 0}.comparison-card{border:1px solid var(--border);border-radius:18px;padding:1.25rem;background:var(--entry);box-shadow:0 15px 35px rgba(0,0,0,6%)}.comparison-card h4{margin-top:0;margin-bottom:.6rem}.comparison-card p{margin:.2rem 0;font-size:.95rem}@media(max-width:640px){.comparison-card{padding:1rem}}.model-timeline{margin:2.5rem 0;padding:1.5rem;border-radius:20px;border:1px solid var(--border);background:var(--entry);box-shadow:0 24px 60px rgba(0,0,0,8%)}.timeline-stack{position:relative;padding-left:2.5rem}.timeline-stack::before{content:"";position:absolute;left:1.2rem;top:.5rem;bottom:.5rem;width:3px;background:linear-gradient(180deg,#1b86f9,#12c2e9);border-radius:999px}.timeline-item{position:relative;padding:1rem 1.25rem;border-radius:16px;border:1px solid var(--border);background:var(--theme);margin-bottom:1rem;box-shadow:0 12px 30px rgba(0,0,0,6%)}.timeline-item:last-child{margin-bottom:0}.timeline-dot{position:absolute;left:-1.6rem;top:1.35rem;width:18px;height:18px;border-radius:50%;border:3px solid #fff;background:linear-gradient(135deg,#1b86f9,#12c2e9);box-shadow:0 0 0 6px rgba(27,134,249,.15)}.timeline-date{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:var(--secondary)}.timeline-body h4{margin:.35rem 0}.timeline-body p{margin:0;color:var(--content)}@media(max-width:640px){.model-timeline{padding:1.25rem}.timeline-stack{padding-left:2rem}.timeline-dot{left:-1.3rem}}.hero-note{margin:0 0 2rem;padding:1.5rem;background:linear-gradient(135deg,rgba(58,123,213,.12),rgba(0,210,181,8%));border:1px solid var(--border);border-radius:18px;box-shadow:0 20px 45px rgba(0,0,0,8%)}.hero-note p{margin:.6rem 0;font-size:1.05rem;color:var(--content)}.cta-band,.home-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-bottom:2rem}.cta-card,.home-card{padding:1.5rem;border-radius:18px;border:1px solid var(--border);background:var(--entry);box-shadow:0 18px 35px rgba(0,0,0,5%);display:flex;flex-direction:column;gap:.5rem;align-items:stretch}.cta-card h3,.home-card h4{margin:0}.cta-meta{list-style:none;padding:0;margin:0 0 .5rem;color:var(--secondary);font-size:.95rem}.cta-meta li::before{content:"•";margin-right:.35rem;color:var(--primary)}.home-links{list-style:none;padding:0;margin:0}.home-links li{margin-bottom:.35rem}.home-links a{font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.65rem 1.25rem;border-radius:999px;font-weight:600;transition:transform .2s ease,box-shadow .2s ease;border:1px solid transparent}.cta-card .btn{align-self:center;padding:.45rem 1.65rem;font-size:1rem;white-space:nowrap}.btn.primary{background:linear-gradient(120deg,#3a97f9,#39d0e3);color:#fff!important;box-shadow:0 10px 20px rgba(58,151,249,.25)}.btn.primary{background:linear-gradient(120deg,#1b86f9,#12c2e9);color:#fff!important;box-shadow:0 12px 24px rgba(27,134,249,.25)}.btn.secondary{background:0 0;border-color:var(--border);color:var(--primary)}.btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(0,0,0,.12)}.status-table{width:100%;border-collapse:collapse;margin-bottom:2rem;border:1px solid var(--border);border-radius:16px;overflow:hidden;font-size:.95rem}.status-table th,.status-table td{padding:.85rem 1rem;border-bottom:1px solid var(--border)}.status-table tbody tr:nth-child(odd){background:rgba(0,0,0,2%)}.status-badge{padding:.15rem .65rem;border-radius:999px;font-weight:600;font-size:.85rem}.status-badge.is-live{background:rgba(40,167,69,.15);color:#2aa354}.status-badge.is-watch{background:rgba(255,193,7,.18);color:#d28504}.status-badge.is-alt{background:rgba(0,123,255,.15);color:#0a6dca}.timeline{counter-reset:step;list-style:none;padding:0;margin:0 0 2rem}.timeline li{position:relative;padding-left:2.25rem;margin-bottom:1.25rem}.timeline li::before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;width:1.6rem;height:1.6rem;border-radius:50%;background:#1b86f9;color:#fff;font-size:.85rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center}@media(max-width:640px){.hero-note{padding:1.25rem}.cta-card,.home-card{padding:1.25rem}}.post-content table:not(.highlighttable){width:max-content;max-width:100%;border-collapse:collapse;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--theme);box-shadow:0 4px 12px rgba(0,0,0,4%)}.post-content table:not(.highlighttable) th,.post-content table:not(.highlighttable) td{border:1px solid var(--border);padding:10px 12px}.post-content table:not(.highlighttable) thead th{background:var(--code-bg);color:var(--primary);font-weight:700}[data-theme=dark] .post-content table:not(.highlighttable) thead th{background:var(--entry)}.post-content table:not(.highlighttable) tbody tr:nth-child(odd){background:rgba(0,0,0,2%)}[data-theme=dark] .post-content table:not(.highlighttable) tbody tr:nth-child(odd){background:rgba(255,255,255,3%)}