.Notepad-module__k_tVIa__notepadContainer{background-color:#050505;min-height:100vh;padding:4rem 0}.Notepad-module__k_tVIa__header{border-bottom:1px solid #222;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;padding-bottom:1rem;display:flex}.Notepad-module__k_tVIa__statusInfo{color:#0f0;font-family:Courier New,Courier,monospace;font-size:.8rem}.Notepad-module__k_tVIa__editorGrid{grid-template-columns:1fr 1fr;gap:2rem;height:70vh;display:grid}.Notepad-module__k_tVIa__textArea{color:#fff;resize:none;background:#080808;border:1px solid #222;outline:none;padding:2rem;font-family:Courier New,Courier,monospace;font-size:1rem;line-height:1.6;transition:border-color .3s}.Notepad-module__k_tVIa__textArea:focus{border-color:var(--accent)}.Notepad-module__k_tVIa__previewArea{color:#ccc;background:#0a0a0a;border:1px solid #111;padding:2rem;line-height:1.7;overflow-y:auto}.Notepad-module__k_tVIa__previewArea h1,.Notepad-module__k_tVIa__previewArea h2,.Notepad-module__k_tVIa__previewArea h3{color:#fff;margin-top:1.5rem;margin-bottom:1rem}.Notepad-module__k_tVIa__previewArea p{margin-bottom:1rem}.Notepad-module__k_tVIa__previewArea code{color:var(--accent);background:#1a1a1a;border-radius:3px;padding:.2rem .4rem;font-family:monospace}.Notepad-module__k_tVIa__previewArea pre{background:#111;border:1px solid #222;margin:1.5rem 0;padding:1.5rem;overflow-x:auto}.Notepad-module__k_tVIa__controls{gap:1rem;margin-top:2rem;display:flex}.Notepad-module__k_tVIa__actionBtn{color:#888;cursor:pointer;background:0 0;border:1px solid #333;padding:.8rem 1.5rem;font-family:Courier New,Courier,monospace;font-size:.8rem;transition:all .3s}.Notepad-module__k_tVIa__actionBtn:hover{border-color:var(--accent);color:var(--accent);background:#00f2ff0d}@media (max-width:1024px){.Notepad-module__k_tVIa__editorGrid{grid-template-columns:1fr;height:auto}.Notepad-module__k_tVIa__textArea,.Notepad-module__k_tVIa__previewArea{height:40vh}}
