@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@500;600;700&display=swap";
:root{--background:#fdfdfd;--foreground:#0f172a;--primary:#2563eb;--primary-hover:#1d4ed8;--secondary:#64748b;--accent:#8b5cf6;--card-bg:#fffc;--card-border:#e2e8f0cc;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--radius:12px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);background:radial-gradient(circle at 100% 0,#f1f5f9,#0000),radial-gradient(circle at 0 100%,#eff6ff,#0000);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;font-family:Inter,sans-serif;display:flex}main{width:100%;max-width:600px;padding:2rem}h1{text-align:center;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:700}.subtitle{color:var(--secondary);text-align:center;margin-bottom:2.5rem;font-weight:500}.card{background:var(--card-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--card-border);border-radius:var(--radius);box-shadow:var(--shadow-lg);flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.button-container{justify-content:center;display:flex}button{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #2563eb63}button:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 6px 20px #2563eb73}button:active{transform:translateY(0)}.uuid-list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.uuid-item{color:#334155;opacity:0;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;font-family:"ui-monospace",SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.95rem;animation:.3s ease-out forwards slideIn;display:flex}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.uuid-item:nth-child(2){animation-delay:50ms}.uuid-item:nth-child(3){animation-delay:.1s}.uuid-item:nth-child(4){animation-delay:.15s}.uuid-item:nth-child(5){animation-delay:.2s}.copy-button{color:var(--secondary);box-shadow:none;background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:.4rem;display:flex}.copy-button:hover{color:var(--primary);box-shadow:none;background:#f1f5f9;transform:none}footer{color:var(--secondary);text-align:center;margin-top:3rem;font-size:.875rem}
