*{margin:0;padding:0;box-sizing:border-box}body{font-family:Microsoft YaHei,PingFang SC,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;position:relative;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.background-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.decoration-ball{position:absolute;border-radius:50%;background:linear-gradient(45deg,#ffffff1a,#ffffff4d);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:float 6s ease-in-out infinite}.ball-1{width:80px;height:80px;top:10%;left:10%;animation-delay:0s}.ball-2{width:120px;height:120px;top:20%;right:15%;animation-delay:1s}.ball-3{width:60px;height:60px;bottom:30%;left:20%;animation-delay:2s}.ball-4{width:100px;height:100px;bottom:20%;right:10%;animation-delay:3s}.ball-5{width:90px;height:90px;top:50%;left:50%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.7}50%{transform:translateY(-20px) rotate(180deg);opacity:1}}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;position:sticky;top:0;z-index:1000}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;flex-wrap:wrap;gap:1rem}.logo h1{font-size:1.8rem;color:#667eea;margin-bottom:.2rem}.logo .tagline{font-size:.9rem;color:#666}.main-nav ul{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;padding:.5rem 1rem;border-radius:25px;transition:all .3s ease}.nav-link:hover,.nav-link.active{background:#667eea;color:#fff;transform:translateY(-2px)}.user-actions{display:flex;align-items:center;gap:1rem}.search-box{display:flex;background:#fff;border-radius:25px;overflow:hidden;box-shadow:0 2px 10px #0000001a}.search-box input{border:none;padding:.7rem 1rem;outline:none;width:200px}.search-box button{background:#667eea;border:none;padding:.7rem 1rem;color:#fff;cursor:pointer;transition:background .3s ease}.search-box button:hover{background:#5a6fd8}.auth-buttons{display:flex;gap:.5rem;align-items:center}.btn-primary,.btn-secondary{padding:.7rem 1.5rem;border:none;border-radius:25px;cursor:pointer;font-weight:500;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover{background:#5a6fd8;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff}.user-menu{display:flex;align-items:center;gap:1rem;background:#fff;padding:.5rem 1rem;border-radius:25px;box-shadow:0 2px 10px #0000001a}.user-menu button{background:none;border:none;color:#667eea;cursor:pointer;padding:.3rem .8rem;border-radius:15px;transition:background .3s ease}.user-menu button:hover{background:#f0f2ff}.main-content{padding:2rem 0;min-height:calc(100vh - 200px)}.page{display:none}.page.active{display:block}.hero-section{text-align:center;padding:3rem 0;background:#ffffffe6;border-radius:20px;margin-bottom:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-section h2{font-size:2.5rem;color:#333;margin-bottom:1rem}.hero-section p{font-size:1.2rem;color:#666}.category-nav{margin-bottom:3rem}.category-nav h3{font-size:1.8rem;margin-bottom:1.5rem;color:#333}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.category-card{background:#ffffffe6;padding:2rem;border-radius:15px;text-align:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.category-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0003}.category-card .icon{font-size:2.5rem;margin-bottom:1rem}.category-card h4{font-size:1.2rem;color:#333;margin-bottom:.5rem}.category-card p{color:#666;font-size:.9rem}.video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.video-card{background:#fffffff2;border-radius:15px;overflow:hidden;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.video-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0003}.video-thumbnail{position:relative;width:100%;height:180px;overflow:hidden}.video-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.video-card:hover .video-thumbnail img{transform:scale(1.1)}.video-duration{position:absolute;bottom:10px;right:10px;background:#000c;color:#fff;padding:.3rem .6rem;border-radius:15px;font-size:.8rem}.video-info{padding:1.5rem}.video-info h4{font-size:1.1rem;color:#333;margin-bottom:.8rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-meta{display:flex;justify-content:space-between;align-items:center;color:#666;font-size:.9rem}.video-category{background:#667eea;color:#fff;padding:.2rem .8rem;border-radius:12px;font-size:.8rem}.player-container{background:#fffffff2;border-radius:20px;overflow:hidden;margin-bottom:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.video-player{position:relative;width:100%;background:#000}.video-player video{width:100%;height:auto;max-height:70vh}.video-info{padding:2rem}.video-info h2{font-size:1.8rem;color:#333;margin-bottom:1rem}.video-meta{display:flex;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.video-meta span{color:#666;font-size:.9rem}.video-description{color:#555;line-height:1.8}.profile-container{background:#fffffff2;border-radius:20px;padding:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-info{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.profile-avatar{width:80px;height:80px;background:#667eea;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff}.profile-details h3{font-size:1.5rem;color:#333;margin-bottom:.5rem}.profile-details p{color:#666;margin-bottom:.3rem}.profile-actions{display:flex;gap:1rem}.info-container{background:#fffffff2;border-radius:20px;padding:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.info-container h2{font-size:2rem;color:#333;margin-bottom:2rem;border-bottom:3px solid #667eea;padding-bottom:1rem}.info-content{color:#555;line-height:1.8}.info-content h3{color:#333;margin:2rem 0 1rem;font-size:1.3rem}.info-content ul{margin:1rem 0;padding-left:2rem}.info-content li{margin-bottom:.5rem}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background:#ffffffe6;padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.page-header h2{font-size:1.8rem;color:#333}.category-filters{display:flex;gap:1rem}.category-filters select{padding:.7rem 1rem;border:2px solid #667eea;border-radius:10px;background:#fff;color:#333;cursor:pointer}.pagination{display:flex;justify-content:center;gap:.5rem;margin:2rem 0}.pagination button{padding:.7rem 1rem;border:2px solid #667eea;background:#fff;color:#667eea;border-radius:8px;cursor:pointer;transition:all .3s ease}.pagination button:hover,.pagination button.active{background:#667eea;color:#fff}.footer{background:#000000e6;color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{font-size:1.2rem;margin-bottom:1rem;color:#667eea}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-link{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#667eea}.footer-keywords{display:flex;flex-wrap:wrap;gap:.5rem}.keyword-link{background:#667eea;color:#fff;padding:.3rem .8rem;border-radius:15px;text-decoration:none;font-size:.9rem;transition:background .3s ease}.keyword-link:hover{background:#5a6fd8}.footer-bottom{border-top:1px solid #333;padding-top:1rem;text-align:center;color:#999}.footer-bottom p{margin-bottom:.5rem}.modal{display:none;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background:#fff;margin:10% auto;padding:2rem;border-radius:20px;width:90%;max-width:400px;position:relative}.close{position:absolute;right:1rem;top:1rem;font-size:1.5rem;cursor:pointer;color:#999}.close:hover{color:#333}.auth-form h3{text-align:center;margin-bottom:2rem;color:#333}.auth-form input{width:100%;padding:1rem;margin-bottom:1rem;border:2px solid #ddd;border-radius:10px;font-size:1rem}.auth-form input:focus{outline:none;border-color:#667eea}.auth-form button{width:100%;margin-bottom:1rem}.auth-form p{text-align:center;color:#666}.auth-form a{color:#667eea;text-decoration:none}.auth-form a:hover{text-decoration:underline}.hidden{display:none!important}.text-center{text-align:center}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}@media (max-width: 768px){.header-content{flex-direction:column;text-align:center}.main-nav ul{flex-wrap:wrap;justify-content:center;gap:1rem}.user-actions{flex-direction:column;width:100%}.search-box input{width:150px}.hero-section h2{font-size:2rem}.hero-section p{font-size:1rem}.video-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.category-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.page-header{flex-direction:column;gap:1rem;text-align:center}.category-filters{flex-direction:column;width:100%}.category-filters select{width:100%}.profile-info{flex-direction:column;text-align:center}.profile-actions{justify-content:center;flex-wrap:wrap}.footer-content{grid-template-columns:1fr;text-align:center}.footer-keywords{justify-content:center}.modal-content{margin:20% auto;width:95%}}@media (max-width: 480px){.container{padding:0 10px}.hero-section{padding:2rem 1rem}.hero-section h2{font-size:1.5rem}.video-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.video-info{padding:1rem}.profile-container,.info-container{padding:2rem 1rem}.decoration-ball{display:none}}
