@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1f2937;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;height:100%}#root{min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#3b82f6;--primary-dark:#2563eb;--primary-light:#60a5fa;--secondary:#f8fafc;--accent:#10b981;--text-primary:#374151;--text-secondary:#6b7280;--text-muted:#9ca3af;--border:#e5e7eb;--border-light:#f3f4f6;--success:#059669;--warning:#d97706;--error:#dc2626;--gradient-primary:linear-gradient(135deg,#3b82f6,#1d4ed8);--gradient-accent:linear-gradient(135deg,#10b981,#059669);--gradient-warm:linear-gradient(135deg,#f59e0b,#d97706);--card-bg:#fff;--card-border:#f1f5f9;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a;--radius:8px;--radius-lg:12px;--radius-xl:16px}body{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#374151;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}.App,body{min-height:100vh}.App-header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:50}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1.5rem}.App-header h1{color:#3b82f6;color:var(--primary);font-size:1.875rem;font-weight:700;margin:0}.App-header p{color:#6b7280;color:var(--text-secondary);font-size:.875rem;margin:0}.container{margin:0 auto;max-width:1200px;padding:2rem 1.5rem}.hero-section{background:#fff;background:var(--card-bg);border:1px solid #f1f5f9;border:1px solid var(--card-border);border-radius:16px;border-radius:var(--radius-xl);box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow);margin-bottom:2rem;padding:4rem 0;text-align:center}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#1d4ed8);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:1rem}.hero-subtitle{color:#6b7280;color:var(--text-secondary);font-size:1.25rem;margin:0 auto 2rem;max-width:600px}.input-form{background:#fff;background:var(--card-bg);border:1px solid #f1f5f9;border:1px solid var(--card-border);border-radius:16px;border-radius:var(--radius-xl);box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow);padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#374151;color:var(--text-primary);display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#fff;border:2px solid #e5e7eb;border:2px solid var(--border);border-radius:8px;border-radius:var(--radius);box-sizing:border-box;color:#374151;color:var(--text-primary);font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3b82f6;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.form-group small{color:#9ca3af;color:var(--text-muted);display:block;font-size:.75rem;margin-top:.25rem}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af;color:var(--text-muted);opacity:1}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1rem}button[type=submit]{background:linear-gradient(135deg,#3b82f6,#1d4ed8);background:var(--gradient-primary);border:none;border-radius:8px;border-radius:var(--radius);box-shadow:0 4px 14px 0 #3b82f640;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:.875rem 2rem;transition:all .2s ease;width:100%}button[type=submit]:hover:not(:disabled){box-shadow:0 8px 25px 0 #3b82f659;transform:translateY(-2px)}button[type=submit]:disabled{background:#9ca3af;background:var(--text-muted);box-shadow:none;cursor:not-allowed;transform:none}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);background:var(--gradient-primary);border:none;border-radius:8px;border-radius:var(--radius);box-shadow:0 4px 14px 0 #3b82f640;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.btn-primary:hover{box-shadow:0 8px 25px 0 #3b82f659;transform:translateY(-2px)}.btn-secondary{background:#fff;border:2px solid #e5e7eb;border:2px solid var(--border);border-radius:8px;border-radius:var(--radius);color:#374151;color:var(--text-primary);cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.btn-secondary:hover{border-color:#3b82f6;border-color:var(--primary);box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow);color:#3b82f6;color:var(--primary);transform:translateY(-1px)}.marketing-content{margin-top:4rem}.features-section,.how-it-works,.intro-section,.who-benefits{background:#fff;background:var(--card-bg);border:1px solid #f1f5f9;border:1px solid var(--card-border);border-radius:16px;border-radius:var(--radius-xl);box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow);margin-bottom:2rem;padding:3rem 2rem}.features-section h2,.how-it-works h2,.intro-section h2,.who-benefits h2{color:#374151;color:var(--text-primary);font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.intro-section p{color:#374151;color:var(--text-primary);font-size:1.1rem;line-height:1.7;margin:0 auto;max-width:800px;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.feature-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #f1f5f9;border:1px solid var(--card-border);border-radius:12px;border-radius:var(--radius-lg);padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.feature-card h3,.feature-card p{color:#374151;color:var(--text-primary)}.feature-card p{line-height:1.6}.steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.step{text-align:center}.step-number{align-items:center;background:#3b82f6;background:var(--primary);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.step h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.step h3,.step p{color:#374151;color:var(--text-primary)}.step p{line-height:1.6}.benefits-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:2rem}.benefit-item{background:linear-gradient(135deg,#10b981,#059669);background:var(--gradient-accent);border-radius:8px;border-radius:var(--radius);box-shadow:0 4px 14px 0 #10b98140;color:#fff;font-weight:500;padding:1.5rem;text-align:center;transition:all .3s ease}.benefit-item:hover{box-shadow:0 8px 25px 0 #10b98159;transform:translateY(-2px)}.footer{background:#fff;border-top:1px solid #e5e7eb;border-top:1px solid var(--border);margin-top:4rem;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1200px;padding:0 1.5rem}.footer-section h3{color:#374151;color:var(--text-primary);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-section a,.footer-section button{background:none;border:none;color:#6b7280;color:var(--text-secondary);cursor:pointer;display:block;font-size:.875rem;margin-bottom:.5rem;padding:0;text-align:left;text-decoration:none}.footer-section a:hover,.footer-section button:hover{color:#3b82f6;color:var(--primary)}.footer-bottom{border-top:1px solid #f3f4f6;border-top:1px solid var(--border-light);margin-top:2rem;padding-top:1rem;text-align:center}.footer-bottom p{color:#9ca3af;color:var(--text-muted);font-size:.875rem}.auth-section{align-items:center;display:flex;gap:1rem}.login-btn,.logout-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);background:var(--gradient-primary);border:none;border-radius:8px;border-radius:var(--radius);box-shadow:0 2px 8px 0 #3b82f633;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.login-btn:hover,.logout-btn:hover{box-shadow:0 4px 14px 0 #3b82f64d;transform:translateY(-1px)}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;border-radius:var(--radius);color:#dc2626;color:var(--error);margin-bottom:1rem;padding:1rem;text-align:center}.error-message .upgrade-btn{background:linear-gradient(135deg,#f59e0b,#d97706);background:var(--gradient-warm);border:none;border-radius:8px;border-radius:var(--radius);box-shadow:0 4px 14px 0 #f59e0b40;color:#fff;cursor:pointer;font-weight:600;margin-top:1rem;padding:.75rem 1.5rem;transition:all .2s ease}.error-message .upgrade-btn:hover{box-shadow:0 8px 25px 0 #f59e0b59;transform:translateY(-2px)}.page-container{background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh}.page-header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:50}.page-header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1.5rem}.page-header .logo{color:#3b82f6;color:var(--primary);font-size:1.5rem;font-weight:700;text-decoration:none}.page-nav{align-items:center;display:flex;gap:2rem}.page-nav a{color:#6b7280;color:var(--text-secondary);font-weight:500;text-decoration:none;transition:color .2s ease}.page-nav a:hover{color:#3b82f6;color:var(--primary)}.page-content{margin:0 auto;max-width:1200px;padding:3rem 1.5rem}.page-content h1{color:#374151;color:var(--text-primary);font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.page-content .last-updated{color:#9ca3af;color:var(--text-muted);font-size:.875rem;margin-bottom:3rem;text-align:center}.page-content section{background:#fff;background:var(--card-bg);border:1px solid #f1f5f9;border:1px solid var(--card-border);border-radius:16px;border-radius:var(--radius-xl);box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow);margin-bottom:2rem;padding:2rem}.page-content section h2{font-size:1.5rem;font-weight:600}.page-content section h2,.page-content section p{color:#374151;color:var(--text-primary);margin-bottom:1rem}.page-content section p{line-height:1.7}.page-content section ul{margin:1rem 0;padding-left:1.5rem}.page-content section li{color:#374151;color:var(--text-primary);line-height:1.6;margin-bottom:.5rem}.feature-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:2rem 0}.cta-section{background:#fff;background:var(--card-bg);border:1px solid #f1f5f9;border:1px solid var(--card-border);border-radius:16px;border-radius:var(--radius-xl);box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow);margin-top:3rem;padding:3rem 2rem;text-align:center}.cta-section h2{color:#374151;color:var(--text-primary);font-size:2rem;font-weight:700;margin-bottom:1rem}.cta-section p{color:#6b7280;color:var(--text-secondary);font-size:1.1rem;margin-bottom:2rem}.cta-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);background:var(--gradient-primary);border:none;border-radius:8px;border-radius:var(--radius);box-shadow:0 4px 14px 0 #3b82f640;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .2s ease}.cta-btn:hover{box-shadow:0 8px 25px 0 #3b82f659;transform:translateY(-2px)}.request-form{background:#fff;background:var(--card-bg);border:1px solid #f1f5f9;border:1px solid var(--card-border);border-radius:16px;border-radius:var(--radius-xl);box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow);margin-top:2rem;padding:2rem}.request-form .form-group{margin-bottom:1.5rem}.request-form label{color:#374151;color:var(--text-primary);display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.request-form input,.request-form select,.request-form textarea{background:#fff;border:2px solid #e5e7eb;border:2px solid var(--border);border-radius:8px;border-radius:var(--radius);box-sizing:border-box;color:#374151;color:var(--text-primary);font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.request-form input:focus,.request-form select:focus,.request-form textarea:focus{border-color:#3b82f6;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a;outline:none}.request-form textarea{min-height:120px;resize:vertical}.request-form button[type=submit]{background:linear-gradient(135deg,#3b82f6,#1d4ed8);background:var(--gradient-primary);border:none;border-radius:8px;border-radius:var(--radius);box-shadow:0 4px 14px 0 #3b82f640;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:.875rem 2rem;transition:all .2s ease;width:100%}.request-form button[type=submit]:hover{box-shadow:0 8px 25px 0 #3b82f659;transform:translateY(-2px)}.principle{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #f3f4f6;border:1px solid var(--border-light);border-radius:8px;border-radius:var(--radius);margin:1rem 0;padding:1.5rem}.principle h3{color:#374151;color:var(--text-primary);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.principle p{color:#6b7280;color:var(--text-secondary);margin:0}.success-content{background:#fff;background:var(--card-bg);border:1px solid #f1f5f9;border:1px solid var(--card-border);border-radius:16px;border-radius:var(--radius-xl);box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow);padding:3rem 2rem;text-align:center}.success-content h1{font-size:2.5rem;margin-bottom:1rem}.premium-features{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:8px;border-radius:var(--radius);margin:2rem 0;padding:2rem}.premium-features h2{color:#3b82f6;color:var(--primary);margin-bottom:1rem}.premium-features ul{list-style:none;margin:0 auto;max-width:300px;text-align:left}.premium-features li{color:#374151;color:var(--text-primary);font-weight:500;padding:.5rem 0}.auth-modal{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.auth-content{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius-xl);box-shadow:0 20px 25px -5px #0000001a;box-shadow:var(--shadow-xl);max-width:400px;padding:2rem;position:relative;width:90%}.auth-content h2{color:#374151;color:var(--text-primary);font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.google-btn{margin-bottom:1rem}.divider{margin:1.5rem 0;position:relative;text-align:center}.divider:before{background:#e5e7eb;background:var(--border);content:"";height:1px;left:0;position:absolute;right:0;top:50%}.divider span{background:#fff;color:#9ca3af;color:var(--text-muted);font-size:.875rem;padding:0 1rem}.auth-content form{display:flex;flex-direction:column;gap:1rem}.auth-content input{border:2px solid #e5e7eb;border:2px solid var(--border);border-radius:8px;border-radius:var(--radius);font-size:1rem;padding:.75rem 1rem;transition:all .2s ease}.auth-content input:focus{border-color:#3b82f6;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a;outline:none}.auth-content button[type=submit]{background:linear-gradient(135deg,#3b82f6,#1d4ed8);background:var(--gradient-primary);border:none;border-radius:8px;border-radius:var(--radius);box-shadow:0 4px 14px 0 #3b82f640;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1rem;transition:all .2s ease}.auth-content button[type=submit]:hover:not(:disabled){box-shadow:0 6px 20px 0 #3b82f659;transform:translateY(-1px)}.auth-content button[type=submit]:disabled{background:#9ca3af;background:var(--text-muted);box-shadow:none;cursor:not-allowed;transform:none}.auth-content input:disabled{background:#f3f4f6;background:var(--border-light);cursor:not-allowed;opacity:.6}.auth-content p{color:#6b7280;color:var(--text-secondary);font-size:.875rem;margin-top:1rem;text-align:center}.auth-content p button{color:#3b82f6;color:var(--primary);font-weight:600;text-decoration:underline}.auth-content p button,.close-btn{background:none;border:none;cursor:pointer}.close-btn{align-items:center;border-radius:50%;color:#9ca3af;color:var(--text-muted);display:flex;font-size:1.5rem;height:32px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .2s ease;width:32px}.close-btn:hover{background:#f3f4f6;background:var(--border-light);color:#374151;color:var(--text-primary)}.upgrade-modal{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.upgrade-content{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius-xl);box-shadow:0 20px 25px -5px #0000001a;box-shadow:var(--shadow-xl);max-width:500px;padding:2rem;position:relative;text-align:center;width:90%}.upgrade-content h2{color:#374151;color:var(--text-primary);font-size:1.75rem;margin-bottom:1.5rem}.feature-list{margin:1.5rem 0;text-align:left}.feature{color:#374151;color:var(--text-primary);font-weight:500;padding:.5rem 0}.upgrade-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.upgrade-btn{background:linear-gradient(135deg,#f59e0b,#d97706);background:var(--gradient-warm);border:none;border-radius:8px;border-radius:var(--radius);box-shadow:0 4px 14px 0 #f59e0b40;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .2s ease}.upgrade-btn:hover{box-shadow:0 8px 25px 0 #f59e0b59;transform:translateY(-2px)}.login-link{background:none;border:2px solid #e5e7eb;border:2px solid var(--border);border-radius:8px;border-radius:var(--radius);color:#374151;color:var(--text-primary);cursor:pointer;font-weight:500;padding:.75rem 1rem;transition:all .2s ease}.login-link:hover{border-color:#3b82f6;border-color:var(--primary);color:#3b82f6;color:var(--primary)}.user-info{align-items:center;display:flex;gap:.75rem}.profile-pic{border:2px solid #e5e7eb;border:2px solid var(--border);border-radius:50%;height:32px;width:32px}.plan-badge{background:linear-gradient(135deg,#10b981,#059669);background:var(--gradient-accent);color:#fff}.usage{color:#9ca3af;color:var(--text-muted);font-size:.875rem}.results-section{background:#fff;background:var(--card-bg);border:1px solid #f1f5f9;border:1px solid var(--card-border);border-radius:16px;border-radius:var(--radius-xl);box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow);margin-top:2rem;padding:2rem}.results-header{align-items:center;border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.results-header h2{color:#374151;color:var(--text-primary);font-size:1.75rem;font-weight:700;margin:0}.export-buttons{display:flex;gap:.5rem}.export-buttons button{background:linear-gradient(135deg,#10b981,#059669);background:var(--gradient-accent);border:none;border-radius:8px;border-radius:var(--radius);box-shadow:0 2px 8px 0 #10b98133;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.export-buttons button:hover{box-shadow:0 4px 14px 0 #10b9814d;transform:translateY(-1px)}.variants{margin-bottom:2rem}.variant{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #f3f4f6;border:1px solid var(--border-light);border-radius:12px;border-radius:var(--radius-lg);margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease}.variant:hover{box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.variant-header{align-items:center;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem}.variant-header h3{color:#374151;color:var(--text-primary);font-size:1.25rem;font-weight:600;margin:0}.variant-header button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);background:var(--gradient-primary);border:none;border-radius:8px;border-radius:var(--radius);box-shadow:0 2px 8px 0 #3b82f633;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.variant-header button:hover{box-shadow:0 4px 14px 0 #3b82f64d;transform:translateY(-1px)}.text-comparison{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.humanized,.original{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);padding:1.5rem}.humanized h4,.original h4{border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--border-light);color:#374151;color:var(--text-primary);font-size:1rem;font-weight:600;margin-bottom:.75rem;padding-bottom:.5rem}.humanized p,.original p{color:#374151;color:var(--text-primary);font-size:.95rem;line-height:1.6;margin:0}.humanized{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-color:#bae6fd}.humanized h4{color:#3b82f6;color:var(--primary)}.metadata{grid-gap:2rem;border-top:1px solid #f3f4f6;border-top:1px solid var(--border-light);display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-top:2rem;padding-top:2rem}.changelog,.style-profile{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius-lg);padding:1.5rem}.changelog h3,.style-profile h3{border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--border-light);color:#374151;color:var(--text-primary);font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.changelog ul,.style-profile ul{list-style:none;margin:0;padding:0}.changelog li{color:#374151;color:var(--text-primary);line-height:1.5;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.changelog li:before{color:#10b981;color:var(--accent);content:"•";font-weight:700;left:0;position:absolute}.style-profile li{color:#374151;color:var(--text-primary);display:flex;justify-content:space-between;line-height:1.5;margin-bottom:.5rem}.analytics-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.metric-card{background:#fff;background:var(--card-bg);border:1px solid #f1f5f9;border:1px solid var(--card-border);border-radius:16px;border-radius:var(--radius-xl);box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow);padding:2rem;text-align:center;transition:all .3s ease}.metric-card:hover{box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.metric-card h3{color:#6b7280;color:var(--text-secondary);font-size:1rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;text-transform:uppercase}.metric-value{color:#3b82f6;color:var(--primary);font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:1rem}.metric-breakdown{color:#9ca3af;color:var(--text-muted);display:flex;font-size:.875rem;justify-content:space-between}.analytics-sections{margin-top:3rem}.analytics-sections section{background:#fff;background:var(--card-bg);border:1px solid #f1f5f9;border:1px solid var(--card-border);border-radius:16px;border-radius:var(--radius-xl);box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow);margin-bottom:2rem;padding:2rem}.analytics-sections h2{color:#374151;color:var(--text-primary);font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.users-table{overflow-x:auto}.users-table table{border-collapse:collapse;width:100%}.users-table td,.users-table th{border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--border-light);padding:1rem;text-align:left}.users-table th{background:#f3f4f6;background:var(--border-light);color:#374151;color:var(--text-primary);font-weight:600}.users-table td{color:#6b7280;color:var(--text-secondary)}.plan-badge{border-radius:9999px;font-size:.75rem;font-weight:600;padding:.25rem .5rem;text-transform:uppercase}.plan-badge.free{background:#f3f4f6;color:#374151}.plan-badge.premium{background:linear-gradient(135deg,#f59e0b,#d97706);background:var(--gradient-warm);color:#fff}.usage-list{display:flex;flex-direction:column;gap:1rem}.usage-item{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #f3f4f6;border:1px solid var(--border-light);border-radius:8px;border-radius:var(--radius);display:flex;gap:1rem;padding:1rem}.rank{color:#3b82f6;color:var(--primary);font-weight:700;min-width:2rem}.user-email{color:#374151;color:var(--text-primary);flex:1 1}.usage-count{font-weight:600}.loading,.usage-count{color:#6b7280;color:var(--text-secondary)}.loading{font-size:1.1rem;padding:3rem;text-align:center}@media (max-width:768px){.metadata,.text-comparison{grid-template-columns:1fr}.results-header{align-items:flex-start;flex-direction:column;gap:1rem}.analytics-grid{grid-template-columns:1fr}.metric-breakdown{flex-direction:column;gap:.25rem}.hero-title{font-size:2rem}.form-row{grid-template-columns:1fr}.header-content,.page-header-content{flex-direction:column;gap:1rem;text-align:center}.page-nav{gap:1rem}.page-content h1{font-size:2rem}}.pricing-container,.pricing-grid{margin-top:2rem}.pricing-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.pricing-card{background:var(--card-bg);border:2px solid var(--card-border);border-radius:var(--radius-xl);box-shadow:var(--shadow);padding:2rem;position:relative;text-align:center;transition:all .3s ease}.pricing-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.pricing-card.featured{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:scale(1.05)}.pricing-card.featured:before{background:var(--primary);border-radius:9999px;color:#fff;content:"Most Popular";font-size:.75rem;font-weight:600;left:50%;padding:.5rem 1rem;position:absolute;top:-12px;transform:translateX(-50%)}.pricing-card h3{color:var(--text-primary);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.price{color:var(--primary);font-size:3rem;font-weight:800;line-height:1;margin:1.5rem 0}.price span{color:var(--text-secondary);font-size:1rem;font-weight:500}.pricing-card ul{list-style:none;margin:2rem 0;text-align:left}.pricing-card li{color:var(--text-secondary);padding:.5rem 0 .5rem 1.5rem;position:relative}.pricing-card li:before{color:var(--accent);content:"✓";font-weight:700;left:0;position:absolute}.pricing-btn{background:var(--gradient-primary);border:none;border-radius:var(--radius);box-shadow:0 4px 14px 0 #3b82f640;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:1rem 2rem;transition:all .2s ease;width:100%}.pricing-btn:hover{box-shadow:0 8px 25px 0 #3b82f659;transform:translateY(-2px)}.pricing-card.featured .pricing-btn{background:var(--gradient-warm);box-shadow:0 4px 14px 0 #f59e0b40}.pricing-card.featured .pricing-btn:hover{box-shadow:0 8px 25px 0 #f59e0b59}
/*# sourceMappingURL=main.06e2d253.css.map*/