.cookie-consent-overlay{position:fixed;bottom:0;left:0;right:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;animation:fadeIn .3s ease-in-out}.cookie-consent-banner{background:#fff;padding:24px;box-shadow:0 -4px 20px #00000026;display:flex;flex-direction:column;gap:20px;max-width:1200px;margin:0 auto}.cookie-content h3{margin:0 0 12px;font-size:20px;color:#1a1a1a;font-weight:600}.cookie-content p{margin:0 0 8px;color:#4a4a4a;line-height:1.6;font-size:14px}.cookie-details{font-size:13px!important;color:#666!important}.cookie-details a{color:#4f46e5;text-decoration:underline;transition:color .2s}.cookie-details a:hover{color:#4338ca}.cookie-actions{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}.cookie-actions button{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;min-width:120px}.btn-reject{background:#f3f4f6;color:#4a4a4a}.btn-reject:hover{background:#e5e7eb}.btn-accept{background:#4f46e5;color:#fff}.btn-accept:hover{background:#4338ca;transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.cookie-consent-banner{padding:20px}.cookie-content h3{font-size:18px}.cookie-actions{flex-direction:column}.cookie-actions button{width:100%}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out}.modal-content{background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000040;min-width:320px;max-width:500px;animation:slideIn .3s ease-out;overflow:hidden}.modal-header{padding:20px 24px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #e5e7eb}.modal-header-success{background-color:#f0fdf4;border-bottom-color:#86efac}.modal-header-error{background-color:#fef2f2;border-bottom-color:#fca5a5}.modal-header-info{background-color:#eff6ff;border-bottom-color:#93c5fd}.modal-icon{font-size:24px}.modal-header h3{margin:0;font-size:18px;font-weight:600;color:#111827}.modal-body{padding:24px}.modal-body p{margin:0;color:#374151;line-height:1.6}.modal-footer{padding:16px 24px;display:flex;justify-content:flex-end;border-top:1px solid #e5e7eb;background-color:#f9fafb}.modal-button{padding:10px 24px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.modal-button:hover{background-color:#2563eb}.modal-button:active{transform:scale(.98)}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;background:#f5f7fa}.app-container{min-height:100vh;display:flex;flex-direction:column}.app-header{background:radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(139,155,255,.4),transparent),linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a;transition:--mouse-x .3s ease,--mouse-y .3s ease}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;position:relative}.header-logo{margin:0;font-size:1.5rem;font-weight:700}.header-nav{display:flex;gap:.5rem;align-items:center}.header-nav button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .3s ease}.header-nav button:hover{background:#fff3}.header-nav button.active{background:#fff;color:#667eea}.header-nav .btn-google{background:#fff;color:#667eea;font-weight:600}.header-nav .btn-google:hover{background:#fffffff2}.profile-dropdown{display:flex;gap:.5rem;align-items:center}.profile-dropdown .btn-signout{background:#ff3b30cc;border-color:#ff3b30e6}.profile-dropdown .btn-signout:hover{background:#ff3b30}.burger-menu{display:none;flex-direction:column;gap:4px;background:transparent;border:none;cursor:pointer;padding:8px;z-index:1001;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.burger-menu span{width:25px;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}.burger-menu.open span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.burger-menu.open span:nth-child(2){opacity:0}.burger-menu.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999}@media (max-width: 768px){.burger-menu{display:flex}.menu-overlay{display:block}.header-nav{position:fixed;top:0;right:-100%;height:100vh;width:280px;max-width:80%;background:linear-gradient(135deg,#667eea,#764ba2);flex-direction:column;align-items:stretch;padding:80px 20px 20px;gap:10px;box-shadow:-2px 0 10px #0003;transition:right .3s ease;z-index:1000;overflow-y:auto}.header-nav.mobile-open{right:0}.header-nav a{width:100%}.header-nav button{width:100%;text-align:left;padding:12px 16px;font-size:1rem}.profile-dropdown{flex-direction:column;width:100%;gap:10px}.profile-dropdown a,.profile-dropdown button{width:100%}.header-content{padding:0 1rem}.header-logo h1{font-size:1.2rem}}.app-main{flex:1}.home-container{max-width:1200px;margin:0 auto}.hero{background:radial-gradient(800px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(139,155,255,.5),transparent),linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center;border-radius:0 0 30px 30px;transition:--mouse-x .3s ease,--mouse-y .3s ease}.hero-content{max-width:700px;margin:0 auto}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.hero-subtitle{font-size:1.3rem;opacity:.95;margin-bottom:2rem}.hero-features{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;width:100%}.feature-badge{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:20px;display:flex;align-items:center;gap:.5rem;border:1px solid rgba(255,255,255,.2)}.badge-icon{font-size:1.2rem}.features-section{padding:4rem 2rem}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2d3748}.features-flex{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #00000012;transition:transform .3s ease,box-shadow .3s ease;max-width:260px;transform-style:preserve-3d;perspective:1000px}.feature-card:hover{box-shadow:0 20px 40px #00000026}.feature-card h3{font-size:1.3rem;margin-bottom:.75rem;color:#667eea}.feature-card p{color:#718096;line-height:1.7}.security-section{background:radial-gradient(800px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(240,147,251,.5),transparent),linear-gradient(135deg,#f093fb,#f5576c);transition:--mouse-x .3s ease,--mouse-y .3s ease;color:#fff;padding:4rem 2rem;margin:2rem 0}.security-content{max-width:800px;margin:0 auto;text-align:center}.security-icon{font-size:4rem;margin-bottom:1rem}.security-content h2{font-size:2.5rem;margin-bottom:1rem}.security-content>p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.security-list{list-style:none;text-align:left;max-width:600px;margin:0 auto}.security-list li{padding:.75rem;margin:.5rem 0;background:#ffffff1a;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-section{padding:4rem 2rem;text-align:center;background:#fff;border-radius:20px;margin:2rem;box-shadow:0 4px 20px #00000014}.cta-section h2{font-size:2.5rem;margin-bottom:1rem;color:#2d3748}.cta-section>p{font-size:1.1rem;color:#718096;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.875rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea66}.btn-secondary{background:#fff;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff}.home-footer{background:#2d3748;color:#fff;padding:2rem;text-align:center;margin-top:2rem}.home-footer p{margin:.5rem 0}.footer-links{display:flex;justify-content:center;gap:1rem;align-items:center}.footer-links a{color:#a0aec0;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.wrap{max-width:700px;margin:2rem auto;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012}.wrap h2{color:#2d3748;margin-bottom:1rem}.wrap p{color:#718096;margin-bottom:1.5rem}.wrap label{display:block;margin-bottom:.5rem;color:#4a5568;font-weight:500}input{padding:.75rem;width:100%;box-sizing:border-box;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}input:focus{outline:none;border-color:#667eea}button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.result{margin-top:1.5rem;padding:1.5rem;border:2px solid #667eea;background:#f7fafc;border-radius:8px}.result>div{margin:.75rem 0}.result strong{color:#2d3748}.result code{background:#667eea;color:#fff;padding:.25rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:1.1rem}.error{color:#e53e3e;margin-top:1rem;padding:1rem;background:#fff5f5;border-left:4px solid #e53e3e;border-radius:4px}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.header-content{flex-direction:column;gap:1rem}.cta-buttons{flex-direction:column}.btn{width:100%}}.pricing-container{max-width:1200px;margin:0 auto;padding:40px 20px}.pricing-header{text-align:center;margin-bottom:50px}.pricing-header h1{font-size:2.5rem;margin-bottom:15px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-header p{font-size:1.2rem;color:#666}.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:60px}.pricing-card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;position:relative}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.pricing-card-featured{border:2px solid #667eea;transform:scale(1.05)}.pricing-badge{position:absolute;top:-15px;right:20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5px 15px;border-radius:20px;font-size:.85rem;font-weight:600}.current-badge{display:inline-block;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:6px 14px;border-radius:20px;font-size:.8rem;font-weight:700;margin-left:10px;text-transform:uppercase;letter-spacing:.8px;box-shadow:0 4px 12px #10b9814d;animation:pulse-badge 2s ease-in-out infinite}@keyframes pulse-badge{0%,to{box-shadow:0 4px 12px #10b9814d}50%{box-shadow:0 4px 20px #10b98180}}.pricing-card-current{border-color:#10b981;background:linear-gradient(to bottom,#f0fdf4,#fff)}.pricing-card-header{text-align:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.pricing-card-header h3{font-size:1.8rem;margin-bottom:15px;color:#333}.price{display:flex;align-items:baseline;justify-content:center;gap:5px}.price .amount{font-size:3rem;font-weight:700;color:#667eea}.price .period{font-size:1.1rem;color:#666}.features{list-style:none;padding:0;margin:0 0 30px}.features li{padding:12px 0;color:#555;font-size:1rem;border-bottom:1px solid #f0f0f0}.features li:last-child{border-bottom:none}.login-notice{background:linear-gradient(135deg,#667eea,#764ba2);padding:12px 15px;border-radius:8px;margin:15px 0 10px;text-align:center}.login-notice p{margin:0;color:#fff;font-size:.9rem;font-weight:500}.pricing-card .btn{width:100%;padding:15px;font-size:1.1rem;margin-top:10px}.pricing-note{text-align:center;font-size:.85rem;color:#999;margin-top:15px}.pricing-faq{max-width:800px;margin:0 auto}.pricing-faq h2{text-align:center;font-size:2rem;margin-bottom:40px;color:#333}.faq-item{background:#fff;border-radius:8px;padding:25px;margin-bottom:20px;box-shadow:0 2px 10px #0000000d}.faq-item h4{font-size:1.2rem;margin-bottom:10px;color:#667eea}.faq-item p{color:#666;line-height:1.6}@media (max-width: 768px){.pricing-header h1{font-size:2rem}.pricing-cards{grid-template-columns:1fr}.pricing-card-featured{transform:scale(1)}.price .amount{font-size:2.5rem}}.pairing-container{max-width:800px;margin:0 auto;padding:3rem 2rem}.pairing-header{text-align:center;margin-bottom:3rem}.pairing-header h1{font-size:2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.pairing-header p{font-size:1.1rem;color:#666}.pairing-card{background:#fff;border-radius:16px;padding:3rem;text-align:center;box-shadow:0 10px 40px #0000001a}.pairing-icon{font-size:4rem;margin-bottom:1.5rem}.pairing-card h3{font-size:1.8rem;color:#333;margin-bottom:1rem}.pairing-card p{color:#666;margin-bottom:1rem;line-height:1.8}.info-text{font-size:.9rem;color:#999;margin-top:.5rem}.warning-text{font-size:.9rem;color:#ff9800;background:#ff98001a;padding:.75rem 1rem;border-radius:8px;border-left:3px solid #ff9800;margin-top:1rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.btn-large{padding:1rem 3rem;font-size:1.1rem;margin-top:2rem}.subscription-warning{background:linear-gradient(135deg,#ffeaa7,#fdcb6e);border-radius:16px;padding:3rem;text-align:center;box-shadow:0 10px 40px #fdcb6e4d}.warning-icon{font-size:4rem;margin-bottom:1.5rem}.subscription-warning h3{font-size:1.8rem;color:#2d3436;margin-bottom:1rem}.subscription-warning p{color:#636e72;font-size:1.1rem;margin-bottom:2rem}.trial-info{background:linear-gradient(135deg,#a8e6cf,#56ab91);border-radius:16px;padding:3rem;text-align:center;box-shadow:0 10px 40px #56ab914d;margin-bottom:2rem}.trial-icon{font-size:4rem;margin-bottom:1.5rem}.trial-info h3{font-size:1.8rem;color:#2d3436;margin-bottom:1rem}.trial-info p{color:#2d3436;font-size:1.1rem;margin-bottom:.5rem}.trial-info .info-text{color:#636e72;font-size:.9rem}.error-message{background:#ff6b6b;color:#fff;padding:1.5rem;border-radius:12px;margin:2rem 0;display:flex;align-items:center;gap:1rem;font-size:1.1rem}.error-icon{font-size:1.5rem}.pairing-error{background:#fff;border-radius:16px;padding:3rem;text-align:center;box-shadow:0 10px 40px #0000001a}.pairing-error h2{color:#ff6b6b;margin-bottom:1rem}.pairing-success{background:#fff;border-radius:16px;padding:3rem;text-align:center;box-shadow:0 10px 40px #0000001a}.success-icon{font-size:4rem;margin-bottom:1.5rem}.pairing-success h3{font-size:1.8rem;color:#00b894;margin-bottom:2rem}.code-display{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:2rem;margin:2rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem}.code-value{font-family:Courier New,monospace;font-size:2.5rem;font-weight:700;color:#fff;letter-spacing:.3rem;flex:1}.code-display .btn{flex-shrink:0}.code-info{background:#f8f9fa;border-radius:12px;padding:1.5rem;margin:2rem 0;text-align:left}.code-info strong{color:#667eea}.pairing-instructions{background:#f8f9fa;border-radius:12px;padding:2rem;margin:2rem 0;text-align:left}.pairing-instructions h4{color:#333;margin-bottom:1rem;font-size:1.2rem}.pairing-instructions ol{padding-left:1.5rem;line-height:2}.pairing-instructions li{color:#666;margin-bottom:.5rem}.btn-outline{background:transparent;color:#667eea;border:2px solid #667eea;margin-top:2rem}.btn-outline:hover{background:#667eea;color:#fff}@media (max-width: 768px){.pairing-container{padding:2rem 1rem}.pairing-card,.subscription-warning,.pairing-success{padding:2rem}.code-value{font-size:1.8rem;letter-spacing:.2rem}.code-display{flex-direction:column}}.profile-container{max-width:800px;margin:0 auto;padding:3rem 1rem}.profile-container h2{font-size:2.5rem;color:#333;margin-bottom:2rem;text-align:center}.profile-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 20px #00000014}.profile-section h3{font-size:1.5rem;color:#667eea;margin-bottom:1.5rem;border-bottom:2px solid #f0f0f0;padding-bottom:.5rem}.profile-info p{font-size:1.1rem;color:#666;margin-bottom:1rem;line-height:1.6}.profile-info strong{color:#333;font-weight:600}.subscription-active-card,.trial-card,.no-subscription-card{padding:2rem;border-radius:12px;margin-top:1rem}.subscription-active-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.trial-card{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.no-subscription-card{background:linear-gradient(135deg,#ffeaa7,#fdcb6e);color:#333}.status-badge{display:inline-block;padding:.5rem 1.5rem;border-radius:50px;font-weight:700;font-size:1rem;margin-bottom:1rem}.status-badge.active,.status-badge.trial{background:#ffffff4d;color:#fff}.status-badge.inactive{background:#ffffff4d;color:#333}.subscription-id{font-size:.9rem;opacity:.9;margin:1rem 0}.subscription-id code{background:#0003;padding:.3rem .6rem;border-radius:4px;font-family:Courier New,monospace}.subscription-info,.trial-info,.no-subscription-info{font-size:1rem;line-height:1.6;margin:1.5rem 0}.trial-days{font-size:1.8rem;margin:1rem 0}.trial-days strong{font-size:2.5rem;font-weight:700}.btn-cancel{background:#fff3;color:#fff;border:2px solid white;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1.5rem}.btn-cancel:hover:not(:disabled){background:#fff;color:#667eea}.btn-cancel:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#e0e0e0;color:#333;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#d0d0d0}.btn-primary{background:#fff;color:#667eea;border:2px solid white;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1.5rem}.btn-primary:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.cancel-info{font-size:.9rem;opacity:.8;margin-top:1rem;font-style:italic}.gdpr-section{border:2px solid #f0f0f0;background:#fafafa}.gdpr-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1rem}.gdpr-action-card{background:#fff;border-radius:12px;padding:1.5rem;border:2px solid #e0e0e0;transition:all .3s ease}.gdpr-action-card:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea1a}.gdpr-action-card.danger:hover{border-color:#dc3545;box-shadow:0 4px 12px #dc35451a}.gdpr-action-card h4{font-size:1.2rem;color:#333;margin-bottom:.75rem}.gdpr-action-card p{font-size:.95rem;color:#666;line-height:1.5;margin-bottom:1rem}.btn-danger{background:#dc3545;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.btn-danger:hover:not(:disabled){background:#c82333;transform:translateY(-2px);box-shadow:0 4px 12px #dc35454d}.btn-danger:disabled{opacity:.5;cursor:not-allowed}.gdpr-action-card .btn-primary{width:100%;margin-top:0;background:linear-gradient(135deg,#667eea,#764ba2);border:none}.gdpr-action-card .btn-primary:hover{background:linear-gradient(135deg,#5568d3,#654a8d)}.language-selector{background:#2c3e50;border:2px solid #444;color:#fff;padding:.5rem .8rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s ease;margin-left:1rem;outline:none}.language-selector:hover{border-color:#3498db;background:#3498db1a}.language-selector:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db33}.language-selector option{background:#2c3e50;color:#fff;padding:.5rem}.app-footer{background:#2c3e50;color:#fff;padding:2rem 0;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.footer-links{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-link{background:none;border:none;color:#fff;cursor:pointer;font-size:.9rem;transition:color .3s ease;text-decoration:none}.footer-link:hover{color:#667eea}.footer-separator{color:#ffffff80}.footer-copyright{font-size:.85rem;color:#ffffffb3}.page-container{min-height:calc(100vh - 200px)}.page-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;text-align:center}.page-hero h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.page-hero p{font-size:1.1rem;opacity:.9}.page-content{max-width:1000px;margin:0 auto;padding:3rem 2rem}.content-section{margin-bottom:3rem}.content-section h2{color:#667eea;font-size:1.8rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #667eea}.content-section h3{color:#333;font-size:1.3rem;margin:1.5rem 0 .75rem}.content-section p{line-height:1.8;color:#555;margin-bottom:1rem}.content-section ul{margin-left:2rem;margin-bottom:1rem}.content-section li{line-height:1.8;color:#555;margin-bottom:.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 10px #0000001a;text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#667eea;margin-bottom:.5rem}.feature-card p{color:#666;font-size:.95rem}.tech-list{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #667eea}.tech-list li{margin-bottom:.75rem}.contact-info{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-top:1rem}.contact-info p{margin-bottom:.5rem}.legal-content{font-size:.95rem}.legal-content h3{font-size:1.1rem;margin-top:1.5rem}.support-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem}@media (max-width: 768px){.support-grid{grid-template-columns:1fr}}.info-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin-bottom:1.5rem}.info-card h3{color:#667eea;font-size:1.2rem;margin-bottom:.75rem}.info-card p{margin-bottom:.5rem;color:#555}.info-card a{color:#667eea;text-decoration:none}.info-card a:hover{text-decoration:underline}.info-hint{font-size:.85rem;color:#999;font-style:italic}.info-card ul{margin-left:1.5rem;font-size:.9rem}.faq-item{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin-bottom:1.5rem}.faq-item h3{color:#667eea;margin-bottom:.75rem;font-size:1.1rem}.faq-item p{line-height:1.8}.support-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 10px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#333;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea{resize:vertical;min-height:120px}.btn-large{width:100%;padding:1rem 2rem;font-size:1.1rem}.success-message{background:#fff;padding:3rem 2rem;border-radius:12px;box-shadow:0 2px 10px #0000001a;text-align:center}.success-icon{font-size:4rem;margin-bottom:1rem}.success-message h3{color:#28a745;margin-bottom:.5rem}.success-message p{color:#666}.error-message{background:#fee;color:#c33;padding:1rem;border-radius:8px;margin-bottom:1.5rem;border-left:4px solid #c33}.success-message{background:#efe;color:#3c3;padding:1rem;border-radius:8px;margin-bottom:1.5rem;border-left:4px solid #3c3}.loading{text-align:center;padding:3rem;font-size:1.2rem;color:#667eea}@media (max-width: 768px){.profile-container{padding:2rem 1rem}.profile-section{padding:1.5rem}.trial-days strong{font-size:2rem}}.agency-container{min-height:100vh;background:linear-gradient(135deg,#ebf4ff,#e0e7ff,#ede9fe)}.agency-header{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.agency-header-content{max-width:1280px;margin:0 auto;padding:1.5rem 1rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.agency-header-left{display:flex;align-items:center;gap:1rem}.agency-logo{width:64px;height:64px;background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #3b82f64d;font-size:32px}.agency-title{font-size:1.75rem;font-weight:700;background:linear-gradient(90deg,#2563eb,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:4px}.agency-email{color:#6b7280;display:flex;align-items:center;gap:8px}.agency-back-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;color:#6b7280;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s;font-size:14px}.agency-back-btn:hover{background:#f3f4f6;color:#111827}.agency-main{max-width:1280px;margin:0 auto;padding:2rem 1rem}.agency-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem;max-width:900px}.agency-stat-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px #00000012;transition:all .3s;border:1px solid}.agency-stat-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-2px)}.agency-stat-card.blue{border-color:#dbeafe}.agency-stat-card.green{border-color:#d1fae5}.agency-stat-card.purple{border-color:#e9d5ff}.agency-stat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.agency-stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.agency-stat-icon.blue{background:#dbeafe}.agency-stat-icon.green{background:#d1fae5}.agency-stat-icon.purple{background:#e9d5ff}.agency-stat-badge{padding:4px 12px;border-radius:9999px;font-size:.75rem;font-weight:600}.agency-stat-badge.blue{background:#dbeafe;color:#1e40af}.agency-stat-badge.green{background:#d1fae5;color:#065f46}.agency-stat-badge.purple{background:#e9d5ff;color:#6b21a8}.agency-stat-label{font-size:.875rem;font-weight:500;color:#6b7280;margin-bottom:4px}.agency-stat-value{font-size:2.5rem;font-weight:700}.agency-stat-value.blue{color:#2563eb}.agency-stat-value.green{color:#10b981}.agency-stat-value.purple{color:#9333ea}.agency-sync-btn{margin-top:.75rem;padding:.5rem 1rem;font-size:.875rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%}.agency-sync-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.agency-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.agency-action-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #00000012;border:1px solid #e5e7eb}.agency-action-header{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.agency-action-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.agency-action-icon.blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.agency-action-icon.green{background:linear-gradient(135deg,#10b981,#059669)}.agency-action-title{font-size:1.5rem;font-weight:700;color:#111827}.agency-action-desc{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.agency-input-group{margin-bottom:1.5rem}.agency-input-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:8px}.agency-input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:1.125rem;font-weight:600;transition:all .2s}.agency-input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.agency-input-hint{font-size:.75rem;color:#6b7280;margin-top:8px;display:flex;align-items:center;gap:4px}.agency-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:12px}.agency-hint{margin-top:8px;font-size:.75rem;color:#6b7280;display:flex;align-items:center;gap:4px}.agency-alert{margin-top:16px;padding:12px;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;font-size:.875rem;color:#991b1b;display:flex;align-items:center;gap:8px}.agency-features{margin-top:16px;display:flex;flex-direction:column;gap:4px;font-size:.75rem;color:#6b7280}.agency-features p{display:flex;align-items:center;gap:8px}.agency-price-box{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;border:1px solid #10b981}.agency-price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.agency-price-row.total{padding-top:12px;border-top:1px solid #10b981}.agency-price-label{font-size:.875rem;color:#6b7280}.agency-price-label.total{font-weight:600;color:#374151}.agency-price-value{font-size:1.125rem;font-weight:700;color:#111827}.agency-price-value.total{font-size:1.5rem;color:#059669}.agency-price-total{font-size:1.5rem;font-weight:700;color:#047857}.agency-price-discount{margin-top:12px;padding-top:12px;border-top:1px solid #6ee7b7;font-size:.875rem;color:#047857;font-weight:600;display:flex;align-items:center;gap:8px}.agency-discount{font-size:.875rem;color:#059669;font-weight:600;display:flex;align-items:center;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid #10b981}.agency-btn{width:100%;padding:1rem 1.5rem;border:none;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 6px #0000001a}.agency-btn:hover{box-shadow:0 10px 20px #00000026;transform:translateY(-2px)}.agency-btn:disabled{background:#d1d5db!important;cursor:not-allowed;box-shadow:none;transform:none}.agency-btn.blue{background:linear-gradient(90deg,#2563eb,#6366f1);color:#fff}.agency-btn.blue:hover:not(:disabled){background:linear-gradient(90deg,#1d4ed8,#4f46e5)}.agency-btn.green{background:linear-gradient(90deg,#10b981,#059669);color:#fff}.agency-btn.green:hover:not(:disabled){background:linear-gradient(90deg,#059669,#047857)}.agency-btn-features{margin-top:1rem;display:flex;flex-direction:column;gap:4px}.agency-btn-feature{font-size:.75rem;color:#6b7280;display:flex;align-items:center;gap:8px}.agency-btn-feature .check{color:#10b981}.agency-alert{margin-top:1rem;padding:12px;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px}.agency-alert p{font-size:.875rem;color:#991b1b;display:flex;align-items:center;gap:8px}.agency-licenses{background:#fff;border-radius:16px;box-shadow:0 4px 6px #00000012;border:1px solid #e5e7eb;overflow:hidden}.agency-licenses-header{padding:1.5rem;background:linear-gradient(90deg,#f9fafb,#f3f4f6);border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.agency-licenses-title-section{display:flex;align-items:center;gap:12px}.agency-licenses-controls{display:flex;gap:12px;flex-wrap:wrap}.agency-licenses-title-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.agency-licenses-title-left{display:flex;align-items:center;gap:12px}.agency-licenses-icon{width:40px;height:40px;background:linear-gradient(135deg,#6366f1,#9333ea);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.agency-licenses-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:4px}.agency-licenses-count{font-size:.875rem;color:#6b7280}.agency-licenses-filters{display:flex;gap:12px;flex-wrap:wrap}.agency-search{padding:10px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:.875rem;min-width:200px;transition:all .2s}.agency-search:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.agency-filter{padding:10px 16px;border:2px solid #e5e7eb;border-radius:12px;background:#fff;font-size:.875rem;cursor:pointer;transition:all .2s}.agency-filter:focus{outline:none;border-color:#6366f1}.agency-empty{padding:4rem 2rem;text-align:center}.agency-empty-text{color:#6b7280;font-size:1.125rem;font-weight:500}.agency-licenses-empty{padding:4rem 2rem;text-align:center}.agency-licenses-empty-icon{font-size:4rem;margin-bottom:1rem}.agency-licenses-empty-text{color:#6b7280;font-size:1.125rem;font-weight:500}.agency-table{width:100%;border-collapse:collapse}.agency-table thead{background:linear-gradient(90deg,#f9fafb,#f3f4f6)}.agency-table th{padding:1rem 1.5rem;text-align:left;font-size:.75rem;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.05em}.agency-table tbody tr{border-top:1px solid #f3f4f6;transition:all .2s}.agency-table tbody tr:hover{background:linear-gradient(90deg,#ebf4ff,#e0e7ff)}.agency-table td{padding:1rem 1.5rem}.agency-license-key-wrapper,.agency-license-key{display:flex;align-items:center;gap:12px}.agency-license-code{font-family:Courier New,monospace;font-size:.875rem;font-weight:700;background:linear-gradient(90deg,#f3f4f6,#e5e7eb);padding:8px 12px;border-radius:8px;color:#374151;border:1px solid #d1d5db}.agency-copy-btn{padding:8px;background:transparent;border:none;color:#2563eb;cursor:pointer;border-radius:8px;transition:all .2s}.agency-copy-btn:hover{background:#dbeafe;color:#1e40af}.agency-status-badge{padding:6px 16px;border-radius:9999px;font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;gap:6px;box-shadow:0 1px 3px #0000001a;border:1px solid}.agency-status-badge.active{background:linear-gradient(90deg,#d1fae5,#a7f3d0);color:#065f46;border-color:#6ee7b7}.agency-status-badge.available{background:linear-gradient(90deg,#dbeafe,#bfdbfe);color:#1e40af;border-color:#93c5fd}.agency-status-badge.revoked{background:linear-gradient(90deg,#fee2e2,#fecaca);color:#991b1b;border-color:#fca5a5}.agency-user-email{font-size:.875rem;font-weight:500;color:#111827}.agency-user-empty{color:#9ca3af;font-style:italic}.agency-date{font-size:.875rem;color:#6b7280}.agency-revoke-btn{padding:8px 16px;background:#fef2f2;color:#991b1b;border:1px solid #fca5a5;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;font-size:.875rem}.agency-revoke-btn:hover{background:#dc2626;color:#fff;border-color:#dc2626}.agency-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.agency-modal{background:#fff;border-radius:16px;max-width:480px;width:100%;padding:2rem;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.agency-modal-header{display:flex;align-items:center;gap:12px;margin-bottom:1.5rem}.agency-modal-icon{width:48px;height:48px;background:#fee2e2;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.agency-modal-title{font-size:1.5rem;font-weight:700;color:#111827}.agency-modal-text{color:#374151;margin-bottom:1rem;line-height:1.6}.agency-modal-key-box{background:linear-gradient(90deg,#f3f4f6,#e5e7eb);border-radius:12px;padding:1rem;margin-bottom:1.5rem;border:1px solid #d1d5db}.agency-modal-key-label{font-size:.75rem;color:#6b7280;font-weight:600;margin-bottom:4px}.agency-modal-key-code{font-family:Courier New,monospace;font-size:.875rem;font-weight:700;color:#111827}.agency-modal-warning{background:#fef2f2;border-left:4px solid #ef4444;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.agency-modal-warning p{font-size:.875rem;color:#991b1b;display:flex;align-items:flex-start;gap:8px}.agency-modal-warning strong{font-weight:700}.agency-modal-actions{display:flex;gap:12px}.agency-modal-btn{flex:1;padding:12px 24px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s;font-size:1rem}.agency-modal-btn.cancel{background:#fff;border:2px solid #d1d5db;color:#374151}.agency-modal-btn.cancel:hover{background:#f9fafb}.agency-modal-btn.confirm{background:linear-gradient(90deg,#dc2626,#b91c1c);border:none;color:#fff;box-shadow:0 4px 6px #dc26264d}.agency-modal-btn.confirm:hover{background:linear-gradient(90deg,#b91c1c,#991b1b);box-shadow:0 6px 12px #dc262666}@media (max-width: 768px){.agency-logo{width:48px;height:48px;font-size:24px}.agency-title{font-size:1.5rem}.agency-stats,.agency-actions{grid-template-columns:1fr}.agency-licenses-filters{flex-direction:column}.agency-search{width:100%}.agency-table{font-size:.875rem}.agency-table th,.agency-table td{padding:.75rem}}
