body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-blue:#2196f3;--primary-dark:#1976d2;--primary-light:#64b5f6;--secondary-green:#4caf50;--secondary-dark:#388e3c;--secondary-light:#81c784;--accent-orange:#ff9800;--accent-light:#ffb74d;--red:#e53935;--blue:#1e88e5;--green:#43a047;--yellow:#fdd835;--purple:#8e24aa;--orange:#fb8c00;--background:#f5f5f5;--surface:#fff;--text-primary:#212121;--text-secondary:#757575;--success:#4caf50;--error:#f44336;--gradient-primary:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-dark) 100%);--gradient-accent:linear-gradient(135deg,var(--accent-orange) 0%,#f57c00 100%)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;background:var(--background);color:#212121;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}.App{min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px}.navbar{background:#fff;background:var(--surface);box-shadow:0 2px 8px #0000001a;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-content{justify-content:space-between}.logo-section,.nav-content{align-items:center;display:flex}.logo-section{gap:12px}.nav-logo{height:50px;object-fit:contain;width:50px}.app-name{color:#2196f3;color:var(--primary-blue);font-size:1.25rem;font-weight:700}.nav-links{display:flex;gap:2rem}.nav-links a{color:#212121;color:var(--text-primary);font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-links a:after{background:linear-gradient(135deg,#2196f3,#1976d2);background:var(--gradient-primary);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links a:hover{color:#2196f3;color:var(--primary-blue)}.nav-links a:hover:after{width:100%}.hero{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);overflow:hidden;padding:4rem 0 6rem;position:relative}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%232196F3' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;z-index:0}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;position:relative;z-index:1}.hero-text{animation:fadeInUp .8s ease}.hero-title{color:#212121;color:var(--text-primary);font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2196f3,#1976d2);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text}.hero-description{color:#757575;color:var(--text-secondary);font-size:1.25rem;line-height:1.6;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.btn{align-items:center;border:none;border-radius:50px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#2196f3,#1976d2);background:var(--gradient-primary);box-shadow:0 4px 15px #2196f34d;color:#fff}.btn-primary:hover{box-shadow:0 6px 20px #2196f366;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #2196f3;border:2px solid var(--primary-blue);color:#2196f3;color:var(--primary-blue)}.btn-secondary:hover{background:#2196f3;background:var(--primary-blue);color:#fff;transform:translateY(-2px)}.btn-icon{height:20px;width:20px}.stats{display:flex;gap:3rem}.stat{text-align:center}.stat-number{color:#2196f3;color:var(--primary-blue);font-size:2.5rem;font-weight:800;margin-bottom:.25rem}.stat-label{color:#757575;color:var(--text-secondary);font-size:.9rem;letter-spacing:1px;text-transform:uppercase}.hero-image{align-items:center;animation:fadeInRight 1s ease;display:flex;justify-content:center}.phone-mockup{background:linear-gradient(135deg,#2196f3,#1976d2);background:linear-gradient(135deg,var(--primary-blue),var(--primary-dark));border-radius:30px;box-shadow:0 20px 60px #0003;padding:2rem;transform:perspective(1000px) rotateY(-5deg);transition:transform .3s ease}.phone-mockup:hover{transform:perspective(1000px) rotateY(0deg)}.app-preview{border-radius:20px;display:block;height:auto;max-width:300px;width:100%}.features{background:#fff;background:var(--surface);padding:6rem 0}.section-title{color:#212121;color:var(--text-primary);font-size:2.75rem;font-weight:800;margin-bottom:1rem;text-align:center}.section-subtitle{color:#757575;color:var(--text-secondary);font-size:1.25rem;margin-bottom:4rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.feature-card{background:#fff;background:var(--surface);border:1px solid #0000000d;border-radius:20px;box-shadow:0 4px 15px #00000014;padding:2rem;transition:all .3s ease}.feature-card:hover{box-shadow:0 12px 30px #0000001f;transform:translateY(-8px)}.feature-icon{align-items:center;border-radius:15px;display:flex;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.feature-icon svg{stroke:#fff;stroke-width:2;height:30px;width:30px}.feature-title{color:#212121;color:var(--text-primary);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.feature-description{color:#757575;color:var(--text-secondary);font-size:1rem;line-height:1.6}.how-it-works{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 0}.how-it-works .section-subtitle,.how-it-works .section-title{color:#fff}.steps{display:flex;flex-direction:column;gap:3rem;margin:0 auto;max-width:800px}.step{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:20px;display:flex;gap:2rem;padding:2rem;transition:all .3s ease}.step:hover{background:#ffffff26;transform:translateX(10px)}.step-number{align-items:center;background:linear-gradient(135deg,#ff9800,#f57c00);background:linear-gradient(135deg,var(--accent-orange),#f57c00);border-radius:50%;box-shadow:0 4px 15px #0003;display:flex;flex-shrink:0;font-size:1.75rem;font-weight:800;height:60px;justify-content:center;width:60px}.step-title{font-size:1.75rem;font-weight:700;margin-bottom:.75rem}.step-description{font-size:1.1rem;line-height:1.6;opacity:.9}.download{background:#fff;background:var(--surface);padding:6rem 0}.download-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1.5fr 1fr}.download-title{color:#212121;color:var(--text-primary);font-size:2.75rem;font-weight:800;margin-bottom:1.5rem}.download-description{color:#757575;color:var(--text-secondary);font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem}.store-buttons{display:flex;flex-wrap:wrap;gap:1.5rem}.store-button{align-items:center;background:#212121;background:var(--text-primary);border-radius:12px;color:#fff;display:flex;gap:1rem;min-width:200px;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.store-button:hover{box-shadow:0 8px 20px #0003;transform:translateY(-3px)}.store-icon svg{height:36px;width:36px}.store-label{font-size:.75rem;opacity:.8;text-transform:uppercase}.store-name{font-size:1.25rem;font-weight:600}.download-image{align-items:center;display:flex;justify-content:center}.download-logo{animation:float 3s ease-in-out infinite;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15));height:auto;max-width:300px;width:100%}.footer{background:#212121;background:var(--text-primary);color:#fff;padding:4rem 0 2rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.footer-logo{align-items:center;display:flex;gap:12px;margin-bottom:1rem}.footer-logo-img{height:50px;object-fit:contain;width:50px}.footer-app-name{font-size:1.25rem;font-weight:700}.footer-description{color:#ffffffb3;line-height:1.6}.footer-heading{font-size:1.1rem;font-weight:700;margin-bottom:1.5rem}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none}.footer-links a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#64b5f6;color:var(--primary-light)}.social-links{display:flex;gap:1rem}.social-link{align-items:center;background:#ffffff1a;border-radius:50%;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-link svg{height:20px;width:20px}.social-link:hover{background:#2196f3;background:var(--primary-blue);transform:translateY(-3px)}.footer-bottom{border-top:1px solid #ffffff1a;color:#fff9;padding-top:2rem;text-align:center}.footer-credit{font-size:.9rem;margin-top:.5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:1024px){.download-content,.hero-content{gap:3rem;grid-template-columns:1fr}.hero-title{font-size:2.75rem}.phone-mockup{transform:none}.download-image{order:-1}}@media (max-width:768px){.nav-links{font-size:.9rem;gap:1rem}.hero{padding:3rem 0 4rem}.hero-title{font-size:2.25rem}.hero-description{font-size:1.1rem}.hero-buttons{flex-direction:column}.stats{gap:1.5rem}.section-title{font-size:2.25rem}.features-grid{grid-template-columns:1fr}.download-title{font-size:2.25rem}.footer-content{grid-template-columns:1fr}}@media (max-width:480px){.nav-logo{height:40px;width:40px}.app-name{font-size:1rem}.nav-links{display:none}.hero-title{font-size:1.75rem}.stats{gap:1rem}.stats,.store-buttons{flex-direction:column}}.admin-layout{background-color:#f3f4f6;display:flex;min-height:100vh}.admin-sidebar{background:#1a1c23;color:#fff;display:flex;flex-direction:column;height:100vh;position:fixed;transition:width .3s ease;width:260px;z-index:100}.admin-sidebar.closed{width:70px}.sidebar-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;gap:1rem;height:70px;padding:1.5rem}.sidebar-logo{height:32px;width:32px}.sidebar-title{font-size:1.2rem;font-weight:700;white-space:nowrap}.sidebar-nav{flex:1 1;padding:1rem 0}.sidebar-link{align-items:center;color:#9ca3af;display:flex;gap:1rem;overflow:hidden;padding:.8rem 1.5rem;text-decoration:none;transition:all .2s;white-space:nowrap}.sidebar-link.active,.sidebar-link:hover{background:#ffffff1a;border-right:4px solid #3b82f6;color:#fff}.sidebar-icon{height:24px;min-width:24px;width:24px}.sidebar-footer{border-top:1px solid #ffffff1a;padding:1rem}.logout-btn{align-items:center;background:none;border:none;color:#ef4444;cursor:pointer;display:flex;font-size:1rem;gap:1rem;padding:.5rem;width:100%}.admin-main{flex:1 1;margin-left:260px;transition:margin-left .3s ease}.admin-sidebar.closed+.admin-main{margin-left:70px}.admin-header{align-items:center;background:#fff;box-shadow:0 1px 2px 0 #0000000d;display:flex;height:70px;justify-content:space-between;padding:0 2rem}.toggle-sidebar-btn{background:none;border:none;color:#4b5563;cursor:pointer;height:32px;width:32px}.header-user{gap:1rem}.header-user,.user-avatar{align-items:center;display:flex}.user-avatar{background:#3b82f6;border-radius:50%;color:#fff;font-weight:600;height:36px;justify-content:center;width:36px}.admin-content{padding:2rem}.page-title{color:#111827;font-size:1.8rem;margin-bottom:.5rem}.page-subtitle{color:#6b7280;margin-bottom:2rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;transition:transform .2s}.stat-card:hover{transform:translateY(-2px)}.stat-card.blue{border-top:4px solid #3b82f6}.stat-card.green{border-top:4px solid #10b981}.stat-card.purple{border-top:4px solid #8b5cf6}.stat-value{color:#111827;font-size:2.25rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#6b7280;font-size:.95rem}.filters-bar{align-items:center;background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000d;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem}.category-select,.search-input{border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;padding:.6rem 1rem}.search-input{width:300px}.add-btn{align-items:center;background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;margin-left:auto;padding:.6rem 1.2rem}.add-btn:hover{background:#2563eb}.questions-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden;width:100%}.questions-table td,.questions-table th{border-bottom:1px solid #e5e7eb;padding:1rem;text-align:left}.questions-table th{background:#f9fafb;color:#4b5563;font-size:.9rem;font-weight:600}.category-tag{border-radius:99px;color:#fff;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.action-btn{background:none;border:none;border-radius:4px;cursor:pointer;padding:.4rem;transition:background .2s}.action-btn.edit{color:#3b82f6}.action-btn.delete{color:#ef4444}.action-btn:hover{background:#f3f4f6}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}.modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.modal-header h3{color:#111827;font-size:1.25rem;margin:0}.close-btn{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:1.5rem}.modal-body,.modal-footer{padding:1.5rem}.modal-footer{background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end}.btn-cancel{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151}.btn-cancel,.btn-save{cursor:pointer;padding:.6rem 1.2rem}.btn-save{background:#3b82f6;border:none;border-radius:6px;color:#fff;font-weight:500}.form-label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;margin-bottom:1rem;padding:.75rem;width:100%}.options-grid{grid-gap:1rem;display:grid;gap:1rem}.option-row{align-items:center;display:flex;gap:.5rem}.radio-input{height:20px;width:20px}@media (max-width:1024px){.admin-sidebar{width:70px}.admin-sidebar .logout-btn span,.admin-sidebar .sidebar-link span,.admin-sidebar .sidebar-title{display:none}.admin-main{margin-left:70px}.filters-bar{flex-wrap:wrap}.search-input{width:200px}}@media (max-width:768px){.admin-sidebar{left:-260px;position:fixed;transition:left .3s ease;width:260px}.admin-sidebar.mobile-open{left:0}.admin-sidebar.mobile-open .logout-btn span,.admin-sidebar.mobile-open .sidebar-link span,.admin-sidebar.mobile-open .sidebar-title{display:inline}.admin-main{margin-left:0}.admin-header{padding:0 1rem}.admin-content{padding:1rem}.page-title{font-size:1.4rem}.filters-bar{align-items:stretch;flex-direction:column;gap:.75rem}.add-btn,.category-select,.search-input{width:100%}.add-btn{justify-content:center;margin-left:0}.questions-table{display:block}.questions-table thead{display:none}.questions-table tbody{display:flex;flex-direction:column;gap:1rem}.questions-table tr{background:#fff;border-bottom:none;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;padding:1rem}.questions-table td{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:.5rem 0}.questions-table td:last-child{border-bottom:none;gap:.5rem;justify-content:flex-end;padding-top:1rem}.questions-table td:before{color:#6b7280;content:attr(data-label);font-size:.85rem;font-weight:600}.questions-table td:last-child:before{display:none}.modal-content{margin:.5rem;max-height:95vh;width:95%}.modal-body,.modal-header{padding:1rem}.modal-footer{flex-direction:column-reverse;padding:1rem}.modal-footer .btn-cancel,.modal-footer .btn-save{padding:.75rem;text-align:center;width:100%}.option-row{flex-wrap:nowrap}.option-row .form-input{flex:1 1;min-width:0}.stats-grid{grid-template-columns:1fr}}@media (max-width:480px){.admin-content{padding:.75rem}.page-title{font-size:1.2rem}.page-subtitle,.questions-table td{font-size:.9rem}.category-tag{font-size:.75rem;padding:.2rem .5rem}.action-btn{padding:.5rem}.action-btn svg{height:20px;width:20px}}.sidebar-overlay{background:#00000080;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:99}@media (max-width:768px){.sidebar-overlay.active{display:block}}.privacy-policy{background:var(--background);min-height:100vh}.app-name-link{text-decoration:none}.policy-container{background:var(--surface);padding:4rem 0}.policy-title{color:var(--text-primary);font-size:2.5rem;font-weight:800;margin-bottom:1rem;text-align:center}.policy-date{color:var(--text-secondary);font-size:1rem;font-style:italic;margin-bottom:3rem;text-align:center}.policy-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:3rem;padding:2rem}.policy-section h2{border-bottom:2px solid var(--primary-light);color:var(--primary-blue);font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.5rem}.policy-section h3{color:var(--text-primary);font-size:1.35rem;font-weight:600;margin-bottom:1rem;margin-top:1.5rem}.policy-section p{color:var(--text-secondary);font-size:1rem;line-height:1.8;margin-bottom:1rem}.policy-section ul{margin-bottom:1rem;margin-left:2rem}.policy-section ul li{color:var(--text-secondary);font-size:1rem;line-height:1.8;margin-bottom:.5rem}.policy-section ul li strong{color:var(--text-primary);font-weight:600}.contact-info{background:var(--background);border-left:4px solid var(--primary-blue);border-radius:8px;margin-top:1rem;padding:1.5rem}.contact-info p{color:var(--text-primary);margin-bottom:.5rem}.contact-info a,.contact-info strong{color:var(--primary-blue)}.contact-info a{font-weight:500;text-decoration:none}.contact-info a:hover{text-decoration:underline}.policy-footer{background:linear-gradient(135deg,var(--primary-blue) 0,var(--primary-dark) 100%);border-radius:12px;color:#fff;margin-top:3rem;padding:2rem;text-align:center}.policy-footer p{color:#fff;font-size:1.1rem;line-height:1.6;margin:0}@media (max-width:768px){.policy-title{font-size:1.75rem}.policy-section{padding:1.5rem}.policy-section h2{font-size:1.5rem}.policy-section h3{font-size:1.2rem}.policy-section ul{margin-left:1.25rem}}@media (max-width:480px){.policy-container{padding:2rem 0}.policy-title{font-size:1.5rem}.policy-section{margin-bottom:2rem;padding:1rem}.policy-section h2{font-size:1.25rem}.policy-footer p{font-size:1rem}}
/*# sourceMappingURL=main.dff1397a.css.map*/