:root{--bg-color-1:#2d2e31;--bg-color-2:#252629;--bg-color-3:#36383c;--bg-color-4:#4a4d52;--bg-color-1-i:#e4e6ea;--bg-color-success-1:#39b313;--bg-color-success-2:#4fb82f;--bg-color-success-3:#59b53e;--bg-color-error-1:#ff2a2a;--bg-color-error-2:#f55151;--bg-color-error-3:#ff6868;--bg-color-3-active:#4e4e4e;--primary-color-1:#3527f0;--primary-color-2-active:#5b4ff8f1;--primary-color-2-inactive:#5549fcf1;--primary-color-3-active:#4e5ffd;--primary-color-3-inactive:#4e5ffdef;--text-inactive:#b6b6b6;--text-active:#fff;--text-secondary:#f1f1f1;--heart-red:#f52133f0}.bg-color-1{background-color:var(--bg-color-1)}.bg-color-2{background-color:var(--bg-color-2)}.bg-color-3{background-color:var(--bg-color-3)}.index-content-width{width:100%}.page-root{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.page-root>*{width:100%}.text-input{background-color:var(--text-secondary);padding:.5rem;border:none;border-radius:5px;font-size:16px;transition:box-shadow .2s}.text-input:focus{outline:none;box-shadow:var(--primary-color-2-active) 0 0 8px 2px;-webkit-appearance:none}.flex-column-center{display:flex;flex-direction:column;align-items:center;justify-content:center}@font-face{font-family:GmarketSansMedium;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:GmarketSansMedium;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff) format("woff");font-weight:700;font-style:normal}html{height:100%}body{color:#fff;background-color:var(--bg-color-1);padding:0 1rem;margin:0;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;align-items:center;:has(.post-root){padding:0;svg#blog-logo{margin-left:1rem}}font-family:GmarketSansMedium,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}main{width:100%}a{white-space:pre-line;word-break:break-word;text-decoration:none;cursor:pointer}h1{font-size:1.2rem;margin:0}h1,h2,h3{color:inherit}*{box-sizing:border-box}dd{margin-left:1rem}code{background-color:#303030}@keyframes gradient-anim{0%,to{fill:#f52133f0}50%{fill:#fc3d4def}}@keyframes like-anim{0%,to{transform:scale (1)}20%{transform:scale(1.1)}50%{transform:scale(1)}80%{transform:scale(1.2)}}.logo-wrapper{display:flex;justify-content:flex-start;width:100%;padding-top:1rem;margin-bottom:6px}.main-section{height:-moz-fit-content;height:fit-content;z-index:1}.copyright-footer{position:fixed;bottom:5rem;z-index:0;padding:0 1rem;text-align:center}.header{flex-direction:row;justify-content:flex-start;width:100%;padding:.5rem .5rem 1rem;gap:5px}.header,.header>div{display:flex;align-items:center}.header>div{flex-direction:column;justify-content:center}.header-title{width:100%;text-align:center;font-weight:700}.back-button{width:1.2rem;height:1.2rem;background-image:url(/assets/icons/left-arrow.png);background-size:cover;background-color:transparent;background-position:50%;background-repeat:no-repeat;border:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.bottom-filler{width:1rem;height:14vh}.button-root{cursor:pointer;transition:background-color .4s cubic-bezier(.075,.82,.165,1)}.button-base{display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:var(--primary-color-2-inactive);color:var(--text-secondary);width:100%;padding:1rem .5rem;border:none;border-radius:8px;font-size:1.2rem;transition:background-color .2s,color .2s,box-shadow .2s}.button-base:focus,.button-base:hover{background-color:var(--primary-color-2-active);color:var(--text-active);box-shadow:0 0 8px 1px var(--primary-color-2-active);border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.button-custom{background-color:transparent;border:none}.button-spinner{display:inline-block;animation:spin 2s linear infinite;width:18px;height:18px}@keyframes spin{to{transform:rotate(1turn)}}svg circle{fill:none;stroke:#edf7ff;stroke-width:10;stroke-dasharray:.25 .75;stroke-linecap:round;stroke-dashoffset:1;animation:dash-trail 1.5s ease-in-out infinite}@keyframes dash-trail{0%{stroke-dashoffset:0}to{stroke-dashoffset:-1}}.nav-root{background-color:var(--bg-color-2);position:fixed;bottom:0;z-index:1;display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;width:100%;height:5rem;padding:1rem 0;border:solid #5c5c5c;border-width:1px 1px 0;border-radius:2rem 2rem 0 0;box-shadow:0 0 2px 2px rgba(0,0,0,.2);.link-wrapper{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;color:var(--text-inactive);background-color:transparent;padding:.5rem;border-radius:.5rem;font-size:.8rem;cursor:pointer;&:hover{color:var(--text-active)}&.active{color:var(--text-inactive)}}}.hr{background:#8b8b8bc4;width:98%;height:.5px;border:none}.CommentsSection_postCommentSection__aJJBI{width:100%;gap:1rem;color:#000;padding:1rem}.CommentsSection_postCommentSection__aJJBI .CommentsSection_viewerCommentContent__9JI6J{width:100%}.CommentsSection_postCommentSection__aJJBI .CommentsSection_viewerCommentContent__9JI6J textarea{width:100%;margin-bottom:1rem}.CommentsSection_postCommentSection__aJJBI .CommentsSection_inputName__WXENN{width:50%}.CommentsSection_postCommentSection__aJJBI .CommentsSection_inputName__WXENN span input{width:100%}.CommentsSection_postCommentSection__aJJBI .CommentsSection_commentEmailWrapper__afdB5{width:50%}.CommentsSection_postCommentSection__aJJBI .CommentsSection_commentEmailWrapper__afdB5 span input,.CommentsSection_postCommentSection__aJJBI .CommentsSection_commentEmail__y30BO input{width:100%}.CommentsSection_postCommentSection__aJJBI .CommentsSection_commentWriterId___p7To{display:flex;flex-direction:row;align-items:flex-start;width:100%;gap:1rem}.CommentsSection_commentContainer__KchkT{width:100%;padding:1rem 0}.CommentsSection_commentContainer__KchkT:not(:last-child){border-bottom:1px solid gray}.CommentsSection_commentBox__kyGJJ{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;line-height:1rem}.CommentsSection_commentBox__kyGJJ button{background:transparent;outline:none;border:none}.CommentsSection_commentBox__kyGJJ button :active,.CommentsSection_commentBox__kyGJJ button :focus,.CommentsSection_commentBox__kyGJJ button :hover{filter:brightness(1.3)}.CommentsSection_commentWriterName__TIYjB{color:gray}.input-root{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.container{padding:1rem;border:none;border-radius:6px}.container.clickable{cursor:pointer}.PostView_postViewRoot__UzelK{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:-moz-fit-content;height:fit-content}.PostView_postViewRoot__UzelK>*{max-width:100%}.PostView_postViewRoot__UzelK .PostView_post__F0Uex{background-color:#212121;max-width:100%;height:100%;border-radius:6px;padding:1rem;margin-bottom:7rem}.PostView_postViewRoot__UzelK .PostView_post__F0Uex .PostView_post-title__F4TOQ{width:100%;text-align:left}.PostView_postViewRoot__UzelK .PostView_post__F0Uex .PostView_postContent__tZ44r{width:100%;text-align:left;line-height:2rem}.PostView_postViewRoot__UzelK .PostView_post__F0Uex pre code{line-height:1rem}.PostView_postViewRoot__UzelK .PostView_post__F0Uex pre code span{white-space:pre-line}.PostView_postViewRoot__UzelK .PostView_post__F0Uex figure img{width:100%}.PostView_postViewRoot__UzelK .PostView_post__F0Uex code{border-radius:10px}.PostView_postViewRoot__UzelK .PostView_post__F0Uex .PostView_postAsideLeft__N0jiA{position:relative;display:flex;flex-direction:column;align-items:center}.PostView_postViewRoot__UzelK .PostView_post__F0Uex .PostView_postAsideLeft__N0jiA .PostView_linkButtonWrapper__F9sVn{text-align:center;color:var(--primary-color-2-inactive);font-size:1.2rem}.PostView_postViewRoot__UzelK .PostView_post__F0Uex .PostView_postAsideLeft__N0jiA .PostView_linkButtonWrapper__F9sVn svg{width:2.5rem;height:2.5rem}