*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,PingFang SC,Microsoft YaHei,sans-serif;background:#f5f6f7;color:#1f2329;min-height:100vh;-webkit-font-smoothing:antialiased}.container{max-width:100%;margin:0 auto;padding:12px}@media (min-width: 768px){.container{max-width:960px;padding:24px}}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.header h1{font-size:18px;font-weight:600;color:#1f2329;letter-spacing:.5px}@media (min-width: 768px){.header h1{font-size:20px}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;line-height:22px;transition:all .2s ease;outline:none;min-height:40px;min-width:44px;-webkit-tap-highlight-color:transparent}.btn-primary{background:#3370ff;color:#fff}.btn-primary:hover{background:#2860e0}.btn-primary:disabled{background:#a0c4ff;cursor:not-allowed}.btn-secondary{background:#fff;color:#646a73;border:1px solid #dee0e3}.btn-secondary:hover{background:#f5f6f7;border-color:#bbbfc4}.btn-ghost{background:transparent;color:#646a73;border:1px solid transparent}.btn-ghost:hover{background:#f5f6f7;color:#1f2329}.btn-ghost:disabled{opacity:.6;cursor:not-allowed}.user-bar{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:8px;padding:12px 14px;margin-bottom:12px;box-shadow:0 1px 2px #1f23290a,0 0 1px #1f232914;border:1px solid #dee0e3;gap:12px}@media (min-width: 768px){.user-bar{padding:16px 20px;margin-bottom:16px}}.user-info{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.user-meta{display:flex;flex-direction:column;gap:2px;min-width:0;overflow:hidden}.user-name{font-weight:600;font-size:15px;color:#1f2329;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-id{color:#8f959e;font-size:12px;line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-placeholder{color:#8f959e;font-size:14px}.user-bar-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;background:#eff0f1;flex-shrink:0}.task-list-container{max-height:calc(100vh - 190px);overflow-y:auto;padding-right:2px}@media (min-width: 768px){.task-list-container{max-height:calc(100vh - 220px)}}.task-list-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;gap:8px}.filter-bar{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px;flex:1;min-width:0}.filter-bar::-webkit-scrollbar{display:none}.filter-tag{padding:6px 12px;border-radius:6px;font-size:13px;cursor:pointer;background:#fff;color:#646a73;border:1px solid #dee0e3;transition:all .15s ease;-webkit-user-select:none;user-select:none;line-height:20px;white-space:nowrap;flex-shrink:0}.filter-tag:hover{border-color:#3370ff;color:#3370ff}.filter-tag.active{background:#3370ff;color:#fff;border-color:#3370ff}.task-count{font-size:12px;color:#8f959e;margin-bottom:10px;line-height:18px}.refresh-btn{padding:6px 10px;font-size:13px;flex-shrink:0;min-height:36px}.task-list{display:grid;gap:8px}.task-item{cursor:pointer;padding:0;overflow:hidden}.task-item-inner{display:flex;align-items:stretch;min-height:72px}.task-status-bar{width:3px;flex-shrink:0}.task-content{flex:1;padding:12px 14px;display:flex;flex-direction:column;justify-content:space-between;min-width:0;gap:8px}@media (min-width: 768px){.task-content{padding:14px 18px}}.task-main{min-width:0}.task-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.task-title{font-size:15px;font-weight:500;color:#1f2329;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.task-group{font-size:12px;color:#8f959e;margin-top:4px;line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.task-id{font-size:11px;color:#bbbfc4;font-family:SFMono-Regular,Consolas,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.task-time{font-size:11px;color:#8f959e;flex-shrink:0}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500;line-height:18px;flex-shrink:0}.badge-pending{background:#fff7e6;color:#d97706}.badge-approved{background:#e6f9f0;color:#00b42a}.badge-rejected{background:#fdecee;color:#f53f3f}.skeleton-card{display:flex;align-items:stretch;padding:0;overflow:hidden;min-height:72px}.skeleton-bar{width:3px;background:#e5e7eb;flex-shrink:0;animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-body{flex:1;padding:14px 18px;display:flex;flex-direction:column;gap:10px;justify-content:center}.skeleton-title{height:16px;width:70%;background:#e5e7eb;border-radius:4px;animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-meta{height:12px;width:40%;background:#e5e7eb;border-radius:4px;animation:skeleton-pulse 1.5s ease-in-out infinite}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.5}}.spin{display:inline-flex;align-items:center;gap:6px}.spin:before{content:"";display:inline-block;width:14px;height:14px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin-rotate .8s linear infinite}@keyframes spin-rotate{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:48px 16px;color:#8f959e;background:#fff;border-radius:8px;box-shadow:0 1px 2px #1f23290a,0 0 1px #1f232914;border:1px solid #dee0e3;font-size:14px}.empty-state p{margin-bottom:0}.task-preview{background:#f5f6f7;border-radius:8px;padding:14px;margin-bottom:20px;border:1px solid #dee0e3}@media (min-width: 768px){.task-preview{padding:16px}}.preview-title{font-size:14px;font-weight:500;color:#1f2329;margin-bottom:6px;word-break:break-all;line-height:22px}.preview-meta{font-size:12px;color:#646a73;line-height:18px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:flex-end;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media (min-width: 768px){.modal-overlay{align-items:center}}.modal{background:#fff;border-radius:12px 12px 0 0;width:100%;max-width:100%;padding:20px;max-height:90vh;overflow-y:auto;box-shadow:0 -4px 24px #1f23291f}@media (min-width: 768px){.modal{border-radius:12px;width:90%;max-width:480px;padding:24px;box-shadow:0 8px 24px #1f23291f}}.modal h3{font-size:18px;font-weight:600;margin-bottom:20px;color:#1f2329}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:13px;font-weight:500;color:#646a73;margin-bottom:6px;line-height:20px}.form-group input,.form-group select{width:100%;padding:10px 12px;border:1px solid #dee0e3;border-radius:6px;font-size:16px;line-height:24px;color:#1f2329;background:#fff;transition:border-color .2s,box-shadow .2s;outline:none;font-family:inherit;min-height:44px}.form-group input:focus,.form-group select:focus{border-color:#3370ff;box-shadow:0 0 0 2px #3370ff26}.form-actions{display:flex;gap:12px;margin-top:24px;justify-content:flex-end}.form-actions .btn{flex:1;min-height:44px}@media (min-width: 768px){.form-actions .btn{flex:0 0 auto}}.error-msg{background:#fdecee;color:#f53f3f;padding:10px 14px;border-radius:8px;margin-bottom:12px;font-size:13px;line-height:20px;border:1px solid #f9d7d8;display:flex;align-items:center;gap:8px}.success-msg{background:#e6f9f0;color:#00b42a;padding:10px 14px;border-radius:8px;margin-bottom:12px;font-size:13px;line-height:20px;border:1px solid #b7ecce;display:flex;align-items:center;gap:8px}.user-selector-modal{max-width:100%;padding:0;display:flex;flex-direction:column;height:85vh;max-height:none}@media (min-width: 768px){.user-selector-modal{max-width:720px;height:80vh;max-height:600px}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #dee0e3;flex-shrink:0}@media (min-width: 768px){.modal-header{padding:16px 20px}}.modal-header h3{margin:0;font-size:16px;font-weight:600;color:#1f2329}.selector-toolbar{display:flex;align-items:center;gap:10px;padding:10px 16px;border-bottom:1px solid #dee0e3;flex-shrink:0}@media (min-width: 768px){.selector-toolbar{gap:12px;padding:12px 20px}}.selector-toolbar .user-search{flex:1;min-width:0}.selector-toolbar .user-search input{width:100%;padding:8px 12px;border:1px solid #dee0e3;border-radius:6px;font-size:16px;line-height:24px;color:#1f2329;outline:none;transition:border-color .2s,box-shadow .2s;font-family:inherit;min-height:44px}.selector-toolbar .user-search input:focus{border-color:#3370ff;box-shadow:0 0 0 2px #3370ff26}.selector-body{flex:1;overflow-y:auto;padding:12px 16px;background:#f5f6f7}@media (min-width: 768px){.selector-body{padding:16px 20px}}.selector-footer{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;border-top:1px solid #dee0e3;background:#fff;flex-shrink:0}@media (min-width: 768px){.selector-footer{padding:12px 20px}}.selected-info{font-size:14px;color:#1f2329;font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:8px}.user-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:10px}@media (min-width: 768px){.user-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px}}.user-card{display:flex;flex-direction:column;align-items:center;padding:12px 4px;border-radius:8px;cursor:pointer;border:2px solid transparent;background:#fff;transition:all .15s ease;box-shadow:0 1px 2px #1f23290a;-webkit-tap-highlight-color:transparent}@media (min-width: 768px){.user-card{padding:14px 6px}}.user-card:hover{background:#f0f5ff;border-color:#a8c3ff}.user-selected{border-color:#3370ff;background:#f0f5ff}.user-selected .user-name{color:#3370ff;font-weight:600}.user-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;margin-bottom:6px;background:#eff0f1}@media (min-width: 768px){.user-avatar{width:48px;height:48px;margin-bottom:8px}}.user-card .user-name{font-size:12px;color:#1f2329;text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:18px}@media (min-width: 768px){.user-card .user-name{font-size:13px;line-height:20px}}.user-card .user-id{font-size:10px;color:#8f959e;margin-top:2px;text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:14px}@media (min-width: 768px){.user-card .user-id{font-size:11px;line-height:16px}}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px;background:linear-gradient(135deg,#eef2ff,#f0f5ff 40%,#f5f6f7);position:relative;overflow:hidden}.login-bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.45;background-image:radial-gradient(circle at 20% 30%,rgba(51,112,255,.08) 0%,transparent 40%),radial-gradient(circle at 80% 70%,rgba(96,152,255,.06) 0%,transparent 40%);pointer-events:none}.login-content{position:relative;z-index:1;width:100%;max-width:420px}.login-card{text-align:center;background:#fff;padding:44px 32px 36px;border-radius:16px;box-shadow:0 1px 2px #1f23290a,0 8px 40px #1f232914;border:1px solid rgba(222,224,227,.6);position:relative;overflow:hidden}.login-card-accent{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3370ff,#6098ff)}.login-logo-wrap{display:flex;justify-content:center;margin-bottom:20px}.login-logo{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#3370ff,#2860e0);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #3370ff40}.login-title{font-size:22px;font-weight:700;color:#1f2329;margin:0 0 8px;letter-spacing:.3px}.login-desc{font-size:14px;color:#8f959e;margin:0 0 32px;line-height:22px}.login-btn{width:100%;min-height:48px;font-size:15px;font-weight:500;border-radius:10px;box-shadow:0 2px 8px #3370ff33;transition:all .2s ease}.login-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 14px #3370ff4d}.login-btn:active:not(:disabled){transform:translateY(0)}.login-btn-content,.login-btn-loading{display:inline-flex;align-items:center;gap:8px}.login-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;animation:login-spin .7s linear infinite}@keyframes login-spin{to{transform:rotate(360deg)}}.login-error{display:flex;align-items:center;gap:8px;background:#fdecee;color:#f53f3f;padding:10px 14px;border-radius:10px;margin-bottom:20px;font-size:13px;line-height:20px;border:1px solid #f9d7d8;text-align:left}.login-hint{margin-top:20px;font-size:12px;color:#bbbfc4;line-height:18px}.login-footer{text-align:center;margin-top:24px;font-size:12px;color:#c9cdd4}@media (min-width: 768px){.login-card{padding:52px 40px 40px}.login-title{font-size:24px}}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c9cdd4;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#bbbfc4}
