article{max-width:1400px;color:var(--text-muted);margin:0 auto;padding:2rem 1.5rem 5rem;line-height:1.8}.loading-container{justify-content:center;align-items:center;width:100%;height:50vh;display:flex}.loading-spinner{border:4px solid var(--surface-code);border-top:4px solid var(--accent);border-radius:50%;width:40px;height:40px;animation:1s cubic-bezier(.55,.085,.68,.53) infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mainTitle{color:var(--text-primary);letter-spacing:-.03em;margin-top:2rem;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.2}.heading1{color:var(--text-primary);border-bottom:1px solid var(--border-color);letter-spacing:-.02em;margin-top:3.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:2.25rem;font-weight:700}.heading2{color:var(--text-primary);letter-spacing:-.01em;margin-top:3rem;margin-bottom:1.25rem;font-size:1.75rem;font-weight:600}.paragraph{color:var(--text-muted);margin-bottom:1.75rem;font-size:1.125rem;font-weight:400}.listItem{color:var(--text-muted);margin-bottom:.75rem;margin-left:2rem;font-size:1.125rem;list-style-type:disc}ul,ol{margin-bottom:1.75rem}.backButton{background-color:var(--surface-code);color:var(--accent);border:1px solid var(--border-color);border-radius:9999px;align-items:center;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.backButton:hover{filter:brightness(.95);border-color:var(--accent);transform:translate(-5px);box-shadow:0 4px 12px #3b82f61a}html[data-theme=dark] .backButton:hover{filter:brightness(1.2)}.backButton:before{content:"←";margin-right:.5rem;font-size:1.1em;transition:transform .3s}.backButton:hover:before{transform:translate(-3px)}.metadataContainer{border-bottom:1px solid var(--border-color);color:var(--text-soft);flex-direction:column;gap:.75rem;margin-bottom:3rem;padding-bottom:1.5rem;font-size:.95rem;display:flex}.tagsContainer{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.tag{background-color:var(--surface-code);color:var(--text-primary);border:1px solid var(--border-color);text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.35rem .85rem;font-size:.8rem;font-weight:500;transition:all .2s;box-shadow:0 1px 2px #0000000d}.tag:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.inlineCode{background-color:var(--surface-code);color:var(--accent);border:1px solid var(--border-color);border-radius:.375rem;padding:.2em .4em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em}.table{border-collapse:separate;border-spacing:0;border:1px solid var(--border-color);border-radius:.5rem;width:100%;margin:2rem 0;overflow:hidden}.tableHeader{background-color:var(--table-head)}.tableHeaderCell{text-align:left;color:var(--text-primary);border-bottom:1px solid var(--border-color);padding:1rem;font-weight:600}.tableCell{color:var(--text-muted);border-bottom:1px solid var(--border-color);background-color:var(--surface-secondary);padding:1rem}.table tr:last-child .tableCell{border-bottom:none}.preContainer{background:var(--surface-code);border:1px solid var(--border-color);border-radius:.75rem;margin:2.5rem 0;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}html[data-theme=dark] .preContainer{box-shadow:0 10px 15px -3px #0003}pre code.hljs{padding:1.5rem;font-family:Fira Code,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.95rem;line-height:1.6;display:block;overflow-x:auto}.relatedPostsContainer{border-top:1px solid var(--border-color);margin-top:5rem;padding-top:3rem}.relatedPostsTitle{color:var(--text-primary);margin-bottom:2rem;font-size:1.75rem;font-weight:700}.relatedPostsList{grid-template-columns:1fr;gap:2rem;padding:0;list-style:none;display:grid}@media screen and (min-width:768px){.relatedPostsList{grid-template-columns:repeat(2,1fr)}}.hljs{color:#24292e;background:0 0}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d;font-style:italic}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}html[data-theme=dark] .hljs{color:#c9d1d9;background:0 0}html[data-theme=dark] .hljs-doctag,html[data-theme=dark] .hljs-keyword,html[data-theme=dark] .hljs-meta .hljs-keyword,html[data-theme=dark] .hljs-template-tag,html[data-theme=dark] .hljs-template-variable,html[data-theme=dark] .hljs-type,html[data-theme=dark] .hljs-variable.language_{color:#ff7b72}html[data-theme=dark] .hljs-title,html[data-theme=dark] .hljs-title.class_,html[data-theme=dark] .hljs-title.class_.inherited__,html[data-theme=dark] .hljs-title.function_{color:#d2a8ff}html[data-theme=dark] .hljs-attr,html[data-theme=dark] .hljs-attribute,html[data-theme=dark] .hljs-literal,html[data-theme=dark] .hljs-meta,html[data-theme=dark] .hljs-number,html[data-theme=dark] .hljs-operator,html[data-theme=dark] .hljs-variable,html[data-theme=dark] .hljs-selector-attr,html[data-theme=dark] .hljs-selector-class,html[data-theme=dark] .hljs-selector-id{color:#79c0ff}html[data-theme=dark] .hljs-regexp,html[data-theme=dark] .hljs-string,html[data-theme=dark] .hljs-meta .hljs-string{color:#a5d6ff}html[data-theme=dark] .hljs-built_in,html[data-theme=dark] .hljs-symbol{color:#ffa657}html[data-theme=dark] .hljs-comment,html[data-theme=dark] .hljs-code,html[data-theme=dark] .hljs-formula{color:#8b949e;font-style:italic}html[data-theme=dark] .hljs-name,html[data-theme=dark] .hljs-quote,html[data-theme=dark] .hljs-selector-tag,html[data-theme=dark] .hljs-selector-pseudo{color:#7ee787}html[data-theme=dark] .hljs-subst{color:#c9d1d9}html[data-theme=dark] .hljs-section{color:#1f6feb;font-weight:700}html[data-theme=dark] .hljs-bullet{color:#f2cc60}html[data-theme=dark] .hljs-emphasis{color:#c9d1d9;font-style:italic}html[data-theme=dark] .hljs-strong{color:#c9d1d9;font-weight:700}html[data-theme=dark] .hljs-addition{color:#aff5b4;background-color:#033a16}html[data-theme=dark] .hljs-deletion{color:#ffdcd7;background-color:#67060c}
