@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");@import url("https://fonts.googleapis.com/css?family=Fjalla+One");:root{--color-orange-950:#4a1c0d;--color-yellow-400:#facc15;--color-yellow-800:#854d0e;--color-orange-400:#fb923c;--color-yellow-300:#fde047;--color-yellow-700:#a16207;--color-orange-950:oklch(.266 .079 36.259);--color-yellow-400:oklch(.852 .199 91.936);--color-yellow-800:oklch(.476 .114 61.907);--color-orange-400:oklch(.75 .183 55.934);--color-yellow-300:oklch(.905 .182 98.111);--color-yellow-700:oklch(.554 .135 66.442)}body1{margin:0;background:#f4f4f4;font-family:'Inter',sans-serif;display:flex;flex-direction:column;align-items:center;padding:40px 20px;box-sizing:border-box}.achievement{display:flex;position:relative;align-items:center;justify-content:center;gap:1rem;padding:.2rem 1.5rem .2rem .5rem;border-radius:3rem;background:linear-gradient(90deg,color-mix(in hsl,var(--color-orange-950) 60%,#000),color-mix(in hsl,var(--color-orange-950) 30%,#000));border:1px solid #555;margin-bottom:40px}.icon-outer-container{position:relative}.icon-inner-container{position:relative;display:grid;place-items:center;width:4.5rem;height:4.5rem;border-radius:50%;background-image:radial-gradient(circle at center,var(--color-yellow-400) 80%,var(--color-yellow-800) 100%);z-index:1;overflow:hidden}.icon1{display:grid;place-items:center;width:2rem;padding:.6rem;border-radius:inherit;background-color:var(--color-orange-400)}.icon1 svg{width:100%;height:100%;color:var(--color-yellow-300);filter:drop-shadow(0 0 2px var(--color-yellow-700))}.spark-container{position:absolute;inset:0;z-index:3}.spark{position:absolute;margin-top:-6px;margin-left:-6px;color:#fff;transform-origin:center center;animation:spark-animation 5s infinite linear both}.spark svg{width:12px;height:12px}.highlight{content:"";position:absolute;inset:0rem;z-index:1;will-change:transform;animation:slide 5s ease-in-out both infinite;background-image:linear-gradient(120deg,transparent 40%,hsla(70,20%,96%,.7) 40%,hsla(70,20%,96%,.7) 44%,transparent 44%,transparent 48%,hsla(70,20%,96%,.7) 48%,hsla(70,20%,96%,.7) 60%,transparent 60%)}.content{display:flex;flex-direction:column;gap:.1rem}.ach-title{font-weight:700;color:#f1c40f}.ach-description{font-size:.8rem;color:#fff}.badge-grid{display:flex;justify-content:center}.badge{position:relative;width:216px}.badge svg{width:100%;height:auto}.title{position:absolute;top:-25px;width:100%;padding:15px 0;text-align:center;font-family:Montserrat,sans-serif;font-weight:700;color:#fff;border-radius:8px 8px 0 0}.bg-red{background:#dc514e}.logo{position:absolute;top:50px;left:50%;transform:translateX(-50%);width:60px;height:60px}.logo img{width:100%;height:100%;object-fit:contain}.text-wrapper{position:absolute;top:120px;width:100%;text-align:center}.subtitle{font-family:Fjalla One,sans-serif;color:#fff}.student-info{color:#fff;font-size:12px}