.guides-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin:2rem 0 4rem}.guide-card{display:flex;flex-direction:column;padding:1.75rem;background:var(--bg-glass);border:1px solid var(--border-glass);border-radius:var(--radius-lg);transition:border-color var(--transition-normal),box-shadow var(--transition-normal);text-decoration:none;color:inherit}.guide-card:hover{border-color:var(--border-glass-hover);box-shadow:var(--shadow-glow)}.guide-card__tag{display:inline-block;width:-moz-fit-content;width:fit-content;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .6rem;border-radius:var(--radius-sm);background:var(--color-accent-primary);color:white;margin-bottom:.75rem}.guide-card__title{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;margin-bottom:.5rem;line-height:1.3}.guide-card__desc{font-size:.925rem;color:var(--text-secondary);flex:1 1;margin-bottom:1rem;line-height:1.5}.guide-card__cta{font-size:.875rem;font-weight:600;color:var(--accent-primary);display:flex;align-items:center;gap:.4rem}.related-guides{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--glass-border,rgba(255,255,255,.08))}.related-guides__title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.related-guides__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.related-guides__card{display:flex;flex-direction:column;gap:.35rem;padding:1rem;border-radius:var(--radius-md,12px);background:var(--glass-bg,rgba(255,255,255,.04));border:1px solid var(--glass-border,rgba(255,255,255,.08));text-decoration:none;transition:border-color .2s,background .2s}.related-guides__card:hover{border-color:var(--accent-primary,#3b82f6);background:rgba(255,255,255,.06)}.related-guides__tag{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--accent-primary,#3b82f6)}.related-guides__name{font-size:.875rem;font-weight:600;color:var(--text-primary,#f8fafc);line-height:1.3}.related-guides__cta{font-size:.8rem;color:var(--text-secondary,#94a3b8);display:flex;align-items:center;gap:.3rem;margin-top:auto}.guide-container{max-width:900px;padding-top:2rem;padding-bottom:4rem}.guide-article h1{margin-bottom:1rem}.guide-lead{font-size:1.125rem;color:var(--text-secondary);line-height:1.7;margin-bottom:2rem}.guide-toc{background:var(--bg-glass);border:1px solid var(--border-glass);border-radius:var(--radius-md);padding:1.5rem;margin-bottom:2.5rem}.guide-toc h2{font-size:1rem;font-weight:700;margin-bottom:.75rem}.guide-toc ol{padding-left:1.25rem}.guide-toc li{margin-bottom:.4rem}.guide-toc a{color:var(--accent-primary);font-size:.925rem}.guide-toc a:hover{text-decoration:underline}.guide-article section{margin-bottom:2.5rem}.guide-figure{margin:1.75rem 0;border-radius:12px;overflow:hidden;background:var(--bg-secondary,#0f1116)}.guide-figure img{display:block;width:100%;height:auto}.guide-figure figcaption{padding:.6rem .9rem .8rem;font-size:.85rem;color:var(--text-tertiary,#9aa0a8);text-align:center;line-height:1.5}.guide-figure--hero{margin-top:.5rem;margin-bottom:2rem}.guide-article h2{margin-bottom:.75rem}.guide-article h3{margin-top:1rem;margin-bottom:.5rem}.guide-article ol,.guide-article p,.guide-article ul{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.guide-article ol,.guide-article ul{padding-left:1.5rem}.guide-article li{margin-bottom:.4rem}.guide-article a{color:var(--accent-primary)}.guide-article a:hover{text-decoration:underline}.guide-article a.btn-primary{color:white}.guide-article .compare-table{min-width:0}.guide-formula{background:var(--bg-glass);border:1px solid var(--border-glass);border-radius:var(--radius-sm);padding:1rem 1.25rem;font-family:monospace;font-size:.9rem;overflow-x:auto}.guide-tldr{background:var(--bg-glass);border:1px solid var(--accent-primary);border-radius:var(--radius-md);padding:1.25rem 1.5rem;margin-bottom:2rem}.guide-tldr p{margin-bottom:.5rem}.guide-tldr ul{margin-bottom:0;padding-left:1.25rem}.guide-tldr li{margin-bottom:.35rem}.guide-card-cta{margin-top:.5rem;margin-bottom:2rem}.guide-disclosure{font-size:.85rem;color:var(--text-muted);margin:-1rem 0 2rem}.guide-disclosure a{color:var(--text-muted);text-decoration:underline}.guide-cta-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.guide-cta-row .btn,.guide-cta-row .btn-get-card{white-space:nowrap}.guide-article .btn-get-card{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;min-height:2.75rem;font-size:1rem;font-weight:600;color:#fff;border-radius:var(--radius-md,.5rem);text-decoration:none;background:linear-gradient(135deg,#3b82f6,#8b5cf6);transition:transform var(--transition-base),box-shadow var(--transition-base);box-shadow:0 4px 12px rgba(139,92,246,.3);position:relative;overflow:hidden}.guide-article .btn-get-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:.5s}.guide-article .btn-get-card:hover:before{left:100%}.guide-article .btn-get-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(139,92,246,.45)}.guide-cta-section{background:var(--bg-glass);border:1px solid var(--border-glass);border-radius:var(--radius-lg);padding:2rem;text-align:center;margin-top:3rem;margin-bottom:2rem}.guide-cta-section h2{margin-bottom:.5rem}.guide-cta-section p{margin-bottom:1.25rem}.guide-card-spotlight{background:var(--bg-glass);border:1px solid var(--color-border-glass);border-radius:var(--radius-lg);padding:0;overflow:hidden;transition:border-color var(--transition-base),box-shadow var(--transition-base)}.guide-card-spotlight:hover{border-color:var(--color-border-hover);box-shadow:var(--shadow-md)}.guide-card-spotlight__header{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 2rem;background:linear-gradient(135deg,rgba(15,23,42,.8),rgba(30,41,59,.5));border-bottom:1px solid var(--color-border-glass);position:relative}.guide-card-spotlight__rank{font-family:var(--font-heading);font-size:3rem;font-weight:800;color:var(--color-accent-gold);line-height:1;flex-shrink:0;min-width:3.5rem;text-align:center;text-shadow:0 0 20px rgba(229,199,109,.3)}.guide-card-spotlight__image{flex-shrink:0;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-md);line-height:0;transition:transform var(--transition-base)}.guide-card-spotlight:hover .guide-card-spotlight__image{transform:scale(1.03)}.guide-card-spotlight__image img{width:200px;height:auto;object-fit:cover}.guide-card-spotlight__info{flex:1 1;min-width:0}.guide-card-spotlight__info h2{font-size:1.5rem;margin-bottom:.75rem;color:var(--color-text-heading)}.guide-card-spotlight__badges{display:flex;flex-wrap:wrap;gap:.5rem}.guide-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:100px;font-size:.75rem;font-weight:600;letter-spacing:.02em;white-space:nowrap;border:1px solid transparent}.guide-badge--score{background:rgba(229,199,109,.15);color:var(--color-accent-gold);border-color:rgba(229,199,109,.3)}.guide-badge--fx{background:rgba(239,68,68,.12);color:#f87171;border-color:rgba(239,68,68,.25)}.guide-badge--cashback{background:rgba(52,211,153,.12);color:var(--color-accent-green);border-color:rgba(52,211,153,.25)}.guide-badge--network{background:rgba(59,130,246,.12);color:var(--color-accent-primary);border-color:rgba(59,130,246,.25)}.guide-badge--custody{background:rgba(196,181,253,.12);color:var(--color-accent-purple);border-color:rgba(196,181,253,.25)}.guide-card-spotlight__body{padding:1.5rem 2rem 2rem}.guide-score-chart{background:var(--bg-glass);border:1px solid var(--color-border-glass);border-radius:var(--radius-lg);padding:2rem;margin-bottom:2.5rem}.guide-score-chart h3{font-family:var(--font-heading);color:var(--color-text-heading);margin-bottom:.25rem}.guide-score-chart__subtitle{font-size:.875rem;color:var(--color-text-muted);margin-bottom:1.5rem}.guide-score-chart__row{display:flex;align-items:center;gap:1rem;margin-bottom:.625rem}.guide-score-chart__label{flex-shrink:0;width:110px;font-size:.85rem;font-weight:600;color:var(--color-text-secondary);text-align:right}.guide-score-chart__bar{height:32px;border-radius:var(--radius-sm);display:flex;align-items:center;padding:0 .75rem;font-size:.8rem;font-weight:700;color:#fff;min-width:50px;transition:width .6s cubic-bezier(.34,1.56,.64,1)}.guide-score-chart__bar--negative{background:linear-gradient(90deg,var(--color-accent-green) 0,rgba(52,211,153,.6) 100%);box-shadow:0 2px 8px rgba(52,211,153,.25)}.guide-score-chart__bar--positive{background:linear-gradient(90deg,#34d399,rgba(52,211,153,.6));box-shadow:0 2px 8px rgba(52,211,153,.25)}.guide-score-chart__bar--savings{background:linear-gradient(90deg,#3b82f6,rgba(59,130,246,.6));box-shadow:0 2px 8px rgba(59,130,246,.25)}.guide-badge--travel{background:rgba(14,165,233,.12);color:#38bdf8;border-color:rgba(14,165,233,.25)}.guide-badge--atm{background:rgba(251,191,36,.12);color:#fbbf24;border-color:rgba(251,191,36,.25)}.guide-corridor-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(59,130,246,.3)}.guide-corridor-header__route{font-size:1.25rem;font-weight:700}.guide-corridor-header__arrow{color:var(--color-accent-primary);font-size:1.25rem}.guide-fx-vs-cashback{background:var(--bg-glass);border:1px solid var(--color-border-glass);border-radius:var(--radius-lg);padding:2rem;margin-bottom:2.5rem}.guide-fx-vs-cashback h3{font-family:var(--font-heading);color:var(--color-text-heading);margin-bottom:.25rem}.guide-fxcb__subtitle{font-size:.875rem;color:var(--color-text-muted);margin-bottom:1.5rem}.guide-fxcb__row{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.guide-fxcb__name{flex-shrink:0;width:110px;font-size:.85rem;font-weight:600;color:var(--color-text-secondary);text-align:right}.guide-fxcb__bars{flex:1 1;display:flex;flex-direction:column;gap:.25rem}.guide-fxcb__bar{height:22px;border-radius:4px;display:flex;align-items:center;padding:0 .625rem;font-size:.7rem;font-weight:700;color:#fff;min-width:36px}.guide-fxcb__bar--fx{background:linear-gradient(90deg,#ef4444,rgba(239,68,68,.6));box-shadow:0 1px 4px rgba(239,68,68,.2)}.guide-fxcb__bar--cb{background:linear-gradient(90deg,var(--color-accent-green) 0,rgba(52,211,153,.6) 100%);box-shadow:0 1px 4px rgba(52,211,153,.2)}.guide-fxcb__bar--zero{width:36px!important;background:rgba(239,68,68,.2);color:rgba(255,255,255,.5)}.guide-fxcb__legend{display:flex;gap:1.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border-glass)}.guide-fxcb__legend-item{font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.guide-fxcb__legend-item:before{content:"";display:inline-block;width:12px;height:12px;border-radius:3px}.guide-fxcb__legend-item--fx{color:#f87171}.guide-fxcb__legend-item--fx:before{background:#ef4444}.guide-fxcb__legend-item--cb{color:var(--color-accent-green)}.guide-fxcb__legend-item--cb:before{background:var(--color-accent-green)}@media (max-width:768px){.guide-card-spotlight__header{flex-direction:column;align-items:flex-start;padding:1.25rem;gap:1rem}.guide-card-spotlight__rank{font-size:2rem;position:absolute;top:1rem;right:1.25rem;min-width:auto}.guide-card-spotlight__image img{width:160px}.guide-card-spotlight__info h2{font-size:1.25rem}.guide-card-spotlight__body,.guide-fx-vs-cashback,.guide-score-chart{padding:1.25rem}.guide-fxcb__name,.guide-score-chart__label{width:80px;font-size:.75rem}.guide-score-chart__bar{height:26px;font-size:.7rem}.guide-fxcb__bar{height:18px;font-size:.65rem}.guide-fxcb__legend{flex-direction:column;gap:.5rem}}[data-theme=light] .guide-card{background:#ffffff;border:1px solid rgba(0,0,0,.06)}[data-theme=light] .guide-card:hover{border-color:rgba(0,113,227,.3);box-shadow:0 4px 16px rgba(0,0,0,.06)}[data-theme=light] .guide-article{color:#1d1d1f}[data-theme=light] .guide-meta{color:#86868b}[data-theme=light] .guide-lead{color:#6e6e73}[data-theme=light] .guide-tldr{background:rgba(0,113,227,.03);border:1px solid rgba(0,113,227,.15)}[data-theme=light] .guide-toc{background:#f5f5f7;border:1px solid rgba(0,0,0,.06)}[data-theme=light] .guide-toc a{color:#6e6e73}[data-theme=light] .guide-toc a:hover{color:#0071e3}[data-theme=light] .guide-cta-section{background:#f5f5f7;border:1px solid rgba(0,0,0,.06)}[data-theme=light] .related-guides{border-top-color:rgba(0,0,0,.06)}[data-theme=light] .related-guides__link{background:#ffffff;border:1px solid rgba(0,0,0,.06)}[data-theme=light] .related-guides__link:hover{border-color:rgba(0,113,227,.3)}