.call-ac-wrapper{position:relative;flex:1 1;min-width:0}.call-input{flex:1 1;background:var(--bg-input);border:2px solid var(--primary);border-radius:var(--radius-md);color:var(--text-primary);padding:12px 14px;font-size:.95rem;outline:none;transition:border-color .15s ease;min-width:0;width:100%}.call-input:focus{border-color:var(--primary-light)}.call-input:disabled{opacity:.5;cursor:not-allowed}.call-input::placeholder{color:var(--text-muted)}.call-ac-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-md);max-height:600px;overflow-y:auto;z-index:100;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:40px;gap:40px;padding:28px}.call-ac-dropdown,.provider-picker-dropdown{scrollbar-color:var(--primary) transparent}.provider-picker-dropdown::-webkit-scrollbar{width:6px}.provider-picker-dropdown::-webkit-scrollbar-track{background:transparent}.provider-picker-dropdown::-webkit-scrollbar-thumb{background:var(--primary);border-radius:99px}.provider-picker-dropdown::-webkit-scrollbar-thumb:hover{background:var(--primary-light)}.call-ac-dropdown::-webkit-scrollbar{width:14px}.call-ac-dropdown::-webkit-scrollbar-track{background:transparent}.call-ac-dropdown::-webkit-scrollbar-thumb{background:var(--primary);border-radius:99px}.call-ac-dropdown::-webkit-scrollbar-thumb:hover{background:var(--primary-light)}.call-ac-item{border-radius:20px;cursor:pointer;background:var(--bg-card);transition:box-shadow .15s ease;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-direction:column;overflow:hidden;padding:8px}.call-ac-item.selected,.call-ac-item:hover{box-shadow:0 0 0 2px var(--primary)}.call-ac-item.call-ac-noresult{grid-column:1/-1;color:var(--text-muted);font-size:.85rem;cursor:default;padding:16px;text-align:center;display:flex;align-items:center;justify-content:center}.call-ac-img-wrap{width:100%;aspect-ratio:3/4;overflow:hidden;border-radius:10px;flex-shrink:0}.call-ac-img{width:100%;height:100%;object-fit:cover;display:block}.call-ac-caption{padding:4px 5px 5px;background:var(--bg-card);display:flex;flex-direction:column;gap:1px;min-width:0;align-items:center}.call-ac-caption-name{font-size:.6rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;letter-spacing:.03em}.call-ac-caption-name strong{color:#fff;text-decoration:underline}.call-ac-caption-provider{font-size:.5rem;color:hsla(0,0%,100%,.45);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;letter-spacing:.04em}@media (max-width:640px){.call-ac-dropdown{grid-template-columns:repeat(2,1fr);gap:10px;padding:12px;max-height:55svh;position:fixed;top:auto;left:12px;right:12px;width:auto}.call-ac-wrapper{width:100%}}.ps-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;padding:12px 14px;margin-bottom:18px;background:hsla(0,0%,100%,.03);border:1px solid var(--border-light);border-radius:10px}.ps-toggle-text{display:flex;flex-direction:column;gap:2px}.ps-toggle-text>span:first-child{font-size:.875rem;font-weight:600;color:var(--text-primary)}.ps-toggle-hint{font-size:.74rem;color:var(--text-muted)}.ps-switch{flex-shrink:0;width:42px;height:24px;background:hsla(0,0%,100%,.09);border:1px solid hsla(0,0%,100%,.12);border-radius:99px;position:relative;cursor:pointer;transition:background .2s,border-color .2s;padding:0}.ps-switch--on{background:var(--primary);border-color:var(--primary)}.ps-switch-thumb{position:absolute;top:3px;left:3px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .2s;display:block}.ps-switch--on .ps-switch-thumb{transform:translateX(18px)}@media (min-width:900px){.tourn-layout{display:grid;grid-template-columns:380px 1fr;grid-gap:24px;gap:24px;align-items:start}.tourn-sidebar{position:-webkit-sticky;position:sticky;top:88px}}.tourn-participants-list::-webkit-scrollbar{width:8px}.tourn-participants-list::-webkit-scrollbar-track{background:transparent}.tourn-participants-list::-webkit-scrollbar-thumb{background:rgba(40,182,88,.4);border-radius:99px}.tourn-participants-list::-webkit-scrollbar-thumb:hover{background:rgba(40,182,88,.7)}