*{-webkit-tap-highlight-color:transparent}body{background:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior-y:contain;overscroll-behavior-x:none;width:100%;max-width:100vw;margin:0;padding:0;position:relative;overflow-y:auto;overflow-x:hidden!important}#app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;width:100%;max-width:100vw;min-height:100dvh;font-family:Jost,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex;position:relative;overflow-x:hidden}.fade-enter-active,.fade-leave-active{will-change:opacity;transition:opacity .3s}.fade-enter-from,.fade-leave-to{opacity:0}@media only screen and (width<=540px){*{cursor:revert}body:before{display:none}}@media screen and (pointer:coarse){*{cursor:revert}body:before{display:none}}.fab-email{bottom:2rem;bottom:calc(2rem + env(safe-area-inset-bottom,0px));right:2rem;right:calc(2rem + env(safe-area-inset-right,0px));color:#fff;z-index:999;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;box-shadow:0 8px 24px #667eea66}.fab-email:hover{transform:translateY(-4px)scale(1.1);box-shadow:0 12px 32px #667eea99}.fab-email:active{transform:translateY(-2px)scale(1.05)}.fab-email svg{width:24px;height:24px}@media only screen and (width<=768px){.fab-email{width:48px;height:48px;bottom:2rem;bottom:calc(2rem + env(safe-area-inset-bottom,0px));right:1.5rem;right:calc(1.5rem + env(safe-area-inset-right,0px))}.fab-email svg{width:20px;height:20px}}@media only screen and (width<=540px){.fab-email{bottom:2.5rem;bottom:calc(2.5rem + env(safe-area-inset-bottom,0px))}}*,:before,:after{cursor:none;box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overscroll-behavior-y:contain;overscroll-behavior-x:none;-webkit-overflow-scrolling:touch;width:100%;max-width:100vw;height:100%;position:relative;overflow-x:hidden!important}body{max-width:100vw;overflow-x:hidden!important}svg{height:1.25rem}:root{--bg-primary:#fff;--text-primary:#222;--text-secondary:#8a8a8a;--accent:#667eea;--animation-initial:rotateX(90deg) scale(1.35);--animation:dropIn .7s cubic-bezier(.04, .33, .1, 1) forwards;--cursor-color:#667eea}:root.dark{--bg-primary:#1f1f1f;--text-primary:#fff;--text-secondary:#a0a0a0;--accent:#764ba2;--cursor-color:#a78bfa}@keyframes dropIn{0%{opacity:0;transform:rotateX(50deg)translateZ(-2rem)}to{opacity:1;transform:rotateX(0)translateY(0)translateZ(0)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body:before{content:"";z-index:999;top:var(--y);left:var(--x);width:var(--size);height:var(--size);transform:var(--transform);background:var(--cursor-color);mix-blend-mode:difference;pointer-events:none;border-radius:50%;transition:transform .2s ease-out;position:fixed;bottom:0;right:0}::selection{background:var(--accent);color:var(--bg-primary)}::-webkit-scrollbar{background-color:var(--bg-primary);width:.7em}::-webkit-scrollbar-thumb{border:.2em solid var(--bg-primary);background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:1em}
