input{font:1em/1.5 Fredoka}.theme{margin-top:-10px;display:flex;align-items:center;-webkit-tap-highlight-color:transparent}.theme__fill,.theme__icon{transition:transform var(--transDur) ease-in-out}.theme__fill{background-color:var(--bg);display:block;mix-blend-mode:difference;position:fixed;top:0;right:0;bottom:0;left:0;height:100%;transform:translate(-100%)}.theme__icon,.theme__toggle{z-index:1}.theme__icon,.theme__icon-part{position:absolute}.theme__icon{display:block;top:.75em;left:.75em;width:1.5em;height:1.5em}.theme__icon-part{border-radius:50%;box-shadow:.4em -.4em 0 .5em var(--brandPrimary) inset;top:calc(50% - .5em);left:calc(50% - .5em);width:1em;height:1em;transition:box-shadow var(--transDur) ease-in-out,opacity var(--transDur) ease-in-out,transform var(--transDur) ease-in-out;transform:scale(.5)}.theme__icon-part~.theme__icon-part{background-color:var(--brandPrimary);border-radius:.05em;box-shadow:none;top:50%;left:calc(50% - .05em);transform:rotate(0) translateY(.5em);transform-origin:50% 0;width:.1em;height:.2em}.theme__icon-part:nth-child(3){transform:rotate(45deg) translateY(.5em)}.theme__icon-part:nth-child(4){transform:rotate(90deg) translateY(.5em)}.theme__icon-part:nth-child(5){transform:rotate(135deg) translateY(.5em)}.theme__icon-part:nth-child(6){transform:rotate(180deg) translateY(.5em)}.theme__icon-part:nth-child(7){transform:rotate(225deg) translateY(.5em)}.theme__icon-part:nth-child(8){transform:rotate(270deg) translateY(.5em)}.theme__icon-part:nth-child(9){transform:rotate(315deg) translateY(.5em)}.theme__label,.theme__toggle,.theme__toggle-wrap{position:relative}.theme__toggle,.theme__toggle:before{display:block}.theme__toggle{background-color:var(--surface);border-radius:25%/50%;box-shadow:0 0 0 .125em var(--primaryT);padding:.25em;width:6em;height:3em;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:background-color var(--transDur) ease-in-out,box-shadow .15s ease-in-out,transform var(--transDur) ease-in-out}.theme__toggle:before{background-color:var(--textOnDark);border-radius:50%;content:"";width:2.5em;height:2.5em;transition:background-color var(--transDur) ease-in-out,transform var(--transDur) ease-in-out}.theme__toggle:focus{box-shadow:0 0 0 .125em var(--primary);outline:transparent}.theme__toggle:checked{background-color:var(--background)}.theme__toggle:checked:before,.theme__toggle:checked~.theme__icon{transform:translate(3em)}.theme__toggle:checked:before{background-color:var(--surface)}.theme__toggle:checked~.theme__icon .theme__icon-part:nth-child(1){box-shadow:.2em -.2em 0 .2em var(--brandPrimary) inset;transform:scale(1)}.theme__toggle:checked~.theme__icon .theme__icon-part~.theme__icon-part{opacity:0}.theme__toggle:checked~.theme__icon .theme__icon-part:nth-child(2){transform:rotate(45deg) translateY(.8em)}.theme__toggle:checked~.theme__icon .theme__icon-part:nth-child(3){transform:rotate(90deg) translateY(.8em)}.theme__toggle:checked~.theme__icon .theme__icon-part:nth-child(4){transform:rotate(135deg) translateY(.8em)}.theme__toggle:checked~.theme__icon .theme__icon-part:nth-child(5){transform:rotate(180deg) translateY(.8em)}.theme__toggle:checked~.theme__icon .theme__icon-part:nth-child(6){transform:rotate(225deg) translateY(.8em)}.theme__toggle:checked~.theme__icon .theme__icon-part:nth-child(7){transform:rotate(270deg) translateY(.8em)}.theme__toggle:checked~.theme__icon .theme__icon-part:nth-child(8){transform:rotate(315deg) translateY(.8em)}.theme__toggle:checked~.theme__icon .theme__icon-part:nth-child(9){transform:rotate(360deg) translateY(.8em)}@supports selector(:focus-visible){.theme__toggle:focus{box-shadow:0 0 0 .125em var(--primaryT)}.theme__toggle:focus-visible{box-shadow:0 0 0 .125em var(--primary)}}h1,p,h2,h3{margin:0!important;line-height:1.5;padding:0}h1,h3{color:var(--primary)}.intro-cta{font-size:.9rem;margin-top:1rem;color:var(--primary)}.intro-cta a{color:var(--brandPrimary);text-decoration:underline;text-underline-offset:3px;cursor:pointer;font-weight:600;transition:opacity .2s ease}.intro-cta a:hover{opacity:.85}.software{color:var(--primary)}.project-details{padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;align-content:center;text-align:center}p{padding:0;margin:0}.tech{display:flex;flex-direction:row;gap:10px;align-items:end;justify-content:center}.showcase{display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;gap:16px}.showcase img{border-radius:20px;border:5px solid;width:60vw;object-fit:contain}img:hover{box-shadow:0 0 2px 1px var(--borderDefault)}.stack-social{width:100%;display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center}.tech-stack,.social-media{width:100%;display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;gap:.5rem;flex-wrap:wrap;padding:1rem}.tech-stack p,.social-media p{border:1px solid;padding:10px;border-radius:1rem;margin:0;font-family:Courier New,Courier,monospace}.about{padding:1rem}:root{--font-en: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--font-ar: "IBM Plex Sans Arabic", sans-serif;--textPrimary: #1A1A1B;--textSecondary: #6B7280;--textOnDark: #F8F9FA;--textMutedOnDark: #A1A1AA;--surface: #1A1A1B;--surfaceRaised: #252528;--background: #F8F9FA;--white: #F8F9FA;--richOnyx: #1A1A1B;--success: #2D6A4F;--successMuted: rgba(45, 106, 79, .12);--error: #E63946;--errorMuted: rgba(230, 57, 70, .12);--warning: #D97706;--borderSubtle: rgba(26, 26, 27, .12);--borderDefault: rgba(81, 81, 122, .16);--brandPrimary: #FF9E28;--primary: var(--textPrimary);--secondary: var(--textPrimary);--primaryT: var(--textPrimary);--orange: var(--textPrimary);--beige: var(--textOnDark);--black: var(--surface);--transDur: .3s;--bar-width: 60px;--bar-height: 8px;--hamburger-gap: 6px;--hamburger-margin: 16px;--animation-timing: .2s ease-in-out;--hamburger-height: calc(var(--bar-height)*3 + var(--hamburger-gap)*2)}:root.dark{--primary: var(--textOnDark);--secondary: var(--textOnDark);--background: var(--surface);--transDur: .3s}:root.dark .theme__toggle{background-color:var(--white)}.skip-link{position:absolute;top:-100px;left:8px;padding:8px 12px;background:var(--primary);color:var(--background);font-weight:600;border-radius:4px;z-index:100000;text-decoration:none;transition:top .2s ease}.skip-link:focus{top:8px;outline:2px solid var(--white);outline-offset:2px}a:focus-visible,button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200000;display:flex;align-items:center;justify-content:center;background:var(--background)}.splash__inner{display:flex;align-items:center;justify-content:center;animation:splashIn .45s ease forwards}.splash__logo{width:220px;max-width:min(70vw,280px);height:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.splash--exit .splash__inner{animation:splashOut .3s ease forwards}@keyframes splashIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes splashOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.985)}}@media(prefers-reduced-motion:reduce){.splash__inner,.splash--exit .splash__inner{animation:none}}*{color:var(--primary);margin:0;font-family:var(--font-en)}p{margin:20px 0}button{border:0;padding:8px;border-radius:4px;background:var(--primary);color:var(--background);cursor:pointer}header nav{display:flex;gap:16px;justify-content:end;align-items:center;max-width:1200px;margin:0 auto}header nav div{margin-left:0}header nav a{text-decoration:none;padding:6px;border-radius:4px;border-bottom:3px solid transparent;transition:border-bottom-color .3s,opacity .3s}header nav a.active{border-bottom-color:var(--primary);opacity:1}*,*:after,*:before{box-sizing:border-box}.hamburger-menu{display:none}.menu-items{padding:20px}.project-items{padding:20px;display:flex;gap:16px;justify-content:center;align-items:center;max-width:1200px;flex-wrap:wrap;margin:0 auto}.project-items a{text-decoration:none;padding:20px;border-radius:4px;border-bottom:3px solid transparent;transition:border-bottom-color .3s,opacity .3s}.project-items a.active{border-bottom-color:var(--primary);opacity:1}.sidebar-overlay{display:none}@media(max-width:768px){.menu-items{display:none}header nav div{margin-left:0;margin-bottom:auto;margin-top:50px}.content{padding-top:40px}.hamburger-menu:before,.hamburger-menu:after,.hamburger-menu input{content:"";width:var(--bar-width);height:var(--bar-height);background-color:var(--primary);border-radius:9999px;transition:opacity var(--animation-timing),width var(--animation-timing),rotate var(--animation-timing),translate var(--animation-timing),background-color var(--animation-timing);transform-origin:left center}.hamburger-menu{--x-width: calc(var(--hamburger-height)*1.41421356237);display:flex;flex-direction:column;gap:var(--hamburger-gap);width:max-content;position:absolute;top:var(--hamburger-margin);left:var(--hamburger-margin);z-index:99999;cursor:pointer}.hamburger-menu:has(input:checked):before,.hamburger-menu:has(input:checked):after{background-color:var(--textPrimary)}:root.dark .hamburger-menu:has(input:checked):before,:root.dark .hamburger-menu:has(input:checked):after{background-color:var(--textOnDark)}.hamburger-menu:has(input:checked):before{rotate:45deg;width:var(--x-width);translate:0 calc(var(--bar-height)/-2)}.hamburger-menu:has(input:checked):after{rotate:-45deg;width:var(--x-width);translate:0 calc(var(--bar-height)/2)}.hamburger-menu input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;margin:0;outline:none;pointer-events:none}.hamburger-menu input:checked{opacity:0;width:0}.sidebar nav{display:flex;flex-direction:column;width:100%;padding-top:calc(var(--hamburger-height) + var(--hamburger-margin) + 1rem)}.sidebar{display:block;transition:translate var(--animation-timing);translate:-100%;padding-top:calc(var(--hamburger-height) + var(--hamburger-margin) + 1rem);background-color:var(--white);padding:2rem;min-width:15rem;height:200vh;position:absolute;top:0;z-index:99998;box-shadow:4px 0 24px #0000001f}.sidebar nav a,.sidebar a{color:var(--textPrimary)}.sidebar nav a.active{border-bottom-color:var(--textPrimary)}:root.dark .sidebar{background-color:var(--surface);box-shadow:4px 0 24px #ffffff14}:root.dark .sidebar nav a,:root.dark .sidebar a{color:var(--textOnDark)}:root.dark .sidebar nav a.active{border-bottom-color:var(--textOnDark)}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99997;background:#0006;opacity:0;pointer-events:none;transition:opacity .2s ease}.sidebar-overlay--visible{opacity:1;pointer-events:auto}.hamburger-menu:has(input:checked)+.sidebar-overlay+.sidebar{translate:0}.hamburger-menu:has(input:focus-visible):before,.hamburger-menu:has(input:focus-visible):after,.hamburger-menu input:focus-visible{border:4px solid var(--background);box-shadow:0 0 0 1px var(--primary)}.one,.two,.three{width:100%}a{animation:none}}body,html{margin:0;font-family:opificio_bold_rounded,opificio_bold,opificio_light_rounded,opificio_light,opificio_regular,opificio_rounded,Nunito}body{background:var(--background);min-height:100vh}@font-face{font-family:opificio_bold_rounded;src:local("opificio"),url(/assets/opificio_bold_rounded-haP1XKdo.ttf) format("truetype")}@font-face{font-family:Nunito;src:local("Nunito"),url(/assets/Nunito-Black-3QiRxNje.ttf) format("truetype")}@font-face{font-family:opificio_bold;src:local("opificio"),url(/assets/opificio_bold-B_-0ZQSA.ttf) format("truetype")}@font-face{font-family:opificio_light_rounded;src:local("opificio"),url(/assets/opificio_light_rounded-5wQTOvsV.ttf) format("truetype")}@font-face{font-family:opificio_light;src:local("opificio"),url(/assets/opificio_light-aV_GhgON.ttf) format("truetype")}@font-face{font-family:opificio_regular;src:local("opificio"),url(/assets/opificio_regular-NZXsFNWJ.ttf) format("truetype")}@font-face{font-family:opificio_rounded;src:local("opificio"),url(/assets/opificio_rounded-DSv3bk0v.ttf) format("truetype")}main{margin:40px 20px;padding-left:25px}.notFound{width:100%;height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.notFound a{font-size:20px}.center-div-col{display:flex;width:100%;flex-direction:column;align-items:center;padding:0}.center-div-col a{margin-top:20px}.center-div-row{display:flex;width:100%;flex-direction:row;align-items:center;justify-content:center;gap:1rem;padding:0}.experiences{display:flex;flex-direction:column;gap:1.5rem;width:100%}@keyframes slideInLeft{0%{transform:translate(-20%)}to{transform:translate(0)}}@keyframes slideInRight{0%{transform:translate(20%)}to{transform:translate(0)}}@keyframes ApearToMe{0%{transform:opacity(.5)}to{transform:opacity(1)}}@keyframes anim-lineUp{0%{opacity:0;transform:translateY(80%)}20%{opacity:0}50%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}h1,h2,h3,p,img,a,button{animation:1.5s anim-lineUp ease-out}.experience{background:var(--primary);padding:.5rem 1.5rem;border-radius:50px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.experience *{color:var(--background);margin:0;padding:0}.one{align-self:flex-end;min-width:50%;animation:1s ease-out 0s 1 slideInRight}.two{align-self:center;min-width:40%;animation:1s ease-out 0s 1 slideInLeft}.three{align-self:flex-start;min-width:40%;animation:1s ease-out 0s 1 slideInLeft}.stack{margin-top:2rem;width:100%}.technology{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;gap:1rem;margin-top:1rem}.tech-icon{filter:brightness(100%) saturate(100%) invert(66%) sepia(32%) saturate(205%) hue-rotate(163deg) brightness(94%) contrast(85%);height:50px!important;width:50px!important;z-index:-1}.stack img{width:6rem;height:6rem}.icon{width:50px;height:50px}.contact{margin-top:20vh}.intro{display:flex;flex-direction:row;gap:1rem;justify-content:center;justify-items:center;align-items:center;flex-wrap:wrap;margin-top:1rem}.intro img{width:200px;height:300px;border-radius:20px}.intro-content{display:flex;flex-direction:column;gap:.5rem}.standalone-page{min-height:100vh;background:var(--background);padding:24px 20px}.privacy-policy{max-width:720px;margin-inline:0;margin-right:auto;align-self:stretch;align-items:flex-start;text-align:left;padding-bottom:2rem}.privacy-policy__updated{color:var(--textSecondary);font-size:.95rem}.privacy-policy h1{margin-bottom:.25rem}.privacy-policy section{margin-top:2rem}.privacy-policy section:first-of-type{margin-top:2rem}.privacy-policy h2{margin-top:0;margin-bottom:.75rem}.privacy-policy h3{margin-top:1rem;margin-bottom:.35rem;font-size:1rem}.privacy-policy p,.privacy-policy ul{margin-bottom:.75rem}.privacy-policy__table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.9rem}.privacy-policy__table th,.privacy-policy__table td{border:1px solid var(--borderSubtle);padding:.5rem .75rem;text-align:left}.privacy-policy__table th{background:var(--surfaceRaised);font-weight:600}.privacy-policy a{color:var(--brandPrimary);text-decoration:underline}.delete-account{padding:24px 0;min-height:60vh}.delete-account__card{max-width:480px;margin:0 auto;background:var(--white);color:var(--primary);border-radius:16px;padding:24px;box-shadow:0 2px 12px #0000000f}:root.dark .delete-account__card{background:var(--surfaceRaised);box-shadow:0 2px 12px #0003}.delete-account__card h1{font-size:1.5rem;margin:0 0 16px}.delete-account__card p{margin:0 0 12px}.delete-account__muted{color:var(--textSecondary);font-size:.9375rem}:root.dark .delete-account__muted{color:var(--textMutedOnDark)}.delete-account__card a:not(.delete-account__btn){color:var(--brandPrimary);text-decoration:none}.delete-account__card a:not(.delete-account__btn):hover{text-decoration:underline}.delete-account__btn{display:inline-block;margin-top:16px;padding:12px 20px;border-radius:12px;font-weight:600;font-size:1rem;text-align:center;cursor:pointer;border:none;background:var(--error);color:#fff;text-decoration:none}.delete-account__btn:hover{opacity:.9}.delete-account__card ul{margin:12px 0;padding-left:20px}.delete-account__hr{border:none;border-top:1px solid var(--borderSubtle);margin:24px 0}
