:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0}body{color:#2c5f6f;background:linear-gradient(#ffd4d9,#ffe4e8,#b0e0e6) fixed;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;position:relative;overflow-x:hidden}.app{z-index:1;min-height:100vh;position:relative}header{text-align:center;background:0 0;justify-content:center;align-items:center;gap:1.5rem;padding:2rem 2rem .5rem;display:flex;position:relative;overflow:visible}header:after{content:"";opacity:.7;mix-blend-mode:multiply;background-image:url(/palm-corner.png);background-position:50%;background-repeat:no-repeat;background-size:contain;flex-shrink:0;width:350px;height:350px}header:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:200%;height:200%;animation:6s linear infinite shimmer;position:absolute;top:-50%;left:-50%}@keyframes shimmer{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}header h1{color:#80c9cf;text-shadow:0 2px 10px #fffc,0 0 30px #ffffff80,2px 2px #ffffffe6,-2px -2px #ffffffe6;letter-spacing:2px;z-index:1;margin-bottom:.5rem;font-family:Pacifico,cursive;font-size:3rem;position:relative}header p{opacity:.95;color:#5aa7ad;text-shadow:0 2px 8px #fff9;z-index:1;font-family:Righteous,cursive;font-size:1.2rem;position:relative}main{grid-template-columns:1fr 1fr;gap:2rem;max-width:1600px;margin:0 auto;padding:1rem 2rem 2rem;display:grid}.left-panel,.right-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffbf;border:2px solid #80c9cf4d;border-radius:12px;padding:1.5rem;box-shadow:0 8px 32px #80c9cf33,0 0 0 1px #80c9cf33,inset 0 1px #ffffff80}.tabs{border-bottom:2px solid #80c9cf4d;gap:1rem;margin:1.5rem 0;display:flex}.tabs button{color:#5aa7ad;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;padding:.75rem 1.5rem;font-family:Righteous,cursive;font-size:1rem;font-weight:600;transition:all .3s}.tabs button:hover{color:#80c9cf;text-shadow:0 0 10px #80c9cf66}.tabs button.active{color:#6bb8be;text-shadow:0 0 15px #80c9cf80;border-bottom-color:#80c9cf}@media (width<=1024px){main{grid-template-columns:1fr}header{flex-direction:column;gap:.5rem;padding:1rem}header:after{width:180px;height:180px}header h1{font-size:2rem}main{padding:.5rem 1rem 1rem}}@media (width<=768px){header{padding:.75rem}header:after{width:150px;height:150px}header h1{font-size:1.75rem}main{padding:.5rem}.left-panel,.right-panel{padding:1rem}}@media (width<=480px){header:after{width:120px;height:120px}header h1{letter-spacing:1px;font-size:1.5rem}}.search-bar{gap:.5rem;margin-bottom:1.5rem;display:flex}.search-bar input{color:#2c5f6f;background:#fff9;border:2px solid #80c9cf4d;border-radius:8px;flex:1;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s,background .2s}.search-bar input::placeholder{color:#2c5f6f80}.search-bar input:focus{background:#ffffffe6;border-color:#80c9cf;outline:none}.search-bar button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#80c9cf 0%,#6bb8be 100%);border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.search-bar button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #80c9cf66}.search-bar button:active{transform:translateY(0)}.search-results{margin-bottom:1.5rem}.search-results h3{color:#6bb8be;margin-bottom:1rem}.results-list{flex-direction:column;gap:1rem;max-height:400px;display:flex;overflow-y:auto}.result-item{background:#ffffff80;border:1px solid #80c9cf33;border-radius:8px;gap:1rem;padding:.75rem;transition:background .2s,box-shadow .2s;display:flex}.result-item:hover{background:#ffffffb3;box-shadow:0 4px 12px #80c9cf33}.result-item img{object-fit:cover;border-radius:6px;width:120px;height:90px}.result-info{flex-direction:column;flex:1;gap:.5rem;display:flex}.result-info h4{-webkit-line-clamp:2;color:#2c5f6f;-webkit-box-orient:vertical;font-size:.95rem;line-height:1.3;display:-webkit-box;overflow:hidden}.result-info .channel{color:#5aa7ad;font-size:.85rem}.result-info button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#80c9cf 0%,#6bb8be 100%);border:none;border-radius:6px;align-self:flex-start;padding:.5rem 1rem;font-size:.9rem;transition:all .2s}.result-info button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #80c9cf4d}.video-player{position:sticky;top:2rem}.player-wrapper{background:#000;border-radius:12px;width:100%;margin-bottom:1rem;padding-bottom:56.25%;position:relative;overflow:hidden}.player-wrapper iframe{width:100%;height:100%;position:absolute;top:0;left:0}.no-video .placeholder{text-align:center;background:#ffffff80;border:2px solid #80c9cf4d;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;height:400px;display:flex}.no-video h2{color:#5aa7ad;margin-bottom:.5rem}.no-video p{color:#2c5f6f}.now-playing{background:#ffffff80;border:2px solid #80c9cf4d;border-radius:8px;padding:1rem}.now-playing h3{color:#6bb8be;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.9rem}.now-playing h4{color:#2c5f6f;margin-bottom:.25rem;font-size:1.1rem}.now-playing p{color:#5aa7ad;font-size:.9rem}.queue h3{color:#6bb8be;margin-bottom:1rem}.played-header-section{justify-content:space-between;align-items:center;margin-top:2rem;margin-bottom:1rem;display:flex}.queue h3.played-header{color:#5aa7ad;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:.95rem}.clear-played-btn{color:#2c5f6f;cursor:pointer;background:#80c9cf33;border:1px solid #80c9cf66;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.clear-played-btn:hover{background:#ffb6c199;border-color:#ffb6c1cc;transform:translateY(-1px)}.clear-played-btn:active{transform:translateY(0)}.queue.empty{text-align:center;color:#5aa7ad;padding:2rem}.queue-list{flex-direction:column;gap:1rem;max-height:600px;display:flex;overflow-y:auto}.queue-item{background:#ffffff80;border:2px solid #0000;border-radius:8px;gap:1rem;padding:.75rem;transition:all .2s;display:flex}.queue-item.playing{background:#80c9cf33;border-color:#80c9cf;box-shadow:0 0 15px #80c9cf4d}.queue-item.played{opacity:.6;background:#b0e0e633}.queue-item.played img{filter:grayscale(30%)}.queue-item.played:hover{opacity:.8}.queue-item img{object-fit:cover;border-radius:6px;width:120px;height:90px}.queue-info{flex-direction:column;flex:1;gap:.5rem;display:flex}.queue-info h4{-webkit-line-clamp:2;color:#2c5f6f;-webkit-box-orient:vertical;font-size:.95rem;line-height:1.3;display:-webkit-box;overflow:hidden}.queue-info .channel{color:#5aa7ad;font-size:.85rem}.queue-actions{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.voting{gap:.5rem;display:flex}.vote-btn{color:#2c5f6f;cursor:pointer;background:#fff9;border:2px solid #80c9cf4d;border-radius:6px;padding:.4rem .8rem;font-size:.9rem;transition:all .2s;position:relative}.vote-btn:hover{background:#ffffffe6;transform:scale(1.05)}.vote-btn:active{transform:scale(.95)}.vote-btn.thumbs-up:hover{color:#4ade80;border-color:#4ade80}.vote-btn.thumbs-down:hover{color:#f87171;border-color:#f87171}.vote-btn.thumbs-up.voting{color:#fff;background:#4ade80;border-color:#4ade80;animation:.3s ease-out pulse-green}.vote-btn.thumbs-down.voting{color:#fff;background:#f87171;border-color:#f87171;animation:.3s ease-out pulse-red}@keyframes pulse-green{0%{transform:scale(1);box-shadow:0 0 #4ade80b3}50%{transform:scale(1.1);box-shadow:0 0 0 10px #4ade8000}to{transform:scale(1);box-shadow:0 0 #4ade8000}}@keyframes pulse-red{0%{transform:scale(1);box-shadow:0 0 #f87171b3}50%{transform:scale(1.1);box-shadow:0 0 0 10px #f8717100}to{transform:scale(1);box-shadow:0 0 #f8717100}}.controls{gap:.5rem;display:flex}.controls button{cursor:pointer;border:none;border-radius:6px;padding:.4rem .8rem;font-size:.9rem;transition:all .2s}.remove-btn{color:#2c5f6f;background:#80c9cf4d;border:1px solid #80c9cf66}.remove-btn:hover{background:#ffb6c199;border-color:#ffb6c1cc}.voting-report h3{color:#6bb8be;margin-bottom:1.5rem}.stats-summary{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}.stat-card{text-align:center;background:#ffffff80;border:2px solid #80c9cf4d;border-radius:8px;padding:1.5rem}.stat-card h4{color:#80c9cf;margin-bottom:.5rem;font-size:2rem}.stat-card p{color:#5aa7ad;font-size:.9rem}.report-section{margin-bottom:2rem}.report-section h4{color:#2c5f6f;margin-bottom:1rem;font-size:1.1rem}.report-list{flex-direction:column;gap:.75rem;display:flex}.report-item{background:#ffffff80;border:1px solid #80c9cf33;border-radius:8px;gap:1rem;padding:.75rem;display:flex}.report-item img{object-fit:cover;border-radius:6px;width:100px;height:75px}.report-info{flex-direction:column;flex:1;gap:.5rem;display:flex}.report-info h5{-webkit-line-clamp:2;color:#2c5f6f;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.3;display:-webkit-box;overflow:hidden}.vote-display{gap:1rem;font-size:.9rem;display:flex}.vote-display .up{color:#4ade80}.vote-display .down{color:#f87171}.vote-display .net,.vote-display .total{color:#80c9cf;font-weight:600}
