@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;700&display=swap");:root{--bg:#fdfdfd;--panel:hsla(0,0%,100%,.7);--panel-border:rgba(0,0,0,.06);--panel-hover:hsla(0,0%,100%,.9);--text:#0a0a0a;--text-secondary:#374151;--muted:#9ca3af;--accent:#0a0a0a;--success:#10b981;--error:#ef4444;--shadow:0 1px 3px rgba(0,0,0,.04);--shadow-lg:0 8px 30px rgba(0,0,0,.08);--shadow-3d:0 20px 60px rgba(0,0,0,.06),0 8px 20px rgba(0,0,0,.04);--radius:16px;--radius-sm:10px;--font-sans:"Inter",ui-sans-serif,system-ui,-apple-system,sans-serif;--font-mono:"JetBrains Mono",ui-monospace,SFMono-Regular,monospace}*{box-sizing:border-box}body,html{padding:0;margin:0;height:100%;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}body:before{background:radial-gradient(120px circle at 15% 25%,rgba(0,0,0,.015) 0,transparent 70%),radial-gradient(80px circle at 85% 15%,rgba(0,0,0,.012) 0,transparent 70%),radial-gradient(150px circle at 70% 70%,rgba(0,0,0,.01) 0,transparent 70%),radial-gradient(60px circle at 25% 80%,rgba(0,0,0,.015) 0,transparent 70%),radial-gradient(100px circle at 50% 50%,rgba(0,0,0,.008) 0,transparent 70%);animation:drift 20s ease-in-out infinite alternate}body:after,body:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none}body:after{background:radial-gradient(90px circle at 40% 35%,rgba(0,0,0,.012) 0,transparent 70%),radial-gradient(130px circle at 75% 45%,rgba(0,0,0,.01) 0,transparent 70%),radial-gradient(70px circle at 20% 60%,rgba(0,0,0,.014) 0,transparent 70%),radial-gradient(110px circle at 60% 85%,rgba(0,0,0,.009) 0,transparent 70%);animation:drift2 25s ease-in-out infinite alternate}body>*{position:relative;z-index:1}@keyframes drift{0%{transform:translate(0) scale(1)}25%{transform:translate(30px,-20px) scale(1.02)}50%{transform:translate(-20px,30px) scale(.98)}75%{transform:translate(15px,15px) scale(1.01)}to{transform:translate(-10px,-25px) scale(1)}}@keyframes drift2{0%{transform:translate(0) scale(1)}33%{transform:translate(-25px,20px) scale(1.03)}66%{transform:translate(20px,-15px) scale(.97)}to{transform:translate(10px,25px) scale(1.01)}}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit;outline:none}button{cursor:pointer;transition:all .25s cubic-bezier(.22,1,.36,1)}button:hover{transform:translateY(-2px)}button:active{transform:translateY(0) scale(.98)}input:focus,textarea:focus{border-color:rgba(0,0,0,.2)!important;box-shadow:0 0 0 4px rgba(0,0,0,.04),0 4px 12px rgba(0,0,0,.06)}::placeholder{color:var(--muted);opacity:.6}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.08);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.15)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.6}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes bubble-rise{0%{transform:translateY(100vh) scale(0);opacity:0}10%{opacity:.6}90%{opacity:.3}to{transform:translateY(-10vh) scale(1);opacity:0}}.bubble{position:fixed;border-radius:50%;background:rgba(0,0,0,.02);border:1px solid rgba(0,0,0,.03);pointer-events:none;z-index:0;animation:bubble-rise linear infinite}.bubble:first-child{width:40px;height:40px;left:10%;animation-duration:18s;animation-delay:0s}.bubble:nth-child(2){width:20px;height:20px;left:30%;animation-duration:22s;animation-delay:3s}.bubble:nth-child(3){width:60px;height:60px;left:50%;animation-duration:25s;animation-delay:1s}.bubble:nth-child(4){width:30px;height:30px;left:70%;animation-duration:20s;animation-delay:5s}.bubble:nth-child(5){width:50px;height:50px;left:85%;animation-duration:28s;animation-delay:2s}.bubble:nth-child(6){width:25px;height:25px;left:20%;animation-duration:24s;animation-delay:7s}.bubble:nth-child(7){width:35px;height:35px;left:60%;animation-duration:19s;animation-delay:4s}.bubble:nth-child(8){width:15px;height:15px;left:40%;animation-duration:26s;animation-delay:6s}@keyframes rain-fall{0%{transform:translateY(-100vh) translateX(0);opacity:0}5%{opacity:1}95%{opacity:.4}to{transform:translateY(100vh) translateX(20px);opacity:0}}@keyframes rain-fall-slow{0%{transform:translateY(-100vh) translateX(0);opacity:0}5%{opacity:.7}95%{opacity:.2}to{transform:translateY(100vh) translateX(10px);opacity:0}}.rain-container{position:fixed;inset:0;overflow:hidden;pointer-events:none;z-index:0}.raindrop{width:1px;border-radius:0 0 2px 2px;animation:rain-fall linear infinite}.raindrop,.raindrop-slow{position:absolute;top:-20px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.6));pointer-events:none}.raindrop-slow{width:1.5px;border-radius:0 0 3px 3px;animation:rain-fall-slow linear infinite}.raindrop:first-child{left:5%;height:18px;animation-duration:1.2s;animation-delay:0s}.raindrop:nth-child(2){left:12%;height:22px;animation-duration:1s;animation-delay:.3s}.raindrop:nth-child(3){left:18%;height:16px;animation-duration:1.4s;animation-delay:.7s}.raindrop:nth-child(4){left:25%;height:20px;animation-duration:1.1s;animation-delay:.1s}.raindrop:nth-child(5){left:32%;height:24px;animation-duration:.9s;animation-delay:.5s}.raindrop:nth-child(6){left:38%;height:15px;animation-duration:1.3s;animation-delay:.8s}.raindrop:nth-child(7){left:45%;height:21px;animation-duration:1s;animation-delay:.2s}.raindrop:nth-child(8){left:52%;height:19px;animation-duration:1.2s;animation-delay:.6s}.raindrop:nth-child(9){left:58%;height:17px;animation-duration:1.5s;animation-delay:.4s}.raindrop:nth-child(10){left:65%;height:23px;animation-duration:.95s;animation-delay:.9s}.raindrop:nth-child(11){left:72%;height:16px;animation-duration:1.3s;animation-delay:.15s}.raindrop:nth-child(12){left:78%;height:20px;animation-duration:1.1s;animation-delay:.55s}.raindrop:nth-child(13){left:85%;height:18px;animation-duration:1.25s;animation-delay:.35s}.raindrop:nth-child(14){left:92%;height:22px;animation-duration:1.05s;animation-delay:.75s}.raindrop:nth-child(15){left:8%;height:14px;animation-duration:1.4s;animation-delay:1s}.raindrop:nth-child(16){left:22%;height:25px;animation-duration:.85s;animation-delay:1.2s}.raindrop:nth-child(17){left:42%;height:17px;animation-duration:1.35s;animation-delay:.45s}.raindrop:nth-child(18){left:55%;height:21px;animation-duration:1s;animation-delay:.65s}.raindrop:nth-child(19){left:68%;height:19px;animation-duration:1.15s;animation-delay:.25s}.raindrop:nth-child(20){left:88%;height:16px;animation-duration:1.45s;animation-delay:.85s}.raindrop-slow:nth-child(21){left:3%;height:30px;animation-duration:2.5s;animation-delay:0s}.raindrop-slow:nth-child(22){left:15%;height:35px;animation-duration:2.8s;animation-delay:1s}.raindrop-slow:nth-child(23){left:28%;height:28px;animation-duration:3s;animation-delay:.5s}.raindrop-slow:nth-child(24){left:48%;height:32px;animation-duration:2.6s;animation-delay:1.5s}.raindrop-slow:nth-child(25){left:62%;height:26px;animation-duration:3.2s;animation-delay:.8s}.raindrop-slow:nth-child(26){left:75%;height:34px;animation-duration:2.7s;animation-delay:1.3s}.raindrop-slow:nth-child(27){left:90%;height:29px;animation-duration:2.9s;animation-delay:.3s}.raindrop-slow:nth-child(28){left:35%;height:31px;animation-duration:3.1s;animation-delay:1.8s}.raindrop-slow:nth-child(29){left:82%;height:27px;animation-duration:2.4s;animation-delay:2s}.raindrop-slow:nth-child(30){left:50%;height:33px;animation-duration:2.65s;animation-delay:.7s}@keyframes ripple{0%{box-shadow:0 4px 15px rgba(0,0,0,.03)}50%{box-shadow:0 8px 30px rgba(0,0,0,.06)}to{box-shadow:0 4px 15px rgba(0,0,0,.03)}}