.loading-screen{z-index:9999;min-height:100dvh;padding:var(--space-sm);background:radial-gradient(circle,#00a2fe24,#0000 45%),#030812;place-items:center;display:grid;position:fixed;inset:0}.loading-screen__content{text-align:center;width:min(100%,24rem)}.loading-screen__logo{aspect-ratio:1;width:clamp(7.5rem,28vw,10rem);margin-inline:auto;margin-bottom:var(--space-md);filter:drop-shadow(0 0 2.75rem #00a2fe4d)drop-shadow(0 0 4rem #00fa9424);display:block}.loading-screen__logo svg{width:100%;height:100%;display:block}.loading-screen__brand{font-family:var(--font-heading);letter-spacing:-.05em;color:#fff;margin:0;font-size:clamp(2.25rem,8vw,3rem);font-weight:800;line-height:1}.loading-screen__message{color:#ffffffad;margin:.75rem 0 0}.loading-screen__bar{width:min(100%,15rem);height:.25rem;margin:var(--space-md) auto 0;border-radius:var(--r-pill);background:#ffffff14;overflow:hidden}.loading-screen__progress{background:linear-gradient(90deg,#00a2fe,#00dbba,#00fa94);width:100%;height:100%}@media (prefers-reduced-motion:reduce){.loading-screen__logo{animation:none}}.route-loader{align-content:center;place-items:center;gap:var(--space-sm);min-height:60vh;padding:var(--space-md);color:var(--text-secondary);text-align:center;display:grid}.route-loader__orb{aspect-ratio:1;background:radial-gradient(circle at 32% 28%, #ffffffd9, transparent 14%), radial-gradient(circle, var(--primary-tutech-blue), var(--secondary-tutech-green) 62%, var(--accent-tutech-green));border-radius:50%;width:3.5rem;box-shadow:0 0 40px #00a2fe4d,0 0 70px #00fa9426}.route-loader span{font-weight:700}.header{z-index:50;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:background-color var(--transition-theme), border-color var(--transition-theme), box-shadow var(--transition-base);background:#050b148c;border:1px solid #ffffff1f;border-radius:999px;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem;display:flex;position:fixed;inset:1rem 1rem auto;box-shadow:0 20px 80px #00000040}.header__brand,.header__actions{align-items:center;display:flex}.header__brand{gap:.45rem}.header__actions{gap:.5rem}.header__logo{object-fit:contain;filter:drop-shadow(0 0 .65rem #00a2fe3d);flex:none;width:2.25rem;height:2.25rem}.header__brand-text{font-family:var(--font-heading);font-weight:700}.header__nav{align-items:center;gap:.25rem;display:none}.header__link,.header__mobile-link{color:#ffffffb8;border-radius:999px;font-size:.9rem}.header__link{padding:.6rem .9rem}.header__link--active,.header__link:hover,.header__mobile-link--active,.header__mobile-link:hover{color:#fff;background:#ffffff1a}.header__theme,.header__menu-button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #0000}.header__theme:focus-visible,.header__menu-button:focus-visible,.header__link:focus-visible,.header__mobile-link:focus-visible,.header__brand:focus-visible{outline:3px solid var(--secondary-tutech-green);outline-offset:.2rem}.header__theme{border-radius:999px;padding:.6rem .9rem}.header__theme:hover,.header__menu-button:hover{border-color:#00fa947a}.header__menu-button{border-radius:999px;place-items:center;width:2.35rem;height:2.35rem;display:grid;position:relative}.header__menu-button span{width:1rem;height:2px;transition:transform .26s var(--ease-out), opacity .18s ease;background:#fff;border-radius:999px;position:absolute}.header__menu-button span:first-child{transform:translateY(-5px)}.header__menu-button span:nth-child(3){transform:translateY(5px)}.header__menu-button--open span:first-child{transform:rotate(45deg)}.header__menu-button--open span:nth-child(2){opacity:0;transform:scaleX(0)}.header__menu-button--open span:nth-child(3){transform:rotate(-45deg)}.header__mobile-menu{-webkit-backdrop-filter:blur(26px)saturate(125%);backdrop-filter:blur(26px)saturate(125%);transform-origin:top;background:#01060df7;border:1px solid #ffffff1f;border-radius:1.5rem;gap:.35rem;padding:.75rem;display:grid;position:absolute;top:calc(100% + .75rem);left:0;right:0;box-shadow:0 24px 80px #0000008c,0 0 2rem #00a2fe1a}.header__mobile-link{transition:color var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);border:1px solid #0000;align-items:center;gap:.8rem;padding:.9rem 1rem;display:flex}.header__mobile-link--active{color:#fff;background:#ffffff1a;border-color:#00fa9438}.header__mobile-link:active{transform:scale(.98)}.header__mobile-icon{fill:none;width:1.25rem;height:1.25rem;stroke:var(--secondary-tutech-green);stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 .35rem #00fa94b3)drop-shadow(0 0 .8rem #00a2fe59);flex:none}@media (width>=760px){.header{padding:.8rem 1rem;inset:1.25rem max(1.25rem,4vw) auto}.header__nav{display:flex}.header__menu-button,.header__mobile-menu{display:none}}@media (prefers-reduced-motion:reduce){.header__menu-button span,.header__mobile-link{transition:none}}.footer{color:var(--text-primary);background:var(--surface-1);padding:clamp(1rem,3vw,2rem);position:relative}.footer__shell{width:min(100%, var(--container-width));gap:.8rem;margin-inline:auto;display:grid}.footer__brand-card,.footer__panel{border:1px solid var(--border-glass);border-radius:clamp(1.4rem,3vw,2.25rem)}.footer__brand-card{color:#011019;background:radial-gradient(circle at 20% 15%,#ffffff6b,#0000 13rem),linear-gradient(145deg,#00a2fe 0%,#00d7be 47%,#92f55f 100%);flex-direction:column;justify-content:space-between;min-height:19rem;padding:clamp(1.4rem,4vw,2.3rem);display:flex;box-shadow:0 24px 70px #00a2fe2e}.footer__brand{border-radius:var(--r-pill);font-family:var(--font-heading);align-self:flex-start;align-items:center;gap:.65rem;font-size:1.35rem;font-weight:850;display:inline-flex}.footer__brand img{object-fit:contain;filter:drop-shadow(0 0 .85rem #001e373d);width:2.7rem;height:2.7rem}.footer__brand-card>p{max-width:22rem;margin:var(--space-lg) 0 0;font-weight:750;line-height:1.45}.footer__panel{background:radial-gradient(circle at 90% 10%, #00a2fe17, transparent 18rem), var(--surface-2);padding:clamp(1.4rem,4vw,2.3rem);position:relative}.footer__groups{gap:var(--space-md);display:grid}.footer nav>p{color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .8rem;font-size:.78rem;font-weight:800}.footer ul{gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.footer li a{transition:color var(--transition-fast), text-shadow var(--transition-fast), transform var(--transition-fast);border-radius:.4rem;font-weight:700}.footer li a:hover{color:var(--primary-tutech-blue);text-shadow:0 0 1rem #00a2fe4d}.footer li a:active{transform:scale(.97)}.footer li a:focus-visible,.footer__brand:focus-visible,.footer__mark:focus-visible{outline:3px solid var(--secondary-tutech-green);outline-offset:.24rem}.footer__social-list a{border:1px solid #0000;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.6rem;min-height:2.6rem;padding:.35rem .5rem;display:grid}.footer__social-list a:hover{background:#00a2fe0d;border-color:#00fa943d}.footer__social-list small{color:var(--text-muted);font-size:.68rem;font-weight:700}.footer__social-icon{fill:none;width:1.15rem;height:1.15rem;stroke:var(--secondary-tutech-green);stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 .45rem #00fa9473)}.footer__social-icon path[d^=M14],.footer__social-dot{fill:var(--secondary-tutech-green);stroke:none}.footer__meta{justify-content:space-between;align-items:end;gap:var(--space-sm);margin-top:var(--space-lg);padding-top:var(--space-sm);border-top:1px solid var(--border-glass);display:flex}.footer__meta>p{color:var(--text-muted);margin:0;font-size:.78rem}.footer__mark{width:3.4rem;height:3.4rem;box-shadow:var(--shadow-tutech-glow);transition:transform var(--transition-base);background:linear-gradient(145deg,#00a2fe24,#00fa941f);border:1px solid #00fa9438;border-radius:1rem;flex:none;place-items:center;display:grid;transform:rotate(5deg)}.footer__mark:hover{transform:rotate(0)translateY(-.2rem)}.footer__mark img{object-fit:contain;width:2.45rem;height:2.45rem}@media (width>=700px){.footer__shell{grid-template-columns:minmax(15rem,.7fr) minmax(0,1.3fr)}.footer__brand-card,.footer__panel{min-height:24rem}.footer__groups{grid-template-columns:minmax(8rem,.7fr) minmax(15rem,1.3fr)}}@media (prefers-reduced-motion:reduce){.footer__mark,.footer li a{transition:none}.footer__mark:hover{transform:rotate(5deg)}}.galaxy-background{z-index:0;pointer-events:none;background:radial-gradient(circle at 20% 20%, #00a2fe24, transparent 26rem), radial-gradient(circle at 80% 30%, #00fa941a, transparent 28rem), var(--surface-1);position:fixed;inset:0;overflow:hidden}.galaxy-background canvas{width:100%!important;height:100%!important}.mouse-glow{z-index:0;pointer-events:none;background:radial-gradient(420px circle at var(--mouse-x) var(--mouse-y), #00a2fe24, #00fa9414, transparent 65%);position:fixed;inset:0}.site-layout{isolation:isolate;background:var(--surface-1);min-height:100vh;position:relative;overflow:clip}.site-layout>footer,.site-layout main{z-index:1;position:relative}:root{--primary-tutech-blue:#4ca3ff;--secondary-tutech-green:#7ef6c2;--accent-tutech-green:#00fa96;--text-accent:var(--secondary-tutech-green);--dark-tutech-green:#00663d;--error:#ff5d47;--surface-1:#020711;--surface-2:#050b14;--surface-3:#071626;--surface-glass:#ffffff0f;--surface-glass-strong:#ffffff1a;--text-primary:#fffffff5;--text-secondary:#ffffffb8;--text-muted:#ffffff8f;--border-glass:#ffffff24;--shadow-glass:0 30px 100px #00000059;--shadow-tutech-glow:0 0 0 1px #00a2fe7a, 0 0 1.4rem #00a2fe3d, 0 0 2.4rem #00fa941f;--font-heading:"Noto Sans", system-ui, sans-serif;--font-body:"Quicksand", system-ui, sans-serif;--r-sm:12px;--r-md:14px;--r-lg:18px;--r-xl:32px;--r-pill:999px;--space-xs:.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:6rem;--space-2xl:8rem;--container-width:1280px;--page-padding:clamp(1rem, 4vw, 4rem);--ease-out:cubic-bezier(.22, 1, .36, 1);--transition-fast:.18s ease;--transition-base:.3s ease;--transition-slow:.6s ease;--transition-theme:.52s var(--ease-out)}html[data-theme=light]{--surface-1:#f7fbff;--surface-2:#fff;--surface-3:#eaf4ff;--surface-glass:#ffffffb3;--surface-glass-strong:#ffffffe6;--text-primary:#030a12f0;--text-secondary:#030a12b3;--text-muted:#030a1285;--border-glass:#030a121f;--shadow-glass:0 30px 100px #0000001f;--shadow-tutech-glow:0 0 0 1px #0070d17a, 0 0 1.25rem #00a2fe2e, 0 0 2rem #00a8631a;--text-accent:#0759b0}.flow>*+*{margin-top:var(--flow-space,1rem)}h1,h2,h3,h4{font-family:var(--font-heading);letter-spacing:-.05em}p{line-height:1.7}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:var(--surface-1)}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{min-width:320px;font-family:var(--font-body);background:var(--surface-1);color:var(--text-primary);transition:color var(--transition-theme), background-color var(--transition-theme);margin:0}html[data-theme-transition=active] body,html[data-theme-transition=active] .site-layout,html[data-theme-transition=active] .section,html[data-theme-transition=active] .header,html[data-theme-transition=active] .header__mobile-menu,html[data-theme-transition=active] .glass-card,html[data-theme-transition=active] .project-card,html[data-theme-transition=active] .badge,html[data-theme-transition=active] .contact-form,html[data-theme-transition=active] .contact-form__field input,html[data-theme-transition=active] .contact-form__field textarea,html[data-theme-transition=active] .footer,html[data-theme-transition=active] .footer__panel{transition:color var(--transition-theme), background-color var(--transition-theme), border-color var(--transition-theme), box-shadow var(--transition-theme)}button,input,textarea,select{font:inherit}button{cursor:pointer;transition:transform var(--transition-fast), box-shadow var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast)}button:not(:disabled):hover{box-shadow:var(--shadow-tutech-glow)}button:not(:disabled):active{transition-duration:90ms;transform:translateY(1px)scale(.97)}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}main{min-height:100vh}@media (prefers-reduced-motion:reduce){html[data-theme-transition=active] body,html[data-theme-transition=active] .site-layout,html[data-theme-transition=active] .section,html[data-theme-transition=active] .header,html[data-theme-transition=active] .header__mobile-menu,html[data-theme-transition=active] .glass-card,html[data-theme-transition=active] .project-card,html[data-theme-transition=active] .badge,html[data-theme-transition=active] .contact-form,html[data-theme-transition=active] .contact-form__field input,html[data-theme-transition=active] .contact-form__field textarea,html[data-theme-transition=active] .footer,html[data-theme-transition=active] .footer__panel{transition:none}}
