:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;background:radial-gradient(circle at top,rgba(255,255,255,.12),transparent 35%),linear-gradient(180deg,#f3f4f6,#e5e7eb);color:#111827;--surface:rgba(255,255,255,0.72);--surface-strong:rgba(255,255,255,0.9);--surface-border:rgba(31,41,55,0.08);--text:#111827;--muted:#4b5563;--shadow:0 40px 120px rgba(15,23,42,0.08);--radius:24px;--accent:#6d28d9;--accent-soft:rgba(109,40,217,0.14)}.pageShellBase{padding-top:4.5rem;padding-bottom:3.5rem}html[data-theme=dark]{color-scheme:dark;background:radial-gradient(circle at top,rgba(255,255,255,.08),transparent 35%),linear-gradient(180deg,#090b12,#111827);color:#f9fafb;--surface:rgba(15,23,42,0.72);--surface-strong:rgba(15,23,42,0.92);--surface-border:rgba(255,255,255,0.08);--text:#f8fafc;--muted:#9ca3af;--shadow:0 40px 120px rgba(0,0,0,0.42);--accent:#8b5cf6;--accent-soft:rgba(139,92,246,0.18)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:transparent;color:var(--text);transition:background .35s ease,color .35s ease}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}body,button,input,textarea{transition:background .25s ease,border-color .25s ease,color .25s ease}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:4px}img,svg{object-fit:cover}.visuallyHidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.loadingShell{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:4rem 1rem}.loadingCard{width:min(680px,100%);background:rgba(255,255,255,.82);border:1px solid var(--surface-border);border-radius:32px;box-shadow:var(--shadow);padding:3rem;text-align:center}.loadingCard a{color:var(--accent);font-weight:500}.loadingPulse{height:1rem;background:linear-gradient(90deg,rgba(109,40,217,.12),rgba(109,40,217,.18),rgba(109,40,217,.12));border-radius:999px;animation:pulse 1.8s ease-in-out infinite;margin:1rem auto;max-width:420px}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.required{color:#ef4444;font-weight:600;margin-left:2px;font-size:1em}::selection{background:var(--accent);color:#ffffff}.navbar_navbar__g8CqE{position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:rgba(255,255,255,.55);border-bottom:1px solid rgba(31,41,55,.08);box-shadow:var(--shadow)}html[data-theme=dark] .navbar_navbar__g8CqE{background:rgba(15,23,42,.78);border-color:rgba(255,255,255,.08)}.navbar_inner__36UYE{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 1.25rem;max-width:1200px;margin:0 auto}.navbar_brand__ZbTpz{display:inline-flex;align-items:center;gap:.75rem;font-weight:700;color:var(--text)}.navbar_logo__U0Ohb{height:4.5rem}.navbar_links__Mx_qo{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.navbar_linkButton__D13Ua,.navbar_links__Mx_qo a,.navbar_themeButton__BLCgQ{border:none;background:transparent;color:var(--text);padding:.7rem .95rem;border-radius:999px;transition:background .25s ease,transform .25s ease}.navbar_linkButton__D13Ua:hover,.navbar_links__Mx_qo a:hover,.navbar_themeButton__BLCgQ:hover{background:var(--accent-soft)}.navbar_linkButton__D13Ua,.navbar_themeButton__BLCgQ{display:inline-flex;align-items:center;justify-content:center}.navbar_toggle__q0akM{display:none;width:2rem;height:2rem;border:1px solid rgba(31,41,55,.12);border-radius:5px;background:var(--surface);padding:.3rem;align-items:center;justify-content:center;flex-wrap:wrap}.navbar_toggle__q0akM span{display:block;width:100%;height:2px;background:var(--text);border-radius:999px}@media (max-width:900px){.navbar_toggle__q0akM{display:inline-flex}.navbar_links__Mx_qo{position:absolute;right:1.25rem;top:100%;flex-direction:column;align-items:flex-start;padding:1rem;min-width:220px;background:var(--surface);border:1px solid var(--surface-border);border-radius:12px;box-shadow:var(--shadow);transform:translateY(-30px);opacity:0;pointer-events:none;visibility:hidden;transition:opacity .25s ease,transform .25s ease,visibility .25s ease}.navbar_links__Mx_qo.navbar_open__E5LD_{transform:translateY(0);opacity:1;pointer-events:auto;visibility:visible}}.footer_footer__e_ilT{padding:3rem 1.25rem 0;color:var(--text)}.footer_bottomSection__pMVkP,.footer_middleSection___YXrw,.footer_topSection__ArICo{max-width:1200px;margin:0 auto}.footer_topSection__ArICo{display:flex;justify-content:space-between;gap:2rem;align-items:center;padding:2rem;margin-bottom:2rem;background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.footer_summary__WbNOu{max-width:640px;font-size:1rem;color:var(--muted)}.footer_socials___tpCZ{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.footer_socials___tpCZ a{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;font-size:1.25rem;color:var(--muted);border-radius:50%;background:var(--surface-strong);border:1px solid var(--surface-border);transition:color .25s ease,background .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease}.footer_socials___tpCZ a:first-child{color:#25d366}.footer_socials___tpCZ a:nth-child(2){color:#e1306c}.footer_socials___tpCZ a:nth-child(3){color:#0a66c2}.footer_socials___tpCZ a:hover{color:#fff;transform:translateY(-2px) scale(1.08)}.footer_socials___tpCZ a:first-child:hover{background:#25d366;border-color:#25d366;box-shadow:0 4px 18px rgba(37,211,102,.35)}.footer_socials___tpCZ a:nth-child(2):hover{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4);border-color:#dd2a7b;box-shadow:0 4px 18px rgba(221,42,123,.35)}.footer_socials___tpCZ a:nth-child(3):hover{background:#0a66c2;border-color:#0a66c2;box-shadow:0 4px 18px rgba(10,102,194,.35)}.footer_middleSection___YXrw{display:grid;grid-template-columns:1.3fr 1fr;grid-gap:2rem;gap:2rem}.footer_contactPanel__oiM_p,.footer_detailsPanel__DdTNo{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius);padding:1.75rem;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.footer_contactPanel__oiM_p h2,.footer_detailsPanel__DdTNo h2{margin-top:0}.footer_form__Sc6KL{display:grid;grid-gap:1rem;gap:1rem}.footer_form__Sc6KL label{display:grid;grid-gap:.5rem;gap:.5rem;font-size:.95rem;color:var(--muted)}.footer_form__Sc6KL input,.footer_form__Sc6KL textarea{width:100%;border:1px solid var(--surface-border);border-radius:18px;padding:.95rem 1rem;background:transparent;color:var(--text)}.footer_honeypot__5iOnK{position:absolute;left:-9999px;opacity:0;pointer-events:none;height:0;width:0}.footer_form__Sc6KL button{margin-top:.5rem;width:-moz-fit-content;width:fit-content;border:none;background:var(--accent);color:white;padding:.95rem 1.3rem;border-radius:18px}.footer_notice__KA8lE{margin:0;color:var(--muted);font-size:.9rem}.footer_contactList__HAqxz{display:grid;grid-gap:1rem;gap:1rem}.footer_contactList__HAqxz div{background:rgba(255,255,255,.08);padding:1rem;border-radius:18px;border:1px solid var(--surface-border)}.footer_contactList__HAqxz span{display:block;color:var(--muted);font-size:.85rem}.footer_contactList__HAqxz p{margin:.35rem 0 0;color:var(--text)}.footer_mapFrame__VJcT8{margin-top:1.5rem;border-radius:24px;overflow:hidden;min-height:220px}.footer_mapFrame__VJcT8 iframe{width:100%;height:100%;min-height:220px;border:0}.footer_bottomSection__pMVkP{padding:1rem 0 0;text-align:center;color:var(--muted)}@media (max-width:900px){.footer_middleSection___YXrw,.footer_topSection__ArICo{display:block}.footer_middleSection___YXrw{display:flex;flex-direction:column;gap:10px}.footer_contactPanel__oiM_p,.footer_detailsPanel__DdTNo,.footer_topSection__ArICo{padding:1.5rem}}.footer_developerIconWrapper__Dkqw_{position:relative;display:inline-block}.footer_developerTooltip__JB8n8{position:absolute;bottom:150%;left:50%;transform:translateX(-50%) translateY(4px);background-color:var(--accent);color:#fff;padding:6px 12px;border-radius:8px;font-size:.8rem;font-weight:500;white-space:nowrap;pointer-events:none;opacity:0;z-index:10;box-shadow:0 4px 12px rgba(0,0,0,.25);animation:footer_tooltipFadeIn__rNal_ .2s cubic-bezier(.4,0,.2,1) forwards}.footer_developerTooltip__JB8n8:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:var(--accent) transparent transparent transparent}@keyframes footer_tooltipFadeIn__rNal_{0%{opacity:0;transform:translateX(-50%) translateY(4px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.footer_developerModalOverlay__hTMof{position:fixed;top:0;left:0;right:0;bottom:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:footer_fadeIn__HUZ0F .2s ease-out forwards}.footer_developerModal__YBBjc{background-color:rgb(255 255 255/12%);border:1px solid var(--surface-border);padding:2.5rem;border-radius:24px;text-align:center;max-width:400px;width:90%;box-shadow:0 10px 40px rgba(0,0,0,.4);transform:scale(.95);animation:footer_scaleUp__HT_H5 .2s ease-out forwards}.footer_developerModal__YBBjc h3{margin:0 0 .5rem;color:var(--text);font-size:1.6rem;font-weight:700}.footer_developerModalBio__KLJ34{margin:0 0 2rem;color:var(--text);opacity:.8;font-size:1rem;line-height:1.6}.footer_developerModalLinks__KBaq5{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem}.footer_developerModalLinks__KBaq5 a{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;font-size:1.6rem;color:var(--muted);background:rgba(255,255,255,.05);border:1px solid var(--surface-border);border-radius:50%;transition:all .25s cubic-bezier(.4,0,.2,1)}.footer_modInsta__5rVlU:hover{transform:translateY(-4px) scale(1.1);color:#fff;background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4);border-color:#dd2a7b;box-shadow:0 8px 20px rgba(221,42,123,.35)}.footer_modGithub__pHgHx:hover{transform:translateY(-4px) scale(1.1);color:#fff;background:#333;border-color:#333;box-shadow:0 8px 20px rgba(51,51,51,.35)}:root[data-theme=dark] .footer_modGithub__pHgHx:hover{background:#fff;color:#111;border-color:#fff;box-shadow:0 8px 20px rgba(255,255,255,.25)}.footer_modLinkedin__p6vHF:hover{transform:translateY(-4px) scale(1.1);color:#fff;background:#0a66c2;border-color:#0a66c2;box-shadow:0 8px 20px rgba(10,102,194,.35)}.footer_closeModalBtn__fR55e{background:var(--accent);color:#fff;border:none;padding:.8rem 2rem;border-radius:12px;font-size:1rem;cursor:pointer;transition:background .2s ease}.footer_closeModalBtn__fR55e:hover{background:var(--accent-hover,#6428c8)}@keyframes footer_fadeIn__HUZ0F{0%{opacity:0}to{opacity:1}}@keyframes footer_scaleUp__HT_H5{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}