@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Playfair+Display:wght@600&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{font-family:DM Sans,sans-serif;min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);color:#fff}#root{min-height:100vh;display:flex;align-items:center;justify-content:center}.container{max-width:600px;margin:0 auto;padding:2rem}h1{font-family:Playfair Display,serif;font-size:2.5rem;text-align:center;margin-bottom:.5rem;background:linear-gradient(90deg,#e94560,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{text-align:center;color:#8892b0;margin-bottom:2rem;font-size:1.1rem}.card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}label{display:block;font-weight:500;margin-bottom:.5rem;color:#ccd6f6}input[type=text]{width:100%;padding:1rem;font-size:1rem;font-family:inherit;border:2px solid rgba(255,255,255,.1);border-radius:8px;background:#0000004d;color:#fff;transition:border-color .2s,box-shadow .2s}input[type=text]:focus{outline:none;border-color:#e94560;box-shadow:0 0 0 3px #e9456033}input[type=text]::placeholder{color:#5a6a8a}button{width:100%;margin-top:1.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;font-family:inherit;border:none;border-radius:8px;background:linear-gradient(90deg,#e94560,#ff6b6b);color:#fff;cursor:pointer;transition:transform .2s,box-shadow .2s}button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #e9456066}button:disabled{opacity:.6;cursor:not-allowed}.result{margin-top:2rem;padding:1.5rem;background:#0000004d;border-radius:12px;border-left:4px solid #e94560;min-height:100px;line-height:1.7;white-space:pre-wrap}.result.empty{color:#5a6a8a;font-style:italic}.result.error{border-left-color:#f44;color:#ff6b6b}.loading{display:inline-block;width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite;margin-right:8px;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.cursor{display:inline-block;animation:blink .7s infinite;margin-left:2px;font-weight:100;color:#e94560}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.powered-by{text-align:center;margin-top:2rem;color:#5a6a8a;font-size:.85rem}.powered-by span{color:#e94560}
