.Hero-module__gNeX-G__hero{align-items:center;min-height:100vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.Hero-module__gNeX-G__content{z-index:1;width:100%;position:relative}.Hero-module__gNeX-G__layout{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;display:grid}.Hero-module__gNeX-G__left{flex-direction:column;display:flex}.Hero-module__gNeX-G__badge{color:var(--accent-emerald);letter-spacing:.02em;background:#10b9810f;border:1px solid #10b98126;border-radius:99px;align-items:center;gap:8px;width:fit-content;margin-bottom:28px;padding:7px 18px;font-family:Fira Code,monospace;font-size:.75rem;font-weight:500;display:inline-flex;position:relative}.Hero-module__gNeX-G__badgeDot{background:var(--accent-emerald);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite Hero-module__gNeX-G__pulse;position:relative;box-shadow:0 0 12px #10b98180}.Hero-module__gNeX-G__badgePulse{pointer-events:none;border:2px solid #10b98126;border-radius:50%;width:22px;height:22px;animation:2s ease-in-out infinite Hero-module__gNeX-G__ripple;position:absolute;left:10px}@keyframes Hero-module__gNeX-G__ripple{0%,to{opacity:1;transform:scale(1)}50%{opacity:0;transform:scale(1.8)}}@keyframes Hero-module__gNeX-G__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.Hero-module__gNeX-G__title{flex-direction:column;gap:0;margin-bottom:20px;display:flex}.Hero-module__gNeX-G__greeting{color:var(--text-secondary);letter-spacing:-.01em;font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:400}.Hero-module__gNeX-G__name{letter-spacing:-.03em;font-size:clamp(3rem,8vw,5.5rem);font-weight:800;line-height:1.05}.Hero-module__gNeX-G__typewriter{align-items:center;gap:10px;height:38px;margin-bottom:20px;display:flex}.Hero-module__gNeX-G__typeArrow{color:var(--accent-emerald);opacity:.7;font-family:Fira Code,monospace;font-size:clamp(.9rem,2vw,1.2rem);font-weight:700}.Hero-module__gNeX-G__typeText{color:var(--accent-indigo);font-family:Fira Code,monospace;font-size:clamp(.9rem,2vw,1.2rem);font-weight:500}.Hero-module__gNeX-G__cursor{color:var(--accent-indigo);font-family:Fira Code,monospace;font-size:clamp(.9rem,2vw,1.2rem);font-weight:300;animation:1s step-end infinite Hero-module__gNeX-G__blink}@keyframes Hero-module__gNeX-G__blink{0%,to{opacity:1}50%{opacity:0}}.Hero-module__gNeX-G__subtitle{color:var(--text-secondary);max-width:480px;margin-bottom:32px;font-size:.95rem;line-height:1.75}.Hero-module__gNeX-G__actions{flex-wrap:wrap;gap:12px;margin-bottom:48px;display:flex}.Hero-module__gNeX-G__stats{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(24px);align-items:center;gap:28px;width:fit-content;padding:18px 32px;display:flex}.Hero-module__gNeX-G__stat{flex-direction:column;align-items:center;gap:2px;display:flex}.Hero-module__gNeX-G__statNumber{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:700}.Hero-module__gNeX-G__statLabel{color:var(--text-muted);letter-spacing:.03em;font-family:Fira Code,monospace;font-size:.7rem}.Hero-module__gNeX-G__statDivider{background:var(--border);width:1px;height:30px}.Hero-module__gNeX-G__codeBlock{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(12px);background:#00000059;border:1px solid #ffffff0f;overflow:hidden;box-shadow:0 8px 48px #0003}:root.light .Hero-module__gNeX-G__codeBlock{background:#ffffff80;border-color:#6366f114}.Hero-module__gNeX-G__codeHeader{background:#ffffff05;border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;padding:12px 16px;display:flex}:root.light .Hero-module__gNeX-G__codeHeader{border-color:#6366f114}.Hero-module__gNeX-G__codeDots{gap:7px;display:flex}.Hero-module__gNeX-G__codeDot{border-radius:50%;width:10px;height:10px}.Hero-module__gNeX-G__codeFile{color:var(--text-muted);font-family:Fira Code,monospace;font-size:.75rem;font-weight:500}.Hero-module__gNeX-G__codeBody{flex-direction:column;gap:6px;min-height:200px;padding:16px;display:flex}.Hero-module__gNeX-G__codeLine{gap:16px;font-family:Fira Code,monospace;font-size:.82rem;line-height:1.6;display:flex}.Hero-module__gNeX-G__codeNum{color:var(--text-muted);opacity:.4;text-align:right;-webkit-user-select:none;user-select:none;min-width:20px;font-size:.75rem}.Hero-module__gNeX-G__codeContent{color:var(--text-secondary)}.Hero-module__gNeX-G__codeLine:first-child .Hero-module__gNeX-G__codeContent{color:#c084fc}.Hero-module__gNeX-G__codeLine:nth-child(2) .Hero-module__gNeX-G__codeContent span{color:#22d3ee}.Hero-module__gNeX-G__codeLine:nth-child(3) .Hero-module__gNeX-G__codeContent span{color:#facc15}.Hero-module__gNeX-G__codeLine:nth-child(4) .Hero-module__gNeX-G__codeContent span{color:#34d399}.Hero-module__gNeX-G__codeLine:nth-child(5) .Hero-module__gNeX-G__codeContent span{color:#f472b6}.Hero-module__gNeX-G__codeLine .Hero-module__gNeX-G__codeContent{color:#94a3b8}.Hero-module__gNeX-G__codeCursor{gap:16px;font-family:Fira Code,monospace;font-size:.85rem;display:flex}.Hero-module__gNeX-G__codeCursor .Hero-module__gNeX-G__codeContent{color:var(--accent-indigo)}.Hero-module__gNeX-G__scrollIndicator{border:2px solid var(--border);border-radius:99px;justify-content:center;width:20px;height:34px;padding-top:6px;display:flex;position:absolute;bottom:36px;left:50%;transform:translate(-50%)}.Hero-module__gNeX-G__scrollDot{background:var(--accent-indigo);width:3px;height:8px;box-shadow:0 0 8px var(--accent-indigo);border-radius:99px}@media (max-width:900px){.Hero-module__gNeX-G__layout{grid-template-columns:1fr;gap:40px}.Hero-module__gNeX-G__codeBlock{max-width:480px}}@media (max-width:640px){.Hero-module__gNeX-G__stats{flex-wrap:wrap;justify-content:center;gap:16px;width:100%;padding:14px 20px}.Hero-module__gNeX-G__statNumber{font-size:1.1rem}.Hero-module__gNeX-G__actions{flex-direction:column;width:100%}.Hero-module__gNeX-G__actions .Hero-module__gNeX-G__btn{width:100%}.Hero-module__gNeX-G__codeBody{min-height:160px}}
.About-module__Balj8a__about{position:relative;overflow:hidden}.About-module__Balj8a__profile{margin-bottom:40px;position:relative;overflow:hidden;padding:28px 32px!important}.About-module__Balj8a__profile:before{content:"";background:var(--gradient);opacity:.6;height:2px;position:absolute;top:0;left:0;right:0}.About-module__Balj8a__profileGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.About-module__Balj8a__profileItem{flex-direction:column;gap:4px;display:flex}.About-module__Balj8a__profileLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-family:Fira Code,monospace;font-size:.68rem;font-weight:600}.About-module__Balj8a__profileValue{color:var(--text-primary);align-items:center;gap:6px;font-size:.95rem;font-weight:500;display:flex}.About-module__Balj8a__roleDot{background:var(--accent-emerald);border-radius:50%;flex-shrink:0;width:7px;height:7px;box-shadow:0 0 10px #10b98180}.About-module__Balj8a__contentGrid{grid-template-columns:1.1fr .9fr;gap:24px;display:grid}.About-module__Balj8a__storyCard{overflow:hidden;padding:0!important}.About-module__Balj8a__storyHeader{border-bottom:1px solid var(--border);background:#ffffff05;align-items:center;gap:8px;padding:14px 20px;display:flex}.About-module__Balj8a__storyHeaderLabel{color:var(--text-muted);letter-spacing:.1em;font-family:Fira Code,monospace;font-size:.72rem;font-weight:700}.About-module__Balj8a__storyBody{flex-direction:column;gap:16px;padding:20px;display:flex}.About-module__Balj8a__storyBody p{color:var(--text-secondary);font-size:.95rem;line-height:1.8}.About-module__Balj8a__storyBody strong{color:var(--text-primary);font-weight:600}.About-module__Balj8a__journeyPanel{flex-direction:column;display:flex;overflow:hidden;padding:0!important}.About-module__Balj8a__journeyHeader{border-bottom:1px solid var(--border);background:#ffffff05;align-items:center;gap:8px;padding:14px 20px;display:flex}.About-module__Balj8a__journeyLabel{color:var(--text-muted);letter-spacing:.1em;margin-right:auto;font-family:Fira Code,monospace;font-size:.72rem;font-weight:700}.About-module__Balj8a__journeyHint{color:var(--text-muted);font-family:Fira Code,monospace;font-size:.6rem;font-weight:500}.About-module__Balj8a__journeyBody{flex-direction:column;padding:18px 20px 20px;display:flex}.About-module__Balj8a__journeyTrack{flex-direction:column;gap:8px;display:flex}.About-module__Balj8a__journeyCard{border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;text-align:left;background:#ffffff05;align-items:center;gap:12px;width:100%;padding:14px 16px;font-family:inherit;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.About-module__Balj8a__journeyCard:before{content:"";background:0 0;border-radius:0 3px 3px 0;width:3px;transition:all .3s;position:absolute;top:4px;bottom:4px;left:0}.About-module__Balj8a__journeyCard:hover{background:#6366f108;border-color:#6366f133;transform:translate(3px)}.About-module__Balj8a__journeyCard:hover:before{background:var(--accent-indigo)}.About-module__Balj8a__journeyCardActive{transform:translate(3px);box-shadow:0 2px 16px #6366f10f;background:#6366f10f!important;border-color:#6366f140!important}.About-module__Balj8a__journeyCardActive:before{background:var(--accent-indigo)!important}.About-module__Balj8a__journeyEmoji{background:#6366f10f;border:1px solid #6366f114;border-radius:8px;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:1.2rem;transition:all .3s;display:flex}.About-module__Balj8a__journeyCardActive .About-module__Balj8a__journeyEmoji,.About-module__Balj8a__journeyCard:hover .About-module__Balj8a__journeyEmoji{background:#6366f11f;border-color:#6366f133}.About-module__Balj8a__journeyMeta{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.About-module__Balj8a__journeyYear{color:var(--text-muted);font-family:Fira Code,monospace;font-size:.68rem;font-weight:600;transition:color .25s}.About-module__Balj8a__journeyCardActive .About-module__Balj8a__journeyYear,.About-module__Balj8a__journeyCard:hover .About-module__Balj8a__journeyYear{color:var(--accent-indigo)}.About-module__Balj8a__journeyLabel{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:500;transition:color .25s;overflow:hidden}.About-module__Balj8a__journeyCardActive .About-module__Balj8a__journeyLabel,.About-module__Balj8a__journeyCard:hover .About-module__Balj8a__journeyLabel{color:var(--text-primary)}.About-module__Balj8a__journeyArrow{color:var(--text-muted);flex-shrink:0;transition:all .3s}.About-module__Balj8a__journeyCardActive .About-module__Balj8a__journeyArrow,.About-module__Balj8a__journeyCard:hover .About-module__Balj8a__journeyArrow{color:var(--accent-indigo);transform:translate(3px)}.About-module__Balj8a__journeyDetail{border-radius:var(--radius-sm);background:#6366f108;border:1px solid #6366f11a;align-items:flex-start;gap:14px;margin-top:14px;padding:14px 16px;display:flex;position:relative;overflow:hidden}.About-module__Balj8a__journeyDetail:before{content:"";pointer-events:none;background:radial-gradient(circle at 0 0,#6366f108,#0000 70%);position:absolute;inset:0}.About-module__Balj8a__journeyDetailIcon{background:#6366f114;border:1px solid #6366f11a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:1.1rem;display:flex}.About-module__Balj8a__journeyDetailBody{flex-direction:column;gap:5px;display:flex}.About-module__Balj8a__journeyDetailTitle{color:var(--text-primary);font-size:.88rem;font-weight:600}.About-module__Balj8a__journeyDetailDesc{color:var(--text-secondary);font-size:.8rem;line-height:1.6}@media (max-width:768px){.About-module__Balj8a__profileGrid{grid-template-columns:repeat(2,1fr)}.About-module__Balj8a__contentGrid{grid-template-columns:1fr}}@media (max-width:480px){.About-module__Balj8a__profileGrid{grid-template-columns:1fr}}
.Stats-module__N0VmDq__stats{z-index:10;margin-top:-40px;padding:40px 0;position:relative}.Stats-module__N0VmDq__grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.Stats-module__N0VmDq__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;padding:24px;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.Stats-module__N0VmDq__card:hover{background:var(--bg-card-hover);border-color:var(--c);box-shadow:0 8px 32px color-mix(in srgb, var(--c) 8%, transparent);transform:translateY(-3px)}.Stats-module__N0VmDq__cardAccent{opacity:0;height:3px;transition:opacity .35s;position:absolute;top:0;left:0;right:0}.Stats-module__N0VmDq__card:hover .Stats-module__N0VmDq__cardAccent{opacity:1}.Stats-module__N0VmDq__cardTop{align-items:center;margin-bottom:20px;display:flex}.Stats-module__N0VmDq__emoji{border:1px solid var(--border);background:#ffffff08;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.3rem;transition:all .3s;display:flex}.Stats-module__N0VmDq__card:hover .Stats-module__N0VmDq__emoji{background:color-mix(in srgb, var(--c) 8%, transparent);border-color:color-mix(in srgb, var(--c) 20%, transparent)}.Stats-module__N0VmDq__value{letter-spacing:-.02em;margin-bottom:6px;font-size:2rem;font-weight:800;line-height:1}.Stats-module__N0VmDq__label{color:var(--text-primary);margin-bottom:8px;font-size:.88rem;font-weight:600}.Stats-module__N0VmDq__desc{color:var(--text-muted);font-size:.78rem;line-height:1.55}@media (max-width:992px){.Stats-module__N0VmDq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.Stats-module__N0VmDq__grid{grid-template-columns:1fr}.Stats-module__N0VmDq__card{padding:20px}}
.Skills-module__lhWK4a__section{position:relative;overflow:hidden}.Skills-module__lhWK4a__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:48px;display:flex}.Skills-module__lhWK4a__header .Skills-module__lhWK4a__section-subtitle{text-align:center}.Skills-module__lhWK4a__grid{grid-template-columns:repeat(3,1fr);gap:16px;max-width:900px;margin:0 auto;display:grid}.Skills-module__lhWK4a__card{flex-direction:column;gap:16px;padding:24px;display:flex}.Skills-module__lhWK4a__cardHeader{align-items:center;gap:12px;display:flex}.Skills-module__lhWK4a__cardIcon{width:38px;height:38px;color:var(--accent-indigo);background:#6366f114;border:1px solid #6366f11f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-family:Fira Code,monospace;font-size:1rem;display:flex}.Skills-module__lhWK4a__card:hover .Skills-module__lhWK4a__cardIcon{background:#6366f126;border-color:#6366f140}.Skills-module__lhWK4a__cardTitle{color:var(--text-primary);font-size:.95rem;font-weight:600}.Skills-module__lhWK4a__cardSkills{flex-wrap:wrap;gap:8px;display:flex}.Skills-module__lhWK4a__skillChip{color:var(--text-secondary);cursor:pointer;background:#6366f10f;border:1px solid #6366f11a;border-radius:99px;padding:6px 14px;font-family:Fira Code,monospace;font-size:.78rem;font-weight:500;transition:all .25s}.Skills-module__lhWK4a__skillChip:hover{color:var(--accent-indigo);background:#6366f126;border-color:#6366f14d;transform:translateY(-1px)}.Skills-module__lhWK4a__skillChip:active{transform:translateY(0)}@media (max-width:768px){.Skills-module__lhWK4a__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Skills-module__lhWK4a__grid{grid-template-columns:1fr}}
.Palestine-module__64ZWnG__palestine{position:relative;overflow:hidden}.Palestine-module__64ZWnG__orb1{width:450px;height:450px;top:15%;right:-120px}.Palestine-module__64ZWnG__orb2{width:400px;height:400px;bottom:5%;left:-100px}.Palestine-module__64ZWnG__header{text-align:center;flex-direction:column;align-items:center;display:flex}.Palestine-module__64ZWnG__header .Palestine-module__64ZWnG__section-subtitle{text-align:center}.Palestine-module__64ZWnG__palText{background:linear-gradient(135deg,#ef4444 0%,#10b981 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.Palestine-module__64ZWnG__palDivider{background:linear-gradient(90deg,#ef4444 0%,#000 33%,#94a3b8 66%,#10b981 100%)!important}:root.light .Palestine-module__64ZWnG__palDivider{background:linear-gradient(90deg,#ef4444 0%,#0f172a 33%,#cbd5e1 66%,#10b981 100%)!important}.Palestine-module__64ZWnG__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px;display:grid}.Palestine-module__64ZWnG__card{flex-direction:column;height:100%;padding:32px;display:flex}.Palestine-module__64ZWnG__cardTop{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.Palestine-module__64ZWnG__cardEmoji{border:1px solid var(--border);background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.4rem;display:flex}.Palestine-module__64ZWnG__palColorIndicator{border-radius:3px;width:24px;height:6px}.Palestine-module__64ZWnG__cardTitle{color:var(--text-primary);margin-bottom:12px;font-size:1.15rem;font-weight:600}.Palestine-module__64ZWnG__cardDesc{color:var(--text-secondary);font-size:.92rem;line-height:1.7}.Palestine-module__64ZWnG__quoteCard{text-align:center;border-left:4px solid #ef4444;max-width:850px;margin:0 auto 60px;padding:40px;position:relative;overflow:hidden}.Palestine-module__64ZWnG__quoteIcon{color:#ef444426;font-family:serif;font-size:5rem;line-height:1;position:absolute;top:-10px;left:20px}.Palestine-module__64ZWnG__quoteText{color:var(--text-primary);z-index:2;margin-bottom:20px;font-size:1.05rem;font-style:italic;line-height:1.8;position:relative}.Palestine-module__64ZWnG__quoteAuthor{color:var(--text-muted);font-family:Fira Code,monospace;font-size:.85rem;font-weight:500}.Palestine-module__64ZWnG__actionContainer{text-align:center;border-radius:var(--radius-md);background:#ef44440a;border:1px solid #ef44441f;flex-direction:column;align-items:center;padding:32px;display:flex}.Palestine-module__64ZWnG__actionText{color:var(--text-secondary);margin-bottom:24px;font-size:.95rem;font-weight:500}.Palestine-module__64ZWnG__actionButtons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.Palestine-module__64ZWnG__actionButtons .Palestine-module__64ZWnG__btn{padding:12px 24px;font-size:.88rem}@media (max-width:992px){.Palestine-module__64ZWnG__grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:640px){.Palestine-module__64ZWnG__grid{grid-template-columns:1fr}.Palestine-module__64ZWnG__quoteCard{padding:30px 20px}.Palestine-module__64ZWnG__quoteText{font-size:.95rem}.Palestine-module__64ZWnG__essayGrid{grid-template-columns:1fr}}.Palestine-module__64ZWnG__articlesHeader{text-align:center;flex-direction:column;align-items:center;margin-top:80px;margin-bottom:36px;display:flex}.Palestine-module__64ZWnG__articlesSub{color:var(--accent-cyan);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-family:Fira Code,monospace;font-size:.78rem}.Palestine-module__64ZWnG__articlesTitle{color:var(--text-primary);margin-bottom:12px;font-size:1.6rem;font-weight:700}.Palestine-module__64ZWnG__articlesDesc{color:var(--text-muted);max-width:500px;font-size:.92rem;line-height:1.5}.Palestine-module__64ZWnG__essayGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-bottom:80px;display:grid}.Palestine-module__64ZWnG__essayCard{border:1px solid var(--border);background:#ffffff03;flex-direction:column;align-items:flex-start;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;padding:28px!important}.Palestine-module__64ZWnG__essayCard:hover{border-color:var(--accent-cyan);background:#ffffff08;transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #06b6d41f}.Palestine-module__64ZWnG__essayTag{color:var(--accent-cyan);background:#06b6d40f;border:1px solid #06b6d426;border-radius:99px;margin-bottom:16px;padding:4px 10px;font-family:Fira Code,monospace;font-size:.7rem;font-weight:600}.Palestine-module__64ZWnG__essayCardTitle{color:var(--text-primary);margin-bottom:10px;font-size:1.1rem;font-weight:600;line-height:1.4}.Palestine-module__64ZWnG__essayShort{color:var(--text-secondary);flex:1;margin-bottom:20px;font-size:.88rem;line-height:1.6}.Palestine-module__64ZWnG__readBtn{cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-family:Fira Code,monospace;font-size:.78rem;transition:gap .2s;display:inline-flex;color:var(--accent-cyan)!important}.Palestine-module__64ZWnG__readBtn:hover{gap:10px}.Palestine-module__64ZWnG__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:5000;background:#000c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}:root.light .Palestine-module__64ZWnG__modalOverlay{background:#0f172a66}.Palestine-module__64ZWnG__modalContent{border:1px solid var(--border);text-align:left;width:100%;max-width:680px;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 20px 50px #00000080;padding:40px!important}:root.light .Palestine-module__64ZWnG__modalContent{box-shadow:0 20px 50px #0f172a1f}.Palestine-module__64ZWnG__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1.1rem;transition:color .2s;position:absolute;top:24px;right:24px}.Palestine-module__64ZWnG__closeBtn:hover{color:var(--text-primary)}.Palestine-module__64ZWnG__modalTag{color:var(--accent-cyan);background:#06b6d414;border:1px solid #06b6d433;border-radius:99px;margin-bottom:20px;padding:6px 14px;font-family:Fira Code,monospace;font-size:.75rem;display:inline-block}.Palestine-module__64ZWnG__modalTitle{color:var(--text-primary);margin-bottom:20px;font-size:1.6rem;font-weight:700;line-height:1.3}.Palestine-module__64ZWnG__modalDivider{background:linear-gradient(90deg, var(--accent-cyan), transparent);height:1px;margin-bottom:24px}.Palestine-module__64ZWnG__modalBody p{color:var(--text-secondary);margin-bottom:20px;font-size:.98rem;line-height:1.8}.Palestine-module__64ZWnG__modalCloseCta{margin-top:10px;padding:10px 24px}.Palestine-module__64ZWnG__statsRow{flex-wrap:wrap;gap:16px;width:100%;margin-top:8px;margin-bottom:48px;display:flex}.Palestine-module__64ZWnG__statCard{background:#ef44440f;border:1px solid #ef44441f;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:4px;min-width:120px;padding:16px 24px;display:flex}.Palestine-module__64ZWnG__statValue{background:linear-gradient(135deg,#ef4444,#10b981);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Fira Code,monospace;font-size:1.5rem;font-weight:700}.Palestine-module__64ZWnG__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-family:Fira Code,monospace;font-size:.75rem}.Palestine-module__64ZWnG__essaysSection{margin-top:80px}.Palestine-module__64ZWnG__essaysHeader{text-align:center;flex-direction:column;align-items:center;margin-bottom:36px;display:flex}.Palestine-module__64ZWnG__essaysSub{color:var(--accent-cyan);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-family:Fira Code,monospace;font-size:.78rem}.Palestine-module__64ZWnG__essaysTitle{color:var(--text-primary);margin-bottom:12px;font-size:1.6rem;font-weight:700}.Palestine-module__64ZWnG__essaysDesc{color:var(--text-muted);max-width:500px;font-size:.92rem;line-height:1.5}.Palestine-module__64ZWnG__filtersRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px;display:flex}.Palestine-module__64ZWnG__tagFilters{flex-wrap:wrap;gap:8px;display:flex}.Palestine-module__64ZWnG__tagBtn{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:99px;padding:6px 14px;font-family:Fira Code,monospace;font-size:.75rem;transition:all .3s}.Palestine-module__64ZWnG__tagBtn:hover{color:var(--text-primary);border-color:#ef44444d}.Palestine-module__64ZWnG__tagActive{color:#ef4444;background:#ef44441a;border-color:#ef4444}.Palestine-module__64ZWnG__searchWrap{position:relative}.Palestine-module__64ZWnG__searchInput{background:var(--bg-card);border:1px solid var(--border);color:var(--text-primary);border-radius:99px;outline:none;width:260px;padding:10px 16px 10px 40px;font-family:Space Grotesk,sans-serif;font-size:.85rem;transition:all .3s}.Palestine-module__64ZWnG__searchInput::placeholder{color:var(--text-muted)}.Palestine-module__64ZWnG__searchInput:focus{border-color:var(--accent-indigo);box-shadow:0 0 0 3px #6366f126}@media (max-width:992px){.Palestine-module__64ZWnG__essayGrid{grid-template-columns:repeat(2,1fr)}}
.Navbar-module__pSp8Ga__nav{z-index:100;padding:14px 0;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0}.Navbar-module__pSp8Ga__scrolled{-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--border);background:#05050fbf;padding:10px 0}:root.light .Navbar-module__pSp8Ga__scrolled{-webkit-backdrop-filter:blur(24px);background:#f8f9fecc}.Navbar-module__pSp8Ga__inner{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:0 24px;display:flex}.Navbar-module__pSp8Ga__logo{color:var(--text-primary);z-index:101;align-items:center;gap:10px;text-decoration:none;display:flex;position:relative}.Navbar-module__pSp8Ga__logoText{letter-spacing:-.01em;font-size:1.1rem;font-weight:700}.Navbar-module__pSp8Ga__logoDot{color:var(--accent-indigo)}.Navbar-module__pSp8Ga__logoIconWrap{background:#fff;border:1px solid #ffffff26;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}:root.light .Navbar-module__pSp8Ga__logoIconWrap{background:#0000000a;border-color:#00000014}.Navbar-module__pSp8Ga__logoGlow{border-color:#6366f159;box-shadow:0 0 20px #6366f14d,0 0 60px #6366f126}.Navbar-module__pSp8Ga__logoImg{object-fit:contain;width:auto;height:22px;transition:filter .3s}.Navbar-module__pSp8Ga__logoGlow .Navbar-module__pSp8Ga__logoImg{filter:brightness(1.3)drop-shadow(0 0 4px #6366f14d)}.Navbar-module__pSp8Ga__links{align-items:center;gap:4px;display:flex}.Navbar-module__pSp8Ga__link{color:var(--text-secondary);border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex;position:relative}.Navbar-module__pSp8Ga__link:hover{color:var(--text-primary);background:#ffffff0a}.Navbar-module__pSp8Ga__activeLink{color:var(--text-primary)}.Navbar-module__pSp8Ga__activeDot{background:var(--accent-indigo);border-radius:99px;width:16px;height:2px;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.Navbar-module__pSp8Ga__navRight{align-items:center;gap:12px;display:flex}.Navbar-module__pSp8Ga__themeToggle{background:var(--bg-card);border:1px solid var(--border);width:34px;height:34px;color:var(--text-secondary);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;transition:all .3s;display:flex}.Navbar-module__pSp8Ga__themeToggle:hover{color:var(--accent-cyan);border-color:var(--accent-cyan);background:#06b6d40f}.Navbar-module__pSp8Ga__ctaBtn{margin-left:4px}.Navbar-module__pSp8Ga__burger{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;display:none;position:relative}.Navbar-module__pSp8Ga__burgerLine{background:var(--text-primary);border-radius:99px;width:20px;height:2px;transition:all .3s cubic-bezier(.16,1,.3,1);display:block}.Navbar-module__pSp8Ga__open1{transform:translateY(7px)rotate(45deg)}.Navbar-module__pSp8Ga__open2{opacity:0;transform:scaleX(0)}.Navbar-module__pSp8Ga__open3{transform:translateY(-7px)rotate(-45deg)}.Navbar-module__pSp8Ga__mobileMenu{z-index:99;-webkit-backdrop-filter:blur(32px);border-bottom:1px solid var(--border);background:#05050ff5;flex-direction:column;gap:4px;padding:80px 24px 32px;display:flex;position:fixed;top:0;left:0;right:0}:root.light .Navbar-module__pSp8Ga__mobileMenu{background:#f8f9fefa}.Navbar-module__pSp8Ga__mobileLink{color:var(--text-secondary);border-radius:12px;padding:12px 16px;font-size:.92rem;font-weight:500;text-decoration:none;transition:all .2s}.Navbar-module__pSp8Ga__mobileLink:hover{color:var(--text-primary);background:var(--bg-card)}.Navbar-module__pSp8Ga__betaBadge{letter-spacing:.06em;text-transform:uppercase;color:#a78bfa;background:#8b5cf626;border:1px solid #8b5cf64d;border-radius:4px;margin-left:8px;padding:1px 6px;font-size:.55rem;font-weight:800;display:inline-block}@media (max-width:900px){.Navbar-module__pSp8Ga__links,.Navbar-module__pSp8Ga__navRight{display:none}.Navbar-module__pSp8Ga__burger{display:flex}}
.Footer-module__nhiC3q__footer{padding-top:0;padding-bottom:0}.Footer-module__nhiC3q__inner{padding:60px 0 32px}.Footer-module__nhiC3q__top{grid-template-columns:1.5fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.Footer-module__nhiC3q__brand{flex-direction:column;gap:14px;display:flex}.Footer-module__nhiC3q__logo{color:var(--text-primary);text-decoration:none}.Footer-module__nhiC3q__logoText{letter-spacing:-.01em;font-size:1.25rem;font-weight:700}.Footer-module__nhiC3q__logoDot{color:var(--accent-indigo)}.Footer-module__nhiC3q__tagline{color:var(--text-muted);max-width:320px;font-size:.84rem;line-height:1.65}.Footer-module__nhiC3q__links{flex-direction:column;gap:10px;display:flex}.Footer-module__nhiC3q__linksLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:4px;font-family:Fira Code,monospace;font-size:.7rem;font-weight:600}.Footer-module__nhiC3q__link{color:var(--text-secondary);width:fit-content;font-size:.88rem;font-weight:500;text-decoration:none;transition:all .25s}.Footer-module__nhiC3q__link:hover{color:var(--accent-indigo)}.Footer-module__nhiC3q__bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:24px;display:flex}.Footer-module__nhiC3q__copy{color:var(--text-muted);font-size:.78rem}.Footer-module__nhiC3q__madeWith{color:var(--text-muted);align-items:center;gap:6px;font-size:.82rem;display:flex}.Footer-module__nhiC3q__heart{color:#ef4444;font-size:1rem}.Footer-module__nhiC3q__repo{color:var(--text-muted);align-items:center;gap:7px;font-size:.78rem;font-weight:500;text-decoration:none;transition:color .25s;display:inline-flex}.Footer-module__nhiC3q__repo:hover{color:var(--accent-indigo)}@media (max-width:768px){.Footer-module__nhiC3q__top{grid-template-columns:1fr;gap:32px}.Footer-module__nhiC3q__bottom{text-align:center;flex-direction:column}}
.Effects-module__WkoVba__scrollBar{z-index:2000;pointer-events:none;background:linear-gradient(90deg,#6366f1,#06b6d4,#a855f7);border-radius:0 99px 99px 0;height:3px;transition:width .1s ease-out;position:fixed;top:0;left:0;box-shadow:0 0 12px #6366f1b3}.Effects-module__WkoVba__canvas{pointer-events:none;z-index:0;mix-blend-mode:screen;width:100vw;height:100vh;position:fixed;top:0;left:0}:root.light .Effects-module__WkoVba__canvas{mix-blend-mode:multiply}.Effects-module__WkoVba__cursorDot{background-color:var(--accent-cyan);pointer-events:none;z-index:9999;width:6px;height:6px;box-shadow:0 0 10px var(--accent-cyan);will-change:transform;border-radius:50%;position:fixed;top:0;left:0;transform:translate(-100px,-100px)}.Effects-module__WkoVba__cursorGlow{pointer-events:none;z-index:9998;mix-blend-mode:screen;will-change:transform;background:radial-gradient(circle,#6366f114 0%,#06b6d40a 40%,#0000 70%);border-radius:50%;width:320px;height:320px;position:fixed;top:0;left:0;transform:translate(-500px,-500px)}:root.light .Effects-module__WkoVba__cursorGlow{mix-blend-mode:multiply;background:radial-gradient(circle,#6366f10a 0%,#06b6d405 40%,#0000 70%)}.Effects-module__WkoVba__scrollTopBtn{background:var(--bg-secondary);border:1px solid var(--border);cursor:pointer;z-index:999;opacity:0;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:24px;right:24px;transform:translateY(20px)scale(.8);box-shadow:0 10px 30px #0000004d}:root.light .Effects-module__WkoVba__scrollTopBtn{box-shadow:0 10px 30px #00000014}.Effects-module__WkoVba__showBtn{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.Effects-module__WkoVba__scrollTopBtn:hover{border-color:var(--accent-indigo);transform:translateY(-4px);box-shadow:0 12px 35px #6366f140}.Effects-module__WkoVba__svgCircle{position:absolute;top:-1px;left:-1px;transform:rotate(-90deg)}.Effects-module__WkoVba__circleBg{fill:none;stroke:#ffffff0d}:root.light .Effects-module__WkoVba__circleBg{stroke:#0000000d}.Effects-module__WkoVba__circleProgress{fill:none;stroke:var(--accent-cyan);stroke-linecap:round;transition:stroke-dashoffset .1s ease-out}.Effects-module__WkoVba__arrow{color:var(--text-primary);z-index:10;font-size:1.1rem;font-weight:600;transition:transform .2s;position:relative}.Effects-module__WkoVba__scrollTopBtn:hover .Effects-module__WkoVba__arrow{color:var(--accent-cyan);transform:translateY(-2px)}
.ContextMenu-module__NDeSHG__menu{z-index:99999;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:2px;width:200px;display:flex;position:fixed;box-shadow:0 10px 30px #00000080,0 0 20px #6366f114;background:#0a0a14e0!important;padding:8px!important}:root.light .ContextMenu-module__NDeSHG__menu{box-shadow:0 10px 30px #00000014;background:#ffffffe6!important}.ContextMenu-module__NDeSHG__header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em;padding:6px 12px;font-family:Fira Code,monospace;font-size:.72rem;font-weight:600}.ContextMenu-module__NDeSHG__divider{background:var(--border);height:1px;margin:4px 0}.ContextMenu-module__NDeSHG__item{text-align:left;width:100%;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.ContextMenu-module__NDeSHG__item span{font-size:1rem}.ContextMenu-module__NDeSHG__item:hover{color:var(--text-primary);background:#6366f11a;padding-left:16px}.ContextMenu-module__NDeSHG__closeItem{color:var(--text-muted)}.ContextMenu-module__NDeSHG__closeItem:hover{color:#ef4444;background:#ef444414}
.ErrorBoundary-module__uqv71G__errorContainer{justify-content:center;align-items:center;width:100%;min-height:200px;padding:2rem;display:flex}.ErrorBoundary-module__uqv71G__errorCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;max-width:400px;padding:2rem}.ErrorBoundary-module__uqv71G__errorIcon{margin-bottom:1rem;font-size:3rem;display:block}.ErrorBoundary-module__uqv71G__errorCard h3{color:#fff;margin-bottom:.5rem}.ErrorBoundary-module__uqv71G__errorCard p{color:#a1a1aa;margin-bottom:1.5rem;font-size:.9rem}.ErrorBoundary-module__uqv71G__retryBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:8px;padding:.6rem 1.5rem;font-weight:600;transition:opacity .2s}.ErrorBoundary-module__uqv71G__retryBtn:hover{opacity:.9}
.Projects-module__k3vqla__projects{position:relative;overflow:hidden}.Projects-module__k3vqla__statsRow{flex-wrap:wrap;gap:16px;margin-top:24px;display:flex}.Projects-module__k3vqla__statCard{background:#6366f10f;border:1px solid #6366f11f;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:4px;min-width:120px;padding:16px 24px;display:flex}.Projects-module__k3vqla__statValue{background:linear-gradient(135deg,#818cf8,#c084fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Fira Code,monospace;font-size:1.5rem;font-weight:700}.Projects-module__k3vqla__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-family:Fira Code,monospace;font-size:.75rem}.Projects-module__k3vqla__openSourceBadge{color:#10b981;background:#10b98114;border:1px solid #10b98133;border-radius:8px;margin-top:16px;padding:10px 16px;font-size:.85rem;display:inline-block}.Projects-module__k3vqla__openSourceBadge strong{color:var(--text-primary);font-weight:700}.Projects-module__k3vqla__filters{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;width:100%;margin-bottom:32px;display:flex}.Projects-module__k3vqla__filterLeft{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.Projects-module__k3vqla__searchWrap{align-items:center;display:flex;position:relative}.Projects-module__k3vqla__searchIcon{color:var(--text-muted);pointer-events:none;position:absolute;left:14px}.Projects-module__k3vqla__searchInput{background:var(--bg-card);border:1px solid var(--border);color:var(--text-primary);border-radius:99px;outline:none;width:260px;padding:10px 16px 10px 40px;font-family:Space Grotesk,sans-serif;font-size:.85rem;transition:all .3s}.Projects-module__k3vqla__searchInput::placeholder{color:var(--text-muted)}.Projects-module__k3vqla__searchInput:focus{border-color:var(--accent-indigo);box-shadow:0 0 0 3px #6366f126}.Projects-module__k3vqla__searchClear{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;font-size:.75rem;transition:all .2s;display:flex;position:absolute;right:10px}.Projects-module__k3vqla__searchClear:hover{color:#ef4444;background:#ef44441a}.Projects-module__k3vqla__categoryFilters{flex-wrap:wrap;gap:8px;display:flex}.Projects-module__k3vqla__techBadge{color:var(--accent-cyan);background:#06b6d414;border:1px solid #06b6d440;border-radius:99px;align-items:center;gap:10px;padding:6px 14px;font-family:Fira Code,monospace;font-size:.8rem;display:inline-flex;box-shadow:0 0 16px #06b6d414}.Projects-module__k3vqla__techBadge strong{color:var(--text-primary)}.Projects-module__k3vqla__clearTechBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:2px;font-size:.78rem;transition:all .2s;display:flex}.Projects-module__k3vqla__clearTechBtn:hover{color:#ef4444;background:#ef44441a}.Projects-module__k3vqla__filterBtn{background:var(--bg-card);color:var(--text-secondary);border:1px solid var(--border);cursor:pointer;border-radius:99px;padding:8px 20px;font-family:Fira Code,monospace;font-size:.8rem;font-weight:500;transition:all .3s}.Projects-module__k3vqla__filterBtn:hover{color:var(--text-primary);border-color:var(--accent-indigo)}.Projects-module__k3vqla__filterActive{color:var(--accent-indigo);border-color:var(--accent-indigo);background:#6366f126;box-shadow:0 0 16px #6366f133}.Projects-module__k3vqla__grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.Projects-module__k3vqla__card{flex-direction:column;padding:28px;display:flex}.Projects-module__k3vqla__cardTop{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.Projects-module__k3vqla__cardEmoji{background:#6366f114;border:1px solid #6366f11f;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.6rem;transition:all .3s;display:flex}.Projects-module__k3vqla__card:hover .Projects-module__k3vqla__cardEmoji{background:#6366f126;border-color:#6366f14d}.Projects-module__k3vqla__cardLinks{gap:8px;display:flex}.Projects-module__k3vqla__cardLink{width:36px;height:36px;color:var(--text-muted);border-radius:8px;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex}.Projects-module__k3vqla__cardLink:hover{color:var(--accent-indigo);background:#6366f11a}.Projects-module__k3vqla__cardTitle{margin-bottom:10px;font-size:1.2rem;font-weight:600}.Projects-module__k3vqla__cardDesc{color:var(--text-secondary);flex:1;margin-bottom:20px;font-size:.9rem;line-height:1.7}.Projects-module__k3vqla__githubMeta{background:#6366f10d;border:1px solid #6366f114;border-radius:8px;align-items:center;gap:16px;margin-bottom:14px;padding:8px 12px;display:flex}.Projects-module__k3vqla__metaItem{color:var(--text-secondary);align-items:center;gap:5px;font-family:Fira Code,monospace;font-size:.8rem;display:inline-flex}.Projects-module__k3vqla__metaItem svg{opacity:.7}.Projects-module__k3vqla__metaLang{color:var(--accent-cyan);background:#06b6d41a;border:1px solid #06b6d426;border-radius:4px;margin-left:auto;padding:2px 8px;font-family:Fira Code,monospace;font-size:.75rem}.Projects-module__k3vqla__cardTags{flex-wrap:wrap;gap:8px;display:flex}.Projects-module__k3vqla__privateBadge{color:#ef4444;background:#ef44441f;border:1px solid #ef444440;border-radius:99px;align-items:center;gap:4px;padding:4px 10px;font-family:Fira Code,monospace;font-size:.7rem;font-weight:600;display:inline-flex}@media (max-width:768px){.Projects-module__k3vqla__grid{grid-template-columns:1fr}.Projects-module__k3vqla__filters{justify-content:center}}
.not-found-module__sxuMuG__wrapper{text-align:center;z-index:1;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative}.not-found-module__sxuMuG__orb{pointer-events:none;background:radial-gradient(circle,#6366f114 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.not-found-module__sxuMuG__code{background:linear-gradient(135deg,#6366f1 0%,#06b6d4 50%,#a855f7 100%);-webkit-text-fill-color:transparent;letter-spacing:-.04em;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:clamp(5rem,15vw,10rem);font-weight:900;line-height:1}.not-found-module__sxuMuG__label{color:#06b6d4;letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:16px;font-family:Fira Code,monospace;font-size:.85rem;display:flex}.not-found-module__sxuMuG__labelLine{opacity:.5;background:#06b6d4;width:20px;height:1.5px}.not-found-module__sxuMuG__description{color:var(--text-secondary);max-width:420px;margin-bottom:40px;font-size:1.1rem;line-height:1.7}.not-found-module__sxuMuG__homeBtn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#6366f1,#06b6d4);border-radius:12px;align-items:center;gap:10px;padding:14px 28px;font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .35s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #6366f140}.not-found-module__sxuMuG__homeBtn:after{content:"";opacity:0;background:#ffffff0f;transition:opacity .3s;position:absolute;inset:0}.not-found-module__sxuMuG__homeBtn:hover{transform:translateY(-2px);box-shadow:0 8px 48px #6366f166}.not-found-module__sxuMuG__homeBtn:hover:after{opacity:1}
