.write-page{box-sizing:border-box;background-color:rgba(0,0,0,.9);border-radius:4vmin;flex-direction:column;align-self:center;row-gap:1rem;width:100%;max-width:calc(800px + 3.2rem);height:max-content;min-height:calc(100dvh - 32px - 5rem);padding:1.6rem;display:flex;position:relative}.write-actions{box-sizing:border-box;flex-direction:row;justify-content:flex-end;align-items:center;gap:.6rem;width:100%;display:flex}.write-title{box-sizing:border-box;width:100%;color:var(--primary-text);background-color:transparent;border:none;outline:none;margin:0;padding:0;font-family:inherit;font-size:2.4rem}.mdEditor{box-sizing:border-box;width:100%;position:relative}.mdToolbar{z-index:5;box-sizing:border-box;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:rgba(0,0,0,.9);border:1px solid rgba(168,85,247,.16);border-radius:.8rem;align-items:center;width:100%;padding:.2rem .4rem;display:flex;position:-webkit-sticky;position:sticky;top:4.5rem}.mdToolbar .inline{box-sizing:border-box;flex-wrap:wrap;align-items:center;width:100%;display:inline-flex}.mdToolbar button{background-color:transparent;border:none;border-radius:4px;outline:none;place-content:center;place-items:center;width:32px;height:32px;transition:all .3s;display:flex}.mdToolbar button:hover,.mdToolbar button.active{background-color:rgba(150,150,150,.3)}.cm-host{width:100%;position:relative}.cm-editor{width:100%}.cm-editor .cm-content{word-break:break-word}.cm-line.cm-h1{font-size:1.9em;font-weight:700;line-height:1.3}.cm-line.cm-h2{font-size:1.55em;font-weight:700;line-height:1.3}.cm-line.cm-h3{font-size:1.3em;font-weight:600}.cm-line.cm-h4{font-size:1.15em;font-weight:600}.cm-line.cm-h5{font-size:1.05em;font-weight:600}.cm-line.cm-h6{color:rgba(255,255,255,.8);font-size:1em;font-weight:600}.cm-line.cm-blockquote{color:rgba(255,255,255,.75);border-left:3px solid rgba(168,85,247,.5);padding-left:.8rem}.cm-md-image{margin:.5rem 0;display:block}.cm-md-image img{border-radius:.6rem;max-width:100%}.write-modal-head{box-sizing:border-box;grid-template-rows:100%;grid-template-columns:max(30% - .5rem,200px) auto;column-gap:1rem;width:100%;max-width:100%;height:30dvh;margin-top:2rem;display:grid;position:relative}.write-modal-head-inner{box-sizing:border-box;flex-direction:column;justify-content:space-between;row-gap:1rem;width:100%;max-width:100%;height:100%;display:flex;position:relative;overflow:hidden}.uploadFiles-Holder{background-color:var(--theme-filled-bg);cursor:pointer;box-sizing:border-box;border-radius:5px;flex-direction:column;flex-shrink:0;width:100%;height:150px;display:flex;position:relative;overflow-y:auto}.write-modal-head-inner h1{white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;flex-shrink:1;width:100%;max-width:100%;margin:0;overflow-x:hidden}@media (max-width:708px){.write-modal-head{box-sizing:border-box;flex-direction:column;row-gap:1.5rem;width:100%;max-width:100%;height:max-content;margin-top:2rem;display:flex;position:relative}.write-modal-head-inner{box-sizing:border-box;flex-direction:column;justify-content:space-between;row-gap:1.5rem;width:100%;max-width:100%;height:max-content;display:flex;position:relative;overflow:hidden}}.publish-modal{box-sizing:border-box;z-index:1;background:rgba(0,0,0,.97);outline:none;justify-content:center;width:100dvw;height:100dvh;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow-y:auto}.publish-close{cursor:pointer;color:var(--primary-text);z-index:2;background:0 0;border:none;outline:none;transition:all .3s;display:flex;position:fixed;top:1.2rem;right:1.5rem}.publish-close:hover{transform:scale(1.15)}.publish-content{box-sizing:border-box;grid-template-columns:1fr 1fr;align-content:start;gap:1.5rem 3rem;width:100%;max-width:1000px;margin:auto;padding:5rem 2rem 3rem;display:grid}.publish-col{box-sizing:border-box;flex-direction:column;row-gap:1.2rem;min-width:0;display:flex}.publish-section-label{letter-spacing:.08em;text-transform:uppercase;color:gray;font-size:.85rem}.publish-cover{aspect-ratio:16/9;box-sizing:border-box;background-color:var(--theme-filled-bg);text-align:center;color:gray;border-radius:1ch;justify-content:center;align-items:center;width:100%;padding:1rem;display:flex;overflow:hidden}.publish-cover img{object-fit:cover;width:100%;height:100%}.publish-title{word-break:break-word;margin:0;font-size:1.8rem;line-height:1.2}@media (max-width:820px){.publish-content{grid-template-columns:100%;padding:4.5rem 1.2rem 2rem}}.section-pane{box-sizing:border-box;z-index:6;background:rgba(0,0,0,.85);border-radius:1ch 0 0 1ch;flex-direction:column;row-gap:.6rem;width:min(230px,70vw);max-height:70dvh;padding:.8rem .6rem;transition:transform .4s;display:flex;position:fixed;top:50%;right:0;transform:translateY(-50%);box-shadow:0 0 2px rgba(34,211,238,.7),0 0 12px rgba(34,211,238,.25)}.section-pane.closed{transform:translateY(-50%)translate(100%)}.section-tab{width:2.6rem;height:3rem;color:var(--theme-secondary);cursor:pointer;background:rgba(0,0,0,.85);border:none;border-radius:1ch 0 0 1ch;outline:none;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;left:0;transform:translate(-100%,-50%);box-shadow:0 0 2px rgba(34,211,238,.7),0 0 12px rgba(34,211,238,.25)}.section-tab:hover{color:var(--theme-onPrimary)}.section-pane-title{letter-spacing:.1em;text-transform:uppercase;color:var(--theme-secondary);flex-shrink:0;padding:0 .4rem;font-size:.85rem}.section-list{scrollbar-width:thin;scrollbar-color:rgba(167,139,250,.8) transparent;flex-direction:column;row-gap:.15rem;min-height:0;display:flex;overflow-y:auto}.section-link{color:#b4b4b4;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;border-left:2px solid transparent;border-radius:.6ch;flex-shrink:0;padding:.35rem .6rem;font-size:.9rem;transition:all .2s;overflow:hidden}.section-link:hover{color:var(--primary-text);background-color:rgba(60,60,70,.5)}.section-link.active{color:var(--primary-text);border-left:2px solid var(--theme-secondary);background-color:rgba(34,211,238,.08)}@media (max-width:600px){.section-pane{width:min(220px,75vw);max-height:60dvh}.section-link{font-size:.85rem}}#article-wrapper{background:0 0}#article-wrapper:before{content:"";z-index:-1;-webkit-backdrop-filter:blur(4px);pointer-events:none;background:linear-gradient(rgba(15,10,28,.7) 0%,rgba(8,6,18,.7) 100%);position:fixed;top:0;bottom:0;left:0;right:0}
