@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap);:root{--dark-blue:#0d2b53;--blue:#1f4172;--green:#00c48c;--white:#fff;--gray:#999;--text-dark:#0d2b53}*{box-sizing:border-box;margin:0;padding:0}body,html{background:#1f4172;background:var(--blue);color:#0d2b53;color:var(--dark-blue);font-family:Poppins,sans-serif;height:100%}.app{display:flex;flex-direction:column;min-height:100vh}.header{background:#0d2b53;background:var(--dark-blue);font-size:1rem;justify-content:space-between;padding:1.25rem 2rem}.header,.header .logo{align-items:center;color:#fff;color:var(--white);display:flex}.header .logo{font-size:1.25rem;font-weight:600;gap:.5rem;text-decoration:none}.header .desc{font-size:.95rem;opacity:.85}.hero{align-items:center;background:#1f4172;background:var(--blue);display:flex;flex:1 1;justify-content:center;position:relative}.hero.with-blur:before{background:url(/static/media/blurred-users.d1db3b00c37580976d14.png) no-repeat 50%;background-size:cover;content:"";filter:blur(6px);height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.hero .modal{background:#fff;background:var(--white);border-radius:12px;box-shadow:0 8px 24px #00000026;max-width:440px;padding:2.5rem;position:relative;text-align:center;width:100%;z-index:1}.modal .icon{font-size:2.5rem;margin-bottom:1rem}.modal h1{color:#0d2b53;color:var(--dark-blue);font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.modal p{color:#333;font-size:.95rem;margin-bottom:1.5rem}.modal label{display:block;font-size:.9rem;font-weight:500;margin-bottom:1.25rem;text-align:left}.modal input,.modal select{border:1px solid #999;border:1px solid var(--gray);border-radius:8px;font-family:Poppins,sans-serif;font-size:1rem;margin-top:.25rem;padding:.65rem .75rem;width:100%}.modal button{background:linear-gradient(90deg,#0d2b53,#1f4172);border:none;border-radius:8px;color:#fff;color:var(--white);cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:.9rem;width:100%}.modal button:disabled{background:#ccc;cursor:not-allowed}.success-box{background:#d9fbe5;border-radius:8px;color:#2d6a4f;font-size:.9rem;font-weight:500;line-height:1.4;margin-top:1.5rem;padding:1rem;text-align:left}.profile-page{align-items:center;background:#1f4172;background:var(--blue);display:flex;flex:1 1;justify-content:center;padding:2rem}.profile-card{background:#fff;background:var(--white);border-radius:16px;box-shadow:0 6px 20px #0000001f;max-width:500px;overflow:hidden;padding:2.5rem;position:relative;text-align:center;width:100%}.profile-card .banner{display:block;height:180px;object-fit:cover;width:100%}.avatar{border-radius:50%;height:120px;margin-bottom:1rem;object-fit:cover;width:120px}.copy-btn{background:#0d2b53;background:var(--dark-blue);border:none;border-radius:6px;color:#fff;color:var(--white);cursor:pointer;font-size:.85rem;left:1rem;padding:.4rem .75rem;position:absolute;top:1rem}.profile-card h2{font-size:1.5rem;font-weight:600;margin-top:.5rem}.badge{background:#00c48c;background:var(--green);border-radius:6px;color:#fff;display:inline-block;font-size:.85rem;font-weight:500;margin:.75rem auto;padding:.4rem .75rem}.cert-text{color:#333;font-size:.9rem;margin-top:1rem}.cert-list{list-style:none;margin-top:.75rem;padding:0;text-align:left}.cert-list li{align-items:center;display:flex;font-size:.95rem;justify-content:space-between;padding:.5rem 0}.cert-list .icon{margin-right:.5rem}.verified{color:#00c48c;color:var(--green);font-size:.85rem;font-weight:600}.socials{margin-top:1.5rem}.socials a{color:#0d2b53;color:var(--dark-blue);font-size:1.25rem;margin:0 .4rem;text-decoration:none}.footer{background:#0d2b53;background:var(--dark-blue);color:#fff;color:var(--white);font-size:.9rem;padding:1rem;text-align:center}.footer a{color:#00c4ff;text-decoration:none}.profile-page h1{color:#fff;color:var(--white);font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.profile-page p.desc{color:#c2d1ff;font-size:.9rem;margin-bottom:2rem}
/*# sourceMappingURL=main.165baee6.css.map*/