*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:#f9fafb;color:#212529;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}.navbar{background-color:#280137;padding:2rem;box-shadow:0 4px 18px #0000002e;border-radius:0 0 18px 18px;position:sticky;top:0;z-index:100}.navbar .container{display:flex;justify-content:center;align-items:center;max-width:100%;margin:0 auto}.navbar .navbar-brand:hover{color:#0d6efd}.navbar .navbar-nav{display:flex;align-items:center;gap:1.5rem;margin-left:0}.navbar .nav-link{color:#e9ecef;margin-left:1.5rem;font-size:1.08rem;font-weight:500;border-radius:6px;padding:.5rem 1rem;transition:background .2s,color .3s,box-shadow .2s;box-shadow:0 0 0 transparent;text-decoration:none}.navbar .nav-link:hover{color:#fff;background:#0d6efd;box-shadow:0 2px 8px #0d6efd2e}.profile{text-align:center;margin:3rem 0}.profile h1{margin-top:1rem;font-size:2rem;font-weight:700}.profile p{color:#6c757d}.footer{text-align:center;padding:2rem;border-radius:1rem;margin-top:2rem}.footer h5{font-weight:500}.section{background:#fff;padding:3rem 2rem;box-shadow:0 6px 20px #00000014;margin-bottom:3rem}.section h2{font-size:2rem;margin-bottom:2rem;text-align:center;position:relative}.section h2:after{content:"";width:60px;height:3px;background:#000;display:block;margin:.5rem auto 0;border-radius:5px}.card{border:none;text-align:center;border-radius:1rem;overflow:hidden;box-shadow:0 4px 15px #00000014;transition:transform .25s ease,box-shadow .25s ease}.card:hover{transform:translateY(-8px);box-shadow:0 6px 20px #0000001f}.card-body{padding:1.5rem}.card-title{font-size:1.1rem;font-weight:600}.card-text{color:#6c757d;font-size:.95rem;min-height:50px}.repo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(520px,1fr));gap:1.5rem}.btn-custom{display:inline-block;padding:.5rem 1rem;border-radius:8px;background:#280137;color:#fff;font-weight:500;transition:background .3s ease,transform .2s ease;text-decoration:none}.btn-custom:hover{background:#2e2e2e;transform:translateY(-2px)}.courses-page{display:flex;align-items:center;justify-content:center;background:#f9fafb}.courses-container{width:100%;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 8px 24px #0000001a;padding:2rem}.courses-header{text-align:center;margin-bottom:2rem}.courses-header h1{font-size:2rem;font-weight:800}.courses-header p{margin-top:.5rem;font-size:.875rem;color:#4b5563}.courses-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.courses-grid{grid-template-columns:1fr 1fr 1fr}}.course-card{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:.75rem;border:1px solid #f3f4f6;transition:box-shadow .3s}.course-card:hover{box-shadow:0 4px 12px #00000014}.course-icon{flex:none;width:3.5rem;height:3.5rem;display:grid;place-items:center;font-size:1.5rem;background:#f3f4f6;border-radius:.5rem}.course-info{flex:1}.course-header{display:flex;justify-content:space-between;align-items:baseline}.course-header h2{font-weight:600}.course-header span{font-size:.875rem;color:#6b7280}.course-bar-bg{margin-top:.5rem;height:.75rem;width:100%;background:#e5e7eb;border-radius:9999px;overflow:hidden}.course-bar{height:100%;border-radius:9999px;background:linear-gradient(90deg,#280137,#5f2078)}.course-tags{margin-top:.5rem;display:flex;gap:.5rem;font-size:.75rem;color:#6b7280}.course-tags span{padding:.25rem .5rem;border:1px solid #d1d5db;border-radius:9999px}.skills-container{min-height:50vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#280137;color:#fff;padding:2rem;text-align:center}.skills-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;background:linear-gradient(to right,#c543f8,#9733be);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.skills-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.skill-card{background:#ffffff14;border:2px solid rgba(255,255,255,.15);border-radius:1.5rem;width:300px;height:120px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .1s ease-in-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 20px #0006}.skill-card:hover{background:#ffffff26;border-color:#9733be;box-shadow:0 12px 30px #0009}
