.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0f0529cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;padding:1rem 0}.header.scrolled{background:#0f0529f2;box-shadow:0 4px 20px #9e72c333}.header-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--purple-light),var(--purple-vibrant));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:pointer;transition:transform .3s ease}.logo:hover{transform:scale(1.1)}.nav{display:flex;gap:2rem}.nav a{color:var(--text-light);text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--purple-vibrant);transition:width .3s ease}.nav a:hover{color:var(--purple-light)}.nav a:hover:after{width:100%}.mobile-menu-btn{display:none;background:none;border:none;color:var(--text-light);font-size:1.5rem;cursor:pointer;z-index:1001}@media(max-width:768px){.mobile-menu-btn{display:block}.nav{position:fixed;top:0;right:-100%;height:100vh;width:250px;background:var(--purple-very-dark);flex-direction:column;padding:80px 30px;transition:right .3s ease;box-shadow:-5px 0 20px #00000080}.nav.open{right:0}.nav a{font-size:1.2rem;padding:10px 0}}.scroll-progress-container{position:fixed;top:0;left:0;width:100%;height:4px;background:#0f05294d;z-index:9999}.scroll-progress-bar{height:100%;background:linear-gradient(90deg,var(--purple-light),var(--purple-vibrant),var(--purple-medium));transition:width .1s ease;box-shadow:0 0 10px #9e72c380}.section-divider{width:100%;height:120px;color:#0f05294d;margin:-60px 0;position:relative;z-index:1}.section-divider svg{width:100%;height:100%;display:block}.section-divider.wave{animation:waveMove 20s ease-in-out infinite}@keyframes waveMove{0%,to{transform:translate(0)}50%{transform:translate(-50px)}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding-top:80px;overflow:hidden}.storyline-intro{position:absolute;top:0;left:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background:var(--purple-very-dark);z-index:100}.storyline-content{text-align:center;position:relative;min-height:200px;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:20px;box-sizing:border-box}.storyline-text{position:relative;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;background:linear-gradient(135deg,var(--purple-light),var(--purple-vibrant),var(--white));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:normal;word-wrap:break-word;margin:0;padding:0 20px;width:100%;max-width:100%;text-align:center;line-height:1.2;overflow:visible;display:block}.storyline-dots{position:absolute;bottom:-60px;left:50%;transform:translate(-50%);display:flex;gap:12px}.storyline-dots span{width:12px;height:12px;border-radius:50%;background:#9e72c34d;transition:all .3s ease}.storyline-dots span.active{background:var(--purple-vibrant);transform:scale(1.3);box-shadow:0 0 20px #9e72c399}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{position:relative}.hero-name{font-size:4rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,var(--purple-light),var(--purple-vibrant),var(--white));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.hero-title{font-size:1.5rem;font-weight:400;margin-bottom:1.5rem;color:var(--text-gray)}.hero-description{font-size:1.1rem;line-height:1.8;margin-bottom:2rem;color:var(--text-gray)}.hero-languages{margin-bottom:2rem;padding:1.5rem;background:#9e72c314;border:1px solid rgba(158,114,195,.2);border-radius:15px}.languages-title{font-size:1.1rem;font-weight:600;color:var(--purple-light);margin-bottom:1rem}.languages-list{display:flex;flex-direction:column;gap:.75rem}.language-item{font-size:.95rem;color:var(--text-gray);padding-left:1.5rem;position:relative;line-height:1.6}.language-item:before{content:"•";position:absolute;left:0;color:var(--purple-vibrant);font-weight:700;font-size:1.2rem}.hero-icons{display:flex;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.icon-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;background:#9e72c31a;border:1px solid rgba(158,114,195,.3);border-radius:15px;cursor:pointer;transition:all .3s ease;min-width:100px}.icon-card svg{font-size:2rem;color:var(--purple-light)}.icon-card span{font-size:.9rem;color:var(--text-gray);font-weight:500}.hero-contact{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}.contact-item{display:flex;align-items:center;gap:.5rem;color:var(--text-light);text-decoration:none;padding:.75rem 1.5rem;background:#9e72c31a;border:1px solid rgba(158,114,195,.3);border-radius:30px;transition:all .3s ease;font-size:.95rem}.contact-item:hover{background:#9e72c333;border-color:var(--purple-light);box-shadow:0 5px 15px #9e72c34d}.hero-location{color:var(--text-gray);font-size:1rem;margin-bottom:2rem}.scroll-down-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,var(--purple-vibrant),var(--purple-medium));border:none;border-radius:50px;color:var(--white);font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 5px 20px #9e72c366;transition:all .3s ease}.scroll-down-btn:hover{box-shadow:0 8px 30px #9e72c399}.scroll-down-btn .bounce{animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.hero-visual{position:relative;height:500px}.gradient-orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.6}.orb-1{width:300px;height:300px;background:var(--purple-light);top:0;left:0}.orb-2{width:250px;height:250px;background:var(--purple-vibrant);top:150px;right:0}.orb-3{width:200px;height:200px;background:var(--purple-medium);bottom:0;left:50%;transform:translate(-50%)}@media(max-width:968px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-visual{display:none}.hero-name{font-size:3rem}.hero-contact,.hero-icons{justify-content:center}}@media(max-width:968px){.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-visual{display:none}.hero-name{font-size:clamp(2rem,8vw,3rem)}.hero-title{font-size:clamp(1.1rem,3vw,1.5rem)}.hero-description{font-size:clamp(.95rem,2.5vw,1.1rem)}}@media(max-width:768px){.storyline-text{font-size:clamp(1.5rem,6vw,2.5rem);white-space:normal;word-break:break-word;padding:0 15px}.storyline-content{min-height:150px;padding:15px}.hero-name{font-size:clamp(1.8rem,7vw,2.5rem)}.hero-title{font-size:clamp(1rem,3vw,1.2rem)}.hero-description{font-size:clamp(.9rem,2.5vw,1rem)}.contact-item{font-size:.85rem;padding:.6rem 1.2rem}.icon-card{padding:1rem;min-width:80px}.icon-card svg{font-size:1.5rem}.hero-languages{padding:1.2rem}.languages-title{font-size:1rem}.language-item{font-size:.9rem}}.work-experience{background:#0f05294d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--purple-light),var(--purple-vibrant),var(--purple-medium));border-radius:2px;animation:timelineGrow 2s ease}@keyframes timelineGrow{0%{height:0}to{height:100%}}.timeline-item{position:relative;margin-bottom:3rem;padding-left:3rem}.timeline-marker{position:absolute;left:-1.5rem;top:.5rem;width:50px;height:50px;border-radius:50%;background:var(--purple-vibrant);border:4px solid var(--purple-very-dark);display:flex;align-items:center;justify-content:center;z-index:1;cursor:pointer;transition:all .3s ease}.timeline-marker:hover{background:var(--purple-light);transform:scale(1.2)}.timeline-icon{font-size:1.5rem}.timeline-content{background:#9e72c31a;border:1px solid rgba(158,114,195,.2);border-radius:15px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.timeline-content:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(158,114,195,.1),transparent);transition:left .5s ease}.timeline-content:hover:before{left:100%}.timeline-content:hover{background:#9e72c326;border-color:var(--purple-light);box-shadow:0 10px 30px #9e72c333}.job-title{font-size:1.5rem;font-weight:600;color:var(--purple-light);margin-bottom:.5rem}.company-name{font-size:1.2rem;font-weight:500;color:var(--text-light);margin-bottom:.5rem}.job-period{font-size:.95rem;color:var(--text-gray);margin-bottom:1rem;font-style:italic}.job-description{list-style:none;padding:0}.job-description li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--text-gray);line-height:1.6}.job-description li:before{content:"▸";position:absolute;left:0;color:var(--purple-vibrant);font-weight:700;font-size:1.2rem}.ccu-tester-button{margin-top:.75rem;padding:.45rem .95rem;border-radius:999px;border:none;background:linear-gradient(135deg,#b892ff,#8b5bf6);color:#0d071a;font-size:.8rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem;box-shadow:0 10px 24px #895ef861,0 0 0 1px #ffffff0a;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.ccu-tester-button:before{content:"🧪"}.ccu-tester-button:hover{transform:translateY(-1px);filter:brightness(1.05);box-shadow:0 14px 30px #895ef873,0 0 0 1px #ffffff0f}.ccu-tester-button:active{transform:translateY(0);box-shadow:0 8px 18px #895ef852,0 0 0 1px #ffffff0d}.ccu-certificate-button{margin-top:.75rem;margin-left:.5rem;padding:.45rem .95rem;border-radius:999px;border:1px solid var(--purple-vibrant);background:#9e72c31a;color:var(--purple-light);font-size:.8rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem;transition:all .3s ease;font-family:inherit}.ccu-certificate-button:hover{background:var(--purple-vibrant);color:#fff;box-shadow:0 8px 20px #9e72c380}@media(max-width:768px){.ccu-tester-button,.ccu-certificate-button{display:block;width:100%;margin-left:0;margin-top:.5rem;text-align:center}}@media(max-width:768px){.timeline{padding-left:1.5rem}.timeline-item{padding-left:2rem}.timeline-marker{left:-1rem;width:40px;height:40px}.timeline-icon{font-size:1.2rem}.timeline-content{padding:1.5rem}.job-title{font-size:1.3rem}.company-name{font-size:1.1rem}}.phishing-modal-backdrop{position:fixed;inset:0;background:#0a0814bf;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);overflow-y:auto;padding:20px}.phishing-modal-backdrop::-webkit-scrollbar{width:8px}.phishing-modal-backdrop::-webkit-scrollbar-thumb{background:#9e72c34d;border-radius:4px}.phishing-modal{width:calc(100% - 40px);max-width:480px;max-height:80vh;background:linear-gradient(135deg,#130b24,#1c1234);border-radius:16px;padding:18px;box-shadow:0 22px 50px #000000b3,0 0 0 1px #ffffff0a;color:#f9f5ff;margin:auto;position:relative;overflow-y:auto;align-self:center;display:flex;flex-direction:column;flex-shrink:0}.phishing-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;flex-shrink:0}.phishing-modal-header h3{font-size:1.1rem;font-weight:600;letter-spacing:.03em}.phishing-modal-close{background:transparent;border:none;color:#e2d7ff;font-size:1.1rem;cursor:pointer;padding:4px;border-radius:999px;transition:background .15s ease,transform .15s ease}.phishing-modal-close:hover{background:#ffffff14;transform:scale(1.05)}.phishing-modal-subtitle{font-size:.8rem;color:#c9b9f5;margin-bottom:10px;line-height:1.35;flex-shrink:0}.phishing-modal-label{display:flex;flex-direction:column;gap:6px;font-size:.8rem;color:#dcd1ff;margin-bottom:8px;flex-shrink:0}.phishing-modal-input{padding:9px 11px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#050210e6;color:#f9f5ff;font-size:.88rem;outline:none;width:100%;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.phishing-modal-input::placeholder{color:#7f6aaf}.phishing-modal-input:focus{border-color:#b892ff;box-shadow:0 0 0 1px #b892ff80;background:#0a041ef2}.phishing-modal-button{margin-top:2px;width:100%;padding:9px 12px;border-radius:999px;border:none;background:linear-gradient(135deg,#b892ff,#8b5bf6);color:#130b24;font-weight:600;font-size:.9rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 12px 24px #895ef866,0 0 0 1px #fcfcff14;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease;flex-shrink:0}.phishing-modal-button:hover{transform:translateY(-1px);box-shadow:0 16px 30px #895ef880,0 0 0 1px #fcfcff24;filter:brightness(1.05)}.phishing-modal-button:active{transform:translateY(0);box-shadow:0 8px 18px #895ef859,0 0 0 1px #fcfcff1f}.phishing-modal-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.phishing-modal-button:disabled:hover{transform:none;filter:none}.phishing-modal-result{margin-top:8px;padding:8px 10px;border-radius:12px;font-size:.8rem;line-height:1.4}.phishing-modal-result.legitimate{background:#1d935c2e;border:1px solid rgba(95,250,180,.4)}.phishing-modal-result.phishing{background:#ca4c5d2e;border:1px solid rgba(255,140,160,.5)}.phishing-modal-result-label{font-weight:600;margin-bottom:4px}.phishing-modal-result-label span{font-weight:700}.phishing-modal-result.legitimate .phishing-modal-result-label span{color:#6dfac0}.phishing-modal-result.phishing .phishing-modal-result-label span{color:#ff94aa}.phishing-modal-result-explanation{color:#f9f1ff}.phishing-modal-disclaimer{margin-top:6px;font-size:.75rem;color:#c8b9f5;opacity:.85}.phishing-modal-loading{margin:6px 0;text-align:center;color:#c9b9f5;font-size:.8rem;flex-shrink:0;min-height:50px;display:flex;align-items:center;justify-content:center}.phishing-spinner{width:32px;height:32px;border:3px solid rgba(184,146,255,.2);border-top-color:#b892ff;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 8px}@keyframes spin{to{transform:rotate(360deg)}}.phishing-error{margin:8px 0;padding:8px 10px;background:#ca4c5d26;border:1px solid rgba(255,140,160,.4);border-radius:10px;color:#ff94aa;font-size:.8rem;text-align:center;line-height:1.4}.phishing-retry-button{margin-top:8px;padding:6px 14px;background:#b892ff33;border:1px solid rgba(184,146,255,.4);border-radius:6px;color:#e2d7ff;font-size:.8rem;cursor:pointer;transition:all .2s ease}.phishing-retry-button:hover{background:#b892ff4d;border-color:#b892ff99}.phishing-modal-input:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.phishing-modal{max-height:65vh;width:calc(100% - 20px);padding:16px}.phishing-modal-header h3{font-size:1rem}}.certificate-modal-backdrop{position:fixed;inset:0;background:#0a0814d9;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow-y:auto;padding:20px;scroll-behavior:smooth;scroll-snap-type:y mandatory}.certificate-modal-backdrop::-webkit-scrollbar{width:8px}.certificate-modal-backdrop::-webkit-scrollbar-thumb{background:#9e72c34d;border-radius:4px}.certificate-modal{width:90%;max-width:900px;max-height:85vh;background:linear-gradient(135deg,#130b24,#1c1234);border-radius:18px;padding:0;box-shadow:0 22px 50px #000000b3,0 0 0 1px #ffffff0a;color:#f9f5ff;display:flex;flex-direction:column;overflow:hidden;margin:auto;position:relative;align-self:center;scroll-snap-align:center;flex-shrink:0}.certificate-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.1)}.certificate-modal-header h3{font-size:1.2rem;font-weight:600;letter-spacing:.03em;color:var(--purple-light);margin:0}.certificate-modal-close{background:transparent;border:none;color:#e2d7ff;font-size:1.2rem;cursor:pointer;padding:8px;border-radius:999px;display:flex;align-items:center;justify-content:center;transition:background .15s ease,transform .15s ease}.certificate-modal-close:hover{background:#ffffff1a;transform:scale(1.1)}.certificate-modal-content{flex:1;overflow:hidden;position:relative;min-height:500px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;outline:none}.certificate-iframe{width:100%;height:100%;min-height:500px;border:none;background:#fff;pointer-events:auto;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.certificate-iframe::-webkit-scrollbar{display:none}.certificate-modal-content:before{content:"";position:absolute;top:0;left:0;right:0;height:60px;z-index:1;pointer-events:none;background:linear-gradient(to bottom,rgba(19,11,36,.3),transparent)}@media(max-width:768px){.certificate-modal{width:95%;max-height:95vh}.certificate-modal-header{padding:16px 20px}.certificate-modal-header h3{font-size:1rem}.certificate-modal-content,.certificate-iframe{min-height:400px}}.projects{background:#0f052933;position:relative;overflow:hidden}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.project-card{background:#9e72c31a;border:1px solid rgba(158,114,195,.2);border-radius:20px;padding:2.5rem;transition:all .3s ease;position:relative;overflow:hidden;cursor:pointer}.project-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(158,114,195,.1),transparent);transition:left .5s ease}.project-card:hover:before{left:100%}.project-card:hover{background:#9e72c326;border-color:var(--purple-light);box-shadow:0 20px 50px #9e72c366}.project-icon-wrapper{width:60px;height:60px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;background:#9e72c31a;border-radius:15px;border:1px solid rgba(158,114,195,.3)}.project-icon{font-size:2rem}.project-header{margin-bottom:1rem}.project-title{font-size:1.4rem;font-weight:600;color:var(--purple-light);margin-bottom:.5rem}.project-tech{font-size:.9rem;color:var(--purple-vibrant);font-weight:500}.project-description{color:var(--text-gray);line-height:1.7;font-size:1rem}.project-hover-effect{position:absolute;bottom:0;left:0;width:100%;height:4px;transform-origin:left}@media(max-width:768px){.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card{padding:2rem}.project-title{font-size:1.2rem}.project-icon-wrapper{width:50px;height:50px}.project-icon{font-size:1.5rem}}.education{background:#0f05294d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.education-card{max-width:800px;margin:0 auto;background:#9e72c31a;border:1px solid rgba(158,114,195,.2);border-radius:20px;padding:3rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.education-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(158,114,195,.1) 0%,transparent 70%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.education-card:hover{background:#9e72c326;border-color:var(--purple-light);box-shadow:0 20px 50px #9e72c366}.education-icon{font-size:4rem;color:var(--purple-light);margin-bottom:1.5rem;display:inline-block}.institution-wrapper{display:flex;align-items:center;justify-content:center;gap:1rem;margin:1rem 0}.university-icon{font-size:1.5rem;color:var(--purple-vibrant)}.degree{font-size:1.8rem;font-weight:600;color:var(--purple-light);margin-bottom:1rem;position:relative;z-index:1}.institution{font-size:1.3rem;font-weight:500;color:var(--text-light);position:relative;z-index:1}.education-period{font-size:1.1rem;color:var(--text-gray);font-style:italic;position:relative;z-index:1}@media(max-width:768px){.education-card{padding:2rem 1.5rem}.education-icon{font-size:3rem}.degree{font-size:1.4rem}.institution{font-size:1.1rem}.institution-wrapper{flex-direction:column;gap:.5rem}}.extracurricular{background:#0f052933;position:relative}.activities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.activity-card{background:#9e72c31a;border:1px solid rgba(158,114,195,.2);border-radius:20px;padding:2rem;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.activity-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(158,114,195,.1),transparent);transition:left .5s ease}.activity-card:hover:before{left:100%}.activity-card:hover{background:#9e72c326;border-color:var(--purple-light);box-shadow:0 15px 40px #9e72c34d}.activity-icon-wrapper{width:60px;height:60px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:15px;border:2px solid;transition:all .3s ease}.activity-icon-wrapper svg{font-size:2rem}.activity-title{font-size:1.3rem;font-weight:600;color:var(--purple-light);margin-bottom:.75rem;line-height:1.4}.activity-date{font-size:.95rem;color:var(--purple-vibrant);font-weight:500;margin-bottom:1rem;font-style:italic}.activity-problem{background:#9e72c31a;border-left:3px solid var(--purple-vibrant);padding:1rem;margin-bottom:1rem;border-radius:5px;color:var(--text-gray);line-height:1.6;transition:all .3s ease}.activity-problem strong{color:var(--purple-light)}.activity-achievements{list-style:none;padding:0}.activity-achievements li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--text-gray);line-height:1.6}.activity-achievements li:before{content:"✓";position:absolute;left:0;color:var(--purple-vibrant);font-weight:700;font-size:1.2rem}.activity-certificate{display:inline-flex;align-items:center;justify-content:center;margin-top:1rem;padding:.5rem 1rem;border-radius:999px;border:1px solid var(--purple-vibrant);color:var(--purple-light);font-size:.9rem;font-weight:500;text-decoration:none;background:#9e72c31a;transition:all .3s ease;cursor:pointer;font-family:inherit}.activity-certificate:hover{background:var(--purple-vibrant);color:#fff;box-shadow:0 8px 20px #9e72c380}.expand-indicator{position:absolute;bottom:1rem;right:1.5rem;color:var(--purple-vibrant);font-size:.8rem;transition:all .3s ease;opacity:.5}.activity-card:hover .expand-indicator{opacity:1}@media(max-width:768px){.activities-grid{grid-template-columns:1fr;gap:1.5rem}.activity-card{padding:1.5rem}.activity-title{font-size:1.1rem}.activity-icon-wrapper{width:50px;height:50px}.activity-icon-wrapper svg{font-size:1.5rem}}.footer{background:var(--purple-very-dark);border-top:1px solid rgba(158,114,195,.2);padding:3rem 20px 2rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{text-align:center;margin-bottom:2rem}.footer-name{font-size:2rem;font-weight:700;background:linear-gradient(135deg,var(--purple-light),var(--purple-vibrant));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.footer-tagline{color:var(--text-gray);margin-bottom:2rem;font-size:1.1rem}.footer-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.footer-link{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#9e72c31a;border:1px solid rgba(158,114,195,.3);border-radius:50%;color:var(--text-light);font-size:1.3rem;text-decoration:none;transition:all .3s ease}.footer-link:hover{background:#9e72c333;border-color:var(--purple-light);transform:translateY(-3px) scale(1.1);box-shadow:0 5px 20px #9e72c366;color:var(--purple-light)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(158,114,195,.1);color:var(--text-gray);font-size:.9rem}.footer-bottom p{margin:.5rem 0}.heart-icon{color:var(--purple-vibrant);animation:heartbeat 1.5s ease-in-out infinite;display:inline-block}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media(max-width:768px){.footer{padding:2rem 15px 1.5rem}.footer-name{font-size:1.5rem}.footer-tagline{font-size:1rem}.footer-link{width:45px;height:45px;font-size:1.1rem}}.App{min-height:100vh;width:100%;overflow-x:hidden}section{padding:80px 20px;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center;background:linear-gradient(135deg,var(--purple-light),var(--purple-vibrant));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,var(--purple-light),var(--purple-vibrant));border-radius:2px}@media(max-width:768px){section{padding:60px 15px}.section-title{font-size:2rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--purple-light: #9E72C3;--purple-vibrant: #924DBF;--purple-medium: #7338A0;--purple-dark: #4A2574;--purple-very-dark: #0F0529;--white: #ffffff;--text-light: #f5f5f5;--text-gray: #e0e0e0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,var(--purple-very-dark) 0%,var(--purple-dark) 50%,var(--purple-medium) 100%);color:var(--text-light);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;width:100%;min-height:100vh}html{scroll-behavior:smooth;width:100%;overflow-x:hidden}#root{width:100%;min-height:100vh;overflow-x:hidden}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--purple-very-dark)}::-webkit-scrollbar-thumb{background:var(--purple-medium);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--purple-vibrant)}
