@import"https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-primary: #fefcf5;--bg-secondary: #f7f3e9;--text-primary: #1c1917;--text-secondary: #57534e;--border-color: rgba(120, 113, 108, .15);--navbar-bg: rgba(254, 252, 245, .95);--navbar-gradient: linear-gradient(135deg, rgba(254, 252, 245, .95) 0%, rgba(247, 243, 233, .9) 100%);--navbar-border: rgba(234, 88, 12, .2);--accent-color: #ea580c;--accent-secondary: #dc2626;--glow-color: rgba(234, 88, 12, .3)}html{scroll-behavior:smooth}body{@apply transition-colors duration-300;font-family:Fira Code,SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;background:var(--bg-primary)!important;color:var(--text-primary)!important;line-height:1.6;transition:background-color .3s ease,color .3s ease;margin:0;padding:0;position:relative;overflow-x:hidden}.ant-input,.ant-input-affix-wrapper,.ant-picker{background-color:var(--bg-primary)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important;transition:all .3s ease!important}.ant-input:focus,.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused{border-color:var(--accent-color)!important;box-shadow:0 0 0 2px #ea580c26!important}.ant-input::placeholder{color:var(--text-secondary)!important;opacity:.7}.ant-btn-primary{background-color:var(--accent-color)!important;border-color:var(--accent-color)!important;transition:all .3s ease!important}.ant-btn-primary:hover{background-color:var(--accent-color)!important;border-color:var(--accent-color)!important;opacity:.85;transform:translateY(-1px);box-shadow:0 4px 12px #ea580c4d}.ant-btn-text{color:var(--text-primary)!important;transition:all .3s ease!important}.ant-btn-text:hover{color:var(--accent-color)!important;background-color:#ea580c1a!important}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease}h1,h2,h3,h4,h5,h6{font-weight:300;letter-spacing:-.02em}.ant-typography{font-family:Fira Code,SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace!important;color:var(--text-primary)!important}.ant-typography h1,.ant-typography h2,.ant-typography h3,.ant-typography h4{font-weight:300!important;letter-spacing:-.02em!important;color:var(--text-primary)!important}a{color:var(--text-primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--accent-color)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--text-secondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-color)}.gradient-warm,.gradient-dark{background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 100%)}.gradient-accent{background:linear-gradient(135deg,var(--accent-color) 0%,var(--accent-secondary) 100%)}.text-gradient{background:linear-gradient(135deg,var(--accent-color) 0%,var(--accent-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.card-hover{transition:all .3s ease;border:1px solid var(--border-color);background:var(--bg-secondary)}.card-hover:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a;border-color:var(--accent-color)}.dark .card-hover:hover{box-shadow:0 8px 25px #3b82f626}.btn-accent{background:var(--accent-color);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:500;transition:all .3s ease;cursor:pointer}.btn-accent:hover{background:var(--accent-secondary);transform:translateY(-1px);box-shadow:0 4px 15px #ea580c4d}.dark .btn-accent:hover{box-shadow:0 4px 15px #3b82f64d}.navbar-glow{position:relative}.navbar-glow:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--navbar-gradient);z-index:-1;filter:blur(20px);opacity:.3}@keyframes glow-pulse{0%,to{text-shadow:0 0 20px var(--glow-color)}50%{text-shadow:0 0 30px var(--glow-color),0 0 40px var(--glow-color)}}.logo-glow{animation:glow-pulse 3s ease-in-out infinite}.nav-link{position:relative;transition:all .3s ease}.nav-link:after{content:"";position:absolute;bottom:-6px;left:50%;width:0;height:2px;background:linear-gradient(90deg,var(--accent-color),var(--accent-secondary));transition:all .3s ease;transform:translate(-50%);border-radius:2px}.nav-link:hover:after{width:100%}.nav-link.active:after{width:100%;box-shadow:0 0 10px var(--glow-color)}.theme-toggle-enhanced{position:relative;overflow:hidden}.theme-toggle-enhanced:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--accent-color);opacity:0;transition:opacity .3s ease;border-radius:inherit}.theme-toggle-enhanced:hover:before{opacity:.1}@keyframes smoothFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes letterSlideIn{0%{opacity:0;transform:translateY(30px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes nameGlow{0%{filter:drop-shadow(0 0 8px var(--glow-color))}50%{filter:drop-shadow(0 0 20px var(--glow-color)) drop-shadow(0 0 30px var(--glow-color))}to{filter:drop-shadow(0 0 8px var(--glow-color))}}@keyframes titleWave{0%{transform:translateY(0)}30%{transform:translateY(-4px)}70%{transform:translateY(0)}to{transform:translateY(0)}}@keyframes subtleGlow{0%,to{text-shadow:0 0 10px var(--glow-color)}50%{text-shadow:0 0 20px var(--glow-color),0 0 30px var(--glow-color)}}.header-name{opacity:0;animation:smoothFadeIn 1s ease-out .3s both;background:linear-gradient(135deg,var(--accent-color) 0%,var(--accent-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;display:inline-block}.header-name.loaded{opacity:1;animation:smoothFadeIn 1s ease-out .3s both}.header-name.periodic-glow{animation:nameGlow 2s ease-in-out}.header-title{opacity:0;animation:smoothFadeIn 1.2s ease-out 1.5s both}.title-letter{display:inline-block;opacity:0;animation:letterSlideIn .6s cubic-bezier(.34,1.56,.64,1) both}.title-letter.wave-active{animation:titleWave .8s ease-in-out}.header-container:hover .header-name{animation:subtleGlow 2s ease-in-out}.title-letter:nth-child(1){animation-delay:2s}.title-letter:nth-child(2){animation-delay:2.1s}.title-letter:nth-child(3){animation-delay:2.2s}.title-letter:nth-child(4){animation-delay:2.3s}.title-letter:nth-child(5){animation-delay:2.4s}.title-letter:nth-child(6){animation-delay:2.5s}.title-letter:nth-child(7){animation-delay:2.6s}.title-letter:nth-child(8){animation-delay:2.7s}.title-letter:nth-child(9){animation-delay:2.8s}.title-letter:nth-child(10){animation-delay:2.9s}.title-letter:nth-child(11){animation-delay:3s}.title-letter:nth-child(12){animation-delay:3.1s}.title-letter:nth-child(13){animation-delay:3.2s}.title-letter:nth-child(14){animation-delay:3.3s}.title-letter:nth-child(15){animation-delay:3.4s}.title-letter:nth-child(16){animation-delay:3.5s}.title-letter:nth-child(17){animation-delay:3.6s}.title-letter:nth-child(18){animation-delay:3.7s}.title-letter:nth-child(19){animation-delay:3.8s}.title-letter:nth-child(20){animation-delay:3.9s}.title-letter.wave-active:nth-child(1){animation-delay:0s}.title-letter.wave-active:nth-child(2){animation-delay:.1s}.title-letter.wave-active:nth-child(3){animation-delay:.2s}.title-letter.wave-active:nth-child(4){animation-delay:.3s}.title-letter.wave-active:nth-child(5){animation-delay:.4s}.title-letter.wave-active:nth-child(6){animation-delay:.5s}.title-letter.wave-active:nth-child(7){animation-delay:.6s}.title-letter.wave-active:nth-child(8){animation-delay:.7s}.title-letter.wave-active:nth-child(9){animation-delay:.8s}.title-letter.wave-active:nth-child(10){animation-delay:.9s}.title-letter.wave-active:nth-child(11){animation-delay:1s}.title-letter.wave-active:nth-child(12){animation-delay:1.1s}.title-letter.wave-active:nth-child(13){animation-delay:1.2s}.title-letter.wave-active:nth-child(14){animation-delay:1.3s}.title-letter.wave-active:nth-child(15){animation-delay:1.4s}.title-letter.wave-active:nth-child(16){animation-delay:1.5s}.title-letter.wave-active:nth-child(17){animation-delay:1.6s}.title-letter.wave-active:nth-child(18){animation-delay:1.7s}.title-letter.wave-active:nth-child(19){animation-delay:1.8s}.title-letter.wave-active:nth-child(20){animation-delay:1.9s}.social-buttons{opacity:0;animation:smoothFadeIn 1s ease-out 3.8s both}.social-button{transform:translateY(20px) scale(.8);opacity:0;animation:letterSlideIn .8s cubic-bezier(.34,1.56,.64,1) both;transition:all .3s ease}.social-button:nth-child(1){animation-delay:4s}.social-button:nth-child(2){animation-delay:4.2s}.social-button:nth-child(3){animation-delay:4.4s}.social-button:hover{transform:translateY(-3px) scale(1.1);filter:drop-shadow(0 5px 15px var(--glow-color))}.dark .header-name{text-shadow:0 0 20px var(--glow-color)}.dark .title-letter{text-shadow:0 2px 10px rgba(0,0,0,.3)}.falling-stars{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:0;overflow:hidden}.star{position:absolute;background:var(--accent-color);border-radius:50%;opacity:0;animation:starFall linear infinite}.star.small{width:2px;height:2px;box-shadow:0 0 6px var(--glow-color)}.star.medium{width:3px;height:3px;box-shadow:0 0 10px var(--glow-color)}.star.large{width:4px;height:4px;box-shadow:0 0 15px var(--glow-color)}.star.comet{width:2px;height:2px;background:linear-gradient(45deg,var(--accent-color),transparent);border-radius:0;box-shadow:0 0 10px var(--glow-color),2px 2px 20px var(--accent-color),4px 4px 30px var(--accent-secondary)}@keyframes starFall{0%{opacity:0;transform:translateY(-100px)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(calc(100vh + 100px))}}.star.fast{animation-duration:2s}.star.medium-speed{animation-duration:4s}.star.slow{animation-duration:6s}.star.diagonal{animation-name:starFallDiagonal}@keyframes starFallDiagonal{0%{opacity:0;transform:translateY(-100px) translate(-50px) scale(.5)}10%{opacity:1;transform:translateY(-50px) translate(-30px) scale(1)}90%{opacity:1;transform:translateY(calc(100vh + 50px)) translate(100px) scale(1)}to{opacity:0;transform:translateY(calc(100vh + 100px)) translate(150px) scale(.5)}}.light .star{background:var(--accent-secondary);opacity:.6}.light .star.small{box-shadow:0 0 4px var(--glow-color)}.light .star.medium{box-shadow:0 0 6px var(--glow-color)}.light .star.large{box-shadow:0 0 8px var(--glow-color)}.light .star.comet{background:linear-gradient(45deg,var(--accent-secondary),transparent);box-shadow:0 0 6px var(--glow-color),2px 2px 12px var(--accent-secondary)}.dark body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(1px 1px at 20px 30px,rgba(59,130,246,.15),transparent),radial-gradient(1px 1px at 40px 70px,rgba(139,92,246,.1),transparent),radial-gradient(1px 1px at 90px 40px,rgba(59,130,246,.2),transparent),radial-gradient(1px 1px at 130px 80px,rgba(139,92,246,.15),transparent),radial-gradient(1px 1px at 160px 30px,rgba(59,130,246,.1),transparent);background-repeat:repeat;background-size:300px 200px;pointer-events:none;z-index:-1;animation:twinkle 12s ease-in-out infinite}@keyframes twinkle{0%,to{opacity:.2}50%{opacity:.4}}.dark .navbar,.dark .main-content,.dark>*,.navbar,.main-content,main,header,footer,nav{position:relative;z-index:100}.ant-layout,.ant-layout-header,.ant-layout-content,.ant-layout-footer{position:relative;z-index:100}#root{position:relative;z-index:50}div[style*="minHeight: 100vh"]{position:relative;z-index:100}
