@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@500;600&display=swap";:root{font-family:DM Sans,sans-serif;color:#f8eaf1;background:#180e17;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px}button,select,textarea{font:inherit}.editor-page{min-height:100vh}.editor{width:100%;min-height:100vh;display:flex;flex-direction:column;overflow:hidden;background:#281522}.editor-header{min-height:68px;display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:2px solid #593047;background:#391b30}.editor-tabs{display:flex;gap:8px}.editor-tab{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 16px;border:1px solid #80506a;border-radius:6px;color:#e2bfd0;background:#281522;font:500 13px DM Mono,monospace;cursor:pointer}.language-icon{width:8px;height:8px;border-radius:50%}.language-icon-html{background:#e45f55}.language-icon-css{background:#5c9fe3}.editor-tab:hover{border-color:#c66f98;color:#fff;background:#47213b}.editor-tab.is-active{border-color:#f08cba;color:#fff;background:#612849;box-shadow:inset 0 -3px #f08cba}.editor-tab:focus-visible{outline:2px solid #f08cba;outline-offset:-2px}.editor-actions{display:flex;gap:8px}.language-select,.export-button,.cheatsheet-button,.format-button,.reset-button{min-height:40px;padding:0 15px;border:1px solid #80506a;border-radius:6px;color:#f8eaf1;background:#47213b;font-weight:600;cursor:pointer}.language-select{padding-right:30px}.export-button{border-color:#c75c8f;color:#f9dceb}.export-button:hover{background:#63304f}.cheatsheet-button{border-color:#c75c8f;color:#f9dceb;background:#54213f}.cheatsheet-button:hover{background:#702c52}.format-button{border-color:#f08cba;color:#2b1021;background:#ee91bb}.format-button:hover{background:#f3a9cb}.reset-button:hover{border-color:#c66f98;background:#63304f}.language-select:focus-visible,.export-button:focus-visible,.cheatsheet-button:focus-visible,.format-button:focus-visible,.reset-button:focus-visible,textarea:focus-visible{outline:2px solid #f08cba;outline-offset:-2px}.workspace{flex:1;min-height:420px;display:grid;grid-template-columns:var(--editor-width, 50%) 9px minmax(0,1fr)}.editor-pane,.preview-pane{min-width:0;display:flex;flex-direction:column}.editor-pane{background:#180e17}.preview-pane{border-left:1px solid #593047}.split-divider{position:relative;z-index:1;width:9px;padding:0;border:0;border-right:1px solid #8b5571;border-left:1px solid #8b5571;background:#612849;cursor:col-resize;touch-action:none}.split-divider:after{position:absolute;top:50%;left:2px;width:3px;height:32px;border-radius:2px;background:#96647e;content:"";transform:translateY(-50%)}.split-divider:hover,.split-divider:focus-visible{background:#47213b;outline:0}.code-editor{position:relative;flex:1;min-height:0;overflow:hidden;background:#180e17}.line-numbers{position:absolute;z-index:2;inset:0 auto 0 0;width:38px;padding:20px 7px;overflow:hidden;border-right:1px solid #4a293d;color:#a0708a;background:#21121d;text-align:right;-webkit-user-select:none;user-select:none;font:400 var(--code-font-size, 14px) / 1.65 "DM Mono",monospace}.line-numbers span{display:block;height:1.65em}.highlight-layer,.code-editor textarea{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:20px 18px 20px 50px;overflow:auto;-moz-tab-size:2;tab-size:2;white-space:pre;overflow-wrap:normal;font:400 var(--code-font-size, 14px) / 1.65 "DM Mono",monospace}.highlight-layer{pointer-events:none;color:#f3e2ea;scrollbar-width:none}.highlight-layer::-webkit-scrollbar{display:none}.code-editor textarea{resize:none;border:0;color:transparent;caret-color:#fff;background:transparent;-webkit-text-fill-color:transparent}.code-editor textarea::selection{background:#8dca9f47}.token-comment{color:#ad7894;font-style:italic}.token-doctype,.token-tag{color:#ff91c4}.token-attribute{color:#c9a9ed}.token-string,.token-value{color:#f0b1c9}.token-selector{color:#ff91c4}.token-property{color:#c9a9ed}.font-size-controls{display:flex;align-items:center;justify-content:flex-end;gap:5px;min-height:42px;padding:5px 10px;border-top:1px solid #4a293d;background:#281522}.font-size-controls button{width:27px;height:27px;border:1px solid #80506a;border-radius:4px;color:#f0d9e4;background:#47213b;font-size:17px;line-height:1;cursor:pointer}.font-size-controls button:hover:not(:disabled){background:#63304f}.font-size-controls button:disabled{cursor:not-allowed;opacity:.4}.font-size-controls button:focus-visible{outline:2px solid #f08cba;outline-offset:2px}.font-size-controls span{min-width:35px;color:#c68ba8;text-align:center;font:11px DM Mono,monospace}.preview-pane{background:#fff}.preview-pane iframe{flex:1;width:100%;min-height:0;border:0;background:#fff}.editor-help{margin:0;padding:13px 20px;border-top:1px solid #4a293d;color:#f0ad9b;font-size:12px}.dialog-backdrop{position:fixed;z-index:10;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#00000085}.cheatsheet-backdrop{align-items:center}.cheatsheet-dialog{width:min(100%,940px);max-height:calc(100vh - 48px);overflow:auto;border:1px solid #79506a;border-radius:12px;color:#f8eaf1;background:#281522;box-shadow:0 24px 80px #0000008c}.cheatsheet-header{position:sticky;z-index:1;top:0;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 24px;border-bottom:1px solid #69405a;background:#391b30}.cheatsheet-header h2{margin:0 0 4px;font-size:22px}.cheatsheet-header p,.cheatsheet-content>section>p{margin:0;color:#d4acbe;font-size:14px;line-height:1.5}.cheatsheet-close{flex:0 0 auto;width:36px;height:36px;padding:0;border:1px solid #87566f;border-radius:6px;color:#f8eaf1;background:#281522;font-size:25px;line-height:1;cursor:pointer}.cheatsheet-close:hover{background:#63304f}.cheatsheet-close:focus-visible{outline:2px solid #f08cba;outline-offset:2px}.cheatsheet-tabs{position:sticky;z-index:1;top:85px;display:flex;gap:8px;padding:12px 24px 0;border-bottom:1px solid #69405a;background:#281522}.cheatsheet-tabs button{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border:1px solid transparent;border-bottom:3px solid transparent;color:#d4acbe;background:transparent;font-weight:600;cursor:pointer}.cheatsheet-tabs button:hover{color:#fff;background:#391b30}.cheatsheet-tabs button.is-active{border-bottom-color:#f08cba;color:#fff}.cheatsheet-tabs button:focus-visible{outline:2px solid #f08cba;outline-offset:-2px}.cheatsheet-content{padding:24px}.cheatsheet-content>section{max-width:720px;margin:0 auto}.html-cheat-list,.css-cheat-list{display:grid;gap:8px;margin-top:16px}.html-cheat,.css-cheat{border:1px solid #5b3049;border-radius:7px;background:#1c1019}.html-cheat{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(120px,.65fr);align-items:center;min-height:76px}.html-cheat>div:first-child{min-width:0;padding:12px}.html-cheat code,.css-cheat code,.cheatsheet-content>section>p code{font-family:DM Mono,monospace}.html-cheat code{display:block;overflow:auto;color:#ffacd2;font-size:12px;line-height:1.5;white-space:pre}.html-cheat small{display:block;margin-top:6px;color:#bd849f;font-size:12px}.html-cheat-preview{align-self:stretch;display:grid;place-items:center;min-width:0;padding:12px;overflow:hidden;border-left:1px solid #5b3049;color:#281522;background:#fff;font-family:Arial,sans-serif;text-align:center}.html-cheat-preview h1,.html-cheat-preview h2,.html-cheat-preview p,.html-cheat-preview ul{margin:0}.html-cheat-preview h1{font-size:22px}.html-cheat-preview h2{font-size:18px}.html-cheat-preview ul{padding-left:20px;text-align:left}.html-cheat-preview button{padding:5px 9px}.image-example{color:#754b65;font-size:13px}.css-cheat{padding:12px 14px}.css-cheat code{display:block;color:#d9b5f3;font-size:13px}.css-cheat span{display:block;margin-top:4px;color:#c99aaf;font-size:12px}.confirmation-dialog{width:min(100%,400px);padding:24px;border:1px solid #69405a;border-radius:8px;color:#f8eaf1;background:#281522;box-shadow:0 24px 80px #00000073}.confirmation-dialog h2{margin:0 0 8px;font-size:19px}.confirmation-dialog p{margin:0;color:#d9b5c5;font-size:14px;line-height:1.5}.dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:24px}.cancel-button,.confirm-reset-button{padding:9px 12px;border:1px solid #80506a;border-radius:5px;color:#f0d9e4;background:transparent;cursor:pointer}.confirm-reset-button{border-color:#b85f50;color:#fff;background:#a64f43}.cancel-button:hover{background:#47213b}.confirm-reset-button:hover{background:#8e4036}.cancel-button:focus-visible,.confirm-reset-button:focus-visible{outline:2px solid #f08cba;outline-offset:2px}@media(max-width:520px){.editor-header{align-items:stretch;flex-direction:column}.editor-tabs,.editor-actions{display:grid;grid-template-columns:repeat(2,1fr)}.language-select{grid-column:1 / -1}.editor-tabs{grid-template-columns:repeat(2,1fr)}.editor-tab{justify-content:center}.dialog-backdrop{padding:10px}.cheatsheet-dialog{max-height:calc(100vh - 20px)}.cheatsheet-header,.cheatsheet-content{padding:16px}.cheatsheet-tabs{top:79px;padding:8px 16px 0}.cheatsheet-tabs button{flex:1;justify-content:center;padding:9px 8px}.html-cheat{grid-template-columns:1fr}.html-cheat-preview{min-height:60px;border-top:1px solid #5b3049;border-left:0}.workspace{grid-template-columns:1fr}.editor-pane{min-height:50vh;border-bottom:1px solid #4a293d}.split-divider{display:none}.preview-pane{min-height:50vh}.line-numbers{width:34px;padding:16px 5px;font-size:13px}.highlight-layer,.code-editor textarea{padding:16px 12px 16px 44px;font-size:13px}}
