@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.container{min-height:100dvh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;background:#08080f;background-image:radial-gradient(ellipse at 20% 50%,rgba(120,60,200,.08) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(60,130,246,.06) 0%,transparent 50%),radial-gradient(ellipse at 50% 80%,rgba(168,85,247,.05) 0%,transparent 50%);position:relative;overflow:hidden}.container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;z-index:0}.container>*{position:relative;z-index:1}.header{text-align:center;margin-bottom:40px}.header h1{font-size:48px;font-weight:800;letter-spacing:-1.5px;color:#f0f0f5;line-height:1.1}.header h1 span{background:linear-gradient(135deg,#a855f7,#6366f1,#38bdf8);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 4s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.header p{margin-top:10px;font-size:15px;color:#fff6;font-weight:400;letter-spacing:.3px}.image-card{width:520px;max-width:90vw;aspect-ratio:1;border-radius:20px;overflow:hidden;position:relative;background:#ffffff08;border:1px solid rgba(255,255,255,.06);box-shadow:0 0 0 1px #ffffff08,0 20px 60px -10px #00000080,0 0 80px -20px #783cc826;margin-bottom:32px;transition:box-shadow .4s ease,transform .4s ease}.image-card:hover{box-shadow:0 0 0 1px #ffffff0d,0 25px 70px -10px #0009,0 0 100px -20px #783cc840;transform:translateY(-2px)}.image-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .6s ease}.image-card:hover img{transform:scale(1.02)}.loader-wrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;background:#0003}.loader-wrapper svg{background:transparent}.loader-text{font-size:14px;color:#ffffff80;font-weight:500;letter-spacing:.5px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.spinner{width:44px;height:44px;border:3px solid rgba(168,85,247,.15);border-top-color:#a855f7;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.input-section{width:520px;max-width:90vw;display:flex;gap:8px;padding:6px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;transition:border-color .3s ease,box-shadow .3s ease}.input-section:focus-within{border-color:#a855f766;box-shadow:0 0 0 3px #a855f714,0 8px 30px -8px #0000004d}.input-section input{flex:1;background:transparent;outline:none;color:#e4e4f0;font-size:15px;font-weight:400;padding:12px 16px;font-family:Inter,sans-serif;letter-spacing:.2px}.input-section input::-moz-placeholder{color:#ffffff40;font-weight:400}.input-section input::placeholder{color:#ffffff40;font-weight:400}.input-section button{background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;font-size:14px;font-weight:600;padding:12px 28px;border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:Inter,sans-serif;letter-spacing:.3px;white-space:nowrap;position:relative;overflow:hidden}.input-section button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#c084fc,#818cf8);opacity:0;transition:opacity .3s ease}.input-section button:hover:before{opacity:1}.input-section button span{position:relative;z-index:1}.input-section button:hover{transform:translateY(-1px);box-shadow:0 8px 25px -5px #a855f766}.input-section button:active{transform:translateY(0)}.input-section button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.powered-by{margin-top:24px;font-size:12px;color:#fff3;font-weight:400;letter-spacing:.5px}.powered-by strong{color:#a855f780;font-weight:600}@media (max-width: 580px){.header h1{font-size:32px}.header p{font-size:13px}.input-section{flex-direction:column}.input-section button{width:100%;justify-content:center;text-align:center}}*,*:before,*:after{padding:0;border:none;margin:0;box-sizing:border-box}html{height:100%}body{min-height:100%;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
