@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");@import url("https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&family=Pacifico&display=swap");:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}li{list-style:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.landing{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh}.landing .link{background-color:white;margin-top:30px;padding:5px 8px 5px 14px;border-radius:20px;color:black}.landing .link svg{vertical-align:-2px}.blog_wrap{max-width:800px;margin:0 auto;padding:40px}.blog_header{text-align:right;display:flex;justify-content:space-between;align-items:center;margin-bottom:50px}.blog_header>strong{font-size:44px;font-family:Pacifico,cursive;font-weight:400}.blog_header .logo{position:absolute;right:40px;top:20px}.blog{font-family:Gowun Batang,serif;font-weight:400;line-height:1.7;font-size:22px}.blog .published{background-color:#333333;padding:5px 15px;border-radius:30px;font-size:18px;font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif}.blog .back{font-size:30px;margin-left:-50px}.blog h1,.blog h2{font-weight:400;font-size:1.5em}.blog p{margin:20px 0}.comments-section{margin-top:4rem;padding-top:2rem;border-top:2px solid #eee}.comments-section h2{font-size:1.8rem;margin-bottom:2rem;color:#333}.no-comments{text-align:center;padding:2rem;background-color:#f9f9f9;border-radius:8px;color:#777;margin-bottom:2rem;font-size:1rem}.comments-list{margin-bottom:3rem}.comment{padding:1.5rem;margin-bottom:1rem;background-color:#f9f9f9;border-radius:8px;border-left:4px solid #007bff;transition:all .3s ease}.comment:hover{background-color:#f0f0f0;transform:translateX(4px)}.comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.comment-header strong{font-size:1rem;color:#333;font-weight:600}.comment-header time{font-size:.85rem;color:#777;font-family:Pretendard Variable,Pretendard,sans-serif}.comment p{font-size:1rem;line-height:1.6;color:#555;margin:0}.comment-form{background-color:#f9f9f9;padding:2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.comment-form h3{font-size:1.5rem;margin-bottom:1.5rem;color:#333}.comment-form .form-group{margin-bottom:1.25rem}.comment-form label{display:block;font-weight:500;margin-bottom:.5rem;color:#333;font-size:.95rem;font-family:Pretendard Variable,Pretendard,sans-serif}.comment-form input,.comment-form textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-family:Pretendard Variable,Pretendard,sans-serif;font-size:1rem;transition:border-color .2s}.comment-form input:focus,.comment-form textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px rgba(0,123,255,.1)}.comment-form textarea{resize:vertical;min-height:100px}.comment-form small{display:block;margin-top:.25rem;font-size:.85rem;color:#777}.comment-form button{background-color:#007bff;color:white;padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s;font-family:Pretendard Variable,Pretendard,sans-serif}.comment-form button:hover:not(:disabled){background-color:#0056b3}.comment-form button:disabled{background-color:#ccc;cursor:not-allowed}.success-message{background-color:#d4edda;color:#155724;border-left:4px solid #28a745}.error-message,.success-message{padding:1rem;border-radius:4px;margin-bottom:1rem;font-family:Pretendard Variable,Pretendard,sans-serif}.error-message{background-color:#f8d7da;color:#721c24;border-left:4px solid #dc3545}@media (max-width:768px){.comment-form{padding:1.5rem}.comment{padding:1rem}.comment-header{flex-direction:column;align-items:flex-start;gap:.5rem}}