*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;background-color:#0f0f0f;color:#fff;min-height:100vh}.app-root{min-height:100vh;display:flex;flex-direction:column;background-color:#0f0f0f}.app-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background-color:#1a1a1a;border-bottom:1px solid #333;position:sticky;top:0;z-index:10}.header-left,.header-right{display:flex;align-items:center;gap:12px}.header-logo{display:flex;align-items:center}.youtube-icon{display:flex;align-items:center;background:red;border-radius:6px;padding:2px 6px;margin-right:8px}.youtube-you,.youtube-tube{color:#fff;font-weight:700;font-size:14px}.app-title{display:flex;align-items:center;gap:8px;cursor:pointer}.app-name{font-size:1.1rem;font-weight:700;color:#fff}.github-button{background:transparent;border:1px solid #444;color:#fff;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center}.app-content{flex:1;max-width:1000px;margin:0 auto;padding:16px;width:100%;overflow-y:auto}.main-title{font-size:1.6rem;font-weight:700;margin-bottom:12px;text-align:center;color:#fff}.instructions{margin-bottom:16px;color:#ccc;font-size:1rem;text-align:center}.instructions p{margin-bottom:6px}.input-section{margin-bottom:16px}.playlist-input{width:100%;min-height:140px;padding:12px;background:#1a1a1a;border:1px solid #333;border-radius:8px;color:#fff;font-size:1rem;font-family:inherit;resize:vertical}.playlist-input::placeholder{color:#888}.optional-instructions{margin-bottom:16px;color:#aaa;font-size:.95rem;text-align:center}.optional-instructions p{margin-bottom:6px}.optional-inputs{display:flex;gap:12px;align-items:flex-end;margin-bottom:16px;flex-wrap:wrap;justify-content:center}.input-group{display:flex;flex-direction:column;gap:6px;flex:1;min-width:160px;max-width:200px}.input-group label{font-size:.85rem;color:#ccc;font-weight:600;text-align:center}.optional-input{padding:8px;background:#1a1a1a;border:1px solid #333;border-radius:6px;color:#fff;font-size:.95rem}.analyze-button{background:#c00;color:#fff;border:none;padding:10px 16px;border-radius:6px;font-size:1rem;font-weight:700;cursor:pointer;min-width:120px}.video-toggle{text-align:center;margin-bottom:16px;display:flex;flex-direction:column;align-items:center;gap:8px}.checkbox-label{display:flex;align-items:center;justify-content:center;gap:8px;color:#ccc;font-size:1rem;padding:8px;background:#1a1a1a;border-radius:6px;border:1px solid #333}.checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:#ff0000;cursor:pointer}.error-message{background:#c00;color:#fff;padding:12px;border-radius:6px;margin-bottom:12px;text-align:center;font-weight:600}.results-section{margin-top:24px}.results-section h2{font-size:1.4rem;margin-bottom:12px;color:#fff;text-align:center}.stats-summary{background:#1a1a1a;padding:16px;border-radius:8px;margin-bottom:16px;display:flex;gap:12px;flex-wrap:wrap;justify-content:center;border:1px solid #333}.stat-item{display:flex;gap:8px;align-items:center;padding:8px 12px;background:#262626;border-radius:6px}.stat-item span{color:#ccc;font-weight:600}.stat-item b{color:#fff;font-size:1.05rem;font-weight:700}.playlists-grid{display:grid;gap:16px}.playlist-card{background:#1a1a1a;padding:16px;border-radius:8px;border:1px solid #333}.playlist-card h3{color:red;margin-bottom:12px;font-size:1.2rem;font-weight:700;border-bottom:1px solid #333;padding-bottom:6px}.playlist-details{margin-bottom:12px}.playlist-details p{margin-bottom:6px;color:#ccc;font-size:.95rem;line-height:1.5}.playlist-details b{color:#fff;font-weight:600}.speed-calculations{margin-bottom:16px;padding:12px;background:#151515;border-radius:8px;border:1px solid #333}.speed-calculations h4{color:red;margin-bottom:8px;font-size:1.1rem;font-weight:600}.speed-grid{display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.speed-item{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:#262626;border-radius:6px}.speed-item span{color:#ccc;font-weight:500}.speed-item b{color:#fff;font-weight:700;font-size:1.05rem}.speed-item.custom-speed{background:#2b1a1a;border:1px solid #4a1d1d}.video-list{margin-top:16px;padding-top:16px;border-top:1px solid #333}.video-list h4{color:red;margin-bottom:12px;font-size:1.1rem;font-weight:600;text-align:center}.videos-container{display:grid;gap:10px;max-height:500px;overflow-y:auto;padding-right:8px}.videos-container::-webkit-scrollbar{width:12px}.videos-container::-webkit-scrollbar-track{background:#ffffff1a;border-radius:6px}.videos-container::-webkit-scrollbar-thumb{background:linear-gradient(45deg,red,#c00);border-radius:6px;border:2px solid rgba(255,255,255,.1)}.videos-container::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#c00,red)}.videos-container{scrollbar-width:thin;scrollbar-color:#ff0000 rgba(255,255,255,.1)}.video-item{display:flex;gap:10px;padding:10px;background:#151515;border-radius:6px;border:1px solid #333}.video-thumbnail{width:120px;height:90px;border-radius:6px;object-fit:cover;flex-shrink:0}.video-info{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:6px 0}.video-title{color:#fff;font-weight:600;font-size:.95rem;line-height:1.4;margin-bottom:6px;line-clamp:2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-duration{color:red;font-weight:600;font-size:.85rem;background:#291111;padding:2px 6px;border-radius:4px;display:inline-block;border:1px solid #4a1d1d}.app-footer{text-align:center;padding:12px;color:#999;border-top:1px solid #333;margin-top:auto;background-color:#1a1a1a}.footer-content{display:flex;flex-direction:column;align-items:center}.footer-text{font-size:.9rem;color:#ccc}.heart{color:red}@media (max-width: 600px){.app-content{padding:12px}.video-item{flex-direction:column;text-align:center}.video-thumbnail{width:100%;height:120px}}
