*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f0f2f5;min-height:100vh}.container{max-width:720px;margin:0 auto;padding:40px 20px}header{text-align:center;margin-bottom:32px}header h1{font-size:28px;color:#1a1a2e;margin-bottom:8px}header .sub{color:#666;font-size:14px}.upload-area{background:white;border-radius:16px;padding:48px 24px;text-align:center;box-shadow:0 2px 12px #0000000f;transition:all .2s;border:2px dashed transparent;min-height:200px;display:flex;align-items:center;justify-content:center}.upload-area.dragging{border-color:#4a90d9;background:#f0f7ff}.upload-area.hasFile{border-color:#52c41a}.upload-icon{font-size:48px;margin-bottom:16px}.upload-text{color:#999;margin-bottom:16px}.file-input{display:none}.sort-option{margin-top:12px;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.checkbox-label{display:flex;align-items:center;gap:6px;cursor:pointer;font-size:15px;color:#333}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#4a90d9}.hint-text{font-size:12px;color:#999}.btn{display:inline-block;padding:10px 24px;border:none;border-radius:8px;font-size:15px;cursor:pointer;transition:all .2s;text-decoration:none}.btn-choose{background:#f0f2f5;color:#333;border:1px solid #d9d9d9}.btn-choose:hover{border-color:#4a90d9;color:#4a90d9}.btn-split{background:#4a90d9;color:#fff;margin-left:16px}.btn-split:hover{background:#357abd}.btn-split:disabled{background:#ccc;cursor:not-allowed}.btn-download{background:#52c41a;color:#fff;font-size:16px;padding:12px 32px}.btn-download:hover{background:#45a616}.file-info{margin-top:24px;display:flex;flex-direction:column;align-items:center;gap:12px}.spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#4a90d9;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 16px}@keyframes spin{to{transform:rotate(360deg)}}.processing p{color:#666;margin-top:8px}.processing .hint{font-size:13px;color:#999}.result-icon{font-size:48px;margin-bottom:12px}.error-msg{color:#e74c3c;margin-bottom:16px}h2{margin-bottom:16px;color:#1a1a2e}h3{margin:20px 0 12px;color:#555;font-size:16px}.stats{display:flex;align-items:center;justify-content:center;gap:16px;margin:20px 0;flex-wrap:wrap}.stat{display:flex;flex-direction:column;align-items:center}.stat-num{font-size:32px;font-weight:700;color:#1a1a2e}.stat-label{font-size:13px;color:#999;margin-top:4px}.stat-arrow{font-size:24px;color:#4a90d9}.sort-groups{margin:16px 0;text-align:left}.group-card{background:#f9fafb;border-radius:10px;padding:12px 16px;margin-bottom:10px;border-left:3px solid #4a90d9}.group-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.group-source{font-weight:600;color:#1a1a2e;font-size:15px}.group-count{font-size:13px;color:#999}.group-items{display:flex;flex-wrap:wrap;gap:4px;align-items:center;font-size:13px;color:#666}.group-item{white-space:nowrap}.group-date{color:#4a90d9}.group-sep{color:#ccc;margin:0 2px}.page-details{margin:16px 0 24px}.page-row{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;background:#f9fafb;border-radius:8px;margin-bottom:6px}.badge{background:#e6f7ff;color:#4a90d9;padding:2px 10px;border-radius:12px;font-size:13px}.actions{display:flex;gap:16px;justify-content:center;margin-top:20px;flex-wrap:wrap}footer{text-align:center;margin-top:40px;padding:20px;color:#999;font-size:13px}
