body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(to bottom,#f8f9fa,#fff);min-height:100vh}.write-container.svelte-x5qlc8{max-width:840px;margin:0 auto;padding:2rem 1.5rem;min-height:100vh}.auth-card.svelte-x5qlc8{background:#fff;border-radius:16px;padding:3rem 2.5rem;margin-top:15vh;box-shadow:0 4px 24px #0000000f;text-align:center;border:1px solid rgba(0,0,0,.04)}.auth-icon.svelte-x5qlc8{display:flex;justify-content:center;margin-bottom:1.5rem;color:#6366f1}.auth-card.svelte-x5qlc8 h1:where(.svelte-x5qlc8){margin:0 0 .75rem;font-size:1.875rem;font-weight:700;color:#1a1a1a;letter-spacing:-.02em}.hint.svelte-x5qlc8{color:#6b7280;margin-bottom:2rem;font-size:.9375rem;line-height:1.6}.write-header.svelte-x5qlc8{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1.25rem 1.75rem;background:#fff;border-radius:14px;box-shadow:0 2px 12px #0000000a;border:1px solid rgba(0,0,0,.04)}.header-title.svelte-x5qlc8{display:flex;align-items:center;gap:.75rem;color:#6366f1}.write-header.svelte-x5qlc8 h1:where(.svelte-x5qlc8){margin:0;font-size:1.5rem;font-weight:700;color:#1a1a1a;letter-spacing:-.01em}.post-form.svelte-x5qlc8{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 24px #0000000f;border:1px solid rgba(0,0,0,.04)}.form-group.svelte-x5qlc8{margin-bottom:2rem}.form-group.svelte-x5qlc8 label:where(.svelte-x5qlc8){display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-weight:600;font-size:.9375rem;color:#374151;letter-spacing:-.01em}.form-group.svelte-x5qlc8 label:where(.svelte-x5qlc8) svg{color:#6b7280}.form-group.svelte-x5qlc8 small:where(.svelte-x5qlc8){display:block;margin-top:.5rem;color:#9ca3af;font-size:.8125rem;line-height:1.5}.input-field.svelte-x5qlc8{width:100%;padding:.875rem 1.125rem;font-size:.9375rem;border:1.5px solid #e5e7eb;border-radius:10px;transition:all .2s cubic-bezier(.4,0,.2,1);box-sizing:border-box;background:#fff;color:#1a1a1a;font-family:inherit}.input-field.svelte-x5qlc8::placeholder{color:#9ca3af}.input-field.svelte-x5qlc8:hover:not(:disabled):not(.disabled){border-color:#d1d5db}.input-field.svelte-x5qlc8:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.textarea-field.svelte-x5qlc8{width:100%;padding:1.125rem;font-size:.9375rem;border:1.5px solid #e5e7eb;border-radius:10px;font-family:SF Mono,Monaco,Courier New,monospace;line-height:1.7;resize:vertical;min-height:320px;box-sizing:border-box;transition:all .2s cubic-bezier(.4,0,.2,1);background:#fff;color:#1a1a1a}.textarea-field.svelte-x5qlc8::placeholder{color:#9ca3af}.textarea-field.svelte-x5qlc8:hover{border-color:#d1d5db}.textarea-field.svelte-x5qlc8:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.slug-input-wrapper.svelte-x5qlc8{position:relative}.slug-input.svelte-x5qlc8{display:flex;align-items:center;gap:.5rem;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;padding:0 .5rem 0 0;transition:all .2s cubic-bezier(.4,0,.2,1)}.slug-input.svelte-x5qlc8:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;background:#fff}.slug-input.svelte-x5qlc8 .input-field:where(.svelte-x5qlc8){border:none;background:transparent;padding:.875rem 1.125rem;flex:1}.slug-input.svelte-x5qlc8 .input-field:where(.svelte-x5qlc8):focus{box-shadow:none}.slug-suffix.svelte-x5qlc8{color:#6b7280;font-weight:600;font-size:.875rem;white-space:nowrap;padding-right:1rem;-webkit-user-select:none;user-select:none}.input-field.disabled.svelte-x5qlc8{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.btn.svelte-x5qlc8{padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-align:center;font-family:inherit;letter-spacing:-.01em}.btn-primary.svelte-x5qlc8{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 2px 8px #6366f140}.btn-primary.svelte-x5qlc8:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px #6366f159;background:linear-gradient(135deg,#5855eb,#7c3aed)}.btn-primary.svelte-x5qlc8:active:not(:disabled){transform:translateY(0)}.btn-primary.svelte-x5qlc8:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary.svelte-x5qlc8{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.btn-secondary.svelte-x5qlc8:hover{background:#e5e7eb;border-color:#d1d5db}.btn-ghost.svelte-x5qlc8{background:transparent;color:#6b7280;padding:.5rem 1rem;font-size:.875rem}.btn-ghost.svelte-x5qlc8:hover{background:#f3f4f6;color:#374151}.btn-danger.svelte-x5qlc8{background:#ef4444;color:#fff;box-shadow:0 2px 8px #ef444440}.btn-danger.svelte-x5qlc8:hover:not(:disabled){background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 16px #ef444459}.btn-danger.svelte-x5qlc8:active:not(:disabled){transform:translateY(0)}.btn-danger.svelte-x5qlc8:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-large.svelte-x5qlc8{flex:1;padding:1rem 1.75rem;font-size:1rem}.form-actions.svelte-x5qlc8{display:flex;gap:.75rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid #e5e7eb}.shortcuts-help.svelte-x5qlc8{display:flex;align-items:center;gap:.5rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #f0f0f0;font-size:.8125rem;color:#9ca3af}.shortcuts-help.svelte-x5qlc8 svg{color:#9ca3af;flex-shrink:0}.shortcuts-text.svelte-x5qlc8{display:flex;align-items:center;gap:.5rem}.shortcut-key.svelte-x5qlc8{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;padding:.125rem .375rem;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.75rem;color:#6b7280;font-weight:600}.shortcut-desc.svelte-x5qlc8{color:#9ca3af}.error-message.svelte-x5qlc8{background:#fef2f2;color:#991b1b;padding:1rem 1.25rem;border-radius:10px;margin-bottom:1.5rem;border:1.5px solid #fecaca;display:flex;align-items:center;gap:.75rem;font-size:.9375rem}.error-message.svelte-x5qlc8 svg{flex-shrink:0;color:#dc2626}.loading-message.svelte-x5qlc8{background:#eff6ff;color:#1e40af;padding:1.5rem;border-radius:10px;margin-bottom:1.5rem;border:1.5px solid #bfdbfe;display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:.9375rem;font-weight:500}.spinner.svelte-x5qlc8{width:20px;height:20px;border:2.5px solid #bfdbfe;border-top-color:#3b82f6;border-radius:50%;animation:svelte-x5qlc8-spin .6s linear infinite}.spinner-small.svelte-x5qlc8{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-x5qlc8-spin .6s linear infinite}@keyframes svelte-x5qlc8-spin{to{transform:rotate(360deg)}}.modal-overlay.svelte-x5qlc8{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:svelte-x5qlc8-fadeIn .2s ease-out}@keyframes svelte-x5qlc8-fadeIn{0%{opacity:0}to{opacity:1}}.modal-content.svelte-x5qlc8{background:#fff;border-radius:16px;padding:2rem;max-width:480px;width:100%;box-shadow:0 20px 60px #0000004d;border:1px solid rgba(0,0,0,.06);animation:svelte-x5qlc8-slideUp .3s cubic-bezier(.4,0,.2,1)}@keyframes svelte-x5qlc8-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header.svelte-x5qlc8{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:1.5rem}.modal-icon.svelte-x5qlc8{display:flex;justify-content:center;margin-bottom:1rem;color:#ef4444}.modal-content.svelte-x5qlc8 h2:where(.svelte-x5qlc8){margin:0;font-size:1.5rem;font-weight:700;color:#1a1a1a;letter-spacing:-.02em}.modal-content.svelte-x5qlc8 p:where(.svelte-x5qlc8){margin:.75rem 0;color:#6b7280;line-height:1.6;font-size:.9375rem}.modal-content.svelte-x5qlc8 p:where(.svelte-x5qlc8) strong:where(.svelte-x5qlc8){color:#1a1a1a;font-weight:600}.warning-text.svelte-x5qlc8{color:#ef4444;font-weight:600;font-size:.875rem}.modal-actions.svelte-x5qlc8{display:flex;gap:.75rem;margin-top:2rem;justify-content:flex-end}.modal-actions.svelte-x5qlc8 form:where(.svelte-x5qlc8){display:flex;gap:.75rem;width:100%;justify-content:flex-end}@media(max-width:768px){.write-container.svelte-x5qlc8{padding:1rem}.auth-card.svelte-x5qlc8{padding:2rem 1.5rem;margin-top:10vh}.write-header.svelte-x5qlc8{flex-direction:column;gap:1rem;align-items:stretch;padding:1.25rem}.header-title.svelte-x5qlc8{justify-content:center}.write-header.svelte-x5qlc8 h1:where(.svelte-x5qlc8){font-size:1.25rem}.post-form.svelte-x5qlc8{padding:1.5rem}.form-actions.svelte-x5qlc8{flex-direction:column}.btn-large.svelte-x5qlc8{padding:1rem}.textarea-field.svelte-x5qlc8{font-size:16px;min-height:400px}.input-field.svelte-x5qlc8{font-size:16px}.modal-content.svelte-x5qlc8{padding:1.5rem}.modal-actions.svelte-x5qlc8{flex-direction:column}.modal-actions.svelte-x5qlc8 form:where(.svelte-x5qlc8){flex-direction:column}.modal-actions.svelte-x5qlc8 .btn:where(.svelte-x5qlc8){width:100%}}@media(hover:none){.btn.svelte-x5qlc8{touch-action:manipulation}}
