.feedback-button-container{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:8px;display:flex;gap:8px;padding:8px}.feedback-thumbs-btn{align-items:center;background:none;border:2px solid #ffffff4d;border-radius:50%;cursor:pointer;display:flex;font-size:18px;height:40px;justify-content:center;transition:all .2s ease;width:40px}.feedback-thumbs-btn:hover{border-color:#fff9;transform:scale(1.1)}.feedback-thumbs-btn:active{transform:scale(.95)}.feedback-thumbs-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.feedback-thumbs-up:hover{background:#4caf5033;border-color:#4caf50}.feedback-thumbs-down:hover{background:#f4433633;border-color:#f44336}.feedback-detail-btn{align-items:center;background:none;border:2px solid #ffffff4d;border-radius:50%;cursor:pointer;display:flex;font-size:16px;height:40px;justify-content:center;transition:all .2s ease;width:40px}.feedback-detail-btn:hover{background:#2196f333;border-color:#2196f3;transform:scale(1.1)}.feedback-rating-container{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:12px;display:flex;flex-direction:column;gap:12px;padding:16px}.rating-stars{display:flex;gap:4px}.rating-star{background:none;border:none;cursor:pointer;font-size:24px;opacity:.3;transition:all .2s ease}.rating-star.filled,.rating-star:hover{opacity:1;transform:scale(1.2)}.rating-star:disabled{cursor:not-allowed;transform:none}.feedback-quick-container{display:flex;flex-wrap:wrap;gap:8px}.feedback-quick-btn{background:none;border:2px solid #ffffff4d;border-radius:20px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s ease}.feedback-quick-btn:hover{transform:translateY(-2px)}.feedback-quick-btn.positive:hover{background:#4caf5033;border-color:#4caf50}.feedback-quick-btn.neutral:hover{background:#ffc10733;border-color:#ffc107}.feedback-quick-btn.negative:hover{background:#f4433633;border-color:#f44336}.feedback-submit-btn{background:#2196f3;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:8px 16px;transition:all .2s ease}.feedback-submit-btn:hover:not(:disabled){background:#1976d2;transform:translateY(-1px)}.feedback-submit-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.feedback-success{align-items:center;animation:fadeIn .3s ease;background:#4caf5033;border:1px solid #4caf50;border-radius:6px;color:#4caf50;display:flex;font-weight:500;gap:8px;padding:8px 12px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.feedback-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.feedback-modal{animation:modalSlideIn .3s ease;background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000004d;max-width:400px;padding:24px;width:90%}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.feedback-modal h3{color:#333;font-size:20px;margin:0 0 8px}.feedback-modal p{color:#666;font-size:14px;margin:0 0 16px}.feedback-textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:14px;min-height:100px;padding:12px;resize:vertical;transition:border-color .2s ease;width:100%}.feedback-textarea:focus{border-color:#2196f3;outline:none}.feedback-modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:16px}.feedback-cancel-btn{background:none;border:2px solid #e0e0e0;border-radius:6px;color:#666;cursor:pointer;padding:8px 16px;transition:all .2s ease}.feedback-cancel-btn:hover{border-color:#999;color:#333}@media (max-width:480px){.feedback-button-container{gap:6px}.feedback-detail-btn,.feedback-thumbs-btn{font-size:16px;height:36px;width:36px}.feedback-quick-container{flex-direction:column}.feedback-quick-btn{text-align:center}}.cma-logo-bar{align-items:center;background:#d6eaff;border-radius:18px;box-shadow:0 2px 12px #1e3c721a;display:flex;gap:18px;margin:32px 0 0 40px;min-width:260px;overflow:hidden;padding:18px 36px;width:-webkit-fit-content;width:fit-content}.cma-logo-bar img{background:#fff;border-radius:10px;box-shadow:0 1px 4px #1e3c7214;display:block;max-height:48px;object-fit:contain;padding:6px 12px;width:auto}.cma-logo-bar img.cma-main-logo{background:#1e3c72!important;color:#fff}.cma-logo-bar img.cma-partner-logo{background:#fff!important}.cma-from-scratch{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:2rem 1rem}.form-container{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;margin:0 auto;max-width:1200px;overflow:hidden}.form-header{background:linear-gradient(135deg,#1e3c72,#2a5298);color:#fff;padding:2rem;text-align:center}.form-header h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;text-shadow:0 2px 4px #0000004d}.form-header p{font-size:1.1rem;margin:0 auto;max-width:600px;opacity:.9}.cma-form{padding:2rem}.form-section{border-bottom:1px solid #e0e0e0;margin-bottom:3rem;padding-bottom:2rem}.form-section:last-of-type{border-bottom:none;margin-bottom:2rem}.section-title{border-bottom:2px solid #4a90e2;color:#1e3c72;display:inline-block;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem;padding-bottom:.5rem}.form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.form-field{display:flex;flex-direction:column}.form-field-full-width{grid-column:1/-1}.form-field label{color:#333;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.required{color:#e74c3c;margin-left:.25rem}.form-field input,.form-field select,.form-field textarea{background:#fafafa;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;padding:.75rem;transition:all .3s ease}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{background:#fff;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a;outline:none}.form-field textarea{min-height:80px;resize:vertical}.form-field input[type=number]{-moz-appearance:textfield}.form-field input[type=number]::-webkit-inner-spin-button,.form-field input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.form-actions{border-top:2px solid #e0e0e0;display:flex;gap:1rem;justify-content:center;margin-top:3rem;padding-top:2rem}.btn{border:none;border-radius:8px;cursor:pointer;font-size:1.1rem;font-weight:600;min-width:150px;padding:1rem 2rem;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#4a90e2,#5ba0f2);box-shadow:0 4px 15px #4a90e24d;color:#fff}.btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #4a90e266;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-secondary{background:#f8f9fa;border:2px solid #e0e0e0;color:#6c757d}.btn-secondary:hover{background:#e9ecef;border-color:#d0d0d0;transform:translateY(-1px)}@media (max-width:768px){.cma-from-scratch{padding:1rem .5rem}.form-container{border-radius:8px}.form-header{padding:1.5rem 1rem}.form-header h1{font-size:2rem}.cma-form{padding:1rem}.form-grid{gap:1rem;grid-template-columns:1fr}.form-section{margin-bottom:2rem;padding-bottom:1.5rem}.section-title{font-size:1.3rem}.form-actions{align-items:center;flex-direction:column}.btn{max-width:300px;width:100%}}@media (max-width:480px){.form-header h1{font-size:1.8rem}.form-header p{font-size:1rem}.section-title{font-size:1.2rem}}.btn-primary:disabled{position:relative}.btn-primary:disabled:after{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;content:"";height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.form-field input:invalid,.form-field select:invalid,.form-field textarea:invalid{border-color:#e74c3c}.form-field input:valid,.form-field select:valid,.form-field textarea:valid{border-color:#27ae60}.form-field input[type=checkbox]{-webkit-appearance:none;appearance:none;background:#fff;border:2px solid #e0e0e0;border-radius:4px;cursor:pointer;display:inline-block;height:20px;position:relative;transition:all .3s ease;width:20px}.form-field input[type=checkbox]:checked{background:#4a90e2 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23333' d='M16.707 5.293a1 1 0 0 1 0 1.414l-8 8a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 1.414-1.414L8 12.586l7.293-7.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E") no-repeat 50%;background-size:12px 12px;border-color:#4a90e2}.form-field select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{transform:translateY(-1px)}.form-field input:hover,.form-field select:hover,.form-field textarea:hover{border-color:#b0b0b0}.form-field input:valid:not(:placeholder-shown),.form-field select:valid,.form-field textarea:valid:not(:placeholder-shown){background:#f8fff8}.form-field input[readonly]{background:#f8f9fa;border-color:#e9ecef;color:#6c757d;cursor:not-allowed}*{box-sizing:border-box}*,body{margin:0;padding:0}.landing-page,body{overflow-x:hidden}.landing-page{background:linear-gradient(135deg,#0f1419,#1a2332 50%,#1e3a5f);color:#fff;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;min-height:100vh;position:relative;width:100vw}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f1419fa;border-bottom:1px solid #ffffff14;box-shadow:0 4px 20px #0000001a;left:0;position:fixed;right:0;top:0}.header-content{padding:1rem 2rem}.logo-image{height:48px}.nav{align-items:center;display:flex;gap:3rem}.nav a{color:#ffffffe6;font-size:.95rem;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s ease}.nav a:after{background:linear-gradient(90deg,#4a90e2,#5ba0f2);border-radius:1px;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav a:hover{color:#4a90e2;transform:translateY(-1px)}.nav a:hover:after{width:100%}.auth-btn{background:linear-gradient(135deg,#4a90e2,#5ba0f2);border:1px solid #ffffff1a;border-radius:25px;box-shadow:0 4px 12px #4a90e233;display:inline-block;font-size:.9rem;letter-spacing:.02em;padding:10px 24px;text-decoration:none}.auth-btn:hover{background:linear-gradient(135deg,#5ba0f2,#4a90e2);border-color:#fff3;box-shadow:0 6px 20px #4a90e24d;transform:translateY(-2px)}.hero{align-items:center;display:flex;min-height:100vh;padding:80px 5% 0}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;width:100%}.hero-text h1{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#4a90e2);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1rem}.hero-text h2{color:#ffffffe6;font-size:1.5rem;font-weight:600;letter-spacing:.1em;margin-bottom:1rem}.status{color:#4a90e2;font-size:1rem;font-weight:600;letter-spacing:.2em;margin-bottom:2rem;text-transform:uppercase}.hero-description p{color:#fffc;font-size:1.1rem;line-height:1.6;max-width:500px}.hero-visual{align-items:center;display:flex;justify-content:center}.data-visualization{max-width:400px;position:relative;width:100%}.chart-container{flex-wrap:wrap;gap:2rem}.chart-container,.monitor-display{align-items:center;display:flex;justify-content:center}.monitor-display{background:#1a1a1a;border:2px solid #333;border-radius:8px;height:80px;position:relative;width:120px}.monitor-display:after{background:#333;border-radius:0 0 8px 8px;bottom:-15px;content:"";height:15px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.screen-content{background:linear-gradient(45deg,#27ae60,#2ecc71);border-radius:4px;height:70%;position:relative;width:90%}.line-chart{background:repeating-linear-gradient(90deg,#0000,#0000 8px,#ffffff4d 0,#ffffff4d 16px);height:100%;width:100%}.mobile-display{align-items:center;background:#1a1a1a;border:2px solid #333;border-radius:12px;display:flex;height:100px;justify-content:center;width:60px}.mobile-content{gap:4px;height:80%;width:80%}.bar-chart,.mobile-content{align-items:end;display:flex;justify-content:space-between}.bar-chart{gap:3px;height:100%;width:100%}.bar-chart:after,.bar-chart:before{background:#e74c3c;border-radius:2px;content:"";flex:1 1}.bar-chart:before{height:60%}.bar-chart:after{height:100%}.pie-chart-display{height:80px;position:relative;width:80px}.pie-chart{background:conic-gradient(#e74c3c 0deg 120deg,#3498db 120deg 240deg,#9b59b6 240deg 1turn);border-radius:50%;height:100%;position:relative;width:100%}.pie-chart:before{background:#0f1419;border-radius:50%;content:"";height:60%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:60%}.about{background:#ffffff05;padding:100px 5%}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:2fr 1fr;margin:0 auto;max-width:1200px}.about-visual{flex-direction:column;gap:2rem}.about-video-section,.about-visual,.video-container{align-items:center;display:flex;justify-content:center;width:100%}.video-container{max-width:600px;position:relative;z-index:3}.about-video{border:2px solid #ffffff1a;border-radius:12px;box-shadow:0 8px 24px #0000004d;height:338px;width:100%}.abstract-graphic{align-items:center;display:flex;height:300px;justify-content:center;position:relative;width:300px;z-index:2}.about-svg{height:100%;max-height:300px;max-width:300px;width:100%}.about-text h3{color:#4a90e2;font-size:2rem;font-weight:700;margin-bottom:2rem}.about-text p{color:#ffffffe6;font-size:1.1rem;line-height:1.6}.services{padding:100px 5%}.services-header{margin-bottom:4rem;text-align:center}.services-header h3{color:#fff;font-size:2.5rem;font-weight:700}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.service-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{box-shadow:0 20px 40px #0000004d;transform:translateY(-5px)}.service-icon{height:80px;margin-bottom:1.5rem}.cma-visual,.service-icon{align-items:center;display:flex;justify-content:center}.cma-visual{position:relative}.report-icon{color:#4a90e2;font-size:3rem}.ai-badge{background:#e74c3c;border-radius:12px;font-size:.8rem;font-weight:600;padding:.2rem .5rem;right:-10px;top:-10px}.decoder-visual{align-items:center;display:flex;justify-content:center}.data-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr 1fr;height:60px;width:60px}.data-point{animation:pulse 2s infinite;background:#4a90e2;border-radius:4px}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.rental-visual{align-items:center;display:flex;justify-content:center}.market-analysis{height:60px;position:relative;width:80px}.map-visual{align-items:center;display:flex;justify-content:center}.map-container{background:linear-gradient(135deg,#4a90e2,#5ba0f2);border-radius:8px;height:60px;overflow:hidden;position:relative;width:80px}.map-outline{border:2px solid #ffffff4d;border-radius:6px;bottom:0;left:0;position:absolute;right:0;top:0}.map-pin{background:#ff6b6b;border-radius:50%;box-shadow:0 0 0 2px #fff,0 0 0 4px #ff6b6b4d;height:8px;left:50%;position:absolute;top:15px;transform:translateX(-50%);width:8px}.map-grid{bottom:0;left:0;position:absolute;right:0;top:0}.grid-line{background:#fff3;position:absolute}.grid-line.horizontal{height:1px;top:20px;width:100%}.grid-line.horizontal:nth-child(2){top:40px}.grid-line.vertical{height:100%;left:25px;width:1px}.grid-line.vertical:nth-child(4){left:50px}.cma-scratch-visual{align-items:center;display:flex;justify-content:center}.cma-document{background:#fff;border-radius:4px;box-shadow:0 4px 12px #00000026;height:80px;overflow:hidden;position:relative;width:60px}.document-header{background:linear-gradient(135deg,#4a90e2,#5ba0f2);height:12px;margin-bottom:8px;width:100%}.document-lines{display:flex;flex-direction:column;gap:4px;padding:0 8px}.line{background:#e0e0e0;border-radius:1px;height:2px}.line.short{width:60%}.ai-badge{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border-radius:3px;box-shadow:0 2px 4px #0003;color:#fff;font-size:8px;font-weight:700;padding:2px 4px;position:absolute;right:-4px;top:-4px}.trend-chart{background:linear-gradient(45deg,#27ae60,#2ecc71);height:60%;margin-bottom:.5rem}.stats-display,.trend-chart{border-radius:4px;width:100%}.stats-display{background:#e74c3c;height:30%}.service-card h4{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.service-card p{color:#fffc;font-size:1rem;line-height:1.5}.features{background:#ffffff05;padding:80px 5%}.features-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.feature-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:2.5rem;position:relative;text-align:left;transition:all .3s ease}.feature-item:before{background:linear-gradient(90deg,#4a90e2,#5ba0f2);border-radius:16px 16px 0 0;content:"";height:3px;left:0;position:absolute;right:0;top:0}.feature-item:hover{background:#ffffff0d;box-shadow:0 12px 24px #0003;transform:translateY(-3px)}.feature-item h4{color:#fff;font-size:1.4rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.feature-item p{color:#fffc;font-size:1rem;line-height:1.6;margin:0}.contact{padding:100px 5%}.contact-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.contact-info h3{color:#4a90e2;font-size:2rem;font-weight:700;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-item{align-items:center;display:flex;gap:1rem}.contact-label{color:#fffc;font-weight:600;min-width:80px}.contact-item a{color:#4a90e2;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#5ba0f2}.linkedin-icon{color:#0077b5;margin-right:.5rem;vertical-align:middle}.contact-visual{display:flex;justify-content:center}.contact-graphic{height:150px;position:relative;width:200px}.data-flow{height:100%;position:relative;width:100%}.flow-line{animation:flow 3s infinite;background:linear-gradient(90deg,#64b5f6,#ff6b6b);border-radius:1px;height:2px;position:absolute}.flow-line:first-child{animation-delay:0s;top:20%;width:80%}.flow-line:nth-child(2){animation-delay:1s;top:50%;width:60%}.flow-line:nth-child(3){animation-delay:2s;top:80%;width:90%}@keyframes flow{0%{opacity:0;transform:translateX(-100%)}50%{opacity:1}to{opacity:0;transform:translateX(100%)}}.mobile-nav-links a{border-bottom:1px solid #ffffff1a;color:#ffffffe6;font-size:1rem;font-weight:500;padding:12px 0;text-decoration:none;transition:all .3s ease}.mobile-nav-links a:hover{color:#4a90e2;padding-left:8px}.mobile-auth-btn{background:linear-gradient(135deg,#4a90e2,#5ba0f2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;margin-top:1rem;padding:12px 20px;transition:all .3s ease}.mobile-auth-btn:hover{box-shadow:0 4px 12px #4a90e24d;transform:translateY(-1px)}.mobile-auth-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.header-content{padding:1rem}.desktop-nav{display:none}.mobile-menu-toggle{display:block}.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-text h1{font-size:2.5rem}.about-content,.contact-content{gap:2rem;grid-template-columns:1fr}.features-content,.services-grid{grid-template-columns:1fr}.auth-btn{font-size:.9rem;padding:10px 20px}}.animated-elements{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:1}.floating-circle-1{animation:float1 8s ease-in-out infinite;height:200px;opacity:.6;position:absolute;right:15%;top:10%;width:200px}.floating-circle-2{animation:float2 10s ease-in-out infinite;height:150px;left:10%;opacity:.4;position:absolute;top:60%;width:150px}.floating-circle-3{animation:float3 12s ease-in-out infinite;height:180px;left:60%;opacity:.3;position:absolute;top:30%;width:180px}@keyframes float1{0%,to{opacity:.6;transform:translateY(0) rotate(0deg)}50%{opacity:.8;transform:translateY(-20px) rotate(180deg)}}@keyframes float2{0%,to{opacity:.4;transform:translateY(0) rotate(0deg)}50%{opacity:.6;transform:translateY(15px) rotate(-180deg)}}@keyframes float3{0%,to{opacity:.3;transform:translateY(0) rotate(0deg)}50%{opacity:.5;transform:translateY(-30px) rotate(90deg)}}.header{z-index:1000}.about,.contact,.features,.hero,.services{position:relative;z-index:2}.chart-bar{animation:barPulse 2s ease-in-out infinite;background:linear-gradient(0deg,#4a90e2,#5ba0f2);border-radius:1px;width:6px}.line-segment{animation:lineFlow 3s ease-in-out infinite;background:linear-gradient(90deg,#e74c3c,#f39c12);border-radius:1px;height:2px;width:10px}.faq-page{background:linear-gradient(135deg,#0f1419,#1a2332 50%,#1e3a5f);color:#fff;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;min-height:100vh}.faq-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f1419fa;border-bottom:1px solid #ffffff14;box-shadow:0 4px 20px #0000001a;height:70px;left:0;position:fixed;right:0;top:0;z-index:1000}.faq-header-content{height:100%;justify-content:space-between;padding:0 2rem;width:100%}.faq-header-content,.faq-nav{align-items:center;display:flex;gap:2rem}.faq-nav .nav-link{background:none;border:none;color:#fffc;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:500;padding:0;text-decoration:none;transition:all .3s ease}.faq-nav .nav-link:hover{color:#fff;transform:translateY(-1px)}.auth-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:8px 20px;transition:all .3s ease}.auth-btn:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-1px)}.faq-container{align-items:flex-start;display:flex;justify-content:center;min-height:calc(100vh - 100px);padding-top:100px}.faq-content{max-width:800px;padding:0 2rem;width:100%}.faq-header-section{margin-bottom:3rem;text-align:center}.faq-header-section h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#64b5f6,#90caf9);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:3rem;font-weight:800;margin-bottom:1rem}.faq-header-section h2{color:#fff;font-size:2rem;font-weight:700;margin-bottom:.5rem}.faq-subtitle{color:#fffc;font-size:1.1rem;font-weight:400}.faq-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.faq-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;overflow:hidden;transition:all .3s ease}.faq-item:hover{background:#ffffff14;border-color:#ffffff26;box-shadow:0 8px 25px #0003;transform:translateY(-2px)}.faq-item.open{background:#ffffff1a;border-color:#64b5f64d}.faq-question{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;padding:1.5rem;text-align:left;transition:all .3s ease;width:100%}.faq-question:hover{background:#ffffff0d}.faq-arrow{color:#64b5f6;flex-shrink:0;font-size:.8rem;margin-left:1rem;transition:transform .3s ease}.faq-item.open .faq-arrow{transform:rotate(90deg)}.faq-answer{background:#0003;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.open .faq-answer{max-height:500px;padding:0 1.5rem 1.5rem}.faq-answer p{color:#ffffffe6;font-size:.95rem;line-height:1.6;margin:0}.faq-footer{border-top:1px solid #ffffff1a;padding:2rem 0;text-align:center}.faq-footer p{color:#fffc;font-size:1.1rem;margin-bottom:1rem}.contact-support-btn{background:linear-gradient(135deg,#64b5f6,#90caf9);border:2px solid #64b5f6;border-radius:25px;box-shadow:0 4px 15px #64b5f64d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .3s ease}.contact-support-btn:hover{border-color:#90caf9;box-shadow:0 6px 20px #64b5f666;transform:translateY(-2px)}@media (max-width:768px){.faq-header-content{padding:0 1rem}.faq-nav{gap:1rem}.faq-nav a{font-size:.8rem}.faq-content{padding:0 1rem}.faq-header-section h1{font-size:2rem}.faq-header-section h2{font-size:1.5rem}.faq-question{font-size:.9rem;padding:1rem}.faq-item.open .faq-answer{padding:0 1rem 1rem}.faq-answer p{font-size:.9rem}}@media (max-width:480px){.faq-nav .nav-link{display:none}.faq-nav .nav-link:last-child{display:block}.faq-header-section h1{font-size:1.8rem}.faq-header-section h2{font-size:1.3rem}}.auth-container{align-items:center;background:linear-gradient(135deg,#1e3c72,#2a5298);display:flex;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;justify-content:center;min-height:100vh;padding:20px}.auth-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 20px 40px #0000001a;max-width:400px;padding:40px;text-align:center;width:100%}.auth-card h2{color:#1e3c72;font-size:2rem;font-weight:700;margin-bottom:.5rem}.auth-subtitle{color:#666;font-size:1rem;margin-bottom:2rem}.auth-form{text-align:left}.form-group{margin-bottom:1.5rem}.form-group label{color:#1e3c72;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input{border:2px solid #e1e5e9;border-radius:10px;box-sizing:border-box;font-size:1rem;padding:12px 16px;transition:border-color .3s ease;width:100%}.form-group input:focus{border-color:#1e3c72;box-shadow:0 0 0 3px #1e3c721a;outline:none}.auth-button{background:linear-gradient(45deg,#1e3c72,#2a5298);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:14px;transition:all .3s ease;width:100%}.auth-button:hover:not(:disabled){box-shadow:0 8px 20px #1e3c724d;transform:translateY(-2px)}.auth-button:disabled{cursor:not-allowed;opacity:.7}.error-message{background:#fee;border:1px solid #fecaca;border-radius:8px;color:#c53030;font-size:.9rem;margin-bottom:1rem;padding:12px}.auth-links{margin-top:2rem;text-align:center}.auth-links p{color:#666;margin-bottom:1rem}.link-button{background:none;border:none;color:#1e3c72;cursor:pointer;font-size:.9rem;font-weight:600;text-decoration:underline;transition:color .3s ease}.link-button:hover{color:#2a5298}@media (max-width:480px){.auth-card{padding:30px 20px}.auth-card h2{font-size:1.5rem}}.user-profile-dropdown{display:inline-block;position:relative}.welcome-text{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:8px;box-shadow:0 2px 8px #0000001a;color:#1e3c72;cursor:pointer;display:flex;font-size:15px;font-weight:700;gap:8px;justify-content:space-between;min-width:120px;padding:10px 18px;transition:all .2s ease}.welcome-text:hover{background:#fff;border-color:#1e3c724d;box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.dropdown-arrow{color:#1e3c72;font-size:12px;font-weight:600;transition:transform .2s ease}.user-profile-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{animation:dropdownFadeIn .2s ease;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 20px #00000026;margin-top:8px;min-width:140px;overflow:hidden;position:absolute;right:0;top:100%;z-index:1000}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{background:none;border:none;color:#333;cursor:pointer;display:block;font-size:14px;font-weight:500;padding:12px 16px;text-align:left;transition:background-color .2s ease;width:100%}.dropdown-item:hover{background-color:#f8f9fa}.dropdown-item.signout-btn{border-bottom:1px solid #f0f0f0;color:#1e3c72}.dropdown-item.signout-btn:hover{background-color:#e3f2fd}.dropdown-item.delete-account-btn{color:#d32f2f}.dropdown-item.delete-account-btn:hover{background-color:#ffebee}@media (max-width:768px){.welcome-text{font-size:13px;padding:6px 12px}.dropdown-menu{min-width:140px}.dropdown-item{font-size:13px;padding:10px 14px}}.app-layout{background:linear-gradient(135deg,#0f1419,#1a2332 50%,#1e3a5f);color:#fff;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;min-height:100vh}.app-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f1419fa;border-bottom:1px solid #ffffff14;box-shadow:0 4px 20px #0000001a;height:80px;left:0;position:fixed;right:0;top:0;z-index:1000}.header-content{height:100%;justify-content:space-between;padding:0 2rem;width:100%}.header-content,.logo-section{align-items:center;display:flex;gap:2rem}.logo-section{justify-content:flex-start}.logo{align-items:center;border-radius:8px;cursor:pointer;display:flex;padding:.5rem;transition:all .3s ease}.logo:hover{background:#ffffff0d}.powered-by{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff26;border-radius:6px;display:flex;gap:.5rem;padding:.4rem .8rem}.powered-by-text{color:#fffc;font-size:.7rem;font-weight:500;letter-spacing:.02em}.partner-logo{filter:brightness(0) invert(1);height:18px;opacity:.9}.logo-image,.partner-logo{object-fit:contain;width:auto}.logo-image{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:42px}.app-nav,.nav-links{align-items:center;display:flex;gap:2rem}.nav-label{color:#fffc;font-size:.9rem;font-weight:500}.user-actions{align-items:center;display:flex;gap:1rem;position:relative;z-index:1001}.signout-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:8px 20px;transition:all .3s ease}.signout-btn:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-1px)}.main-content{display:flex;min-height:calc(100vh - 80px);padding-top:80px}.content-area{background:#f8fafc;border-left:1px solid #e5e7eb;flex:1 1;margin-left:240px;overflow-y:auto;padding-left:16px;position:relative}.content-area.full-width{margin-left:0}.mobile-menu-toggle{border-radius:4px;cursor:pointer;display:none;padding:8px;transition:all .3s ease}.mobile-menu-toggle:hover{background:#ffffff1a}.hamburger{display:flex;flex-direction:column;height:18px;justify-content:space-between;position:relative;width:24px}.hamburger span{background:#fff;border-radius:1px;display:block;height:2px;transition:all .3s ease;width:100%}.hamburger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-menu-overlay{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;bottom:0;display:flex;justify-content:flex-end;left:0;padding-top:80px;position:fixed;right:0;top:0;z-index:2000}.mobile-menu-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f1419fa;border:1px solid #ffffff14;border-radius:8px 0 0 8px;box-shadow:-4px 0 20px #0000004d;min-width:250px;padding:2rem}.mobile-nav-links{display:flex;flex-direction:column;gap:1.5rem}.mobile-faq-btn{background:#ffffff1a;border:1px solid #fff3;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:12px 16px;text-align:left;transition:all .3s ease}.mobile-faq-btn:hover{background:#ffffff26;border-color:#ffffff4d}@media (max-width:768px){.header-content{padding:0 1rem}.desktop-nav{display:none}.mobile-menu-toggle{display:block}.content-area{margin-left:0}.logo-text{display:none}.logo-section{gap:1rem}.powered-by{display:none}}.app-layout *{box-sizing:border-box;transition:all .3s ease}
/*# sourceMappingURL=main.02cf6ad3.css.map*/