.Hero-module__1VZ2hq__hero{background-color:var(--background);background-image:radial-gradient(circle at 20% 30%,#2563eb0a 0%,#0000 40%),radial-gradient(circle at 80% 70%,#8b5cf608 0%,#0000 45%),radial-gradient(#00000008 1.5px,#0000 1.5px);background-size:100% 100%,100% 100%,24px 24px;justify-content:center;align-items:center;min-height:100dvh;padding:140px 24px 80px;display:flex;position:relative;overflow:hidden}@media (prefers-color-scheme:dark){.Hero-module__1VZ2hq__hero{background-image:radial-gradient(circle at 20% 30%,#3b82f60f 0%,#0000 45%),radial-gradient(circle at 80% 70%,#a855f70a 0%,#0000 50%),radial-gradient(#ffffff04 1.5px,#0000 1.5px)}}.Hero-module__1VZ2hq__container{z-index:10;width:100%;max-width:1200px;margin:0 auto;position:relative}.Hero-module__1VZ2hq__content{flex-direction:column;gap:28px;max-width:800px;display:flex}.Hero-module__1VZ2hq__role{font-family:var(--font-mono);color:var(--accent);letter-spacing:.12em;text-transform:uppercase;font-size:.85rem;font-weight:600}.Hero-module__1VZ2hq__name{letter-spacing:-.05em;background:linear-gradient(135deg,var(--foreground)30%,var(--muted)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:4.5rem;font-weight:850;line-height:1.05}.Hero-module__1VZ2hq__description{color:var(--muted);letter-spacing:-.01em;max-width:620px;margin:0;font-size:1.35rem;line-height:1.6}.Hero-module__1VZ2hq__actions{flex-wrap:wrap;gap:16px;margin-top:12px;display:flex}.Hero-module__1VZ2hq__button{border-radius:var(--radius-full);cursor:pointer;align-items:center;gap:10px;padding:16px 32px;font-size:.95rem;font-weight:600;transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s,background-color .25s,border-color .25s;display:inline-flex}.Hero-module__1VZ2hq__button:active{transform:scale(.96)}.Hero-module__1VZ2hq__storeIcon{object-fit:contain;width:18px;height:18px}.Hero-module__1VZ2hq__primary{background:var(--foreground);color:var(--background);border:1px solid var(--foreground);box-shadow:0 10px 30px -10px #00000026}.Hero-module__1VZ2hq__primary:hover{transform:translateY(-2px);box-shadow:0 15px 35px -10px #00000040}.dark .Hero-module__1VZ2hq__primary{box-shadow:0 10px 30px -10px #ffffff0d}.dark .Hero-module__1VZ2hq__primary:hover{box-shadow:0 15px 35px -10px #ffffff1a}.Hero-module__1VZ2hq__secondary{color:var(--foreground);border:1px solid var(--border);background:0 0}.Hero-module__1VZ2hq__secondary:hover{background:var(--secondary);border-color:var(--muted-light);transform:translateY(-2px)}@media (max-width:768px){.Hero-module__1VZ2hq__hero{background-size:100% 100%,100% 100%,20px 20px;padding:120px 24px 64px}.Hero-module__1VZ2hq__name{font-size:3rem}.Hero-module__1VZ2hq__description{font-size:1.15rem}.Hero-module__1VZ2hq__actions{flex-direction:column;gap:12px;width:100%}.Hero-module__1VZ2hq__button{justify-content:center;width:100%;padding:14px 28px}}
.About-module__AI7T4q__section{background:var(--secondary);padding:120px 24px;position:relative;overflow:hidden}.About-module__AI7T4q__container{max-width:1200px;margin:0 auto}.About-module__AI7T4q__wrapper{grid-template-columns:1fr;gap:32px;display:grid}@media (min-width:768px){.About-module__AI7T4q__wrapper{grid-template-columns:1fr 2fr;gap:64px}}.About-module__AI7T4q__sidebar{flex-direction:column;gap:16px;display:flex}.About-module__AI7T4q__title{letter-spacing:-.04em;color:var(--foreground);margin:0;font-size:2.5rem;font-weight:800;line-height:1.1}.About-module__AI7T4q__decorator{background:var(--accent);border-radius:var(--radius-full);width:48px;height:4px}.About-module__AI7T4q__body{flex-direction:column;gap:28px;display:flex}.About-module__AI7T4q__text{color:var(--muted);letter-spacing:-.01em;margin:0;font-size:1.15rem;line-height:1.8}@media (max-width:768px){.About-module__AI7T4q__title{font-size:2rem}.About-module__AI7T4q__text{font-size:1.05rem;line-height:1.7}}
.Skills-module__5eZgKW__section{background:var(--secondary);padding:120px 24px;position:relative}.Skills-module__5eZgKW__container{max-width:1200px;margin:0 auto}.Skills-module__5eZgKW__sectionHeader{margin-bottom:56px}.Skills-module__5eZgKW__title{letter-spacing:-.04em;color:var(--foreground);margin:0;font-size:2.5rem;font-weight:800}.Skills-module__5eZgKW__divider{background:var(--accent);border-radius:var(--radius-full);width:60px;height:4px;margin-top:16px}.Skills-module__5eZgKW__grid{grid-template-columns:1fr;gap:32px;display:grid}@media (min-width:768px){.Skills-module__5eZgKW__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Skills-module__5eZgKW__grid{grid-template-columns:repeat(3,1fr)}}.Skills-module__5eZgKW__card{background:var(--background);border-radius:var(--radius-lg);border:1px solid var(--border);border-top:3px solid var(--accent);flex-direction:column;height:100%;padding:32px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1),border-color .3s;display:flex;box-shadow:0 4px 20px -10px #0000000d}.Skills-module__5eZgKW__card:hover{border-color:var(--muted-light);transform:translateY(-6px);box-shadow:0 15px 30px -10px #00000014}.dark .Skills-module__5eZgKW__card{box-shadow:0 4px 20px -10px #00000040}.dark .Skills-module__5eZgKW__card:hover{border-color:var(--secondary);box-shadow:0 15px 30px -10px #0006}.Skills-module__5eZgKW__cardTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:.85rem;font-weight:700;font-family:var(--font-mono),monospace;margin:0 0 24px}.Skills-module__5eZgKW__tags{flex-wrap:wrap;gap:8px;display:flex}.Skills-module__5eZgKW__tag{color:var(--foreground);border-radius:var(--radius-full);border:1px solid var(--border);cursor:default;background:0 0;padding:6px 12px;font-size:.825rem;font-weight:500;transition:all .25s cubic-bezier(.2,.8,.2,1)}.Skills-module__5eZgKW__tag:hover{background:var(--accent);color:var(--accent-foreground);border-color:var(--accent);transform:translateY(-1px)}@media (max-width:480px){.Skills-module__5eZgKW__card{padding:24px}.Skills-module__5eZgKW__cardTitle{margin-bottom:16px}}
.Projects-module__zLUw1G__section{background:var(--background);padding:120px 24px;position:relative;overflow:hidden}.Projects-module__zLUw1G__container{z-index:10;max-width:1200px;margin:0 auto;position:relative}.Projects-module__zLUw1G__sectionHeader{margin-bottom:56px}.Projects-module__zLUw1G__title{letter-spacing:-.04em;color:var(--foreground);margin:0 0 16px;font-size:2.5rem;font-weight:800}.Projects-module__zLUw1G__divider{background:var(--accent);border-radius:var(--radius-full);width:60px;height:4px}.Projects-module__zLUw1G__grid{grid-template-columns:1fr;gap:32px;display:grid}@media (min-width:768px){.Projects-module__zLUw1G__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Projects-module__zLUw1G__grid{grid-template-columns:repeat(3,1fr)}}.Projects-module__zLUw1G__card{background:var(--background);border:1px solid var(--border);border-radius:20px;flex-direction:column;height:100%;padding:32px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s;display:flex;position:relative;overflow:hidden}.Projects-module__zLUw1G__card:hover{border-color:var(--muted-light);transform:translateY(-6px);box-shadow:0 20px 40px -15px #00000014}.dark .Projects-module__zLUw1G__card:hover{border-color:var(--secondary);box-shadow:0 20px 40px -15px #0000004d}.Projects-module__zLUw1G__cardHeader{align-items:center;gap:20px;margin-bottom:24px;display:flex}.Projects-module__zLUw1G__appIcon{border:none;border-radius:22%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;padding:0;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.Projects-module__zLUw1G__appIcon[style*="background: #"]{box-shadow:0 8px 18px -6px #0003}.Projects-module__zLUw1G__iconImg{object-fit:contain;border-radius:12%;width:100%;height:100%;display:block}.Projects-module__zLUw1G__iconImgFull{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}.Projects-module__zLUw1G__card:hover .Projects-module__zLUw1G__appIcon{transform:scale(1.04)}.Projects-module__zLUw1G__monogram{color:#fff;font-size:2rem;font-weight:800;font-family:var(--font-inter),sans-serif;text-shadow:0 2px 4px #00000026;-webkit-user-select:none;user-select:none}.Projects-module__zLUw1G__appIconGlow{pointer-events:none;background:linear-gradient(#ffffff26 0%,#fff0 50%,#0000001a 100%);border-radius:22%;position:absolute;inset:0}.Projects-module__zLUw1G__headerText{flex-direction:column;gap:4px;display:flex}.Projects-module__zLUw1G__cardTitleRow{justify-content:space-between;align-items:center;gap:8px;display:flex}.Projects-module__zLUw1G__cardTitle{letter-spacing:-.02em;color:var(--foreground);margin:0;font-size:1.35rem;font-weight:700;line-height:1.2}.Projects-module__zLUw1G__countryBadge{filter:drop-shadow(0 1px 2px #00000026);flex-shrink:0;font-size:1.4rem;line-height:1}.Projects-module__zLUw1G__subtitle{color:var(--muted);margin:0;font-size:.85rem;font-weight:500}.Projects-module__zLUw1G__content{flex-direction:column;flex-grow:1;display:flex}.Projects-module__zLUw1G__description{color:var(--muted);flex-grow:1;margin:0 0 24px;font-size:.95rem;line-height:1.6}.Projects-module__zLUw1G__tags{flex-wrap:wrap;gap:8px;margin-bottom:28px;display:flex}.Projects-module__zLUw1G__tag{background:var(--secondary);color:var(--secondary-foreground);border-radius:var(--radius-full);letter-spacing:.01em;border:1px solid var(--border);padding:6px 12px;font-size:.75rem;font-weight:600;transition:background-color .2s,border-color .2s}.Projects-module__zLUw1G__card:hover .Projects-module__zLUw1G__tag{background:var(--background);border-color:var(--muted-light)}.dark .Projects-module__zLUw1G__card:hover .Projects-module__zLUw1G__tag{background:var(--secondary);border-color:var(--border)}.Projects-module__zLUw1G__links{flex-wrap:wrap;gap:12px;margin-top:auto;display:flex}.Projects-module__zLUw1G__linkBtn{border-radius:var(--radius-full);background:var(--foreground);color:var(--background);border:1px solid var(--foreground);cursor:pointer;align-items:center;gap:8px;padding:10px 16px;font-size:.8rem;font-weight:600;transition:background-color .2s cubic-bezier(.2,.8,.2,1),color .2s cubic-bezier(.2,.8,.2,1),border-color .2s cubic-bezier(.2,.8,.2,1),transform .2s;display:inline-flex}.Projects-module__zLUw1G__linkBtn:hover:not(.Projects-module__zLUw1G__disabled){color:var(--foreground);background:0 0;transform:translateY(-1px)}.Projects-module__zLUw1G__linkBtn:active:not(.Projects-module__zLUw1G__disabled){transform:scale(.97)}.Projects-module__zLUw1G__secondaryLink{color:var(--foreground);border-color:var(--border);background:0 0}.Projects-module__zLUw1G__secondaryLink:hover{background:var(--secondary);border-color:var(--muted)}.Projects-module__zLUw1G__disabled{background:var(--secondary);color:var(--muted);border-color:var(--border);cursor:not-allowed;opacity:.7}@media (max-width:480px){.Projects-module__zLUw1G__card{padding:24px}.Projects-module__zLUw1G__cardHeader{gap:16px}.Projects-module__zLUw1G__appIcon{width:60px;height:60px;padding:0}.Projects-module__zLUw1G__monogram{font-size:1.75rem}.Projects-module__zLUw1G__cardTitle{font-size:1.2rem}}.Projects-module__zLUw1G__developerConsoleCard{border-radius:var(--radius-lg);background:linear-gradient(135deg,#2563eb14 0%,#2563eb05 100%);border:1px solid #2563eb26;justify-content:space-between;align-items:center;gap:24px;margin-bottom:48px;padding:24px 32px;transition:all .3s;display:flex}.dark .Projects-module__zLUw1G__developerConsoleCard{background:linear-gradient(135deg,#3b82f61a 0%,#3b82f605 100%);border-color:#3b82f633}.Projects-module__zLUw1G__developerConsoleCard:hover{border-color:#2563eb4d;transform:translateY(-2px);box-shadow:0 10px 25px -10px #2563eb26}.dark .Projects-module__zLUw1G__developerConsoleCard:hover{border-color:#3b82f666;box-shadow:0 10px 25px -10px #3b82f633}.Projects-module__zLUw1G__consoleIcon{border-radius:var(--radius-md);width:52px;height:52px;color:var(--accent);background:#2563eb1a;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Projects-module__zLUw1G__playIconSvg{font-size:24px}.Projects-module__zLUw1G__consoleText{flex-direction:column;flex:1;gap:4px;display:flex}.Projects-module__zLUw1G__consoleTitle{color:var(--foreground);letter-spacing:-.02em;margin:0;font-size:1.15rem;font-weight:700}.Projects-module__zLUw1G__consoleDesc{color:var(--muted);margin:0;font-size:.9rem;line-height:1.5}.Projects-module__zLUw1G__consoleBtn{background:var(--foreground);color:var(--background);border:1px solid var(--foreground);border-radius:var(--radius-full);cursor:pointer;align-items:center;gap:8px;padding:12px 24px;font-size:.875rem;font-weight:600;transition:all .25s cubic-bezier(.2,.8,.2,1);display:inline-flex}.Projects-module__zLUw1G__consoleBtn:hover{color:var(--foreground);background:0 0}@media (max-width:768px){.Projects-module__zLUw1G__developerConsoleCard{flex-direction:column;align-items:flex-start;gap:16px;padding:24px}.Projects-module__zLUw1G__consoleBtn{justify-content:center;width:100%}}
.Publishing-module__aQnITG__section{background:var(--background);padding:120px 24px;position:relative;overflow:hidden}.Publishing-module__aQnITG__container{max-width:1200px;margin:0 auto}.Publishing-module__aQnITG__header{max-width:800px;margin-bottom:48px}.Publishing-module__aQnITG__sectionHeader{margin-bottom:24px}.Publishing-module__aQnITG__title{letter-spacing:-.04em;color:var(--foreground);margin:0;font-size:2.5rem;font-weight:800}.Publishing-module__aQnITG__divider{background:var(--accent);border-radius:var(--radius-full);width:60px;height:4px;margin-top:16px}.Publishing-module__aQnITG__subtitle{color:var(--foreground);letter-spacing:-.02em;margin:0 0 16px;font-size:1.35rem;font-weight:700;line-height:1.4}.Publishing-module__aQnITG__description{color:var(--muted);margin:0;font-size:1.1rem;line-height:1.6}.Publishing-module__aQnITG__storesWrapper{margin-bottom:56px}.Publishing-module__aQnITG__storesGrid{flex-wrap:wrap;gap:12px;display:flex}.Publishing-module__aQnITG__storeBadge{background:var(--secondary);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--foreground);cursor:pointer;align-items:center;gap:10px;padding:12px 20px;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.2,.8,.2,1);display:inline-flex}.Publishing-module__aQnITG__storeBadge:hover{background:var(--foreground);color:var(--background);border-color:var(--foreground);transform:translateY(-2px)}.Publishing-module__aQnITG__storeIcon{align-items:center;display:flex}.Publishing-module__aQnITG__storeIconImg{object-fit:contain;border-radius:4px;width:20px;height:20px}.Publishing-module__aQnITG__grid{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:768px){.Publishing-module__aQnITG__grid{grid-template-columns:repeat(2,1fr)}}.Publishing-module__aQnITG__card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;padding:32px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.Publishing-module__aQnITG__card:hover{border-color:var(--muted-light);transform:translateY(-4px);box-shadow:0 15px 30px -10px #0000000d}.dark .Publishing-module__aQnITG__card:hover{border-color:var(--secondary);box-shadow:0 15px 30px -10px #0000004d}.Publishing-module__aQnITG__cardBadge{background:var(--secondary);color:var(--accent);text-transform:uppercase;letter-spacing:.08em;border-radius:var(--radius-sm);border:1px solid var(--border);align-self:flex-start;margin-bottom:20px;padding:6px 12px;font-size:.7rem;font-weight:700}.Publishing-module__aQnITG__cardTitle{color:var(--foreground);letter-spacing:-.02em;justify-content:space-between;align-items:center;margin:0 0 12px;font-size:1.25rem;font-weight:750;display:flex}.Publishing-module__aQnITG__arrowIcon{color:var(--muted);opacity:.4;font-size:.8rem;transition:transform .3s,opacity .3s}.Publishing-module__aQnITG__card:hover .Publishing-module__aQnITG__arrowIcon{color:var(--accent);opacity:1;transform:translate(4px)}.Publishing-module__aQnITG__cardDesc{color:var(--muted);margin:0;font-size:.925rem;line-height:1.6}@media (max-width:768px){.Publishing-module__aQnITG__title{font-size:2rem}.Publishing-module__aQnITG__subtitle{font-size:1.15rem}.Publishing-module__aQnITG__description{font-size:1rem}.Publishing-module__aQnITG__card{padding:24px}}
.Contact-module__gl-AOG__section{background:var(--secondary);padding:120px 24px;position:relative}.Contact-module__gl-AOG__container{max-width:1100px;margin:0 auto}.Contact-module__gl-AOG__wrapper{background:var(--background);border-radius:var(--radius-lg);border:1px solid var(--border);grid-template-columns:1fr;gap:56px;padding:56px;display:grid;box-shadow:0 10px 40px -15px #0000000d}@media (min-width:768px){.Contact-module__gl-AOG__wrapper{grid-template-columns:1fr 1.2fr;gap:64px}}.dark .Contact-module__gl-AOG__wrapper{box-shadow:0 10px 40px -15px #0000004d}.Contact-module__gl-AOG__info{flex-direction:column;display:flex}.Contact-module__gl-AOG__title{letter-spacing:-.04em;color:var(--foreground);margin:0 0 20px;font-size:2.25rem;font-weight:800;line-height:1.1}.Contact-module__gl-AOG__text{color:var(--muted);margin:0 0 36px;font-size:1.1rem;line-height:1.6}.Contact-module__gl-AOG__socials{gap:16px;margin-top:auto;display:flex}.Contact-module__gl-AOG__socialLink{background:var(--secondary);border:1px solid var(--border);width:48px;height:48px;color:var(--muted);border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex}.Contact-module__gl-AOG__socialLink:hover{color:var(--background);background:var(--foreground);border-color:var(--foreground);transform:translateY(-3px)}.Contact-module__gl-AOG__form{flex-direction:column;gap:20px;display:flex}.Contact-module__gl-AOG__group{flex-direction:column;gap:8px;display:flex}.Contact-module__gl-AOG__label{color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600;font-family:var(--font-mono),sans-serif}.Contact-module__gl-AOG__input,.Contact-module__gl-AOG__textarea{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--secondary);color:var(--foreground);padding:14px 16px;font-family:inherit;font-size:1rem;transition:all .25s cubic-bezier(.2,.8,.2,1)}.Contact-module__gl-AOG__input::placeholder,.Contact-module__gl-AOG__textarea::placeholder{color:var(--muted);opacity:.6}.Contact-module__gl-AOG__input:focus,.Contact-module__gl-AOG__textarea:focus{border-color:var(--accent);background:var(--background);outline:none;box-shadow:0 0 0 4px #2563eb1f}:is(.dark .Contact-module__gl-AOG__input:focus,.dark .Contact-module__gl-AOG__textarea:focus){box-shadow:0 0 0 4px #3b82f633}.Contact-module__gl-AOG__textarea{resize:vertical}.Contact-module__gl-AOG__button{background:var(--foreground);color:var(--background);border:1px solid var(--foreground);border-radius:var(--radius-full);cursor:pointer;margin-top:12px;padding:16px 24px;font-size:.95rem;font-weight:600;transition:all .25s cubic-bezier(.2,.8,.2,1);box-shadow:0 4px 12px #0000000d}.Contact-module__gl-AOG__button:hover{color:var(--foreground);background:0 0;transform:translateY(-2px);box-shadow:0 8px 20px #0000001a}.Contact-module__gl-AOG__button:active{transform:scale(.97)}@media (max-width:768px){.Contact-module__gl-AOG__wrapper{gap:40px;padding:32px 24px}.Contact-module__gl-AOG__title{font-size:1.85rem}.Contact-module__gl-AOG__text{margin-bottom:24px;font-size:1rem}.Contact-module__gl-AOG__socials{margin-top:16px}}
