html,body{height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app-container{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}.main-layout{display:flex;flex-grow:1;overflow-x:hidden;width:100%;box-sizing:border-box;min-height:calc(100vh - 140px)}.content{flex:8;padding:20px;background-color:#f5f5f5;overflow-y:auto;box-sizing:border-box}.sidebar{flex:2;background-color:#fff;border-left:1px solid #ddd;padding:20px;box-shadow:-2px 0 5px #0000001a;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.button-group{display:flex;justify-content:center;gap:10px;margin-bottom:10px}.button-group button{padding:10px 20px;font-size:14px;border-radius:20px;border:2px solid #393E46;cursor:pointer;font-weight:700;transition:background-color .3s ease,color .3s ease,border-color .3s ease;color:#00adb5;background-color:#393e46;outline:none}.button-group button.active{color:#fff;background-color:#00adb5}.button-group button:hover{background-color:#00adb5;color:#fff;border-color:#00adb5}.footer{background-color:#333;color:#fff;padding:20px;text-align:center}.footer p{margin:5px 0}.footer a{color:#00adb5;text-decoration:none}.footer a:hover{text-decoration:underline}.header{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;background-color:#222831;color:#eee;box-shadow:0 4px 6px #0000001a}.logo{height:40px;cursor:pointer;margin-right:20px}.login-btn{padding:5px 10px;background:none;color:#eee;border:1px solid #EEEEEE;border-radius:8px;cursor:pointer;font-size:14px;transition:background-color .2s,color .2s,border-color .2s;margin-right:15px}.login-btn:hover{background-color:#00adb5;color:#222831;border-color:#00adb5}.user-info{display:flex;align-items:center;gap:10px;margin-left:auto}.user-info img{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #EEEEEE}.user-info .user-name{color:#eee;font-size:14px;font-weight:700}.user-info .logout-btn{padding:5px 10px;background:none;color:#eee;border:1px solid #EEEEEE;border-radius:8px;cursor:pointer;font-size:14px;transition:background-color .2s,color .2s,border-color .2s}.search-bar{display:flex;align-items:center;background-color:#393e46;border-radius:8px;padding:5px 10px}.search-bar input{border:none;background:none;outline:none;color:#eee;font-size:14px;padding:5px;width:200px}.search-bar input::placeholder{color:#eee;opacity:.7}.search-bar .clear-btn{background:none;border:none;color:#eee;cursor:pointer;font-size:16px;margin-left:5px}.search-bar .search-btn{background:none;border:none;cursor:pointer;margin-left:5px}.search-bar .search-btn img{height:20px;filter:brightness(0) invert(1)}.gender-filters{display:flex;gap:10px}.gender-btn{padding:5px 10px;border-radius:8px;border:none;cursor:pointer;font-size:14px;background-color:#393e46;color:#eee;transition:background-color .2s,color .2s}.gender-btn.active,.gender-btn:hover{background-color:#00adb5;color:#222831}.main-layout{display:flex;background-color:#222831;color:#eee;overflow:hidden}.content{flex:8;padding:20px;background-color:#222831;overflow-y:auto}.sidebar{flex:2;background-color:#222831;border-left:1px solid #00ADB5;padding:20px;box-shadow:-2px 0 5px #0000001a;overflow-y:auto}.video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}.video-card{background-color:#393e46;border:1px solid #00ADB5;border-radius:8px;overflow:hidden;text-align:center;cursor:pointer;transition:transform .2s ease-in-out;color:#eee}.video-card:hover{transform:scale(1.05);background-color:#00adb5;color:#222831}.video-card img{width:100%;height:150px;object-fit:cover}.video-card h3{font-size:14px;margin:10px 0;color:#eee}.video-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.video-modal-content{position:relative;width:80%;max-width:800px;height:60%;background:#000;border-radius:8px;overflow:hidden}.search-results-page{padding:20px;max-width:1200px;margin:0 auto;background-color:#222831;color:#eee}.search-results-page h1,.search-results-page h2{font-size:24px;margin-bottom:20px;color:#00adb5}.search-results-page .vtuber-grid{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.search-results-page .vtuber-card{background-color:#393e46;border-radius:12px;padding:20px;text-align:left;display:flex;align-items:center;box-shadow:0 4px 12px #00000026;color:#eee;gap:20px}.search-results-page .vtuber-card img{width:80px;height:80px;border-radius:50%;margin-right:20px;border:2px solid #00ADB5;object-fit:cover}.search-results-page .vtuber-info{flex-grow:1;display:flex;flex-direction:column;justify-content:center}.search-results-page .vtuber-info h3{font-size:22px;margin:0;font-weight:700;color:#00adb5}.search-results-page .vtuber-info p{font-size:14px;margin-top:8px;color:#eee}.search-results-page .buttons{display:flex;gap:10px}.search-results-page .buttons button{padding:10px 16px;border-radius:24px;border:none;cursor:pointer;display:flex;align-items:center;font-weight:700;transition:background-color .3s ease;background-color:#00adb5;color:#222831}.search-results-page .buttons button:hover{background-color:#393e46;color:#eee}.search-results-page .video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.search-results-page .video-card{background-color:#393e46;border:1px solid #00ADB5;border-radius:8px;padding:16px;text-align:center;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;color:#eee}.search-results-page .video-card:hover{transform:scale(1.02);background-color:#00adb5;color:#222831}.search-results-page .video-card img{width:100%;height:auto;margin-bottom:16px;border-radius:8px}.search-results-page .video-info h3{font-size:16px;margin-bottom:8px;color:#eee}.search-results-page .video-info p{font-size:14px;color:#bbb}.search-results-page button{display:block;width:100%;padding:12px;background-color:#00adb5;color:#222831;border:none;border-radius:4px;cursor:pointer;margin-top:20px;transition:background-color .3s ease}.search-results-page button:hover{background-color:#393e46;color:#eee}.weekly-chart{background-color:#222831;color:#eee;border-radius:8px;padding:20px;box-shadow:0 4px 10px #0000001a}.weekly-chart h3{color:#00adb5;font-size:20px;margin-bottom:15px}.chart-list{list-style:none;padding:0;margin:0}.chart-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding:10px;background-color:#393e46;border-radius:8px;color:#eee;transition:background-color .2s,color .2s}.chart-item:hover{background-color:#00adb5;color:#222831}.chart-item h4{margin:0;font-size:16px;font-weight:700;color:#eee}.chart-item span{font-size:14px;color:#eee}.chart-footer{margin-top:10px;font-size:12px;color:#eee;opacity:.8}.vtuber-detail-page{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:20px;background-color:#222831;color:#eee}.detail-container{display:flex;flex-direction:row;align-items:center;background-color:#393e46;color:#eee;border-radius:8px;box-shadow:0 4px 10px #0003;padding:20px;max-width:800px;width:100%;margin-bottom:30px}.profile-section{flex-shrink:0;margin-right:20px}.profile-image{width:100px;height:100px;border-radius:50%;object-fit:cover;border:2px solid #00ADB5}.info-section{flex:1}.vtuber-name{font-size:24px;font-weight:700;margin-bottom:10px}.vtuber-info{font-size:16px;margin-bottom:8px}.action-button{margin-top:10px;padding:10px 15px;font-size:14px;border:none;border-radius:4px;cursor:pointer;color:#eee}.youtube-button{background-color:red;margin-right:15px;transition:background-color .2s,color .2s}.youtube-button:hover{background-color:#c00}.back-button{background-color:#555;transition:background-color .2s,color .2s}.back-button:hover{background-color:#777}.songs-section{width:100%;max-width:800px;padding:20px;background-color:#393e46;border-radius:8px;box-shadow:0 4px 10px #0000001a;color:#eee}.songs-section h2{font-size:20px;margin-bottom:20px;color:#00adb5}.songs-list{list-style:none;padding:0;margin:0}.song-item{display:flex;align-items:center;margin-bottom:20px;padding:10px;background:#222831;border:1px solid #393E46;border-radius:8px;box-shadow:0 2px 5px #0000001a}.song-thumbnail{width:120px;height:90px;object-fit:cover;margin-right:20px;border-radius:4px}.song-info{flex:1}.song-title{margin:0;font-size:16px;font-weight:700;color:#eee}.song-watch-button{background-color:#00adb5;color:#eee;border:none;border-radius:4px;padding:5px 10px;cursor:pointer}.song-watch-button:hover{background-color:#eee;color:#393e46}
