body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bg-primary:#1a1a1a;--bg-secondary:#2c2c2c;--bg-card:#2c2c2c;--accent-teal:#20b2aa;--accent-teal-dark:#008b8b;--text-primary:#fff;--text-secondary:#ccc;--text-light:#999}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#1a1a1a;background-color:var(--bg-primary);color:#fff;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}.app{min-height:100vh;width:100%}.navbar{background-color:#2c2c2c;background-color:var(--bg-secondary);border-bottom:1px solid #ffffff1a;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo,.nav-container{align-items:center;display:flex}.logo{color:inherit;gap:.75rem;text-decoration:none}.logo-image{height:50px;object-fit:contain;width:auto}.logo-text{display:flex;flex-direction:column}.logo-title{color:#fff;color:var(--text-primary);font-size:1.5rem;font-weight:700}.logo-subtitle{color:#ccc;color:var(--text-secondary);font-size:.75rem;letter-spacing:.5px;text-transform:uppercase}.nav-links{align-items:center;display:flex;gap:2rem}.nav-links a{color:#ccc;color:var(--text-secondary);font-size:1rem;text-decoration:none;transition:color .3s ease}.cta-button,.nav-links a:hover{color:#fff;color:var(--text-primary)}.cta-button{background-color:#20b2aa;background-color:var(--accent-teal);border-radius:6px;font-weight:600;padding:.5rem 1.5rem;transition:background-color .3s ease}.cta-button:hover{background-color:#008b8b;background-color:var(--accent-teal-dark);color:#fff;color:var(--text-primary)}.hero{align-items:center;background:linear-gradient(135deg,#1a1a1a,#151515);background:linear-gradient(135deg,var(--bg-primary) 0,#151515 100%);display:flex;min-height:90vh;padding:6rem 2rem}.hero-container{margin:0 auto;max-width:1200px;text-align:center}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#20b2aa);background:linear-gradient(135deg,var(--text-primary) 0,var(--accent-teal) 100%);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{color:#ccc;color:var(--text-secondary);font-size:1.25rem;line-height:1.8;margin:0 auto 3rem;max-width:700px}.hero-buttons{display:flex;gap:1.5rem;justify-content:center}.btn-primary{background-color:#20b2aa;background-color:var(--accent-teal);border-radius:8px;color:#fff;color:var(--text-primary);display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.btn-primary:hover{background-color:#008b8b;background-color:var(--accent-teal-dark);box-shadow:0 10px 25px #20b2aa4d;transform:translateY(-2px)}.btn-primary.large{font-size:1.2rem;padding:1.25rem 3rem}.btn-secondary{background-color:initial;border:2px solid #ccc;border:2px solid var(--text-secondary);border-radius:8px;color:#fff;color:var(--text-primary);display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.btn-secondary:hover{border-color:#20b2aa;border-color:var(--accent-teal);color:#20b2aa;color:var(--accent-teal);transform:translateY(-2px)}.btn-secondary.large{font-size:1.2rem;padding:1.25rem 3rem}.container{margin:0 auto;max-width:1200px;padding:0 2rem}section{padding:6rem 2rem}.section-title{color:#fff;color:var(--text-primary);font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{color:#ccc;color:var(--text-secondary);font-size:1.2rem;margin:0 auto 3rem;max-width:700px;text-align:center}.features{background-color:#1a1a1a;background-color:var(--bg-primary)}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.feature-card{background-color:#2c2c2c;background-color:var(--bg-card);border:1px solid #ffffff0d;border-radius:12px;padding:2.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{border-color:#20b2aa;border-color:var(--accent-teal);box-shadow:0 10px 30px #20b2aa33;transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-card h3{color:#fff;color:var(--text-primary);font-size:1.5rem;margin-bottom:1rem}.feature-card p{color:#ccc;color:var(--text-secondary);line-height:1.6}.users-section{background-color:#1a1a1a;background-color:var(--bg-primary);padding:6rem 2rem}.users-header{margin-bottom:4rem;text-align:center}.users-header .section-title{margin-bottom:1rem}.users-header .section-subtitle{color:#ccc;color:var(--text-secondary);font-size:1.2rem;line-height:1.8;margin:0 auto;max-width:700px}.users-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.user-card{background-color:#2c2c2c;background-color:var(--bg-card);border:1px solid #ffffff0d;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;padding:2.5rem;position:relative;transition:all .3s ease}.user-card:before{background:linear-gradient(90deg,#20b2aa,#008b8b);background:linear-gradient(90deg,var(--accent-teal),var(--accent-teal-dark));content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.user-card:hover{border-color:#20b2aa;border-color:var(--accent-teal);box-shadow:0 15px 40px #20b2aa26;transform:translateY(-8px)}.user-card:hover:before{transform:scaleX(1)}.user-icon-wrapper{margin-bottom:2rem}.user-icon,.user-icon-wrapper{align-items:center;display:flex;justify-content:center}.user-icon{border-radius:50%;height:80px;position:relative;transition:all .3s ease;width:80px}.user-icon svg{stroke:currentColor;height:40px;width:40px}.admin-icon,.parent-icon,.principal-icon,.teacher-icon{background:linear-gradient(135deg,#20b2aa33,#008b8b33);color:#20b2aa;color:var(--accent-teal)}.user-card:hover .user-icon{background:linear-gradient(135deg,#20b2aa4d,#008b8b4d);transform:scale(1.1)}.user-card-title{color:#fff;color:var(--text-primary);font-size:1.75rem;font-weight:700;margin-bottom:1rem;text-align:center}.user-card-description{color:#ccc;color:var(--text-secondary);font-size:1rem;line-height:1.7;margin-bottom:1.5rem;text-align:center}.user-features{list-style:none;margin-top:auto;padding:0}.user-features li{color:#ccc;color:var(--text-secondary);font-size:.95rem;line-height:1.6;padding:.75rem 0 .75rem 1.75rem;position:relative;transition:color .3s ease}.user-features li:before{color:#20b2aa;color:var(--accent-teal);content:"✓";font-size:1rem;font-weight:700;left:0;position:absolute}.user-card:hover .user-features li{color:#fff;color:var(--text-primary)}.tech-features{background-color:#1a1a1a;background-color:var(--bg-primary)}.tech-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.tech-item{background-color:#2c2c2c;background-color:var(--bg-card);border:1px solid #ffffff0d;border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease}.tech-item:hover{border-color:#20b2aa;border-color:var(--accent-teal);transform:translateY(-5px)}.tech-icon{font-size:2.5rem;margin-bottom:1rem}.tech-item h3{color:#fff;color:var(--text-primary);font-size:1.3rem;margin-bottom:.5rem}.tech-item p{color:#ccc;color:var(--text-secondary)}.cta-section{background:linear-gradient(135deg,#2c2c2c,#1a1a1a);background:linear-gradient(135deg,var(--bg-secondary) 0,var(--bg-primary) 100%);padding:6rem 2rem;text-align:center}.cta-title{color:#fff;color:var(--text-primary);font-size:3rem;font-weight:700;margin-bottom:1rem}.cta-subtitle{color:#ccc;color:var(--text-secondary);font-size:1.3rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-buttons{display:flex;gap:1.5rem;justify-content:center}.footer{background-color:#2c2c2c;background-color:var(--bg-secondary);border-top:1px solid #ffffff1a;padding:4rem 2rem 2rem}.footer-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto 3rem;max-width:1200px}.footer-logo{align-items:center;display:flex;gap:.75rem}.footer-logo .logo-image{height:40px}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.footer-column h4{color:#fff;color:var(--text-primary);font-size:1.1rem;margin-bottom:1rem}.footer-column a{color:#ccc;color:var(--text-secondary);display:block;margin-bottom:.75rem;text-decoration:none;transition:color .3s ease}.footer-column a:hover{color:#20b2aa;color:var(--accent-teal)}.footer-bottom{border-top:1px solid #ffffff1a;margin:0 auto;max-width:1200px;padding-top:2rem;text-align:center}.footer-bottom p{color:#999;color:var(--text-light);font-size:.9rem}@media (max-width:768px){.nav-links{gap:1rem}.nav-links a{font-size:.9rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{align-items:center;flex-direction:column}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}.users-grid{gap:2rem;grid-template-columns:1fr}.user-card{padding:2rem}.features-grid,.footer-content,.tech-grid{grid-template-columns:1fr}.footer-content{gap:2rem}.footer-links{grid-template-columns:1fr}.cta-title{font-size:2rem}.cta-buttons{align-items:center;flex-direction:column}}@media (max-width:480px){.nav-container{padding:0 1rem}.logo-image{height:40px}.footer-logo .logo-image{height:35px}.nav-links a:not(.cta-button){display:none}.hero{padding:4rem 1rem}.hero-title{font-size:2rem}section{padding:4rem 1rem}}.policy-section,.support-section{background-color:#1a1a1a;background-color:var(--bg-primary);min-height:calc(100vh - 200px);padding:4rem 2rem}.policy-content,.support-content{margin:0 auto;max-width:900px}.policy-title,.support-title{color:#fff;color:var(--text-primary);font-size:3rem;font-weight:700;margin-bottom:1rem;text-align:center}.policy-date{font-size:.95rem}.policy-date,.support-subtitle{color:#ccc;color:var(--text-secondary);margin-bottom:3rem;text-align:center}.support-subtitle{font-size:1.2rem;margin-left:auto;margin-right:auto;max-width:700px}.policy-text{color:#ccc;color:var(--text-secondary);font-size:1rem;line-height:1.8}.policy-text h2{font-size:1.75rem;font-weight:700;margin-bottom:1rem;margin-top:2.5rem}.policy-text h2,.policy-text h3{color:#fff;color:var(--text-primary)}.policy-text h3{font-size:1.4rem;font-weight:600;margin-bottom:.75rem;margin-top:2rem}.policy-text p{line-height:1.8;margin-bottom:1.25rem}.policy-text ul{margin-bottom:1.5rem;padding-left:2rem}.policy-text li{line-height:1.7;margin-bottom:.75rem}.policy-text a{color:#20b2aa;color:var(--accent-teal);text-decoration:none;transition:color .3s ease}.policy-text a:hover{color:#008b8b;color:var(--accent-teal-dark);text-decoration:underline}.contact-info{background-color:#2c2c2c;background-color:var(--bg-card);border:1px solid #ffffff0d;border-radius:8px;margin-top:1.5rem;padding:1.5rem}.contact-info p{margin-bottom:.5rem}.contact-info a{color:#20b2aa;color:var(--accent-teal);text-decoration:none}.contact-info a:hover{text-decoration:underline}.support-sections{display:flex;flex-direction:column;gap:2rem;margin-top:3rem}.support-card{background-color:#2c2c2c;background-color:var(--bg-card);border:1px solid #ffffff0d;border-radius:12px;padding:2.5rem}.support-icon{font-size:3rem;margin-bottom:1.5rem;text-align:center}.support-card h2{color:#fff;color:var(--text-primary);font-size:1.75rem;font-weight:700;margin-bottom:1rem;text-align:center}.support-card>p{color:#ccc;color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem;text-align:center}.contact-details{margin-top:1.5rem}.contact-details p{color:#ccc;color:var(--text-secondary);margin-bottom:.75rem;text-align:left}.contact-details a{color:#20b2aa;color:var(--accent-teal);text-decoration:none}.contact-details a:hover{text-decoration:underline}.faq-list{margin-top:1.5rem}.faq-item{border-bottom:1px solid #ffffff0d;margin-bottom:2rem;padding-bottom:2rem}.faq-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.faq-item h3{color:#fff;color:var(--text-primary);font-size:1.2rem;font-weight:600;margin-bottom:.75rem}.faq-item p{color:#ccc;color:var(--text-secondary);line-height:1.7;margin-bottom:0}.faq-item a{color:#20b2aa;color:var(--accent-teal);text-decoration:none}.faq-item a:hover{text-decoration:underline}.app-info{margin-top:1.5rem}.app-info p{line-height:1.7;margin-bottom:.75rem}.app-info p,.app-info ul{color:#ccc;color:var(--text-secondary)}.app-info ul{margin-top:1rem;padding-left:2rem}.app-info li{line-height:1.7;margin-bottom:.5rem}.support-note{background-color:#2c2c2c;background-color:var(--bg-card);border-left:4px solid #20b2aa;border-left:4px solid var(--accent-teal);border-radius:8px;margin-top:3rem;padding:1.5rem}.support-note p{color:#ccc;color:var(--text-secondary);line-height:1.7;margin:0}@media (max-width:768px){.policy-title,.support-title{font-size:2rem}.policy-text h2{font-size:1.5rem}.policy-text h3{font-size:1.25rem}.support-card{padding:1.5rem}.support-card h2{font-size:1.5rem}}
/*# sourceMappingURL=main.dddf7f39.css.map*/