:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#0a0a0a;color:#fafafa}.shell{min-height:100vh;display:flex;justify-content:center;padding:2rem 1.5rem}.app{max-width:42rem;width:100%}.header{margin-bottom:2rem}.header h1{margin:0 0 .25rem;font-size:1.75rem;font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,#c084fc,#818cf8,#38bdf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{margin:0;color:#ffffff80;font-size:.95rem}.controls{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.field{display:flex;flex-direction:column;gap:.4rem}.field label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#ffffff73}.field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;padding:.6rem 2rem .6rem .85rem;font-size:.9rem;color:#fafafa;font-family:inherit;cursor:pointer;transition:border-color .15s;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23888' stroke-width='1.5'%3E%3Cpath d='M3 4.5l3 3 3-3'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.field select:hover{border-color:#ffffff40}.field select:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 2px #818cf833}.pill-group{display:flex;flex-wrap:wrap;gap:.4rem}.pill{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:.35rem .85rem;font-size:.8rem;color:#ffffffb3;cursor:pointer;font-family:inherit;transition:all .15s}.pill:hover{background:#ffffff1a;color:#fafafa}.pill.active{background:linear-gradient(135deg,#6d28d9,#4f46e5);border-color:transparent;color:#fff;font-weight:500}.actions{display:flex;gap:.6rem;margin-top:.5rem}.btn{flex:1;border:none;border-radius:.5rem;padding:.7rem 1.25rem;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s}.btn.primary{background:linear-gradient(135deg,#7c3aed,#4f46e5);color:#fff}.btn.primary:hover{filter:brightness(1.15);transform:translateY(-1px)}.btn.secondary{background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#ffffffbf}.btn.secondary:hover{background:#ffffff1f;color:#fafafa}.story-output{animation:fadeUp .4s ease-out}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.story-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:2rem}.story-card h2{margin:0 0 1.25rem;font-size:1.1rem;font-weight:600;letter-spacing:-.01em;color:#c084fc}.story-text p{margin:0 0 1rem;font-size:.95rem;line-height:1.7;color:#fffc}.story-text p:last-child{margin-bottom:0}@media(max-width:480px){.shell{padding:1.25rem 1rem}.actions{flex-direction:column}.pill{font-size:.75rem;padding:.3rem .7rem}}
