.distribution-popup-overlay{backdrop-filter:blur(4px);background:#00000080}.distribution-popup-panel{background:var(--atmosphere-bg,#fff);border:1px solid var(--atmosphere-border,#e5e7eb);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.distribution-popup-title{color:var(--atmosphere-text,#111827);font-size:1.125rem;font-weight:600}.distribution-search-input{background:var(--atmosphere-bg-subtle,#f9fafb);border:1px solid var(--atmosphere-border,#e5e7eb);color:var(--atmosphere-text,#111827);transition:all .2s}.distribution-search-input:focus{border-color:var(--atmosphere-primary,#3b82f6);box-shadow:0 0 0 3px #3b82f61a}.distribution-create-button{background:var(--atmosphere-text,#111827);color:var(--atmosphere-bg,#fff);transition:all .2s}.distribution-create-button:hover{background:var(--atmosphere-text-muted,#6b7280);transform:translateY(-1px)}.distribution-item{background:var(--atmosphere-bg,#fff);border:1px solid var(--atmosphere-border,#e5e7eb);transition:all .2s}.distribution-item:hover{border-color:var(--atmosphere-border-hover,#d1d5db);background:var(--atmosphere-bg-subtle,#f9fafb);transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.distribution-item.selected{border-color:var(--atmosphere-primary,#3b82f6);background:#3b82f60d}.distribution-image{border-radius:.5rem;overflow:hidden;box-shadow:0 1px 2px #0000000d}.distribution-name{color:var(--atmosphere-text,#111827);font-weight:500}.distribution-description{color:var(--atmosphere-text-muted,#6b7280);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;display:-webkit-box;overflow:hidden}.distribution-subscribers{color:var(--atmosphere-text-subtle,#9ca3af);font-size:.75rem}.distribution-primary-badge{color:var(--atmosphere-primary,#3b82f6);background:#3b82f61a;border-radius:.25rem;padding:.125rem .5rem;font-size:.75rem;font-weight:500}.distribution-popup-actions{border-top:1px solid var(--atmosphere-border,#e5e7eb);margin-top:1rem;padding-top:1rem}.distribution-cancel-button{background:var(--atmosphere-bg,#fff);border:1px solid var(--atmosphere-border,#e5e7eb);color:var(--atmosphere-text,#374151);transition:all .2s}.distribution-cancel-button:hover{background:var(--atmosphere-bg-subtle,#f9fafb)}.distribution-select-button{background:var(--atmosphere-primary,#3b82f6);color:#fff;transition:all .2s}.distribution-select-button:hover:not(:disabled){background:var(--atmosphere-primary-hover,#2563eb);transform:translateY(-1px)}.distribution-select-button:disabled{opacity:.5;cursor:not-allowed}.distribution-loading-spinner{border:2px solid var(--atmosphere-border,#e5e7eb);border-top-color:var(--atmosphere-primary,#3b82f6);animation:.8s linear infinite distribution-spin}@keyframes distribution-spin{to{transform:rotate(360deg)}}.distribution-empty-state{color:var(--atmosphere-text-muted,#6b7280);text-align:center;padding:3rem 0}@media (max-width:640px){.distribution-popup-panel{max-width:calc(100vw - 2rem);margin:1rem}.distribution-item{padding:.75rem}.distribution-image{width:3rem;height:3rem}}
