*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#000;color:#fff;overflow:hidden}.feed-page{width:100%;height:100vh;overflow:hidden}.playlist-player-container{display:flex;flex-direction:row;width:100%;height:100vh;position:relative;background-color:#000}.main-player-area{flex:1;position:relative;background-color:#000;display:flex;flex-direction:column;min-width:0;height:100vh;overflow:hidden}.player-wrapper{width:100%;flex:1;position:relative;display:flex;align-items:center;justify-content:center;background-color:#000;z-index:0;overflow:hidden}.sidebar-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000;cursor:pointer}.playlist-toggle-button{position:absolute;top:20px;right:30px;z-index:1001;background-color:#171616e6;border:1px solid #828282;border-radius:8px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:width .4s cubic-bezier(.4,0,.2,1),height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1),background-color .2s ease,border-color .2s ease;overflow:hidden;width:48px;padding:0;gap:0}.playlist-toggle-button.expanded{width:380px;height:auto;padding:12px 20px;gap:10px;justify-content:flex-end;text-align:left}.playlist-toggle-button:hover{background-color:#1e1d1df2;border-color:#aaa}.playlist-toggle-button:active{transform:scale(.98)}.playlist-toggle-button .hamburger-icon{width:16px;height:16px;flex-shrink:0}.up-next-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:4px;height:auto;animation:upNextFadeIn .3s ease .15s both}.up-next-title{font-family:Roboto,sans-serif;font-weight:500;font-size:16px;line-height:20px;color:#f8f9fa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.up-next-count{font-family:Roboto,sans-serif;font-weight:500;font-size:13px;line-height:18px;color:#f8f9fa}@keyframes upNextFadeIn{0%{opacity:0}to{opacity:1}}.sardius-player-wrapper{width:100%;height:100%;position:relative;background:#000}.sardius-player-mount{width:100%;height:100%}.playlist-sidebar{width:692px;flex-shrink:0;background:#171616e6;display:flex;flex-direction:column;position:fixed;top:0;right:0;height:100vh;overflow:hidden;z-index:1000;pointer-events:none;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}.playlist-sidebar.open{transform:translate(0);pointer-events:auto}.playlist-items::-webkit-scrollbar{width:10px}.playlist-items::-webkit-scrollbar-track{background:#0f0f0f}.playlist-items::-webkit-scrollbar-thumb{background:#fff3;border-radius:5px}.playlist-items::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.playlist-sidebar-close{position:absolute;top:20px;right:30px;width:48px;height:48px;background:#171616e6;border:1px solid #828282;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease}.playlist-sidebar-close:hover{background:#1e1d1df2;border-color:#aaa}.playlist-header{padding:16px 32px;display:flex;flex-direction:column;gap:16px;flex-shrink:0}.playlist-header-text{display:flex;flex-direction:column;gap:8px}.playlist-header-title{font-family:Roboto,sans-serif;font-weight:700;font-size:24px;line-height:32px;color:#f8f9fa;margin:0}.playlist-header-subtitle{font-family:Roboto,sans-serif;font-weight:500;font-size:16px;line-height:24px;color:#f8f9fa;margin:0}.playlist-header-controls{display:flex;gap:24px;align-items:center}.playlist-control-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#fff9;padding:0;transition:color .2s ease;position:relative}.playlist-control-btn:hover{color:#ffffffe6}.playlist-control-btn[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);background:#171616f2;color:#f8f9fa;font-family:Roboto,sans-serif;font-size:12px;font-weight:400;padding:4px 8px;border-radius:4px;white-space:nowrap;pointer-events:none;z-index:10}.playlist-control-btn.active{color:#c41212}.playlist-control-btn.active:hover{color:#e01515}.repeat-one-badge{position:absolute;bottom:0;right:-2px;font-family:Roboto,sans-serif;font-size:10px;font-weight:700;color:#c41212;background:#171616f2;width:14px;height:14px;display:flex;align-items:center;justify-content:center;border-radius:50%;pointer-events:none;line-height:1}.playlist-items{flex:1;padding:0;position:relative;z-index:2;overflow-y:auto;overflow-x:hidden}.playlist-item{display:flex;align-items:center;gap:4px;padding:16px 8px;cursor:pointer;transition:background-color .15s;position:relative}.playlist-item:hover{background-color:#ffffff0d}.playlist-item.current{background-color:#341e1e}.playlist-item.current:hover{background-color:#3d2323}.playlist-item-index{width:29px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-family:Roboto,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#fff}.playlist-item-thumbnail{position:relative;width:214px;height:122px;flex-shrink:0;background-color:#d9d9d9;border-radius:3px;overflow:hidden}.playlist-item-thumbnail img{width:100%;height:100%;object-fit:cover}.playlist-item-duration-badge{position:absolute;bottom:4px;right:4px;background:#00000080;border-radius:4px;padding:1px 5px;font-family:Poppins,sans-serif;font-weight:500;font-size:13px;color:#f8f9fa;line-height:1.5}.play-icon-overlay-hover{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#0009;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:10;opacity:0;transition:opacity .2s ease}.playlist-item:not(.current):hover .play-icon-overlay-hover{opacity:1}.playlist-item-info{flex:1;display:flex;flex-direction:column;gap:16px;min-width:0}.playlist-item-title{font-family:Roboto,sans-serif;font-weight:500;font-size:20px;line-height:24px;color:#f8f9fa;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.playlist-item-date{font-family:Roboto,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#f8f9fa}@media (max-width: 1024px){.playlist-sidebar{width:450px}.playlist-item-thumbnail{width:170px;height:96px}.playlist-item-title{font-size:16px}.playlist-sidebar-close{width:48px;height:48px;top:16px;right:16px}}@media (max-width: 768px){.playlist-player-container{flex-direction:column;height:100vh}.main-player-area{flex:none;height:auto;overflow:visible}.player-wrapper{aspect-ratio:16 / 9;flex:none}.playlist-sidebar,.playlist-sidebar.open{position:static;transform:none;pointer-events:auto;width:100%;height:auto;flex:1;min-height:0;transition:none;opacity:1}.playlist-sidebar-close{display:none}.playlist-toggle-button{position:static;width:100%;border:none;border-radius:0;background-color:#171616e6;padding:0 16px;max-height:0;opacity:0;overflow:hidden;pointer-events:none;transition:max-height .35s ease,opacity .25s ease,padding .35s ease}.playlist-toggle-button.expanded{width:100%;max-height:80px;opacity:1;padding:10px 16px;gap:10px;border-bottom:1px solid #828282;border-radius:0;pointer-events:auto}.playlist-toggle-button .hamburger-icon,.sidebar-overlay{display:none}.playlist-items{padding-bottom:48px}.playlist-item{padding:10px 8px}.playlist-item-thumbnail{width:140px;height:78px}.playlist-item-title{font-size:14px;line-height:20px}.playlist-item-date{font-size:13px}.playlist-header{padding:12px 16px}.playlist-header-title{font-size:20px;line-height:28px}.up-next-info{height:auto;gap:4px}.up-next-title{font-size:16px;line-height:20px}.up-next-count{font-size:14px;line-height:20px}}.embed-example-page{min-height:100vh;display:flex;flex-direction:column;background-color:#f5f5f5;color:#333}body.embed-example-active{overflow:auto!important;background-color:#f5f5f5!important}.example-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem 0;box-shadow:0 2px 10px #0000001a}.example-header h1{margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.example-header p{margin:0;font-size:1.1rem;opacity:.9}.example-content{flex:1;padding:2rem 0}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.embed-section{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.embed-section h2{margin-top:0;color:#333;font-size:1.8rem}.section-description{color:#666;margin-bottom:1.5rem;line-height:1.6}.embed-container{border-radius:4px;overflow:hidden;box-shadow:0 4px 12px #00000026;margin:1.5rem 0}.code-examples{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.code-examples h2{margin-top:0;color:#333;font-size:1.8rem}.code-section{margin-bottom:2.5rem}.code-section:last-child{margin-bottom:0}.code-section h3{color:#667eea;font-size:1.3rem;margin-bottom:.5rem}.code-section p{color:#666;margin-bottom:1rem}.code-block{position:relative;background:#1e1e1e;border-radius:4px;padding:1rem;margin:1rem 0;overflow-x:auto}.code-block pre{margin:0;color:#d4d4d4;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace;font-size:.9rem;line-height:1.5}.code-block code{color:#d4d4d4;font-family:inherit}.copy-button{position:absolute;top:.5rem;right:.5rem;background:#667eea;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.85rem;transition:background .2s}.copy-button:hover{background:#5568d3}.form-group{display:flex;gap:1rem;margin-top:1rem}.form-group label{flex:1;display:flex;flex-direction:column;gap:.5rem;color:#333;font-weight:500}.form-group input{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.configuration{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.configuration h2{margin-top:0;color:#333;font-size:1.8rem}.config-options{display:grid;gap:1.5rem}.config-group{display:flex;flex-direction:column;gap:.5rem}.config-group label{display:flex;align-items:center;gap:.5rem;color:#333;font-weight:500;cursor:pointer}.config-group input[type=text]{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;margin-top:.25rem}.config-group input[type=checkbox]{width:18px;height:18px;cursor:pointer}.config-group small{color:#666;font-size:.85rem;margin-left:1.75rem}.config-group code{background:#f0f0f0;padding:.2rem .4rem;border-radius:3px;font-size:.9em;color:#d63384}.embedding-guide{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.embedding-guide h2{margin-top:0;color:#333;font-size:1.8rem}.guide-content h3{color:#667eea;font-size:1.2rem;margin-top:1.5rem;margin-bottom:.75rem}.guide-content h3:first-child{margin-top:0}.guide-content p{color:#666;line-height:1.6;margin-bottom:1rem}.url-example{display:block;background:#f8f9fa;padding:1rem;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;font-size:1rem;margin:1rem 0;color:#333;border-left:4px solid #667eea}.url-example .param{color:#d63384;font-weight:600}.guide-content ul{margin:1rem 0;padding-left:1.5rem;color:#666;line-height:1.8}.guide-content ul li{margin-bottom:.5rem}.guide-content code{background:#f0f0f0;padding:.2rem .4rem;border-radius:3px;font-size:.9em;color:#d63384;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace}.example-content-section{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.example-content-section h2{margin-top:0;color:#333;font-size:1.8rem}.example-content-section p{color:#666;line-height:1.6;margin-bottom:1rem}.example-article{max-width:800px;margin:0 auto;padding:2rem;background:#fafafa;border-radius:8px}.example-article h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.example-article p{color:#555;line-height:1.8;margin-bottom:1.5rem}.article-embed{margin:2rem 0;border-radius:4px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.example-footer{background:#2d3748;color:#fff;padding:1.5rem 0;text-align:center;margin-top:auto}.example-footer p{margin:0;opacity:.8}@media (max-width: 768px){.example-header h1{font-size:2rem}.container{padding:0 1rem}.embed-section,.code-examples,.configuration,.embedding-guide,.example-content-section{padding:1.5rem}.form-group{flex-direction:column}.code-block{font-size:.8rem}.copy-button{position:static;margin-top:.5rem;width:100%}}
