@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400&family=Manrope:wght@400;500;600&display=swap";*{box-sizing:border-box}html,body,#root{margin:0;height:100%;background:#191917;color:#f4f1e8;font-family:Manrope,sans-serif}button,input,textarea{font:inherit}main{height:100%;display:grid;grid-template-columns:minmax(320px,28vw) 1fr;gap:8px;padding:8px}.panel,.preview{background:#242420;border:1px solid #393932;border-radius:16px;overflow:hidden}.panel{display:flex;flex-direction:column}.panel header{display:flex;align-items:center;gap:14px;padding:22px;border-bottom:1px solid #393932}.mark{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#f05c3b;color:#171714;font:600 13px DM Mono}.panel small,.preview-bar,code,label,time{font-family:DM Mono;font-size:10px;letter-spacing:.12em;color:#9b9b8e}.panel h1{font-size:18px;margin:3px 0 0}.status{padding:10px 22px;border-bottom:1px solid #393932;color:#b8b8aa;font-size:11px}.status i,.preview-bar b{display:inline-block;width:6px;height:6px;border-radius:50%;background:#a6dc75;margin-right:7px}.tool{padding:24px;overflow:auto;flex:1}.empty{margin-top:18vh;text-align:center;color:#aaa99e}.empty span{font-size:30px;color:#f05c3b}.empty h2{color:#f4f1e8;font-size:20px}.empty p{font-size:13px;line-height:1.6}.tool-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.tool-head small{color:#f05c3b}.tool-head code{letter-spacing:0;background:#30302b;padding:6px 8px;border-radius:5px}label{display:block;margin-bottom:9px}textarea,input{width:100%;border:1px solid #484840;background:#1d1d1a;color:#fff;border-radius:9px;padding:13px;outline:none}textarea{min-height:150px;resize:vertical;line-height:1.5}textarea:focus,input:focus{border-color:#f05c3b}.original{width:100%;margin-top:12px;background:transparent;border:1px solid #484840;color:#d2d0c7;border-radius:8px;padding:10px}.history{margin-top:35px}.history h3{font-size:12px;font-weight:500}.history p{font-size:12px;color:#85857a}.history ul{list-style:none;padding:0}.history li button{width:100%;background:none;color:#ddd;border:0;border-top:1px solid #393932;padding:12px 0;text-align:left;display:flex;justify-content:space-between}.history time{letter-spacing:0}.panel footer{display:flex;gap:8px;padding:16px;border-top:1px solid #393932}.panel footer button{flex:1;padding:12px;border-radius:9px;border:0}.discard{background:#34342f;color:#ddd}.save{background:#f05c3b;color:#171714;font-weight:600}button:disabled{opacity:.35}.preview{display:flex;flex-direction:column;background:#d9d6cd}.preview-bar{height:42px;background:#242420;display:flex;align-items:center;justify-content:space-between;padding:0 18px}.preview iframe{width:100%;height:100%;border:0;background:#fff}.no-preview{margin:auto;color:#444}@media(max-width:800px){main{grid-template-columns:1fr;grid-template-rows:45vh 55vh}.empty{margin-top:3vh}}
