@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.login-page{display:flex;height:80vh;font-family:Arial,sans-serif}.login-left{flex:1;background:linear-gradient(135deg,#1a73e8,#6a11cb);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px}.login-left h1{font-size:36px;margin-bottom:10px}.login-left p{font-size:16px;text-align:center;max-width:300px}.login-right{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.login-right h2{margin-bottom:20px;font-size:26px}.login-right form{width:300px}.login-right input{width:100%;padding:12px;margin-bottom:15px;border:1px solid #ccc;border-radius:6px;font-size:14px}.login-right button{width:100%;padding:12px;background:#1a73e8;color:#fff;border:none;border-radius:6px;font-size:16px;cursor:pointer}.login-right button:hover{background:#0f5bd4}*{margin:0;padding:0;box-sizing:border-box}.page-wrapper{width:100%}body{font-family:Poppins,sans-serif;background-color:#f8fafc;color:#1e293b;line-height:1.6;scroll-behavior:smooth}.App{width:100%}.full-width{max-width:100%!important}.main-content{min-height:calc(100vh - 140px);display:flex;flex-direction:column}nav{background:#0f172a;padding:1rem 2.5rem;position:sticky;top:0;z-index:100}nav ul{list-style:none;display:flex;gap:2rem;justify-content:center}nav a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s}nav a:hover{color:#38bdf8}.hero{width:100%;display:flex;justify-content:center;padding:5rem 1rem;background:#f1f5f9}.hero-inner{max-width:900px;width:100%;background:linear-gradient(#0f172abf,#0f172abf),url(https://images.unsplash.com/photo-1581091215361-5a6c36b9f5d5?auto=format&fit=crop&w=1470&q=80) center/cover no-repeat;color:#fff;text-align:center;padding:4rem 2rem;border-radius:12px}.hero-inner h1{font-size:2.4rem;margin-bottom:1rem}.hero-text{font-size:1.15rem;margin-bottom:1.5rem}.container{max-width:1100px;margin:auto;padding:0 2rem}.cta-button{display:inline-block;margin-top:1.5rem;padding:.85rem 2rem;background:#38bdf8;color:#0f172a;border-radius:6px;font-weight:600;text-decoration:none;transition:.3s}.cta-button:hover{background:#0ea5e9;color:#fff}.page-section{width:100%;padding:4rem 2rem;display:flex;justify-content:center}.section-inner{max-width:1100px;margin:auto}.section-inner h2{text-align:center;font-size:2rem;margin-bottom:2rem;color:#0f172a}.section-inner p{color:#475569;line-height:1.7;text-align:center}.justified-text{text-align:justify;line-height:1.8;font-size:1.05rem;color:#475569;margin-top:1rem}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.course-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 10px 25px #00000014;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;justify-content:space-between}.course-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px #0000001f}.course-card h3{color:#1e3a8a;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.course-card p{font-size:.95rem;margin-bottom:1rem}.course-card ul{list-style:none;margin-bottom:1.2rem;padding-left:0}.course-card ul li{font-size:.9rem;margin-bottom:.4rem}.contact-form{max-width:500px;margin:auto}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:.8rem;margin-bottom:1rem;border-radius:6px;border:1px solid #cbd5f5;font-family:inherit;font-size:1rem}.contact-form textarea{resize:vertical;min-height:120px}.contact-form button{width:100%;padding:.9rem;background:#1e3a8a;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;font-weight:600;transition:.3s}.contact-form button:hover{background:#0f172a}.auth-page{display:flex;justify-content:center;align-items:center;padding:4rem 1rem;width:100%}.auth-card{background:#fff;padding:2rem;border-radius:10px;width:100%;max-width:420px;box-shadow:0 12px 35px #00000014}.auth-card h2{text-align:center;margin-bottom:1.8rem;color:#0f172a}.form-group{display:flex;flex-direction:column;margin-bottom:1.2rem}.form-group label{font-size:.9rem;margin-bottom:.4rem;color:#334155}.form-group input{width:100%;padding:.7rem;border-radius:6px;border:1px solid #cbd5f5;font-family:inherit}.form-group input:focus{outline:none;border-color:#38bdf8}.auth-button{width:100%;margin-top:.8rem}.auth-switch{text-align:center;margin-top:1rem;font-size:.9rem}footer{background:#0f172a;color:#cbd5f5;text-align:center;padding:1.5rem;font-size:.9rem}@media(max-width:1024px){.courses-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media(max-width:768px){nav ul{flex-wrap:wrap;justify-content:center;gap:1rem 1.5rem}.hero-inner h1{font-size:2rem}.hero-text{font-size:1rem}}@media(max-width:480px){nav ul{gap:.8rem 1rem}.cta-button{padding:.65rem 1.5rem;font-size:.9rem}.hero-inner h1{font-size:1.6rem}.hero-text{font-size:.9rem}.auth-card{padding:1.5rem;max-width:95%}}
