@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.file-upload{border:3px dashed #cbd5e1;border-radius:16px;padding:48px 40px;text-align:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2)}.file-upload:hover:not(.disabled){border-color:#667eea;background:linear-gradient(135deg,#667eea0d,#764ba20d);transform:translateY(-2px);box-shadow:0 12px 40px #667eea33}.file-upload.dragging{border-color:#667eea;background:linear-gradient(135deg,#667eea1a,#764ba21a);transform:scale(1.02);box-shadow:0 12px 40px #667eea4d}.file-upload.disabled{opacity:.6;cursor:not-allowed}.upload-content{display:flex;flex-direction:column;align-items:center;gap:12px}.upload-content svg{color:#667eea;filter:drop-shadow(0 2px 4px rgba(102,126,234,.3));transition:transform .3s ease}.file-upload:hover:not(.disabled) .upload-content svg{transform:scale(1.1) translateY(-4px)}.upload-text{font-size:18px;font-weight:600;color:#1e293b;margin:0;letter-spacing:-.2px}.upload-hint{font-size:14px;color:#64748b;margin:0;font-weight:500}.processing-status{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2)}.status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.status-header h3{margin:0;font-size:20px;font-weight:700;color:#1e293b;letter-spacing:-.3px}.processing-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;animation:pulse 2s infinite;box-shadow:0 4px 12px #667eea66}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.progress-bar-container{width:100%;height:28px;background:#e2e8f0;border-radius:14px;overflow:hidden;margin-bottom:20px;box-shadow:inset 0 2px 4px #0000001a}.progress-bar{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .4s cubic-bezier(.4,0,.2,1);border-radius:14px;box-shadow:0 2px 8px #667eea66;position:relative;overflow:hidden}.progress-bar:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.status-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:16px}.stat-item{display:flex;flex-direction:column;gap:4px}.stat-label{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:1px;font-weight:600}.stat-value{font-size:28px;font-weight:700;color:#1e293b;letter-spacing:-.5px}.stat-item.success .stat-value{color:#10b981}.stat-item.error .stat-value{color:#ef4444}.completion-message{margin-top:20px;padding:16px;background:linear-gradient(135deg,#10b9811a,#0596691a);color:#065f46;border-radius:12px;text-align:center;font-weight:600;border:2px solid rgba(16,185,129,.2);box-shadow:0 4px 12px #10b9811a}.results-list{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:24px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2)}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:16px}.results-list h3{margin:0;font-size:22px;font-weight:700;color:#1e293b;letter-spacing:-.3px}.download-zip-button{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:12px 24px;border-radius:12px;cursor:pointer;font-size:15px;font-weight:600;transition:all .3s ease;display:flex;align-items:center;gap:8px;box-shadow:0 4px 12px #10b9814d;font-family:Inter,sans-serif}.download-zip-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.download-zip-button:active{transform:translateY(0)}.results-container{display:flex;flex-direction:column;gap:12px;max-height:600px;overflow-y:auto}.result-item{border:2px solid #e2e8f0;border-radius:12px;padding:16px;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff}.result-item:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px);border-color:#cbd5e1}.result-item.success{border-left:5px solid #10b981;background:linear-gradient(90deg,#10b9810d,#fff 5%)}.result-item.error{border-left:5px solid #ef4444;background:linear-gradient(90deg,#ef44440d,#fff 5%)}.result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.result-chave{font-family:Courier New,monospace;font-size:14px;color:#333;word-break:break-all}.result-status{font-size:12px;font-weight:600;padding:4px 8px;border-radius:4px;white-space:nowrap}.result-status.success{background-color:#d4edda;color:#155724}.result-status.error{background-color:#f8d7da;color:#721c24}.result-error{font-size:12px;color:#721c24;margin-bottom:8px;padding:8px;background-color:#f8d7da;border-radius:4px}.download-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:10px 20px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px #667eea4d;font-family:Inter,sans-serif}.download-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.download-button:active:not(:disabled){transform:translateY(0)}.download-button:disabled,.download-button-disabled{background:#cbd5e1!important;cursor:not-allowed;box-shadow:none;opacity:.7}.results-container::-webkit-scrollbar{width:8px}.results-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.results-container::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.results-container::-webkit-scrollbar-thumb:hover{background:#555}.history-container{padding:24px}.history-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:28px}.clear-history-button{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;padding:12px 24px;border-radius:12px;cursor:pointer;font-size:15px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #ef44444d;font-family:Inter,sans-serif}.clear-history-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ef444466}.history-empty{text-align:center;padding:80px 20px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2);color:#64748b}.history-empty-hint{font-size:15px;margin-top:12px;color:#94a3b8;font-weight:500}.history-layout{display:grid;grid-template-columns:350px 1fr;gap:20px;min-height:600px}.history-list{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:16px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2);overflow-y:auto;max-height:800px}.history-item{background:linear-gradient(135deg,#667eea0d,#764ba20d);border:2px solid transparent;border-radius:12px;padding:16px;margin-bottom:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.history-item:hover{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-color:#667eea;transform:translate(4px);box-shadow:0 4px 12px #667eea33}.history-item.selected{background:linear-gradient(135deg,#667eea26,#764ba226);border-color:#667eea;box-shadow:0 6px 20px #667eea4d}.history-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.history-item-filename{margin:0;font-size:14px;font-weight:600;color:#333;flex:1;word-break:break-word}.history-item-delete{background:#ef44441a;border:none;color:#ef4444;font-size:22px;cursor:pointer;padding:4px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .3s ease;flex-shrink:0;margin-left:8px}.history-item-delete:hover{background:#ef444433;transform:scale(1.1);color:#dc2626}.history-item-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.history-item-date{font-size:12px;color:#666}.history-item-stats{display:flex;gap:8px}.stat-success{font-size:12px;color:#28a745;font-weight:600}.stat-error{font-size:12px;color:#dc3545;font-weight:600}.history-item-summary{font-size:12px;color:#999}.history-details{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:24px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;max-height:800px;overflow-y:auto}.history-details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.history-details-header h3{margin:0;font-size:18px;color:#333;word-break:break-word;flex:1}.close-details-button{background:#64748b1a;border:none;color:#64748b;font-size:24px;cursor:pointer;padding:4px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:all .3s ease;flex-shrink:0}.close-details-button:hover{background:#64748b33;color:#1e293b;transform:scale(1.1) rotate(90deg)}.history-details-info{margin-bottom:20px}.info-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f0f0f0}.info-value.error{color:#ef4444;font-weight:700}.history-details-actions{margin-bottom:20px;padding-top:16px;border-top:1px solid #e0e0e0}.history-details-actions .download-zip-button:disabled{background:#cbd5e1!important;cursor:not-allowed;box-shadow:none;opacity:.7}.history-no-xml-hint{margin:12px 0 0;font-size:13px;color:#94a3b8;font-style:italic}.history-details-results{flex:1;overflow-y:auto}.history-placeholder{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:80px 20px;text-align:center;color:#94a3b8;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2);font-size:16px;font-weight:500}.confirm-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.confirm-dialog{background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:32px;max-width:420px;width:90%;box-shadow:0 20px 60px #0000004d;border:1px solid rgba(255,255,255,.2);animation:slideUp .3s cubic-bezier(.4,0,.2,1)}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.confirm-dialog h3{margin:0 0 16px;font-size:22px;font-weight:700;color:#1e293b;letter-spacing:-.3px}.confirm-dialog p{margin:0 0 24px;color:#64748b;line-height:1.6;font-size:15px}.confirm-dialog-buttons{display:flex;gap:12px;justify-content:flex-end}.confirm-button{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;padding:12px 24px;border-radius:12px;cursor:pointer;font-size:15px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #ef44444d;font-family:Inter,sans-serif}.confirm-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ef444466}.cancel-button{background:#64748b;color:#fff;border:none;padding:12px 24px;border-radius:12px;cursor:pointer;font-size:15px;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px #64748b33;font-family:Inter,sans-serif}.cancel-button:hover{background:#475569;transform:translateY(-2px);box-shadow:0 4px 12px #64748b4d}.history-list::-webkit-scrollbar,.history-details::-webkit-scrollbar,.history-details-results::-webkit-scrollbar{width:8px}.history-list::-webkit-scrollbar-track,.history-details::-webkit-scrollbar-track,.history-details-results::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.history-list::-webkit-scrollbar-thumb,.history-details::-webkit-scrollbar-track,.history-details-results::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.history-list::-webkit-scrollbar-thumb:hover,.history-details::-webkit-scrollbar-thumb:hover,.history-details-results::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width: 1024px){.history-layout{grid-template-columns:1fr}.history-list{max-height:300px}}.wallet-container{padding:24px}.wallet-balance-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;padding:40px;margin-bottom:28px;color:#fff;text-align:center;box-shadow:0 12px 40px #667eea66;position:relative;overflow:hidden}.wallet-balance-card:before{content:"";position:absolute;top:-50%;right:-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)}}.balance-label{font-size:16px;opacity:.9;margin-bottom:12px;font-weight:500}.balance-amount{font-size:64px;font-weight:700;margin-bottom:12px;text-shadow:0 2px 4px rgba(0,0,0,.2);color:#fff}.balance-info{font-size:14px;opacity:.9}.balance-info .no-credits{color:#fcc;font-weight:600}.credits-breakdown{display:flex;flex-direction:row;gap:20px;margin-top:8px;flex-wrap:nowrap;justify-content:center;align-items:center}.credits-breakdown span{font-size:13px;white-space:nowrap}.wallet-tabs{display:flex;gap:0;margin-bottom:24px;background:#f1f5f9;border-radius:12px;padding:4px}.wallet-tab{flex:1;padding:14px 24px;border:none;background:transparent;font-size:15px;font-weight:600;color:#64748b;cursor:pointer;transition:all .3s ease;border-radius:10px;font-family:Inter,sans-serif}.wallet-tab:hover{color:#1e293b;background:#ffffff80}.wallet-tab.active{background:#fff;color:#667eea;box-shadow:0 2px 8px #0000001a}.wallet-tab-content{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.wallet-info{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:24px;margin-bottom:28px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2)}.info-value.success{color:#10b981;font-weight:700}.info-value.cancelled{color:#dc2626;font-weight:700}.info-value.warning{color:#d97706;font-weight:700}.cancelled-warning{background:linear-gradient(135deg,#dc262614,#b91c1c14);border:2px solid rgba(220,38,38,.2);border-radius:12px;padding:20px;margin-bottom:20px;display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}.cancelled-warning p{margin:0;color:#991b1b;font-size:15px}.cancelled-warning strong{color:#dc2626}.reactivate-button{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:12px 28px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #10b9814d;font-family:Inter,sans-serif}.reactivate-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.reactivate-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.info-item{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f0f0f0}.info-item:last-child{border-bottom:none}.info-label{font-size:14px;color:#666;font-weight:500}.info-value{font-size:14px;color:#333;font-weight:600}.subscription-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px;margin-bottom:28px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2);text-align:center}.subscription-header{margin-bottom:32px}.subscription-header h3{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 16px;letter-spacing:-.5px}.subscription-price{display:flex;align-items:baseline;justify-content:center;gap:8px}.price-amount{font-size:48px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.price-period{font-size:18px;color:#64748b;font-weight:500}.subscription-features{display:flex;flex-direction:column;gap:16px;margin-bottom:32px;text-align:left;max-width:400px;margin-left:auto;margin-right:auto}.feature-item{display:flex;align-items:center;gap:12px;font-size:16px;color:#1e293b;font-weight:500}.feature-icon{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.subscribe-button{width:100%;max-width:300px;padding:18px 32px;border:none;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d;font-family:Inter,sans-serif;letter-spacing:.3px}.subscribe-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 24px #667eea66}.subscribe-button:active:not(:disabled){transform:translateY(-1px)}.subscribe-button:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none;transform:none}.wallet-actions{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:28px;margin-bottom:28px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2)}.wallet-actions h3{margin:0 0 12px;font-size:20px;font-weight:700;color:#1e293b;letter-spacing:-.3px}.recharge-description{font-size:14px;color:#64748b;margin:0 0 24px;line-height:1.6}.price-tiers-info{background:linear-gradient(135deg,#667eea0d,#764ba20d);border-radius:12px;padding:20px;margin-bottom:24px;border:2px solid #e2e8f0}.price-tiers-info h4{margin:0 0 16px;font-size:16px;font-weight:600;color:#1e293b}.tiers-list{display:flex;flex-direction:column;gap:12px}.tier-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.tier-range{font-size:14px;font-weight:600;color:#1e293b}.tier-price{font-size:14px;font-weight:700;color:#667eea}.recharge-section{margin-top:24px}.toggle-recharge-button{background:#64748b;color:#fff;border:none;padding:12px 24px;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:20px;box-shadow:0 2px 8px #64748b33;font-family:Inter,sans-serif}.toggle-recharge-button:hover{background:#475569;transform:translateY(-2px);box-shadow:0 4px 12px #64748b4d}.recharge-form{background:linear-gradient(135deg,#667eea0d,#764ba20d);padding:24px;border-radius:12px;border:2px solid #e2e8f0}.recharge-input{width:100%;padding:14px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:16px;transition:all .2s ease;background-color:#fff;font-family:Inter,sans-serif}.recharge-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.recharge-preview{background:#fff;border-radius:10px;padding:20px;margin:20px 0;border:2px solid #e2e8f0}.preview-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e2e8f0}.preview-item:last-child{border-bottom:none}.preview-item.total{margin-top:8px;padding-top:16px;border-top:2px solid #667eea}.preview-item span:first-child{font-size:15px;color:#64748b;font-weight:500}.preview-value{font-size:16px;font-weight:600;color:#1e293b}.preview-value.total{font-size:20px;font-weight:700;color:#667eea}.recharge-button{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px 24px;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d;font-family:Inter,sans-serif}.recharge-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.recharge-button:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none;transform:none}.wallet-note{background:linear-gradient(135deg,#fbbf2426,#f59e0b26);border:2px solid rgba(251,191,36,.3);border-radius:12px;padding:20px;color:#92400e;box-shadow:0 4px 12px #fbbf241a}.wallet-note p{margin:0;font-size:15px;line-height:1.6;font-weight:500}.wallet-note strong{font-weight:700;color:#78350f}.history-summary{display:flex;gap:24px;padding:16px 20px;background:linear-gradient(135deg,#667eea14,#764ba214);border-radius:12px;border:1px solid rgba(102,126,234,.15);margin-bottom:20px;font-size:14px;color:#64748b}.history-summary strong{color:#1e293b}.history-empty{text-align:center;padding:40px 20px;color:#64748b;background:#f8fafc;border-radius:12px}.history-empty p{margin:0;font-size:15px}.history-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.history-table thead{background:#f1f5f9}.history-table th{padding:14px 16px;text-align:left;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #e2e8f0}.history-table td{padding:14px 16px;font-size:14px;color:#334155;border-bottom:1px solid #f1f5f9}.history-table tbody tr:hover{background:#f8fafc}.history-table tbody tr:last-child td{border-bottom:none}.status-badge{display:inline-block;font-size:12px;font-weight:600;padding:4px 10px;border-radius:6px}.status-badge.status-approved{color:#059669;background:#10b9811a}.status-badge.status-pending{color:#d97706;background:#fbbf241a}.status-badge.status-rejected{color:#dc2626;background:#ef44441a}.status-badge.status-cancelled{color:#6b7280;background:#6b72801a}@media (max-width: 640px){.history-table{display:block;overflow-x:auto}.history-summary{flex-direction:column;gap:8px}}.cancel-action{margin-top:8px;padding-top:16px!important;border-top:1px dashed #e2e8f0!important;border-bottom:none!important;justify-content:center!important}.cancel-subscription-button{background:transparent;color:#dc2626;border:1px solid #dc2626;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif}.cancel-subscription-button:hover{background:#dc2626;color:#fff}.cancel-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.cancel-modal{background:#fff;border-radius:16px;padding:32px;max-width:440px;width:100%;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.cancel-modal h3{margin:0 0 16px;font-size:22px;font-weight:700;color:#1e293b}.cancel-modal p{margin:0 0 20px;font-size:15px;color:#64748b}.cancel-warning-list{margin:0 0 24px;padding-left:20px;color:#64748b;font-size:14px}.cancel-warning-list li{margin-bottom:8px}.cancel-modal-actions{display:flex;gap:12px;justify-content:flex-end}.cancel-modal-button{padding:12px 24px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-family:Inter,sans-serif}.cancel-modal-button.secondary{background:#f1f5f9;color:#64748b}.cancel-modal-button.secondary:hover{background:#e2e8f0;color:#475569}.cancel-modal-button.danger{background:#dc2626;color:#fff}.cancel-modal-button.danger:hover{background:#b91c1c}.collaborators-container{display:flex;flex-direction:column;gap:24px}.collaborators-section{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:28px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2)}.collaborators-section h3{font-size:22px;font-weight:700;color:#1e293b;margin:0 0 8px;letter-spacing:-.3px}.collaborators-description{font-size:14px;color:#64748b;margin:0 0 24px;font-weight:500}.collaborators-form{display:flex;flex-direction:column;gap:20px}.collaborators-input,.collaborators-select{width:100%;padding:14px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:15px;transition:all .2s ease;background-color:#fff;font-family:Inter,sans-serif}.collaborators-input:focus,.collaborators-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.collaborators-input:disabled,.collaborators-select:disabled{background-color:#f1f5f9;cursor:not-allowed;opacity:.7}.collaborators-button{padding:14px 32px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d;font-family:Inter,sans-serif;letter-spacing:.3px;align-self:flex-start}.collaborators-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.collaborators-button:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none;transform:none}.collaborators-error{background:linear-gradient(135deg,#ef44441a,#dc26261a);border:2px solid rgba(239,68,68,.3);border-radius:12px;padding:12px 16px;color:#dc2626;font-size:14px;font-weight:600;text-align:center}.collaborators-success{background:linear-gradient(135deg,#10b9811a,#0596691a);border:2px solid rgba(16,185,129,.3);border-radius:12px;padding:12px 16px;color:#059669;font-size:14px;font-weight:600;text-align:center}.collaborators-loading,.collaborators-empty{text-align:center;padding:40px 20px;color:#64748b;font-size:15px}.collaborators-list{display:flex;flex-direction:column;gap:16px;margin-top:16px}.collaborator-item{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:all .2s ease}.collaborator-item:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000d}.collaborator-info{flex:1;display:flex;flex-direction:column;gap:8px}.collaborator-main{display:flex;flex-direction:column;gap:4px}.collaborator-email{font-size:15px;font-weight:600;color:#1e293b}.collaborator-name{font-size:13px;color:#64748b}.collaborator-meta{display:flex;gap:12px;align-items:center;margin-top:4px}.collaborator-status{padding:4px 12px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase}.collaborator-status.status-pending{background:#fef3c7;color:#92400e}.collaborator-status.status-active{background:#d1fae5;color:#065f46}.collaborator-status.status-removed{background:#fee2e2;color:#991b1b}.collaborator-permission{padding:4px 12px;background:#e0e7ff;color:#3730a3;border-radius:6px;font-size:12px;font-weight:600}.collaborator-actions{display:flex;gap:12px;align-items:center}.collaborator-permission-select{padding:8px 12px;border:2px solid #e2e8f0;border-radius:8px;font-size:13px;background:#fff;cursor:pointer;transition:all .2s ease}.collaborator-permission-select:focus{outline:none;border-color:#667eea}.collaborator-permission-select:disabled{background:#f1f5f9;cursor:not-allowed}.collaborator-remove-button{padding:8px 16px;border:2px solid #ef4444;border-radius:8px;font-size:13px;font-weight:600;color:#ef4444;background:#fff;cursor:pointer;transition:all .2s ease}.collaborator-remove-button:hover:not(:disabled){background:#ef4444;color:#fff}.collaborator-remove-button:disabled{opacity:.5;cursor:not-allowed}.permissions-container{display:flex;flex-direction:column;gap:24px}.permissions-section{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:28px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2)}.permissions-section h3{font-size:22px;font-weight:700;color:#1e293b;margin:0 0 8px;letter-spacing:-.3px}.permissions-description{font-size:14px;color:#64748b;margin:0 0 24px;font-weight:500}.permissions-tabs{display:flex;gap:12px;margin-bottom:24px;border-bottom:2px solid #e2e8f0}.permission-tab{padding:12px 24px;border:none;background:transparent;color:#64748b;font-size:15px;font-weight:600;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .2s ease;font-family:Inter,sans-serif}.permission-tab:hover{color:#1e293b}.permission-tab.active{color:#667eea;border-bottom-color:#667eea}.permission-details{margin-top:24px}.permission-header{margin-bottom:24px}.permission-header h4{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 8px}.permission-subtitle{font-size:15px;color:#64748b;margin:0;font-weight:500}.permission-features h5{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 16px}.features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.feature-item{display:flex;align-items:flex-start;gap:12px;padding:12px;background:#f8fafc;border-radius:8px;font-size:14px;color:#1e293b}.feature-icon{color:#10b981;font-weight:700;font-size:16px;flex-shrink:0;margin-top:2px}.permissions-info{display:flex;flex-direction:column;gap:24px;margin-top:16px}.info-item{padding:20px;background:#f8fafc;border-radius:12px;border-left:4px solid #667eea}.info-item h4{font-size:16px;font-weight:700;color:#1e293b;margin:0 0 12px}.info-item p{font-size:14px;color:#475569;line-height:1.6;margin:0}.info-item strong{color:#1e293b;font-weight:600}.settings-container{display:flex;flex-direction:column;gap:24px}.settings-tabs{display:flex;gap:12px;margin-bottom:8px;border-bottom:2px solid #e2e8f0;padding-bottom:0}.settings-tab{padding:12px 24px;border:none;background:transparent;color:#64748b;font-size:15px;font-weight:600;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .2s ease;font-family:Inter,sans-serif}.settings-tab:hover{color:#1e293b}.settings-tab.active{color:#667eea;border-bottom-color:#667eea}.settings-section{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:28px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2)}.settings-section h3{font-size:22px;font-weight:700;color:#1e293b;margin:0 0 8px;letter-spacing:-.3px}.settings-description{font-size:14px;color:#64748b;margin:0 0 24px;font-weight:500}.settings-form{display:flex;flex-direction:column;gap:20px}.settings-input{width:100%;padding:14px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:15px;transition:all .2s ease;background-color:#fff;font-family:Inter,sans-serif}.settings-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.settings-input:disabled{background-color:#f1f5f9;cursor:not-allowed;opacity:.7}.settings-error{background:linear-gradient(135deg,#ef44441a,#dc26261a);border:2px solid rgba(239,68,68,.3);border-radius:12px;padding:12px 16px;color:#dc2626;font-size:14px;font-weight:600;text-align:center}.settings-success{background:linear-gradient(135deg,#10b9811a,#0596691a);border:2px solid rgba(16,185,129,.3);border-radius:12px;padding:12px 16px;color:#059669;font-size:14px;font-weight:600;text-align:center}.settings-button{padding:14px 32px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d;font-family:Inter,sans-serif;letter-spacing:.3px;align-self:flex-start}.settings-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.settings-button:active:not(:disabled){transform:translateY(0)}.settings-button:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none;transform:none}.account-info{display:flex;flex-direction:column;gap:16px;margin-top:16px}.info-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e2e8f0}.info-row:last-child{border-bottom:none}.info-label{font-size:14px;color:#64748b;font-weight:600}.info-value{font-size:14px;color:#1e293b;font-weight:600}.settings-danger-zone{border:1px solid rgba(239,68,68,.2);background:#ef444408}.settings-button-danger{background:linear-gradient(135deg,#dc2626,#b91c1c)!important;box-shadow:0 4px 12px #dc26264d!important}.settings-button-danger:hover:not(:disabled){box-shadow:0 6px 20px #dc262666!important}.settings-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.settings-modal{background:#fff;border-radius:16px;padding:28px;max-width:420px;width:100%;box-shadow:0 24px 48px #0003}.settings-modal h3{margin:0 0 8px;font-size:20px;color:#1e293b}.settings-modal p{margin:0 0 20px;font-size:14px;color:#64748b}.settings-modal form{display:flex;flex-direction:column;gap:16px}.settings-modal-actions{display:flex;gap:12px;justify-content:flex-end}.settings-button-secondary{padding:12px 24px;border:2px solid #e2e8f0;background:#fff;color:#64748b;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.settings-button-secondary:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.sidebar{width:280px;height:100vh;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid rgba(255,255,255,.2);box-shadow:4px 0 24px #0000001a;display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:100;overflow-y:auto}.sidebar-header{padding:24px 20px;border-bottom:2px solid #e2e8f0}.sidebar-logo h2{font-size:24px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;letter-spacing:-.5px}.sidebar-user{display:flex;align-items:center;gap:12px;margin-top:20px;padding:12px;background:linear-gradient(135deg,#667eea0d,#764ba20d);border-radius:12px}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:16px;flex-shrink:0}.user-info{flex:1;min-width:0}.user-name{font-size:14px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-nav{flex:1;padding:16px 12px;display:flex;flex-direction:column;gap:8px}.sidebar-item{display:flex;align-items:center;gap:12px;padding:14px 16px;border:none;background:transparent;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:15px;font-weight:500;color:#64748b;text-align:left;width:100%;font-family:Inter,sans-serif}.sidebar-item:hover{background:linear-gradient(135deg,#667eea1a,#764ba21a);color:#667eea;transform:translate(4px)}.sidebar-item.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d;font-weight:600}.sidebar-item.active:hover{transform:translate(4px);box-shadow:0 6px 20px #667eea66}.sidebar-item-dashboard{margin-top:8px;padding-top:16px;border-top:1px solid #e2e8f0}.sidebar-label{flex:1}.sidebar-footer{padding:16px 12px;border-top:2px solid #e2e8f0}.sidebar-logout{display:flex;align-items:center;gap:12px;padding:14px 16px;border:none;background:linear-gradient(135deg,#ef44441a,#dc26261a);border-radius:12px;cursor:pointer;transition:all .3s ease;font-size:15px;font-weight:600;color:#ef4444;text-align:left;width:100%;font-family:Inter,sans-serif}.sidebar-logout:hover{background:linear-gradient(135deg,#ef444433,#dc262633);transform:translate(4px);color:#dc2626}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width: 768px){.sidebar{width:240px;transform:translate(-100%);transition:transform .3s ease}.sidebar.open{transform:translate(0)}}.chaves-preview{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:24px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2);margin-bottom:24px}.preview-header{margin-bottom:20px;padding-bottom:20px;border-bottom:2px solid #e2e8f0}.preview-header h3{margin:0 0 12px;font-size:22px;font-weight:700;color:#1e293b;letter-spacing:-.3px}.preview-filename{margin:6px 0;font-size:15px;color:#64748b;font-weight:600}.preview-count{margin:6px 0 0;font-size:16px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.preview-list-container{max-height:400px;overflow-y:auto;border:2px solid #e2e8f0;border-radius:12px;padding:16px;background:linear-gradient(135deg,#667eea05,#764ba205);margin-bottom:20px}.preview-list{display:flex;flex-direction:column;gap:10px}.preview-chave-item{display:flex;align-items:center;gap:14px;padding:12px 16px;background-color:#fff;border-radius:10px;border:2px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1)}.preview-chave-item:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea33;transform:translate(4px)}.preview-chave-number{font-size:12px;color:#999;font-weight:600;min-width:30px}.preview-chave-value{font-family:Courier New,monospace;font-size:13px;color:#333;word-break:break-all;flex:1}.preview-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:16px;border-top:1px solid #e0e0e0}.preview-cancel-button{background:#64748b;color:#fff;border:none;padding:12px 28px;border-radius:12px;cursor:pointer;font-size:15px;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px #64748b33;font-family:Inter,sans-serif}.preview-cancel-button:hover{background:#475569;transform:translateY(-2px);box-shadow:0 4px 12px #64748b4d}.preview-confirm-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 28px;border-radius:12px;cursor:pointer;font-size:15px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d;font-family:Inter,sans-serif}.preview-confirm-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.preview-list-container::-webkit-scrollbar{width:8px}.preview-list-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.preview-list-container::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.preview-list-container::-webkit-scrollbar-thumb:hover{background:#555}.schema-converter{display:flex;flex-direction:column;gap:24px}.schema-upload{border:3px dashed #cbd5e1;border-radius:16px;padding:48px 40px;text-align:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2)}.schema-upload:hover:not(.disabled){border-color:#667eea;background:linear-gradient(135deg,#667eea0d,#764ba20d);transform:translateY(-2px);box-shadow:0 12px 40px #667eea33}.schema-upload.dragging{border-color:#667eea;background:linear-gradient(135deg,#667eea1a,#764ba21a);transform:scale(1.02);box-shadow:0 12px 40px #667eea4d}.schema-upload.disabled{opacity:.6;cursor:not-allowed}.schema-upload .upload-content{display:flex;flex-direction:column;align-items:center;gap:12px}.schema-upload .upload-content svg{color:#667eea;filter:drop-shadow(0 2px 4px rgba(102,126,234,.3));transition:transform .3s ease}.schema-upload:hover:not(.disabled) .upload-content svg{transform:scale(1.1) translateY(-4px)}.schema-upload .upload-text{font-size:18px;font-weight:600;color:#1e293b;margin:0;letter-spacing:-.2px}.schema-upload .upload-hint{font-size:14px;color:#64748b;margin:0;font-weight:500}.schema-files{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:24px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2)}.schema-files-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.schema-files-header h3{margin:0;font-size:16px;font-weight:600;color:#1e293b}.schema-clear-btn{padding:6px 16px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#64748b;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.schema-clear-btn:hover:not(:disabled){border-color:#ef4444;color:#ef4444;background:#fef2f2}.schema-file-list{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:8px}.schema-file-item{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#f8fafc;border-radius:10px;transition:background .2s}.schema-file-item:hover{background:#f1f5f9}.schema-file-icon{font-size:18px;flex-shrink:0}.schema-file-name{flex:1;font-size:14px;font-weight:500;color:#334155;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schema-file-size{font-size:12px;color:#94a3b8;font-weight:500;flex-shrink:0}.schema-file-remove{width:28px;height:28px;border:none;background:transparent;color:#94a3b8;cursor:pointer;border-radius:6px;font-size:14px;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.schema-file-remove:hover:not(:disabled){background:#fef2f2;color:#ef4444}.schema-convert-btn{width:100%;padding:14px;border:none;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #667eea4d}.schema-convert-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #667eea66}.schema-convert-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.schema-results{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:24px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2)}.schema-results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.schema-results-header h3{margin:0;font-size:16px;font-weight:600;color:#1e293b}.schema-results-stats{display:flex;gap:12px}.stat-success{font-size:13px;font-weight:600;color:#16a34a;background:#f0fdf4;padding:4px 12px;border-radius:20px}.stat-error{font-size:13px;font-weight:600;color:#dc2626;background:#fef2f2;padding:4px 12px;border-radius:20px}.schema-result-list{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:8px}.schema-result-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;transition:background .2s}.schema-result-item.success{background:#f0fdf4;border:1px solid #bbf7d0}.schema-result-item.error{background:#fef2f2;border:1px solid #fecaca}.schema-result-icon{font-size:18px;flex-shrink:0}.schema-result-info{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.schema-result-name{font-size:14px;font-weight:500;color:#334155;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schema-result-error{font-size:12px;color:#dc2626}.schema-download-btn{padding:6px 16px;border:1px solid #bbf7d0;border-radius:8px;background:#fff;color:#16a34a;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;flex-shrink:0}.schema-download-btn:hover{background:#16a34a;color:#fff;border-color:#16a34a}.schema-download-all-btn{width:100%;padding:14px;border:none;border-radius:12px;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #16a34a4d}.schema-download-all-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #16a34a66}.schema-info{background:linear-gradient(135deg,#667eea0d,#764ba20d);border:1px solid rgba(102,126,234,.15);border-radius:16px;padding:24px}.schema-info h4{margin:0 0 12px;font-size:15px;font-weight:600;color:#3730a3}.schema-info ul{margin:0 0 12px;padding-left:20px;display:flex;flex-direction:column;gap:6px}.schema-info li{font-size:13px;color:#475569;line-height:1.5}.schema-info code{background:#667eea1a;padding:1px 6px;border-radius:4px;font-size:12px;color:#4338ca;font-family:Fira Code,monospace}.schema-info-note{margin:0;font-size:13px;font-weight:600;color:#16a34a;padding-top:8px;border-top:1px solid rgba(102,126,234,.1)}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:24px;width:100%}.auth-layout{display:flex;gap:0;max-width:960px;width:100%;border-radius:24px;overflow:hidden;box-shadow:0 25px 80px #0003;animation:slideUp .5s cubic-bezier(.4,0,.2,1)}.auth-info-card{flex:1;background:linear-gradient(160deg,#667eea,#5a4fcf 40%,#764ba2);padding:48px 40px;display:flex;flex-direction:column;justify-content:center;color:#fff;position:relative;overflow:hidden}.auth-info-card:before{content:"";position:absolute;top:-80px;right:-80px;width:250px;height:250px;background:#ffffff0d;border-radius:50%}.auth-info-card:after{content:"";position:absolute;bottom:-60px;left:-60px;width:200px;height:200px;background:#ffffff0a;border-radius:50%}.auth-info-header{margin-bottom:36px;position:relative;z-index:1}.auth-info-header h1{font-size:30px;font-weight:800;margin:0 0 8px;letter-spacing:-.5px;color:#fff}.auth-info-subtitle{font-size:15px;color:#fffc;margin:0;font-weight:400}.auth-carousel{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;justify-content:center}.carousel-content{position:relative;min-height:180px;display:flex;align-items:center;justify-content:center}.carousel-slide{position:absolute;width:100%;text-align:center;opacity:0;transform:translate(40px);transition:all .4s cubic-bezier(.4,0,.2,1);pointer-events:none;padding:0 12px}.carousel-slide.active{opacity:1;transform:translate(0);pointer-events:auto}.carousel-slide.active.prev{animation:slideFromLeft .4s cubic-bezier(.4,0,.2,1)}.carousel-slide.active.next{animation:slideFromRight .4s cubic-bezier(.4,0,.2,1)}@keyframes slideFromRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes slideFromLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.carousel-icon{width:56px;height:56px;background:#ffffff26;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.carousel-icon svg{width:28px;height:28px;color:#fff}.carousel-title{margin:0 0 10px;font-size:20px;font-weight:700;color:#fff;letter-spacing:-.3px}.carousel-description{font-size:15px;color:#fffc;line-height:1.6;max-width:320px;margin:0 auto}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:28px}.carousel-arrow{width:28px;height:28px;border-radius:50%;border:none;background:transparent;color:#fff6;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;padding:0}.carousel-arrow:hover{color:#ffffffd9}.carousel-arrow svg{width:16px;height:16px}.carousel-dots{display:flex;gap:8px;align-items:center}.carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff4d;cursor:pointer;padding:0;transition:all .3s}.carousel-dot.active{background:#fff;width:24px;border-radius:4px}.auth-layout .auth-card{background:#fffffffa;padding:48px;width:100%;max-width:420px;flex-shrink:0;border-radius:0;box-shadow:none;border:none}.auth-header h1{font-size:28px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px;letter-spacing:-.5px}.auth-header p{font-size:15px;color:#64748b;font-weight:500}@media (max-width: 860px){.auth-layout{flex-direction:column;max-width:480px}.auth-info-card{padding:32px 28px}.auth-info-header{margin-bottom:20px}.auth-info-header h1{font-size:24px}.carousel-content{min-height:160px}.auth-card{max-width:100%;padding:36px 28px}}@media (max-width: 480px){.auth-container{padding:12px}.auth-layout{border-radius:16px}.auth-info-card{padding:24px 20px}.auth-info-header h1{font-size:22px}.carousel-icon{width:44px;height:44px}.carousel-icon svg{width:22px;height:22px}.carousel-title{font-size:17px}.carousel-description{font-size:13px}.carousel-content{min-height:150px}.auth-card{padding:28px 20px}.auth-header h1{font-size:24px}}.auth-verification-notice{background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:20px;margin-bottom:20px;text-align:center}.auth-verification-icon{width:48px;height:48px;border-radius:50%;background:#dbeafe;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;color:#2563eb}.auth-verification-icon svg{width:24px;height:24px}.auth-verification-text{margin:0 0 12px;font-size:14px;line-height:1.5;color:#1e40af}.auth-resend-msg{margin:0 0 12px;padding:8px 12px;border-radius:8px;font-size:13px;font-weight:500}.auth-resend-msg.success{background:#dcfce7;color:#166534}.auth-resend-msg.error{background:#fee2e2;color:#991b1b}.auth-resend-btn{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.auth-resend-btn:hover:not(:disabled){background:#1d4ed8}.auth-resend-btn:disabled{opacity:.6;cursor:not-allowed}.auth-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 48px);padding:24px}.auth-container>.auth-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:48px;width:100%;max-width:440px;box-shadow:0 20px 60px #0003;border:1px solid rgba(255,255,255,.2);animation:slideUp .4s cubic-bezier(.4,0,.2,1)}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.auth-header{text-align:center;margin-bottom:32px}.auth-header h1{font-size:32px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px;letter-spacing:-.5px}.auth-header p{font-size:16px;color:#64748b;font-weight:500}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#1e293b}.auth-input{width:100%;padding:14px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:15px;transition:all .2s ease;background-color:#fff;font-family:Inter,sans-serif}.auth-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.auth-input:disabled{background-color:#f1f5f9;cursor:not-allowed;opacity:.7}.input-hint{font-size:12px;color:#94a3b8;font-weight:500}.auth-error{background:linear-gradient(135deg,#ef44441a,#dc26261a);border:2px solid rgba(239,68,68,.3);border-radius:12px;padding:12px 16px;color:#dc2626;font-size:14px;font-weight:600;text-align:center}.auth-button{width:100%;padding:16px;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Inter,sans-serif;letter-spacing:.3px}.auth-button-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.auth-button-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.auth-button-primary:active:not(:disabled){transform:translateY(0)}.auth-button:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none;transform:none}.auth-footer{margin-top:24px;text-align:center;padding-top:24px;border-top:2px solid #e2e8f0}.auth-footer p{font-size:14px;color:#64748b;margin:0}.auth-link-button{background:none;border:none;color:#667eea;font-weight:600;cursor:pointer;font-size:14px;padding:0;text-decoration:underline;transition:color .2s ease}.auth-link-button:hover{color:#764ba2}.auth-verification-sent-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff}.auth-verification-sent-icon svg{width:32px;height:32px}.auth-email-highlight{font-weight:700;color:#667eea;font-size:16px;margin-top:4px}.auth-verification-instructions{padding:20px 0;border-top:1px solid #e2e8f0;margin-top:20px}.auth-verification-instructions p{margin:0 0 8px;font-size:15px;color:#475569;line-height:1.5}.auth-verification-hint{font-size:13px!important;color:#94a3b8!important}.payment-callback-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:24px;background:linear-gradient(135deg,#667eea,#764ba2)}.payment-callback-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:48px;width:100%;max-width:500px;box-shadow:0 20px 60px #0003;border:1px solid rgba(255,255,255,.2);text-align:center}.payment-spinner{width:60px;height:60px;border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 24px}@keyframes spin{to{transform:rotate(360deg)}}.payment-success-icon{width:80px;height:80px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;color:#fff;margin:0 auto 24px;font-weight:700}.payment-error-icon{width:80px;height:80px;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;color:#fff;margin:0 auto 24px;font-weight:700}.payment-callback-card h2{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 16px}.payment-callback-card p{font-size:16px;color:#64748b;margin:0}.payment-retry-button{margin-top:24px;padding:14px 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;box-shadow:0 4px 12px #667eea4d}.payment-retry-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.app{display:flex;min-height:100vh}.app-main{flex:1;margin-left:280px;min-height:100vh;background:transparent}.app-content{max-width:1400px;margin:0 auto;padding:32px;display:flex;flex-direction:column;gap:24px}.page-header{margin-bottom:8px}.page-header h1{font-size:36px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 8px;letter-spacing:-.5px}.page-header p{font-size:16px;color:#64748b;font-weight:500;margin:0}.subscription-warning{background:linear-gradient(135deg,#fbbf241a,#f59e0b1a);border:2px solid rgba(251,191,36,.3);border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 8px 32px #fbbf2433}.warning-content{text-align:center}.warning-content h3{font-size:20px;font-weight:700;color:#92400e;margin:0 0 8px}.warning-content p{font-size:15px;color:#78350f;margin:0 0 16px;font-weight:500}.subscribe-link-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d;font-family:Inter,sans-serif}.subscribe-link-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.credits-display{position:fixed;top:20px;right:20px;display:flex;flex-direction:column;gap:4px;padding:12px 16px;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 4px 16px #00000026;border:1px solid rgba(255,255,255,.3);z-index:100;min-width:180px}.credits-row{display:flex;justify-content:space-between;align-items:center;padding:2px 0;gap:12px}.credits-row.total{margin-top:4px;padding-top:6px;border-top:1px solid #e2e8f0}.credits-label{font-size:12px;color:#64748b;font-weight:600;white-space:nowrap}.credits-amount{font-size:16px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap}.credits-amount.extra{font-size:14px;color:#10b981;-webkit-text-fill-color:#10b981}.credits-amount.total{font-size:18px}.file-info{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:24px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2)}.file-info p{margin:10px 0;color:#1e293b;font-size:15px;font-weight:500}.files-list{margin:8px 0 16px;list-style:none;font-size:13px;color:#64748b;max-height:200px;overflow-y:auto;background:#f8fafc;border-radius:8px;padding:8px}.files-list .file-item{display:flex;justify-content:space-between;align-items:center;padding:6px 8px;margin:2px 0;background:#fff;border-radius:4px;border:1px solid #e2e8f0}.files-list .file-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.files-list .file-status{margin-left:12px;font-size:12px}.status-loading{animation:pulse 1s infinite}.status-done{color:#10b981;font-weight:500}.extracting-badge{margin-left:8px;padding:2px 8px;background:#fef3c7;color:#d97706;border-radius:12px;font-size:12px;font-weight:500;animation:pulse 1.5s infinite}.loading-dots{animation:blink 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.zip-extracting{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:24px;margin:16px 0;box-shadow:0 8px 32px #667eea4d}.zip-extracting-content{display:flex;align-items:center;gap:16px;color:#fff}.zip-icon{font-size:32px}.zip-info{flex:1}.zip-title{margin:0;font-size:16px;font-weight:600}.zip-name{margin:4px 0 0;font-size:13px;opacity:.8}.zip-spinner{width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.action-buttons{display:flex;gap:12px;margin-top:16px}.process-button,.clear-button{padding:14px 32px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026;font-family:Inter,sans-serif;letter-spacing:.3px}.process-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.process-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.process-button:active:not(:disabled){transform:translateY(0)}.process-button:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none;transform:none}.clear-button{background:#64748b;color:#fff}.clear-button:hover:not(:disabled){background:#475569;transform:translateY(-2px);box-shadow:0 6px 20px #64748b4d}.clear-button:active:not(:disabled){transform:translateY(0)}.clear-button:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none;transform:none}.single-chave-section{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:24px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2);margin-top:32px}.single-chave-section h3{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 8px;letter-spacing:-.3px}.section-description{font-size:14px;color:#64748b;margin:0 0 16px;font-weight:500}.single-chave-input-group{display:flex;gap:12px;align-items:flex-start}.single-chave-input{flex:1;padding:12px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:15px;transition:all .2s ease;background-color:#fff;font-family:Inter,sans-serif;font-family:Courier New,monospace;letter-spacing:1px}.single-chave-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.single-chave-input:disabled{background-color:#f1f5f9;cursor:not-allowed;opacity:.7}.process-single-button{padding:12px 24px;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d;font-family:Inter,sans-serif;white-space:nowrap}.process-single-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.process-single-button:active:not(:disabled){transform:translateY(0)}.process-single-button:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none;transform:none}.divider-section{display:flex;align-items:center;gap:16px;margin:24px 0}.divider-line{flex:1;height:1px;background:#e2e8f0}.divider-text{font-size:14px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:1px}.keys-stats{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:8px;padding:12px 16px;margin:12px 0}.keys-stats p{margin:4px 0;font-size:14px;color:#475569}.keys-stats .stats-duplicates{color:#f59e0b}.keys-stats .stats-unique{color:#059669;font-size:16px;font-weight:600}@media (max-width: 768px){.app-main{margin-left:0}.app-content{padding:20px}.page-header h1{font-size:28px}.single-chave-input-group{flex-direction:column}.process-single-button{width:100%}}.dashboard{min-height:100vh;background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.dashboard-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px 32px;box-shadow:0 4px 20px #667eea4d}.dashboard-header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.dashboard-header h1{margin:0;font-size:24px;font-weight:700}.dashboard-header-actions{display:flex;align-items:center;gap:12px}.dashboard-user{font-size:14px;opacity:.9}.dashboard-btn{padding:8px 16px;border-radius:8px;border:none;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s;background:#fff3;color:#fff}.dashboard-btn:hover{background:#ffffff4d}.dashboard-btn.secondary{background:transparent;border:2px solid rgba(255,255,255,.8)}.dashboard-main{max-width:1400px;margin:0 auto;padding:32px}.dashboard-tabs{display:flex;gap:8px;margin-bottom:32px;border-bottom:2px solid #e2e8f0}.dashboard-tab{padding:12px 24px;border:none;background:transparent;font-size:15px;font-weight:600;color:#64748b;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color .2s,border-color .2s}.dashboard-tab:hover{color:#667eea}.dashboard-tab.active{color:#667eea;border-bottom-color:#667eea}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px;margin-bottom:40px}.stat-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #0000000f;text-align:center;transition:transform .2s}.stat-card:hover{transform:translateY(-2px)}.stat-card.highlight{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.stat-value{display:block;font-size:28px;font-weight:700;margin-bottom:4px}.stat-label{font-size:13px;color:#64748b;font-weight:500}.stat-card.highlight .stat-label{color:#ffffffe6}.dashboard-section{margin-bottom:40px}.dashboard-section h2{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 20px}.dashboard-filter{display:flex;align-items:center;gap:12px;margin-bottom:20px}.dashboard-filter label{font-size:14px;font-weight:500;color:#64748b}.dashboard-filter select{padding:8px 12px;border-radius:8px;border:1px solid #e2e8f0;font-size:14px;min-width:280px;background:#fff}.dashboard-table-wrapper{overflow-x:auto;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000f}.dashboard-table{width:100%;border-collapse:collapse}.dashboard-table th,.dashboard-table td{padding:14px 20px;text-align:left;border-bottom:1px solid #f1f5f9}.dashboard-table th{background:#f8fafc;font-weight:600;font-size:13px;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.dashboard-table tbody tr:hover{background:#f8fafc}.dashboard-table td.zero{color:#94a3b8;font-weight:500}.dashboard-payment-user{display:block;font-weight:600;color:#1e293b}.dashboard-payment-email{display:block;font-size:12px;color:#64748b}.dashboard-status{display:inline-block;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600}.dashboard-status-approved{background:#dcfce7;color:#166534}.dashboard-status-pending{background:#fef3c7;color:#92400e}.dashboard-status-rejected,.dashboard-status-cancelled{background:#fee2e2;color:#991b1b}.dashboard-user-id{font-weight:600;color:#64748b}.dashboard-shared{display:block;font-size:11px;color:#64748b;font-style:italic}.dashboard-cell-success{color:#22c55e;font-weight:600}.dashboard-cell-error{color:#ef4444;font-weight:600}.dashboard-empty{text-align:center;padding:40px!important;color:#94a3b8;font-style:italic}.dashboard-payments-error{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:16px 20px;margin-bottom:20px}.dashboard-payments-error p{margin:0;color:#991b1b;font-weight:500}.dashboard-summary{display:flex;gap:24px;flex-wrap:wrap}.summary-item{background:#fff;border-radius:12px;padding:20px 32px;box-shadow:0 4px 20px #0000000f;text-align:center}.summary-item.success .summary-value{color:#22c55e}.summary-item.error .summary-value{color:#ef4444}.summary-value{display:block;font-size:24px;font-weight:700}.summary-label{font-size:13px;color:#64748b}.dashboard-loading,.dashboard-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px}.dashboard-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:dashboard-spin .8s linear infinite}@keyframes dashboard-spin{to{transform:rotate(360deg)}}.dashboard-error p{color:#ef4444;font-weight:500}.dashboard-row-removed{background:#f8fafc;opacity:.85}.dashboard-removed-badge{display:inline-block;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:500;color:#64748b;background:#e2e8f0}.credits-manager{display:grid;grid-template-columns:1fr 1fr;gap:24px;min-height:500px}.credits-users-panel{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000f;overflow:hidden;display:flex;flex-direction:column}.credits-search{padding:16px;border-bottom:1px solid #e2e8f0}.credits-search-input{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;transition:border-color .2s}.credits-search-input:focus{outline:none;border-color:#667eea}.credits-users-list{flex:1;overflow-y:auto;max-height:450px}.credits-user-item{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background .2s}.credits-user-item:hover{background:#f8fafc}.credits-user-item.selected{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-left:3px solid #667eea}.credits-user-info{display:flex;flex-direction:column}.credits-user-name{font-weight:600;color:#1e293b;font-size:14px}.credits-user-email{font-size:12px;color:#64748b}.credits-user-balance{text-align:right}.credits-total{display:block;font-weight:700;font-size:16px;color:#667eea}.credits-detail{font-size:11px;color:#94a3b8}.credits-form-panel{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000f;padding:24px}.credits-selected-user{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e2e8f0}.credits-selected-user h3{margin:0 0 4px;font-size:20px;color:#1e293b}.credits-selected-user p{margin:0 0 16px;font-size:14px;color:#64748b}.credits-current{display:flex;gap:16px}.credits-current-item{flex:1;background:#f8fafc;border-radius:10px;padding:12px 16px;text-align:center}.credits-current-item.total{background:linear-gradient(135deg,#667eea,#764ba2)}.credits-current-item.total .credits-current-label,.credits-current-item.total .credits-current-value{color:#fff}.credits-current-label{display:block;font-size:12px;color:#64748b;margin-bottom:4px}.credits-current-value{display:block;font-size:18px;font-weight:700;color:#1e293b}.credits-form{display:flex;flex-direction:column;gap:20px}.credits-form-group{display:flex;flex-direction:column;gap:8px}.credits-form-group label{font-size:14px;font-weight:600;color:#374151}.credits-type-buttons{display:flex;gap:8px}.credits-type-btn{flex:1;padding:12px;border:2px solid #e2e8f0;border-radius:8px;background:#fff;font-weight:600;font-size:14px;color:#64748b;cursor:pointer;transition:all .2s}.credits-type-btn:hover{border-color:#667eea;color:#667eea}.credits-type-btn.active{border-color:#667eea;background:linear-gradient(135deg,#667eea1a,#764ba21a);color:#667eea}.credits-amount-input,.credits-reason-input{padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;transition:border-color .2s}.credits-amount-input:focus,.credits-reason-input:focus{outline:none;border-color:#667eea}.credits-message{padding:12px 16px;border-radius:8px;font-size:14px;font-weight:500}.credits-message.success{background:#dcfce7;color:#166534;border:1px solid #86efac}.credits-message.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.credits-form-actions{margin-top:8px}.credits-submit-btn{width:100%;padding:14px;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.credits-submit-btn.add{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.credits-submit-btn.add:hover{transform:translateY(-1px);box-shadow:0 4px 12px #22c55e66}.credits-submit-btn.remove{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.credits-submit-btn.remove:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ef444466}.credits-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.credits-no-selection{display:flex;align-items:center;justify-content:center;height:100%;min-height:300px;color:#94a3b8;font-size:15px;text-align:center}@media (max-width: 1024px){.credits-manager{grid-template-columns:1fr}.credits-users-list{max-height:300px}}@media (max-width: 768px){.dashboard-header-content{flex-direction:column;align-items:flex-start}.dashboard-stats{grid-template-columns:1fr 1fr}.dashboard-table th,.dashboard-table td{padding:10px 12px;font-size:13px}.credits-current{flex-direction:column}.dashboard-tabs{flex-wrap:wrap}.dashboard-tab{padding:10px 16px;font-size:13px}}.verify-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:24px;background:linear-gradient(135deg,#667eea,#764ba2)}.verify-card{background:#fff;border-radius:20px;padding:48px;width:100%;max-width:460px;box-shadow:0 20px 60px #0003;text-align:center;animation:verifySlideUp .4s cubic-bezier(.4,0,.2,1)}@keyframes verifySlideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.verify-card h2{margin:0 0 8px;font-size:24px;font-weight:700;color:#1e293b}.verify-subtitle{margin:0 0 28px;font-size:15px;color:#64748b;line-height:1.5}.verify-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.verify-icon svg{width:32px;height:32px}.verify-icon.success{background:#dcfce7;color:#16a34a}.verify-icon.info{background:#dbeafe;color:#2563eb}.verify-icon.warning{background:#fef3c7;color:#d97706}.verify-icon.error{background:#fee2e2;color:#dc2626}.verify-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:verifySpin .8s linear infinite;margin:0 auto 24px}@keyframes verifySpin{to{transform:rotate(360deg)}}.verify-btn{width:100%;padding:14px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.verify-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.verify-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.verify-btn.secondary{background:#f1f5f9;color:#475569;box-shadow:none}.verify-btn.secondary:hover{background:#e2e8f0;box-shadow:none}.verify-resend-msg{padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500;margin-bottom:16px}.verify-resend-msg.success{background:#dcfce7;color:#166534}.verify-resend-msg.error{background:#fef2f2;color:#991b1b}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;color:#1a202c;min-height:100vh}#root{min-height:100vh}
