#root,body,html{width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#0f172a,#312e81);color:#f1f5f9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{line-height:1.2}a{transition:all .3s cubic-bezier(.4,0,.2,1)}button,input,select,textarea{font-family:inherit}html{scroll-behavior:smooth}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#0000000d}::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#764ba2}::selection{background:#667eea;color:#fff}:focus-visible{outline:2px solid #667eea;outline-offset:2px}[data-theme=dark] ::-webkit-scrollbar-track{background:#ffffff0d}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#667eea}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#764ba2}.login-container{align-items:center;animation:fadeIn .6s ease-out;background:#0000;display:flex;justify-content:center;min-height:100vh;padding:20px}.login-wrapper{animation:slideUp .7s ease-out;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background:#ffffffe6;border:1px solid #fff6;border-radius:24px;box-shadow:0 25px 50px -12px #00000040;display:grid;grid-template-columns:1fr 1fr;height:auto;max-width:1100px;min-height:650px;overflow:hidden;width:100%}[data-theme=dark] .login-wrapper{background:#1e293bbf;border-color:#ffffff1a;box-shadow:0 25px 50px -12px #00000080}.login-brand{align-items:center;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:60px 40px;position:relative;text-align:center}.login-brand:before{animation:float 20s ease-in-out infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}.brand-content{position:relative;z-index:1}.brand-icon{align-items:center;animation:float 6s ease-in-out infinite;background:#ffffff26;border:2px solid #fff3;border-radius:50%;box-shadow:0 8px 32px #0003;color:#fff;display:flex;font-size:50px;height:100px;justify-content:center;margin:0 auto 30px;width:100px}.login-brand h1{font-size:36px;font-weight:700;letter-spacing:-.5px;margin-bottom:10px}.brand-subtitle{font-size:14px;letter-spacing:.3px;margin-bottom:40px;opacity:.9}.brand-features{display:flex;flex-direction:column;gap:20px;text-align:left}.feature-item{align-items:flex-start;animation:fadeIn .8s ease-out backwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;display:flex;gap:15px;padding:15px;transition:all .3s ease}.feature-item:first-child{animation-delay:.1s}.feature-item:nth-child(2){animation-delay:.2s}.feature-item:nth-child(3){animation-delay:.3s}.feature-item:hover{background:#ffffff26;transform:translateX(5px)}.feature-icon{font-size:24px;min-width:24px}.feature-item h4{font-size:14px;font-weight:600;margin:0 0 3px}.feature-item p{font-size:12px;margin:0;opacity:.85}.success-message{align-items:center;animation:slideDown .4s ease-out;background:#4caf5033;border:1px solid #4caf5066;border-radius:12px;color:#fffffff2;display:flex;font-size:14px;font-weight:500;gap:10px;margin-top:30px;padding:15px 20px}.login-form-container{align-items:center;display:flex;justify-content:center;padding:60px 40px}.login-form-wrapper{width:100%}.form-header{animation:fadeIn .8s ease-out;margin-bottom:40px}.login-form-wrapper h2{color:#0f172a;color:var(--text-primary,#0f172a);font-size:32px;font-weight:700;letter-spacing:-.5px;margin:0 0 10px}.login-subtitle{color:#64748b;color:var(--text-secondary,#64748b);font-size:14px;margin:0}.alert{animation:shake .4s ease-out;border:1px solid #0000;border-radius:12px;font-size:14px;margin-bottom:24px;padding:14px 16px}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.alert-error{background:#ef44441a;border-color:#ef44444d;color:#dc2626}.alert-icon{font-size:18px}.alert-text{flex:1 1}.form-group{animation:fadeIn .6s ease-out backwards;margin-bottom:24px}.form-group:first-child{animation-delay:.1s}.form-group:nth-child(2){animation-delay:.2s}.form-label{color:#0f172a;color:var(--text-primary,#0f172a);display:flex;font-size:13px;justify-content:space-between;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.validation-check{font-size:14px}.input-wrapper{background:#f8fafc;background:var(--bg-secondary,#f8fafc);border:2px solid #e2e8f0;border:2px solid var(--border-color,#e2e8f0);border-radius:12px;height:48px;overflow:hidden;transition:all .3s ease}.input-wrapper:hover{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.input-wrapper:focus-within{background:#fff;background:var(--bg-primary,#fff);border-color:#667eea;box-shadow:0 0 0 4px #667eea26}.input-wrapper.error{background:#ef44440d;border-color:#dc2626}.input-wrapper.error:focus-within{box-shadow:0 0 0 4px #dc262626}.input-wrapper.success{background:#10b9810d}.input-wrapper.success:focus-within{box-shadow:0 0 0 4px #10b98126}.input-icon{color:var(--text-secondary,#64748b)}.input-wrapper:focus-within .input-icon{color:#667eea}.input-wrapper.success .input-icon{color:#10b981}.form-control{color:#0f172a;color:var(--text-primary,#0f172a);height:100%;padding:0 14px 0 48px!important}.form-control::placeholder{color:#a0aec0;color:var(--text-secondary,#a0aec0);opacity:.7}[data-theme=dark] .form-control::placeholder{color:var(--text-secondary)}.form-control:disabled{opacity:.6}.password-toggle{color:var(--text-secondary,#64748b)}.password-toggle:hover:not(:disabled){color:#667eea}.error-message{animation:slideDown .3s ease-out;color:#dc2626;font-size:12px;margin-top:6px}.login-options{gap:12px;justify-content:space-between;margin-bottom:28px}.login-options,.remember-me{align-items:center;display:flex}.remember-me{color:#0f172a;color:var(--text-primary,#0f172a);cursor:pointer;font-size:13px;gap:8px;transition:color .3s ease;-webkit-user-select:none;user-select:none}.remember-me input{accent-color:#667eea;cursor:pointer;height:18px;width:18px}.remember-me:hover{color:#667eea}.remember-me input:disabled{cursor:not-allowed;opacity:.5}.forgot-password{color:#667eea;font-size:13px;font-weight:500;position:relative;text-decoration:none;transition:all .3s ease}.forgot-password:after{background:#667eea;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.forgot-password:hover{color:#764ba2}.forgot-password:hover:after{width:100%}.btn{font-family:inherit;font-size:15px;gap:8px;height:48px;justify-content:center;outline:none;padding:0 20px;transition:all .3s ease;-webkit-user-select:none;user-select:none}.btn:disabled{opacity:.5}.btn-primary{overflow:hidden;position:relative}.btn-primary:before{background:#fff3;content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .3s ease;width:100%;z-index:1}.btn-primary:hover:not(:disabled):before{left:100%}.btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #667eea80}.btn-primary:active:not(:disabled){box-shadow:0 2px 8px #667eea66}.btn-primary.active:not(:disabled){box-shadow:0 6px 20px #667eea80}.btn-primary:disabled{background:linear-gradient(135deg,#cbd5e1,#94a3b8);box-shadow:0 4px 15px #0000001a}.login-btn{animation:fadeIn .8s ease-out backwards;animation-delay:.3s;margin-bottom:16px;width:100%}.spinner-mini{animation:spin .8s linear infinite}.btn-secondary{border:2px solid #e2e8f0;border:2px solid var(--border-color,#e2e8f0);color:#0f172a;color:var(--text-primary,#0f172a);transition:all .3s ease}.btn-secondary,.btn-secondary:hover:not(:disabled){background:#f1f5f9;background:var(--bg-secondary,#f1f5f9)}.btn-secondary:hover:not(:disabled){border-color:#667eea;box-shadow:0 4px 12px #667eea33;color:#667eea}.btn-secondary:active:not(:disabled){transform:translateY(0)}.demo-btn{animation:fadeIn .8s ease-out backwards;animation-delay:.4s;width:100%}.login-footer{animation:fadeIn .8s ease-out backwards;animation-delay:.5s;color:#64748b;color:var(--text-secondary,#64748b);font-size:14px;margin-top:32px;text-align:center}.login-footer p{margin:0}.signup-link{color:#667eea;font-weight:600;position:relative;text-decoration:none;transition:all .3s ease}.signup-link:after{background:#667eea;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.signup-link:hover{color:#764ba2}.signup-link:hover:after{width:100%}[data-theme=dark] .login-wrapper{background:#0f172a;background:var(--bg-primary,#0f172a)}[data-theme=dark] .login-form-wrapper h2{color:#f1f5f9;color:var(--text-primary,#f1f5f9)}[data-theme=dark] .login-subtitle{color:#cbd5e0;color:var(--text-secondary,#cbd5e0)}[data-theme=dark] .form-label{color:#f1f5f9;color:var(--text-primary,#f1f5f9)}[data-theme=dark] .input-wrapper{background:#1e293b;background:var(--bg-secondary,#1e293b);border-color:#334155;border-color:var(--border-color,#334155)}[data-theme=dark] .input-wrapper:focus-within{box-shadow:0 0 0 4px #667eea40}[data-theme=dark] .input-icon{color:var(--text-secondary,#94a3b8)}[data-theme=dark] .btn-secondary,[data-theme=dark] .remember-me{color:#f1f5f9;color:var(--text-primary,#f1f5f9)}[data-theme=dark] .btn-secondary{background:#1e293b;background:var(--bg-secondary,#1e293b);border-color:#334155;border-color:var(--border-color,#334155)}[data-theme=dark] .btn-secondary:hover:not(:disabled){background:#1e293b;background:var(--bg-secondary,#1e293b);border-color:#667eea;color:#667eea}[data-theme=dark] .login-footer{color:#cbd5e0;color:var(--text-secondary,#cbd5e0)}@media (max-width:1024px){.login-wrapper{grid-template-columns:1fr;min-height:auto}.login-brand{min-height:300px;padding:40px}.login-form-container{padding:40px}.login-brand h1{font-size:28px}.brand-subtitle{font-size:13px;margin-bottom:30px}.brand-features{gap:15px}.feature-item{padding:12px}.brand-icon{height:80px;width:80px}}@media (max-width:768px){.login-container{min-height:100vh;padding:0}.login-wrapper{border-radius:0;box-shadow:none;min-height:100vh}.login-brand{min-height:200px;padding:30px}.login-form-container{max-height:calc(100vh - 200px);min-height:auto;overflow-y:auto;padding:30px}.login-brand h1{font-size:24px;margin-bottom:8px}.brand-subtitle{font-size:12px;margin-bottom:20px}.brand-features{gap:12px}.feature-item{font-size:12px;padding:10px}.feature-item h4{font-size:13px}.feature-item p{font-size:11px}.brand-icon{height:70px;margin-bottom:20px;width:70px}.login-form-wrapper h2{font-size:24px}.form-group{margin-bottom:18px}.demo-btn,.login-btn{font-size:14px;height:44px}.btn{height:44px}}@media (max-width:480px){.login-brand{min-height:150px;padding:20px}.login-form-container{padding:20px}.login-brand h1{font-size:20px}.brand-subtitle{font-size:11px;margin-bottom:15px}.brand-icon{height:60px;margin-bottom:15px;width:60px}.brand-features{gap:10px}.feature-item{gap:10px;padding:8px}.feature-icon{font-size:20px;min-width:20px}.login-form-wrapper h2{font-size:20px;margin-bottom:8px}.form-label,.login-subtitle{font-size:12px}.form-control{font-size:14px}.input-wrapper{height:44px}.input-icon{font-size:18px;left:12px}.password-toggle{font-size:18px;padding:6px;right:12px}.form-group{margin-bottom:16px}.login-options{gap:8px;margin-bottom:20px}.remember-me{gap:6px}.forgot-password,.remember-me{font-size:12px}.btn{font-size:13px;gap:6px;height:40px;padding:0 16px}.demo-btn,.login-btn{margin-bottom:12px}.login-footer{font-size:12px;margin-top:20px}.alert{font-size:13px;gap:10px;margin-bottom:18px;padding:12px 14px}.alert-icon{font-size:16px;min-width:16px}}:root{--section-gap:3rem;--container-padding:3rem}.dashboard-container{animation:fadeIn .8s ease-out;display:flex;flex-direction:column;margin:0 auto;max-width:1600px;padding:1.5rem 2rem}.dashboard-header{align-items:flex-start}.header-content h1{color:#fff;font-size:3rem;font-weight:800;letter-spacing:-2px;margin-bottom:.5rem;text-shadow:0 4px 12px #00000026}.header-content .subtitle{color:#fffffff2;font-size:1.15rem;max-width:600px}.btn-refresh{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;padding:12px}.btn-refresh:hover{background:#ffffff4d;transform:rotate(180deg)}.dashboard-section{margin-top:3rem;margin-top:var(--section-gap)}.portals-section{margin-top:1rem}.section-title{font-size:1.75rem;font-weight:800;letter-spacing:-.5px;margin-bottom:1.5rem}.glass-card:hover{border-color:#fffc;box-shadow:0 20px 40px #1f268733;transform:translateY(-8px)}.stats-grid{grid-template-columns:repeat(4,1fr)}.dashboard-stat-card{align-items:center;display:flex;gap:1.5rem;padding:1.75rem}.stat-icon-wrapper{align-items:center;border-radius:20px;display:flex;flex-shrink:0;font-size:2rem;height:64px;justify-content:center;width:64px}.files-icon{background:#4f46e51a;color:#4f46e5}.records-icon{background:#7c3aed1a;color:#7c3aed}.success-icon{background:#10b9811a;color:#10b981}.error-icon{background:#ef44441a;color:#ef4444}.stat-info .stat-number{color:var(--text-main);font-size:2.25rem;font-weight:800;line-height:1.1}.stat-info .stat-label{color:var(--text-muted);font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.dashboard-main-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2.25fr 1fr}.glass-panel{padding:2.5rem}.panel-header{margin-bottom:2rem}.panel-title{color:var(--text-main);font-size:1.5rem;font-weight:800;letter-spacing:-.5px;margin-bottom:.5rem}.panel-subtitle{color:var(--text-muted);font-size:1rem}.chart-wrapper{height:400px}.data-insights{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr}.insight-item{background:#f8fafcd1;border:1px solid #e2e8f099;border-radius:22px;gap:1.5rem}.insight-item:hover{background:#fff;border-color:#4f46e5;box-shadow:0 8px 24px #4f46e51a;transform:translateX(8px)}.insight-number{color:var(--text-main);font-size:1.5rem;font-weight:800}.insight-label{color:var(--text-muted);font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.type-cards-grid{grid-gap:2.5rem;gap:2.5rem;grid-template-columns:1fr 1fr}.dashboard-type-card{cursor:pointer;display:flex;flex-direction:column;gap:1.5rem;overflow:hidden;padding:3rem;position:relative}.type-card-header{align-items:center;display:flex;gap:1.5rem}.type-card-icon{font-size:3.5rem}.type-card-title{color:var(--text-main);font-size:2.25rem;font-weight:800;letter-spacing:-1.2px}.type-card-description{color:var(--text-muted);font-size:1.15rem}.type-card-button{background:var(--primary-gradient);border-radius:14px;box-shadow:0 4px 12px #4f46e54d;font-weight:700;margin-top:.5rem;padding:14px 28px;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.dashboard-type-card:hover .type-card-button{box-shadow:0 10px 25px #4f46e573;transform:translateY(-3px)}.quick-start-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.quick-start-item{align-items:center;gap:1.5rem;padding:2.25rem}.qs-icon{background:var(--primary-gradient);border-radius:16px;box-shadow:0 8px 16px #4f46e540;font-size:1.25rem;font-weight:800;height:48px;width:48px}.quick-start-item h4{color:var(--text-main);font-size:1.15rem;margin-bottom:.35rem}.quick-start-item p{color:var(--text-muted);font-size:1rem;line-height:1.45}[data-theme=dark] .insight-item{background:#0f172a80;border-color:#ffffff0f}[data-theme=dark] .insight-item:hover{background:#0f172ab3;border-color:var(--primary-gradient)}@media (max-width:1500px){.dashboard-main-grid{grid-template-columns:2fr 1fr}}@media (max-width:1300px){.stats-grid{grid-template-columns:repeat(2,1fr)}.type-cards-grid{gap:1.5rem}}@media (max-width:1100px){.dashboard-main-grid,.quick-start-grid{grid-template-columns:1fr}.chart-wrapper{height:350px}}@media (max-width:768px){:root{--section-gap:2rem;--container-padding:1.5rem}.dashboard-section{font-size:.95rem}.panel-title,.section-title{font-size:1.1rem}.stats-grid{gap:1rem;grid-template-columns:1fr 1fr}.dashboard-stat-card{gap:1rem;padding:1rem}.stat-icon-wrapper{font-size:1.2rem;height:40px;width:40px}.stat-info .stat-number{font-size:1.2rem}.stat-info .stat-label{font-size:.7rem}.header-content h1{font-size:2.25rem}.quick-start-item{padding:1.5rem}.dashboard-main-grid{align-items:center;display:flex;flex-direction:column;gap:2rem}.chart-panel,.chart-wrapper{margin:0 auto;max-width:500px;width:100%}.chart-wrapper{align-items:center;display:flex;height:300px;justify-content:center}}@media (max-width:480px){.stats-grid{gap:.4rem;grid-template-columns:1fr 1fr!important}.dashboard-stat-card{gap:.5rem;padding:.7rem}.stat-icon-wrapper{font-size:1rem;height:28px;width:28px}.stat-info .stat-number{font-size:.85rem}.stat-info .stat-label{font-size:.6rem}}.upload-history-refresh-btn{align-items:center!important;border-radius:50%!important;box-sizing:border-box!important;display:flex!important;height:32px!important;justify-content:center!important;margin-left:auto!important;max-height:32px!important;max-width:32px!important;min-height:32px!important;min-width:32px!important;padding:0!important;width:32px!important}.upload-history-refresh-row{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;margin-bottom:.5em;width:100%}.upload-history-header-row{margin-bottom:.5em}.spin-refresh{animation:spin 1s linear infinite}.upload-header{flex-direction:column}.upload-header h1{margin-bottom:.3em;width:100%}.upload-header .subtitle{margin-top:0;width:100%}.upload-page-container{animation:fadeInUp .5s cubic-bezier(.16,1,.3,1);margin:0 auto;max-width:1200px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.upload-header{margin-bottom:1rem;text-align:center}.upload-header h1{letter-spacing:-.03em;margin-bottom:.75rem;text-shadow:0 2px 4px #0000001a}.upload-header .subtitle{color:#fff;font-size:1.125rem;font-weight:400;line-height:1.6;margin:0 auto;max-width:600px;opacity:.9}@media (max-width:600px){.upload-header h1{font-size:1.3rem!important}.upload-header .subtitle{font-size:.95rem!important}.upload-history-section .section-title span{font-size:1.05rem!important}.upload-history-section .btn.btn-sm{font-size:.7rem!important;padding:4px 8px!important}}.trade-type-section,.upload-card{background:#fff;border:1px solid #ffffff80;border-radius:10px;box-shadow:0 10px 40px -10px #00000014,0 0 1px #0000000d;margin-bottom:2rem;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.section-title-black{align-items:center;color:#130202;display:flex;font-size:.95rem;font-weight:700;gap:.75rem;letter-spacing:.08em;margin-bottom:1.5rem;text-transform:uppercase}.section-title-black:after{background:#e2e8f0;content:"";flex:1 1;height:1px}.trade-type-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr 1fr}.trade-type-card{align-items:center;background:#f8fafc;border:2px solid #0000;border-radius:16px;cursor:pointer;display:flex;gap:1.25rem;overflow:hidden;padding:1.5rem;position:relative;transition:all .25s cubic-bezier(.4,0,.2,1)}.trade-type-card:hover{background-color:#f1f5f9;transform:translateY(-2px)}.trade-type-card.selected{background:#fff;border-color:#6366f1;box-shadow:0 8px 10px -4px #6366f126}.trade-type-card.selected:before{background:#6366f1;content:"";height:100%;left:0;position:absolute;top:0;width:6px}.trade-type-card input{accent-color:#6366f1;height:1.25rem;width:1.25rem}.trade-type-info{flex:1 1}.trade-type-info h4{color:#1e293b;font-size:1.05rem;font-weight:700;margin:0}.trade-type-info p{color:#64748b;font-size:.9rem;margin:4px 0 0}.upload-zone{background:#fff;border:2px dashed #cbd5e1;border-radius:16px;padding:4rem 2rem;transition:all .3s ease}.upload-zone:hover{background:#f8fafc;border-color:#94a3b8;transform:scale(1.005)}.upload-zone.active{background:#eff6ff;border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a}.upload-icon-wrapper{align-items:center;background:linear-gradient(135deg,#e0e7ff,"#eeHf4ff");border-radius:24px;box-shadow:0 10px 10px -5px #6366f133;color:#6366f1;display:flex;font-size:2.5rem;height:80px;justify-content:center;margin:0 auto 1.5rem;transition:transform .3s ease;width:80px}.upload-zone:hover .upload-icon-wrapper{transform:translateY(-5px) rotate(-5deg)}.upload-text h3{color:#1e293b;font-size:1.35rem;font-weight:700;margin-bottom:.75rem}.upload-text p{color:#64748b;font-size:1rem;margin-bottom:1.25rem}.browse-link{color:#6366f1;cursor:pointer;font-weight:700;position:relative;text-decoration:none}.browse-link:after{background:currentColor;bottom:-2px;content:"";height:2px;left:0;opacity:.3;position:absolute;transition:opacity .2s;width:100%}.browse-link:hover:after{opacity:1}.file-selected-container{animation:fadeInUp .4s ease-out}.file-preview{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;display:flex;gap:1.5rem;overflow:hidden;padding:1.75rem;position:relative}.file-preview:after{background:#22c55e;bottom:0;content:"";height:4px;left:0;opacity:.5;position:absolute;width:100%}.file-icon-large{color:#22c55e;filter:drop-shadow(0 4px 6px rgba(34,197,94,.2));font-size:3.5rem}.file-details{flex:1 1}.file-details h4{color:#1e293b;font-size:1.2rem;font-weight:700;margin:0 0 .5rem}.file-meta{color:#64748b;display:flex;font-size:.95rem;font-weight:500;gap:1.25rem}.remove-file-btn{align-items:center;background:#fff;border:1px solid #fee2e2;border-radius:12px;box-shadow:0 2px 4px #0000000d;color:#ef4444;cursor:pointer;display:flex;height:44px;justify-content:center;transition:all .2s;width:44px}.remove-file-btn:hover{background:#fee2e2;transform:rotate(90deg)}.upload-progress-container{animation:fadeInUp .4s ease-out;padding:3rem;text-align:center}.progress-bar-wrapper{background:#e2e8f0;border-radius:10px;box-shadow:inset 0 2px 4px #0000000d;height:10px;margin:2rem auto;max-width:400px;overflow:hidden}.progress-bar{animation:progress 2s ease infinite;background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:10px;height:100%;width:0}@keyframes progress{0%{transform:translateX(-10%);width:0}50%{width:70%}to{transform:translateX(0);width:100%}}.results-card{animation:fadeInUp .5s ease-out;border:2px solid #22c55e;border-radius:10px;box-shadow:0 10px 40px -10px #00000014;padding:3rem;text-align:center}.stats-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin:2.5rem 0}.stat-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;transition:transform .2s}.stat-item:hover{background:#fff;box-shadow:0 10px 10px -5px #0000000d;transform:translateY(-5px)}.stat-val{color:#1e293b;font-size:2rem;font-weight:800;line-height:1;margin-bottom:.5rem}.stat-lbl{color:#64748b;font-size:.85rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.btn{border-radius:12px;font-size:1rem;gap:.75rem;padding:1rem 2rem;transition:all .2s}.btn-primary{background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 4px 12px #4f46e54d}.btn-primary:hover{box-shadow:0 8px 10px #4f46e566;transform:translateY(-2px)}.chapter-period-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:2fr 1fr}@media (max-width:640px){.upload-page-container{padding:1.5rem 1rem}.upload-header h1{font-size:2rem}.chapter-period-grid,.stats-grid,.trade-type-grid{grid-template-columns:1fr}.stats-grid{gap:1rem}.file-preview{flex-direction:column;gap:1rem;text-align:center}.remove-file-btn{margin-top:.5rem;width:100%}}[data-theme=dark] .upload-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f1f5f9,#cbd5e1);-webkit-background-clip:text;background-clip:text;color:#f1f5f9}[data-theme=dark] .upload-header .subtitle{color:#94a3b8}[data-theme=dark] .results-card,[data-theme=dark] .trade-type-section,[data-theme=dark] .upload-card{background:#1e293b;border-color:#334155;box-shadow:0 10px 40px -10px #0003}[data-theme=dark] .section-title-black{color:#fff}[data-theme=dark] .section-title-black:after{background:#dde2eb}[data-theme=dark] .trade-type-card{background:#0f172a;border-color:#334155}[data-theme=dark] .trade-type-card:hover{background-color:#1e293b;border-color:#475569}[data-theme=dark] .trade-type-card.selected{background:#1e293b;border-color:#6366f1;box-shadow:0 8px 10px -4px #6366f133}[data-theme=dark] .trade-type-info h4{color:#f1f5f9}[data-theme=dark] .trade-type-info p{color:#94a3b8}[data-theme=dark] .upload-zone{background:#0f172a;border-color:#334155}[data-theme=dark] .upload-zone:hover{background:#1e293b;border-color:#475569}[data-theme=dark] .upload-text h3{color:#f1f5f9}[data-theme=dark] .upload-text p{color:#94a3b8}[data-theme=dark] .file-preview{background:#0f172a;border-color:#334155}[data-theme=dark] .file-details h4{color:#f1f5f9}[data-theme=dark] .remove-file-btn{background:#1e293b;border-color:#334155}[data-theme=dark] .stat-item{background:#0f172a;border-color:#334155}[data-theme=dark] .stat-item:hover{background:#1e293b}[data-theme=dark] .stat-val{color:#f1f5f9}[data-theme=dark] .custom-select-trigger{background-color:#0f172a!important;border-color:#334155!important}[data-theme=dark] .custom-select-trigger span{color:#f1f5f9!important}[data-theme=dark] .custom-dropdown-menu{background-color:#1e293b!important;border-color:#334155!important;box-shadow:0 10px 25px #00000080!important}[data-theme=dark] .custom-dropdown-menu>div:first-child{background-color:#1e293b!important;border-bottom-color:#334155!important}[data-theme=dark] .custom-dropdown-menu input{color:#f1f5f9!important}[data-theme=dark] .custom-dropdown-menu .dropdown-item{background-color:#1e293b!important;border-bottom-color:#334155!important;color:#94a3b8!important}[data-theme=dark] .custom-dropdown-menu .dropdown-item:hover{background-color:#334155!important;color:#f1f5f9!important}.history-row{border-bottom:1px solid #f1f5f9;transition:background .2s}.history-date{padding:16px}.history-date-main{color:#000;font-weight:500}.history-date-sub{color:#000;font-size:.75rem}.history-jobid{color:#000;font-family:monospace;padding:16px}.history-type{padding:16px}.history-type-badge{border-radius:6px;font-size:.75rem;font-weight:600;padding:4px 8px}.history-type-badge.import{background-color:#dcfce7;color:#166534}.history-type-badge.export{background-color:#fef9c3;color:#854d0e}.history-chapter,.history-records{color:#000;padding:16px}.history-records{font-weight:500}.history-status{padding:16px}.history-status-badge{align-items:center;background-color:#eff6ff;border-radius:20px;color:#2563eb;display:inline-flex;font-size:.75rem;font-weight:600;gap:6px;padding:4px 10px}.history-status-badge.completed,.history-status-badge.success{background-color:#ecfdf5;color:#059669}.history-status-badge.error,.history-status-badge.failed{background-color:#fef2f2;color:#dc2626}[data-theme=dark] .history-chapter,[data-theme=dark] .history-date-main,[data-theme=dark] .history-date-sub,[data-theme=dark] .history-jobid,[data-theme=dark] .history-records{color:#fff}[data-theme=dark] .history-type-badge.import{background-color:#166534;color:#dcfce7}[data-theme=dark] .history-type-badge.export{background-color:#854d0e;color:#fef9c3}[data-theme=dark] .history-status-badge{background-color:#2563eb;color:#eff6ff}[data-theme=dark] .history-status-badge.completed,[data-theme=dark] .history-status-badge.success{background-color:#059669;color:#ecfdf5}[data-theme=dark] .history-status-badge.error,[data-theme=dark] .history-status-badge.failed{background-color:#dc2626;color:#fef2f2}.profile-container{animation:fadeIn .8s ease-out;max-width:1400px;overflow-x:hidden;padding:2.5rem;text-align:left;width:100%}.profile-container,.profile-container *{box-sizing:border-box}.profile-header{margin-bottom:3rem}.profile-header h1{word-wrap:break-word;font-size:2.5rem;font-weight:800;letter-spacing:-1px;margin-bottom:.5rem;text-shadow:0 2px 10px #0000001a}.profile-header .subtitle{word-wrap:break-word;color:#ffffffe6;font-size:1.1rem}.card.account-info-card,.card.password-card,.card.profile-card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffffe6;border:1px solid #fff6;border-radius:24px!important;box-shadow:0 10px 40px #0000001a;margin-bottom:2rem;transition:all .4s ease}[data-theme=dark] .card.account-info-card,[data-theme=dark] .card.password-card,[data-theme=dark] .card.profile-card{background:#1e293bb3;border-color:#ffffff1a;box-shadow:0 10px 40px #0000004d}.profile-grid{grid-template-columns:1.5fr 1fr;max-width:100%}@media (max-width:1100px){.profile-grid{grid-template-columns:1fr}}.card-header-profile{border-bottom:1px solid #0000000d;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem}[data-theme=dark] .card-header-profile{border-bottom-color:#ffffff1a}.profile-avatar{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:16px;box-shadow:0 8px 20px #4f46e54d;height:64px;width:64px}.profile-info-header h3{color:#1e293b;font-size:1.25rem;margin-bottom:.15rem}[data-theme=dark] .profile-info-header h3{color:#f8fafc}.profile-username{color:#64748b;font-size:1rem;font-weight:600}.btn-edit-profile{animation:editButtonPulse 2s ease-in-out infinite;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 15px #667eea4d;color:#fff;font-weight:700;margin-left:auto;padding:10px 20px;transition:all .3s ease}.btn-edit-profile:hover{animation:none;background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.btn-edit-profile:active{box-shadow:0 2px 10px #667eea4d;transform:translateY(0)}@keyframes editButtonPulse{0%,to{box-shadow:0 4px 15px #667eea4d}50%{box-shadow:0 4px 20px #667eea80}}.input-wrapper{background:#ffffff80!important;border:2px solid #e2e8f0!important;border-radius:14px!important;transition:all .3s ease!important}[data-theme=dark] .input-wrapper{background:#0f172a4d!important;border-color:#334155!important}.input-wrapper:focus-within{background:#fff!important;border-color:#4f46e5!important;box-shadow:0 0 0 4px #4f46e51a!important}[data-theme=dark] .input-wrapper:focus-within{background:#0f172a80!important}.form-label{align-items:center;color:#475569!important;display:flex!important;font-weight:700!important;gap:.5rem;justify-content:flex-start;text-align:left;width:100%}[data-theme=dark] .form-label{color:#94a3b8!important}.profile-form .form-group{margin-bottom:1rem!important}.input-icon{color:#64748b;font-size:20px;left:14px;pointer-events:none;position:absolute;transition:color .3s ease;z-index:2}[data-theme=dark] .input-icon{color:#94a3b8}.form-control{background:#0000;border:none;color:#000!important;font-family:inherit;font-size:15px;outline:none;padding:12px 14px 12px 48px!important}.input-wrapper.disabled .form-control{padding-right:110px!important}[data-theme=dark] .form-control{color:#f8fafc!important}.input-wrapper{align-items:center;display:flex;position:relative;text-align:left;width:100%}.password-toggle{align-items:center;background:none;border:none;color:#64748b;cursor:pointer;display:flex;font-size:20px;justify-content:center;padding:8px;position:absolute;right:14px;transition:all .2s ease;z-index:3}[data-theme=dark] .password-toggle{color:#94a3b8}.password-toggle:hover:not(:disabled){color:#4f46e5;transform:scale(1.1)}.password-toggle:disabled{cursor:not-allowed;opacity:.5}.input-badge{background:#64748b1a;color:#64748b;padding:4px 10px;right:14px;z-index:2}[data-theme=dark] .input-badge{background:#94a3b81a;color:#94a3b8}.label-icon{color:inherit;font-size:16px}.validation-check{margin-left:auto}.error-message{font-size:.875rem;margin-top:.25rem}.password-requirements{display:flex;flex-direction:column;gap:.25rem}.requirement{color:#64748b;font-size:.875rem}.account-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;padding:1rem 0}.stat-item{background:#00000005;border-radius:14px;gap:2rem;justify-content:flex-start;padding:1rem}[data-theme=dark] .stat-item{background:#ffffff08}.stat-label{color:#64748b;font-weight:600}.stat-value{color:#1e293b}[data-theme=dark] .stat-value{color:#f8fafc}.status-badge{padding:4px 12px}.status-active{background:#10b9811a;color:#10b981}.company-icon{background:linear-gradient(135deg,#0ea5e9,#2563eb)!important}.company-details-grid{display:flex;flex-direction:column;gap:.5rem}.company-contact-row{grid-gap:0;display:grid;gap:0;grid-template-columns:1fr 1fr}@media (max-width:600px){.company-contact-row{gap:0;grid-template-columns:1fr}}.company-card .form-group{margin-bottom:-1rem;padding:1.5rem}.company-card .input-wrapper.disabled{cursor:default}.company-card .input-wrapper.disabled:hover{border-color:#e2e8f0!important;box-shadow:none!important}[data-theme=dark] .company-card .input-wrapper.disabled:hover{border-color:#334155!important}@media (max-width:768px){.profile-container{padding:1rem}.profile-header{align-items:flex-start;flex-direction:column;gap:.5rem;margin-bottom:2rem}.profile-header h1{font-size:1.75rem;letter-spacing:-.5px}.profile-header .subtitle{font-size:.9rem;line-height:1.4}.profile-grid{gap:1.5rem}.card.account-info-card,.card.company-card,.card.password-card,.card.profile-card{border-radius:16px!important;margin-bottom:1.5rem;padding:1.5rem}.card-header-profile{flex-wrap:wrap;gap:1rem;padding-bottom:1rem}.profile-avatar{border-radius:14px;height:56px;width:56px}.profile-info-header h3{font-size:1.1rem}.profile-username{font-size:.9rem}.btn-edit-profile{justify-content:center;margin-left:0;padding:10px 16px;width:100%}.form-label{font-size:.85rem!important}.form-control{font-size:.95rem;padding:10px 50px 10px 42px!important}.input-wrapper.disabled .form-control{padding-right:14px!important}.input-icon{font-size:18px;left:12px}.password-toggle{font-size:18px;padding:6px;right:8px}.input-badge{font-size:.7rem;padding:3px 8px;right:8px}.label-icon{font-size:14px}.validation-check{font-size:.9rem}.form-actions{flex-direction:column;gap:.75rem}.btn.btn-primary,.btn.btn-secondary{justify-content:center;padding:12px 20px;width:100%}.card-header-section{gap:.75rem}.section-icon{font-size:1.25rem;height:40px;width:40px}.card-header-section h3{font-size:1.1rem}.section-subtitle{font-size:.85rem}.company-details-grid{gap:.25rem}.company-card .form-group{padding:1rem}.company-contact-row{gap:0}.account-stats{gap:1rem}.stat-item{align-items:flex-start;flex-direction:column;gap:.5rem;padding:.75rem}.password-requirements{font-size:.85rem}.alert{font-size:.9rem;padding:.75rem 1rem}}@media (max-width:480px){.profile-container{padding:.5rem}.profile-header{margin-bottom:1.5rem}.profile-header h1{font-size:1.5rem}.profile-header .subtitle{font-size:.85rem}.profile-grid{gap:1rem}.card.account-info-card,.card.company-card,.card.password-card,.card.profile-card{border-radius:14px!important;margin-bottom:1rem;padding:1rem}.card-header-profile{margin-bottom:1rem;padding-bottom:.75rem}.profile-avatar{border-radius:12px;height:48px;width:48px}.profile-info-header h3{font-size:1rem}.profile-username{font-size:.85rem}.btn-edit-profile{font-size:.9rem;padding:8px 14px}.profile-form .form-group{margin-bottom:.75rem!important}.form-label{font-size:.8rem!important}.form-control{font-size:.9rem;padding:10px 50px 10px 40px!important}.input-wrapper.disabled .form-control{padding-right:12px!important}.input-icon{font-size:16px;left:10px}.password-toggle{font-size:16px;padding:5px;right:6px}.input-badge{font-size:.65rem;padding:2px 6px;right:6px}.label-icon{font-size:13px}.validation-check{font-size:.85rem}.btn.btn-primary,.btn.btn-secondary{font-size:.9rem;padding:10px 16px}.card-header-section h3{font-size:1rem}.section-subtitle{font-size:.8rem}.section-icon{font-size:1.1rem;height:36px;width:36px}.company-card .form-group{margin-bottom:-.5rem;padding:.75rem}.stat-item{padding:.5rem}.stat-label,.stat-value{font-size:.9rem}.status-badge{font-size:.8rem;padding:3px 10px}.password-toggle{padding:4px}.error-message{font-size:.8rem}.alert{font-size:.85rem;gap:.5rem;padding:.5rem .75rem}}.sidebar-float-open-btn{align-items:center;background:#fff;border:1px solid #ddd;border-radius:50%;bottom:24px;box-shadow:0 2px 8px #0000001f;cursor:pointer;display:flex;height:48px;justify-content:center;left:12px;position:fixed;transition:box-shadow .2s;width:48px;z-index:2000}.sidebar-float-open-btn:active{box-shadow:0 1px 4px #0000002e}@media (min-width:769px){.mobile-only,.sidebar-float-open-btn{display:none!important}}@media (max-width:768px){.sidebar-float-open-btn{display:flex!important}.search-bar-wrapper{flex-wrap:wrap;gap:12px;margin-bottom:16px;position:relative}.search-input{flex:1 1 100%;margin-bottom:0;position:relative}.search-icon{left:18px;top:16px}.btn-filter-toggle{flex:1 1 100%;justify-content:center;margin-left:0}.date-range-container{align-items:stretch;flex-direction:column;gap:12px}.date-range-separator{padding-top:0;text-align:center}.date-input-group{width:100%}}.sidebar-page{background:#0000;display:flex;min-height:100vh}.sidebar-panel.glass-sidebar{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#0f172acc!important;border-right:1px solid #ffffff1a}[data-theme=light] .sidebar-panel.glass-sidebar{background:#ffffffb3!important;border-right:1px solid #0000001a}[data-theme=dark] .sidebar-panel.glass-sidebar{background:#0f172ad9!important}.sidebar-panel.collapsed{width:60px}.sidebar-header{align-items:center;background:#0003;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:20px}[data-theme=light] .sidebar-header{background:#00000008;border-bottom:1px solid #0000001a}[data-theme=dark] .sidebar-header{background:#0000004d;border-bottom:1px solid #ffffff26}.sidebar-header h3{color:#fff;font-size:1.3rem;font-weight:600;letter-spacing:.5px;margin:0}[data-theme=light] .sidebar-header h3{color:#2c3e50}[data-theme=dark] .sidebar-header h3{color:#ecf0f1}.sidebar-toggle-btn{align-items:center;background:#ffffff1a;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.sidebar-toggle-btn:hover{background:#fff3;transform:scale(1.05)}.sidebar-toggle-btn:active{transform:scale(.95)}.sidebar-content{flex:1 1;overflow-y:auto;padding:24px 20px}.chapter-search-section{border-bottom:1px solid #ffffff1a;margin-bottom:20px;padding-bottom:20px}[data-theme=light] .chapter-search-section{border-bottom:1px solid #0000001a}[data-theme=dark] .chapter-search-section{border-bottom:1px solid #ffffff26}.chapter-search-wrapper{align-items:center;display:flex;position:relative}.chapter-search-icon{color:#7f8c8d;left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}[data-theme=light] .chapter-search-icon{color:#6c757d}[data-theme=dark] .chapter-search-icon{color:#95a5a6}.chapter-search-input{background:#fffffff2;border:2px solid #0000;border-radius:8px;color:#2c3e50;font-family:inherit;font-size:.9rem;padding:10px 36px 10px 38px;transition:all .2s ease;width:100%}[data-theme=light] .chapter-search-input{background:#fff;border-color:#e0e6ed;color:#2c3e50}[data-theme=dark] .chapter-search-input{background:#ffffff1a;border-color:#ffffff1a;color:#ecf0f1}.chapter-search-input:focus{background:#fff;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}[data-theme=light] .chapter-search-input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}[data-theme=dark] .chapter-search-input:focus{background:#ffffff26;border-color:#3498db;box-shadow:0 0 0 3px #3498db33}.chapter-search-input::placeholder{color:#95a5a6}[data-theme=light] .chapter-search-input::placeholder{color:#adb5bd}[data-theme=dark] .chapter-search-input::placeholder{color:#7f8c8d}.chapter-clear-btn{align-items:center;background:#e74c3ce6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:24px;justify-content:center;position:absolute;right:8px;top:50%;transform:translateY(-50%);transition:all .2s ease;width:24px}.chapter-clear-btn:hover{background:#e74c3c;transform:scale(1.1)}.chapters-list{flex:1 1;max-height:120vh;overflow-x:hidden;overflow-y:auto}.chapters-list::-webkit-scrollbar{width:6px}.chapters-list::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}[data-theme=light] .chapters-list::-webkit-scrollbar-track{background:#0000000d}[data-theme=dark] .chapters-list::-webkit-scrollbar-track{background:#ffffff14}.chapters-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}[data-theme=light] .chapters-list::-webkit-scrollbar-thumb{background:#0003}[data-theme=dark] .chapters-list::-webkit-scrollbar-thumb{background:#ffffff40}.chapters-list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}[data-theme=light] .chapters-list::-webkit-scrollbar-thumb:hover{background:#0000004d}[data-theme=dark] .chapters-list::-webkit-scrollbar-thumb:hover{background:#ffffff59}.chapter-item{align-items:center;background:#ffffff0d;border:2px solid #0000;border-radius:8px;cursor:pointer;display:flex;gap:12px;margin-bottom:8px;min-height:56px;padding:16px 14px;transition:all .2s ease}[data-theme=light] .chapter-item{background:#00000008;color:#2c3e50}[data-theme=dark] .chapter-item{background:#ffffff14;color:#ecf0f1}.chapter-item:hover{background:#ffffff1a;transform:translateX(4px)}[data-theme=light] .chapter-item:hover{background:#667eea1a}[data-theme=dark] .chapter-item:hover{background:#ffffff26}.chapter-item.active{background:linear-gradient(135deg,#3498db,#2980b9);border-color:#fff3;box-shadow:0 4px 12px #3498db4d;color:#fff}[data-theme=light] .chapter-item.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea66}[data-theme=dark] .chapter-item.active{background:linear-gradient(135deg,#3498db,#2980b9);box-shadow:0 4px 12px #3498db80}.chapter-code{color:#fff;font-family:Courier New,monospace;font-size:1rem;font-weight:700;min-width:36px}[data-theme=light] .chapter-code{color:#667eea}[data-theme=dark] .chapter-code{color:#3498db}.chapter-item.active .chapter-code{color:#fff}.chapter-name{color:#ecf0f1;flex:1 1;font-size:.9rem;line-height:1.4}[data-theme=light] .chapter-name{color:#495057}[data-theme=dark] .chapter-name{color:#cbd5e0}.chapter-item.active .chapter-name{color:#fff;font-weight:600}.no-chapters{color:#95a5a6;font-size:.9rem;padding:30px 20px;text-align:center}[data-theme=light] .no-chapters{color:#6c757d}[data-theme=dark] .no-chapters{color:#95a5a6}.main-content{flex:1 1;overflow-y:auto;padding:10px}.content-header{margin-bottom:30px}.content-header h1{-webkit-text-fill-color:#0000;background:#fff;-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2.2rem;font-weight:700;margin:0 0 8px}.subtitle{color:#fff;font-size:1rem;margin:0}.search-card.glass-card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #fff6;border-radius:20px;box-shadow:0 8px 32px #1f268726;margin-bottom:30px;padding:28px;position:relative;z-index:20}[data-theme=dark] .search-card.glass-card{background:#1e293bb3;border-color:#ffffff1a}.search-bar-wrapper{align-items:center;display:flex;margin-bottom:12px;position:relative}.search-icon{color:#7f8c8d;left:18px;top:16px;z-index:1}.search-input{border:2px solid #e0e6ed;border-radius:12px;font-family:inherit;font-size:1.05rem;padding:16px 50px 16px 52px}.search-input:focus{box-shadow:0 0 0 4px #667eea1a}.search-input::placeholder{color:#bdc3c7}.clear-search{align-items:center;background:#e74c3c;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:13rem;transition:all .2s ease;width:32px;z-index:1}.clear-search:hover{background:#c0392b;transform:scale(1.1)}@media (max-width:600px){.search-bar-wrapper{flex-wrap:wrap;gap:4px}.search-icon{left:10px!important;top:24px!important}.btn-filter-toggle,.clear-search{font-size:1rem;height:20px;padding:2px 4px;right:1rem;top:13px;width:20px}}.btn-filter-toggle{border:2px solid #e0e6ed;box-shadow:0 2px 8px #0000000d;color:#2c3e50;gap:8px;margin-left:12px;padding:10px 18px}.btn-filter-toggle:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26;color:#667eea}.btn-filter-toggle.active{border-color:#0000;box-shadow:0 4px 15px #667eea4d}.btn-filter-toggle svg{transition:transform .3s ease}.btn-filter-toggle.active svg{transform:rotate(180deg)}[data-theme=dark] .btn-filter-toggle{background:#2c3e5080;border-color:#ffffff1a;color:#ecf0f1}[data-theme=dark] .btn-filter-toggle:hover{border-color:#3498db;color:#3498db}[data-theme=dark] .btn-filter-toggle.active{background:linear-gradient(135deg,#3498db,#2980b9)}.search-hint{align-items:center;color:#7f8c8d;display:flex;font-size:.9rem;gap:6px}.filters-section{border-top:2px solid #f0f3f7;padding-top:4px}.filters-grid{grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:20px}.filter-label-modern{color:#2c3e50;display:block;font-size:.9rem;margin-bottom:8px}.filter-input-modern,.filter-select-modern{border:2px solid #e0e6ed;border-radius:8px;color:#2c3e50;font-family:inherit;padding:12px 14px;transition:all .2s ease}.filter-input-modern:disabled,.filter-select-modern:disabled{background:#f8f9fa;opacity:.6}.filter-select-modern{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%232c3e50' d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-position:right 12px center;padding-right:36px}.clear-filter-btn{align-items:center;background:#e74c3ce6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:28px;justify-content:center;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:all .2s ease;width:28px}.clear-filter-btn:hover{background:#e74c3c;transform:translateY(-50%) scale(1.1)}.custom-dropdown{position:relative;width:100%}.dropdown-trigger{align-items:center;background:#fff;border:2px solid #e0e6ed;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;min-height:48px;padding:12px 14px;transition:all .2s ease;width:100%}.dropdown-trigger:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea1a}.dropdown-trigger.active{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.dropdown-value{color:#2c3e50;flex:1 1;font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-icon{color:#667eea;flex-shrink:0;margin-left:8px}.dropdown-menu{background:#fff;border:2px solid #667eea;border-radius:8px;box-shadow:0 8px 24px #00000026;display:flex;flex-direction:column;left:0;max-height:320px;position:absolute;right:0;top:calc(100% + 4px);z-index:1000}.dropdown-search{align-items:center;background:#f8f9fa;border-bottom:1px solid #e0e6ed;border-radius:8px 8px 0 0;display:flex;gap:8px;padding:12px}.search-icon-small{color:#7f8c8d;flex-shrink:0}.dropdown-search-input{background:#0000;border:none;color:#2c3e50;flex:1 1;font-family:inherit;font-size:.9rem;outline:none}.dropdown-search-input::placeholder{color:#adb5bd}.dropdown-options{max-height:250px;overflow-y:auto;padding:4px}.dropdown-options::-webkit-scrollbar{width:6px}.dropdown-options::-webkit-scrollbar-track{background:#f1f3f5;border-radius:3px}.dropdown-options::-webkit-scrollbar-thumb{background:#adb5bd;border-radius:3px}.dropdown-options::-webkit-scrollbar-thumb:hover{background:#868e96}.dropdown-option{border-radius:6px;color:#495057;cursor:pointer;font-size:.9rem;padding:10px 12px;transition:all .15s ease}.dropdown-option:hover{background:#f1f3f5;color:#667eea}.dropdown-option.selected{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600}.dropdown-no-results{color:#adb5bd;font-size:.9rem;font-style:italic;padding:20px;text-align:center}[data-theme=dark] .dropdown-trigger{background:#2c3e50;border-color:#34495e}[data-theme=dark] .dropdown-value{color:#ecf0f1}[data-theme=dark] .dropdown-menu{background:#2c3e50;border-color:#3498db}[data-theme=dark] .dropdown-search{background:#34495e;border-bottom-color:#4a5f7f}[data-theme=dark] .dropdown-search-input{color:#ecf0f1}[data-theme=dark] .dropdown-option{color:#cbd5e0}[data-theme=dark] .dropdown-option:hover{background:#34495e;color:#3498db}[data-theme=dark] .dropdown-no-results{color:#7f8c8d}.date-range-section{margin-bottom:20px}.date-range-container{align-items:center;gap:16px}.date-sublabel{color:#7f8c8d;font-size:.85rem;letter-spacing:.5px;margin-bottom:6px}.date-range-separator{color:#7f8c8d;padding-top:24px}.filter-actions-row{border-top:2px solid #f0f3f7;display:flex;gap:12px;margin-top:24px;padding-top:20px}.btn-apply-filters,.btn-clear-filters{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;flex:1 1;font-family:inherit;font-size:.95rem;font-weight:600;gap:8px;justify-content:center;padding:14px 24px;transition:all .2s ease}.btn-apply-filters:hover:not(:disabled){box-shadow:0 6px 16px #667eea66}.btn-apply-filters:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-clear-filters{border:2px solid #e74c3c;color:#e74c3c}.btn-clear-filters:hover:not(:disabled){background:#e74c3c;color:#fff;transform:translateY(-2px)}.results-card.glass-card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #fff6;border-radius:20px;box-shadow:0 8px 32px #1f268726;min-height:400px;padding:10px}[data-theme=dark] .results-card.glass-card{background:#1e293bb3;border-color:#ffffff1a}.results-card{background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;padding:0}.results-header{align-items:center;background:linear-gradient(135deg,#f8f9fa,#fff);border-bottom:2px solid #f0f3f7;border-radius:16px 16px 0 0;display:flex;justify-content:space-between;padding:14px 18px}.results-header h2{color:#2c3e50;font-size:1.4rem;font-weight:700;margin:0}.results-count{color:#7f8c8d;font-size:.95rem;font-weight:600;margin:0}.alert-error{align-items:center;background:linear-gradient(135deg,#e74c3c,#c0392b);border-radius:12px;box-shadow:0 4px 12px #e74c3c4d;color:#fff;display:flex;font-weight:500;gap:10px;margin-bottom:20px;padding:16px 20px}.loading-state{color:#7f8c8d;padding:80px 20px}.spinner{border:4px solid #f0f3f7;height:50px;margin-bottom:16px;width:50px}.loading-state p{font-size:1rem;margin:0}.table-wrapper{max-height:600px;overflow-x:auto;overflow-y:auto}.results-table{border-collapse:collapse;font-size:.9rem;width:100%}.results-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:10}.results-table th{font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:16px 14px;text-align:left;text-transform:uppercase;transition:all .2s ease;white-space:nowrap}.results-table th.sortable-header{cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none}.results-table th.sortable-header:hover{background:#ffffff26}.results-table th.sortable-header.active{background:#ffffff40;box-shadow:inset 0 -3px 0 0 #fff}.header-content-inner{align-items:center;display:flex;gap:6px;justify-content:flex-start}.sort-icon{animation:slideIn .2s ease-out;flex-shrink:0;font-size:1.25rem}.sort-icon-neutral{flex-shrink:0;font-size:1.35rem;opacity:.3;transition:opacity .2s ease}.sortable-header:hover .sort-icon-neutral{opacity:.8}.results-table tbody tr{border-bottom:1px solid #f0f3f7;transition:all .2s ease}.results-table tbody tr:hover{background:#f8f9fa;box-shadow:0 2px 8px #0000000d;transform:scale(1.001)}.results-table td{color:#2c3e50;padding:14px;white-space:nowrap}[data-theme=dark] .results-table td{color:#fff}.results-table td.hs-code{color:#667eea;font-family:Courier New,monospace;font-weight:700}.results-table td.importer{color:#2c3e50;font-weight:600}.badge{border-radius:20px;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase}.badge-import{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff}.badge-export{background:linear-gradient(135deg,#2ecc71,#27ae60);color:#fff}.empty-state{color:#7f8c8d;padding:80px 20px}.empty-state p{margin:8px 0}.text-muted{color:#bdc3c7;font-size:.95rem}.table-footer{background:#f8f9fa;border-radius:16px 16px 0 0;border-top:2px solid #f0f3f7;gap:10px;padding:10px 18px}.footer-left{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.records-per-page{gap:10px}.records-per-page label{color:#7f8c8d;font-weight:500}.records-per-page select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%237f8c8d' d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;border:2px solid #e0e6ed;border-radius:8px;cursor:pointer;font-size:.9rem;padding:8px 32px 8px 12px;transition:all .2s ease}.records-per-page select:focus{border-color:#667eea;outline:none}.records-info{color:#7f8c8d}.btn-page{background:#fff;border:2px solid #e0e6ed;border-radius:8px;color:#2c3e50;cursor:pointer;font-size:.9rem;font-weight:600;min-width:40px;padding:8px 14px;transition:all .2s ease}.btn-page:hover:not(:disabled){background:#667eea;border-color:#667eea;box-shadow:0 4px 8px #667eea33;color:#fff;transform:translateY(-2px)}.btn-page:disabled{cursor:not-allowed;opacity:.4}.btn-page.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;box-shadow:0 4px 12px #667eea4d;color:#fff}@media (max-width:1200px){.sidebar-panel{width:280px}.main-content{padding:30px}}@media (max-width:968px){.sidebar-panel{height:100vh;left:0;position:fixed;top:0;z-index:1000}.sidebar-panel.collapsed{transform:translateX(-100%)}.main-content{padding:20px;width:100%}.table-footer{gap:1rem}.footer-left,.table-footer{align-items:flex-start;flex-direction:column}.footer-left{gap:.75rem;width:100%}.pagination{flex-wrap:wrap;gap:6px;justify-content:center;width:100%}.btn-page{font-size:.85rem;min-width:38px;padding:8px 12px}.records-per-page{width:100%}.records-per-page select{padding:8px;width:100%}.records-info{font-size:.85rem;width:100%}}@media (max-width:640px){.content-header{align-items:flex-start;flex-direction:column;gap:1rem}.content-header h1{font-size:1.6rem}.content-header .subtitle{font-size:.9rem}.export-container{width:100%}.btn-export{justify-content:center;width:100%}.search-card{padding:20px}.search-input{font-size:.95rem;padding:14px 44px 14px 48px}.btn-filter-toggle{font-size:.95rem;padding:10px 16px}.btn-filter-toggle span{font-size:.9rem}.filters-grid{grid-template-columns:1fr}.date-range-section{margin-bottom:16px}.date-range-container{align-items:stretch;flex-direction:column;gap:12px}.date-sublabel{font-size:.8rem}.date-range-separator{font-size:.85rem;padding:0;text-align:center}.filter-actions-row{flex-direction:column}.btn-apply-filters,.btn-clear-filters{justify-content:center;width:100%}.results-table{font-size:.8rem}.results-table td,.results-table th{padding:10px 8px}.table-footer{gap:1rem}.pagination{gap:4px}.btn-page{border-radius:6px;font-size:.8rem;min-width:34px;padding:6px 10px}.btn-page-first,.btn-page-last{padding:6px 8px}.records-per-page label,.records-per-page select{font-size:.85rem}}@media (max-width:480px){.content-header h1{font-size:1.4rem}.content-header .subtitle{font-size:.85rem}.main-content,.results-card,.search-card{padding:15px}.search-input{font-size:.9rem;padding:12px 40px 12px 44px}.search-icon{font-size:18px;left:14px;top:12px}.btn-filter-toggle{font-size:.9rem;padding:9px 14px}.results-header h2{font-size:1.2rem}.results-count{font-size:.85rem}.pagination{gap:3px}.btn-page{font-size:.75rem;min-width:30px;padding:5px 8px}.btn-page-first,.btn-page-last{font-size:.7rem;padding:5px 6px}.records-per-page{align-items:flex-start;flex-direction:column;gap:.5rem}.records-info{font-size:.8rem}.table-wrapper{margin:0 -15px;overflow-x:auto;padding:0 15px}}.export-container{position:static}.export-modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.export-modal{animation:slideUp .3s ease;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:680px;overflow:hidden;position:relative;width:90%}.export-modal-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #e0e6ed;display:flex;justify-content:space-between;padding:16px}.export-modal-header h3{color:#2c3e50;font-size:1.1rem;font-weight:700;margin:0}.close-modal-btn{background:#0000;border:none;color:#7f8c8d;cursor:pointer;display:flex;padding:4px;transition:color .2s}.close-modal-btn:hover{color:#e74c3c}.export-modal-content{padding:16px}.export-section-full{background:linear-gradient(135deg,#f0f4ff,#e6e9ff);border:1px solid #dbe2ff;border-radius:8px;margin-bottom:16px;padding:12px}.export-section-full h4{color:#2c3e50;font-size:1rem;margin:0 0 4px}.export-section-full p{color:#5c6c7f;font-size:.85rem;margin:0 0 10px}.btn-full-export{align-items:center;background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:8px;justify-content:center;padding:8px;transition:all .2s;width:100%}.btn-full-export:hover{background:#5a67d8;box-shadow:0 4px 12px #667eea4d}.btn-full-export:disabled{background:#a3b1d6;cursor:not-allowed}.report-actions-full{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}@supports (grid-template-columns:repeat(2,1fr)){.report-actions-full:has(.share){grid-template-columns:1fr 1fr;grid-template-rows:auto auto}}.btn-full-export.excel{background:#2ecc71}.btn-full-export.excel:hover{background:#27ae60;box-shadow:0 4px 12px #2ecc714d}.btn-full-export.pdf{background:#e74c3c}.btn-full-export.pdf:hover{background:#c0392b;box-shadow:0 4px 12px #e74c3c4d}.btn-full-export.share{background:#25d366}.btn-full-export.share:hover{background:#1ebe57;box-shadow:0 4px 12px #25d3664d}.btn-full-export.share.excel{background:#25d366}.btn-full-export.share.excel:hover{background:#1ebe57}.btn-full-export.share.pdf{background:#128c7e}.btn-full-export.share.pdf:hover{background:#0e6f5c}.export-section-categories h4{border-bottom:2px solid #f0f3f7;color:#2c3e50;display:inline-block;font-size:1rem;margin:0 0 12px;padding-bottom:6px}.reports-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}.report-card{background:#fff;border:1px solid #e0e6ed;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;padding:10px;transition:all .2s}.report-card:hover{border-color:#667eea;box-shadow:0 4px 12px #0000000d}.report-card-title{color:#2c3e50;display:block;font-size:.85rem;font-weight:600;margin-bottom:8px;text-align:center}.report-actions{display:flex;flex-direction:column;gap:6px}.btn-report-action{align-items:center;background:#fff;border:1px solid #e0e6ed;border-radius:4px;cursor:pointer;display:flex;font-size:.75rem;gap:4px;justify-content:center;padding:6px 4px;transition:all .2s;width:100%}.btn-report-action.excel:hover{background:#f0fff4;border-color:#2ecc71;color:#2ecc71}.btn-report-action.pdf:hover{background:#fff5f5;border-color:#e74c3c;color:#e74c3c}.btn-report-action.share{border-color:#25d366;color:#25d366}.btn-report-action.share:hover{background:#25d366;border-color:#25d366;box-shadow:0 2px 8px #25d3664d;color:#fff}.export-loading-overlay{align-items:center;background:#ffffffe6;bottom:0;display:flex;flex-direction:column;gap:16px;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10}.spinner-medium{animation:spin 1s linear infinite;border:4px solid #e0e6ed;border-radius:50%;border-top-color:#667eea;height:40px;width:40px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.export-container{position:relative;z-index:500}.btn-export{align-items:center;background:#fff;border:2px solid #667eea;border-radius:8px;color:#667eea;cursor:pointer;display:flex;font-family:inherit;font-weight:600;gap:8px;padding:10px 20px;transition:all .2s ease}.btn-export:hover{background:#f8f9ff;box-shadow:0 4px 12px #667eea26;transform:translateY(-2px)}.btn-export.active{background:#667eea;color:#fff}.btn-export:disabled{cursor:not-allowed;opacity:.7;transform:none}.export-dropdown{animation:fadeInDown .2s ease;background:#fff;border:1px solid #e0e6ed;border-radius:12px;box-shadow:0 10px 30px #00000026;display:flex;flex-direction:column;gap:16px;padding:16px;position:absolute;right:0;top:calc(100% + 8px);width:280px}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.export-group{display:flex;flex-direction:column;gap:8px}.export-group-label{color:#7f8c8d;font-size:.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}.export-group button{background:#fff;border:1px solid #e0e6ed;border-radius:8px;color:#2c3e50;cursor:pointer;font-size:.9rem;font-weight:500;padding:10px;text-align:left;transition:all .2s ease;width:100%}.export-group button:hover{background:#667eea;border-color:#667eea;color:#fff}.categorical-actions{gap:12px}.cat-item,.categorical-actions{display:flex;flex-direction:column}.cat-item{gap:6px}.cat-item span{color:#2c3e50;font-size:.85rem;font-weight:600}.cat-btns{grid-gap:6px;display:grid;gap:6px;grid-template-columns:1fr 1fr}.cat-btns button{font-size:.8rem!important;padding:6px!important;text-align:center!important}.spinner-small{border:2px solid #667eea4d;height:16px;width:16px}.btn-export.active .spinner-small{border-color:#ffffff4d}[data-theme=dark] .btn-export{background:#0000;border-color:#3498db;color:#3498db}[data-theme=dark] .btn-export.active{background:#3498db;color:#fff}[data-theme=dark] .export-dropdown{background:#1a1a2e;border-color:#34495e;box-shadow:0 10px 30px #0006}[data-theme=dark] .export-group-label{color:#7f8c8d}[data-theme=dark] .export-group button{background:#2c3e50;border-color:#34495e;color:#ecf0f1}[data-theme=dark] .export-group button:hover{background:#3498db;border-color:#3498db;color:#fff}[data-theme=dark] .cat-item span{color:#ecf0f1}[data-theme=dark] .spinner-small{border-color:#3498db4d}@media (max-width:640px){.export-modal{max-height:90vh;overflow-y:auto;width:95%}.reports-grid{grid-template-columns:1fr}.export-modal-header h3{font-size:1.1rem}.report-actions{display:grid;flex-direction:row;grid-template-columns:1fr 1fr}.btn-report-action{font-size:.85rem;padding:8px}}.dedut-container{animation:fadeIn .6s ease-out;margin:0 auto;max-width:1400px;overflow-x:hidden;padding:1.5rem;width:100%}.dedut-container,.dedut-container *{box-sizing:border-box}.dedut-header{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:2.5rem}.dedut-header h1{word-wrap:break-word;color:#fff;font-size:2.5rem;font-weight:800;letter-spacing:-1.5px;margin-bottom:.5rem}.dedut-header p{word-wrap:break-word;color:#ffffffe6;font-size:1.1rem}.dedut-controls{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem;max-width:100%;padding:1.5rem 2rem}.control-group{display:flex;flex-direction:column;gap:.5rem}.control-label{color:var(--text-muted);font-size:.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}.dedut-select{background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:var(--text-main);cursor:pointer;font-weight:600;max-width:100%;min-width:180px;padding:10px 16px}.threshold-slider{cursor:pointer;width:200px}.threshold-value{color:#4f46e5;font-size:1rem;font-weight:800;margin-left:.5rem}.btn-fetch{align-items:center;background:var(--primary-gradient);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-weight:700;gap:8px;margin-top:1.25rem;padding:12px 24px;transition:all .3s ease}.btn-fetch:hover{box-shadow:0 8px 20px #4f46e54d;transform:translateY(-2px)}.btn-fetch:disabled{cursor:not-allowed;opacity:.6;transform:none}.clusters-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(450px,1fr))}.cluster-card{display:flex;flex-direction:column;gap:1.5rem;max-width:100%;overflow:hidden;padding:2rem}.cluster-header{border-bottom:2px solid #f1f5f9;padding-bottom:1rem}.cluster-title{color:#64748b;display:block;font-size:.85rem;font-weight:700;margin-bottom:.75rem;text-transform:uppercase}.primary-name-input{background:#0000;border:2px solid #0000;border-radius:8px;color:#1e293b;font-size:1.35rem;font-weight:800;overflow-wrap:break-word;padding:4px 8px;transition:all .2s;width:100%;word-break:break-word}.primary-name-input:focus{background:#fff;border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e51a;outline:none}.primary-edit-container{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.candidates-list{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;overflow:hidden}.candidates-header{background:#f1f5f9;border-bottom:2px solid #e2e8f0;display:grid;grid-template-columns:80px 80px 1fr;padding:10px 16px}.col-label{color:#64748b;font-size:.7rem;font-weight:800;letter-spacing:.5px;text-transform:uppercase}.candidate-item{align-items:center;border-bottom:1px solid #f1f5f9;display:grid;grid-template-columns:80px 80px 1fr;padding:12px 16px;transition:all .2s}.candidate-item:last-child{border-bottom:none}.candidate-item:hover{background:#f1f5f9/50}.candidate-item.is-primary{background:#4f46e50d}.candidate-item.is-selected{background:#10b98108}.check-cell,.radio-cell{align-items:center;display:flex;justify-content:center}.primary-radio{accent-color:#4f46e5}.primary-radio,.secondary-checkbox{cursor:pointer;height:18px;width:18px}.secondary-checkbox{accent-color:#10b981}.name-cell{color:#334155;cursor:pointer;font-size:.95rem;font-weight:500;min-width:0;overflow-wrap:break-word;padding-left:.5rem;word-break:break-word}.candidate-item.is-primary .name-cell{color:#4f46e5;font-weight:700}.cluster-actions{display:flex;justify-content:flex-end;margin-top:.5rem}.btn-merge{align-items:center;background:#10b981;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-weight:700;gap:8px;padding:10px 20px;transition:all .2s}.btn-merge:hover{background:#059669;transform:scale(1.02)}.btn-merge:disabled{background:#cbd5e1;cursor:not-allowed}.dedut-loading{align-items:center;color:#fff;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;padding:5rem}.empty-state{background:#ffffff1a;border-radius:24px;color:#fff;padding:5rem}.empty-state h3{font-size:1.5rem;margin-bottom:.5rem}@media (max-width:768px){.dedut-container{max-width:100%;padding:.75rem}.dedut-header{align-items:flex-start;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.dedut-header h1{font-size:1.75rem;letter-spacing:-.5px}.dedut-header p{font-size:.9rem;line-height:1.4}.dedut-controls{align-items:stretch;flex-direction:column;gap:1rem;padding:1rem}.dedut-select{font-size:.95rem;min-width:100%}.threshold-slider{max-width:250px;width:100%}.btn-fetch{justify-content:center;margin-top:.5rem;width:100%}.clusters-grid{gap:1rem;grid-template-columns:1fr}.cluster-card{gap:1rem;padding:1rem}.cluster-title{font-size:.75rem}.primary-name-input{font-size:1.1rem;word-break:break-word}.candidates-header{grid-template-columns:60px 60px 1fr;padding:8px 10px}.col-label{font-size:.65rem}.candidate-item{gap:4px;grid-template-columns:60px 60px 1fr;padding:10px}.name-cell{font-size:.85rem;line-height:1.3;padding-left:.25rem;word-break:break-word}.btn-merge{font-size:.9rem;justify-content:center;padding:10px 16px;width:100%}.dedut-loading,.empty-state{padding:2rem 1rem}.empty-state h3{font-size:1.25rem}}@media (max-width:480px){.dedut-container{padding:.5rem}.dedut-header h1{font-size:1.5rem}.dedut-header p{font-size:.85rem}.cluster-card,.dedut-controls{padding:.75rem}.candidates-header{padding:6px 8px}.candidate-item,.candidates-header{grid-template-columns:50px 50px 1fr}.candidate-item{padding:8px}.primary-radio,.secondary-checkbox{height:16px;width:16px}.name-cell{font-size:.8rem}.primary-name-input{font-size:1rem}}[data-theme=dark] .dedut-select{background:#2c3e50;border-color:#34495e;color:#fff}[data-theme=dark] .primary-name-input{background:#ffffff0d;color:#fff}[data-theme=dark] .primary-name-input:focus{background:#ffffff1a;color:#fff}[data-theme=dark] .candidates-list{background:#ffffff0d;border-color:#ffffff1a}[data-theme=dark] .candidates-header{background:#0000004d;border-bottom-color:#ffffff1a}[data-theme=dark] .col-label{color:#fff}[data-theme=dark] .candidate-item{border-bottom-color:#ffffff0d}[data-theme=dark] .candidate-item:hover{background:#ffffff1a}[data-theme=dark] .candidate-item.is-primary{background:#3498db33}[data-theme=dark] .candidate-item.is-selected{background:#10b98126}[data-theme=dark] .candidate-item.is-primary .name-cell,[data-theme=dark] .name-cell{color:#fff}[data-theme=dark] .cluster-header{border-bottom-color:#ffffff1a}[data-theme=dark] .cluster-title{color:#fff}.userman-container{animation:fadeIn .6s ease-out;margin:0 auto;max-width:1600px;overflow-x:hidden;padding:1.5rem;width:100%}.userman-container,.userman-container *{box-sizing:border-box}.userman-header{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:1.5rem}.userman-header h1{word-wrap:break-word;color:#fff;font-size:2.5rem;font-weight:800;letter-spacing:-1.5px;margin-bottom:.5rem}.userman-header p{word-wrap:break-word;color:#ffffffe6;font-size:1.1rem}.btn-create{align-items:center;background:var(--primary-gradient);border:none;border-radius:12px;box-shadow:0 4px 15px #4f46e533;color:#fff;cursor:pointer;display:flex;font-weight:700;gap:8px;padding:12px 24px;transition:all .3s ease}.btn-create:hover{box-shadow:0 8px 25px #4f46e54d;transform:translateY(-2px)}.userman-controls{gap:1.5rem;margin-bottom:2rem;max-width:100%;padding:1.25rem 1.5rem}.search-box,.userman-controls{align-items:center;display:flex}.search-box{background:#ffffff1a;border:1px solid #fff3;border-radius:12px;color:var(--text-main);flex:1 1;gap:12px;padding:10px 16px;transition:all .3s ease}.search-box:focus-within{background:#fff;color:var(--text-main)}.search-box input{background:#0000;border:none;color:inherit;font-size:1rem;outline:none;width:100%}.search-box input::placeholder{color:var(--text-muted);opacity:.7}.search-box:focus-within input::placeholder{color:var(--text-muted)}.btn-refresh{background:#ffffff1a;border:1px solid #fff3;border-radius:12px;color:var(--text-main);height:45px;width:45px}.btn-refresh:hover{background:#fff;color:var(--primary-color)}.table-container{overflow:hidden;padding:0}.userman-table{border-collapse:collapse;text-align:left;width:100%}.userman-table th{background:#ffffff1a;border-bottom:2px solid #ffffff1a;font-size:.75rem;font-weight:800;letter-spacing:1px;opacity:.8;text-transform:uppercase}.userman-table td,.userman-table th{color:var(--text-main);padding:1.25rem 1.5rem}.userman-table td{border-bottom:1px solid #f1f5f90d;font-size:.95rem}.userman-table tr:hover td{background:#ffffff0d}.user-info-cell{gap:1rem}.user-avatar,.user-info-cell{align-items:center;display:flex}.user-avatar{background:var(--primary-gradient);border-radius:12px;box-shadow:0 4px 10px #4f46e533;color:#fff;font-size:1.2rem;font-weight:800;height:40px;justify-content:center;width:40px}.user-username{font-size:1rem;font-weight:700}.user-fullname{color:var(--text-muted);font-size:.8rem}.role-badge{border-radius:20px;font-size:.75rem;font-weight:800;padding:4px 12px;text-transform:uppercase}.role-badge.admin{background:#ef44441a;border:1px solid #ef444433;color:#ef4444}.role-badge.user{background:#3b82f61a;border:1px solid #3b82f633;color:#3b82f6}.id-cell{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:.8rem;opacity:.6}.action-buttons{display:flex;gap:.5rem}.btn-icon{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:var(--text-main);cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s;width:32px}.btn-icon:hover{background:#fff;color:var(--primary-color)}.btn-icon.delete:hover{background:#ef4444;border-color:#ef4444;color:#fff}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#928f8f80;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff3!important;border:1px solid #ffffff4d;box-shadow:0 25px 50px -12px #0003;max-height:90vh;max-width:700px;overflow-y:auto;padding:2.5rem;position:relative;width:100%}[data-theme=dark] .modal-content{background:#1e293bcc!important;border:1px solid #ffffff1a;box-shadow:0 25px 50px -12px #00000080}.modal-content.small{max-width:400px}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.modal-header h2{color:var(--text-main);font-size:1.75rem;font-weight:800}.btn-close{background:#0000;border:none;color:var(--text-main);cursor:pointer;opacity:.5;transition:opacity .2s}.btn-close:hover{background:#ef4444;border-radius:50%;opacity:1}.modal-subtitle{color:"#ffff";margin-bottom:2rem}.userman-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:.75rem}.form-group label{align-items:center;color:"#ffff";display:flex;font-size:.75rem;font-weight:700;gap:8px;text-transform:uppercase}.form-group input,.form-group select{background:#8d85e60d;border:1px solid #394ed31a;border-radius:12px;color:var(--text-main);font-size:1rem;outline:none;padding:12px 16px;transition:border-color .2s}.form-group input:focus,.form-group select:focus{border-color:var(--primary-color)}.form-group option{background:var(--card-bg);color:var(--text-main)}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.btn-secondary{background:#ef4444;border:1px solid var(--text-muted);border-radius:12px;color:var(--text-main)}.btn-primary,.btn-secondary{font-weight:700;padding:12px 24px}.btn-primary{background:var(--primary-gradient);border:none;border-radius:12px;cursor:pointer}.userman-alert{align-items:center;display:flex;gap:1rem;margin-bottom:2rem;padding:1rem 1.5rem;position:relative}.userman-alert.alert-success{border-left:4px solid #10b981;color:#10b981}.userman-alert.alert-error{border-left:4px solid #ef4444;color:#ef4444}.spin{animation:rotate 1s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1024px){.userman-table thead{display:none}.userman-table td{border:none;display:block;padding:.75rem 1.5rem}.userman-table td:before{color:var(--text-muted);content:attr(data-label);display:block;font-size:.7rem;font-weight:800;margin-bottom:.25rem;text-transform:uppercase}.userman-table tr{border-bottom:1px solid #f1f5f90d;display:block;padding:1rem 0}}@media (max-width:768px){.userman-container{padding:.75rem}.userman-header{align-items:flex-start;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.userman-header h1{font-size:1.75rem;letter-spacing:-.5px}.userman-header p{font-size:.9rem;line-height:1.4}.btn-create{justify-content:center;padding:12px 20px;width:100%}.userman-controls{align-items:stretch;flex-direction:column;gap:1rem;padding:1rem}.search-box{width:100%}.btn-refresh{height:45px;width:100%}.table-container{overflow-x:auto}.userman-table td{padding:.75rem 1rem}.user-info-cell{flex-direction:row;gap:.75rem}.user-avatar{font-size:1rem;height:36px;width:36px}.user-username{font-size:.95rem}.user-fullname{font-size:.75rem}.action-buttons{flex-wrap:wrap;gap:.5rem;justify-content:flex-start}.btn-icon{height:36px;width:36px}.modal-overlay{padding:.5rem}.modal-content{max-width:100%;padding:1.5rem}.modal-content.small{max-width:100%}.modal-header h2{font-size:1.5rem}.form-row{gap:1rem;grid-template-columns:1fr}.form-group label{font-size:.7rem}.form-group input,.form-group select{font-size:.95rem;padding:10px 14px}.modal-actions{flex-direction:column;gap:.75rem}.btn-primary,.btn-secondary{justify-content:center;padding:12px 20px;width:100%}.userman-alert{font-size:.9rem;padding:1rem}}@media (max-width:480px){.userman-container{padding:.5rem}.userman-header h1{font-size:1.5rem}.userman-header p{font-size:.85rem}.btn-create{font-size:.9rem;padding:10px 16px}.userman-controls{padding:.75rem}.search-box{padding:8px 12px}.search-box input{font-size:.9rem}.userman-table td{padding:.5rem .75rem}.user-avatar{height:32px;width:32px}.user-avatar,.user-username{font-size:.9rem}.role-badge{font-size:.7rem;padding:3px 10px}.modal-content{padding:1rem}.modal-header{margin-bottom:1.5rem}.modal-header h2{font-size:1.25rem}.modal-subtitle{font-size:.85rem;margin-bottom:1.5rem}.userman-form{gap:1rem}.form-group input,.form-group select{font-size:.9rem;padding:10px 12px}}*{box-sizing:border-box;margin:0;padding:0}#root,body,html{height:100%}body{background:linear-gradient(135deg,#667eea,#764ba2);background-attachment:fixed;color:#1a202c;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}.App,body{min-height:100vh}.App{display:flex;flex-direction:column}:root{--primary-gradient:linear-gradient(135deg,#4f46e5,#7c3aed);--card-bg:#ffffff26;--card-border:#fff3;--glass-shadow:0 8px 32px #0000001a;--text-main:#1e293b;--text-muted:#64748b}[data-theme=dark]{--card-bg:#1e293bd9;--card-border:#ffffff14;--text-main:#f8fafc}.glass-card{background:#ffffff26;background:var(--card-bg);border:1px solid #fff3;border:1px solid var(--card-border);border-radius:24px;box-shadow:var(--glass-shadow);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.container{flex:1 1;padding:20px;width:100%}.container-full{flex:1 1;height:100%;width:100%}.navbar{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 10px 30px #667eea4d;color:#fff;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-container{justify-content:space-between;padding:0 10px;position:relative;width:100%}.logo,.navbar-container{align-items:center;display:flex}.logo{color:#fff;font-size:1.4rem;font-weight:700;gap:.5rem;letter-spacing:-.5px;text-decoration:none;transition:transform .3s ease;z-index:1002}.logo:hover{transform:scale(1.05)}.nav-link,.nav-links{align-items:center;display:flex;gap:.5rem}.nav-link{border-radius:8px;color:#ffffffd9;font-size:.9rem;font-weight:500;padding:.6rem 1rem;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-link:hover{background-color:#fff3;color:#fff;transform:translateY(-2px)}.nav-link.active{background-color:#ffffff40;box-shadow:0 4px 12px #00000026;color:#fff}.nav-theme-toggle{align-items:center;background:#fff3;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;justify-content:center;margin-left:.5rem;padding:.6rem .8rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-theme-toggle:hover{background-color:#ffffff4d;transform:rotate(20deg) scale(1.05)}.nav-theme-toggle:active{transform:rotate(20deg) scale(.95)}.nav-logout-btn{align-items:center;background:#ef444433;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.4rem;justify-content:center;margin-left:.5rem;padding:.6rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-logout-btn:hover{background-color:#ef44444d;transform:translateY(-2px)}.nav-logout-btn:active{transform:translateY(0)}.hamburger-menu{border-radius:5px;color:#fff;cursor:pointer;display:none;padding:5px;transition:background .3s;z-index:1002}.hamburger-menu:hover{background:#ffffff1a}.nav-backdrop{display:none}@media (max-width:768px){.navbar{padding:.8rem 1rem}.navbar-container{flex-direction:row}.hamburger-menu{display:block}.nav-backdrop{animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000080;display:block;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}.nav-links{align-items:flex-start;background:linear-gradient(135deg,#1e293b,#0f172a);box-shadow:-5px 0 25px #0003;flex-direction:column;gap:1rem;height:100vh;max-width:300px;padding:5rem 1.5rem 2rem;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);width:75%;z-index:1001}.nav-links.active{transform:translateX(0)}.nav-link{border-radius:12px;color:#e2e8f0;font-size:1.1rem;padding:1rem;width:100%}.nav-link.active,.nav-link:hover{background-color:#ffffff1a;transform:translateX(5px)}.nav-link.active{background-color:#6366f133;border-left:3px solid #818cf8;color:#818cf8}.nav-theme-toggle{background:#ffffff0d;font-size:1rem;gap:.8rem;justify-content:flex-start;margin-left:0;margin-top:1rem;padding:1rem;width:100%}.nav-theme-toggle:after{content:"Toggle Theme"}.nav-logout-btn{font-size:1rem;justify-content:flex-start;margin-left:0;margin-top:.5rem;padding:1rem;width:100%}}.card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffff26;background:var(--card-bg);border:1px solid #fff3;border:1px solid var(--card-border);border-radius:12px;box-shadow:0 8px 32px #0000001a;box-shadow:var(--glass-shadow);margin-bottom:2rem;padding:2rem}.card:hover{transform:translateY(-3px)}.card-title{font-size:1.4rem;gap:.75rem;letter-spacing:-.5px;margin-bottom:1.5rem;padding:10px}.card-title svg{color:#667eea;font-size:1.5rem}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.6rem;letter-spacing:.5px;padding:12px 24px;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea66;color:#fff}.btn-primary:hover:not(:disabled){box-shadow:0 6px 25px #667eea99;transform:translateY(-2px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-success{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 15px #10b98166;color:#fff}.btn-success:hover:not(:disabled){box-shadow:0 6px 25px #10b98199;transform:translateY(-2px)}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 15px #ef444466;color:#fff}.btn-danger:hover:not(:disabled){box-shadow:0 6px 25px #ef444499;transform:translateY(-2px)}.btn-secondary{background:#e5e7eb;box-shadow:0 2px 8px #0000001a;color:#374151}.btn-secondary:hover:not(:disabled){background:#d1d5db;transform:translateY(-2px)}.form-group{margin-bottom:1.5rem}.form-label{color:#1a202c;display:block;font-size:.95rem;font-weight:600;margin-bottom:.6rem}.form-control{background:#fff;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;padding:12px 15px;transition:all .3s ease;width:100%}.form-control:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-control:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.manual-upload-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px dashed #cbd5e1;border-radius:12px;margin:2rem 0;padding:1.5rem}.divider-with-text{align-items:center;display:flex;gap:1rem;margin-bottom:1.25rem}.divider-line{background:linear-gradient(90deg,#0000,#cbd5e1,#0000);flex:1 1;height:2px}.divider-text{color:#64748b;font-size:.95rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap}.manual-file-input{background:#fff;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;font-size:.95rem;padding:.875rem 1rem;transition:all .3s ease}.manual-file-input:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.manual-file-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea26;outline:none}[data-theme=dark] .manual-upload-section{background:linear-gradient(135deg,#1e293b,#334155);border-color:#475569}[data-theme=dark] .divider-line{background:linear-gradient(90deg,#0000,#475569,#0000)}[data-theme=dark] .divider-text{color:#94a3b8}[data-theme=dark] .manual-file-input{background:#334155;border-color:#475569;color:#e2e8f0}[data-theme=dark] .manual-file-input:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea33}[data-theme=dark] .manual-file-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea40}.table-container{border-radius:12px;margin:20px 0;overflow-x:auto}.data-table{background:#fff;border-collapse:collapse;border-radius:12px;box-shadow:0 8px 24px #00000014;overflow:hidden;width:100%}.data-table td,.data-table th{border-bottom:1px solid #e5e7eb;padding:14px 16px;text-align:left}.data-table th{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#1a202c;font-size:.95rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.data-table tbody tr{transition:all .2s ease}.data-table tbody tr:hover{background-color:#f9fafb}.data-table tbody tr:last-child td{border-bottom:none}.upload-zone{background:linear-gradient(135deg,#f5f7ff,#e9ebff);border:3px dashed #667eea;border-radius:12px;cursor:pointer;margin:2rem 0;overflow:hidden;padding:3rem;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.upload-zone:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .3s ease;width:100%}.upload-zone:hover{background:linear-gradient(135deg,#eff2ff,#e0e5ff);border-color:#764ba2;box-shadow:0 8px 24px #667eea33;transform:translateY(-2px)}.upload-zone:hover:before{left:100%}.upload-zone.active{background:linear-gradient(135deg,#d4edda,#c3e6cb);border-color:#10b981}.upload-zone.disabled{cursor:not-allowed;opacity:.6}.upload-icon{animation:float 3s ease-in-out infinite;color:#667eea;font-size:3.5rem;margin-bottom:1rem}.upload-prompt h3{color:#1a202c;font-size:1.2rem;margin:10px 0}.upload-prompt p{color:#6b7280;font-size:.95rem;margin:5px 0}.file-types{color:#667eea;font-size:.9rem;font-weight:500;margin-top:.5rem}.file-selected{align-items:center;display:flex;gap:20px;justify-content:space-between;text-align:left}.file-icon{color:#667eea;font-size:3rem}.file-info h4{color:#1a202c;font-size:1.05rem;margin:0 0 8px}.file-info p{color:#6b7280;font-size:.9rem;margin:3px 0}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.stat-card{animation:slideUp .6s ease-out backwards;background:#fff;border:1px solid #0000000d;border-radius:14px;box-shadow:0 8px 24px #00000014;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-card:first-child{animation-delay:.1s}.stat-card:nth-child(2){animation-delay:.2s}.stat-card:nth-child(3){animation-delay:.3s}.stat-card:nth-child(4){animation-delay:.4s}.stat-card:before{background:linear-gradient(90deg,#667eea,#764ba2);content:"";height:4px;left:0;position:absolute;right:0;top:0}.stat-card:after{background:radial-gradient(circle,#ffffff4d 0,#0000 70%);content:"";height:200%;opacity:0;position:absolute;right:-50%;top:-50%;transition:opacity .3s ease;width:200%}.stat-card:hover{box-shadow:0 12px 32px #0000001f;transform:translateY(-6px)}.stat-card:hover:after{opacity:1}.stat-card.loading{opacity:.6;pointer-events:none}.stat-icon{align-items:center;border-radius:12px;display:inline-flex;font-size:2.2rem;height:60px;justify-content:center;margin-bottom:1rem;transition:all .3s ease;width:60px}.stat-icon.files-icon{background:#667eea1a;color:#667eea}.stat-icon.records-icon{background:#3b82f61a;color:#3b82f6}.stat-icon.success-icon{background:#10b9811a;color:#10b981}.stat-icon.error-icon{background:#ef44441a;color:#ef4444}.stat-card:hover .stat-icon{transform:scale(1.1) rotate(5deg)}.stat-number{color:#1a202c;font-size:2.4rem;font-weight:700;letter-spacing:-1px;margin:.7rem 0}.stat-label{color:#6b7280;font-size:.95rem;margin-bottom:1rem}.stat-trend{align-items:center;background:#667eea1a;border-radius:8px;color:#667eea;display:inline-flex;font-size:.85rem;font-weight:600;gap:5px;margin-top:.5rem;padding:6px 12px}.stat-trend.success{background:#10b9811a;color:#10b981}.stat-trend.danger{background:#ef44441a;color:#ef4444}.dashboard-header{align-items:center;animation:fadeIn .6s ease-out;display:flex;justify-content:space-between}.header-content{flex:1 1}.dashboard-header h1{color:#0f172a;color:var(--text-primary,#0f172a);font-weight:700}.dashboard-header .subtitle{color:#fff;color:var(--text-secondary,#fff);font-size:1rem;margin:0}.btn-refresh{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:60px;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:18px;justify-content:center;padding:10px 16px;transition:all .3s ease}.btn-refresh:hover:not(:disabled){box-shadow:0 6px 16px #667eea66;transform:translateY(-2px)}.btn-refresh:disabled{cursor:not-allowed;opacity:.6}.btn-refresh.loading{animation:spin 1s linear infinite}.progress-tracker{background:#fff;border:1px solid #0000000d;border-radius:12px;box-shadow:0 8px 24px #00000014;margin-bottom:2rem;padding:2rem}.progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.progress-header h3{color:#1a202c;font-size:1.2rem;margin:0}.progress-header span{color:#667eea;font-size:1.8rem;font-weight:700}.progress-bar-container{background:#e5e7eb;border-radius:12px;box-shadow:inset 0 2px 4px #0000000f;height:24px;margin-bottom:1.5rem;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:12px;height:100%;overflow:hidden;position:relative;transition:width .4s cubic-bezier(.4,0,.2,1)}.progress-bar-fill:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.current-step{align-items:center;background:#f9fafb;border-left:4px solid #667eea;border-radius:8px;display:flex;gap:12px;padding:1.2rem}.spinner-small{animation:spin 1s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#667eea;height:20px;width:20px}.uploading-status h3{color:#1a202c;font-size:1.1rem;margin:10px 0}.uploading-status p{color:#6b7280;margin:5px 0}.upload-results{background:linear-gradient(135deg,#d4edda,#c3e6cb);border:2px solid #10b981;border-radius:12px;box-shadow:0 8px 24px #10b98126;margin-top:2rem;padding:2rem}.result-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:2rem 0}.stat-box{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;margin:0 auto;max-width:1400px;padding:40px;text-align:center}.type-selection-section{margin:40px 0;padding:0 20px}.section-title{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:24px;text-align:center}.type-cards-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;max-width:900px}.type-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;cursor:pointer;overflow:hidden;padding:40px 30px;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.type-card:before{background:linear-gradient(135deg,#667eea,#764ba2);content:"";height:5px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.type-card:hover:before{transform:scaleX(1)}.type-card:hover{box-shadow:0 12px 40px #667eea40;transform:translateY(-8px)}.type-card-icon{animation:float 3s ease-in-out infinite;font-size:4rem;margin-bottom:20px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.type-card-title{color:#2c3e50;font-size:1.6rem;font-weight:700;margin-bottom:12px}.type-card-description{color:#6c757d;font-size:1rem;line-height:1.6;margin-bottom:24px}.type-card-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:14px 32px;transition:all .3s ease}.type-card-button:hover{box-shadow:0 6px 20px #667eea66;transform:scale(1.05)}[data-theme=dark] .section-title{color:#ecf0f1}[data-theme=dark] .type-card{background:#2c3e50}[data-theme=dark] .type-card-title{color:#ecf0f1}[data-theme=dark] .type-card-description{color:#cbd5e0}.stat-value{color:#10b981;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.alert{border:1px solid;gap:12px;margin:1rem 0;padding:15px 20px}.alert-success{background-color:#d4edda;border-color:#10b981;color:#155724}.alert-error{background-color:#f8d7da;border-color:#ef4444;color:#721c24}.alert-warning{background-color:#fff3cd;border-color:#fbbf24;color:#856404}.spinner{border:4px solid #f3f3f3;margin:20px auto}.spinner,.spinner-large{animation:spin 1s linear infinite}.spinner-large{border:5px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:60px;margin:0 auto 1rem;width:60px}.upload-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:2rem}.upload-header h1{color:#fff;font-size:2.5rem;font-weight:800;letter-spacing:-1px;margin-bottom:.5rem}.upload-instructions{background:#f9fafb;border-left:4px solid #667eea;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.upload-instructions h4{color:#1a202c;font-weight:700;margin-bottom:1rem}.format-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.format-item{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;display:flex;gap:10px;padding:12px}.format-icon{flex-shrink:0;font-size:1.3rem}.result-header{align-items:center;display:flex;gap:15px;margin-bottom:2rem}.result-header h3{color:#155724;font-weight:700;margin:0}.result-header p{color:#6b7280;font-size:.9rem;margin:5px 0 0}.result-icon{color:#10b981;flex-shrink:0;font-size:3rem}.step-indicators{display:flex;justify-content:space-between;margin-top:1.5rem;position:relative}.step-indicators:before{background:#e5e7eb;content:"";height:2px;left:10%;position:absolute;right:10%;top:18px;z-index:1}.step{flex:1 1;position:relative;text-align:center;z-index:2}.step-number{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:50%;color:#6b7280;display:flex;font-weight:700;height:40px;justify-content:center;margin:0 auto 8px;width:40px}.step.completed .step-number{background:#10b981;border-color:#10b981;color:#fff}.step-label{color:#6b7280;font-size:.85rem;font-weight:500}.dataview-container{animation:fadeIn .5s ease-in}.dataview-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:2rem}.dataview-header h1{color:#fff;font-size:2.5rem;font-weight:800;letter-spacing:-1px;margin-bottom:.5rem}.search-container{margin-bottom:1.5rem;position:relative}.search-icon{color:#6b7280;font-size:1.2rem;left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.search-input{border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;padding:12px 12px 12px 40px;transition:all .3s ease;width:100%}.search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.empty-state{background:#f9fafb;border-radius:8px;padding:3rem 2rem;text-align:center}.empty-state p{color:#1a202c;font-size:1.1rem;margin-bottom:.5rem}.empty-state p.text-muted{color:#6b7280;font-size:.95rem}.table-footer{border-top:1px solid #e5e7eb;color:#6b7280;font-size:.9rem;margin-top:1rem;padding-top:1rem;text-align:right}.status-badge{border-radius:20px;display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:.5px;padding:.4rem .8rem;text-transform:uppercase}.status-active{background:#d4edda;color:#155724}.status-inactive{background:#f8d7da;color:#721c24}.price{color:#10b981;font-weight:700}.font-weight-600{font-weight:600}.dashboard-container{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{color:#fff;font-size:2.5rem;font-weight:800;letter-spacing:-1px;margin-bottom:.5rem}.subtitle{font-size:1.1rem}.dashboard-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.card{animation:slideUp .6s ease-out backwards;background:#fff;border:1px solid #0000000d;border-radius:14px;box-shadow:0 8px 24px #00000014;overflow:hidden;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.card:first-child{animation-delay:.1s}.card:nth-child(2){animation-delay:.2s}.card:hover{box-shadow:0 12px 32px #0000001f;transform:translateY(-4px)}.card-header{background:linear-gradient(135deg,#f8fafb,#f1f5f9);border-bottom:1px solid #0000000d;padding:1.8rem}.card-title{align-items:center;color:#1a202c;color:var(--text-primary,#1a202c);display:flex;font-size:1.1rem;font-weight:700;gap:10px;margin:0}.quick-start{display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.data-insights-card,.quick-start-card{grid-column:span 1}.insight-item{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:12px;display:flex;gap:1rem;padding:1.25rem;transition:all .3s ease}.insight-item:hover{border-color:#667eea;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.insight-icon{flex-shrink:0;font-size:2rem}.insight-content{flex:1 1}.insight-number{color:#1e293b;font-size:1.75rem;font-weight:700;line-height:1;margin-bottom:.25rem}.insight-label{color:#64748b;font-size:.875rem;font-weight:500}[data-theme=dark] .insight-item{background:linear-gradient(135deg,#1e293b,#334155);border-color:#475569}[data-theme=dark] .insight-item:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea33}[data-theme=dark] .insight-number{color:#e2e8f0}[data-theme=dark] .insight-label{color:#94a3b8}.quick-start-item{animation:slideUp .6s ease-out backwards;background:linear-gradient(135deg,#f5f7ff,#e9ebff);border-left:4px solid #667eea;border-radius:12px;display:flex;gap:16px;padding:1.5rem;transition:all .3s ease}.quick-start-item:first-child{animation-delay:.2s}.quick-start-item:nth-child(2){animation-delay:.3s}.quick-start-item:nth-child(3){animation-delay:.4s}.quick-start-item:hover{background:linear-gradient(135deg,#eff2ff,#e0e5ff);box-shadow:0 4px 12px #667eea1a;transform:translateX(4px)}.qs-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.1rem;font-weight:700;height:40px;justify-content:center;width:40px}.qs-content{flex:1 1}.quick-start-item h4{color:#1a202c;color:var(--text-primary,#1a202c);font-size:1rem;font-weight:700;margin:0 0 .5rem}.quick-start-item p{color:#6b7280;color:var(--text-secondary,#6b7280);font-size:.9rem;line-height:1.5;margin:0}@media (max-width:768px){.container{padding:15px}.nav-links{flex-wrap:wrap;justify-content:center}.result-stats,.stats-grid{grid-template-columns:1fr}.upload-zone{padding:2rem 1rem}.file-selected{flex-direction:column;text-align:center}.btn{justify-content:center;width:100%}.card{padding:1.5rem}.data-table td,.data-table th{font-size:.9rem;padding:10px 12px}}@media (max-width:480px){.navbar{padding:1rem}.logo{font-size:1.3rem}.nav-link{font-size:.85rem;padding:.5rem .8rem}.card-title{font-size:1.2rem}.upload-icon{font-size:2.5rem}.stat-number{font-size:1.8rem}}.text-center{text-align:center}.text-muted{color:#6b7280}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}[data-theme=dark]{--bg-primary:#0f172a;--bg-secondary:#1e293b;--bg-tertiary:#334155;--text-primary:#f1f5f9;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--border-color:#475569;--card-shadow:0 8px 24px #0006}[data-theme=dark] body{background:linear-gradient(135deg,#0f172a,#1e293b);color:var(--text-primary)}[data-theme=dark] .navbar{background:linear-gradient(135deg,#1e293b,#334155);box-shadow:0 10px 30px #00000080}[data-theme=dark] .container{background:#0000}[data-theme=dark] .card{background:var(--bg-secondary);border-color:var(--border-color);box-shadow:var(--card-shadow);color:var(--text-primary)}[data-theme=dark] .card:hover{box-shadow:0 12px 32px #00000080}[data-theme=dark] .card-title{color:var(--text-primary)}[data-theme=dark] .stat-card{background:var(--bg-secondary);border-color:var(--border-color);box-shadow:var(--card-shadow);color:var(--text-primary)}[data-theme=dark] .stat-card:hover{box-shadow:0 12px 32px #00000080}[data-theme=dark] .stat-number{color:#667eea}[data-theme=dark] .stat-label{color:#64748b;color:var(--text-muted)}[data-theme=dark] .quick-start-item{background:#667eea14;border-left-color:#667eea;color:var(--text-primary)}[data-theme=dark] .quick-start-item:hover{background:#667eea1f}[data-theme=dark] .quick-start-item h4{color:#667eea}[data-theme=dark] .quick-start-item p{color:#64748b;color:var(--text-muted)}[data-theme=dark] .qs-icon{background:linear-gradient(135deg,#667eea,#764ba2)}[data-theme=dark] .card-header{background:var(--bg-tertiary);border-color:var(--border-color)}[data-theme=dark] .dashboard-header h1{color:var(--text-primary)}[data-theme=dark] .dashboard-header .subtitle{color:#64748b;color:var(--text-muted)}[data-theme=dark] .form-control{background:var(--bg-tertiary);border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .form-control:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33}[data-theme=dark] .form-label{color:var(--text-primary)}[data-theme=dark] .upload-zone{background:linear-gradient(135deg,var(--bg-tertiary) 0,var(--bg-secondary) 100%);border-color:#667eea}[data-theme=dark] .upload-zone:hover{background:linear-gradient(135deg,#475569,#334155)}[data-theme=dark] .upload-prompt h3,[data-theme=dark] .uploading-status h3{color:var(--text-primary)}[data-theme=dark] .upload-prompt p,[data-theme=dark] .uploading-status p{color:#64748b;color:var(--text-muted)}[data-theme=dark] .file-icon{color:#667eea}[data-theme=dark] .file-info h4{color:#e2e8f0}[data-theme=dark] .file-info p{color:#94a3b8}[data-theme=dark] .data-table{background:var(--bg-secondary);box-shadow:var(--card-shadow)}[data-theme=dark] .data-table th{background:var(--bg-tertiary)}[data-theme=dark] .data-table td,[data-theme=dark] .data-table th{border-bottom-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .data-table tbody tr:hover{background-color:var(--bg-tertiary)}[data-theme=dark] .search-input{background:var(--bg-tertiary);border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33}[data-theme=dark] .empty-state{background:var(--bg-tertiary)}[data-theme=dark] .empty-state p{color:var(--text-primary)}[data-theme=dark] .progress-tracker{background:var(--bg-secondary);border-color:var(--border-color);box-shadow:var(--card-shadow)}[data-theme=dark] .progress-header h3{color:var(--text-primary)}[data-theme=dark] .progress-bar-container{background:var(--bg-tertiary)}[data-theme=dark] .current-step{background:var(--bg-tertiary);border-left-color:#667eea}[data-theme=dark] .upload-results{background:linear-gradient(135deg,#10b9811a,#10b9810d);border-color:#10b981}[data-theme=dark] .upload-results .result-header h3{color:#10b981}[data-theme=dark] .stat-box{background:var(--bg-tertiary);box-shadow:0 3px 10px #0000004d}[data-theme=dark] .dashboard-header h1,[data-theme=dark] .dataview-header h1,[data-theme=dark] .upload-header h1{color:#f1f5f9}[data-theme=dark] .subtitle{color:#64748b;color:var(--text-muted)}[data-theme=dark] .upload-instructions{background:var(--bg-tertiary);border-left-color:#667eea}[data-theme=dark] .upload-instructions h4{color:var(--text-primary)}[data-theme=dark] .format-item{background:var(--bg-secondary);border-color:var(--border-color)}[data-theme=dark] .format-item span:not(.format-icon){color:var(--text-primary)}[data-theme=dark] .table-footer{border-top-color:var(--border-color);color:#64748b;color:var(--text-muted)}[data-theme=dark] .nav-link{color:#f1f5f9b3}[data-theme=dark] .nav-link:hover{background-color:#667eea33;color:#f1f5f9}[data-theme=dark] .alert,[data-theme=dark] .step-number{border-color:var(--border-color)}[data-theme=dark] .step-number{background:var(--bg-tertiary);color:#64748b;color:var(--text-muted)}[data-theme=dark] .dataview-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:2rem}.footer{background:linear-gradient(135deg,#667eea,#764ba2);border-top:1px solid #ffffff1a;color:#fff;margin-top:auto;padding:1rem 0}.footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1600px;padding:0 2.5rem}.footer-content p{align-items:center;display:flex;font-size:.9rem;gap:.4rem;margin:0}.heart-icon{align-items:center;animation:heartbeat 1.2s ease-in-out infinite;color:#ff1744;display:inline-flex}@keyframes heartbeat{0%,to{transform:scale(1)}25%{transform:scale(1.2)}50%{transform:scale(1)}}.footer-year{font-size:.85rem;font-weight:500;opacity:.75}[data-theme=dark] .footer{background:linear-gradient(135deg,#1e293b,#334155);border-top-color:#ffffff1a}.table-footer{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;margin-top:1.5rem;padding:1.25rem 1.5rem}.table-footer,.table-footer-left{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem}.records-per-page{align-items:center;display:flex;gap:.75rem}.records-per-page label{color:#475569;font-size:.9rem;font-weight:600;white-space:nowrap}.page-limit-select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath d='m4 6 4 4 4-4' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;border:2px solid #e2e8f0;border-radius:8px;color:#334155;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 2rem .5rem .75rem;transition:all .3s ease}.page-limit-select:hover:not(:disabled){border-color:#667eea}.page-limit-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.page-limit-select:disabled{background-color:#f1f5f9;cursor:not-allowed;opacity:.5}.records-info{color:#64748b;font-size:.9rem;font-weight:500;margin:0}.pagination{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.pagination .btn{background-color:#f8fafc;border:1px solid #e0e7ff;border-radius:6px;color:#667eea;cursor:pointer;font-size:.9rem;font-weight:500;padding:.6rem .9rem;transition:all .3s ease}.pagination .btn:hover:not(:disabled){background-color:#eef2ff;border-color:#667eea;box-shadow:0 4px 12px #667eea26}.pagination .btn:disabled{cursor:not-allowed;opacity:.5}.pagination .btn.active{background-color:#667eea;border-color:#667eea;box-shadow:0 4px 12px #667eea4d;color:#fff}.pagination-ellipsis{color:#64748b;font-weight:600;padding:.6rem .5rem;-webkit-user-select:none;user-select:none}.loading-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:3rem 2rem;text-align:center}.spinner{animation:spin .8s linear infinite;border:4px solid #e0e7ff;border-radius:50%;border-top-color:#667eea;height:40px;margin-bottom:1rem;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.loading-state p{color:#64748b;font-weight:500}.alert{align-items:center;border-radius:8px;display:flex;font-weight:500;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.5rem}.alert-error{background-color:#fee2e2;border-left:4px solid #dc2626;color:#991b1b}.alert-success{background-color:#dcfce7;border-left:4px solid #22c55e;color:#166534}.alert-warning{background-color:#fef3c7;border-left:4px solid #fbbf24;color:#92400e}.alert-info{background-color:#dbeafe;border-left:4px solid #3b82f6;color:#0c4a6e}[data-theme=dark] .table-footer{background:#1e293b;border-color:#334155}[data-theme=dark] .records-per-page label{color:#cbd5e1}[data-theme=dark] .page-limit-select{background-color:#334155;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath d='m4 6 4 4 4-4' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;border-color:#475569;color:#e2e8f0}[data-theme=dark] .page-limit-select:hover:not(:disabled){border-color:#667eea}[data-theme=dark] .page-limit-select:disabled{background-color:#1e293b}[data-theme=dark] .records-info{color:#94a3b8}[data-theme=dark] .pagination .btn{background-color:#1e293b;border-color:#334155;color:#a5b4fc}[data-theme=dark] .pagination .btn:hover:not(:disabled){background-color:#334155;border-color:#667eea}[data-theme=dark] .pagination .btn.active{background-color:#667eea;color:#fff}[data-theme=dark] .loading-state p{color:#cbd5e1}[data-theme=dark] .alert-error{background-color:#7f1d1d;border-left-color:#f87171;color:#fca5a5}[data-theme=dark] .alert-success{background-color:#14532d;border-left-color:#4ade80;color:#86efac}[data-theme=dark] .alert-warning{background-color:#78350f;border-left-color:#fbbf24;color:#fcd34d}[data-theme=dark] .alert-info{background-color:#0c2d4a;border-left-color:#60a5fa;color:#93c5fd}.search-filters-card{margin-bottom:1.5rem;overflow:hidden;padding:0!important}.search-filters-header{align-items:center;background:linear-gradient(135deg,#f8fafc,#fff);border-bottom:1px solid #e2e8f0;display:flex;gap:1rem;padding:1.5rem}.search-wrapper{flex:1 1}.search-input-wrapper{align-items:center;display:flex;position:relative}.search-icon-inside{color:#94a3b8;left:1rem;pointer-events:none;position:absolute;z-index:1}.search-input-modern{background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#1e293b;font-size:.95rem;font-weight:500;padding:.9rem 3rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.search-input-modern:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a,0 4px 12px #00000014;outline:none;transform:translateY(-1px)}.search-input-modern::placeholder{color:#94a3b8;font-weight:400}.clear-search-btn{align-items:center;background:#f1f5f9;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;justify-content:center;padding:.4rem;position:absolute;right:.75rem;transition:all .2s ease}.clear-search-btn:hover{background:#e2e8f0;color:#334155}.btn-filter-toggle{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#475569;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.6rem;padding:.9rem 1.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn-filter-toggle:hover{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.btn-filter-toggle.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.filter-active-badge{background:#10b981;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0003;height:12px;position:absolute;right:-4px;top:-4px;width:12px}.filters-panel{animation:slideDown .3s ease;background:#f8fafc;border-top:1px solid #e2e8f0;padding:1.5rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filters-panel-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.filters-panel-header h4{align-items:center;color:#1e293b;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;margin:0}.btn-clear-filters{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.4rem;padding:.6rem 1rem;transition:all .2s ease}.btn-clear-filters:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5;color:#dc2626}.btn-clear-filters:disabled{cursor:not-allowed;opacity:.5}.filters-grid-modern{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.filter-item{display:flex;flex-direction:column;gap:.5rem}.filter-label-modern{color:#334155;font-size:.875rem;font-weight:600;letter-spacing:.01em}.filter-input-container{position:relative}.filter-input-modern,.filter-select-modern{background:#fff;border:2px solid #e2e8f0;border-radius:10px;color:#1e293b;font-size:.95rem;font-weight:500;padding:.75rem 1rem;transition:all .3s ease;width:100%}.filter-input-modern:focus,.filter-select-modern:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none;transform:translateY(-1px)}.filter-input-modern:disabled,.filter-select-modern:disabled{background-color:#f1f5f9;color:#94a3b8;cursor:not-allowed}.filter-select-modern{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath d='m5 7.5 5 5 5-5' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;cursor:pointer;padding-right:2.5rem}.glass-card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffffe6;border:1px solid #fff6;border-radius:20px;box-shadow:0 8px 32px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1)}[data-theme=dark] .glass-card{background:#1e293bb3;border-color:#ffffff1a;box-shadow:0 8px 32px #0000004d}.glass-panel{height:100%;padding:2rem}.glass-sidebar{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#0f172acc!important;border-right:1px solid #ffffff1a}[data-theme=light] .glass-sidebar{background:#ffffffb3!important;border-right:1px solid #0000001a}[data-theme=dark] .search-filters-header{background:linear-gradient(135deg,#1e293b,#334155);border-bottom-color:#475569}[data-theme=dark] .search-input-modern{background:#334155;border-color:#475569;color:#e2e8f0}[data-theme=dark] .search-input-modern:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea33,0 4px 12px #0000004d}[data-theme=dark] .search-icon-inside,[data-theme=dark] .search-input-modern::placeholder{color:#94a3b8}[data-theme=dark] .clear-search-btn{background:#475569;color:#cbd5e1}[data-theme=dark] .clear-search-btn:hover{background:#64748b;color:#f1f5f9}[data-theme=dark] .btn-filter-toggle{background:#334155;border-color:#475569;color:#cbd5e1}[data-theme=dark] .btn-filter-toggle:hover{background:#475569;border-color:#64748b}[data-theme=dark] .btn-filter-toggle.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}[data-theme=dark] .filters-panel{background:#1e293b;border-top-color:#475569}[data-theme=dark] .filters-panel-header h4{color:#e2e8f0}[data-theme=dark] .btn-clear-filters{background:#334155;border-color:#475569;color:#cbd5e1}[data-theme=dark] .btn-clear-filters:hover:not(:disabled){background:#7f1d1d;border-color:#991b1b;color:#fca5a5}[data-theme=dark] .filter-label-modern{color:#cbd5e1}[data-theme=dark] .filter-input-modern,[data-theme=dark] .filter-select-modern{background:#334155;border-color:#475569;color:#e2e8f0}[data-theme=dark] .filter-input-modern:focus,[data-theme=dark] .filter-select-modern:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33}[data-theme=dark] .filter-input-modern:disabled,[data-theme=dark] .filter-select-modern:disabled{background-color:#1e293b;color:#64748b}[data-theme=dark] .filter-select-modern{background-color:#334155;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath d='m5 7.5 5 5 5-5' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat}@media (max-width:768px){.search-filters-header{flex-direction:column;gap:1rem}.btn-filter-toggle{justify-content:center;width:100%}.filters-grid-modern{grid-template-columns:1fr}.date-range-container{flex-direction:column}.date-range-separator{margin:.5rem 0;transform:rotate(90deg)}}.date-range-group{grid-column:span 2}.date-range-container{align-items:flex-end;display:flex;gap:1rem;margin-bottom:.75rem}.date-input-group{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.date-sublabel{color:#64748b;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.date-range-separator{color:#94a3b8;font-size:.9rem;font-weight:600;padding-bottom:.75rem}.filter-actions{border-top:2px solid #e5e7eb;display:flex;gap:1rem;margin-top:1.5rem;padding-top:1.5rem}.btn-apply-filters,.btn-clear-all-filters{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;flex:1 1;font-size:.95rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1.5rem;transition:all .3s ease}.btn-apply-filters{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea4d;color:#fff}.btn-apply-filters:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.btn-apply-filters:active:not(:disabled){transform:translateY(0)}.btn-clear-all-filters{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);box-shadow:0 2px 8px #0000001a;color:#374151}.btn-clear-all-filters:hover:not(:disabled){background:linear-gradient(135deg,#e5e7eb,#d1d5db);box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.btn-clear-all-filters:active:not(:disabled){transform:translateY(0)}.btn-apply-filters:disabled,.btn-clear-all-filters:disabled{cursor:not-allowed;opacity:.5;transform:none}.btn-apply-dates{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease;width:100%}.btn-apply-dates:hover:not(:disabled){box-shadow:0 6px 16px #667eea66;transform:translateY(-2px)}.btn-apply-dates:active:not(:disabled){transform:translateY(0)}.btn-apply-dates:disabled{cursor:not-allowed;opacity:.5;transform:none}[data-theme=dark] .date-sublabel{color:#94a3b8}[data-theme=dark] .date-range-separator{color:#64748b}[data-theme=dark] .filter-actions{border-top-color:#334155}[data-theme=dark] .btn-apply-filters{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea66}[data-theme=dark] .btn-apply-filters:hover:not(:disabled){box-shadow:0 6px 20px #667eea80}[data-theme=dark] .btn-clear-all-filters{background:linear-gradient(135deg,#334155,#475569);box-shadow:0 2px 8px #0000004d;color:#e2e8f0}[data-theme=dark] .btn-clear-all-filters:hover:not(:disabled){background:linear-gradient(135deg,#475569,#64748b);box-shadow:0 4px 12px #0006}.filters-container{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:1.5rem;padding:1.5rem}.filters-grid{grid-gap:1.5rem;align-items:end;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-label{align-items:center;color:#374151;display:flex;font-size:.9rem;font-weight:600;gap:.5rem}.filter-input,.filter-select{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#374151;font-size:.95rem;padding:.75rem 1rem;transition:all .3s ease}.filter-input:focus,.filter-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.filter-input:disabled,.filter-select:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.btn-outline,.filter-select{cursor:pointer}.btn-outline{align-items:center;background:#0000;border:2px solid #d1d5db;border-radius:8px;color:#6b7280;display:flex;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;transition:all .3s ease}.btn-outline:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af;color:#374151}.btn-outline:disabled{cursor:not-allowed;opacity:.5}[data-theme=dark] .filters-container{background:linear-gradient(135deg,#1e293b,#334155);border-color:#475569}[data-theme=dark] .filter-label{color:#e2e8f0}[data-theme=dark] .filter-input,[data-theme=dark] .filter-select{background:#334155;border-color:#475569;color:#e2e8f0}[data-theme=dark] .filter-input:focus,[data-theme=dark] .filter-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33}[data-theme=dark] .filter-input:disabled,[data-theme=dark] .filter-select:disabled{background-color:#1e293b;color:#64748b}[data-theme=dark] .btn-outline{border-color:#475569;color:#cbd5e1}[data-theme=dark] .btn-outline:hover:not(:disabled){background:#334155;border-color:#64748b;color:#f1f5f9}.profile-container{margin:0 auto;max-width:1200px;padding:2rem}.profile-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.profile-header h1{color:#fff;font-size:2rem;font-weight:700;margin:0 0 .5rem}.profile-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.profile-grid{grid-template-columns:2fr 1fr}}.profile-card{grid-column:1/-1}@media (min-width:768px){.profile-card{grid-column:1/2;grid-row:1/3}.password-card{grid-column:2/3;grid-row:1/2}.account-info-card{grid-column:2/3;grid-row:2/3}}.card-header-profile{align-items:center;background:linear-gradient(135deg,#667eea0d,#764ba20d);border-bottom:1px solid var(--border-color);display:flex;gap:1.5rem;padding:2rem}.profile-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 4px 12px #667eea4d;color:#fff;display:flex;flex-shrink:0;font-size:2rem;height:80px;justify-content:center;width:80px}.profile-info-header{flex:1 1}.profile-info-header h3{color:var(--text-primary);font-size:1.5rem;font-weight:700;margin:0 0 .25rem}.profile-username{color:var(--text-secondary);font-size:.95rem;margin:0}.btn-edit-profile{align-items:center;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.625rem 1.25rem;transition:all .2s}.btn-edit-profile:hover{background:var(--bg-tertiary);box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.password-form,.profile-form{padding:2rem}.label-icon{color:var(--text-secondary);margin-right:.5rem}.input-wrapper.disabled{cursor:not-allowed;opacity:.7}.input-wrapper.disabled input{cursor:not-allowed}.input-badge{background:var(--bg-tertiary);border-radius:12px;color:var(--text-secondary);font-size:.75rem;font-weight:600;padding:.25rem .75rem;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.btn-secondary{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.btn-secondary:hover:not(:disabled){background:var(--bg-tertiary);transform:translateY(-1px)}.btn-secondary:disabled{cursor:not-allowed;opacity:.5}.card-header-section{align-items:center;border-bottom:1px solid var(--border-color);display:flex;gap:1rem;padding:1.5rem 2rem}.section-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;height:48px;justify-content:center;width:48px}.section-subtitle{color:var(--text-secondary);font-size:.875rem;margin:.25rem 0 0}.card-header-section h3{color:var(--text-primary);font-size:1.25rem;font-weight:700;margin:0}.password-requirements{background:var(--bg-secondary);border-radius:6px;font-size:.85rem;margin-top:.5rem;padding:.75rem}.requirement{align-items:center;color:var(--text-secondary);display:flex;gap:.5rem;padding:.25rem 0;transition:color .2s}.requirement.met{color:#10b981;font-weight:600}.account-stats{padding:2rem}.stat-item{align-items:center;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:1rem 0}.stat-item:last-child{border-bottom:none}.stat-label{color:var(--text-secondary);font-size:.9rem;font-weight:500}.stat-value{color:var(--text-primary);font-size:.95rem;font-weight:600}.status-badge.status-active{background:#10b981;border-radius:12px;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.alert.slide-in{animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.spinner-mini{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:14px;margin-right:.5rem;width:14px}.validation-check{color:#10b981;font-size:1rem;font-weight:700;margin-left:.5rem}.error-message{color:#ef4444;display:block;font-size:.85rem;font-weight:500;margin-top:.5rem}.input-wrapper.error{border-color:#ef4444}.input-wrapper.success{border-color:#10b981}[data-theme=dark] .card-header-profile{background:linear-gradient(135deg,#667eea1a,#764ba21a)}[data-theme=dark] .profile-avatar{box-shadow:0 4px 12px #667eea33}[data-theme=dark] .btn-edit-profile{background:var(--bg-tertiary)}[data-theme=dark] .btn-edit-profile:hover{background:#334155}[data-theme=dark] .password-requirements{background:#ffffff08}[data-theme=dark] .input-badge{background:#ffffff0d}
/*# sourceMappingURL=main.3c8fc57e.css.map*/