.streaming-page{min-height:100vh;background:var(--bg-home,linear-gradient(180deg,#1a1a1a 0,#000 100%));color:#fff;padding:6.75rem 2rem 2rem;font-family:var(--font-fredoka),"Inter",sans-serif}.streaming-toolbar{justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid hsla(0,0%,100%,.08);gap:1rem}.streaming-toolbar,.streaming-toolbar-actions{display:flex;align-items:center;flex-wrap:wrap}.streaming-toolbar-actions{gap:.75rem;margin-left:auto}.streaming-search{display:flex;align-items:center;gap:.5rem;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.1);border-radius:10px;padding:.5rem .85rem;transition:border-color .2s ease}.streaming-search:focus-within{border-color:hsla(0,0%,100%,.3)}.streaming-search svg{color:hsla(0,0%,100%,.35);flex-shrink:0}.streaming-search input{background:transparent;border:none;outline:none;color:#fff;font-size:.875rem;width:200px;font-family:inherit}.streaming-search input::placeholder{color:hsla(0,0%,100%,.3)}.btn-add-guest{display:flex;align-items:center;gap:.4rem;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:10px;padding:.5rem 1rem;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.btn-add-guest:hover{background:hsla(0,0%,100%,.14);border-color:hsla(0,0%,100%,.3);transform:translateY(-1px)}.streaming-stats{display:flex;gap:1.5rem;margin-bottom:2rem}.stat-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);border-radius:14px;padding:1.25rem 1.5rem;min-width:160px}.stat-card .stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:hsla(0,0%,100%,.4);margin-bottom:.35rem}.stat-card .stat-value{font-size:1.75rem;font-weight:600;font-family:var(--font-fredoka),sans-serif}.stat-card.upcoming .stat-value{color:#f59e0b}.stat-card.completed .stat-value{color:#93c5fd}.stat-card.total .stat-value{color:#fbbf24}.streaming-grid-wrapper{background:transparent;border:none;border-radius:0;overflow:visible}.mobile-guest-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.mobile-guest-card{background:hsla(0,0%,100%,.025);border:1px solid hsla(0,0%,100%,.06);border-radius:16px;padding:.95rem 1.4rem 1.25rem;display:flex;flex-direction:column;gap:.3rem;transition:background .15s ease,border-color .15s ease}.mobile-guest-card:hover{background:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.1)}.mobile-card-top-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-height:2.1rem;padding:0 0 .4rem;margin-bottom:.2rem;border-bottom:1px solid hsla(0,0%,100%,.06);box-sizing:border-box}.mobile-card-episode{font-family:var(--font-fredoka),sans-serif;font-weight:600;font-size:.7rem;line-height:1;color:hsla(0,0%,100%,.4);text-transform:uppercase;letter-spacing:.06em}.mobile-card-header{display:flex;align-items:center;gap:.85rem;margin-bottom:.2rem}.mobile-card-header .pfp-image,.mobile-card-header .pfp-placeholder{width:64px;height:64px;border-radius:12px;flex-shrink:0}.mobile-card-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.mobile-card-name{font-weight:600;font-size:.92rem;color:#fff}.mobile-card-guest,.mobile-card-name{line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-card-guest{font-size:.78rem;color:hsla(0,0%,100%,.5)}.mobile-card-date{font-size:.7rem;color:hsla(0,0%,100%,.3);line-height:1.3;margin-top:.05rem}.mobile-card-tags{display:flex;flex-wrap:wrap;gap:.35rem;min-height:.5rem}.mobile-card-tags .tag{padding:.15rem .5rem;font-size:.65rem}.mobile-card-notes{font-size:.78rem;color:hsla(0,0%,100%,.4);font-style:italic;line-height:1.5;word-break:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;min-height:calc(.78rem * 1.5 * 3);flex:1 1}.mobile-card-links{display:flex;gap:.5rem;align-items:center;padding-top:.5rem;border-top:1px solid hsla(0,0%,100%,.06);margin-top:auto}.mobile-card-links .icon-link{width:1.85rem;height:1.85rem}.mobile-card-actions{display:flex;gap:.35rem;margin-left:auto}.mobile-empty-state{text-align:center;padding:4rem 2rem;color:hsla(0,0%,100%,.3);grid-column:1/-1}.mobile-empty-state svg{margin-bottom:.75rem;opacity:.3}.mobile-empty-state p{font-size:.95rem;margin-bottom:.3rem}.mobile-empty-state .empty-sub{font-size:.8rem;color:hsla(0,0%,100%,.2)}.pfp-image{width:64px;height:64px;border-radius:12px;object-fit:cover;border:1px solid hsla(0,0%,100%,.1);box-shadow:0 4px 14px rgba(0,0,0,.22)}.pfp-placeholder{width:64px;height:64px;border-radius:12px;background:hsla(0,0%,100%,.04);border:1px dashed hsla(0,0%,100%,.12);display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.2);font-size:.7rem;transition:all .2s ease}.pfp-placeholder:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.25)}.status-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .6rem;border-radius:20px;font-size:.7rem;font-weight:500;line-height:1;letter-spacing:.03em}.status-badge .status-dot{width:6px;height:6px;border-radius:50%}.status-badge.upcoming{background:rgba(245,158,11,.1);color:#f59e0b}.status-badge.upcoming .status-dot{background:#f59e0b}.status-badge.completed{background:rgba(147,197,253,.1);color:#93c5fd}.status-badge.completed .status-dot{background:#93c5fd}.status-badge.cancelled{background:hsla(0,94%,82%,.1);color:#fca5a5}.status-badge.cancelled .status-dot{background:#fca5a5}.status-badge.live{background:rgba(239,68,68,.15);color:#ef4444;animation:livePulse 2s ease-in-out infinite}.status-badge.live .status-dot{background:#ef4444;animation:dotPulse 1.5s ease-in-out infinite}@keyframes livePulse{0%,to{background:rgba(239,68,68,.1)}50%{background:rgba(239,68,68,.2)}}@keyframes dotPulse{0%,to{opacity:1}50%{opacity:.4}}.grid-link{color:rgba(147,197,253,.8);text-decoration:none;font-size:.8rem;transition:color .15s ease;display:inline-flex;align-items:center;gap:.3rem}.grid-link:hover{color:#93c5fd}.grid-link svg{flex-shrink:0}.icon-link{justify-content:center;width:1.9rem;height:1.9rem;border-radius:999px;border:1px solid rgba(147,197,253,.16);background:rgba(147,197,253,.08)}.icon-link:hover{border-color:rgba(147,197,253,.4);background:rgba(147,197,253,.14)}.tag{display:inline-block;padding:.15rem .5rem;border-radius:6px;font-size:.65rem;font-weight:500;letter-spacing:.03em;background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.6);border:1px solid hsla(0,0%,100%,.06);white-space:nowrap}.tag.tag-nft{background:rgba(168,85,247,.15);color:#c084fc;border-color:rgba(168,85,247,.2)}.tag.tag-defi{background:rgba(59,130,246,.15);color:#93c5fd;border-color:rgba(59,130,246,.2)}.tag.tag-art{background:rgba(236,72,153,.15);color:#f9a8d4;border-color:rgba(236,72,153,.2)}.tag.tag-dev{background:rgba(16,185,129,.15);color:#6ee7b7;border-color:rgba(16,185,129,.2)}.tag.tag-community{background:rgba(251,191,36,.15);color:#fde68a;border-color:rgba(251,191,36,.2)}.tag.tag-gaming{background:rgba(244,63,94,.15);color:#fda4af;border-color:rgba(244,63,94,.2)}.tag.tag-music{background:rgba(139,92,246,.15);color:#c4b5fd;border-color:rgba(139,92,246,.2)}.action-btn{background:transparent;border:none;color:hsla(0,0%,100%,.25);cursor:pointer;padding:.3rem;border-radius:6px;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.action-btn:hover{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.7)}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#1a1a1a;border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:2rem;width:90%;max-width:600px;max-height:85vh;overflow-y:auto;animation:slideUp .25s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-content h2{font-family:var(--font-fredoka),sans-serif;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group.full-width{grid-column:1/-1}.form-group label{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:hsla(0,0%,100%,.4);font-weight:500}.form-hint{font-size:.72rem;line-height:1.4;color:hsla(0,0%,100%,.28)}.form-group input,.form-group select,.form-group textarea{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.1);border-radius:10px;padding:.6rem .85rem;color:#fff;font-size:.875rem;font-family:inherit;outline:none;transition:border-color .2s ease}.form-group input[readonly]{color:hsla(0,0%,100%,.78);cursor:default}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:hsla(0,0%,100%,.3)}.form-group textarea{resize:vertical;min-height:60px}.form-group select{cursor:pointer}.form-group select option{background:#1a1a1a;color:#fff}.pfp-upload-area{grid-column:1/-1;display:flex;align-items:center;gap:1rem}.pfp-drop-zone{width:80px;height:80px;border-radius:12px;border:2px dashed hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.02);display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;overflow:hidden;flex-shrink:0}.pfp-drop-zone.drag-over,.pfp-drop-zone:hover{border-color:hsla(0,0%,100%,.35);background:hsla(0,0%,100%,.06)}.pfp-drop-zone img{width:100%;height:100%;object-fit:cover}.pfp-drop-zone .drop-text{font-size:.6rem;color:hsla(0,0%,100%,.25);text-align:center;padding:.3rem;line-height:1.3}.pfp-upload-info{font-size:.75rem;color:hsla(0,0%,100%,.3);line-height:1.5}.tags-input-wrapper{display:flex;flex-wrap:wrap;gap:.35rem;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.1);border-radius:10px;padding:.5rem .65rem;min-height:38px;cursor:text;transition:border-color .2s ease}.tags-input-wrapper:focus-within{border-color:hsla(0,0%,100%,.3)}.tags-input-wrapper .tag{display:flex;align-items:center;gap:.25rem}.tags-input-wrapper .tag button{background:none;border:none;color:inherit;opacity:.6;cursor:pointer;padding:0;font-size:.75rem;line-height:1}.tags-input-wrapper .tag button:hover{opacity:1}.tags-input-wrapper input{background:transparent;border:none;outline:none;color:#fff;font-size:.8rem;flex:1 1;min-width:80px;padding:.1rem 0;font-family:inherit}.tags-input-wrapper input::placeholder{color:hsla(0,0%,100%,.2)}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.06)}.btn-cancel{background:transparent;border:1px solid hsla(0,0%,100%,.1);border-radius:10px;padding:.55rem 1.2rem;color:hsla(0,0%,100%,.6);font-size:.85rem;cursor:pointer;transition:all .2s ease;font-family:inherit}.btn-cancel:hover{border-color:hsla(0,0%,100%,.25);color:#fff}.btn-save{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:10px;padding:.55rem 1.5rem;color:#fff;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.btn-save:hover{background:hsla(0,0%,100%,.18);border-color:hsla(0,0%,100%,.35);transform:translateY(-1px)}.delete-confirm{display:flex;align-items:center;gap:.5rem}.btn-delete{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);border-radius:8px;padding:.4rem .8rem;color:#fca5a5;font-size:.75rem;cursor:pointer;transition:all .15s ease;font-family:inherit}.btn-delete:hover{background:rgba(239,68,68,.2);border-color:rgba(239,68,68,.4)}.filter-tabs{display:flex;gap:.25rem;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.06);border-radius:12px;padding:.3rem;width:-moz-fit-content;width:fit-content;flex-wrap:wrap}.filter-tab{background:transparent;border:none;border-radius:9px;padding:.4rem .9rem;color:hsla(0,0%,100%,.4);font-size:.78rem;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit}.filter-tab:hover{color:hsla(0,0%,100%,.6)}.filter-tab.active{background:hsla(0,0%,100%,.08);color:#fff}@media (max-width:1024px){.streaming-page{padding:6rem 1.25rem 1.25rem}.mobile-guest-cards{grid-template-columns:repeat(2,1fr)}.streaming-stats{flex-wrap:wrap}.stat-card{min-width:120px;flex:1 1}}@media (max-width:768px){.streaming-page{padding:5.5rem .75rem .75rem}.streaming-toolbar{align-items:stretch;margin-bottom:1rem;padding-bottom:1rem;gap:.75rem}.streaming-toolbar-actions{width:100%;margin-left:0;justify-content:space-between}.streaming-search{flex:1 1}.streaming-search input{width:100%}.filter-tabs{width:100%;justify-content:center}.filter-tab{flex:1 1;text-align:center;padding:.4rem .5rem;font-size:.72rem}.mobile-guest-cards{grid-template-columns:1fr;gap:.85rem}.mobile-guest-card{padding:.85rem 1rem 1rem}.mobile-card-header .pfp-image,.mobile-card-header .pfp-placeholder{width:56px;height:56px;border-radius:10px}.btn-add-guest,.mobile-card-notes{font-size:.78rem}.btn-add-guest{padding:.45rem .75rem}.form-grid{grid-template-columns:1fr}.modal-content{width:95%;padding:1.25rem;border-radius:16px;max-height:80vh}.modal-content h2{font-size:1.15rem;margin-bottom:1rem}.pfp-upload-area{flex-direction:column;align-items:flex-start}}