.container{max-width:1200px;margin:0 auto;padding:40px 20px}.analyzer-wrapper{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:50px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 60px #0000004d}.analyzer-header{text-align:center;margin-bottom:50px}.analyzer-icon{font-size:4rem;margin-bottom:20px;display:inline-block;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}h1{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:12px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{font-size:1.1rem;color:#94a3b8;font-weight:500}.upload-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-bottom:32px}.file-input-group{background:#ffffff08;border:2px dashed rgba(255,255,255,.2);border-radius:16px;padding:30px;transition:all .3s ease;position:relative;overflow:hidden}.file-input-group:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(102,126,234,.1),transparent);transition:left .5s ease}.file-input-group:hover:before{left:100%}.file-input-group:hover{border-color:#667eea80;background:#667eea0d;transform:translateY(-2px)}.file-input-group label{display:block;margin-bottom:16px;color:#fff;font-size:1.1rem;font-weight:600}.file-info{display:block;font-size:.9rem;color:#94a3b8;font-weight:400;margin-top:6px}input[type=file]{width:100%;padding:14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#e2e8f0;cursor:pointer;font-size:.95rem;transition:all .3s ease}input[type=file]:hover:not(:disabled){background:#ffffff14;border-color:#667eea80}input[type=file]:disabled{opacity:.5;cursor:not-allowed}input[type=file]::file-selector-button{padding:8px 16px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;font-weight:600;cursor:pointer;margin-right:12px;transition:all .3s ease}input[type=file]::file-selector-button:hover{transform:scale(1.05)}.file-selected{margin-top:12px;padding:8px 12px;background:#48bb781a;border:1px solid rgba(72,187,120,.3);border-radius:8px;color:#68d391;font-weight:600;font-size:.9rem;display:inline-block}.process-button{width:100%;padding:18px 40px;font-size:1.15rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:14px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #667eea66;position:relative;overflow:hidden}.process-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.process-button:hover:before{width:300px;height:300px}.process-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 40px #667eea99}.process-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.progress-message{margin-top:24px;padding:20px;background:#3b82f61a;border-left:4px solid #3b82f6;border-radius:12px;color:#93c5fd;font-weight:600;text-align:center;animation:slideIn .5s ease}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.progress-message.success{background:#48bb781a;border-left-color:#48bb78;color:#68d391}.stats-section{margin-top:40px;padding:35px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stats-section h3{color:#fff;margin-bottom:24px;text-align:center;font-size:1.5rem;font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.stat-item:hover{background:#ffffff14;transform:translate(5px)}.stat-label{color:#cbd5e1;font-weight:500;font-size:.95rem}.stat-value{color:#667eea;font-weight:800;font-size:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.info-section{margin-top:40px;padding:35px;background:#fbbf240d;border:1px solid rgba(251,191,36,.2);border-radius:16px}.info-section h3{color:#fbbf24;margin-bottom:20px;font-size:1.3rem;font-weight:700}.info-section ol{margin-left:24px;color:#e2e8f0;line-height:2;font-size:1rem}.info-section ul{margin-left:24px;margin-top:12px;color:#cbd5e1}.info-section li{margin-bottom:10px}.info-section strong{color:#fbbf24;font-weight:700}@media(max-width:768px){.analyzer-wrapper{padding:30px 20px}h1{font-size:2rem}.upload-section,.stats-grid{grid-template-columns:1fr}.stat-item{flex-direction:column;align-items:flex-start;gap:8px}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:20px}.app-container{max-width:1000px;margin:0 auto;padding:20px}.card{background:#fff;border-radius:16px;padding:40px;box-shadow:0 20px 60px #0000004d}h1{color:#1a202c;font-size:32px;margin-bottom:8px;text-align:center}.subtitle{color:#718096;text-align:center;margin-bottom:24px;font-size:16px}.mode-tabs{display:flex;gap:12px;margin-bottom:32px;padding:8px;background:#f7fafc;border-radius:12px}.mode-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;border:2px solid transparent;border-radius:10px;font-size:15px;font-weight:600;color:#4a5568;background:transparent;cursor:pointer;transition:all .3s ease}.mode-tab:hover{background:#fff;color:#667eea}.mode-tab.active{background:#fff;color:#667eea;border-color:#667eea;box-shadow:0 4px 12px #667eea33}.mode-tab svg{flex-shrink:0}.mode-content{animation:fadeIn .3s ease}.upload-section{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.file-label{display:flex;align-items:center;gap:12px;padding:20px;border:2px dashed #cbd5e0;border-radius:12px;cursor:pointer;transition:all .3s ease;background:#f7fafc}.file-label:hover{border-color:#667eea;background:#edf2f7}.file-label span{color:#4a5568;font-weight:500}.file-input{display:none}.upload-icon{width:32px;height:32px;color:#667eea}.compare-file-section{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.compare-file-section h4{color:#2d3748;font-size:16px;margin-bottom:4px}.file-description{color:#718096;font-size:13px;margin-bottom:12px}.selected-file-info{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:10px 14px;background:#c6f6d5;border-radius:8px;color:#22543d;font-size:14px;font-weight:500}.remove-file-btn{padding:4px 12px;background:#fc8181;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.remove-file-btn:hover{background:#f56565}.files-list-container{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px}.files-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.files-list-title{font-size:14px;font-weight:600;color:#2d3748}.clear-all-button{padding:6px 12px;background:#fc8181;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.clear-all-button:hover{background:#f56565}.files-list{display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto}.file-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.file-item-info{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.file-icon{width:20px;height:20px;color:#667eea;flex-shrink:0}.file-details{display:flex;flex-direction:column;gap:2px;min-width:0}.file-name{font-size:14px;font-weight:500;color:#2d3748;word-break:break-all}.file-size{font-size:12px;color:#718096}.remove-button{padding:6px;background:transparent;border:none;border-radius:6px;cursor:pointer}.remove-button:hover{background:#fed7d7}.remove-icon{width:20px;height:20px;color:#e53e3e}.process-button{padding:16px 32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.process-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea66}.process-button:disabled{opacity:.6;cursor:not-allowed}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.alert{padding:16px 20px;border-radius:12px;display:flex;align-items:center;gap:12px;margin-bottom:24px;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert-error{background:#fed7d7;color:#c53030;border:1px solid #fc8181}.alert-success{background:#c6f6d5;color:#22543d;border:1px solid #9ae6b4}.alert-icon{width:24px;height:24px;flex-shrink:0}.preview-section{margin-top:32px;padding-top:32px;border-top:2px solid #e2e8f0}.preview-section h3{color:#2d3748;margin-bottom:16px;font-size:20px}.table-container{overflow-x:auto;border-radius:12px;border:1px solid #e2e8f0}.preview-table{width:100%;border-collapse:collapse;background:#fff}.preview-table thead{background:#f7fafc}.preview-table th{padding:12px 16px;text-align:left;font-weight:600;color:#2d3748;border-bottom:2px solid #e2e8f0;white-space:nowrap}.preview-table td{padding:12px 16px;color:#4a5568;border-bottom:1px solid #e2e8f0}.preview-table tbody tr:hover{background:#f7fafc}.info-section{margin-top:32px;padding:24px;background:#f7fafc;border-radius:12px;border-left:4px solid #667eea}.info-section h3{color:#2d3748;margin-bottom:16px;font-size:18px}.info-section ol{padding-left:20px;color:#4a5568;line-height:1.8}.info-section li{margin-bottom:8px}.info-section strong{color:#667eea;font-weight:600}.date-filter-section{background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;padding:20px}.date-filter-toggle{display:flex;align-items:center;gap:12px;margin-bottom:16px}.checkbox-input{width:20px;height:20px;cursor:pointer;accent-color:#667eea}.checkbox-label{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#2d3748;cursor:pointer}.calendar-icon{width:24px;height:24px;color:#667eea}.date-inputs{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.date-input-group{display:flex;flex-direction:column;gap:8px}.date-input-group label{font-size:14px;font-weight:600;color:#4a5568}.date-input{padding:12px;border:2px solid #cbd5e0;border-radius:8px;font-size:15px;color:#2d3748;background:#fff}.date-input:focus{outline:none;border-color:#667eea}@media(max-width:768px){.card{padding:24px}h1{font-size:24px}.mode-tabs{flex-direction:column}.mode-tab{padding:12px}.date-inputs{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0f172a;min-height:100vh;color:#e2e8f0}.app-wrapper{min-height:100vh;background:#0f172a}.back-button{position:fixed;top:30px;left:30px;padding:12px 24px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;font-size:15px;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease;z-index:1000;display:flex;align-items:center;gap:8px}.back-button:hover{background:#ffffff26;transform:translate(-5px)}.main-container{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b)}.hero-section{padding:80px 20px 60px;text-align:center;background:linear-gradient(180deg,rgba(102,126,234,.1) 0%,transparent 100%)}.hero-content{max-width:800px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#667eea1a;border:1px solid rgba(102,126,234,.3);border-radius:50px;color:#a78bfa;font-size:14px;font-weight:600;margin-bottom:24px;animation:fadeInDown .6s ease}.badge-dot{width:8px;height:8px;background:#a78bfa;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:24px;color:#fff;animation:fadeInUp .6s ease .2s both}.gradient-text{background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#94a3b8;line-height:1.8;max-width:600px;margin:0 auto;animation:fadeInUp .6s ease .4s both}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tools-container{max-width:1200px;margin:0 auto;padding:40px 20px 80px}.tools-header{text-align:center;margin-bottom:50px}.tools-header h2{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:12px}.tools-header p{font-size:1.1rem;color:#94a3b8}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:30px;margin-bottom:60px}.tool-card-modern{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;overflow:hidden;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tool-card-modern:hover{transform:translateY(-10px);border-color:#ffffff4d;box-shadow:0 20px 60px #667eea4d}.tool-card-header{padding:30px;text-align:center;position:relative;overflow:hidden}.tool-card-header:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tool-icon-large{position:relative;z-index:1;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3));display:flex;align-items:center;justify-content:center}.tool-icon-large img{width:80px;height:80px;object-fit:contain}.tool-card-body{padding:35px}.tool-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:12px}.tool-desc{color:#94a3b8;line-height:1.6;margin-bottom:24px;font-size:1rem}.tool-features{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.feature-badge{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#ffffff0d;border-radius:8px;font-size:.9rem;color:#cbd5e1;transition:all .3s ease}.feature-badge:hover{background:#ffffff1a;transform:translate(5px)}.feature-badge svg{flex-shrink:0;stroke:#a78bfa}.tool-launch-btn{width:100%;padding:16px;border:none;border-radius:12px;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.tool-launch-btn:hover{transform:scale(1.02);box-shadow:0 10px 30px #0000004d}.info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.info-card{padding:30px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;text-align:center;transition:all .3s ease}.info-card:hover{background:#ffffff14;transform:translateY(-5px)}.info-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.info-card h4{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:12px}.info-card p{color:#94a3b8;line-height:1.6;font-size:.95rem}@media(max-width:1024px){.tools-grid{grid-template-columns:1fr}.hero-title{font-size:2.5rem}}@media(max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.tools-header h2{font-size:2rem}.back-button{top:20px;left:20px;padding:10px 20px;font-size:14px}}.processor-container{max-width:1100px;margin:0 auto;padding:80px 20px 40px}.processor-header{display:flex;align-items:center;gap:20px;margin-bottom:40px}.header-icon{width:70px;height:70px;border-radius:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sms-gradient{background:linear-gradient(135deg,#06b6d4,#3b82f6)}.processor-header h1{font-size:2rem;font-weight:700;color:#fff;margin-bottom:6px}.processor-header p{color:#94a3b8;font-size:1rem}.filter-info{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;margin-bottom:30px}.filter-info h3{color:#fff;font-size:1rem;font-weight:600;margin-bottom:16px}.filter-tags{display:flex;flex-wrap:wrap;gap:10px}.filter-tag{padding:8px 14px;border-radius:8px;font-size:.85rem;font-weight:500}.filter-tag.include{background:#10b98126;color:#34d399;border:1px solid rgba(16,185,129,.3)}.filter-tag.exclude{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3)}.upload-zone{background:#ffffff08;border:2px dashed rgba(255,255,255,.2);border-radius:20px;padding:60px 40px;text-align:center;transition:all .3s ease}.upload-zone.drag-active{border-color:#3b82f6;background:#3b82f61a}.upload-zone.has-file{border-style:solid;border-color:#10b98166;background:#10b9810d}.upload-label{cursor:pointer;display:block}.upload-icon{margin-bottom:20px;color:#64748b}.upload-text{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:8px}.upload-subtext{color:#64748b;margin-bottom:16px}.upload-formats{display:inline-block;padding:6px 12px;background:#ffffff1a;border-radius:6px;font-size:.8rem;color:#94a3b8}.file-selected{display:flex;flex-direction:column;align-items:center}.file-icon{margin-bottom:16px}.file-name{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:4px}.file-size{color:#64748b;font-size:.9rem;margin-bottom:24px}.file-actions{display:flex;gap:12px}.process-btn{padding:14px 28px;background:linear-gradient(135deg,#06b6d4,#3b82f6);border:none;border-radius:12px;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease}.process-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #3b82f666}.process-btn:disabled{opacity:.7;cursor:not-allowed}.change-btn{padding:14px 24px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease}.change-btn:hover{background:#ffffff26}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.results-section{animation:fadeIn .4s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:30px}.stat-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;display:flex;align-items:center;gap:16px}.stat-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon.blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.stat-icon.green{background:linear-gradient(135deg,#10b981,#059669)}.stat-icon.purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.stat-info{display:flex;flex-direction:column}.stat-value{font-size:1.75rem;font-weight:700;color:#fff}.stat-label{color:#64748b;font-size:.9rem}.results-table-container{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden}.table-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.1)}.table-header h3{color:#fff;font-size:1.1rem;font-weight:600}.table-actions{display:flex;gap:12px}.export-btn,.reset-btn{padding:10px 18px;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease}.export-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;color:#fff}.export-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10b98166}.reset-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff}.reset-btn:hover{background:#ffffff26}.table-wrapper{max-height:500px;overflow-y:auto}.results-table{width:100%;border-collapse:collapse}.results-table th{background:#ffffff0d;padding:14px 20px;text-align:left;font-weight:600;color:#94a3b8;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;position:sticky;top:0}.results-table td{padding:14px 20px;border-bottom:1px solid rgba(255,255,255,.05);color:#e2e8f0}.results-table tr:hover td{background:#ffffff08}.row-num{color:#64748b;font-size:.85rem}.phone-cell{font-family:Monaco,Consolas,monospace;color:#06b6d4}.msg-count{font-weight:600;color:#a78bfa}.table-note{padding:16px;text-align:center;color:#64748b;font-size:.9rem;border-top:1px solid rgba(255,255,255,.1)}.error-msg{margin-top:20px;padding:16px 20px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:12px;color:#f87171}@media(max-width:768px){.stats-grid{grid-template-columns:1fr}.table-header{flex-direction:column;gap:16px}.filter-tags{flex-direction:column}.file-actions{flex-direction:column;width:100%}.process-btn,.change-btn{width:100%;justify-content:center}}
