:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}.modal-backdrop{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:20px;width:100%;max-width:420px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px #00000040;animation:modalSlideIn .3s ease-out}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 0;margin-bottom:24px}.modal-header h2{font-size:1.5rem;font-weight:600;color:#2d3748;margin:0}.close-button{background:none;border:none;font-size:2rem;color:#a0aec0;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.close-button:hover{background:#f7fafc;color:#4a5568}.modal-body{padding:0 24px 24px}.login-type-tabs{display:flex;background:#f7fafc;border-radius:12px;padding:4px;margin-bottom:24px}.tab-button{flex:1;background:none;border:none;padding:12px 16px;font-size:.95rem;font-weight:500;color:#718096;border-radius:8px;cursor:pointer;transition:all .2s ease}.tab-button.active{background:#fff;color:#2d3748;box-shadow:0 2px 4px #0000001a}.form-step{display:flex;flex-direction:column;gap:20px}.input-group{display:flex;flex-direction:column;gap:8px}.input-group label{font-size:.9rem;font-weight:500;color:#4a5568}.input-group input{padding:14px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .2s ease;background:#fafafa}.input-group input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.input-group input::placeholder{color:#a0aec0}.primary-button{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;border:none;padding:14px 20px;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #667eea4d}.primary-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #667eea66}.primary-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 4px 12px #667eea33}.phone-display{background:#f7fafc;padding:12px 16px;border-radius:8px;font-size:.9rem;color:#4a5568;display:flex;justify-content:space-between;align-items:center}.back-link{background:none;border:none;color:#667eea;cursor:pointer;font-size:.9rem;text-decoration:underline}.back-link:hover{color:#5a67d8}.resend-section{text-align:center}.resend-button{background:none;border:none;color:#667eea;cursor:pointer;font-size:.9rem;text-decoration:underline;padding:8px}.resend-button:hover:not(:disabled){color:#5a67d8}.resend-button:disabled{color:#a0aec0;cursor:not-allowed;text-decoration:none}@media(max-width:768px){.modal-backdrop{padding:10px}.modal-content{max-width:100%;border-radius:16px}.modal-header{padding:20px 20px 0;margin-bottom:20px}.modal-header h2{font-size:1.25rem}.modal-body{padding:0 20px 20px}.tab-button{padding:10px 12px;font-size:.9rem}.input-group input{padding:12px 14px;font-size:16px}.primary-button{padding:12px 18px;font-size:.95rem}}@media(max-width:480px){.modal-header{padding:16px 16px 0;margin-bottom:16px}.modal-body{padding:0 16px 16px}.login-type-tabs{margin-bottom:20px}.form-step{gap:16px}}.change-password-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.change-password-modal{background:#fff;border-radius:12px;width:90%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #00000026;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 0;border-bottom:1px solid #eee;margin-bottom:24px}.modal-header h2{margin:0;color:#333;font-size:1.5rem;font-weight:600}.close-btn{background:none;border:none;font-size:28px;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.close-btn:hover{background:#f5f5f5;color:#333}.change-password-form{padding:0 24px 24px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#333;font-weight:500;font-size:14px}.form-group input{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:16px;transition:all .2s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.form-group input:disabled{background:#f8f9fa;cursor:not-allowed;opacity:.7}.form-group input::placeholder{color:#999}.error-message{background:#fff5f5;color:#e53e3e;padding:12px 16px;border-radius:8px;margin-bottom:20px;border:1px solid #fed7d7;font-size:14px;display:flex;align-items:center;gap:8px}.error-message:before{content:"⚠️";font-size:16px}.form-actions{display:flex;gap:12px;margin-top:32px;padding-top:20px;border-top:1px solid #eee}.cancel-btn,.submit-btn{flex:1;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;min-height:48px}.cancel-btn{background:#f8f9fa;color:#6c757d;border:1px solid #dee2e6}.cancel-btn:hover:not(:disabled){background:#e9ecef;color:#495057}.submit-btn{background:#007bff;color:#fff}.submit-btn:hover:not(:disabled){background:#0056b3;transform:translateY(-1px);box-shadow:0 4px 12px #007bff4d}.cancel-btn:disabled,.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.password-tips{padding:20px 24px 24px;background:#f8f9fa;border-top:1px solid #eee;margin-top:0}.password-tips h4{margin:0 0 12px;color:#495057;font-size:14px;font-weight:600}.password-tips ul{margin:0;padding-left:20px;color:#6c757d;font-size:13px;line-height:1.5}@media(max-width:480px){.change-password-modal{width:95%;margin:20px}.modal-header{padding:20px 20px 0}.change-password-form{padding:0 20px 20px}.password-tips{padding:16px 20px 20px}.form-actions{flex-direction:column}.cancel-btn,.submit-btn{width:100%}}@media(prefers-color-scheme:dark){.change-password-modal{background:#2d3748;color:#e2e8f0}.modal-header{border-bottom-color:#4a5568}.modal-header h2{color:#e2e8f0}.close-btn{color:#a0aec0}.close-btn:hover{background:#4a5568;color:#e2e8f0}.form-group label{color:#e2e8f0}.form-group input{background:#4a5568;border-color:#718096;color:#e2e8f0}.form-group input:focus{border-color:#63b3ed;box-shadow:0 0 0 3px #63b3ed1a}.form-group input:disabled{background:#2d3748}.form-group input::placeholder{color:#a0aec0}.form-actions{border-top-color:#4a5568}.cancel-btn{background:#4a5568;color:#a0aec0;border-color:#718096}.cancel-btn:hover:not(:disabled){background:#718096;color:#e2e8f0}.password-tips{background:#1a202c;border-top-color:#4a5568}.password-tips h4{color:#e2e8f0}.password-tips ul{color:#a0aec0}}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);position:fixed;top:0;left:0;right:0;z-index:100;height:70px}.header-container{max-width:1200px;margin:0 auto;padding:0 20px;height:100%;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:8px;text-decoration:none;color:#2d3748;font-weight:700;font-size:1.25rem;transition:all .2s ease}.logo:hover{color:#667eea}.logo-icon{font-size:1.5rem}.logo-text{font-weight:700}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-link{text-decoration:none;color:#4a5568;font-weight:500;padding:8px 16px;border-radius:8px;transition:all .2s ease}.nav-link:hover{color:#667eea;background:#667eea1a}.user-area{display:flex;align-items:center}.login-button{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;border:none;padding:10px 20px;font-size:.95rem;font-weight:600;border-radius:25px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #667eea4d}.login-button:hover{transform:translateY(-1px);box-shadow:0 6px 16px #667eea66}.user-menu-container{position:relative}.user-button{display:flex;align-items:center;justify-content:center;background:transparent;border:none;padding:4px;border-radius:50%;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.user-button:before{content:"";position:absolute;inset:-4px;border-radius:50%;background:transparent;transition:all .3s ease}.user-button:hover:before{background:#667eea1a;box-shadow:0 0 0 8px #667eea1a}.user-button:hover{transform:scale(1.05)}.user-avatar{width:44px;height:44px;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;box-shadow:0 4px 12px #667eea4d,0 2px 4px #0000001a;border:3px solid white;position:relative;overflow:hidden}.user-avatar:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.3),transparent);transform:rotate(45deg);transition:all .6s ease;opacity:0}.user-button:hover .user-avatar:before{opacity:1;animation:shimmer 1.5s ease-in-out infinite}@keyframes shimmer{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}50%{transform:translate(0) translateY(0) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}.user-button:hover .user-avatar{box-shadow:0 6px 20px #667eea66,0 4px 8px #00000026;transform:translateY(-1px)}.user-phone,.dropdown-arrow{display:none}.user-dropdown{position:absolute;top:calc(100% + 12px);right:0;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 20px 40px #0000001a,0 0 0 1px #ffffff0d;min-width:220px;overflow:hidden;animation:dropdownSlideIn .2s cubic-bezier(.4,0,.2,1);z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:1;transform:translateY(0) scale(1);transition:all .2s cubic-bezier(.4,0,.2,1)}.user-dropdown:before{content:"";position:absolute;top:-6px;right:20px;width:12px;height:12px;background:#fff;border:1px solid #e2e8f0;border-bottom:none;border-right:none;transform:rotate(45deg);z-index:1001}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.user-info{padding:20px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-bottom:1px solid #e2e8f0}.user-phone-full{font-weight:600;color:#1a202c;margin-bottom:6px;font-size:16px}.user-id{font-size:13px;color:#718096;opacity:.8}.dropdown-divider{height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent);margin:8px 0}.dropdown-item{width:100%;background:none;border:none;padding:14px 20px;text-align:left;color:#4a5568;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:15px;display:flex;align-items:center;gap:12px;position:relative;overflow:hidden}.dropdown-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:transparent;transition:all .2s ease}.dropdown-item:hover{background:linear-gradient(90deg,#f7fafc,#edf2f7);color:#2d3748;transform:translate(2px)}.dropdown-item:hover:before{background:#667eea}.item-icon{font-size:16px;width:20px;text-align:center;opacity:.8}.dropdown-item:hover .item-icon{opacity:1;transform:scale(1.1)}.password-item{background:linear-gradient(90deg,#f0f9ff,#e0f2fe);border-left:3px solid #0ea5e9;margin:4px 8px;border-radius:8px}.password-item:hover{background:linear-gradient(90deg,#e0f2fe,#bae6fd);transform:translate(0);box-shadow:0 2px 8px #0ea5e933}.password-item .item-icon{color:#0ea5e9}.logout-item{color:#e53e3e;margin-top:4px}.logout-item:hover{background:linear-gradient(90deg,#fed7d7,#fbb6ce);color:#c53030}.logout-item:hover:before{background:#e53e3e}.logout-item .item-icon{color:#e53e3e}@media(max-width:1024px){.header-container{padding:0 15px}.nav-menu{gap:1.5rem}}@media(max-width:768px){.header{height:60px}.header-container{padding:0 15px}.logo-text,.nav-menu{display:none}.login-button{padding:8px 16px;font-size:.9rem}.user-avatar{width:40px;height:40px;font-size:14px}.user-dropdown{right:-10px;min-width:180px}.user-dropdown:before{right:25px}.user-menu-container{pointer-events:auto}}@media(max-width:480px){.header-container{padding:0 10px}.login-button{padding:6px 12px;font-size:.85rem}.user-avatar{width:36px;height:36px;font-size:13px}.user-dropdown:before{right:20px}}.layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;display:flex;flex-direction:column}.main-content.with-header{padding-top:70px}@media(max-width:768px){.main-content.with-header{padding-top:60px}}.home{min-height:calc(100vh - 80px);background:linear-gradient(135deg,#667eea,#764ba2)}.home-container{max-width:1200px;margin:0 auto;padding:40px 20px}.welcome-section{text-align:center;margin-bottom:60px;color:#fff}.welcome-title{font-size:3.5rem;font-weight:700;margin-bottom:20px;background:linear-gradient(45deg,#fff,#e3f2fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.welcome-subtitle{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto;line-height:1.6}.features-section{margin-bottom:80px}.features-title{text-align:center;font-size:2.5rem;color:#fff;margin-bottom:50px;font-weight:600}.feature-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-bottom:40px}.feature-card{background:#fff;border-radius:20px;padding:40px 30px;text-align:center;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #0000001a;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--card-color, #1976d2);transform:scaleX(0);transition:transform .3s ease}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.feature-card:hover:before{transform:scaleX(1)}.card-icon{font-size:4rem;margin-bottom:20px;display:block}.card-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:15px}.card-description{color:#666;line-height:1.6;margin-bottom:25px;font-size:1rem}.card-action{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--card-color, #1976d2);font-weight:500;transition:all .3s ease}.feature-card:hover .card-action{transform:translate(5px)}.action-arrow{font-size:1.2rem;transition:transform .3s ease}.feature-card:hover .action-arrow{transform:translate(5px)}.highlights-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:60px}.highlight-item{text-align:center;color:#fff}.highlight-icon{font-size:3rem;margin-bottom:20px;display:block}.highlight-item h3{font-size:1.3rem;font-weight:600;margin-bottom:15px}.highlight-item p{opacity:.9;line-height:1.6}.login-prompt{text-align:center;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:30px;color:#fff}.login-prompt p{font-size:1.1rem;margin:0}.login-link{background:none;border:none;color:#e3f2fd;text-decoration:none;font-weight:600;border-bottom:2px solid transparent;transition:border-color .3s ease;cursor:pointer;font-size:inherit;font-family:inherit}.login-link:hover{border-bottom-color:#e3f2fd}@media(max-width:768px){.home-container{padding:30px 15px}.welcome-title{font-size:2.5rem}.welcome-subtitle{font-size:1rem}.features-title{font-size:2rem}.feature-cards{grid-template-columns:1fr;gap:20px}.feature-card{padding:30px 20px}.card-icon{font-size:3rem}.card-title{font-size:1.3rem}.highlights-section{grid-template-columns:1fr;gap:30px}.highlight-icon{font-size:2.5rem}}@media(max-width:480px){.welcome-title{font-size:2rem}.features-title{font-size:1.8rem}.feature-card{padding:25px 15px}.card-title{font-size:1.2rem}.card-description{font-size:.9rem}}.douyin-downloader{max-width:800px;margin:0 auto;padding:40px 20px;min-height:calc(100vh - 70px)}.downloader-header{text-align:center;margin-bottom:40px}.downloader-header h2{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:12px;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.downloader-header p{font-size:1.1rem;color:#718096;line-height:1.6}.url-input-section{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 30px #0000001a;margin-bottom:30px;border:1px solid #f7fafc}.input-group{display:flex;gap:12px;margin-bottom:20px}.url-input{flex:1;padding:16px 20px;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;background:#fafafa;transition:all .2s ease}.url-input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.url-input::placeholder{color:#a0aec0}.parse-button{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;border:none;padding:16px 24px;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .2s ease;white-space:nowrap;box-shadow:0 4px 12px #667eea4d}.parse-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #667eea66}.parse-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.error-message{background:#fed7d7;color:#c53030;padding:12px 16px;border-radius:8px;font-size:.9rem;border:1px solid #feb2b2}.video-info-card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 30px #0000001a;margin-bottom:30px;border:1px solid #f7fafc}.video-preview{display:flex;gap:24px;align-items:flex-start}.video-cover{position:relative;flex-shrink:0;width:200px;height:300px;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #00000026}.video-cover img{width:100%;height:100%;object-fit:cover}.duration-badge{position:absolute;bottom:8px;right:8px;background:#000c;color:#fff;padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:500}.video-details{flex:1;display:flex;flex-direction:column;gap:12px}.video-title{font-size:1.5rem;font-weight:600;color:#2d3748;line-height:1.4;margin:0}.video-author{color:#667eea;font-weight:500;font-size:1rem}.video-desc{color:#718096;line-height:1.6;margin:8px 0}.video-actions{display:flex;gap:12px;margin-top:20px}.download-button{background:linear-gradient(45deg,#48bb78,#38a169);color:#fff;border:none;padding:12px 24px;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #48bb784d}.download-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #48bb7866}.download-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.clear-button{background:#f7fafc;color:#4a5568;border:2px solid #e2e8f0;padding:12px 24px;font-size:1rem;font-weight:500;border-radius:12px;cursor:pointer;transition:all .2s ease}.clear-button:hover{background:#edf2f7;border-color:#cbd5e0}.usage-tips{background:#f7fafc;border-radius:16px;padding:24px;border:1px solid #e2e8f0}.usage-tips h4{color:#2d3748;font-size:1.1rem;font-weight:600;margin-bottom:16px}.usage-tips ul{list-style:none;padding:0}.usage-tips li{color:#4a5568;line-height:1.8;position:relative;padding:4px 0 4px 20px}.usage-tips li:before{content:"•";color:#667eea;font-weight:700;position:absolute;left:0}@media(max-width:1024px){.douyin-downloader{padding:30px 15px}.video-cover{width:160px;height:240px}.video-preview{gap:20px}}@media(max-width:768px){.douyin-downloader{padding:20px 10px;min-height:calc(100vh - 60px)}.downloader-header h2{font-size:2rem}.downloader-header p{font-size:1rem}.url-input-section{padding:20px;border-radius:16px}.input-group{flex-direction:column;gap:12px}.url-input{padding:14px 16px;font-size:16px}.parse-button{padding:14px 20px;width:100%}.video-info-card{padding:20px;border-radius:16px}.video-preview{flex-direction:column;gap:16px;text-align:center}.video-cover{width:100%;max-width:280px;height:350px;margin:0 auto}.video-details{text-align:left}.video-title{font-size:1.25rem}.video-actions{flex-direction:column;gap:10px}.download-button,.clear-button{width:100%;padding:12px 20px}.usage-tips{padding:20px;border-radius:12px}}@media(max-width:480px){.douyin-downloader{padding:15px 8px}.downloader-header h2{font-size:1.75rem}.url-input-section,.video-info-card{padding:16px}.video-cover{height:300px}.video-title{font-size:1.1rem}.usage-tips{padding:16px}.usage-tips h4{font-size:1rem}}.welcome-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.welcome-card{background:#fff;border-radius:12px;padding:40px;box-shadow:0 20px 40px #0000001a;width:100%;max-width:900px;text-align:center}.welcome-header h1{color:#333;font-size:28px;font-weight:600;margin-bottom:8px}.welcome-header p{color:#666;font-size:16px;margin-bottom:30px}.tab-navigation{display:flex;justify-content:center;margin-bottom:30px;border-bottom:1px solid #e2e8f0}.tab-button{padding:12px 24px;background:none;border:none;color:#666;font-size:16px;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s}.tab-button:hover{color:#667eea}.tab-button.active{color:#667eea;border-bottom-color:#667eea}.tab-content{min-height:400px}.profile-tab{display:flex;flex-direction:column;align-items:center}.user-info{display:flex;align-items:center;padding:20px;background:#f7fafc;border-radius:12px;margin-bottom:30px;text-align:left;width:100%;max-width:500px}.user-avatar{width:60px;height:60px;border-radius:50%;background:#667eea;color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;margin-right:20px;flex-shrink:0}.user-details h2{color:#333;font-size:20px;font-weight:600;margin:0 0 8px}.user-phone{color:#667eea;font-size:16px;font-weight:500;margin:0 0 4px}.user-id,.password-status{color:#666;font-size:14px;margin:0 0 4px}.password-status:has-text("已设置"){color:#48bb78}.join-date{color:#666;font-size:14px;margin:0}.profile-actions{display:flex;justify-content:center}.logout-button{padding:12px 24px;background:#e53e3e;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s}.logout-button:hover{background:#c53030}.douyin-tab,.password-tab{text-align:left}.password-management{max-width:500px;margin:0 auto}.password-management h3{color:#333;font-size:20px;font-weight:600;margin-bottom:20px;text-align:center}.password-form{display:flex;flex-direction:column;gap:16px}.password-form .input-group{display:flex;flex-direction:column;gap:8px}.password-form .input-group label{color:#555;font-weight:500;font-size:14px}.password-form .input-group input{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:border-color .2s}.password-form .input-group input:focus{outline:none;border-color:#667eea}.password-submit-button{padding:14px;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:8px}.password-submit-button:hover:not(:disabled){background:#5a67d8}.password-submit-button:disabled{background:#a0aec0;cursor:not-allowed}.error-message{background:#fee;color:#c53030;padding:12px;border-radius:6px;border:1px solid #fed7d7;font-size:14px;margin-bottom:16px}.success-message{background:#f0fff4;color:#38a169;padding:12px;border-radius:6px;border:1px solid #9ae6b4;font-size:14px;margin-bottom:16px}@media(max-width:768px){.welcome-card{padding:20px;max-width:100%}.tab-navigation{flex-direction:column;gap:8px}.tab-button{border-bottom:none;border-radius:6px;background:#f7fafc}.tab-button.active{background:#667eea;color:#fff}.user-info{flex-direction:column;text-align:center}.user-avatar{margin-right:0;margin-bottom:16px}}.set-password-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.set-password-card{background:#fff;border-radius:12px;padding:40px;box-shadow:0 20px 40px #0000001a;width:100%;max-width:450px}.set-password-header{text-align:center;margin-bottom:30px}.set-password-header h1{color:#333;font-size:24px;font-weight:600;margin-bottom:8px}.set-password-header p{color:#666;font-size:14px}.error-message{background:#fee;color:#c53030;padding:12px;border-radius:6px;margin-bottom:20px;border:1px solid #fed7d7;font-size:14px}.password-form{margin-bottom:30px}.input-group label{display:block;margin-bottom:8px;color:#555;font-weight:500}.input-group input{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:border-color .2s;box-sizing:border-box}.input-group input:focus{outline:none;border-color:#667eea}.button-group{display:flex;flex-direction:column;gap:12px}.primary-button{width:100%;padding:14px;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s}.primary-button:hover:not(:disabled){background:#5a67d8}.primary-button:disabled{background:#a0aec0;cursor:not-allowed}.skip-button{width:100%;padding:14px;background:#e2e8f0;color:#4a5568;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s}.skip-button:hover:not(:disabled){background:#cbd5e0}.skip-button:disabled{background:#f7fafc;color:#a0aec0;cursor:not-allowed}.password-tips{background:#edf2f7;border-radius:8px;padding:20px}.password-tips h4{color:#333;font-size:16px;font-weight:600;margin-bottom:12px}.password-tips ul{color:#666;font-size:14px;line-height:1.6;padding-left:20px}.password-tips li{margin-bottom:4px}@media(max-width:768px){.set-password-container{padding:10px}.set-password-card{padding:20px}}.profile-container{max-width:800px;margin:0 auto;padding:40px 20px;min-height:calc(100vh - 70px)}.profile-header{text-align:center;margin-bottom:40px}.profile-header h2{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:12px;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.profile-header p{font-size:1.1rem;color:#718096;line-height:1.6}.profile-content{display:flex;flex-direction:column;gap:24px}.info-card,.security-card,.actions-card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 30px #0000001a;border:1px solid #f7fafc}.info-card h3,.security-card h3,.actions-card h3{font-size:1.25rem;font-weight:600;color:#2d3748;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid #f7fafc}.info-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #f7fafc}.info-item:last-child{border-bottom:none}.info-item label{font-weight:500;color:#4a5568;flex-shrink:0;width:120px}.info-item span{color:#2d3748;text-align:right;word-break:break-all}.security-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;margin-bottom:20px}.security-info{display:flex;flex-direction:column;gap:4px}.security-info label{font-weight:500;color:#4a5568}.security-info span{color:#718096;font-size:.9rem}.change-password-btn{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;border:none;padding:10px 20px;font-size:.9rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease}.change-password-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.change-password-form{background:#f7fafc;border-radius:12px;padding:24px;margin-top:16px}.input-group{margin-bottom:20px}.input-group label{display:block;font-size:.9rem;font-weight:500;color:#4a5568;margin-bottom:8px}.input-group input{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;background:#fff;transition:all .2s ease}.input-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-actions{display:flex;gap:12px;margin-top:24px}.save-button{background:linear-gradient(45deg,#48bb78,#38a169);color:#fff;border:none;padding:12px 24px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease;flex:1}.save-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #48bb784d}.save-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.cancel-button{background:#f7fafc;color:#4a5568;border:2px solid #e2e8f0;padding:12px 24px;font-size:1rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease;flex:1}.cancel-button:hover{background:#edf2f7;border-color:#cbd5e0}.action-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0}.action-info{display:flex;flex-direction:column;gap:4px}.action-info label{font-weight:500;color:#4a5568}.action-info span{color:#718096;font-size:.9rem}.logout-button{background:linear-gradient(45deg,#e53e3e,#c53030);color:#fff;border:none;padding:10px 20px;font-size:.9rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease}.logout-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #e53e3e4d}.error-message{background:#fed7d7;color:#c53030;padding:12px 16px;border-radius:8px;font-size:.9rem;margin-bottom:16px;border:1px solid #feb2b2}.success-message{background:#c6f6d5;color:#2f855a;padding:12px 16px;border-radius:8px;font-size:.9rem;margin-bottom:16px;border:1px solid #9ae6b4}@media(max-width:768px){.profile-container{padding:20px 10px;min-height:calc(100vh - 60px)}.profile-header h2{font-size:2rem}.profile-header p{font-size:1rem}.info-card,.security-card,.actions-card{padding:20px;border-radius:16px}.info-item{flex-direction:column;align-items:flex-start;gap:8px}.info-item label{width:auto}.info-item span{text-align:left}.security-item{flex-direction:column;align-items:flex-start;gap:16px}.change-password-btn{width:100%;padding:12px 20px}.change-password-form{padding:20px}.form-actions{flex-direction:column}.action-item{flex-direction:column;align-items:flex-start;gap:16px}.logout-button{width:100%;padding:12px 20px}}@media(max-width:480px){.profile-container{padding:15px 8px}.profile-header h2{font-size:1.75rem}.info-card,.security-card,.actions-card,.change-password-form{padding:16px}}.ai-removal{min-height:calc(100vh - 80px);background:linear-gradient(135deg,#667eea,#764ba2);padding:40px 0}.ai-removal-container{max-width:1200px;margin:0 auto;padding:0 20px}.video-section{display:grid;grid-template-columns:2fr 1fr;gap:30px;margin-bottom:40px}.video-container{position:relative;background:#fff;border-radius:20px;padding:20px;box-shadow:0 10px 30px #0000001a}.video-player{width:100%;border-radius:12px;display:block}.selection-canvas{position:absolute;top:20px;left:20px;cursor:crosshair;border-radius:12px}.type-buttons{display:flex;gap:10px;flex-wrap:wrap}.type-btn{flex:1;padding:12px 16px;border:2px solid #e2e8f0;background:#fff;border-radius:12px;cursor:pointer;transition:all .3s ease;font-size:.9rem;font-weight:500}.type-btn:hover{border-color:#667eea;transform:translateY(-1px)}.type-btn.active{border-color:#667eea;background:#667eea;color:#fff;box-shadow:0 4px 12px #667eea4d}.strength-control{display:flex;align-items:center;gap:15px}.strength-slider{flex:1;height:6px;border-radius:3px;background:#e2e8f0;outline:none;-webkit-appearance:none}.strength-slider::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:#667eea;cursor:pointer;box-shadow:0 2px 6px #667eea4d}.strength-value{font-weight:600;color:#667eea;min-width:40px}.areas-list{max-height:200px;overflow-y:auto}.area-item{display:flex;align-items:center;justify-content:space-between;padding:12px;background:#f8f9fa;border-radius:8px;margin-bottom:8px}.area-type{font-weight:500;color:#333}.area-coords{font-size:.8rem;color:#666;font-family:monospace}.remove-area-btn{background:none;border:none;cursor:pointer;font-size:.8rem;opacity:.7;transition:opacity .2s ease}.remove-area-btn:hover{opacity:1}.no-areas{text-align:center;color:#666;font-style:italic;padding:20px}.submit-btn{width:100%;padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}@media(max-width:1024px){.video-section{grid-template-columns:1fr}.controls-section{order:-1}}@media(max-width:768px){.ai-removal-container{padding:0 15px}.page-header h1{font-size:2.5rem}.upload-area{padding:30px 20px}.video-container{padding:15px}.controls-section{padding:20px}.type-buttons{flex-direction:column}.type-btn{flex:none}}@media(max-width:480px){.page-header h1{font-size:2rem}.upload-icon{font-size:3rem}.area-item{flex-direction:column;align-items:flex-start;gap:8px}}.ai-edit{min-height:calc(100vh - 80px);background:linear-gradient(135deg,#764ba2,#667eea);padding:40px 0}.ai-edit-container{max-width:1200px;margin:0 auto;padding:0 20px}.page-header{text-align:center;margin-bottom:40px;color:#fff}.page-header h1{font-size:3rem;font-weight:700;margin-bottom:15px;background:linear-gradient(45deg,#fff,#e3f2fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-header p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.upload-section{margin-bottom:40px}.upload-area{background:#fff;border-radius:20px;padding:40px;text-align:center;box-shadow:0 10px 30px #0000001a}.file-input{display:none}.upload-label{display:flex;flex-direction:column;align-items:center;gap:20px;cursor:pointer;transition:all .3s ease}.upload-label:hover{transform:translateY(-2px)}.upload-icon{font-size:4rem;opacity:.7}.upload-text{text-align:center}.upload-text>div:first-child{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:8px}.upload-hint{color:#666;font-size:.9rem}.edit-section{display:grid;grid-template-columns:2fr 1fr;gap:30px;margin-bottom:40px}.video-container{background:#fff;border-radius:20px;padding:20px;box-shadow:0 10px 30px #0000001a}.video-player{width:100%;border-radius:12px;display:block;margin-bottom:20px}.timeline-controls{position:relative;margin-top:20px}.timeline-bar{height:8px;background:#e2e8f0;border-radius:4px;position:relative;margin:30px 0 10px}.selected-range{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;position:absolute;top:0}.time-markers{position:relative;height:40px}.time-marker{position:absolute;top:0}.marker-line{width:2px;height:40px;background:#667eea;margin:0 auto}.marker-label{position:absolute;top:-25px;left:50%;transform:translate(-50%);background:#667eea;color:#fff;padding:4px 8px;border-radius:4px;font-size:.8rem;white-space:nowrap}.time-marker.start .marker-line,.time-marker.start .marker-label{background:#28a745}.time-marker.end .marker-line,.time-marker.end .marker-label{background:#dc3545}.controls-section{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 30px #0000001a;height:fit-content}.control-group{margin-bottom:30px}.control-group h3{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:15px}.edit-type-buttons{display:flex;gap:10px;flex-wrap:wrap}.edit-type-btn{flex:1;padding:12px 16px;border:2px solid #e2e8f0;background:#fff;border-radius:12px;cursor:pointer;transition:all .3s ease;font-size:.9rem;font-weight:500}.edit-type-btn:hover{border-color:#764ba2;transform:translateY(-1px)}.edit-type-btn.active{border-color:#764ba2;background:#764ba2;color:#fff;box-shadow:0 4px 12px #764ba24d}.time-controls{display:flex;flex-direction:column;gap:15px}.time-input-group{display:flex;flex-direction:column;gap:8px}.time-input-group label{font-weight:500;color:#333;font-size:.9rem}.time-input-row{display:flex;gap:10px;align-items:center}.time-input{flex:1;padding:8px 12px;border:2px solid #e2e8f0;border-radius:8px;font-size:.9rem}.time-input:focus{outline:none;border-color:#764ba2}.set-time-btn{padding:8px 12px;background:#f8f9fa;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:.8rem;transition:all .2s ease}.set-time-btn:hover{background:#e9ecef}.duration-info{text-align:center;font-weight:600;color:#764ba2;padding:10px;background:#f8f9fa;border-radius:8px}.filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.filter-btn{padding:15px 10px;border:2px solid #e2e8f0;background:#fff;border-radius:12px;cursor:pointer;transition:all .3s ease;text-align:center}.filter-btn:hover{border-color:#764ba2;transform:translateY(-2px)}.filter-btn.active{border-color:#764ba2;background:#764ba2;color:#fff;box-shadow:0 4px 12px #764ba24d}.filter-icon{font-size:1.5rem;margin-bottom:8px}.filter-name{font-size:.8rem;font-weight:500}.speed-control{margin-bottom:15px}.speed-slider{width:100%;height:6px;border-radius:3px;background:#e2e8f0;outline:none;-webkit-appearance:none;margin-bottom:10px}.speed-slider::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:#764ba2;cursor:pointer;box-shadow:0 2px 6px #764ba24d}.speed-labels{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#666}.speed-value{font-weight:600;color:#764ba2;font-size:1.1rem}.speed-presets{display:flex;gap:8px;flex-wrap:wrap}.speed-preset{padding:6px 12px;border:1px solid #e2e8f0;background:#fff;border-radius:6px;cursor:pointer;font-size:.8rem;transition:all .2s ease}.speed-preset:hover{border-color:#764ba2}.speed-preset.active{border-color:#764ba2;background:#764ba2;color:#fff}.video-info{background:#f8f9fa;padding:20px;border-radius:12px;margin-bottom:20px}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.info-item{display:flex;justify-content:space-between;align-items:center}.info-label{font-size:.9rem;color:#666}.info-value{font-weight:500;color:#333;font-size:.9rem}.action-section{margin-top:30px}.submit-btn{width:100%;padding:16px;background:linear-gradient(135deg,#764ba2,#667eea);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #764ba24d}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #764ba266}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.result-section{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 30px #0000001a;text-align:center}.success-message h3{color:#28a745;font-size:1.5rem;margin-bottom:15px}.success-message p{color:#666;margin-bottom:10px}@media(max-width:1024px){.edit-section{grid-template-columns:1fr}.controls-section{order:-1}}@media(max-width:768px){.ai-edit-container{padding:0 15px}.page-header h1{font-size:2.5rem}.upload-area{padding:30px 20px}.video-container{padding:15px}.controls-section{padding:20px}.edit-type-buttons{flex-direction:column}.edit-type-btn{flex:none}.filter-grid{grid-template-columns:repeat(2,1fr)}.info-grid{grid-template-columns:1fr}}@media(max-width:480px){.page-header h1{font-size:2rem}.upload-icon{font-size:3rem}.filter-grid{grid-template-columns:1fr}.time-input-row{flex-direction:column;align-items:stretch}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{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;line-height:1.6;color:#2d3748;background-color:#fff}#root{width:100%;min-height:100vh}@media(max-width:768px){html{font-size:14px}}@media(max-width:480px){html{font-size:13px}}.App{min-height:100vh;display:flex;flex-direction:column}button{font-family:inherit;cursor:pointer;border:none;outline:none;transition:all .2s ease}button:disabled{cursor:not-allowed;opacity:.6}input,textarea{font-family:inherit;outline:none;transition:all .2s ease}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media(max-width:768px){button,input,select,textarea{font-size:16px}*{-webkit-tap-highlight-color:rgba(0,0,0,.1)}}.container{max-width:1200px;margin:0 auto;padding:0 20px}@media(max-width:768px){.container{padding:0 15px}}@media(max-width:480px){.container{padding:0 10px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.desktop-only{display:block}.mobile-only{display:none}@media(max-width:768px){.desktop-only{display:none}.mobile-only{display:block}}
