.admin-container{min-height:100vh;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.admin-header{background:white;border-bottom:1px solid #e2e8f0;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000001a}.admin-header-left{display:flex;align-items:center;gap:1rem}.admin-logo{height:40px;width:auto}.admin-title h1{margin:0;font-size:1.5rem;font-weight:600;color:#1a202c}.admin-title p{margin:0;font-size:.875rem;color:#718096}.blog-admin-btn{background:linear-gradient(135deg,#7B1FA2 0%,#00BCD4 100%);color:#fff;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;margin-right:1rem}.blog-admin-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #7b1fa24d}.logout-btn{background:#e53e3e;color:#fff;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.logout-btn:hover{background:#c53030}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;padding:2rem;max-width:1200px;margin:0 auto}.stat-card{background:white;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:1rem;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.stat-icon{font-size:2rem;background:#f7fafc;border-radius:.5rem;padding:.75rem;display:flex;align-items:center;justify-content:center}.stat-content h3{margin:0;font-size:2rem;font-weight:700;color:#2d3748}.stat-content p{margin:0;font-size:.875rem;color:#718096;font-weight:500}.admin-tabs{display:flex;background:white;border-bottom:1px solid #e2e8f0;padding:0 2rem;max-width:1200px;margin:0 auto}.tab-btn{background:none;border:none;padding:1rem 1.5rem;font-size:.875rem;font-weight:500;color:#718096;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s}.tab-btn:hover{color:#4a5568}.tab-btn.active{color:#3182ce;border-bottom-color:#3182ce}.admin-content{max-width:1200px;margin:0 auto;padding:2rem}.section-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#2d3748}.refresh-btn{background:#3182ce;color:#fff;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;cursor:pointer;transition:background-color .2s}.refresh-btn:hover{background:#2c5aa0}.table-container{background:white;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a}.admin-table{width:100%;border-collapse:collapse}.admin-table th{background:#f7fafc;padding:.75rem 1rem;text-align:left;font-size:.75rem;font-weight:600;color:#4a5568;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0}.admin-table td{padding:1rem;border-bottom:1px solid #e2e8f0;font-size:.875rem;color:#2d3748}.admin-table tbody tr:hover{background:#f7fafc}.email-cell{font-weight:500;color:#3182ce}.subscription-badge{display:inline-block;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500;text-transform:uppercase}.subscription-badge.free{background:#fed7d7;color:#c53030}.subscription-badge.paid{background:#c6f6d5;color:#38a169}.admin-badge{display:inline-block;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500;text-transform:uppercase}.admin-badge.admin{background:#bee3f8;color:#2b6cb0}.admin-badge.user{background:#f7fafc;color:#718096}.status-active{color:#38a169;font-weight:500}.invites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.invite-card{background:white;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border-left:4px solid #f6ad55}.invite-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.invite-email{font-weight:600;color:#2d3748;font-size:.875rem}.invite-date{font-size:.75rem;color:#718096}.invite-status{margin-bottom:1rem;font-size:.875rem;color:#4a5568}.status-pending{color:#d69e2e;font-weight:500}.invite-actions{display:flex;gap:.5rem}.approve-btn{background:#38a169;color:#fff;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s;flex:1}.approve-btn:hover{background:#2f855a}.empty-state{text-align:center;padding:3rem;color:#718096;background:white;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.admin-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;color:#718096}.loading-spinner{width:2rem;height:2rem;border:2px solid #e2e8f0;border-top:2px solid #3182ce;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.admin-error{background:#fed7d7;color:#c53030;padding:1rem;border-radius:.375rem;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.retry-btn{background:#c53030;color:#fff;border:none;border-radius:.25rem;padding:.25rem .75rem;font-size:.875rem;cursor:pointer}.retry-btn:hover{background:#9b2c2c}@media (max-width: 768px){.admin-header{padding:1rem;flex-direction:column;gap:1rem;text-align:center}.stats-grid{grid-template-columns:1fr;padding:1rem}.admin-content{padding:1rem}.admin-tabs{padding:0 1rem}.section-header{flex-direction:column;gap:1rem;align-items:stretch}.table-container{overflow-x:auto}.admin-table{min-width:600px}.invites-grid{grid-template-columns:1fr}}.rate-limits-section{background:white;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.section-actions{display:flex;gap:.5rem;align-items:center}.save-btn,.reset-btn{background:#3182ce;color:#fff;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.save-btn:hover:not(:disabled){background:#2c5aa0}.reset-btn{background:#718096}.reset-btn:hover:not(:disabled){background:#4a5568}.save-btn:disabled,.reset-btn:disabled{opacity:.6;cursor:not-allowed}.rate-limits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin:1.5rem 0}.rate-limit-card{background:#f7fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1.5rem}.rate-limit-card h3{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:#2d3748;display:flex;align-items:center;gap:.5rem}.rate-limit-fields{display:flex;flex-direction:column;gap:1rem}.field-group{display:flex;flex-direction:column;gap:.25rem}.field-group label{font-size:.875rem;font-weight:500;color:#4a5568}.field-group input{padding:.5rem;border:1px solid #cbd5e0;border-radius:.375rem;font-size:.875rem;transition:border-color .2s}.field-group input:focus{outline:none;border-color:#3182ce;box-shadow:0 0 0 3px #3182ce1a}.env-vars-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.env-vars-section h3{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:#2d3748}.env-vars-grid{display:grid;gap:.5rem;margin-bottom:1rem}.env-var-item{display:grid;grid-template-columns:2fr 1fr;gap:1rem;padding:.75rem;background:#f7fafc;border-radius:.375rem;border:1px solid #e2e8f0}.env-key{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;color:#2d3748;background:#edf2f7;padding:.25rem .5rem;border-radius:.25rem}.env-value{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;color:#3182ce;background:#ebf8ff;padding:.25rem .5rem;border-radius:.25rem}.env-note{padding:1rem;background:#fffbeb;border:1px solid #fed7aa;border-radius:.5rem;font-size:.875rem;color:#9c4221}.user-usage-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.user-usage-section h3{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:#2d3748}.user-usage-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.user-usage-card{background:#f7fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem}.user-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.user-email{font-size:.875rem;font-weight:500;color:#2d3748}.usage-stats{display:flex;flex-direction:column;gap:.5rem}.usage-item{display:flex;justify-content:space-between;font-size:.75rem;color:#4a5568}.usage-item span:last-child{font-weight:500;color:#2d3748}.reset-user-btn,.load-usage-btn{background:#4299e1;color:#fff;border:none;border-radius:.375rem;padding:.375rem .75rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:background-color .2s;margin-top:.5rem}.reset-user-btn:hover,.load-usage-btn:hover{background:#3182ce}.loading-usage{display:flex;justify-content:center;align-items:center;padding:1rem 0}.loading-state{display:flex;justify-content:center;align-items:center;padding:2rem;color:#718096;font-style:italic}@media (max-width: 768px){.rate-limits-grid{grid-template-columns:1fr}.env-var-item{grid-template-columns:1fr;gap:.5rem}.user-usage-grid{grid-template-columns:1fr}.section-actions{flex-direction:column;align-items:stretch}}.analytics-section{padding:1rem}.analytics-setup{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:1rem}.setup-card,.analytics-placeholder,.integration-info{background:white;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.setup-card h3,.analytics-placeholder h3,.integration-info h3{margin-bottom:1rem;color:#2d3748;font-size:1.1rem}.setup-card ol{margin-left:1.5rem}.setup-card li{margin-bottom:.5rem;line-height:1.5}.setup-card a{color:#3182ce;text-decoration:none}.setup-card a:hover{text-decoration:underline}.analytics-placeholder ul,.integration-info ul{margin-left:1.5rem}.analytics-placeholder li,.integration-info li{margin-bottom:.5rem;line-height:1.5}.analytics-note{margin-top:1rem;padding:1rem;background:#fff5f5;border-left:4px solid #fc8181;border-radius:4px}.integration-info{grid-column:1 / -1}@media (max-width: 768px){.analytics-setup{grid-template-columns:1fr;gap:1rem}}.plan-card{border:2px solid #e5e7eb;border-radius:12px;padding:24px;background:white;position:relative;transition:all .3s ease;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;height:100%}.plan-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.plan-card.recommended{border-color:#3b82f6;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);box-shadow:0 4px 20px #3b82f633}.plan-card.current-plan{border-color:#10b981;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%)}.recommended-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.plan-header{text-align:center;margin-bottom:24px}.plan-name{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 8px}.plan-price{font-size:32px;font-weight:800;color:#3b82f6;margin-bottom:4px}.trial-period{font-size:14px;color:#059669;font-weight:600;margin-top:4px}.savings{font-size:12px;color:#dc2626;font-weight:600;background:#fef2f2;padding:4px 8px;border-radius:16px;display:inline-block;margin-top:8px}.plan-features{flex:1;margin-bottom:24px}.feature-item{display:flex;align-items:center;margin-bottom:12px;font-size:14px;color:#374151}.feature-icon{margin-right:12px;font-size:16px;width:20px;text-align:center}.plan-action{margin-top:auto}.btn-choose-plan{width:100%;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.btn-choose-plan:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.btn-choose-plan:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-choose-plan.btn-recommended{background:linear-gradient(135deg,#059669,#047857)}.btn-choose-plan.btn-recommended:hover:not(:disabled){background:linear-gradient(135deg,#047857,#065f46);box-shadow:0 4px 12px #0596694d}.btn-current-plan{width:100%;padding:12px 24px;border:2px solid #10b981;border-radius:8px;font-size:16px;font-weight:600;background:transparent;color:#10b981;cursor:default}@media (max-width: 768px){.plan-card{padding:20px;margin-bottom:16px}.plan-name{font-size:20px}.plan-price{font-size:28px}.feature-item{font-size:13px;margin-bottom:10px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:white;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-header{text-align:center;padding:32px 32px 0}.modal-header h2{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 12px}.selected-plan-price{font-size:32px;font-weight:800;color:#3b82f6;margin-bottom:8px}.trial-notice{background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#047857;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;display:inline-block}.modal-body{padding:24px 32px}.plan-features-summary{margin-bottom:24px}.plan-features-summary h3{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 12px}.plan-features-summary ul{list-style:none;padding:0;margin:0}.plan-features-summary li{padding:6px 0;font-size:14px;color:#374151}.downgrade-warning{background:#fef2f2;border:2px solid #fecaca;border-radius:8px;padding:16px;margin-top:16px}.downgrade-warning p{margin:0;color:#991b1b;font-size:14px}.payment-method-selection h3{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 16px}.payment-option{margin-bottom:12px}.payment-option-card{display:block;border:2px solid #e5e7eb;border-radius:12px;padding:16px;cursor:pointer;transition:all .2s ease;background:white}.payment-option-card:hover{border-color:#3b82f6;background:#eff6ff}.payment-option-card.selected{border-color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe)}.payment-option input[type=radio]{display:none}.payment-option-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.payment-icon{font-size:18px}.payment-title{font-weight:600;color:#1f2937;flex:1}.payment-badge{background:linear-gradient(135deg,#059669,#047857);color:#fff;font-size:10px;padding:2px 8px;border-radius:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.payment-option-content p{margin:0;font-size:13px;color:#6b7280}.appstore-instructions{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;padding:20px;margin-top:16px}.appstore-instructions h4{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 12px}.appstore-instructions ol{padding-left:20px;margin:0 0 12px}.appstore-instructions li{padding:4px 0;font-size:14px;color:#374151}.sync-note{margin:0;font-size:12px;color:#6b7280;text-align:center}.modal-footer{padding:0 32px 32px;display:flex;gap:12px}.btn-cancel{flex:1;padding:12px 24px;border:2px solid #e5e7eb;border-radius:8px;background:white;color:#374151;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-cancel:hover:not(:disabled){border-color:#d1d5db;background:#f9fafb}.btn-cancel:disabled{opacity:.6;cursor:not-allowed}.btn-confirm{flex:2;padding:12px 24px;border:none;border-radius:8px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.btn-confirm:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.btn-confirm:disabled{opacity:.7;cursor:not-allowed;transform:none}.processing-text{display:flex;align-items:center;gap:8px}.spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 600px){.modal-overlay{padding:12px}.modal-content{max-height:95vh}.modal-header{padding:24px 20px 0}.modal-header h2{font-size:20px}.selected-plan-price{font-size:28px}.modal-body{padding:20px}.modal-footer{padding:0 20px 24px;flex-direction:column}.btn-cancel,.btn-confirm{flex:none}}.subscription-plans-container{max-width:1200px;margin:0 auto;padding:40px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.plans-header{text-align:center;margin-bottom:48px}.plans-header h1{font-size:48px;font-weight:800;color:#1f2937;margin:0 0 16px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.plans-subtitle{font-size:18px;color:#6b7280;max-width:600px;margin:0 auto 24px;line-height:1.6}.current-subscription-status{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #10b981;border-radius:24px;padding:12px 20px;font-size:14px;font-weight:600}.status-label{color:#047857}.status-value{color:#059669;background:white;padding:4px 12px;border-radius:16px;border:1px solid #10b981}.renewal-date{color:#065f46;font-size:12px;font-weight:500}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-bottom:64px}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-spinner p{color:#6b7280;font-size:16px}.error-message{text-align:center;padding:80px 20px;background:#fef2f2;border:2px solid #fecaca;border-radius:12px;margin:40px 0}.error-message h3{color:#dc2626;font-size:24px;margin:0 0 8px}.error-message p{color:#991b1b;font-size:16px;margin:0 0 24px}.btn-retry{background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-retry:hover{background:linear-gradient(135deg,#991b1b,#7f1d1d);transform:translateY(-1px)}.plans-faq{margin-top:64px;padding-top:48px;border-top:2px solid #e5e7eb}.plans-faq h3{text-align:center;font-size:32px;font-weight:700;color:#1f2937;margin:0 0 32px}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.faq-item{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;padding:24px;transition:all .3s ease}.faq-item:hover{border-color:#3b82f6;background:#eff6ff;transform:translateY(-2px)}.faq-item h4{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 12px}.faq-item p{font-size:14px;color:#6b7280;line-height:1.6;margin:0}@media (max-width: 768px){.subscription-plans-container{padding:20px 16px}.plans-header h1{font-size:36px}.plans-subtitle{font-size:16px}.plans-grid{grid-template-columns:1fr;gap:20px;margin-bottom:48px}.current-subscription-status{flex-direction:column;gap:4px;padding:16px}.faq-grid{grid-template-columns:1fr;gap:16px}.faq-item{padding:20px}}@media (max-width: 480px){.plans-header h1{font-size:28px}.plans-subtitle{font-size:14px}.subscription-plans-container{padding:16px 12px}}.blog-admin{min-height:100vh;padding:2rem;max-width:1400px;margin:0 auto}.blog-admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.blog-admin-header h1{font-size:2rem;background:linear-gradient(135deg,#E91E63 0%,#7B1FA2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.blog-admin-nav{display:flex;gap:1rem}.blog-admin-nav button{padding:.5rem 1.5rem;border:2px solid #e0e0e0;background:white;border-radius:5px;cursor:pointer;transition:all .3s}.blog-admin-nav button.active,.blog-admin-nav button:hover{background:#7B1FA2;color:#fff;border-color:#7b1fa2}.blog-posts-list{background:white;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px #0000000d}.posts-table{width:100%;border-collapse:collapse}.posts-table th{background:#f5f5f5;padding:1rem;text-align:left;font-weight:600;color:#333}.posts-table td{padding:1rem;border-bottom:1px solid #eee}.posts-table tr:hover{background:#f9f9f9}.status{padding:.25rem .75rem;border-radius:15px;font-size:.85rem;font-weight:500}.status-draft{background:#ffeaa7;color:#fdcb6e}.status-published{background:#55efc4;color:#00b894}.status-archived{background:#dfe6e9;color:#636e72}.post-actions{display:flex;gap:.5rem}.post-actions button,.post-actions a{padding:.25rem .75rem;border:1px solid #ddd;background:white;border-radius:3px;cursor:pointer;text-decoration:none;color:#333;font-size:.9rem;transition:all .2s}.post-actions button:hover,.post-actions a:hover{background:#E91E63;color:#fff;border-color:#e91e63}.post-actions .delete-btn:hover{background:#d63031;border-color:#d63031}.blog-post-editor{display:grid;grid-template-columns:1fr 350px;gap:2rem}.editor-main{background:white;padding:2rem;border-radius:10px;box-shadow:0 2px 10px #0000000d}.editor-sidebar{background:white;padding:2rem;border-radius:10px;box-shadow:0 2px 10px #0000000d;position:sticky;top:2rem;height:fit-content}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group input[type=text],.form-group input[type=url],.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;transition:border-color .3s}.form-group input[type=text]:focus,.form-group input[type=url]:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#e91e63}.form-group small{display:block;margin-top:.25rem;color:#666;font-size:.85rem}.form-group textarea{resize:vertical;font-family:Monaco,Courier New,monospace}.checkbox-group{max-height:200px;overflow-y:auto;border:1px solid #ddd;padding:.5rem;border-radius:5px}.checkbox-group label{display:flex;align-items:center;padding:.25rem;cursor:pointer;font-weight:400}.checkbox-group label:hover{background:#f5f5f5}.checkbox-group input[type=checkbox]{margin-right:.5rem}.form-actions{margin-top:2rem;display:flex;gap:1rem}.btn-primary{background:linear-gradient(135deg,#E91E63 0%,#7B1FA2 100%);color:#fff;padding:.75rem 2rem;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 20px #e91e634d}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-actions button[type=button]{background:white;color:#666;padding:.75rem 2rem;border:1px solid #ddd;border-radius:5px;cursor:pointer;transition:all .3s}.form-actions button[type=button]:hover{background:#f5f5f5}.blog-admin-loading,.blog-admin-error{display:flex;justify-content:center;align-items:center;min-height:50vh;font-size:1.2rem;color:#666}.blog-admin-error{color:#d63031}@media (max-width: 1024px){.blog-post-editor{grid-template-columns:1fr}.editor-sidebar{position:static}}@media (max-width: 768px){.blog-admin{padding:1rem}.blog-admin-header{flex-direction:column;gap:1rem;align-items:flex-start}.posts-table{font-size:.9rem}.posts-table th,.posts-table td{padding:.5rem}.post-actions{flex-direction:column}}.ideas-board-container{min-height:100vh;background:#f5f7fa}.ideas-header{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);color:#fff;padding:4rem 2rem;text-align:center;position:relative;overflow:hidden}.ideas-header:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,0,128,.1) 0%,transparent 70%);animation:pulse 20s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.header-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.ideas-header h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.header-subtitle{font-size:1.25rem;opacity:.9;margin-bottom:2rem}.header-nav{position:absolute;top:1rem;left:1rem;z-index:10}.home-link{color:#fff;text-decoration:none;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.home-link:hover{background:rgba(255,255,255,.2);transform:translate(-4px)}.submit-idea-button{background:linear-gradient(135deg,#ff0080,#7928ca);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.submit-idea-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #7928ca4d}.star-icon{font-size:1.3rem}.user-stats-banner{background:white;padding:1rem 2rem;display:flex;align-items:center;justify-content:center;gap:1rem;border-bottom:1px solid #e0e0e0}.badge-emoji{font-size:2rem}.stats-text{font-size:1rem;color:#666}.ideas-content{max-width:1400px;margin:0 auto;padding:2rem}.filters-section{background:white;padding:1.5rem;border-radius:12px;margin-bottom:2rem;display:flex;gap:2rem;flex-wrap:wrap;box-shadow:0 2px 4px #0000000d}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group label{font-weight:600;color:#333;font-size:.9rem}.filter-group select{padding:.5rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:.9rem;background:white;cursor:pointer;transition:border-color .2s}.filter-group select:hover,.filter-group select:focus{border-color:#7928ca;outline:none}.ideas-grid{display:grid;grid-template-columns:1fr 350px;gap:2rem}.ideas-list{display:flex;flex-direction:column;gap:1rem}.idea-card{background:white;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px #0000000d;transition:transform .2s,box-shadow .2s}.idea-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.idea-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.status-badge{font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:12px;text-transform:uppercase}.status-declined{background:#fce4ec;color:#c2185b}.idea-category{font-size:.875rem;color:#666;text-transform:capitalize}.idea-text{font-size:1rem;line-height:1.6;color:#333;margin-bottom:1rem}.developer-response{background:#f5f5f5;padding:1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem;color:#555}.developer-response strong{color:#333}.idea-footer{display:flex;justify-content:space-between;align-items:center}.vote-button{background:white;border:2px solid #e0e0e0;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.25rem}.idea-date{font-size:.875rem;color:#999}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.pagination button{padding:.5rem 1rem;border:2px solid #e0e0e0;background:white;border-radius:8px;cursor:pointer;transition:all .2s;font-weight:500}.pagination button:hover:not(:disabled){border-color:#7928ca;color:#7928ca}.pagination button:disabled{opacity:.5;cursor:not-allowed}.ideas-sidebar{display:flex;flex-direction:column;gap:1.5rem}.leaderboard-card,.stats-card{background:white;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px #0000000d}.leaderboard-card h3,.stats-card h3{font-size:1.25rem;margin-bottom:1rem;color:#333}.champions-list{display:flex;flex-direction:column;gap:1rem}.champion-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8f8f8;border-radius:8px}.champion-rank{font-weight:700;color:#7928ca;min-width:30px}.champion-badge{font-size:1.5rem}.champion-stats{flex:1;display:flex;flex-direction:column}.champion-name{font-weight:600;color:#333;font-size:.9rem}.champion-details{font-size:.8rem;color:#666}.no-champions{text-align:center;color:#999;font-style:italic}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.stat-item:last-child{border-bottom:none}.stat-label{color:#666;font-size:.9rem}.stat-value{font-weight:700;color:#333;font-size:1.1rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.submit-modal{background:white;border-radius:20px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.modal-header h2{margin:0;font-size:1.5rem;color:#333}.submit-modal form{padding:24px}.submit-modal textarea{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:12px;font-size:16px;resize:vertical;font-family:inherit;transition:border-color .2s}.submit-modal textarea:focus{outline:none;border-color:#7928ca}.category-section>label{display:block;font-weight:600;margin-bottom:12px;color:#333}.category-options label{display:flex;align-items:center;font-weight:400;cursor:pointer;padding:8px 12px;border-radius:8px;transition:background .2s;text-transform:capitalize}.submit-button{width:100%;padding:12px 24px;margin-top:20px;background:linear-gradient(135deg,#ff0080,#7928ca);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.loading,.no-ideas{text-align:center;padding:4rem 2rem;color:#999;font-size:1.1rem}.confetti-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden;z-index:2000}@media (max-width: 1200px){.ideas-grid{grid-template-columns:1fr}.ideas-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}}@media (max-width: 768px){.ideas-header h1{font-size:2rem}.filters-section{flex-direction:column;gap:1rem}.filter-group{width:100%;justify-content:space-between}.ideas-sidebar,.category-options{grid-template-columns:1fr}.ideas-content{padding:1rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(255,255,255,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.here-here-container{min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:2rem}.here-here-header{text-align:center;margin-bottom:3rem}.here-here-header h1{font-size:3.5rem;margin-bottom:.5rem;font-weight:800;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.here-here-header p{font-size:1.5rem;opacity:.9}.here-here-main{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.send-section{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;text-align:center}.send-section h2{margin-bottom:2rem;font-size:2rem}.button-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.here-here-button{width:250px;height:250px;border-radius:50%;border:none;background:linear-gradient(135deg,#ff6b6b 0%,#ee5a24 100%);color:#fff;font-size:1.2rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d}.here-here-button:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0006}.here-here-button.holding{animation:pulse .5s ease-in-out infinite;background:linear-gradient(135deg,#4ecdc4 0%,#44a3aa 100%)}.here-here-button.sending{background:linear-gradient(135deg,#95a5a6 0%,#7f8c8d 100%);cursor:not-allowed}.here-here-button.success{animation:success-flash 1.5s ease}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes success-flash{0%,to{background:linear-gradient(135deg,#ff6b6b 0%,#ee5a24 100%)}50%{background:linear-gradient(135deg,#2ecc71 0%,#27ae60 100%)}}.button-content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.button-icon{font-size:4rem;margin-bottom:1rem}.button-text{font-size:1.3rem;font-weight:600}.contact-name{font-size:2rem;font-weight:700;margin-bottom:.5rem}.instruction{font-size:1rem;opacity:.8}.loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{color:#ff6b6b;background:rgba(255,107,107,.2);padding:.5rem 1rem;border-radius:10px;margin-top:1rem}.received-section{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem}.received-section h2{margin-bottom:1.5rem;font-size:2rem}.locations-list{display:flex;flex-direction:column;gap:1rem;max-height:400px;overflow-y:auto}.location-item{background:rgba(255,255,255,.1);padding:1rem;border-radius:10px;cursor:pointer;transition:all .3s ease;position:relative}.location-item:hover{background:rgba(255,255,255,.2);transform:translate(5px)}.location-item.unread{border-left:4px solid #f1c40f}.location-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.sender-name{font-weight:600;font-size:1.1rem}.time-ago{font-size:.9rem;opacity:.7}.location-message{opacity:.9}.unread-badge{position:absolute;top:.5rem;right:.5rem;background:#f1c40f;color:#2c3e50;padding:.2rem .5rem;border-radius:15px;font-size:.8rem;font-weight:600}.contacts-section{grid-column:1 / -1;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{font-size:2rem}.add-btn{width:40px;height:40px;border-radius:50%;border:2px solid white;background:transparent;color:#fff;font-size:1.5rem;cursor:pointer;transition:all .3s ease}.add-btn:hover{background:white;color:#764ba2}.contacts-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.contact-item{background:rgba(255,255,255,.1);padding:1rem;border-radius:10px;display:flex;justify-content:space-between;align-items:center}.contact-name{font-weight:600}.last-location{font-size:.9rem;opacity:.7}.no-contacts,.no-locations{text-align:center;opacity:.7;padding:2rem}.add-contact-btn{background:white;color:#764ba2;border:none;padding:.75rem 1.5rem;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.add-contact-btn:hover{transform:translateY(-2px);box-shadow:0 5px 20px #0000004d}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:white;color:#333;padding:2rem;border-radius:15px;min-width:400px;box-shadow:0 10px 40px #0000004d}.modal-content h3{margin-bottom:1.5rem;font-size:1.5rem;color:#764ba2}.modal-content input{width:100%;padding:.75rem;margin-bottom:1rem;border:2px solid #ddd;border-radius:8px;font-size:1rem}.modal-content input:focus{outline:none;border-color:#764ba2}.modal-buttons{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.modal-buttons button{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease}.modal-buttons button:first-child{background:#e0e0e0;color:#666}.modal-buttons button.primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.modal-buttons button:hover{transform:translateY(-2px)}.contact-type-toggle{display:flex;gap:20px;margin-bottom:15px;justify-content:center}.contact-type-toggle label{display:flex;align-items:center;gap:5px;cursor:pointer}.contact-type-toggle input[type=radio]{cursor:pointer}.map-modal{background:white;color:#333;border-radius:15px;overflow:hidden;width:80%;max-width:800px;max-height:80vh;display:flex;flex-direction:column}.map-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:1.5rem;display:flex;justify-content:space-between;align-items:center}.map-header h3{font-size:1.5rem}.close-btn{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .3s ease}.close-btn:hover{background:rgba(255,255,255,.2)}.map-container{flex:1;position:relative;display:flex;flex-direction:column}.map-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f5f5f5;font-size:1.2rem;color:#666}.map-note{margin-top:1rem;font-size:.9rem;opacity:.7}.map-actions{padding:1rem;background:#f8f9fa;border-top:1px solid #e0e0e0;display:flex;justify-content:center}.google-maps-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#4285f4;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:all .3s ease}.google-maps-link:hover{background:#357ae8;transform:translateY(-2px);box-shadow:0 4px 12px #4285f44d}.leaflet-popup-content{margin:10px}.leaflet-popup-content p{margin:5px 0}.leaflet-popup-content .timestamp{font-size:.9em;color:#666}.leaflet-popup-content .accuracy{font-size:.85em;color:#888}.unauthorized{text-align:center;padding:4rem}.unauthorized h2{font-size:2.5rem;margin-bottom:1rem}.unauthorized p{font-size:1.2rem;opacity:.8}@media (max-width: 768px){.here-here-main{grid-template-columns:1fr}.here-here-button{width:200px;height:200px}.button-icon{font-size:3rem}.modal-content{min-width:90%;margin:0 1rem}}.feature-request-button{position:fixed;bottom:100px;right:20px;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#ff0080,#7928ca);border:none;cursor:pointer;box-shadow:0 4px 20px #7928ca4d;transition:transform .3s ease,box-shadow .3s ease;z-index:1000;display:flex;align-items:center;justify-content:center}.feature-request-button:hover{transform:translateY(-2px);box-shadow:0 6px 30px #7928ca66}.feature-request-button.pulse{animation:gentlePulse 3s ease-in-out}@keyframes gentlePulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.star-icon{font-size:28px;filter:drop-shadow(0 0 2px rgba(255,255,255,.5))}.feature-request-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.feature-request-modal{background:white;border-radius:20px;max-width:500px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 10px 40px #0003;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{padding:24px 24px 16px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;font-size:20px;color:#333}.close-button{background:none;border:none;font-size:28px;color:#999;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.close-button:hover{background:#f5f5f5}form{padding:24px}textarea{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:12px;font-size:16px;resize:vertical;font-family:inherit;transition:border-color .2s}textarea:focus{outline:none;border-color:#7928ca}.char-count{text-align:right;font-size:12px;color:#999;margin-top:4px}.category-section{margin-top:20px}.category-section label{display:block;font-weight:600;margin-bottom:12px;color:#333}.category-options{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.category-options label{display:flex;align-items:center;font-weight:400;cursor:pointer;padding:8px 12px;border-radius:8px;transition:background .2s}.category-options label:hover{background:#f5f5f5}.category-options input[type=radio]{margin-right:8px}.anonymous-option{display:flex;align-items:center;margin-top:16px;font-size:14px;color:#666}.anonymous-option input[type=checkbox]{margin-right:8px}.user-stats{margin-top:16px;padding:12px;background:#f8f8f8;border-radius:8px;display:flex;align-items:center;gap:8px}.badge-emoji{font-size:24px}.stats-text{font-size:14px;color:#666}.modal-actions{display:flex;gap:12px;margin-top:20px}.submit-button,.see-all-button{flex:1;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.submit-button{background:linear-gradient(135deg,#ff0080,#7928ca);color:#fff}.submit-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #7928ca4d}.submit-button:disabled{opacity:.6;cursor:not-allowed}.see-all-button{background:#f5f5f5;color:#333}.see-all-button:hover{background:#e8e8e8}.success-message{padding:60px 24px;text-align:center}.success-message h3{font-size:24px;color:#333;margin-bottom:12px}.success-message p{color:#666}.back-button{margin:0 24px 16px;padding:8px 16px;background:none;border:1px solid #ddd;border-radius:8px;font-size:14px;color:#666;cursor:pointer;transition:all .2s}.back-button:hover{background:#f5f5f5}.ideas-list{padding:0 24px 24px;max-height:400px;overflow-y:auto}.idea-item{padding:16px;border:1px solid #e0e0e0;border-radius:12px;margin-bottom:12px;transition:box-shadow .2s}.idea-item:hover{box-shadow:0 2px 8px #0000001a}.idea-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.status-badge{font-size:12px;font-weight:600;padding:4px 12px;border-radius:12px}.status-new{background:#e3f2fd;color:#1976d2}.status-review{background:#f3e5f5;color:#7b1fa2}.status-planned{background:#fff3e0;color:#f57c00}.status-progress{background:#e8f5e9;color:#388e3c}.status-launched{background:#f1f8e9;color:#558b2f}.idea-category{font-size:12px;color:#999;text-transform:capitalize}.idea-text{margin:8px 0;color:#333;line-height:1.4}.developer-response{margin:8px 0;padding:8px;background:#f5f5f5;border-radius:8px;font-size:14px;color:#666}.idea-footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.vote-button{background:none;border:1px solid #ddd;padding:4px 12px;border-radius:16px;font-size:14px;cursor:pointer;transition:all .2s}.vote-button:hover{border-color:#ff0080;background:#fff5f9}.vote-button.voted{background:#fff5f9;border-color:#ff0080}.idea-date{font-size:12px;color:#999}.loading,.no-ideas{text-align:center;padding:40px;color:#999}.see-more{text-align:center;padding:16px 24px;border-top:1px solid #eee}.see-more a{color:#7928ca;text-decoration:none;font-weight:600;font-size:14px}.see-more a:hover{text-decoration:underline}.confetti-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden;z-index:3000}.confetti{position:absolute;width:10px;height:10px;background:#ff0080;animation:confettiFall 3s linear}@keyframes confettiFall{0%{transform:translateY(-100vh) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(720deg);opacity:0}}@media (max-width: 768px){.feature-request-button{bottom:80px;right:16px;width:56px;height:56px}.star-icon{font-size:24px}.feature-request-modal{margin:0;border-radius:20px 20px 0 0;max-height:90vh}.category-options{grid-template-columns:1fr}}*{box-sizing:border-box;margin:0;padding:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body{font-family:-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-color:#f5f5f5;overflow-x:hidden;height:100vh;position:relative}.app{display:flex;flex-direction:column;min-height:100vh;width:100vw;overflow-x:hidden}.fixed-header{position:fixed;top:0;left:0;right:0;background:white;box-shadow:0 2px 10px #0000001a;z-index:1000;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:5px;height:50px;min-height:50px;overflow:visible}.logo-container{display:flex;align-items:center;margin-left:5px}.logo{height:60px!important;width:auto;cursor:pointer;transition:transform .2s ease}.logo:hover{transform:scale(1.05)}.logo-text{display:inline-block!important}@media (max-width: 768px){.logo-text{display:none!important}}.login-logo{height:100px!important;width:auto;margin-bottom:20px}.user-menu{display:flex;align-items:center;flex-wrap:nowrap;white-space:nowrap;gap:5px;margin-right:5px}.logout-button{padding:6px 12px;background:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px;transition:background-color .3s}.logout-button:hover{background:#c82333}.ai-icons{display:flex;flex-direction:column;align-items:center;padding:70px 5px 10px;gap:15px;width:100%}.mediator-text-above{text-align:center;font-size:14px;color:#8b5cf6;font-weight:500;margin:5px 0 15px;padding:8px 12px;background:rgba(139,92,246,.1);border-radius:8px;border:1px solid rgba(139,92,246,.2);width:100%;max-width:400px}.other-ais-container{display:flex;flex-direction:column;align-items:center;width:100%;padding:0 5px;margin-left:0}.other-ais-row{display:flex;justify-content:center;align-items:center;gap:12px;max-width:400px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.other-ais-row::-webkit-scrollbar{display:none}.ai-icon{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:55px;width:55px;height:55px;border-radius:10px;background:white;border:2px solid transparent;transition:all .3s ease;cursor:pointer;flex-shrink:0}.ai-icon.active{border-color:var(--ai-color, #4a5568);background:rgba(74,85,104,.1);transform:scale(1.05)}.ai-icon.streaming{animation:pulse 1.5s infinite}@keyframes pulse{0%{box-shadow:0 0 #4a556866}70%{box-shadow:0 0 0 10px #4a556800}to{box-shadow:0 0 #4a556800}}.ai-image{width:28px;height:28px;object-fit:contain;margin-bottom:1px}.ai-fallback{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:var(--ai-color, #4a5568)}.ai-label{font-size:10px;color:#666;text-align:center;font-weight:500}.input-section{display:flex;flex-direction:column;align-items:center;padding:20px;width:100%;max-width:1000px;margin:0 auto}.input-wrapper{display:flex;align-items:center;gap:15px;width:100%}.voice-control{display:flex;align-items:center;gap:8px;min-width:150px}.voice-checkbox{width:18px;height:18px;accent-color:#3b82f6}.voice-label{font-size:14px;color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none}.voice-label.disabled{color:#9ca3af;cursor:not-allowed}.question-input{flex:1;min-width:0;padding:12px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;background:white;transition:all .2s ease;max-width:600px}.question-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.question-input:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.button-group{display:flex;gap:10px;min-width:150px;justify-content:flex-end}.submit-button,.stop-button,.stop-speaking-button{padding:10px 20px;font-size:14px;border:none;border-radius:6px;cursor:pointer;transition:all .3s;font-weight:500;flex:1;max-width:200px}.submit-button{background:#4a5568;color:#fff}.submit-button:hover:not(:disabled){background:#2d3748}.submit-button:disabled{background:#cbd5e0;cursor:not-allowed}.stop-button{background:#e53e3e;color:#fff}.stop-speaking-button{background:#d69e2e;color:#fff}.responses{max-width:100%;margin:0 auto;padding-bottom:20px}.ai-response{background:white;border-radius:8px;padding:15px;margin-bottom:15px;box-shadow:0 2px 8px #0000001a;border-left:4px solid var(--ai-color, #4a5568)}.mediator-response{border-left:4px solid #8B5CF6!important;background:linear-gradient(135deg,rgba(139,92,246,.02),rgba(139,92,246,.05));box-shadow:0 4px 16px #8b5cf626;position:relative}.consensus-building-response{border-left:4px solid #10b981!important;background:linear-gradient(135deg,rgba(16,185,129,.05),rgba(16,185,129,.1));box-shadow:0 4px 16px #10b98133;position:relative;border:1px solid rgba(16,185,129,.2)}.mediator-response:before{content:"🎭";position:absolute;top:-8px;left:15px;background:white;padding:4px 8px;border-radius:12px;font-size:12px;box-shadow:0 2px 8px #0000001a}.ai-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.ai-name{font-size:16px;font-weight:600;color:var(--ai-color, #4a5568);margin:0}.replay-button{padding:4px 10px;background:transparent;border:1px solid var(--ai-color, #4a5568);color:var(--ai-color, #4a5568);border-radius:4px;cursor:pointer;font-size:12px;font-weight:500;transition:all .2s;white-space:nowrap}.replay-button:hover{background:var(--ai-color, #4a5568);color:#fff}.ai-content{font-size:14px;line-height:1.6;color:#333;word-wrap:break-word;overflow-wrap:break-word}.loading{text-align:center;padding:20px;color:#666;font-size:14px}.error{background:#fee;color:#c00;padding:15px;border-radius:8px;margin:10px;font-size:14px}.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px;background:#ffffff;position:relative;overflow:hidden}.login-container:before{content:"";position:fixed;top:0;left:0;width:200%;height:200%;background:radial-gradient(circle at 20% 80%,#ff0080 0%,transparent 50%),radial-gradient(circle at 80% 20%,#7928ca 0%,transparent 50%),radial-gradient(circle at 40% 40%,#0070f3 0%,transparent 50%);opacity:.03;animation:backgroundShift 30s ease-in-out infinite;pointer-events:none;z-index:0}@keyframes backgroundShift{0%,to{transform:translate(0)}25%{transform:translate(-10%,-10%)}50%{transform:translate(-10%,10%)}75%{transform:translate(10%)}}.login-box{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:50px 40px;border-radius:24px;box-shadow:0 20px 60px #00000014,0 0 0 1px #0000000a;width:100%;max-width:420px;position:relative;z-index:10;animation:fadeInScale .6s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.login-header{text-align:center;margin-bottom:35px}.login-logo{height:90px;margin-bottom:25px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));animation:fadeInUp .6s ease-out}.login-header h3{color:#1a1a1a;font-size:28px;font-weight:800;margin:0;letter-spacing:-.5px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;animation:fadeInUp .6s ease-out .1s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.login-form{display:flex;flex-direction:column;gap:18px}.form-group{display:flex;flex-direction:column;position:relative;margin-bottom:16px}.form-group:last-of-type{margin-bottom:0}.form-input{padding:14px 16px;font-size:16px;border:2px solid #e2e8f0;border-radius:12px;outline:none;transition:all .3s cubic-bezier(.4,0,.2,1);background:rgba(248,250,252,.5)}.form-input:focus{border-color:#ff0080;background:white;box-shadow:0 0 0 3px #ff00801a}.login-button{padding:16px;background:linear-gradient(135deg,#ff0080,#7928ca);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateY(0);box-shadow:0 4px 15px #ff00804d;position:relative;overflow:hidden}.login-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.login-button:hover:before{left:100%}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #ff008066}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{background:linear-gradient(135deg,#e2e8f0,#cbd5e0);cursor:not-allowed;box-shadow:none}.login-error{background:#fee5e5;color:#dc2626;padding:12px 16px;border-radius:10px;font-size:14px;border:1px solid #fecaca;box-shadow:0 2px 8px #dc26261a;text-align:center}.login-footer{text-align:center;margin-top:20px;font-size:14px;color:#666}.login-footer a{color:#ff0080;text-decoration:none;font-weight:600;transition:all .3s ease;position:relative}.login-footer a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#ff0080;transition:width .3s ease}.login-footer a:hover{color:#7928ca}.login-footer a:hover:after{width:100%}@media (min-width: 768px){.fixed-header{padding:15px 20px}.logo{height:40px}.logout-button{padding:8px 16px;font-size:14px}.ai-icons{gap:20px}.mediator-icon{width:120px;height:120px;margin:0 auto 25px}.mediator-text-above{font-size:16px;margin:8px 0 20px;padding:10px 16px;max-width:500px}.mediator-text-under{font-size:14px;margin:10px 0 20px;padding:8px 12px;max-width:350px}.other-ais-container{padding:0 10px}.other-ais-row{justify-content:center;gap:15px;overflow-x:visible}.ai-icon{width:80px;height:80px}.ai-image{width:40px;height:40px}.ai-label{font-size:12px}.input-section{padding:20px}.controls{flex-direction:row;justify-content:space-between;align-items:center}.button-group{justify-content:flex-end}.responses{max-width:800px}.ai-response{padding:20px}.ai-name{font-size:18px}.ai-content{font-size:15px}}@media (min-width: 1024px){.fixed-header{padding:20px 40px}.ai-icons{gap:25px}.mediator-icon{width:140px;height:140px;margin:0 auto 30px}.mediator-text-above{font-size:18px;margin:10px 0 25px;padding:12px 20px;max-width:600px}.mediator-text-under{font-size:14px;margin:10px 0 20px;padding:8px 12px;max-width:350px}.other-ais-container{padding:0 15px}.other-ais-row{gap:20px}.ai-icon{width:100px;height:100px}.ai-image{width:50px;height:50px}.responses{max-width:1000px}.ai-response{padding:25px;margin-bottom:20px}.ai-content{font-size:16px;line-height:1.7}}.forgot-password-link{text-align:right;margin-bottom:16px;margin-top:8px}.forgot-password-link a{color:#666;font-size:14px;text-decoration:none;transition:color .2s}.forgot-password-link a:hover{color:#ff0080;text-decoration:underline}.success-message{background-color:#f0fff4;border:1px solid #9ae6b4;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;text-align:center}.success-message h3{color:#276749;margin:0 0 .5rem;font-size:1.25rem}.success-message p{color:#2f855a;margin:.5rem 0;line-height:1.6}.form-description{color:#666;font-size:14px;line-height:1.5;margin-bottom:24px;text-align:center;padding:0 16px}.loading{text-align:center;color:#718096;padding:2rem;font-size:1rem}.login-header h2{color:#2d3748;font-size:1.5rem;font-weight:600;margin:1rem 0 0}.app-container{min-height:100vh}.auth-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f5f5}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes fadeSlideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fixed-header-section{background:white;z-index:999;display:flex;flex-direction:column;align-items:center;padding:5px;box-shadow:0 2px 10px #0000001a;height:auto;transition:all .3s ease;margin-bottom:20px;margin-top:60px}.mediator-container{width:100%;max-width:600px;flex-shrink:0;margin:0 auto 15px;padding:20px;text-align:center;background:rgba(139,92,246,.05);border-radius:12px;border:1px solid rgba(139,92,246,.2);box-shadow:0 4px 15px #8b5cf61a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;z-index:1001;opacity:0;transform:translateY(-20px);animation:slideIn .3s ease-out forwards}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.mediator-wrapper{display:flex;flex-direction:column;align-items:center;gap:10px}.mediator-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:white;border:2px solid #8B5CF6;flex-shrink:0}.mediator-icon img{width:25px;height:25px;object-fit:contain}.moderator-info{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;text-align:center}.moderator-info .ai-name{font-size:16px;font-weight:600;color:#8b5cf6}.other-ais-container{flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 5px;transition:all .3s ease}.other-ais-row{display:flex;justify-content:center;align-items:center;gap:15px;max-width:800px;margin:0 auto;transition:all .3s ease}.ai-icon{display:flex;flex-direction:column;align-items:center;justify-content:center;width:45px;height:45px;border-radius:8px;background:white;border:1px solid transparent;transition:all .3s ease;cursor:pointer;flex-shrink:0;opacity:1;transform:scale(1)}.ai-icon.removing{opacity:0;transform:scale(.8)}.moderator-status{font-size:16px;color:#8b5cf6;line-height:1.5;font-weight:500;opacity:0;animation:fadeIn .3s ease-out .2s forwards;background-color:#f3f4f6;padding:10px 20px;border-radius:8px;margin-top:10px;max-width:600px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.input-section{width:100%;max-width:1000px;margin:10px auto 0;padding:0 10px;display:flex;flex-direction:column;gap:10px}.input-wrapper{display:flex;gap:10px;align-items:center;width:100%}.input-container{flex-grow:1;display:flex;align-items:center;gap:10px;width:100%}.question-input{flex-grow:1;min-height:40px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;resize:none;width:100%;max-width:calc(100% - 120px)}.voice-checkbox-container{display:flex;align-items:center;gap:5px;margin-left:auto;padding-right:10px;white-space:nowrap;min-width:100px}.mediator-text{text-align:center;font-size:14px;color:#8b5cf6;font-weight:500;line-height:1.4;margin:8px 0 12px;padding:10px 16px;width:100%;max-width:100%;overflow-wrap:break-word;word-wrap:break-word;background:rgba(139,92,246,.08);border-radius:8px;border:1px solid rgba(139,92,246,.15)}.responses-section{padding:20px;flex-grow:1;overflow-y:auto;-webkit-overflow-scrolling:touch;margin-top:60px}.responses{max-width:1200px;margin:0 auto;padding-top:10px}.ai-response{margin-bottom:20px;padding-top:5px}.ai-header{margin-bottom:8px;padding-top:5px}@media (min-width: 768px){.fixed-header-section{margin-bottom:20px}.fixed-header{height:70px}.logo{height:55px!important}.responses-section{padding:20px}}@media (min-width: 1024px){.responses-section{padding:0 20px}.responses{max-width:1400px}}@media (max-width: 768px){.fixed-header{height:auto;min-height:50px;padding:8px 5px}.user-menu{flex-wrap:wrap;justify-content:flex-end;max-width:65%;gap:2px}.user-menu button,.user-menu .subscription-status{padding:4px 8px!important;font-size:11px!important;margin:1px!important}.desktop-only{display:none!important}.logo-container{max-width:35%}.logo{height:45px!important}.fixed-header-section{flex-direction:column;margin-top:70px}.mediator-container{width:100%;margin:0 0 10px}.mediator-wrapper{justify-content:center}.moderator-info{text-align:center}.responses-section{padding:20px}}.ai-icon{display:flex;flex-direction:column;align-items:center;justify-content:center;width:45px;height:45px;border-radius:8px;background:white;border:1px solid transparent;transition:all .3s ease;cursor:pointer;flex-shrink:0;padding:3px}.ai-image{width:30px;height:30px;object-fit:contain;margin-bottom:2px}.ai-label{font-size:9px;color:#4a5568;text-align:center;margin-top:1px;line-height:1.2;font-weight:500}.other-ais-row{display:flex;justify-content:flex-start;align-items:center;gap:12px;max-width:500px;margin:0 auto;transition:all .3s ease;padding:10px 0}.ai-icon:hover{transform:scale(1.1);z-index:1;box-shadow:0 2px 4px #0000001a}@media (max-width: 1200px){.other-ais-container{margin-left:calc(20% - 80px)}}@media (max-width: 768px){.other-ais-container{margin-left:0;align-items:center}.other-ais-row{justify-content:center}.input-section{padding:15px;max-width:100%}.input-wrapper{width:100%;justify-content:center}.input-container{width:100%;max-width:95%}.question-input{width:100%;max-width:100%;min-width:0;font-size:16px;padding:12px 16px;border-radius:12px}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;overscroll-behavior-x:none;scroll-padding-top:60px}*{overscroll-behavior:none}.responses-section{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scroll-padding-top:20px}.responses{will-change:scroll-position;-webkit-overflow-scrolling:touch}}.thinking-indicator{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px;padding:8px 12px;background:rgba(139,92,246,.1);border:1px solid rgba(139,92,246,.2);border-radius:8px;animation:fadeIn .3s ease-out}.thinking-spinner{font-size:16px;animation:pulse 1.5s infinite}.thinking-text{font-size:14px;color:#8b5cf6;font-weight:500}@media (min-width: 768px){.thinking-indicator{margin-top:12px;padding:10px 16px}.thinking-text{font-size:16px}}.typewriter{display:inline-block;position:relative}.typewriter-cursor{display:inline-block;width:2px;height:1.2em;background-color:currentColor;margin-left:2px;animation:blink 1.5s infinite;vertical-align:middle;opacity:.7}@keyframes blink{0%,45%{opacity:.7}50%,95%{opacity:0}to{opacity:.7}}.ai-icon{transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.ai-icon:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.ai-icon:hover:before{left:100%}.ai-icon.active{transform:scale(1.1);box-shadow:0 0 20px #8b5cf64d;border-color:var(--ai-color, #8B5CF6);animation:activePulse 2s infinite}@keyframes activePulse{0%,to{box-shadow:0 0 20px #8b5cf64d}50%{box-shadow:0 0 30px #8b5cf680}}.responses{scroll-behavior:smooth}.ai-response{animation:slideInUp .4s ease-out;transition:all .3s ease}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.thinking-indicator{position:relative;overflow:hidden}.thinking-indicator:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(139,92,246,.1),transparent);animation:thinkingShimmer 2s infinite}@keyframes thinkingShimmer{0%{left:-100%}to{left:100%}}.ai-icon{transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000001a}.ai-icon:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 8px 25px #00000026}.submit-button,.stop-button,.stop-speaking-button{transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.submit-button:before,.stop-button:before,.stop-speaking-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.submit-button:hover:before,.stop-button:hover:before,.stop-speaking-button:hover:before{left:100%}.ai-response{position:relative;overflow:hidden}.ai-response:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(139,92,246,.3),transparent);animation:responseGlow 2s ease-out}@keyframes responseGlow{0%{transform:translate(-100%)}to{transform:translate(100%)}}.thinking-indicator{background:linear-gradient(135deg,rgba(139,92,246,.1) 0%,rgba(139,92,246,.05) 50%,rgba(139,92,246,.1) 100%);border:1px solid rgba(139,92,246,.2);box-shadow:0 4px 15px #8b5cf61a}.thinking-spinner-elegant{position:relative;width:24px;height:24px;display:flex;align-items:center;justify-content:center;margin-right:12px}.pulse-ring{position:absolute;width:20px;height:20px;border:1px solid rgba(74,85,104,.3);border-radius:50%;animation:elegantPulse 2.4s cubic-bezier(.4,0,.6,1) infinite}.pulse-ring.delay-1{animation-delay:.8s;border-color:#4a556833}.pulse-ring.delay-2{animation-delay:1.6s;border-color:#4a55681a}@keyframes elegantPulse{0%{transform:scale(.8);opacity:1;border-width:1px}50%{transform:scale(1.2);opacity:.7;border-width:.5px}to{transform:scale(1.6);opacity:0;border-width:0px}}.thinking-text-elegant{font-size:14px;color:#4a5568;font-weight:500;letter-spacing:.025em;opacity:.9}.thinking-indicator-geometric{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;margin:16px 0;background:linear-gradient(135deg,rgba(248,250,252,.95) 0%,rgba(241,245,249,.95) 100%);border:1px solid rgba(226,232,240,.8);border-radius:12px;box-shadow:0 2px 8px #0000000a}.geometric-animation{position:relative;width:48px;height:48px;margin-bottom:12px}.geometric-ring{position:absolute;border:1px solid rgba(100,116,139,.2);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.geometric-ring.ring-1{width:40px;height:40px;animation:geometricRotate 8s linear infinite;border-style:solid;border-width:1px 0 1px 0}.geometric-ring.ring-2{width:28px;height:28px;animation:geometricRotate 6s linear infinite reverse;border-style:solid;border-width:0 1px 0 1px}.geometric-ring.ring-3{width:16px;height:16px;animation:geometricRotate 4s linear infinite;border-style:solid;border-width:1px;border-color:#64748b4d}.geometric-center{position:absolute;width:4px;height:4px;background:linear-gradient(45deg,#64748b,#94a3b8);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);animation:geometricPulse 2s ease-in-out infinite}@keyframes geometricRotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes geometricPulse{0%,to{opacity:.6;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.5)}}.thinking-text-sophisticated{font-size:13px;color:#64748b;font-weight:400;letter-spacing:.05em;opacity:.85;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.thinking-indicator-geometric.consensus-mode{background:linear-gradient(135deg,rgba(244,244,245,.98) 0%,rgba(248,250,252,.98) 50%,rgba(241,245,249,.98) 100%);border:1px solid rgba(148,163,184,.3);box-shadow:0 4px 12px #64748b14;animation:consensusGlow 3s ease-in-out infinite}.consensus-mode .geometric-animation{width:64px;height:64px}.consensus-mode .geometric-ring.ring-4{width:52px;height:52px;animation:geometricRotate 10s linear infinite;border-style:dashed;border-width:1px;border-color:#8b5cf640}.consensus-mode .geometric-ring.ring-5{width:60px;height:60px;animation:geometricRotate 12s linear infinite reverse;border-style:dotted;border-width:2px;border-color:#3b82f633}.consensus-mode .geometric-center{width:6px;height:6px;background:linear-gradient(45deg,#8b5cf6,#3b82f6,#10b981);background-size:300% 300%;animation:geometricPulse 2s ease-in-out infinite,gradientShift 4s ease-in-out infinite}.consensus-mode .thinking-text-sophisticated{background:linear-gradient(90deg,#64748b,#8b5cf6,#3b82f6,#64748b);background-size:400% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:textShimmer 3s ease-in-out infinite;font-weight:500}@keyframes consensusGlow{0%,to{box-shadow:0 4px 12px #64748b14}50%{box-shadow:0 6px 20px #8b5cf61f,0 2px 8px #3b82f614}}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes textShimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.consensus-mode .geometric-ring.ring-1{border-color:#8b5cf64d;animation:geometricRotate 8s linear infinite,ringPulse 2s ease-in-out infinite}.consensus-mode .geometric-ring.ring-2{border-color:#3b82f640;animation:geometricRotate 6s linear infinite reverse,ringPulse 2.5s ease-in-out infinite}.consensus-mode .geometric-ring.ring-3{border-color:#10b98133;animation:geometricRotate 4s linear infinite,ringPulse 3s ease-in-out infinite}@keyframes ringPulse{0%,to{border-width:1px;opacity:.7}50%{border-width:2px;opacity:1}}html{scroll-behavior:smooth}.question-input:focus{box-shadow:0 0 0 3px #8b5cf61a;border-color:#8b5cf6}.replay-button{transition:all .2s ease}.replay-button:hover{transform:scale(1.1);box-shadow:0 2px 8px #0003}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer}input[type=range]::-webkit-slider-track{background:linear-gradient(to right,#8b5cf6,#3b82f6,#10b981);height:6px;border-radius:3px;border:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:18px;width:18px;border-radius:50%;background:#ffffff;border:2px solid #3b82f6;box-shadow:0 2px 6px #0003;cursor:pointer;transition:all .2s ease}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 4px 12px #0000004d}input[type=range]::-moz-range-track{background:linear-gradient(to right,#8b5cf6,#3b82f6,#10b981);height:6px;border-radius:3px;border:none}input[type=range]::-moz-range-thumb{height:18px;width:18px;border-radius:50%;background:#ffffff;border:2px solid #3b82f6;box-shadow:0 2px 6px #0003;cursor:pointer;transition:all .2s ease}input[type=range]::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 4px 12px #0000004d}
