.emotion-selector-container{min-height:100vh;background:radial-gradient(circle at 20% 30%,rgba(255,107,157,.15) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(201,109,253,.15) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(254,194,96,.1) 0%,transparent 50%),#0f0a1e;display:flex;align-items:center;justify-content:center;padding:24px;position:relative;overflow:hidden;color:#fff}.emotion-orb{position:absolute;border-radius:50%;filter:blur(80px);mix-blend-mode:screen;pointer-events:none;z-index:1}.emotion-shape{position:absolute;pointer-events:none;z-index:2;opacity:.15;mix-blend-mode:screen}.emotion-shape-triangle{width:0;height:0;border-left:60px solid transparent;border-right:60px solid transparent;border-bottom:104px solid currentColor}.emotion-shape-square{width:100px;height:100px;background:currentColor;transform:rotate(45deg)}.emotion-shape-hexagon{width:80px;height:46px;background:currentColor;position:relative}.emotion-shape-hexagon:before{content:"";position:absolute;top:-23px;left:0;width:0;height:0;border-left:40px solid transparent;border-right:40px solid transparent;border-bottom:23px solid currentColor}.emotion-shape-hexagon:after{content:"";position:absolute;bottom:-23px;left:0;width:0;height:0;border-left:40px solid transparent;border-right:40px solid transparent;border-top:23px solid currentColor}.emotion-shape-circle{width:80px;height:80px;border-radius:50%;border:3px solid currentColor;background:transparent}.emotion-shape-ring{width:100px;height:100px;border-radius:50%;border:5px solid currentColor;background:transparent}.emotion-shape-pentagon{width:90px;height:90px;background:currentColor;clip-path:polygon(50% 0%,100% 38%,82% 100%,18% 100%,0% 38%)}@keyframes shape-float{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(30px,-30px) rotate(90deg)}50%{transform:translateY(-60px) rotate(180deg)}75%{transform:translate(-30px,-30px) rotate(270deg)}}@keyframes shape-drift{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-50px,50px) scale(1.2)}}@keyframes shape-spin{0%{transform:rotate(0) scale(1)}to{transform:rotate(360deg) scale(1.1)}}@keyframes shape-pulse{0%,to{transform:scale(1) rotate(0);opacity:.15}50%{transform:scale(1.3) rotate(180deg);opacity:.3}}@keyframes shape-bounce{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-40px) rotate(45deg)}50%{transform:translateY(0) rotate(90deg)}75%{transform:translateY(-20px) rotate(135deg)}}.emotion-paint-blend{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 50%,rgba(255,107,157,.05),transparent 70%);filter:blur(100px);z-index:3}.emotion-content-wrapper{max-width:1280px;width:100%;position:relative;z-index:10}.emotion-header{text-align:center;margin-bottom:48px}.emotion-icon-container{display:flex;justify-content:center;margin-bottom:24px}.emotion-title{font-size:clamp(2.5rem,5vw,3.75rem);margin-bottom:24px;text-shadow:0 0 20px rgba(255,107,157,.6),0 0 40px rgba(255,107,157,.4),0 0 60px rgba(255,107,157,.3);font-weight:700;color:#ff6b9d;line-height:1.2}.emotion-title-plain{font-size:clamp(2.5rem,5vw,3.75rem);margin-bottom:24px;font-weight:700;color:#fff;line-height:1.2}.emotion-message-box{max-width:672px;margin:0 auto 16px;background:#2a1f4a80;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border-radius:16px;padding:24px;border:2px solid rgba(255,107,157,.2);box-shadow:0 8px 32px #ff6b9d1a}.emotion-message-text{font-size:clamp(1rem,2vw,1.25rem);line-height:1.8;white-space:pre-line;color:#ffffffe6;margin:0}.emotion-counter-text{font-size:.875rem;opacity:.6;color:#fffc}.emotion-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;margin-bottom:48px}.emotion-button{position:relative;padding:20px 24px;border-radius:16px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:all .3s ease;cursor:pointer;background:#ffffff0d;border:3px solid rgba(255,255,255,.1);box-shadow:none;outline:none;color:#fff;font-size:clamp(.875rem,1.5vw,1rem);font-family:inherit}.emotion-button:hover{transform:scale(1.08) translateY(-8px)}.emotion-button:active{transform:scale(.95)}.emotion-button.selected{border:3px solid var(--emotion-color);box-shadow:0 0 30px var(--emotion-color-shadow),0 10px 30px #0000004d}.emotion-badge{position:absolute;top:-12px;right:-12px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--emotion-color),var(--emotion-color-dark));box-shadow:0 4px 12px #0000004d;font-weight:700;font-size:14px;color:#fff}.emotion-glow{position:absolute;inset:0;border-radius:16px;background:radial-gradient(circle at center,var(--emotion-color-glow),transparent);animation:emotion-pulse 2s ease-in-out infinite}@keyframes emotion-pulse{0%,to{opacity:.5;transform:scale(.95)}50%{opacity:1;transform:scale(1.05)}}.emotion-dot{width:12px;height:12px;border-radius:50%;background:var(--emotion-color);margin:0 auto 8px;transition:all .3s ease}.emotion-button.selected .emotion-dot{animation:emotion-dot-pulse 1.5s ease-in-out infinite}@keyframes emotion-dot-pulse{0%,to{transform:scale(1);box-shadow:0 0 10px var(--emotion-color)}50%{transform:scale(1.3);box-shadow:0 0 20px var(--emotion-color)}}.emotion-text{position:relative;z-index:10;display:block;text-align:center;transition:text-shadow .3s ease}.emotion-button.selected .emotion-text{text-shadow:0 0 10px var(--emotion-color)}.emotion-button-container{display:flex;justify-content:center}.emotion-continue-button{padding:20px 48px;border-radius:9999px;font-size:1.25rem;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:all .3s ease;position:relative;overflow:hidden;cursor:not-allowed;background:#ffffff0d;border:2px solid rgba(255,255,255,.2);box-shadow:none;opacity:.5;color:#fff;outline:none;font-family:inherit;font-weight:500}.emotion-continue-button.active{cursor:pointer;background:linear-gradient(90deg,#ff6b9d,#c96dfd);border:2px solid #ff6b9d;box-shadow:0 0 40px #ff6b9d99;opacity:1}.emotion-continue-button.active:hover{transform:scale(1.05) translateY(-3px)}.emotion-continue-button.active:active{transform:scale(.95)}.emotion-button-glow{position:absolute;inset:0;background:linear-gradient(90deg,#fec2604d,#ff6b9d4d,#c96dfd4d);animation:button-shine 2s linear infinite}@keyframes button-shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.emotion-button-content{position:relative;z-index:10;display:flex;align-items:center;gap:12px}.emotion-button-arrow{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#fff3;animation:arrow-move 1.5s ease-in-out infinite}@keyframes arrow-move{0%,to{transform:translate(0)}50%{transform:translate(5px)}}.emotion-helper-text{text-align:center;margin-top:24px;color:#ffb3c6;font-size:1.125rem}.emotion-helper-text p{margin:0}.emotion-selected-text{text-align:center;margin-top:32px;opacity:.7;font-size:.875rem}.emotion-selected-text p{margin:0}@media(max-width:1024px){.emotion-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.emotion-button{padding:16px 20px}.emotion-continue-button{padding:16px 40px;font-size:1.125rem}}@media(max-width:640px){.emotion-selector-container{padding:16px}.emotion-header{margin-bottom:32px}.emotion-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;margin-bottom:32px}.emotion-button{padding:14px 16px}.emotion-message-box{padding:20px}.emotion-continue-button{padding:16px 32px;font-size:1rem}}@media(max-width:480px){.emotion-grid{grid-template-columns:repeat(2,1fr)}}.emotion-icon{width:80px;height:80px;color:#ff6b9d;animation:icon-pulse 2s ease-in-out infinite}@keyframes icon-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media(max-width:640px){.emotion-icon{width:60px;height:60px}}*{margin:0;padding:0;box-sizing:border-box;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}a{color:inherit;text-decoration:none;-webkit-text-decoration:none;-moz-text-decoration:none}a:hover{color:inherit;text-decoration:none}a:visited{color:inherit}body{font-family:Space Grotesk,Inter,sans-serif;background:#1a0f2e;color:#fff;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}h1{font-size:clamp(2rem,5vw,3.75rem);font-weight:700;letter-spacing:-.02em;line-height:1.2}h2{font-size:clamp(1.875rem,4vw,2.25rem);font-weight:700;line-height:1.3}h3{font-size:clamp(1.5rem,3vw,1.875rem);font-weight:600;line-height:1.4}p{line-height:1.6}button{font-family:inherit;cursor:pointer}.glass-effect{background:#3c285a80;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:2px solid rgba(255,107,157,.3);box-shadow:0 8px 32px #ff6b9d26}.gradient-bg{background:radial-gradient(circle at 20% 30%,rgba(255,107,157,.25) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(201,109,253,.25) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(254,194,96,.15) 0%,transparent 50%),#1a0f2e}.text-glow{text-shadow:0 0 20px rgba(255,107,157,.5),0 0 40px rgba(255,107,157,.3),0 0 60px rgba(255,107,157,.2)}.neon-border{box-shadow:0 0 20px #ff6b9d66,inset 0 0 20px #ff6b9d1a}.neon-text-pink{color:#ff6b9d;text-shadow:0 0 20px rgba(255,107,157,.6),0 0 40px rgba(255,107,157,.4),0 0 60px rgba(255,107,157,.3)}.neon-text-purple{color:#c96dfd;text-shadow:0 0 20px rgba(201,109,253,.6),0 0 40px rgba(201,109,253,.4),0 0 60px rgba(201,109,253,.3)}.neon-text-yellow{color:#fec260;text-shadow:0 0 20px rgba(254,194,96,.6),0 0 40px rgba(254,194,96,.4),0 0 60px rgba(254,194,96,.3)}.paint-blend{background:radial-gradient(circle at 50% 50%,rgba(255,107,157,.1),transparent 70%);filter:blur(100px)}.min-h-screen{min-height:100vh}.w-full{width:100%}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.space-y-3>*+*{margin-top:.75rem}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.min-w-\[240px\]{min-width:240px}.max-w-\[300px\]{max-width:300px}.text-center{text-align:center}.text-left{text-align:left}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{inset:0}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.pointer-events-none{pointer-events:none}.z-10{z-index:10}.z-50{z-index:50}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pt-20{padding-top:5rem}.pb-12{padding-bottom:3rem}.pb-20{padding-bottom:5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mt-3{margin-top:.75rem}.mx-auto{margin-left:auto;margin-right:auto}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-72{height:18rem}.h-full{height:100%}.max-w-sm{max-width:24rem}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-7xl{max-width:80rem}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-semibold{font-weight:600}.font-bold{font-weight:700}.whitespace-pre-line{white-space:pre-line}.leading-relaxed{line-height:1.625}.opacity-30{opacity:.3}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.text-white{color:#fff}.text-pink-400{color:#f472b6}.text-purple-400{color:#c084fc}.text-yellow-400{color:#facc15}.text-green-400{color:#4ade80}.text-red-400{color:#f87171}.bg-white{background-color:#fff}.bg-black\/90{background-color:#000000e6}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-black\/90{--tw-gradient-from: rgba(0, 0, 0, .9);--tw-gradient-to: rgba(0, 0, 0, 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-black\/50{--tw-gradient-to: rgba(0, 0, 0, 0);--tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, .5), var(--tw-gradient-to)}.to-transparent{--tw-gradient-to: transparent}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-t{border-top-width:1px}.border-pink-500{border-color:#ec4899}.border-t-transparent{border-top-color:transparent}.border-white\/20{border-color:#fff3}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-\[2rem\]{border-radius:2rem}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.object-cover{object-fit:cover}.inline{display:inline}.inline-flex{display:inline-flex}.hidden{display:none}.cursor-pointer{cursor:pointer}.disabled\:opacity-30:disabled{opacity:.3}@media(min-width:640px){.sm\:inline{display:inline}.sm\:hidden{display:none}}@media(min-width:768px){.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:px-0{padding-left:0;padding-right:0}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:p-12{padding:3rem}.md\:pt-32{padding-top:8rem}.md\:pb-20{padding-bottom:5rem}.md\:pb-32{padding-bottom:8rem}.md\:mb-4{margin-bottom:1rem}.md\:mb-6{margin-bottom:1.5rem}.md\:mb-8{margin-bottom:2rem}.md\:mb-10{margin-bottom:2.5rem}.md\:mb-12{margin-bottom:3rem}.md\:mb-16{margin-bottom:4rem}.md\:mb-20{margin-bottom:5rem}.md\:gap-3{gap:.75rem}.md\:gap-4{gap:1rem}.md\:gap-5{gap:1.25rem}.md\:gap-8{gap:2rem}.md\:w-4{width:1rem}.md\:w-6{width:1.5rem}.md\:w-8{width:2rem}.md\:w-12{width:3rem}.md\:w-16{width:4rem}.md\:h-3{height:.75rem}.md\:h-4{height:1rem}.md\:h-6{height:1.5rem}.md\:h-8{height:2rem}.md\:h-12{height:3rem}.md\:h-16{height:4rem}.md\:rounded-2xl{border-radius:1rem}.md\:rounded-3xl{border-radius:1.5rem}.md\:rounded-\[2\.5rem\]{border-radius:2.5rem}}@media(min-width:1024px){.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-6xl{font-size:3.75rem;line-height:1}}.loading-spinner{width:4rem;height:4rem;border:4px solid #ec4899;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.card-shine{position:relative;overflow:hidden}.top-4{top:1rem}.right-4{right:1rem}.bottom-4{bottom:1rem}.left-4{left:1rem}.font-mono{font-family:ui-monospace,monospace}.text-\[10px\]{font-size:10px}.pt-3{padding-top:.75rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.mb-1{margin-bottom:.25rem}.mt-6{margin-top:1.5rem}.w-2{width:.5rem}.h-2{height:.5rem}.w-7{width:1.75rem}.h-7{height:1.75rem}.max-w-xl{max-width:36rem}.uppercase{text-transform:uppercase}.tracking-wider{letter-spacing:.05em}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.opacity-0{opacity:0}.opacity-50{opacity:.5}.group-hover\:opacity-100{transition:opacity .3s}.group:hover .group-hover\:opacity-100{opacity:1}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-pink-500\/10{--tw-gradient-from: rgba(236, 72, 153, .1);--tw-gradient-to: rgba(236, 72, 153, 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/10{--tw-gradient-from: rgba(168, 85, 247, .1);--tw-gradient-to: rgba(168, 85, 247, 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/10{--tw-gradient-from: rgba(234, 179, 8, .1);--tw-gradient-to: rgba(234, 179, 8, 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.md\:p-8{padding:2rem}@media(min-width:768px){.md\:p-8{padding:2rem}}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mb-16{margin-bottom:4rem}.mb-20{margin-bottom:5rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-12{padding-left:3rem;padding-right:3rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-16{padding-bottom:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-32{width:8rem}.w-48{width:12rem}.w-64{width:16rem}.h-20{height:5rem}.h-24{height:6rem}.h-32{height:8rem}.h-48{height:12rem}.h-64{height:16rem}.h-96{height:24rem}.h-\\[600px\\]{height:600px}.min-h-\\[200px\\]{min-height:200px}.min-h-\\[300px\\]{min-height:300px}.min-h-\\[400px\\]{min-height:400px}.min-w-\\[200px\\]{min-width:200px}.min-w-\\[300px\\]{min-width:300px}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-3xl{max-width:48rem}.max-w-6xl{max-width:72rem}.top-0{top:0}.top-2{top:.5rem}.top-8{top:2rem}.right-0{right:0}.right-2{right:.5rem}.right-8{right:2rem}.bottom-0{bottom:0}.bottom-2{bottom:.5rem}.bottom-8{bottom:2rem}.left-0{left:0}.left-2{left:.5rem}.left-8{left:2rem}.inset-4{inset:1rem}.inset-8{inset:2rem}.z-0{z-index:0}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.block{display:block}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-normal{line-height:1.5}.leading-loose{line-height:2}.tracking-tight{letter-spacing:-.025em}.tracking-normal{letter-spacing:0}.tracking-wide{letter-spacing:.025em}.underline{text-decoration:underline}.no-underline{text-decoration:none}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-blue-400{color:#60a5fa}.bg-pink-500{background-color:#ec4899}.bg-purple-500{background-color:#a855f7}.bg-yellow-500{background-color:#eab308}.bg-pink-500\\/20{background-color:#ec489933}.bg-purple-500\\/20{background-color:#a855f733}.bg-yellow-500\\/20{background-color:#eab30833}.border-white{border-color:#fff}.border-white\\/10{border-color:#ffffff1a}.border-pink-500\\/30{border-color:#ec48994d}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.overflow-auto{overflow:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-auto{overflow-x:auto}.overflow-scroll{overflow:scroll}.transition,.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.scale-100{transform:scale(1)}.scale-105{transform:scale(1.05)}.scale-110{transform:scale(1.1)}.rotate-45{transform:rotate(45deg)}.rotate-90{transform:rotate(90deg)}.-rotate-90{transform:rotate(-90deg)}.hover\\:scale-105:hover{transform:scale(1.05)}.hover\\:scale-110:hover{transform:scale(1.1)}.hover\\:opacity-80:hover{opacity:.8}.hover\\:bg-pink-600:hover{background-color:#db2777}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\\:ring-2:focus{box-shadow:0 0 0 2px #ff6b9d80}.active\\:scale-95:active{transform:scale(.95)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in .5s ease-in}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#2a1f4a4d;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#ff6b9d,#c96dfd);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#c96dfd,#ff6b9d)}::selection{background-color:#ff6b9d4d;color:#fff}::-moz-selection{background-color:#ff6b9d4d;color:#fff}@keyframes paint-flow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.paint-flow{background-size:200% 200%;animation:paint-flow 8s ease infinite}.backdrop-blur-sm{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.backdrop-blur-md{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.backdrop-blur-lg{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.backdrop-blur-xl{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}@media print{.no-print{display:none!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.mix-blend-screen{mix-blend-mode:screen}.mix-blend-multiply{mix-blend-mode:multiply}.mix-blend-overlay{mix-blend-mode:overlay}.filter-blur{filter:blur(20px)}.filter-blur-xl{filter:blur(40px)}.filter-none{filter:none}
