@import"https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800&display=swap";.post-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;transition:transform .2s,box-shadow .2s;cursor:pointer;overflow:hidden;margin-bottom:1.5rem}.post-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0000001f}.post-card-header{padding:.75rem 1rem 0;display:flex;justify-content:flex-start}.love-button{background:transparent;border:none;cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;padding:4px;width:32px;height:32px;border-radius:50%;transition:background-color .3s}.love-button:hover{background-color:#0000000d}.love-button svg{width:24px;height:24px}.post-card-main{display:flex;gap:1.5rem;padding:0 1rem 1rem}.post-card-main .post-image-wrapper{flex:0 0 40%!important;height:250px;overflow:hidden;border-radius:8px;position:relative}.post-card-main .post-image{width:100%;height:100%;object-fit:cover}.post-image.animate-image{animation:slideUpPauseRightReset 5s ease-in-out infinite}@keyframes slideUpPauseRightReset{0%{transform:translateY(100%) translate(0)}25%{transform:translateY(0) translate(0)}75%{transform:translateY(0) translate(0)}87.5%{transform:translateY(0) translate(100%)}93.75%{transform:translateY(100%) translate(100%)}to{transform:translateY(100%) translate(0)}}.heart{position:absolute;font-size:2rem;pointer-events:none;animation:floatHeart 1s ease-out forwards;transform:translate(-50%,-50%)}@keyframes floatHeart{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-150%) scale(1.5)}}.post-card-main .post-content{flex:1;display:flex;flex-direction:column;min-width:0}.post-card-main .post-content h3{margin:0 0 .5rem;font-size:1.3rem;color:#1a1e24}.post-card-main .excerpt{color:#5b6876;line-height:1.5;margin-bottom:.5rem;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.post-card-main .post-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.post-card-main .action-buttons{display:flex;gap:.8rem}.post-card-main .external-link-btn{background-color:#1a1e24;color:#fff;padding:.4rem 1rem;border-radius:30px;text-decoration:none;font-size:.85rem;font-weight:600;transition:background-color .2s;border:none;cursor:pointer}.post-card-main .external-link-btn:hover{background-color:#8b4513}.post-card-main .share-btn{background-color:transparent;border:1px solid #1a1e24;color:#1a1e24;padding:.4rem 1rem;border-radius:30px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.post-card-main .share-btn:hover{background-color:#1a1e24;color:#fff}.post-card-main .timestamp{color:#95a5a6;font-size:.85rem}.post-card-main.image-right .post-image-wrapper{order:1}.post-card-main.image-left .post-image-wrapper{order:2}.post-card-main.image-left .post-content{margin-left:1rem}@media(max-width:600px){.post-card-main .post-image-wrapper,.post-card-main .post-content{order:0!important}.post-card-main{flex-direction:column}.post-card-main .post-image-wrapper{flex:0 0 auto;width:100%;height:200px}.post-card-main.image-left .post-content{margin-left:0}.post-card-main .post-footer{flex-direction:column;align-items:flex-start;gap:.5rem}}.tour-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.tour-overlay-content{background:transparent;max-width:900px;width:90%;max-height:90vh;overflow-y:auto;padding:1rem}.tour-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;color:#fff;font-size:1.2rem}.tour-lightbulb{background:#fff3;padding:.3rem 1rem;border-radius:30px;font-weight:600}.tour-close{background:transparent;border:none;color:#fff;font-size:1.8rem;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.tour-close:hover{background-color:#fff3}.tour-card-wrapper{margin-bottom:1rem}.tour-card-wrapper .post-card{max-width:100%;background:#fff;border-radius:12px}.tour-navigation{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:1rem}.tour-nav-btn{background:#fff;border:none;padding:.6rem 1.5rem;border-radius:30px;font-weight:600;cursor:pointer;transition:background-color .2s,opacity .2s}.tour-nav-btn:hover:not(:disabled){background-color:#8b4513;color:#fff}.tour-nav-btn:disabled{opacity:.5;cursor:not-allowed}.tour-counter{color:#fff;font-weight:600}body{margin:0;padding:0}.navbar{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:clamp(.75rem,2vw,1rem) clamp(1rem,4vw,2rem);background-color:#fff;box-shadow:0 2px 8px #00000014;z-index:1000;transition:box-shadow .2s}.navbar-brand{display:flex;align-items:center;gap:.5rem}.logo-icon{width:30px;height:30px}@media(prefers-reduced-motion:reduce){.logo-icon{animation:none}}.nav-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-links li{position:relative}.nav-links li:not(:last-child):after{content:"";position:absolute;right:-1rem;top:50%;transform:translateY(-50%);height:20px;width:1px;background-color:#ddd}.nav-links li a{text-decoration:none;color:#333;font-weight:500;font-size:1rem;transition:color .2s ease;padding:.5rem 0;display:inline-block}.nav-links li a:hover{color:#8b4513}.nav-links li a.active{background:none!important;color:#8b4513;font-weight:600}.hamburger{display:none;background:none;border:none;font-size:2rem;cursor:pointer;color:#333;z-index:1100;padding:.5rem;line-height:1;transition:color .2s;touch-action:manipulation}.hamburger:hover{color:#8b4513}@media(max-width:768px){.hamburger{display:block}.nav-links{position:fixed;top:0;right:-100%;width:min(80%,300px);height:100vh;background-color:#fff;box-shadow:-4px 0 12px #00000026;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:right .3s ease-in-out;z-index:1050;padding:2rem 1rem;margin:0;list-style:none}.nav-links.open{right:0}.nav-links li:not(:last-child):after{display:none}.nav-links li a{font-size:1.2rem;padding:.75rem 1.5rem;width:100%;text-align:center;border-radius:4px}F .nav-links li a:active{background:none!important;background-color:#f0f0f0}body.menu-open:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1040;transition:opacity .3s}body.menu-open{overflow:hidden}}@media(max-width:480px){.navbar{padding:.6rem 1rem}.logo-icon{font-size:1.6rem}.brand-name{font-size:1.1rem}.hamburger{font-size:1.8rem}.nav-links{width:85%;gap:1.5rem}.nav-links li a{font-size:1.1rem;padding:.6rem 1rem}}@media(max-width:768px)and (orientation:landscape){.nav-links{justify-content:flex-start;padding:3rem 1rem;gap:1rem}.nav-links li a{font-size:1rem;padding:.4rem 1rem}}.nav-links li a.active{background-color:#8b45131a;border-radius:4px}@media(min-width:1440px){.navbar{padding:1rem calc((100vw - 1400px)/2)}}html,body{margin:0;padding:0;width:100%;font-family:Mulish,sans-serif}.footer{background:#fffffff2;color:#000;padding:4rem 2rem 2rem;width:100%;margin-top:auto;box-sizing:border-box}.footer-container{max-width:1200px;margin:0 auto}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(0,0,0,.1)}.footer-left{flex:1;min-width:280px}.footer-logo{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#000}.footer-logo .logo-icon{font-size:1.8rem;animation:spin 7s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.footer-tagline{font-size:1rem;color:#000;line-height:1.6;max-width:400px}.footer-right{display:flex;gap:3rem;flex-wrap:wrap}.footer-column{min-width:150px}.footer-column-title{font-size:1.1rem;font-weight:600;margin-bottom:1.2rem;color:#000}.footer-links-group{display:flex;flex-direction:column;gap:.8rem}.footer-link{color:#000;text-decoration:none;transition:all .2s;font-size:.95rem}.footer-link:hover{color:#8b4513;transform:translate(5px)}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding-top:2rem}.social-icons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.social-icon{width:40px;height:40px;border-radius:50%;background:#0000000d;display:flex;align-items:center;justify-content:center;color:#000;transition:all .3s;text-decoration:none}.social-icon:hover{background:#8b4513;color:#fff;transform:translateY(-3px)}.social-icon svg{width:20px;height:20px}.footer-copyright{color:#000;font-size:.9rem;text-align:center;word-break:break-word;max-width:100%;padding:0 .5rem}@media(max-width:1024px){.footer-right{gap:2rem}.footer-column{min-width:130px}}@media(max-width:768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-top{flex-direction:column;align-items:center;text-align:center;gap:2.5rem}.footer-left{display:flex;flex-direction:column;align-items:center;min-width:100%}.footer-tagline{margin:0 auto}.footer-right{justify-content:center;width:100%;gap:2rem}.footer-column{min-width:140px;text-align:center}.footer-links-group{align-items:center}}@media(max-width:480px){.footer{padding:2.5rem 1rem 1.5rem}.footer-top{gap:2rem}.footer-right{flex-direction:column;align-items:center;gap:1.5rem}.footer-column{min-width:auto;width:100%;max-width:240px;padding:0!important;text-align:center}.footer-column-title{font-size:1rem;margin-bottom:1rem}.footer-links-group{align-items:center}.social-icons{gap:1rem}.social-icon{width:36px;height:36px}.social-icon svg{width:18px;height:18px}.footer-copyright{font-size:.8rem;padding:0 .25rem}}@media(max-width:360px){.footer{padding:2rem .75rem 1rem}.social-icon{width:32px;height:32px}.footer-copyright{font-size:.75rem}}body{overflow-x:hidden;margin:0;padding:0}.about-ctaa{display:inline-block;background:#1a1e24;color:#fff;padding:clamp(.7rem,2vw,.8rem) clamp(2rem,5vw,2.5rem);border-radius:40px;font-weight:600;font-size:clamp(.9rem,3vw,1rem);text-decoration:none;transition:transform .2s,box-shadow .2s,background-color .2s;margin-top:1rem;border:none;cursor:pointer;touch-action:manipulation}.button-group{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.about-ctaa:hover{background-color:#2d81e1;transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.background-wrapper{position:relative;overflow:hidden;background-attachment:fixed;background-color:#fff;padding-bottom:clamp(3rem,8vw,5rem)}.background-wrapper:before{content:"";position:absolute;bottom:-150px;left:-150px;width:min(500px,80vw);height:min(500px,80vw);border-radius:50%;border:80px solid rgba(78,205,196,.4);z-index:0;pointer-events:none}.background-wrapper:after{content:"";position:absolute;bottom:10%;right:-100px;width:min(350px,60vw);height:min(350px,60vw);background:linear-gradient(135deg,rgba(255,107,107,.5),transparent);border-radius:50%;z-index:0;pointer-events:none;clip-path:ellipse(50% 50% at 50% 50%)}.shape-triangle{position:absolute;top:2%;right:2%;width:min(250px,40vw);height:min(250px,40vw);background:#ffe66d80;clip-path:polygon(0% 0%,100% 0%,100% 100%);z-index:0;pointer-events:none;filter:blur(5px)}.section-intro,.content-below-hero{position:relative;z-index:1}.section-intro{text-align:center;max-width:800px;margin:2rem auto 1rem;padding:0 clamp(1rem,4vw,2rem)}.section-intro h2{font-size:clamp(1.8rem,5vw,2.5rem);font-weight:600;color:#1a1e24;margin-bottom:1rem}.section-intro p{font-size:clamp(1rem,3vw,1.2rem);color:#5b6876;line-height:1.6}.hero{height:100vh;width:100%;overflow:hidden;background-color:#fff;color:#000;border-bottom:1px solid #eaeef2;box-shadow:0 8px 20px #00000059}.hero .grid{margin-top:50px;display:grid;grid-template-columns:1fr minmax(300px,40%) 1fr;height:100%;width:100%}.leftColumn{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 clamp(1.5rem,5vw,4rem) 30vh clamp(1.5rem,5vw,4rem);transition:filter .3s ease;background-color:#fff}.leftColumn.blur{filter:blur(4px)}.name{font-size:clamp(1.8rem,5vw,2.5rem);font-weight:800;margin:0 0 1rem;line-height:1.2;text-align:left}.title{font-size:clamp(1.2rem,3.5vw,1.5rem);opacity:.8;margin:0 0 2rem;font-weight:300;text-align:left}.cta{background:#fff!important;padding:.75rem clamp(1.5rem,4vw,2rem);color:#000;font-size:clamp(.9rem,2.5vw,1rem);cursor:pointer;border-radius:30px;border:1px solid rgba(0,0,0,.1);transition:background .3s,color .2s;font-weight:500;touch-action:manipulation}.cta:hover{background:#80808056!important;color:#0a0a0a}.imageContainer{position:relative;height:100%;width:100%;overflow:hidden;background-color:#2a2a2a}.image{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.25);transform-origin:center}.imageOverlay{position:absolute;top:0;width:50%;height:100%;background-color:#0000004d;opacity:0;transition:opacity .3s ease;pointer-events:none}.leftOverlay{left:0}.rightOverlay{left:50%}.imageOverlay.active{opacity:1}.rightSpacer{display:flex;align-items:center;justify-content:center;padding:0 1.5rem 30vh 1.5rem;transition:filter .3s ease}.name2{font-size:clamp(2rem,5vw,3rem);font-weight:800;margin:0;text-align:center}.spacer-subtitle{font-size:.9rem;opacity:.7;margin:.5rem 0 1rem;letter-spacing:1px;text-transform:uppercase;text-align:center}.spacer-divider{width:30%;height:2px;background:#000;margin:1rem auto}.spacer-skills{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.spacer-skills li{background:#ffffff1a;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:400}.spacer-note{font-size:clamp(.9rem,2.5vw,1rem);color:#000000ec;line-height:1.6;margin-top:1.5rem;text-align:center;max-width:250px;margin-left:auto;margin-right:auto;opacity:.8}.rightSpacer.blur .spacer-content{filter:blur(2px);opacity:.9}.content-below-hero{padding:clamp(2rem,6vw,4rem) clamp(1rem,4vw,2rem);background:transparent}.top-row{display:flex;max-width:1200px;margin-left:auto;margin-right:auto;gap:1.5rem}.top-row .card{flex:1;min-width:0}.grid-layout{display:grid;grid-template-columns:repeat(3,1fr);max-width:1200px;margin:1.5rem auto 0;gap:1.5rem}.card{background:#fff;padding:clamp(1.2rem,3vw,1.8rem) clamp(1rem,2.5vw,1.5rem);box-shadow:0 5px 15px #00000008;transition:box-shadow .2s ease,border-color .2s;display:flex;flex-direction:column;border-radius:8px;height:100%}.card:hover{box-shadow:0 15px 30px #0000000d;border-color:#d0d9e0}.card-a{display:grid;grid-template-columns:1fr 1.5fr;gap:1rem;align-items:center;background:#fff}.card-a .image-div{height:100%;display:flex;align-items:center;justify-content:center}.card-a .image-div img{width:100%;height:auto;max-width:100%;object-fit:contain}.card-b{background-color:#98a2ac;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:2px solid white}.card-b .card-desc{color:#fff;font-size:clamp(1.3rem,3.5vw,1.7rem);line-height:1.5;margin:0}.card-c{background-color:#ffaa00e5;display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:center}.card-c .card-desc,.card-c .card-tech{color:#fff}.card-c .card-link{color:#8b4513}.card-c>div:first-child img{width:auto;height:100%;max-width:100%;object-fit:contain}.card-c>div:first-child{align-self:start}.card-c>div:last-child{align-self:center}.card-d{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;height:100%}.card-d .card-badge{margin-bottom:1.5rem}.card-d .card-title{font-size:clamp(1.4rem,4vw,1.8rem);margin-bottom:1rem}.card-d .card-desc{max-width:90%;margin-left:auto;margin-right:auto}.card-e{grid-row:span 2;background-color:#800080e0!important;color:#fff;text-align:center;align-items:center;justify-content:center;border:none;height:100%;min-height:400px}.cta-title{font-size:clamp(1.8rem,5vw,2.2rem);font-weight:300;margin-bottom:1.5rem;color:#fff}.cta-button{display:inline-block;background:#fff;color:#0a0a0a;padding:.8rem clamp(1.5rem,4vw,2.5rem);border-radius:40px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;font-size:clamp(.9rem,2.5vw,1rem)}.cta-button:hover{transform:scale(1.02);box-shadow:0 10px 20px #ffffff26}.card-utility{text-align:center;justify-content:center;align-items:center;background:#fafafa;padding:1.5rem .8rem}.card-f{background:#fafafa}.card-g{background:#add8e6d0!important}.card-emoji{font-size:2.5rem;margin-bottom:.3rem}.card-utility h4{font-size:1.2rem;margin:.5rem 0 .25rem;color:#333}.card-link{color:#4a90e2;text-decoration:none;font-weight:600;font-size:.95rem;display:inline-flex;align-items:center;gap:.3rem;border-bottom:2px solid transparent;transition:border-color .2s;align-self:center;margin-top:.5rem}.card-link:hover{border-bottom-color:#4a90e2}.card-link:after{content:"→";font-size:1.2rem;line-height:1}.card-badge{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#4a90e2;background:#4a90e21a;padding:.3rem .8rem;border-radius:30px;margin-bottom:1rem;align-self:flex-start}.card-title{font-size:clamp(1.4rem,4vw,1.8rem);font-weight:500;margin:0 0 .75rem;color:#1a1e24;line-height:1.2}.card-desc{color:#5b6876;line-height:1.5;margin-bottom:1rem;font-size:clamp(.85rem,2.5vw,.95rem);flex:1}.card-tech{font-size:.85rem;color:#7a8b9b;margin-bottom:1.25rem}@media(max-width:1024px){.hero .grid{grid-template-columns:1fr 1.2fr 1fr}.top-row,.grid-layout{max-width:95%;gap:1rem}.grid-layout{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.hero .grid{grid-template-columns:1fr;grid-template-rows:auto auto auto;height:auto}.hero{margin-top:4rem;height:auto;min-height:100vh}.leftColumn{padding:4rem 2rem 1rem;align-items:center;text-align:center}.name,.title{text-align:center}.imageContainer{height:700px}.image{transform:scale(1.5)}.rightSpacer{padding:3rem 2rem 5rem;text-align:center}.top-row{flex-direction:column;height:auto!important;gap:1.5rem}.grid-layout{grid-template-columns:1fr;gap:1.5rem}.card-a,.card-c{grid-template-columns:1fr;text-align:center}.card-c>div:first-child{justify-self:center}.card-e{grid-row:span 1;min-height:300px}.shape-triangle{width:150px;height:150px}}@media(max-width:600px){.leftColumn{padding:3rem 1.5rem 1.5rem}.name{font-size:3rem}.title{font-size:1.2rem}.cta{padding:.6rem 1.8rem;font-size:.9rem}.imageContainer{height:700px}.rightSpacer{padding:2rem 1.5rem 4rem}.name2{font-size:3rem}.spacer-note{max-width:100%;padding:0 1rem}.section-intro h2{font-size:1.8rem}.card-title{font-size:1.4rem}.card-b .card-desc{font-size:1.3rem}.card-d{padding:1.5rem}.image{transform:scale(1.4)}}@media(max-width:400px){.image{transform:scale(1.5)}.leftColumn{padding:2rem 1rem 1rem}.name{font-size:2.5rem}.title{font-size:1rem}.imageContainer{height:450px}.rightSpacer{padding:1.5rem 1rem 3rem}.name2{font-size:2.5rem}.card{padding:1rem}.cta-button{padding:.6rem 1.2rem;font-size:.85rem}.background-wrapper:before{border-width:40px}.card-c{padding:1rem}}@media(max-width:900px)and (orientation:landscape){.hero .grid{grid-template-rows:auto auto}.imageContainer{height:250px}.leftColumn,.rightSpacer{padding:2rem 1rem}}@media(prefers-reduced-motion:reduce){.hero .grid,.card,.cta-button,.imageOverlay{transition:none}}.con{position:relative;overflow:hidden;background-image:radial-gradient(circle at 50% 50%,rgba(78,205,196,.5) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(255,107,107,.5) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(255,230,109,.5) 0%,transparent 50%);background-color:#fff;background-size:250% 100%,250% 100%,250% 100%;background-position:0% 50%,20% 50%,40% 50%;background-repeat:no-repeat;animation:fadeInUp .8s ease forwards,moveGradients 2s infinite alternate ease-in-out;padding-bottom:clamp(3rem,8vw,5rem)}.about-container{display:flex;max-width:1200px;margin:0 auto;padding:clamp(2rem,6vw,5rem) clamp(1rem,4vw,2rem);gap:clamp(2rem,6vw,4rem);align-items:center;position:relative;z-index:1}.about-bio{flex:1}.about-name{font-size:clamp(2.2rem,7vw,3rem);font-weight:700;color:#1a1e24;margin:0 0 .5rem;line-height:1.2}.about-title{font-size:clamp(1.2rem,4vw,1.5rem);color:#8b4513;margin:0 0 1rem;font-weight:300}.about-divider{width:clamp(60px,10vw,80px);height:4px;background:linear-gradient(90deg,#4a90e2,#dd9104);margin:1.5rem 0}.about-text{font-size:clamp(.95rem,3vw,1.1rem);line-height:1.8;color:#5b6876;margin-bottom:1.5rem}.about-stats{display:flex;flex-wrap:wrap;gap:clamp(1rem,4vw,2rem);margin:clamp(1.5rem,4vw,2rem) 0}.stat-item{display:flex;flex-direction:column;min-width:120px}.stat-number{font-size:clamp(1.6rem,5vw,2rem);font-weight:700;color:#1a1e24;line-height:1.2}.stat-label{font-size:clamp(.8rem,2.5vw,.9rem);color:#7a8b9b;text-transform:uppercase;letter-spacing:.5px}.about-cta{display:inline-block;background:#1a1e24;color:#fff;padding:clamp(.7rem,2vw,.8rem) clamp(2rem,5vw,2.5rem);border-radius:40px;font-weight:600;font-size:clamp(.9rem,3vw,1rem);text-decoration:none;transition:transform .2s,box-shadow .2s,background-color .2s;margin-top:1rem;border:none;cursor:pointer;touch-action:manipulation}.about-cta:hover{background-color:#050549c9;transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.about-cta:active{transform:translateY(0)}.skills-section{max-width:1200px;margin:0 auto;padding:clamp(2rem,6vw,4rem) clamp(1rem,4vw,2rem);position:relative;z-index:1}.skills-title{font-size:clamp(2rem,6vw,2.5rem);font-weight:600;color:#1a1e24;text-align:center;margin-bottom:clamp(2rem,5vw,3rem)}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:clamp(1rem,3vw,2rem)}.skill-card{background:#fff;padding:clamp(1.5rem,4vw,2rem) clamp(1rem,3vw,1.5rem);border-radius:20px;box-shadow:0 10px 30px #0000000d;transition:transform .3s ease,box-shadow .3s ease;text-align:center;display:flex;flex-direction:column;align-items:center;height:100%}.skill-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.skill-icon{font-size:clamp(2.5rem,6vw,3rem);margin-bottom:1rem;line-height:1}.skill-card h3{font-size:clamp(1.1rem,3.5vw,1.3rem);margin:0 0 .75rem;color:#1a1e24;font-weight:600}.skill-card p{color:#5b6876;line-height:1.6;font-size:clamp(.85rem,2.5vw,.95rem);margin:0;max-width:300px}.experience-section{max-width:1200px;margin:0 auto;padding:clamp(2rem,6vw,4rem) clamp(1rem,4vw,2rem);position:relative;z-index:1}.experience-title{font-size:clamp(2rem,6vw,2.5rem);font-weight:600;color:#1a1e24;text-align:center;margin-bottom:clamp(2rem,5vw,3rem)}.timeline{display:flex;flex-direction:column;gap:clamp(1rem,3vw,2rem)}.timeline-item{display:flex;gap:clamp(1rem,3vw,2rem);background:#fff;padding:clamp(1.2rem,3vw,1.5rem) clamp(1.2rem,3vw,2rem);border-radius:20px;box-shadow:0 5px 15px #00000008;transition:transform .2s}.timeline-item:hover{transform:translate(5px)}.timeline-left{min-width:120px}.timeline-year{font-weight:700;color:#4a90e2;background:#234f8115;padding:.3rem 1rem;border-radius:10px;display:inline-block;font-size:clamp(.8rem,2.5vw,.9rem);white-space:nowrap}.timeline-right h3{margin:0 0 .5rem;font-size:clamp(1rem,3vw,1.2rem);color:#1a1e24;font-weight:600}.timeline-right p{margin:0;color:#5b6876;line-height:1.6;font-size:clamp(.9rem,2.5vw,1rem)}@media(max-width:900px){.about-container{margin-top:4rem;flex-direction:column;text-align:center;gap:1.5rem}.about-divider{margin-left:auto;margin-right:auto}.about-stats{justify-content:center}.timeline-item{flex-direction:column;gap:.75rem;text-align:center}.timeline-left{min-width:auto}.timeline-year{white-space:normal}}@media(max-width:600px){.skills-grid{grid-template-columns:1fr;gap:1.2rem}.skill-card{padding:1.5rem}.skill-card p{max-width:100%}.timeline-item{padding:1.2rem}.about-stats{flex-direction:column;align-items:center;gap:1rem}.stat-item{align-items:center}}@media(max-width:400px){.about-name{font-size:1.8rem}.about-title{font-size:1rem}.about-text{font-size:.9rem}.stat-number{font-size:1.4rem}.stat-label{font-size:.75rem}.about-cta{padding:.6rem 1.5rem;font-size:.85rem}.skill-card h3{font-size:1rem}.skill-card p{font-size:.8rem}.timeline-right h3{font-size:.95rem}.timeline-right p{font-size:.85rem}}@media(max-width:768px)and (orientation:landscape){.skills-grid{grid-template-columns:repeat(2,1fr)}.about-container{padding:2rem 1rem}.about-stats{flex-direction:row;justify-content:center}}@media(min-width:1440px){.about-container,.skills-section,.experience-section{max-width:1400px;margin-left:auto;margin-right:auto}}button,.about-cta,.skill-card{-webkit-tap-highlight-color:transparent}body{overflow-x:hidden}img,video{max-width:100%;height:auto}.badge-img{width:220px;height:auto;margin-top:.75rem;margin-right:1rem;border-radius:8px;box-shadow:0 2px 6px #0000001a;transition:transform .2s ease}.badge-img:hover{transform:scale(1.05)}.badges-container{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.badge-note{font-size:.85rem;color:#6c757d;margin-top:.5rem}body{background-color:#f9fafb;font-family:mulish;margin:0}.portfolio-app{min-height:100vh}.page-header{color:#fff;padding:3rem 1rem}.page-header-content{max-width:80rem;margin:0 auto}.page-header h1{font-size:2.25rem;font-weight:700}.page-header p{margin-top:.5rem;font-size:1.125rem;color:#dbeafe}.main-content{padding:3rem 0}.main-content-container{max-width:80rem;margin:0 auto;padding:0 1rem}.filter-tabs{display:flex;justify-content:center;margin-bottom:3rem}.filter-tabs-container{display:flex;gap:.5rem;background-color:#fff;padding:.5rem;border-radius:.375rem;box-shadow:0 1px 2px #0000000d}.filter-button{padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:.375rem;transition:background-color .2s,color .2s;border:none;cursor:pointer;background-color:transparent;color:#4b5563}.filter-button:hover{background-color:#f3f4f6}.filter-button.active{color:#fff}.project-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}.project-card{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;overflow:hidden}.project-card .image-container{position:relative;overflow:hidden}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.project-card .project-image{width:100%;height:12rem;object-fit:cover;animation:slideUp .6s ease forwards}.project-card .image-overlay{position:absolute;inset:0;background-color:#0006;display:flex;align-items:center;justify-content:center}.project-card .logo-image{height:3rem;width:auto}.project-card .card-content{padding:1.5rem}.project-card .card-content h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.project-card .card-content p{color:#4b5563;margin-bottom:1rem}.project-card .tags-container{display:flex;flex-wrap:wrap;gap:.5rem}.project-card .tag{background-color:#e5e7eb;color:#374151;font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:9999px}.project-card .card-link{text-decoration:none;color:inherit;display:block}.project-card .hover-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 1s ease;z-index:10}.project-card:hover .hover-overlay{opacity:1}.project-card:hover .project-image{filter:blur(2px);transition:filter .3s ease}.project-card .visit-button{background-color:#fff;color:#000;border:none;padding:.75rem 2rem;border-radius:9999px;font-weight:600;font-size:1rem;cursor:pointer;box-shadow:0 4px 6px #0000001a;transition:transform .2s,background-color .2s}.project-card .visit-button:hover{background-color:#f0f0f0;transform:scale(1.05)}.project-card .card-link:after{content:none!important}@media(min-width:768px){.project-grid{grid-template-columns:repeat(2,1fr)}.page-header{padding-left:2rem;padding-right:2rem}.main-content-container{padding:0 2rem}}@media(min-width:1024px){.project-grid{grid-template-columns:repeat(3,1fr)}}@keyframes moveGradients{0%{background-position:0% 50%,20% 50%,40% 50%}to{background-position:20% 50%,40% 50%,60% 50%}}.projects-page{width:100%!important;margin:0 auto;padding:clamp(1rem,5vw,1rem) clamp(1rem,5vw,5rem);background-image:radial-gradient(circle at 50% 50%,rgba(78,205,196,.5) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(255,107,107,.5) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(255,230,109,.5) 0%,transparent 50%);background-color:#fff;background-size:200% 100%,200% 100%,200% 100%;background-position:0% 50%,20% 50%,40% 50%;background-repeat:no-repeat;animation:fadeInUp 1.8s ease forwards,moveGradients 2.2s infinite alternate ease-in-out}.projects-header{margin-bottom:clamp(2rem,4vw,3rem);text-align:center}.projects-header h1{font-size:clamp(2rem,6vw,2.9rem);font-weight:700;color:#111827;margin-bottom:.75rem;line-height:1.2}.projects-header p{font-size:clamp(.95rem,3vw,1.125rem);color:#4b5563;max-width:42rem;margin-left:auto;margin-right:auto}.filter-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem .75rem;margin-bottom:clamp(2rem,4vw,2.5rem)}.filter-buttons button{padding:.5rem 1.25rem;margin-bottom:1%;border-radius:9999px;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:background-color .2s,color .2s,transform .1s;background-color:#e5e7eb;color:#374151;white-space:nowrap;min-width:70px;touch-action:manipulation}.filter-buttons button:hover{background-color:#d1d5db}.filter-buttons button.active{background-color:#111827;color:#fff}.filter-buttons button:active{transform:scale(.96)}.projects-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.project-card{overflow:hidden}.project-card .project-image{animation:slideUpFromBottom .6s ease forwards;display:block;width:100%;height:auto}.loading-message,.no-projects-message{text-align:center;color:#6b7280;margin-top:3rem;font-size:1rem}@media(min-width:640px){.projects-page{margin-top:4rem!important}.projects-header{text-align:left}.projects-header p{margin-left:0;margin-right:0}.filter-buttons{justify-content:flex-start}}@media(min-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.projects-page{width:100%!important}.projects-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.projects-page{margin-top:4rem!important}}@media(max-width:479px){.projects-page{margin-top:4rem!important}.filter-buttons button{padding:.4rem 1rem;font-size:.8rem;min-width:60px}.projects-header h1{margin-bottom:.5rem}.projects-page{animation-duration:3s}}@media(prefers-reduced-motion:reduce){.projects-page,.project-card .project-image{animation:none}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}*{font-family:Mulish,sans-serif;box-sizing:border-box}.cen{display:flex;gap:2%;align-items:center}.contact-page{background-color:#fff;background-image:radial-gradient(circle at 50% 50%,rgba(78,205,196,.5) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(255,107,107,.5) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(255,230,109,.5) 0%,transparent 50%);background-size:200% 100%,200% 100%,200% 100%;background-position:0% 50%,20% 50%,40% 50%;background-repeat:no-repeat;animation:moveGradients 1.9s infinite alternate ease-in-out}.con{position:relative;overflow:hidden}@keyframes moveGradients{0%{background-position:-20% 50%,0% 50%,20% 50%}to{background-position:120% 50%,140% 50%,160% 50%}}@media(max-width:768px){.contact-page{animation-duration:2s}}@media(prefers-reduced-motion:reduce){.contact-page{animation:none}}@keyframes moveGradients{0%{background-position:0% 50%,20% 50%,40% 50%}to{background-position:100% 50%,80% 50%,60% 50%}}.map-section{width:100%;height:clamp(280px,40vh,380px);box-shadow:0 8px 20px #0000000d;border-bottom:4px solid white;animation:fadeInUp .9s ease}.map-section .leaflet-container{width:100%;height:100%;border-radius:0 0 20px 20px;z-index:5}.heroc{max-width:800px;margin:clamp(2rem,6vw,3rem) auto clamp(1.5rem,4vw,2rem);text-align:center;padding:0 1.5rem;animation:fadeInUp .8s .1s forwards;opacity:0}.heroc h1{font-size:clamp(2rem,6vw,3.2rem);font-weight:800;letter-spacing:-.02em;background:linear-gradient(145deg,#0f2b3d,#1e4a6f);-webkit-background-clip:text;-webkit-text-fill-color:black;background-clip:text;margin-bottom:.6rem;line-height:1.2}.heroc p{font-size:clamp(1rem,3vw,1.3rem);color:#475569;font-weight:400}.contact-grid{max-width:1280px;margin:3rem auto;padding:0 clamp(1rem,4vw,2rem);display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,3vw,2.5rem);align-items:start;animation:fadeInUp .8s .2s forwards;opacity:0}.form-card{background:#fff;border-radius:10px;box-shadow:0 20px 35px -8px #0022401a;padding:clamp(1.5rem,4vw,2.5rem);border:1px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);width:100%}.form-card h2{font-size:clamp(1.5rem,4vw,1.8rem);font-weight:600;margin-bottom:.25rem;color:#0b253a}.form-card .sub{margin-bottom:clamp(1.5rem,3vw,2.2rem);color:#475569;font-size:1rem}.form-group{margin-bottom:clamp(1.2rem,2.5vw,1.8rem)}.form-group label{font-weight:600;font-size:.95rem;color:#1e293b;display:block;margin-bottom:.5rem;letter-spacing:.3px}.form-group input,.form-group select,.form-group textarea{width:100%;max-width:480px;padding:clamp(.75rem,2vw,1rem) clamp(1rem,2.5vw,1.2rem);border:2px solid #e2e8f0;border-radius:24px;font-family:Mulish,sans-serif;font-size:1rem;background:#fff;transition:all .2s;outline:none;-webkit-appearance:none;appearance:none}@media(max-width:600px){.form-group input,.form-group select,.form-group textarea{padding:.9rem 1rem;font-size:16px}}.form-group select{max-width:520px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 5px #3b82f626}.form-group input:valid,.form-group select:valid,.form-group textarea:valid{border-color:#86efac}.form-group input:invalid:not(:placeholder-shown),.form-group textarea:invalid:not(:placeholder-shown){border-color:#fca5a5}.required-star{color:#dc2626;margin-left:2px}.submit-btn{background:linear-gradient(135deg,#1e3a5f,#152f4a);color:#fff;border:none;padding:clamp(.8rem,2vw,1rem) clamp(1.5rem,3vw,2rem);font-size:clamp(1rem,3vw,1.2rem);font-weight:600;border-radius:60px;width:100%;cursor:pointer;transition:transform .2s,box-shadow .3s;box-shadow:0 12px 28px -8px #1e3a5f70;letter-spacing:.3px;display:flex;align-items:center;justify-content:center;gap:.6rem;margin-top:2rem;touch-action:manipulation}.submit-btn:hover{background:linear-gradient(135deg,#143250,#0e2640);transform:scale(1.02);box-shadow:0 20px 30px -5px #0b2b4e}.submit-btn:active{transform:scale(.98)}.submit-btn svg{font-size:1.2rem;transition:transform .2s}.submit-btn:hover svg{transform:translate(5px)}.image-side{background:linear-gradient(145deg,#d4e2f0,#bdd3e8);border-radius:10px;box-shadow:0 25px 40px -12px #1f3a5f40;overflow:hidden;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);max-height:500px;width:100%}.contact-video{width:100%;height:100%;object-fit:cover;display:block}.contact-image{width:100%;height:auto;max-height:100%;object-fit:contain;display:block;border-radius:20px}.direct-contact{max-width:1280px;margin:1rem auto 3rem;padding:0 2rem;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(1rem,4vw,2.5rem);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:80px;padding:clamp(1rem,3vw,1.4rem) clamp(1.5rem,4vw,2.5rem);box-shadow:0 8px 22px #e2e8f0;animation:fadeInUp 1.8s .3s forwards;opacity:0}.contact-item{display:flex;align-items:center;gap:.7rem;font-size:clamp(.95rem,2.5vw,1.1rem);font-weight:500;color:#1e293b;transition:transform .2s}.contact-item svg{font-size:clamp(1.3rem,4vw,1.6rem);color:#1e4a6f;transition:color .2s,transform .2s}.contact-item:hover svg{color:#3b82f6;transform:scale(1.1)}.contact-item a{text-decoration:none;color:#1e293b;border-bottom:1px dotted transparent;transition:border-color .2s;word-break:break-word}.contact-item a:hover{border-bottom:1px dotted #3b82f6}.cta-footer{background:#0a1a2b;color:#fff;border-radius:60px 60px 0 0;padding:clamp(2rem,6vw,3.5rem) clamp(1rem,4vw,2rem);text-align:center;margin-top:2rem;animation:fadeInUp .8s .4s forwards;opacity:0}.cta-footer h2{font-size:clamp(1.6rem,5vw,2.4rem);font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#e0f2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-footer .cta-button{display:inline-flex;align-items:center;gap:.6rem;background:#fff;color:#0f2b3d;padding:clamp(.8rem,2.5vw,1.1rem) clamp(1.5rem,4vw,3rem);border-radius:60px;font-weight:700;font-size:clamp(1rem,3vw,1.3rem);text-decoration:none;box-shadow:0 15px 25px #00000040;transition:all .3s;border:1px solid rgba(255,255,255,.5);touch-action:manipulation}.cta-footer .cta-button:hover{background:#eef7ff;transform:scale(1.05);box-shadow:0 25px 35px #00000059}.cta-footer .cta-button:active{transform:scale(.98)}.cta-footer .cta-button svg{transition:transform .2s}.cta-footer .cta-button:hover svg{transform:translate(7px)}.cta-footer .footnote{margin-top:2rem;color:#a5b8cf;font-size:.9rem}.form-message{padding:1rem;border-radius:16px;margin-bottom:1.5rem;font-weight:500;text-align:center;animation:fadeInUp .3s ease}.form-message.success{background-color:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.form-message.error{background-color:#fee2e2;color:#991b1b;border:1px solid #fecaca}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(10px)}60%{transform:translate(-4px)}80%{transform:translate(6px)}to{transform:translate(0)}}.shake{animation:shake .5s ease-in-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.map-section,.heroc,.contact-grid,.direct-contact,.cta-footer,.form-message{animation:none;opacity:1}}@media(max-width:900px){.contact-grid{grid-template-columns:1fr;gap:2rem}.image-side{max-height:400px;order:-1}.direct-contact{border-radius:40px;flex-direction:column;align-items:stretch;text-align:center}.contact-item{justify-content:center}}@media(max-width:600px){.map-section{height:250px}.heroc h1{font-size:2rem}.heroc p{font-size:1.1rem}.form-card{padding:1.5rem}.image-side{max-height:300px}.direct-contact{padding:1rem 1.5rem;gap:1.2rem}.contact-item{font-size:.95rem}.cta-footer h2{font-size:1.6rem}.cta-footer .cta-button{padding:.8rem 1.5rem;font-size:1rem}}@media(max-width:400px){.map-section{height:200px}.heroc h1{font-size:1.6rem}.heroc p{font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.8rem .9rem;font-size:.95rem}.submit-btn{padding:.8rem 1.2rem;font-size:1rem}.direct-contact{padding:.8rem 1rem;gap:.8rem}.contact-item svg{font-size:1.3rem}.cta-footer{padding:1.5rem 1rem}.cta-footer h2{font-size:1.4rem}.cta-footer .cta-button{padding:.7rem 1.2rem;font-size:.9rem}}@media(max-width:768px)and (orientation:landscape){.map-section{height:200px}.contact-grid{gap:1.5rem}.image-side{max-height:250px}.direct-contact{flex-direction:row;flex-wrap:wrap}}@media(min-width:1440px){.contact-grid,.direct-contact{max-width:1400px;margin-left:auto;margin-right:auto}}.blog-feed{background-color:#fff;padding:2rem 1rem}.search-bar-sticky{position:sticky;top:60px;background-color:#fff;z-index:100;padding:1rem 0;border-bottom:1px solid #eaeaea;margin-bottom:2rem}.search-container{display:flex;flex-direction:column;gap:1rem;max-width:1200px;margin:0 auto}.search-input{padding:.8rem 1.2rem;border:1px solid #ddd;border-radius:40px;font-size:1rem;outline:none;transition:border-color .2s}.search-input:focus{border-color:#1a1e24}.filter-buttons{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:0}.filter-buttons button{background:none;border:1px solid #ddd;padding:.5rem 1.5rem;border-radius:10px;cursor:pointer;font-weight:500;transition:all .2s}.filter-buttons button.active{background-color:#1a1e24;color:#fff;border-color:#1a1e24}.filter-buttons button:hover{background-color:#f0f0f0}.posts-feed{max-width:90%;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.loading-message,.no-posts-message{text-align:center;padding:2rem;color:#5b6876}@media(max-width:600px){.blog-feed{padding:2rem 1.5rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Mulish,sans-serif}.hero{height:100vh;width:100%;overflow:hidden;background-color:#fff;animation:fadeInUp .8s ease forwards}.hero-grid{display:grid;grid-template-columns:1fr 1fr;height:100%;width:100%}.left-column{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 4rem;background-color:#f5f5f5;transition:filter .3s ease}.left-column.blur{filter:blur(4px)}.hero-name{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;margin-bottom:1.5rem;color:#1a1e24}.hero-button{background:#1a1e24;color:#fff;border:none;padding:.8rem 2.5rem;border-radius:40px;font-weight:600;font-size:1rem;cursor:pointer;transition:background-color .2s,transform .2s}.hero-button:hover{background-color:#8b4513;transform:translateY(-2px)}.right-column{display:flex;justify-content:center;align-items:center;background-color:#fff;transition:filter .3s ease}.right-column.blur{filter:blur(4px)}.image-circle{width:500px;height:500px;border-radius:50%;overflow:hidden;box-shadow:0 20px 30px #00000026;border:4px solid white}.profile-image{width:100%;height:100%;object-fit:cover;object-position:bottom;transform:scale(1.001);transition:transform .3s ease}.image-circle:hover .profile-image{transform:scale(1.01)}.image-circle{cursor:pointer}.rect{position:absolute;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:8px 16px;border-radius:9px;font-weight:600;font-size:.9rem;color:#1a1e24;box-shadow:0 4px 12px #0000001a;white-space:nowrap;z-index:10;border:1px solid rgba(255,255,255,.5)}.rect-top-right{top:90px;right:-10px}.rect-bottom-left{bottom:20px;left:40px}@media(max-width:768px){.rect{font-size:.8rem;padding:6px 12px}.rect-top-right{top:10px;right:-10px}.rect-bottom-left{bottom:10px;left:-10px}}@media(max-width:480px){.rect-top-right{right:10px}.rect-bottom-left{left:10px}}.right-column{display:flex;justify-content:center;align-items:center;background-color:#f5f5f523;transition:filter .3s ease}.right-content{display:flex;flex-direction:row;align-items:center;gap:2rem}.image-wrapper{position:relative;display:inline-block}.icon-circles-vertical{display:flex;flex-direction:column;gap:1.5rem;justify-content:center;align-items:center}.icon-circle{width:50px;height:50px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:1.8rem;box-shadow:0 4px 10px #0000001a;transition:transform .2s;border:1px solid black;padding:7px}.icon-circle:hover{transform:scale(1.1);border:2px solid saddlebrown}@media(max-width:1024px){.right-content{gap:1rem}.icon-circle{width:50px;height:50px;font-size:1.5rem}}@media(max-width:768px){.right-content{flex-direction:column;gap:1.5rem}.icon-circles-vertical{flex-direction:row;gap:1rem}.icon-circle{width:45px;height:45px;font-size:1.3rem}}@media(max-width:480px){.icon-circle{width:40px;height:40px;font-size:1.2rem}}.hero-name-art{width:90%;margin-bottom:1.5rem}.name-grid{display:grid;grid-template-columns:repeat(5,auto) 1fr;grid-template-rows:auto auto;align-items:center;justify-items:start;column-gap:.2rem;row-gap:0}@media(max-width:768px){.hero{padding-left:1.5rem;padding-right:1.5rem}.hero-grid{grid-template-columns:1fr;grid-template-rows:auto auto;gap:2rem}.left-column{align-items:center;text-align:center;padding:2rem 1rem 1rem}.hero-name{font-size:2.5rem;margin-bottom:1rem}.hero-button{padding:.8rem 2rem;font-size:1rem}.right-column{padding:0 1rem 2rem;justify-content:center}.image-circle{width:450px;height:450px}.icon-circle{width:45px;height:45px;font-size:1.3rem}.rect{font-size:.8rem;padding:6px 12px}.rect-top-right{top:10px;right:-10px}.rect-bottom-left{bottom:10px;left:-10px}}@media(max-width:600px){.hero{padding-left:1rem;padding-right:1rem}.image-circle{width:420px;height:420px}.hero-name{font-size:2rem}.icon-circle{width:40px;height:40px;font-size:1.1rem}}@media(max-width:400px){.hero{padding-left:.75rem;padding-right:.75rem}.image-circle{width:260px;height:260px}.hero-name{font-size:1.6rem}.hero-button{padding:.6rem 1.5rem;font-size:.9rem}.icon-circle{width:35px;height:35px;font-size:1rem}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.post-detail{max-width:800px;margin:5rem auto;padding:0 1.5rem}.detail-image{width:100%;max-height:400px;object-fit:cover;border-radius:12px;margin-bottom:1.5rem}.post-detail h1{font-size:2.2rem;color:#1a1e24;margin-bottom:.5rem}.detail-excerpt{font-size:1.2rem;color:#5b6876;line-height:1.6;margin-bottom:.5rem}.detail-time{display:block;color:#95a5a6;font-size:.9rem;margin-bottom:2rem}.detail-body{font-size:1.1rem;line-height:1.8;color:#2c3e50}.detail-body h2,.detail-body h3{margin:1.5rem 0 1rem;color:#1a1e24}.detail-body p{margin-bottom:1.2rem}.detail-body ul,.detail-body ol{margin-bottom:1.2rem;padding-left:1.5rem}.detail-body code{background:#f4f4f4;padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace}.loading-message,.error-message{text-align:center;padding:2rem;color:#5b6876}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;margin-bottom:1.5rem}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}
