@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#1e1e2d;background-color:#f5f7fb;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:#f5f7fb;display:flex;justify-content:center;align-items:center}#root{width:100%}#root{min-height:100vh;background:#f5f7fb;display:flex;justify-content:center;align-items:center}.app-layout{width:100%;max-width:1200px;display:flex;justify-content:center}.app-shell{width:100%;display:flex;justify-content:center}@media(max-width:768px){#root{padding:1rem}}:root{width:100%;height:100%;color-scheme:light;--bg: #f5f7fb;--card: #ffffff;--text: #1e1e2d;--muted: #5c5f6a;--accent: #2563eb;--border: #e2e8f0}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg);color:var(--text)}.terms-page{min-height:100vh;padding:3rem 1.5rem 4rem;max-width:860px;margin:0 auto;text-align:left}.terms-hero{background:var(--card);border-radius:16px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 20px 35px #18274b14}.terms-hero .version{font-size:.95rem;color:var(--muted);margin-bottom:.5rem}.terms-hero h1{margin:0 0 1rem;font-size:2rem}.terms-hero p{margin:0;line-height:1.5;color:var(--muted)}.terms-summary{background:#dbeafe;border:1px solid #bfdbfe;padding:1.5rem 2rem;border-radius:14px;margin-bottom:2rem;text-align:left}.terms-summary h2{margin-top:0;color:var(--accent)}.terms-summary ul{padding-left:1.25rem;margin:0;color:var(--text);line-height:1.6}.terms-section{background:var(--card);border-radius:14px;padding:1.75rem 2rem;margin-bottom:1.25rem;border:1px solid var(--border);text-align:left}.terms-section h3{margin:0 0 .5rem;font-size:1.15rem}.terms-section p{margin:0;color:var(--muted);line-height:1.6}.tabs{display:flex;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.tab-button{border:1px solid var(--border);background:var(--card);color:var(--muted);padding:.85rem 1.5rem;border-radius:999px;font-weight:500;cursor:pointer;transition:all .2s ease}.tab-button:hover{border-color:var(--accent);color:var(--accent)}.tab-button.active{border-color:var(--accent);background:var(--accent);color:#fff;box-shadow:0 10px 20px #2563eb33}.text-block h2{margin-top:0;margin-bottom:1rem}.text-block p+p{margin-top:1rem}.terms-footer{margin-top:2rem;text-align:center;color:var(--muted);font-size:.95rem;text-align:left}@media(max-width:640px){.terms-hero,.terms-section,.terms-summary{padding:1.5rem}}:root{--bg: #f5f7fb;--card: #ffffff;--text: #1e1e2d;--muted: #5c5f6a;--accent: #db2777;--border: #e2e8f0;--success: #15803d;--error: #b91c1c}.delete-page{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;padding:3rem 1.5rem 4rem;max-width:860px;margin:0 auto;color:var(--text)}.delete-hero{background:linear-gradient(135deg,#fce7f3,#ffe4e6);border-radius:16px;padding:2.5rem;margin-bottom:2rem;border:1px solid #fecdd3}.delete-hero .version{font-size:.95rem;color:var(--muted);margin-bottom:.5rem}.delete-hero h1{margin:0 0 1rem;font-size:2rem}.delete-hero p{margin:0;line-height:1.5;color:var(--muted)}.delete-section{background:var(--card);border-radius:14px;padding:1.75rem 2rem;margin-bottom:1.5rem;border:1px solid var(--border)}.delete-section h2{margin-top:0}.delete-section ul{margin:1rem 0 0;padding-left:1.25rem;line-height:1.6;color:var(--muted)}.step-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1.25rem}.step-card{border:1px solid var(--border);border-radius:12px;padding:1rem 1.25rem;background:#fdf2f8}.step-card h3{margin-top:0;margin-bottom:.5rem;color:var(--accent)}.form-section{border:1px solid #fecdd3;background:#fff1f2}.delete-form{display:flex;flex-direction:column;gap:1rem}.delete-form label{display:flex;flex-direction:column;gap:.4rem;font-weight:500;color:var(--text)}.delete-form input,.delete-form textarea{border:1px solid var(--border);border-radius:10px;padding:.85rem 1rem;font-family:inherit;font-size:1rem;color:var(--text);background:#fff}.delete-form textarea{resize:vertical}.delete-form input:focus,.delete-form textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #db277726}.consent{flex-direction:row;align-items:flex-start;gap:.75rem;font-weight:400;color:var(--muted)}.consent input{margin-top:.3rem}.delete-form button{border:none;border-radius:999px;padding:.95rem 1.5rem;font-weight:600;font-size:1rem;color:#fff;background:var(--accent);cursor:pointer;transition:opacity .2s ease,transform .2s ease}.delete-form button:disabled{opacity:.5;cursor:not-allowed}.delete-form button:not(:disabled):hover{transform:translateY(-1px)}.form-status{margin:0;font-size:.95rem}.form-status.success{color:var(--success)}.form-status.error{color:var(--error)}.help-section{background:#f5f5f5;border:1px dashed var(--border)}.modal-overlay{position:fixed;inset:0;background:#1e1e2da6;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:1000}.modal{background:var(--card);border-radius:16px;padding:2rem;width:min(420px,100%);box-shadow:0 20px 40px #00000026;border:1px solid var(--border)}.modal h3{margin-top:0;margin-bottom:.75rem}.modal p{margin:0 0 1.5rem;color:var(--muted);line-height:1.5}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem}.modal-actions button{border-radius:999px;padding:.85rem 1.4rem;font-weight:600;border:none;cursor:pointer}.modal-actions .secondary{background:#f3f4f6;color:var(--text)}.modal-actions .danger{background:var(--error);color:#fff}@media(max-width:640px){.delete-hero,.delete-section{padding:1.5rem}}.notfound-page{background-color:#036;height:100vh;width:100vw;display:flex;align-items:center;justify-content:center}.notfound-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;color:#fff}.notfound-title{font-size:120px;font-weight:700;margin:0;color:#f28705}
