*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f5f5f5;color:#333;line-height:1.6}#app{min-height:100vh}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slide-enter-active,.slide-leave-active{transition:transform .3s ease}.slide-enter-from{transform:translate(100%)}.slide-leave-to{transform:translate(-100%)}.gradient-bg{background:linear-gradient(135deg,#667eea,#764ba2)}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:80px 0;text-align:center}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.9}.hero-description{font-size:1.1rem;margin-bottom:3rem;opacity:.8;max-width:600px;margin-left:auto;margin-right:auto}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem}.feature-card{background:#fff;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 40px #00000026}.feature-icon{font-size:3rem;margin-bottom:1rem;color:#667eea}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333}.feature-description{color:#666;margin-bottom:1.5rem}.quick-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.quick-action-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;padding:1rem 2rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.quick-action-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.auth-card{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 8px 32px #0003;width:100%;max-width:400px}.auth-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:.5rem;color:#333}.auth-subtitle{text-align:center;color:#666;margin-bottom:2rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.auth-switch{text-align:center;margin-top:1.5rem;color:#666}.auth-switch a{color:#667eea;text-decoration:none;font-weight:500}.auth-switch a:hover{text-decoration:underline}.dashboard-layout{display:flex;min-height:100vh;background:#f5f5f5}.dashboard-sidebar{width:280px;background:#fff;box-shadow:2px 0 8px #0000001a;padding:2rem 0;position:fixed;height:100vh;overflow-y:auto}.dashboard-content{flex:1;margin-left:280px;padding:2rem;max-width:calc(100vw - 280px);overflow-x:hidden}.dashboard-header{background:#fff;padding:1.5rem 2rem;border-radius:16px;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.dashboard-title{font-size:1.5rem;font-weight:600;color:#333;flex-shrink:0}.dashboard-card{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 12px #0000001a;overflow:hidden}.card-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#333}.search-container{margin-bottom:1rem;display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.batch-import-container{margin-top:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.batch-import-help{font-size:.875rem;color:#666;margin-bottom:.5rem}.import-mode-switch{margin-bottom:1rem;display:flex;gap:1rem;align-items:center}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.status-success{background:#f0f9ff;color:#0369a1}.status-failed{background:#fef2f2;color:#dc2626}.status-pending{background:#fef3c7;color:#d97706}.status-running{background:#ede9fe;color:#7c3aed}.account-type-badge{padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.account-type-normal{background:#e0f2fe;color:#0369a1}.account-type-2fa{background:#f0fdf4;color:#166534}.task-log-item{padding:.75rem;margin:.5rem 0;border-radius:8px;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.875rem;line-height:1.4}.log-info{background:#f0f9ff;border-left:4px solid #3b82f6}.log-warning{background:#fefce8;border-left:4px solid #eab308}.log-error{background:#fef2f2;border-left:4px solid #ef4444}.log-debug{background:#f8fafc;border-left:4px solid #64748b}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 2px 8px #0000001a}.stat-number{font-size:2rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.stat-label{color:#666;font-size:.875rem}.empty-state{text-align:center;padding:3rem;color:#666}.empty-state-icon{font-size:4rem;margin-bottom:1rem;opacity:.3}.empty-state-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.empty-state-description{margin-bottom:1.5rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem;flex-wrap:wrap}@media (max-width: 768px){.responsive-modal .n-dialog{width:98vw!important;max-width:none!important;margin:1rem!important}.batch-import-container{max-height:400px;padding:.75rem}.batch-import-help{padding:.75rem;font-size:.85rem}.batch-import-container .n-input__textarea-el{min-height:150px!important}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.feature-grid{grid-template-columns:1fr;padding:0 1rem}.auth-card{padding:2rem}.dashboard-sidebar{width:100%;position:relative;height:auto}.dashboard-content{margin-left:0;padding:1rem;max-width:100vw}.dashboard-header{padding:1rem;flex-direction:column;align-items:stretch}.dashboard-card{padding:1rem}.quick-actions{flex-direction:column;align-items:center}.quick-action-btn{width:100%;max-width:300px}.search-container{flex-direction:column;align-items:stretch}.form-actions{justify-content:center}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width: 768px){.logs-content{max-height:60vh}}.logs-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem;background:#e2e8f0;border-radius:8px 8px 0 0;border:1px solid #cbd5e1;border-bottom:none;flex-wrap:wrap;gap:1rem}.logs-stats{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.logs-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.logs-container{display:flex;flex-direction:column;gap:0;max-height:500px;overflow-y:auto;padding:0;background:#f0f4f8;border-radius:8px;font-family:SF Mono,Monaco,Consolas,Roboto Mono,monospace}.log-entry{background:transparent;border:none;border-radius:0;padding:.5rem 1rem;margin:0;box-shadow:none;transition:background-color .15s ease;border-left:3px solid transparent;position:relative}.log-entry:hover{background:#3b82f61a;box-shadow:none;transform:none}.log-entry.log-info{border-left-color:#2563eb}.log-entry.log-warning{border-left-color:#d97706}.log-entry.log-error{border-left-color:#dc2626}.log-entry.log-debug{border-left-color:#6b7280}.log-entry:nth-child(2n){background:#94a3b814}.log-entry:nth-child(2n):hover{background:#3b82f626}.log-header{display:flex;justify-content:flex-start;align-items:center;margin-bottom:0;gap:1rem;min-height:1.5rem}.log-meta{display:flex;align-items:center;gap:.75rem;flex:1}.log-actions{display:flex;align-items:center;gap:.5rem;opacity:0;transition:opacity .2s ease;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.log-entry:hover .log-actions{opacity:1}.log-index{font-size:.7rem;color:#475569;font-family:SF Mono,Monaco,Consolas,monospace;background:#e2e8f0;padding:.1rem .3rem;border-radius:3px;min-width:2rem;text-align:center;flex-shrink:0}.log-level-tag{font-weight:500;font-size:.7rem;padding:.15rem .4rem;border-radius:3px;min-width:3.5rem;text-align:center;flex-shrink:0;font-family:SF Mono,Monaco,Consolas,monospace}.log-level-tag[data-type=info]{background:#dbeafe;color:#1e40af;border:1px solid #3b82f6}.log-level-tag[data-type=warning]{background:#fef3c7;color:#92400e;border:1px solid #d97706}.log-level-tag[data-type=error]{background:#fee2e2;color:#991b1b;border:1px solid #dc2626}.log-level-tag[data-type=default]{background:#f1f5f9;color:#475569;border:1px solid #6b7280}.log-timestamp{font-size:.7rem;color:#64748b;font-family:SF Mono,Monaco,Consolas,monospace;background:transparent;padding:0;border-radius:0;flex-shrink:0}.log-message{font-family:SF Mono,Monaco,Consolas,monospace;font-size:.85rem;line-height:1.5;color:#1f2937;background:transparent;border:none;border-radius:0;white-space:pre-wrap;word-break:break-word;position:relative;margin-left:.75rem;padding:0;flex:1;font-weight:400}.log-message-collapsed{max-height:none}.log-content{position:relative;display:inline}.log-message .n-button{font-size:.7rem;padding:.1rem .3rem;margin-left:.5rem;background:#dbeafe;border:1px solid #3b82f6;color:#1e40af}.log-entry.log-info .log-message{color:#1e40af}.log-entry.log-warning .log-message{color:#92400e}.log-entry.log-error .log-message{color:#991b1b}.log-entry.log-debug .log-message{color:#475569}.logs-content .logs-container{border:1px solid #cbd5e1;border-top:none;border-radius:0 0 8px 8px}.logs-container::-webkit-scrollbar{width:8px}.logs-container::-webkit-scrollbar-track{background:#f1f5f9}.logs-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.logs-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.log-entry:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:transparent;transition:background-color .15s ease}.log-entry:hover:before{background:#ffffff1a}.logs-content .empty-state{background:#f0f4f8;color:#64748b;border-radius:0 0 8px 8px;border:1px solid #cbd5e1;border-top:none}.task-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.task-info-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;overflow:hidden}.task-info-header{background:#fff;padding:.75rem 1rem;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center}.task-info-header h4{margin:0;font-size:.9rem;font-weight:600;color:#333}.task-info-content{padding:1rem}.info-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.info-row:last-child{margin-bottom:0}.info-label{font-size:.85rem;color:#666;font-weight:500;flex-shrink:0;min-width:70px}.info-value{font-size:.85rem;color:#333;text-align:right;word-break:break-all;flex:1}.task-details-modal .n-dialog{width:90vw!important;max-width:800px!important;max-height:85vh!important}.task-details-content{max-height:70vh;overflow-y:auto;padding:.5rem}.json-container{max-height:200px;overflow-y:auto;border:1px solid #e0e0e6;border-radius:6px;background:#fafafa}.json-container .n-code{font-size:12px!important;line-height:1.4!important}@media (max-width: 768px){.logs-modal .n-dialog{width:98vw!important;max-height:90vh!important}.logs-modal .n-dialog .n-card__content{max-height:75vh!important}.logs-toolbar{flex-direction:column;align-items:stretch;gap:.75rem;padding:.75rem}.logs-stats{justify-content:center}.logs-actions{justify-content:center;flex-wrap:wrap}.logs-actions .n-input{width:100%!important;max-width:none!important}.logs-actions .n-select{width:100px!important}.logs-container{max-height:400px;padding:0}.log-entry{padding:.5rem;border-radius:0;flex-direction:column;align-items:stretch}.log-header{margin-bottom:0;flex-direction:row;align-items:center;gap:.5rem;flex-wrap:wrap;position:relative}.log-actions{opacity:1;position:static;transform:none;margin-left:auto}.log-level-tag{font-size:.65rem;padding:.1rem .3rem;min-width:3rem}.log-timestamp{font-size:.65rem}.log-index{font-size:.65rem;padding:.1rem .25rem;min-width:1.5rem}.log-message{font-size:.75rem;margin-top:.25rem;padding-left:0}.task-details-modal .n-dialog{width:95vw!important;max-height:90vh!important}.task-details-content{max-height:75vh;padding:.25rem}.json-container{max-height:150px}.json-container .n-code{font-size:11px!important}.task-info-grid{grid-template-columns:1fr;gap:.75rem}.task-info-header{padding:.5rem .75rem}.task-info-content{padding:.75rem}.info-row{margin-bottom:.5rem}.info-label{min-width:60px;font-size:.8rem}.info-value{font-size:.8rem}}.batch-import-container{max-height:500px;overflow-y:auto;padding:1rem}.batch-import-help{background:#f8f9fa;padding:1rem;border-radius:8px;margin-bottom:1rem;border:1px solid #e9ecef;font-size:.9rem;line-height:1.5}.batch-import-help p{margin:.5rem 0}.batch-import-help code{background:#e9ecef;padding:.2rem .4rem;border-radius:4px;font-family:SF Mono,Monaco,Consolas,monospace;font-size:.85rem;word-break:break-all}.batch-import-container .n-input{font-family:SF Mono,Monaco,Consolas,monospace;font-size:.9rem}.batch-import-container .n-input__textarea-el{min-height:200px!important;line-height:1.6!important}.modal-content{width:100%;max-width:600px;margin:0 auto}.logs-content{max-width:800px;max-width:none;max-height:500px;max-height:70vh;overflow-y:auto;width:100%}@media (max-width: 768px){.modal-content{max-width:100%;padding:0}.logs-content{max-height:400px}.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column;gap:.5rem}.form-actions .n-button{width:100%}}.account-select-container{display:flex;flex-direction:column;gap:.5rem}.account-search-input{border-radius:8px}.account-select{flex:1}@media (min-width: 768px){.account-select-container{flex-direction:row;align-items:center;gap:.75rem}.account-search-input{width:200px;flex-shrink:0}}.address-form-grid{display:flex;flex-direction:column;gap:1rem}.name-row,.location-row,.postal-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.name-row,.location-row,.postal-row{grid-template-columns:1fr;gap:.5rem}.address-form-grid{gap:.75rem}}
