.textedit { height:100%; display:flex; flex-direction:column; font-family:Lucida Grande,sans-serif; }
.toolbar { height:28px; background:linear-gradient(#f5f5f5,#dcdcdc); border-bottom:1px solid #aaa; display:flex; align-items:center; padding:0 8px; gap:8px; }
.toolbar .title { flex:1; font-size:12px; }
.toolbar button { font-size:12px; }
.textedit textarea { flex:1; border:none; outline:none; resize:none; padding:10px; font-family:Monaco,monospace; font-size:13px; }
