@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Syne:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}.app{min-height:100vh;background:linear-gradient(135deg,#0a0a0f,#1a1a2e,#0f0f1a);font-family:Space Grotesk,system-ui,sans-serif;color:#fff;overflow-x:hidden;position:relative}.grain{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");z-index:1000}.glow-orb{position:absolute;border-radius:50%;filter:blur(80px);animation:float 8s ease-in-out infinite}.orb-1{width:400px;height:400px;background:#00ff8826;top:-10%;left:-10%}.orb-2{width:300px;height:300px;background:#a78bfa26;bottom:-5%;right:-5%;animation-delay:-4s}.orb-3{width:250px;height:250px;background:#ff6b9d1a;top:50%;left:60%;animation-delay:-2s}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-30px) scale(1.1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header{padding:2rem;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:10}.logo{font-family:Syne,sans-serif;font-size:1.5rem;font-weight:800;letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#ffffffb3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.main{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 120px);padding:0 2rem 2rem;position:relative;z-index:10}.btn{padding:1rem 2rem;border-radius:16px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;border:none;font-family:inherit}.btn-primary{background:linear-gradient(135deg,#0f8,#00d4ff);color:#0a0a0f}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px -10px #00ff8880}.btn-secondary{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:.75rem 1.25rem;color:#fff;cursor:pointer;font-size:.9rem;font-family:inherit;transition:all .2s}.btn-secondary:hover{background:#ffffff26}.btn-small{padding:.5rem 1rem;font-size:.85rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;cursor:pointer}.error-banner{background:#ff6b6b33;border:1px solid rgba(255,107,107,.4);border-radius:12px;padding:1rem 1.5rem;margin-bottom:2rem;display:flex;align-items:center;gap:1rem;color:#ff6b6b}.loading-state{text-align:center}.loader{width:48px;height:48px;border:3px solid rgba(255,255,255,.1);border-top-color:#0f8;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 2rem}.loading-text{font-family:Syne,sans-serif;font-size:1.2rem;color:#ffffffb3}.select-container{text-align:center;width:100%;max-width:800px}.title{font-family:Syne,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;margin-bottom:.5rem;letter-spacing:-.03em}.subtitle{color:#fff9;font-size:1.1rem;margin-bottom:3rem}.type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.type-card{background:linear-gradient(145deg,#ffffff14,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.type-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(145deg,transparent 0%,var(--card-color) 100%);opacity:0;transition:opacity .3s}.type-card:hover{transform:translateY(-8px) scale(1.02);border-color:var(--card-color);box-shadow:0 20px 40px -20px var(--card-color)}.type-card:hover:before{opacity:.1}.type-icon{font-size:3rem;margin-bottom:1rem;position:relative;z-index:1}.type-label{font-family:Syne,sans-serif;font-size:1.2rem;font-weight:700;position:relative;z-index:1}.swipe-container{position:relative;width:100%;max-width:420px}.stage-badge{display:inline-block;padding:.5rem 1rem;border:1px solid;border-radius:100px;font-size:.9rem;font-weight:500;margin-bottom:2rem;text-align:center;width:100%}.stage-badge-decision{background:#fbbf2433;border-color:#fbbf2466;color:#fbbf24}.swipe-hint{position:absolute;top:50%;transform:translateY(-50%);font-size:3rem;opacity:0;transition:opacity .2s;pointer-events:none;z-index:10}.hint-left{left:20px;color:#ff6b6b}.hint-right{right:20px;color:#0f8}.main-card{background:linear-gradient(165deg,#ffffff1f,#ffffff08);border:1px solid rgba(255,255,255,.15);border-radius:32px;padding:2.5rem;width:100%;max-width:420px;min-height:420px;cursor:grab;-webkit-user-select:none;user-select:none;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:relative;box-shadow:0 30px 60px -20px #00000080}.main-card:active{cursor:grabbing}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.card-counter{font-size:.85rem;color:#ffffff80}.card-emoji{font-size:2rem}.card-title{font-family:Syne,sans-serif;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.card-description{color:#ffffffb3;font-size:1.1rem;line-height:1.6}.card-question{font-family:Syne,sans-serif;font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#ffffffb3}.card-context{font-size:.9rem;color:#ffffff80;margin-bottom:1.5rem;font-style:italic}.option-box{background:#ffffff0d;border-radius:16px;padding:1.5rem;border:1px solid rgba(255,255,255,.1)}.option-text{font-size:1.1rem;font-weight:500;line-height:1.5}.card-footer{position:absolute;bottom:2rem;left:2rem;right:2rem;display:flex;justify-content:space-between;align-items:center;color:#fff6;font-size:.9rem}.complete-container{text-align:center;width:100%;max-width:700px}.complete-emoji{font-size:4rem;margin-bottom:1rem}.complete-title{font-family:Syne,sans-serif;font-size:2rem;font-weight:800;margin-bottom:.5rem}.complete-subtitle{color:#fff9;margin-bottom:2rem}.choices-summary{margin-bottom:1.5rem;text-align:left}.choices-title{font-weight:600;margin-bottom:.75rem;color:#ffffff80;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.choices-tags{display:flex;flex-wrap:wrap;gap:.5rem}.choice-tag{display:inline-block;padding:.5rem 1rem;border:1px solid;border-radius:100px;font-size:.75rem}.content-output{background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;max-height:400px;overflow-y:auto;font-family:SF Mono,Fira Code,monospace;font-size:.9rem;line-height:1.6;white-space:pre-wrap;color:#ffffffd9;text-align:left}.content-output::-webkit-scrollbar{width:6px}.content-output::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.content-output::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.complete-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}@media (max-width: 640px){.header{padding:1.5rem}.main{padding:0 1rem 1.5rem}.type-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.type-card{padding:1.5rem}.type-icon{font-size:2rem}.type-label{font-size:1rem}.main-card{padding:2rem;min-height:380px}.card-title{font-size:1.5rem}.complete-actions{flex-direction:column}.btn{width:100%}}
