@keyframes albaFadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes albaPulse{0%,to{transform:scale(.5);opacity:.3}50%{transform:scale(1);opacity:1}}.alba-match-sections{--ab-bg:rgba(0,0,0,0.06);--ab-surface:rgba(0,0,0,0.10);--ab-border:rgba(0,0,0,0.12);--ab-border2:rgba(0,0,0,0.20);--ab-text:inherit;--ab-muted:rgba(128,128,128,0.9);--ab-accent:#3b82f6;--ab-accent-t:rgba(59,130,246,0.12);--ab-gold:#f59e0b;--ab-deep:rgba(0,0,0,0.18);--ab-deep2:rgba(0,0,0,0.08);--ab-pill-bg:#1e3a5f;--ab-pill-txt:#93c5fd}@media (prefers-color-scheme:dark){.alba-match-sections{--ab-bg:rgba(255,255,255,0.04);--ab-surface:rgba(255,255,255,0.06);--ab-border:rgba(255,255,255,0.09);--ab-border2:rgba(255,255,255,0.15);--ab-deep:rgba(255,255,255,0.05);--ab-deep2:rgba(255,255,255,0.03)}}.alba-match-sections{direction:rtl;font-family:inherit;font-size:inherit;color:inherit;margin:0}.alba-tab-btn,.alba-tabs-nav{display:flex;position:relative}.alba-tabs-nav{background:var(--ab-bg);border-radius:12px 12px 0 0;overflow:hidden;border:1px solid var(--ab-border);border-bottom:none}.alba-tab-btn{flex:1;align-items:center;justify-content:center;gap:7px;padding:14px 10px;background:#fff0;border:0;border-bottom:3px solid #fff0;color:var(--ab-muted);font-size:.85em;font-weight:700;font-family:inherit;cursor:pointer;transition:color .2s,background .2s;white-space:nowrap;outline:0;user-select:none;min-width:0}.alba-tab-btn:hover{color:currentColor;opacity:.85;background:var(--ab-surface)}.alba-tab-btn.alba-tab-active{color:var(--ab-accent);background:var(--ab-accent-t);border-bottom-color:var(--ab-accent)}.alba-tab-btn+.alba-tab-btn::before{content:"";position:absolute;right:0;top:22%;height:56%;width:1px;background:var(--ab-border)}.alba-tab-icon{font-size:1em;line-height:1;flex-shrink:0}.alba-tab-label{font-weight:700}.alba-panels-wrap{background:var(--ab-bg);border:1px solid var(--ab-border);border-top:none;border-radius:0 0 12px 12px;overflow:hidden}.alba-tab-panel{display:none}.alba-panel-active{display:block;animation:albaFadeUp .22s ease both}.alba-panel-content{padding:20px 22px;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit}.alba-panel-content.alba-details-panel{padding:28px}.alba-details-text *{font-family:inherit!important}.alba-details-text{line-height:1.8;font-size:1em}.alba-loading-pulse{display:flex;align-items:center;justify-content:center;gap:9px;padding:44px 0}.alba-loading-pulse span{width:8px;height:8px;border-radius:50%;background:var(--ab-accent);animation:albaPulse 1.1s ease-in-out infinite}.alba-loading-pulse span:nth-child(2){animation-delay:.18s}.alba-loading-pulse span:nth-child(3){animation-delay:.36s}@media (max-width:480px){.alba-tab-btn{padding:12px 8px;gap:5px}.alba-tab-icon{font-size:.9em}.alba-tab-label{font-size:.78em}.alba-panel-content{padding:14px 15px}}