*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0f0f11;color:#e8e8ee;min-height:100vh;display:flex;justify-content:center;padding:2rem 1rem}#root{width:100%;max-width:640px}.cursed-app{display:flex;flex-direction:column;gap:1.5rem}.hero{text-align:center;padding:.5rem 0 .25rem}.hero-cursed{font-size:1.05rem;color:#ef4444;min-height:2.4rem;line-height:2.4rem;overflow:hidden;opacity:.55;font-family:Courier New,monospace;transition:opacity .4s}.hero h1{font-size:2.1rem;font-weight:800;background:linear-gradient(135deg,#ef4444,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:.2rem 0 .35rem}.hero-sub{color:#7c7c94;font-size:.95rem;line-height:1.4}.card{background:#1c1c22;border:1px solid #2e2e38;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.style-selector{display:flex;flex-wrap:wrap;gap:.5rem}.style-selector button{padding:.4rem .9rem;border-radius:999px;border:1px solid #3a3a48;background:transparent;color:#a0a0b8;cursor:pointer;font-size:.85rem;transition:all .15s}.style-selector button:hover{border-color:#a855f7;color:#e8e8ee}.style-selector button.active{background:#a855f7;border-color:#a855f7;color:#fff;font-weight:600}.intensity{display:flex;flex-direction:column;gap:.35rem}.intensity label{font-size:.85rem;color:#7c7c94}.intensity-val{color:#a855f7;font-weight:600}.intensity input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;background:#2e2e38;outline:none}.intensity input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#a855f7;cursor:pointer;border:2px solid #1c1c22}.intensity input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#a855f7;cursor:pointer;border:2px solid #1c1c22}.intensity-marks{display:flex;justify-content:space-between;font-size:.7rem;color:#4a4a60}.input-group{display:flex;flex-direction:column;gap:.35rem}.input-group textarea{padding:.75rem;border-radius:8px;border:1px solid #3a3a48;background:#0f0f11;color:#e8e8ee;font-size:1rem;font-family:inherit;outline:none;resize:vertical;min-height:80px;transition:border-color .15s}.input-group textarea:focus{border-color:#a855f7}.input-group textarea::placeholder{color:#4a4a60}.input-footer{display:flex;justify-content:space-between;align-items:center}.char-count{font-size:.75rem;color:#4a4a60}.btn-ghost{padding:.3rem .7rem;border-radius:6px;border:1px solid #3a3a48;background:transparent;color:#a0a0b8;cursor:pointer;font-size:.8rem;transition:all .15s}.btn-ghost:hover{border-color:#a855f7;color:#e8e8ee}.generate-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;border:none;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .15s,transform .1s}.generate-btn:hover:not(:disabled){opacity:.9}.generate-btn:active:not(:disabled){transform:scale(.98)}.generate-btn:disabled{opacity:.5;cursor:not-allowed}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.result-area{display:flex;flex-direction:column;gap:.5rem;animation:fadeIn .25s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.result-text{padding:1rem;background:#0f0f11;border-radius:8px;border:1px solid #2e2e38;font-size:1.15rem;line-height:2;word-break:break-all;color:#e8e8ee;min-height:3rem;overflow-x:auto;-webkit-user-select:all;user-select:all}.btn-copy{align-self:flex-end;padding:.4rem 1rem;border-radius:6px;border:1px solid #3a3a48;background:transparent;color:#a0a0b8;cursor:pointer;font-size:.85rem;transition:all .15s}.btn-copy:hover{border-color:#a855f7;color:#e8e8ee;background:#2e2e38}.history{background:#1c1c22;border:1px solid #2e2e38;border-radius:12px;padding:1.25rem}.history h2{font-size:.95rem;font-weight:600;color:#7c7c94;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.history ul{list-style:none;display:flex;flex-direction:column;gap:.35rem}.history li{display:flex;align-items:center;gap:.5rem;font-size:.8rem;padding:.4rem .5rem;border-bottom:1px solid #2e2e38;border-radius:4px;cursor:pointer;transition:background .15s}.history li:hover{background:#2e2e3840}.history li:last-child{border-bottom:none}.h-style{background:#2e2e38;color:#a0a0b8;font-size:.7rem;padding:.1rem .45rem;border-radius:999px;text-transform:capitalize;flex-shrink:0}.h-original{color:#7c7c94;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px;flex-shrink:0}.h-arrow{color:#4a4a60;flex-shrink:0}.h-value{color:#c4b5fd;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.app{display:flex;flex-direction:column;gap:1.5rem}
