:root{--bg:#000;--text:#e6e6e6;--text-muted:#525252;--text-bio:#b3b3b3;--accent:#ff6b01;--accent-hover:#e05e00;--accent-selection-bg:#180b00;--nav-bg:#000000a6;--footer-icon-size:30px}:root[data-theme=light]{--bg:#fff;--text:#000;--text-muted:#666;--text-bio:#333;--accent:#ff6b01;--accent-hover:#e05e00;--accent-selection-bg:#ffdfba;--nav-bg:#ffffffb3}*{box-sizing:border-box;margin:0;padding:0}html,body,#app{background-color:var(--bg);min-height:100%;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:17px;line-height:1.6}::selection{background-color:var(--accent-selection-bg);color:var(--accent)}body{--sb-track-color:transparent;--sb-thumb-color:var(--accent);--sb-size:5px}body::-webkit-scrollbar{width:7px}body::-webkit-scrollbar-track{background:0 0}body::-webkit-scrollbar-thumb{background-color:#ff6b01;background-clip:padding-box;border-top:0 solid #0000;border-bottom:0 solid #0000;border-right:1px solid #0000;border-radius:4px}body::-webkit-scrollbar-button:single-button{background-color:#0000;background-position:calc(50% - 1px);background-repeat:no-repeat;background-size:10px;width:8px;height:16px;display:block}body::-webkit-scrollbar-button:single-button:vertical:decrement{background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"%23ff6b01\"><path d=\"M4 15 L12 7 L20 15 Z\"/></svg>")}body::-webkit-scrollbar-button:single-button:vertical:increment{background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"%23ff6b01\"><path d=\"M4 9 L12 17 L20 9 Z\"/></svg>")}@supports not selector(::-webkit-scrollbar){body{scrollbar-color:var(--sb-thumb-color) var(--sb-track-color)}}.oleo-script-regular{font-family:Oleo Script,system-ui;font-style:normal;font-weight:400}.oleo-script-bold{font-family:Oleo Script,system-ui;font-style:normal;font-weight:700}.app-wrapper{flex-direction:column;min-height:100vh;display:flex}.main-content{flex-direction:column;flex:1;gap:3.5rem;width:min(800px,100% - 2rem);margin:0 auto;padding:8rem 0 0;display:flex}ul{list-style:none}a{color:inherit;text-decoration:none}.navbar{background:var(--nav-bg);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:100;border:1px solid #ffffff26;border-radius:17px;width:min(800px,100% - 2rem);height:56px;position:fixed;top:8px;left:50%;transform:translate(-50%);box-shadow:0 4px 8px -2px #20202040,0 0 0 1px #3f3f3f14}:root[data-theme=light] .navbar{border:1px solid #0003}.nav-container{justify-content:space-between;align-items:center;width:100%;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.nav-left{align-items:center;height:100%;display:flex}.nav-left .logo{cursor:pointer;font-size:20px;line-height:normal;transform:translateY(-2px)}.nav-left .logo:hover{color:var(--accent)}.nav-right{align-items:center;height:100%;display:flex;position:relative}.theme-btn{margin-left:5px;margin-right:.4rem}.icon-btn{color:var(--text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;height:100%;display:flex}.icon-btn:hover{color:var(--accent)}.icon-svg{background-color:var(--text);width:20px;height:20px;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-btn:hover .icon-svg{background-color:var(--accent)}.tooltip-box{align-items:center;height:100%;display:flex;position:relative}.tooltip{visibility:hidden;opacity:0;background:var(--accent);color:#fff;text-align:center;z-index:200;pointer-events:none;border-radius:6px;width:max-content;max-width:140px;padding:4px 8px;font-size:.75rem;font-weight:500;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 4px 8px -2px #20202040,0 0 0 1px #3f3f3f14}:root[data-theme=dark] .tooltip{box-shadow:0 4px 8px -2px #20202040,0 0 0 1px #3f3f3f14}.tooltip .triangle{border-width:0 6px 6px;border-color:transparent transparent var(--accent) transparent;border-style:solid;position:absolute;top:-6px;left:50%;transform:translate(-50%)}.tooltip-box:hover .tooltip{visibility:visible;opacity:1}.lang-wrapper.is-open .tooltip{display:none!important}.lang-wrapper{align-items:center;height:100%;display:flex;position:relative}.lang-text{text-transform:uppercase;align-items:center;margin-left:.1rem;font-size:18px;font-weight:400;line-height:normal;display:flex}.lang-dropdown{opacity:0;visibility:hidden;z-index:1000;background:#000;border:1px solid #88888826;border-radius:12px;flex-direction:column;gap:.25rem;min-width:150px;padding:.5rem;display:flex;position:absolute;top:calc(100% + 5px);right:-1.5rem;overflow:hidden;transform:translateY(-10px);box-shadow:0 4px 8px -2px #20202040,0 0 0 1px #3f3f3f14}:root[data-theme=light] .lang-dropdown{background:#fff}.lang-dropdown.is-open{opacity:1;visibility:visible;transform:translateY(0)}.lang-dropdown button{color:var(--text);text-align:center;cursor:pointer;background:0 0;border:none;border-radius:10px;padding:.65rem 1rem;font-size:.95rem}.lang-dropdown button:hover{background-color:var(--accent-selection-bg);color:var(--accent)}.lang-dropdown button.active{color:var(--accent);background-color:var(--accent-selection-bg);font-weight:600}.hero-section{flex-direction:column;align-items:flex-start;gap:1.5rem;display:flex}.hero-left{flex-direction:column;align-items:flex-start;display:flex}.profile-img{object-fit:cover;border-radius:50%;width:125px;height:125px;margin-bottom:1.25rem}.profile-name{font-size:30px;font-weight:600;line-height:1.2}.profile-role{color:var(--text-muted);margin-top:-.3rem;font-size:26px}.hero-right{flex-direction:column;gap:1.5rem;font-size:24px;line-height:34px;display:flex}.hero-right p{color:#b3b3b3;font-weight:600}.hero-right p u{text-underline-offset:3px;-webkit-text-decoration:underline #525252;text-decoration:underline #525252;text-decoration-thickness:1px}.projects-container{flex-direction:column;gap:2.5rem;display:flex}.main-section-title{color:var(--text);margin-bottom:0;font-size:24px;font-weight:600}.group-section{flex-direction:column;gap:1rem;display:flex}.group-title{color:var(--text);margin-top:0;font-size:24px;font-weight:600}.group-projects{flex-direction:column;gap:1.25rem;display:flex}.project-item{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}@media (width<=500px){.project-item{flex-wrap:wrap}.lang-dropdown{box-shadow:0 4px 8px -2px #20202070,0 0 0 1px #3f3f3f88}.lang-dropdown button.active{color:var(--accent);background:#ffbd87}}.project-info{flex-direction:column;display:flex}.project-name{align-items:center;font-size:20px;font-weight:500;line-height:1.3;display:flex}.project-icon{object-fit:contain;width:24px;height:24px;margin-right:8px}.project-subtitle{color:#525252;margin-top:.35rem;font-size:18px;line-height:1.3}.project-link{color:var(--text-muted);white-space:nowrap;align-items:center;gap:.25rem;font-size:20px;line-height:1.3;text-decoration:none;display:inline-flex}.project-link:hover{color:var(--accent);text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px}.project-link .review-icon{width:16px;height:16px;margin-bottom:2px}.footer-wrap{flex-direction:column;align-items:center;gap:1.33rem;margin-top:6rem;padding-bottom:1rem;display:flex}.links-section{align-items:center;gap:1.25rem;padding-right:12px;display:flex}.links-section p{margin:0;padding-right:6px}.link-item{width:var(--footer-icon-size);height:var(--footer-icon-size);justify-content:center;align-items:center;text-decoration:none;display:flex}.social-icon{width:var(--footer-icon-size);height:var(--footer-icon-size);background-color:var(--text-muted);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.copyright{text-align:center;color:var(--text-muted);font-size:1rem}.scroll-top{background-color:var(--accent);cursor:pointer;z-index:50;border:none;border-radius:35%;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:flex;position:fixed;bottom:2rem;right:1.2rem}.scroll-top:hover{background-color:var(--accent-hover)}.scroll-top .up-arrow{border-bottom:14px solid #fff;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0;margin-bottom:2px}@media (width<=768px){.scroll-top{right:.7rem}.lang-dropdown{box-shadow:0 4px 8px -2px #20202070,0 0 0 1px #3f3f3f88}.lang-dropdown button.active{color:var(--accent);background:#ffbd87}}.link-item.icon-linkedin:hover .social-icon{background:#0a66c2}.link-item.icon-bugcrowd:hover .social-icon{background:#ff6900}:root[data-theme=light] .hero-right p{color:#525252}:root[data-theme=light] .hero-right p u{text-decoration-color:#b3b3b3}.link-item.icon-mail:hover .social-icon{background:linear-gradient(45deg,#4285f4,#ea4335,#fbbc05,#34a853)}.link-item.icon-github:hover .social-icon{background:var(--text)}.link-item.icon-leetcode:hover .social-icon{background:linear-gradient(135deg,#ff9d16 50%,#b4b2b5 50%)}.link-item.icon-linkedin:hover .social-icon{background-image:url(/linkedin-hover.png);background-position:50%;background-repeat:no-repeat;background-size:contain;background-color:#0000!important;-webkit-mask-image:none!important;mask-image:none!important}.link-item.icon-bugcrowd:hover .social-icon{background-image:url(/bugcrowd-hover.png);background-position:50%;background-repeat:no-repeat;background-size:contain;background-color:#0000!important;-webkit-mask-image:none!important;mask-image:none!important}.theme-btn .icon-svg{transform:translate(-1px)}.lang-wrapper .icon-btn svg{transform:translate(1px)}:root[data-theme=light] .lang-dropdown button:hover,:root[data-theme=light] .lang-dropdown button.active{color:var(--accent);background-color:#ffdfba}
