:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background-color:#050505;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#cf0;text-decoration:inherit}a:hover{color:#a8cc00}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:12px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:Inter,system-ui,sans-serif;background:linear-gradient(90deg,#cf0,#9333ea);cursor:pointer;transition:transform .2s,opacity .2s}button:hover{opacity:.9}button:focus,button:focus-visible{outline:2px solid #ccff00;outline-offset:2px}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#050505;min-height:100vh;color:#fff}.container{max-width:800px;margin:0 auto;padding:40px 20px}header{text-align:center;margin-bottom:40px}header h1{font-size:2.5rem;background:linear-gradient(90deg,#cf0,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}.subtitle{color:#888;font-size:1rem}.input-section{background:#111;border-radius:24px;border:1px solid rgba(255,255,255,.05);padding:24px;margin-bottom:24px}textarea{width:100%;background:#0a0a0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px;font-size:1rem;color:#fff;resize:vertical;min-height:120px;font-family:Inter,system-ui,sans-serif}textarea:focus{outline:none;border-color:#cf0}textarea::placeholder{color:#666}.controls{display:flex;gap:12px;margin-top:16px}select{flex:1;padding:12px 16px;background:#0a0a0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;color:#fff;font-size:1rem;cursor:pointer;font-family:Inter,system-ui,sans-serif}select:focus{outline:none;border-color:#cf0}button{flex:2;padding:12px 24px;background:linear-gradient(90deg,#cf0,#9333ea);border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,opacity .2s;font-family:Inter,system-ui,sans-serif}button:hover:not(:disabled){transform:translateY(-2px);opacity:.9}button:disabled{opacity:.6;cursor:not-allowed}.error{background:#ff52521a;border:1px solid rgba(255,82,82,.3);border-radius:12px;padding:12px 16px;color:#ff5252;margin-bottom:24px}.result-section{background:#111;border-radius:24px;border:1px solid rgba(255,255,255,.05);padding:24px}.result-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.type-badge{background:linear-gradient(90deg,#cf0,#00ffd5);color:#000;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600}.meta{color:#888;font-size:.9rem}.prompt-box{background:#0a0a0a;border-radius:16px;padding:20px;margin-bottom:16px;max-height:300px;overflow-y:auto}.prompt-box pre{white-space:pre-wrap;word-break:break-word;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.9rem;line-height:1.6;color:#cf0}.copy-btn{width:100%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;font-family:Inter,system-ui,sans-serif}.copy-btn:hover:not(:disabled){background:#ffffff26}footer{text-align:center;margin-top:40px;color:#666;font-size:.9rem}@media(max-width:600px){header h1{font-size:1.8rem}.controls{flex-direction:column}select,button{flex:none;width:100%}.input-section,.result-section{border-radius:20px}}
