:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#f1f5f9;background-color:#0b0f1a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;justify-content:center;align-items:center;min-width:320px;min-height:100vh}#root{width:100%;max-width:100%;display:flex;justify-content:center;align-items:center}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: dark){:root{color:#f1f5f9;background-color:#0b0f1a}a:hover{color:#3b82f6}}.app-container{max-width:900px;width:100%;margin:0 auto;padding:4rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh;box-sizing:border-box;background-color:#0b0f1a}.header{width:100%;max-width:700px;text-align:center;margin-bottom:4rem}.header h1{font-size:2.75rem;font-weight:800;margin-bottom:1rem;color:#fff;letter-spacing:-.02em;text-shadow:0 0 30px rgba(255,255,255,.15)}.header p{color:#94a3b8;font-size:1.15rem;line-height:1.6}.create-form,.result-box,.secret-view,.confirmation-box{width:100%;max-width:700px;background:#161b2a;border-radius:32px;padding:3rem;border:1px solid rgba(255,255,255,.05);box-sizing:border-box}.form-group{width:100%;margin-bottom:2rem;box-sizing:border-box}.form-group label{display:block;margin-bottom:.75rem;font-weight:700;color:#94a3b8;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}.textarea-container{position:relative;width:100%}.form-group textarea{width:100%;min-height:200px;padding:1.5rem;border:1px solid #1e293b;border-radius:16px;background:#0f172a;color:#f1f5f9;font-family:JetBrains Mono,monospace;font-size:1rem;resize:vertical;transition:all .3s;box-sizing:border-box;line-height:1.6}.form-group textarea:focus{outline:none;border-color:#3b82f6;background:#1e293b}.security-badge{position:absolute;bottom:1rem;right:1rem;font-size:.7rem;color:#64748b;display:flex;align-items:center;gap:.4rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;pointer-events:none}.form-group select,.form-group input[type=text]{width:100%;padding:.875rem 1rem;border:1px solid #1e293b;border-radius:12px;background:#0f172a;color:#f1f5f9;font-size:1rem;cursor:pointer;box-sizing:border-box;transition:all .2s}.form-group select:focus,.form-group input:focus{outline:none;border-color:#3b82f6}.actions-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;width:100%}.button-primary{width:100%;padding:1rem;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 15px #2563eb66}.button-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #2563eb99;background:linear-gradient(135deg,#3b82f6,#60a5fa)}.button-secondary{width:100%;padding:1rem;background:#1e293b;color:#94a3b8;border:1px solid #334155;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s}.button-secondary:hover{background:#334155;color:#fff}.loading{color:#3b82f6;font-weight:700;margin:2rem 0}.features-section{width:100%;margin-top:5rem;padding-top:4rem;border-top:1px solid rgba(255,255,255,.05);box-sizing:border-box}.features-section h2{font-size:1.75rem;margin-bottom:3rem;color:#fff;font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.feature-item{text-align:left}.feature-icon-wrapper{width:48px;height:48px;background:#2563eb1a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.5rem;color:#3b82f6;box-shadow:0 0 15px #2563eb33}.feature-item h3{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.75rem}.feature-item p{font-size:.85rem;color:#64748b;line-height:1.6}.result-box h3{color:#10b981;margin-bottom:1.5rem;font-size:1.5rem}.link-box{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.link-box input{width:100%;padding:1rem;background:#0f172a;border:1px solid #1e293b;border-radius:12px;color:#3b82f6;font-family:JetBrains Mono,monospace;font-size:.9rem;text-align:center}.secret-text{width:100%;background:#0f172a;border:1px solid #1e293b;border-radius:16px;padding:1.5rem;color:#f1f5f9;font-family:JetBrains Mono,monospace;font-size:1rem;line-height:1.6;margin:1.5rem 0;text-align:left;white-space:pre-wrap;word-break:break-all}.warning-box{background:#f59e0b1a;border:1px solid rgba(245,158,11,.2);color:#f59e0b;padding:1rem;border-radius:12px;font-size:.9rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.button-copy{width:100%;padding:1rem;background:#10b981;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 15px #10b9814d}.button-copy:hover{background:#059669;box-shadow:0 6px 20px #10b98180;transform:translateY(-2px)}.button-copy:disabled{background:#334155;cursor:not-allowed;box-shadow:none;transform:none}.error-box{width:100%;padding:1.25rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:16px;color:#f87171;font-size:.95rem;margin:1.5rem 0;text-align:center;box-sizing:border-box}.destruction-box{width:100%;padding:2rem;background:#ef44440d;border:1px dashed rgba(239,68,68,.3);border-radius:24px;color:#fca5a5;text-align:center;margin:2rem 0;box-sizing:border-box}.destruction-box h2{font-size:1.25rem;color:#f87171;margin-bottom:.75rem}.destruction-box p{color:#94a3b8;font-size:.9rem}.confirmation-box{text-align:center}.confirmation-icon{width:64px;height:64px;background:#f59e0b1a;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;font-size:2rem;color:#f59e0b;box-shadow:0 0 20px #f59e0b33}.confirmation-box h2{font-size:1.75rem;color:#fff;margin-bottom:1.5rem;line-height:1.3}.confirmation-warning{color:#94a3b8;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem}.confirmation-warning strong{color:#f87171}.confirmation-actions{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:3rem}.confirmation-info{background:#0f172a80;border-radius:24px;padding:2rem;text-align:left;border:1px solid rgba(255,255,255,.03)}.confirmation-info h4{color:#fff;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.confirmation-info ul{list-style:none;padding:0;margin:0}.confirmation-info li{color:#64748b;font-size:.9rem;margin-bottom:1rem;display:flex;align-items:flex-start;gap:.75rem}.confirmation-info li:before{content:"•";color:#3b82f6;font-weight:700}.toast{position:fixed;bottom:2rem;right:2rem;background:#161b2a;border:1px solid #3b82f6;color:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 10px 25px #00000080;z-index:1000;display:flex;align-items:center;gap:1rem;animation:slideIn .3s ease-out}.toast.warning{border-color:#f59e0b}.toast-icon{width:24px;height:24px;background:#3b82f61a;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:#3b82f6}.toast.warning .toast-icon{background:#f59e0b1a;color:#f59e0b}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.settings-grid,.actions-row,.features-grid,.confirmation-actions{grid-template-columns:1fr}.header h1{font-size:2rem}.create-form,.confirmation-box,.result-box,.secret-view{padding:1.5rem}}
