*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#1e293b;background:linear-gradient(180deg,#f0f9ff,#dbeafe 40%,#bfdbfe,#e0f2fe);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#app{width:100%;min-height:100vh}.generator-container[data-v-e1d90c2d]{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px}.card[data-v-e1d90c2d]{position:relative;z-index:10;background:#ffffff9c;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:28px;padding:48px 40px;box-shadow:0 4px 6px -1px #0000000d,0 10px 15px -3px #00000014,0 20px 25px -5px #0000000d;border:1px solid rgba(255,255,255,.6);max-width:550px;width:100%;overflow:hidden}.card-glow[data-v-e1d90c2d]{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 30%,rgba(14,165,233,.08) 0%,transparent 50%);pointer-events:none}.header[data-v-e1d90c2d]{text-align:center;margin-bottom:32px}.icon-wrapper[data-v-e1d90c2d]{display:none;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:16px;color:#fff;margin-bottom:16px;box-shadow:0 4px 14px #0ea5e959}.title[data-v-e1d90c2d]{font-size:1.75rem;font-weight:700;margin:0 0 8px;color:#0c4a6e;letter-spacing:-.02em}.subtitle[data-v-e1d90c2d]{font-size:.95rem;color:#64748b;margin:0}.uuid-display[data-v-e1d90c2d]{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:16px;padding:20px 24px;cursor:pointer;transition:all .25s ease;border:1px solid rgba(14,165,233,.15);margin-bottom:24px}.uuid-display[data-v-e1d90c2d]:hover{background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-color:#0ea5e94d;transform:translateY(-1px)}.uuid-content[data-v-e1d90c2d]{display:flex;align-items:center;justify-content:space-between;gap:12px}.uuid-text[data-v-e1d90c2d]{font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:1rem;font-weight:500;color:#0369a1;word-break:break-all;flex:1;letter-spacing:.02em}.copy-icon[data-v-e1d90c2d]{flex-shrink:0;color:#0ea5e9;transition:all .25s ease}.copy-icon.copied[data-v-e1d90c2d]{color:#10b981}.copy-hint[data-v-e1d90c2d]{display:block;font-size:.8rem;color:#64748b;margin-top:10px;transition:color .25s ease}.uuid-display:hover .copy-hint[data-v-e1d90c2d]{color:#0ea5e9}.actions[data-v-e1d90c2d]{display:flex;gap:12px;justify-content:center}.btn[data-v-e1d90c2d]{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:14px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .25s ease;border:none}.btn-primary[data-v-e1d90c2d]{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;flex:1;max-width:200px;box-shadow:0 4px 14px #0ea5e959}.btn-primary[data-v-e1d90c2d]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0ea5e973}.btn-primary[data-v-e1d90c2d]:active{transform:translateY(0)}.btn-ghost[data-v-e1d90c2d]{background:#0ea5e914;color:#0284c7;padding:14px 16px}.btn-ghost[data-v-e1d90c2d]:hover{background:#0ea5e926}.settings[data-v-e1d90c2d]{margin-top:28px;padding-top:24px;border-top:1px solid rgba(14,165,233,.1)}.settings-header[data-v-e1d90c2d]{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.settings-title[data-v-e1d90c2d]{font-size:.85rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.settings-badge[data-v-e1d90c2d]{font-size:.75rem;font-weight:700;color:#0ea5e9;background:#0ea5e91a;padding:4px 10px;border-radius:20px}.version-options[data-v-e1d90c2d]{display:flex;flex-direction:column;gap:10px}.version-option[data-v-e1d90c2d]{display:flex;align-items:center;gap:14px;padding:14px 18px;background:#f8fafccc;border-radius:12px;cursor:pointer;transition:all .25s ease;border:2px solid transparent}.version-option[data-v-e1d90c2d]:hover{background:#f0f9ffe6}.version-option.active[data-v-e1d90c2d]{background:#e0f2fe99;border-color:#0ea5e9}.version-option input[data-v-e1d90c2d]{display:none}.radio-dot[data-v-e1d90c2d]{width:20px;height:20px;border-radius:50%;border:2px solid #cbd5e1;transition:all .25s ease;position:relative;flex-shrink:0}.version-option.active .radio-dot[data-v-e1d90c2d]{border-color:#0ea5e9;background:#0ea5e9}.radio-dot[data-v-e1d90c2d]:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:8px;height:8px;background:#fff;border-radius:50%;transition:transform .2s ease}.version-option.active .radio-dot[data-v-e1d90c2d]:after{transform:translate(-50%,-50%) scale(1)}.version-info[data-v-e1d90c2d]{display:flex;flex-direction:column;gap:2px}.version-label[data-v-e1d90c2d]{font-weight:600;font-size:.95rem;color:#0f172a}.version-desc[data-v-e1d90c2d]{font-size:.8rem;color:#64748b}.slide-enter-active[data-v-e1d90c2d],.slide-leave-active[data-v-e1d90c2d]{transition:all .3s ease}.slide-enter-from[data-v-e1d90c2d],.slide-leave-to[data-v-e1d90c2d]{opacity:0;transform:translateY(-10px)}.app[data-v-1c985e64]{position:relative;min-height:100vh;overflow:hidden;background:linear-gradient(180deg,#f0f9ff,#dbeafe 40%,#bfdbfe,#e0f2fe)}.hero-bg-shapes[data-v-1c985e64]{position:fixed;inset:0;overflow:hidden;z-index:0;pointer-events:none}.hero-bg-shapes[data-v-1c985e64]:before{content:"";position:absolute;top:-20%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(59,130,246,.25) 0%,rgba(37,99,235,.12) 40%,transparent 70%);border-radius:50%;filter:blur(40px);animation:float-1c985e64 4s ease-in-out infinite}.hero-bg-shapes[data-v-1c985e64]:after{content:"";position:absolute;bottom:-10%;right:-5%;width:450px;height:450px;background:radial-gradient(circle,rgba(6,182,212,.22) 0%,rgba(14,165,233,.1) 40%,transparent 70%);border-radius:50%;filter:blur(40px);animation:float-reverse-1c985e64 5s ease-in-out infinite}.hero-shape-1[data-v-1c985e64],.hero-shape-2[data-v-1c985e64],.hero-shape-3[data-v-1c985e64]{position:absolute;border-radius:50%;filter:blur(50px)}.hero-shape-1[data-v-1c985e64]{top:15%;right:15%;width:350px;height:350px;background:#3b82f62e;animation:float-reverse-1c985e64 6s ease-in-out infinite}.hero-shape-2[data-v-1c985e64]{bottom:20%;left:10%;width:280px;height:280px;background:#0ea5e926;animation:float-1c985e64 4.5s ease-in-out infinite;animation-delay:-1s}.hero-shape-3[data-v-1c985e64]{top:50%;right:30%;width:220px;height:220px;background:#06b6d42e;animation:pulse-glow-1c985e64 3s ease-in-out infinite,float-1c985e64 5.5s ease-in-out infinite}@keyframes float-1c985e64{0%,to{transform:translate(0) scale(1)}25%{transform:translate(80px,100px) scale(1.1)}50%{transform:translate(-60px,150px) scale(.9)}75%{transform:translate(-100px,50px) scale(1.05)}}@keyframes float-reverse-1c985e64{0%,to{transform:translate(0) scale(1)}25%{transform:translate(-100px,-80px) scale(.9)}50%{transform:translate(80px,-120px) scale(1.1)}75%{transform:translate(120px,-40px) scale(.95)}}@keyframes pulse-glow-1c985e64{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.particles[data-v-1c985e64]{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:0}.particle[data-v-1c985e64]{position:absolute;top:100%;width:8px;height:8px;background:#ffffffe6;border-radius:50%;box-shadow:0 0 10px #fffc,0 0 20px #22d3ee99,0 0 30px #0ea5e966;animation:float-up-1c985e64 12s infinite ease-out}.particle[data-v-1c985e64]:nth-child(1){left:5%;animation-duration:12s;animation-delay:0s}.particle[data-v-1c985e64]:nth-child(2){left:10%;animation-duration:14s;animation-delay:1s}.particle[data-v-1c985e64]:nth-child(3){left:15%;animation-duration:11s;animation-delay:2s}.particle[data-v-1c985e64]:nth-child(4){left:20%;animation-duration:16s;animation-delay:.5s}.particle[data-v-1c985e64]:nth-child(5){left:25%;animation-duration:13s;animation-delay:1.5s}.particle[data-v-1c985e64]:nth-child(6){left:30%;animation-duration:15s;animation-delay:3s}.particle[data-v-1c985e64]:nth-child(7){left:35%;animation-duration:12s;animation-delay:2.5s}.particle[data-v-1c985e64]:nth-child(8){left:40%;animation-duration:14s;animation-delay:4s}.particle[data-v-1c985e64]:nth-child(9){left:45%;animation-duration:11s;animation-delay:3.5s}.particle[data-v-1c985e64]:nth-child(10){left:50%;animation-duration:16s;animation-delay:5s}.particle[data-v-1c985e64]:nth-child(11){left:55%;animation-duration:13s;animation-delay:4.5s}.particle[data-v-1c985e64]:nth-child(12){left:60%;animation-duration:15s;animation-delay:6s}.particle[data-v-1c985e64]:nth-child(13){left:65%;animation-duration:12s;animation-delay:5.5s}.particle[data-v-1c985e64]:nth-child(14){left:70%;animation-duration:14s;animation-delay:7s}.particle[data-v-1c985e64]:nth-child(15){left:75%;animation-duration:11s;animation-delay:6.5s}.particle[data-v-1c985e64]:nth-child(16){left:80%;animation-duration:16s;animation-delay:8s}.particle[data-v-1c985e64]:nth-child(17){left:85%;animation-duration:13s;animation-delay:7.5s}.particle[data-v-1c985e64]:nth-child(18){left:90%;animation-duration:15s;animation-delay:9s}.particle[data-v-1c985e64]:nth-child(19){left:95%;animation-duration:12s;animation-delay:8.5s}.particle[data-v-1c985e64]:nth-child(20){left:3%;animation-duration:14s;animation-delay:10s}.particle[data-v-1c985e64]:nth-child(21){left:8%;animation-duration:11s;animation-delay:9.5s}.particle[data-v-1c985e64]:nth-child(22){left:13%;animation-duration:16s;animation-delay:11s}.particle[data-v-1c985e64]:nth-child(23){left:18%;animation-duration:13s;animation-delay:10.5s}.particle[data-v-1c985e64]:nth-child(24){left:23%;animation-duration:15s;animation-delay:12s}.particle[data-v-1c985e64]:nth-child(25){left:28%;animation-duration:12s;animation-delay:11.5s}.particle[data-v-1c985e64]:nth-child(26){left:33%;animation-duration:14s;animation-delay:.2s}.particle[data-v-1c985e64]:nth-child(27){left:38%;animation-duration:11s;animation-delay:1.2s}.particle[data-v-1c985e64]:nth-child(28){left:43%;animation-duration:16s;animation-delay:2.2s}.particle[data-v-1c985e64]:nth-child(29){left:48%;animation-duration:13s;animation-delay:3.2s}.particle[data-v-1c985e64]:nth-child(30){left:53%;animation-duration:15s;animation-delay:4.2s}.particle[data-v-1c985e64]:nth-child(31){left:58%;animation-duration:12s;animation-delay:5.2s}.particle[data-v-1c985e64]:nth-child(32){left:63%;animation-duration:14s;animation-delay:6.2s}.particle[data-v-1c985e64]:nth-child(33){left:68%;animation-duration:11s;animation-delay:7.2s}.particle[data-v-1c985e64]:nth-child(34){left:73%;animation-duration:16s;animation-delay:8.2s}.particle[data-v-1c985e64]:nth-child(35){left:78%;animation-duration:13s;animation-delay:9.2s}.particle[data-v-1c985e64]:nth-child(36){left:83%;animation-duration:15s;animation-delay:10.2s}.particle[data-v-1c985e64]:nth-child(37){left:88%;animation-duration:12s;animation-delay:11.2s}.particle[data-v-1c985e64]:nth-child(38){left:93%;animation-duration:14s;animation-delay:.7s}.particle[data-v-1c985e64]:nth-child(39){left:98%;animation-duration:11s;animation-delay:1.7s}.particle[data-v-1c985e64]:nth-child(40){left:2%;animation-duration:16s;animation-delay:2.7s}.particle[data-v-1c985e64]:nth-child(41){left:7%;animation-duration:13s;animation-delay:3.7s}.particle[data-v-1c985e64]:nth-child(42){left:12%;animation-duration:15s;animation-delay:4.7s}.particle[data-v-1c985e64]:nth-child(43){left:17%;animation-duration:12s;animation-delay:5.7s}.particle[data-v-1c985e64]:nth-child(44){left:22%;animation-duration:14s;animation-delay:6.7s}.particle[data-v-1c985e64]:nth-child(45){left:27%;animation-duration:11s;animation-delay:7.7s}.particle[data-v-1c985e64]:nth-child(46){left:32%;animation-duration:16s;animation-delay:8.7s}.particle[data-v-1c985e64]:nth-child(47){left:37%;animation-duration:13s;animation-delay:9.7s}.particle[data-v-1c985e64]:nth-child(48){left:42%;animation-duration:15s;animation-delay:10.7s}.particle[data-v-1c985e64]:nth-child(49){left:47%;animation-duration:12s;animation-delay:11.7s}.particle[data-v-1c985e64]:nth-child(50){left:52%;animation-duration:14s;animation-delay:.3s}@keyframes float-up-1c985e64{0%{top:100%;opacity:0;transform:scale(.5)}5%{opacity:1}90%{opacity:.7}to{top:-5%;opacity:0;transform:scale(1)}}
