.WriteLayout-module__zD6esq__root{background:var(--gh-bg);flex-direction:column;height:100vh;display:flex}.WriteLayout-module__zD6esq__draftNotice{background:var(--gh-accent-bg);border-left:3px solid var(--gh-accent);color:var(--gh-text);justify-content:space-between;align-items:center;padding:.625rem 1.25rem;font-size:.8125rem;font-weight:500;display:flex}.WriteLayout-module__zD6esq__draftNotice span{align-items:center;gap:.5rem;display:flex}.WriteLayout-module__zD6esq__clearButton{color:var(--gh-text);border:1px solid var(--gh-border);cursor:pointer;background:0 0;border-radius:6px;padding:.25rem .625rem;font-size:.75rem;font-weight:500;transition:background .15s}.WriteLayout-module__zD6esq__clearButton:hover{background:var(--gh-bg-tertiary)}.WriteLayout-module__zD6esq__body{flex:1;grid-template-columns:280px 1fr;min-height:0;display:grid;overflow:hidden}@media (min-width:769px) and (max-width:1024px){.WriteLayout-module__zD6esq__body{grid-template-columns:220px 1fr}}@media (max-width:768px){.WriteLayout-module__zD6esq__body{grid-template-columns:1fr;position:relative}}.WriteLayout-module__zD6esq__drawerOverlay{display:none}@media (max-width:768px){.WriteLayout-module__zD6esq__drawerOverlay{z-index:200;background:#00000080;animation:.2s WriteLayout-module__zD6esq__fadeIn;display:block;position:fixed;inset:0}}@keyframes WriteLayout-module__zD6esq__fadeIn{0%{opacity:0}to{opacity:1}}
.WriteHeader-module__5Lu_eW__header{z-index:100;background:var(--gh-bg-secondary);border-bottom:1px solid var(--gh-border);align-items:center;height:48px;display:flex;position:sticky;top:0}.WriteHeader-module__5Lu_eW__inner{justify-content:space-between;align-items:center;gap:.75rem;width:100%;max-width:100%;padding:0 1rem;display:flex}.WriteHeader-module__5Lu_eW__left{align-items:center;gap:.375rem;min-width:0;display:flex;overflow:hidden}.WriteHeader-module__5Lu_eW__backBtn{border:1px solid var(--gh-border);width:28px;height:28px;color:var(--gh-text);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;transition:background .15s,border-color .15s;display:flex}.WriteHeader-module__5Lu_eW__backBtn:hover{background:var(--gh-bg-tertiary);border-color:var(--gh-text-secondary)}.WriteHeader-module__5Lu_eW__divider{color:var(--gh-text-muted);flex-shrink:0;font-size:.875rem}.WriteHeader-module__5Lu_eW__breadcrumb{color:var(--gh-text-link);white-space:nowrap;font-size:.875rem;text-decoration:none}.WriteHeader-module__5Lu_eW__breadcrumb:hover{text-decoration:underline}.WriteHeader-module__5Lu_eW__pageTitle{color:var(--gh-text);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.WriteHeader-module__5Lu_eW__right{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.WriteHeader-module__5Lu_eW__listBtn{background:var(--gh-btn-default-bg);border:1px solid var(--gh-btn-default-border);color:var(--gh-text);border-radius:6px;align-items:center;padding:.25rem .625rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:background .15s;display:inline-flex}.WriteHeader-module__5Lu_eW__listBtn:hover{background:var(--gh-btn-default-hover);text-decoration:none}.WriteHeader-module__5Lu_eW__saveBtn{background:var(--gh-btn-primary-bg);border:1px solid var(--gh-btn-primary-border);color:#fff;cursor:pointer;border-radius:6px;align-items:center;gap:.375rem;padding:.25rem .75rem;font-size:.8125rem;font-weight:500;transition:background .15s;display:inline-flex}.WriteHeader-module__5Lu_eW__saveBtn:hover:not(:disabled){background:var(--gh-btn-primary-hover)}.WriteHeader-module__5Lu_eW__saveBtn:disabled{opacity:.6;cursor:not-allowed}.WriteHeader-module__5Lu_eW__savingSpinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:12px;height:12px;animation:.7s linear infinite WriteHeader-module__5Lu_eW__spin}@keyframes WriteHeader-module__5Lu_eW__spin{to{transform:rotate(360deg)}}.WriteHeader-module__5Lu_eW__mobileSaveBtn,.WriteHeader-module__5Lu_eW__settingsBtn{display:none}@media (max-width:768px){.WriteHeader-module__5Lu_eW__mobileSaveBtn{background:var(--gh-btn-primary-bg);border:1px solid var(--gh-btn-primary-border);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:background .15s;display:inline-flex}.WriteHeader-module__5Lu_eW__mobileSaveBtn:hover{background:var(--gh-btn-primary-hover)}.WriteHeader-module__5Lu_eW__settingsBtn{background:var(--gh-btn-default-bg);border:1px solid var(--gh-btn-default-border);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:background .15s;display:inline-flex}.WriteHeader-module__5Lu_eW__settingsBtn:hover{background:var(--gh-btn-default-hover)}.WriteHeader-module__5Lu_eW__breadcrumb,.WriteHeader-module__5Lu_eW__divider{display:none}}
.WriteSidePanel-module__5-Un-G__sidePanel{border-right:1px solid var(--gh-border);background:var(--gh-bg-secondary);flex-direction:column;gap:0;width:280px;padding:1rem;display:flex;overflow-y:auto}@media (min-width:769px) and (max-width:1024px){.WriteSidePanel-module__5-Un-G__sidePanel{width:220px}}@media (max-width:768px){.WriteSidePanel-module__5-Un-G__sidePanel{border-right:none;border-top:1px solid var(--gh-border);z-index:210;border-radius:16px 16px 0 0;width:100%;max-height:75vh;padding:0 1rem 2rem;animation:.25s WriteSidePanel-module__5-Un-G__slideUp;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;box-shadow:0 -4px 24px #00000059}}@keyframes WriteSidePanel-module__5-Un-G__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.WriteSidePanel-module__5-Un-G__drawerHandle{display:none}@media (max-width:768px){.WriteSidePanel-module__5-Un-G__drawerHandle{cursor:pointer;justify-content:center;padding:.75rem 0 .5rem;display:flex}.WriteSidePanel-module__5-Un-G__drawerHandle:before{content:"";background:var(--gh-border);border-radius:2px;width:40px;height:4px}}.WriteSidePanel-module__5-Un-G__section{padding:1rem 0}.WriteSidePanel-module__5-Un-G__sectionLabel{color:var(--gh-text-secondary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.625rem;font-size:.6875rem;font-weight:600}.WriteSidePanel-module__5-Un-G__divider{border:none;border-top:1px solid var(--gh-border);margin:0}.WriteSidePanel-module__5-Un-G__formGroup{flex-direction:column;gap:.375rem;margin-bottom:.75rem;display:flex}.WriteSidePanel-module__5-Un-G__label{color:var(--gh-text-secondary);font-size:.75rem;font-weight:500}.WriteSidePanel-module__5-Un-G__input{background:var(--gh-bg);border:1px solid var(--gh-border);width:100%;color:var(--gh-text);border-radius:6px;outline:none;padding:.375rem .625rem;font-size:.8125rem;transition:border-color .15s,box-shadow .15s}.WriteSidePanel-module__5-Un-G__input::placeholder{color:var(--gh-text-muted)}.WriteSidePanel-module__5-Un-G__input:focus{border-color:var(--gh-accent);box-shadow:0 0 0 3px #58a6ff26}.WriteSidePanel-module__5-Un-G__select{background:var(--gh-bg);border:1px solid var(--gh-border);width:100%;color:var(--gh-text);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238b949e' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right .625rem center;background-repeat:no-repeat;border-radius:6px;outline:none;padding:.375rem 2rem .375rem .625rem;font-size:.8125rem;transition:border-color .15s}.WriteSidePanel-module__5-Un-G__select:focus{border-color:var(--gh-accent);box-shadow:0 0 0 3px #58a6ff26}.WriteSidePanel-module__5-Un-G__checkboxRow{cursor:pointer;align-items:center;gap:.5rem;display:flex}.WriteSidePanel-module__5-Un-G__checkbox{width:14px;height:14px;accent-color:var(--gh-accent);cursor:pointer}.WriteSidePanel-module__5-Un-G__checkboxLabel{color:var(--gh-text);cursor:pointer;font-size:.8125rem}.WriteSidePanel-module__5-Un-G__tagList{flex-wrap:wrap;gap:.25rem;margin-top:.5rem;display:flex}.WriteSidePanel-module__5-Un-G__tag{background:var(--gh-bg-tertiary);border:1px solid var(--gh-border);color:var(--gh-text-secondary);border-radius:2em;align-items:center;gap:.25rem;padding:.125rem .5rem;font-size:.6875rem;display:inline-flex}.WriteSidePanel-module__5-Un-G__tagRemove{color:var(--gh-text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem;line-height:1;transition:color .15s}.WriteSidePanel-module__5-Un-G__tagRemove:hover{color:var(--gh-red)}.WriteSidePanel-module__5-Un-G__actions{border-top:1px solid var(--gh-border);margin-top:auto;padding-top:1rem}.WriteSidePanel-module__5-Un-G__saveBtn{background:var(--gh-btn-primary-bg);border:1px solid var(--gh-btn-primary-border);color:#fff;cursor:pointer;border-radius:6px;width:100%;padding:.4375rem .875rem;font-size:.875rem;font-weight:500;transition:background .15s}.WriteSidePanel-module__5-Un-G__saveBtn:hover:not(:disabled){background:var(--gh-btn-primary-hover)}.WriteSidePanel-module__5-Un-G__saveBtn:disabled{opacity:.6;cursor:not-allowed}
.editor-module__6uMPcG__editorWrapper{border:1px solid var(--gh-border,#e5e7eb);background:var(--gh-bg-secondary,#fff);border-radius:8px}.editor-module__6uMPcG__toolbar{border-bottom:1px solid var(--gh-border,#e5e7eb);background:var(--gh-bg-tertiary,#f9fafb);flex-wrap:wrap;gap:4px;padding:8px;display:flex}.editor-module__6uMPcG__toolbar button{color:var(--gh-text,#111827);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;padding:4px 8px;font-size:13px;transition:background .15s}.editor-module__6uMPcG__toolbar button:hover{background:var(--gh-bg,#e5e7eb)}.editor-module__6uMPcG__active{background:var(--gh-accent,#111827);color:#fff}.editor-module__6uMPcG__divider{background:var(--gh-border,#e5e7eb);align-self:stretch;width:1px;margin:0 4px}.editor-module__6uMPcG__editor .ProseMirror{min-height:300px;color:var(--gh-text,#111827);outline:none;padding:16px;line-height:1.7}@media (max-width:768px){.editor-module__6uMPcG__toolbar{gap:2px;padding:6px}.editor-module__6uMPcG__toolbar button{min-height:32px;padding:6px 10px;font-size:12px}}.editor-module__6uMPcG__editor .ProseMirror img{cursor:pointer;border-radius:8px;max-width:100%;height:auto;margin:1rem 0;transition:transform .2s}.editor-module__6uMPcG__editor .ProseMirror img:hover{transform:scale(1.02);box-shadow:0 4px 12px #0000001a}.editor-module__6uMPcG__editor .ProseMirror img.ProseMirror-selectednode{outline-offset:2px;outline:2px solid #667eea}
.imageUpload-module__XSebzq__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.imageUpload-module__XSebzq__modal{background:#fff;border-radius:12px;width:90%;max-width:500px;overflow:hidden;box-shadow:0 20px 40px #0003}.imageUpload-module__XSebzq__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.imageUpload-module__XSebzq__header h2{color:#111827;margin:0;font-size:1.25rem;font-weight:700}.imageUpload-module__XSebzq__closeButton{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:2rem;transition:background .2s;display:flex}.imageUpload-module__XSebzq__closeButton:hover{background:#f3f4f6}.imageUpload-module__XSebzq__tabs{border-bottom:1px solid #e5e7eb;display:flex}.imageUpload-module__XSebzq__tabs button{color:#6b7280;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:1rem;font-size:.9rem;font-weight:600;transition:all .2s}.imageUpload-module__XSebzq__tabs button:hover{background:#f9fafb}.imageUpload-module__XSebzq__activeTab{color:#667eea!important;border-bottom-color:#667eea!important}.imageUpload-module__XSebzq__content{min-height:200px;padding:1.5rem}.imageUpload-module__XSebzq__uploadArea{text-align:center}.imageUpload-module__XSebzq__fileInput{display:none}.imageUpload-module__XSebzq__uploadLabel{cursor:pointer;border:2px dashed #d1d5db;border-radius:8px;padding:3rem 2rem;transition:all .2s;display:block}.imageUpload-module__XSebzq__uploadLabel:hover{background:#f9fafb;border-color:#667eea}.imageUpload-module__XSebzq__uploadIcon{margin-bottom:1rem;font-size:3rem}.imageUpload-module__XSebzq__uploadLabel p{color:#374151;margin:0 0 .5rem;font-weight:600}.imageUpload-module__XSebzq__uploadHint{color:#9ca3af;font-size:.85rem}.imageUpload-module__XSebzq__urlArea{gap:.5rem;display:flex}.imageUpload-module__XSebzq__urlInput{border:1px solid #d1d5db;border-radius:6px;outline:none;flex:1;padding:.75rem;font-size:.9rem;transition:border-color .2s}.imageUpload-module__XSebzq__urlInput:focus{border-color:#667eea}.imageUpload-module__XSebzq__submitButton{color:#fff;cursor:pointer;white-space:nowrap;background:#667eea;border:none;border-radius:6px;padding:.75rem 1.5rem;font-weight:600;transition:background .2s}.imageUpload-module__XSebzq__submitButton:hover:not(:disabled){background:#5568d3}.imageUpload-module__XSebzq__submitButton:disabled{opacity:.6;cursor:not-allowed}.imageUpload-module__XSebzq__error{color:#991b1b;background:#fee2e2;border-radius:6px;margin-top:1rem;padding:.75rem;font-size:.9rem}
.WriteMain-module__ErQArG__main{background:var(--gh-bg);flex-direction:column;flex:1;gap:1rem;padding:2rem 3rem;display:flex;overflow-y:auto}.WriteMain-module__ErQArG__titleWrapper{border-bottom:1px solid var(--gh-border);padding-bottom:1rem}.WriteMain-module__ErQArG__title{width:100%;color:var(--gh-text);caret-color:var(--gh-accent);letter-spacing:-.02em;background:0 0;border:none;outline:none;font-family:inherit;font-size:2rem;font-weight:600;line-height:1.3}.WriteMain-module__ErQArG__title::placeholder{color:var(--gh-text-muted)}.WriteMain-module__ErQArG__summary{resize:none;background:var(--gh-bg-secondary);border:1px solid var(--gh-border);width:100%;color:var(--gh-text);border-radius:6px;outline:none;padding:.5rem .75rem;font-family:inherit;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.WriteMain-module__ErQArG__summary::placeholder{color:var(--gh-text-muted)}.WriteMain-module__ErQArG__summary:focus{border-color:var(--gh-accent);box-shadow:0 0 0 3px #58a6ff26}.WriteMain-module__ErQArG__editorSlot{border:1px solid var(--gh-border);background:var(--gh-bg-secondary);border-radius:6px;flex:1;min-height:400px;padding:1.25rem}.WriteMain-module__ErQArG__editorSlot .ProseMirror{min-height:360px;color:var(--gh-text);caret-color:var(--gh-accent);outline:none;font-size:15px;line-height:1.7}.WriteMain-module__ErQArG__editorSlot p{margin:.6em 0}.WriteMain-module__ErQArG__editorSlot .ProseMirror p.is-editor-empty:first-child:before{color:var(--gh-text-muted);content:attr(data-placeholder);float:left;pointer-events:none;height:0}:is(.WriteMain-module__ErQArG__editorSlot h1,.WriteMain-module__ErQArG__editorSlot h2,.WriteMain-module__ErQArG__editorSlot h3){color:var(--gh-text);margin-top:1.5rem;margin-bottom:.5rem;padding-bottom:.3em;font-weight:600;line-height:1.25}:is(.WriteMain-module__ErQArG__editorSlot h1,.WriteMain-module__ErQArG__editorSlot h2){border-bottom:1px solid var(--gh-border)}.WriteMain-module__ErQArG__editorSlot blockquote{border-left:4px solid var(--gh-border);color:var(--gh-text-secondary);margin:1rem 0;padding:0 1rem}.WriteMain-module__ErQArG__editorSlot code{background:var(--gh-bg-tertiary);border:1px solid var(--gh-border);border-radius:3px;padding:.2em .4em;font-family:ui-monospace,SFMono-Regular,monospace;font-size:85%}.WriteMain-module__ErQArG__editorSlot pre{background:var(--gh-bg-tertiary);border:1px solid var(--gh-border);border-radius:6px;padding:1rem;overflow-x:auto}.WriteMain-module__ErQArG__editorSlot pre code{background:0 0;border:none;padding:0}.WriteMain-module__ErQArG__footerInfo{color:var(--gh-text-secondary);border-top:1px solid var(--gh-border);justify-content:space-between;align-items:center;padding-top:.5rem;font-size:.75rem;display:flex}.WriteMain-module__ErQArG__footerStatus{color:var(--gh-text-secondary)}.WriteMain-module__ErQArG__loading{height:400px;color:var(--gh-text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.875rem;display:flex}.WriteMain-module__ErQArG__spinner{border:3px solid var(--gh-border);border-top-color:var(--gh-accent);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite WriteMain-module__ErQArG__spin}@keyframes WriteMain-module__ErQArG__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.WriteMain-module__ErQArG__main{padding:1rem}.WriteMain-module__ErQArG__title{font-size:1.375rem}.WriteMain-module__ErQArG__editorSlot{min-height:300px;padding:.75rem}.WriteMain-module__ErQArG__editorSlot .ProseMirror{min-height:260px;font-size:14px}}@media (min-width:769px) and (max-width:1024px){.WriteMain-module__ErQArG__main{padding:1.5rem 2rem}.WriteMain-module__ErQArG__title{font-size:1.75rem}}
.SiteHeader-module-scss-module__jtAJrq__header{z-index:200;background:var(--gh-bg);border-bottom:1px solid var(--gh-border);align-items:center;height:62px;display:flex;position:sticky;top:0}.SiteHeader-module-scss-module__jtAJrq__inner{align-items:center;gap:1rem;width:100%;max-width:1280px;height:100%;margin:0 auto;padding:0 1rem;display:flex}.SiteHeader-module-scss-module__jtAJrq__logo{color:var(--gh-text);flex-shrink:0;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;display:flex}.SiteHeader-module-scss-module__jtAJrq__logo:hover{opacity:.85;text-decoration:none}.SiteHeader-module-scss-module__jtAJrq__logoMark{background:var(--gh-text);width:32px;height:32px;color:var(--gh-bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:900;display:flex}.SiteHeader-module-scss-module__jtAJrq__logoText{color:var(--gh-text);letter-spacing:-.01em;font-size:.9375rem;font-weight:600}.SiteHeader-module-scss-module__jtAJrq__logoText span{color:var(--gh-text-secondary);font-weight:400}.SiteHeader-module-scss-module__jtAJrq__nav{align-items:center;gap:.25rem;margin-left:auto;display:flex}@media (max-width:768px){.SiteHeader-module-scss-module__jtAJrq__nav{display:none}}.SiteHeader-module-scss-module__jtAJrq__navLink{color:var(--gh-text);white-space:nowrap;border-radius:6px;align-items:center;gap:.375rem;padding:.375rem .625rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.SiteHeader-module-scss-module__jtAJrq__navLink:hover{background:var(--gh-bg-secondary);text-decoration:none}.SiteHeader-module-scss-module__jtAJrq__navLink.SiteHeader-module-scss-module__jtAJrq__active{background:var(--gh-bg-secondary)}.SiteHeader-module-scss-module__jtAJrq__writeButton{background:var(--gh-btn-primary-bg);border:1px solid var(--gh-btn-primary-border);color:#fff;white-space:nowrap;border-radius:6px;align-items:center;gap:.375rem;margin-left:.5rem;padding:.3125rem .875rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.SiteHeader-module-scss-module__jtAJrq__writeButton:hover{background:var(--gh-btn-primary-hover);text-decoration:none}.SiteHeader-module-scss-module__jtAJrq__hamburger{cursor:pointer;background:0 0;border:none;border-radius:6px;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;margin-left:auto;padding:4px;display:none}@media (max-width:768px){.SiteHeader-module-scss-module__jtAJrq__hamburger{display:flex}}.SiteHeader-module-scss-module__jtAJrq__hamburger span{background:var(--gh-text);border-radius:2px;width:100%;height:2px;transition:all .2s;display:block}.SiteHeader-module-scss-module__jtAJrq__hamburger.SiteHeader-module-scss-module__jtAJrq__open span:first-child{transform:translateY(7px)rotate(45deg)}.SiteHeader-module-scss-module__jtAJrq__hamburger.SiteHeader-module-scss-module__jtAJrq__open span:nth-child(2){opacity:0}.SiteHeader-module-scss-module__jtAJrq__hamburger.SiteHeader-module-scss-module__jtAJrq__open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.SiteHeader-module-scss-module__jtAJrq__hamburger:hover{background:var(--gh-bg-secondary)}.SiteHeader-module-scss-module__jtAJrq__mobileMenu{background:var(--gh-bg);border-bottom:1px solid var(--gh-border);z-index:199;flex-direction:column;padding:.5rem;display:none;position:absolute;top:62px;left:0;right:0}.SiteHeader-module-scss-module__jtAJrq__mobileMenu.SiteHeader-module-scss-module__jtAJrq__open{display:flex}@media (min-width:768px){.SiteHeader-module-scss-module__jtAJrq__mobileMenu{display:none!important}}
.SiteFooter-module-scss-module__GKzOEG__footer{background:var(--gh-bg);border-top:1px solid var(--gh-border);margin-top:auto}.SiteFooter-module-scss-module__GKzOEG__inner{grid-template-columns:1fr;gap:2rem;max-width:1280px;margin:0 auto;padding:2.5rem 1rem;display:grid}@media (min-width:768px){.SiteFooter-module-scss-module__GKzOEG__inner{grid-template-columns:2fr 1fr 1fr;gap:3rem}}.SiteFooter-module-scss-module__GKzOEG__brand{flex-direction:column;gap:.75rem;display:flex}.SiteFooter-module-scss-module__GKzOEG__logoRow{align-items:center;gap:.5rem;display:flex}.SiteFooter-module-scss-module__GKzOEG__logoMark{background:var(--gh-text);width:28px;height:28px;color:var(--gh-bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:900;display:flex}.SiteFooter-module-scss-module__GKzOEG__logoText{color:var(--gh-text);letter-spacing:-.01em;font-size:.9375rem;font-weight:600}.SiteFooter-module-scss-module__GKzOEG__logoText span{color:var(--gh-text-secondary);font-weight:400}.SiteFooter-module-scss-module__GKzOEG__tagline{color:var(--gh-text-secondary);max-width:280px;font-size:.8125rem;line-height:1.6}.SiteFooter-module-scss-module__GKzOEG__linkGroup{flex-direction:column;gap:.5rem;display:flex}.SiteFooter-module-scss-module__GKzOEG__groupTitle{color:var(--gh-text);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;font-weight:600}.SiteFooter-module-scss-module__GKzOEG__link{color:var(--gh-text-secondary);font-size:.8125rem;text-decoration:none;transition:color .15s}.SiteFooter-module-scss-module__GKzOEG__link:hover{color:var(--gh-text-link);text-decoration:none}.SiteFooter-module-scss-module__GKzOEG__bottom{border-top:1px solid var(--gh-border);text-align:center;flex-direction:column;align-items:center;gap:.25rem;max-width:1280px;margin:0 auto;padding:1rem;display:flex}@media (min-width:768px){.SiteFooter-module-scss-module__GKzOEG__bottom{text-align:left;flex-direction:row;justify-content:space-between}}.SiteFooter-module-scss-module__GKzOEG__copy,.SiteFooter-module-scss-module__GKzOEG__techStack{color:var(--gh-text-muted);font-size:.75rem}
.HomeMain-module-scss-module__8y-8Pa__page{background:var(--gh-bg);flex-direction:column;min-height:100vh;display:flex}.HomeMain-module-scss-module__8y-8Pa__main{flex:1;width:100%;max-width:1280px;margin:0 auto;padding:2rem 1rem 4rem}@media (min-width:768px){.HomeMain-module-scss-module__8y-8Pa__main{padding:2.5rem 1.5rem 5rem}}.HomeMain-module-scss-module__8y-8Pa__container{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:1024px){.HomeMain-module-scss-module__8y-8Pa__container{grid-template-columns:1fr 296px;align-items:start}}.HomeMain-module-scss-module__8y-8Pa__content{min-width:0}.HomeMain-module-scss-module__8y-8Pa__hero{background:var(--gh-bg-secondary);border:1px solid var(--gh-border);border-radius:6px;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding:2rem 1.5rem;display:flex}@media (min-width:768px){.HomeMain-module-scss-module__8y-8Pa__hero{flex-direction:row;justify-content:space-between;align-items:center;padding:2.5rem 2rem}}.HomeMain-module-scss-module__8y-8Pa__heroText{flex:1}.HomeMain-module-scss-module__8y-8Pa__heroTitle{color:var(--gh-text);letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.5rem;font-weight:600;line-height:1.3}@media (min-width:768px){.HomeMain-module-scss-module__8y-8Pa__heroTitle{font-size:1.75rem}}.HomeMain-module-scss-module__8y-8Pa__heroTitle span{color:var(--gh-accent)}.HomeMain-module-scss-module__8y-8Pa__heroSub{color:var(--gh-text-secondary);margin-bottom:1.25rem;font-size:.9375rem;line-height:1.5}.HomeMain-module-scss-module__8y-8Pa__heroBtns{flex-wrap:wrap;gap:.5rem;display:flex}.HomeMain-module-scss-module__8y-8Pa__btnPrimary{background:var(--gh-btn-primary-bg);border:1px solid var(--gh-btn-primary-border);color:#fff;border-radius:6px;align-items:center;padding:.3125rem .875rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s;display:inline-flex}.HomeMain-module-scss-module__8y-8Pa__btnPrimary:hover{background:var(--gh-btn-primary-hover);text-decoration:none}.HomeMain-module-scss-module__8y-8Pa__btnSecondary{background:var(--gh-btn-default-bg);border:1px solid var(--gh-btn-default-border);color:var(--gh-text);border-radius:6px;align-items:center;padding:.3125rem .875rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s;display:inline-flex}.HomeMain-module-scss-module__8y-8Pa__btnSecondary:hover{background:var(--gh-btn-default-hover);text-decoration:none}.HomeMain-module-scss-module__8y-8Pa__heroBadge{background:var(--gh-bg-tertiary);border:1px solid var(--gh-border);width:72px;height:72px;color:var(--gh-text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;font-size:1.5rem;font-weight:800;display:flex}@media (min-width:768px){.HomeMain-module-scss-module__8y-8Pa__heroBadge{align-self:center}}.HomeMain-module-scss-module__8y-8Pa__sectionHeader{border-bottom:1px solid var(--gh-border);justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;display:flex}.HomeMain-module-scss-module__8y-8Pa__sectionTitle{color:var(--gh-text);font-size:1rem;font-weight:600}.HomeMain-module-scss-module__8y-8Pa__sectionMore{color:var(--gh-text-link);font-size:.8125rem;text-decoration:none}.HomeMain-module-scss-module__8y-8Pa__sectionMore:hover{text-decoration:underline}.HomeMain-module-scss-module__8y-8Pa__loading{color:var(--gh-text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:3rem 2rem;font-size:.875rem;display:flex}.HomeMain-module-scss-module__8y-8Pa__spinner{border:3px solid var(--gh-border);border-top-color:var(--gh-accent);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite HomeMain-module-scss-module__8y-8Pa__spin}@keyframes HomeMain-module-scss-module__8y-8Pa__spin{to{transform:rotate(360deg)}}.HomeMain-module-scss-module__8y-8Pa__empty{text-align:center;color:var(--gh-text-secondary);padding:3rem 1rem;font-size:.875rem}.HomeMain-module-scss-module__8y-8Pa__errorBox{background:var(--gh-red-bg);color:var(--gh-red);border:1px solid #f851494d;border-radius:6px;padding:1rem;font-size:.875rem}.HomeMain-module-scss-module__8y-8Pa__postCard{background:var(--gh-bg-secondary);border:1px solid var(--gh-border);border-radius:6px;flex-direction:column;gap:.375rem;margin-bottom:.5rem;padding:.875rem 1rem;text-decoration:none;transition:border-color .15s,background .15s;display:flex}.HomeMain-module-scss-module__8y-8Pa__postCard:hover{border-color:var(--gh-accent);background:var(--gh-bg-overlay);text-decoration:none}.HomeMain-module-scss-module__8y-8Pa__postTitle{color:var(--gh-text-link);font-size:.9375rem;font-weight:600;line-height:1.4}.HomeMain-module-scss-module__8y-8Pa__postCardDate{color:var(--gh-text-secondary);font-size:.75rem}
.ProjectList-module-scss-module__Yqz9yW__projectSection{margin-bottom:1.5rem}.ProjectList-module-scss-module__Yqz9yW__sectionHeader{border-bottom:1px solid var(--gh-border);justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;display:flex}.ProjectList-module-scss-module__Yqz9yW__sectionTitle{color:var(--gh-text);font-size:1rem;font-weight:600}.ProjectList-module-scss-module__Yqz9yW__projectList{grid-template-columns:1fr;gap:.75rem;display:grid}@media (min-width:768px){.ProjectList-module-scss-module__Yqz9yW__projectList{grid-template-columns:1fr 1fr}}.ProjectList-module-scss-module__Yqz9yW__projectCard{background:var(--gh-bg-secondary);border:1px solid var(--gh-border);border-radius:6px;flex-direction:column;gap:.5rem;padding:1rem;transition:border-color .15s;display:flex}.ProjectList-module-scss-module__Yqz9yW__projectCard:hover{border-color:var(--gh-text-secondary)}.ProjectList-module-scss-module__Yqz9yW__projectName{color:var(--gh-text-link);font-size:.875rem;font-weight:600}.ProjectList-module-scss-module__Yqz9yW__projectDescription{color:var(--gh-text-secondary);flex:1;font-size:.75rem;line-height:1.5}.ProjectList-module-scss-module__Yqz9yW__projectLinks{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.ProjectList-module-scss-module__Yqz9yW__projectLink{background:var(--gh-btn-default-bg);border:1px solid var(--gh-btn-default-border);color:var(--gh-text);border-radius:2em;align-items:center;padding:.1875rem .625rem;font-size:.6875rem;font-weight:500;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.ProjectList-module-scss-module__Yqz9yW__projectLink:hover{background:var(--gh-btn-default-hover);border-color:var(--gh-text-secondary);text-decoration:none}.ProjectList-module-scss-module__Yqz9yW__projectLinkPrimary{background:var(--gh-accent-bg);color:var(--gh-accent);border-color:#58a6ff4d}.ProjectList-module-scss-module__Yqz9yW__projectLinkPrimary:hover{background:#1f6feb33;border-color:#58a6ff80;text-decoration:none}
