@import "https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,300;0,8..60,400;0,8..60,600;0,8..60,700;1,8..60,400&family=Source+Sans+3:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{font-family:var(--font-body);background:var(--bg-primary);color:var(--text-primary);font-size:var(--text-base);letter-spacing:.01em;transition:background var(--transition-slow), color var(--transition-slow);line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);font-weight:600;line-height:1.3}h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--theme-color)}code,pre,kbd{font-family:var(--font-mono)}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}::selection{background:var(--theme-light);color:var(--theme-color)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}:focus-visible{outline:2px solid var(--theme-color);outline-offset:2px;border-radius:var(--radius-sm)}.page-fade-enter-active{transition:opacity .25s,transform .25s}.page-fade-leave-active{transition:opacity .15s}.page-fade-enter-from{opacity:0;transform:translateY(8px)}.page-fade-leave-to{opacity:0}.container{width:100%;max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.container-narrow{max-width:var(--max-width-narrow);padding:0 var(--space-6);margin:0 auto}.container-wide{max-width:var(--max-width-wide);padding:0 var(--space-6);margin:0 auto}body:before{content:"";pointer-events:none;z-index:1;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;width:100%;height:100%;position:fixed;top:0;left:0}html.dark body:before{opacity:.04}.loading-spinner{border:2px solid var(--border-color);border-top-color:var(--theme-color);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.el-button{font-family:var(--font-body)!important;border-radius:var(--radius-md)!important;transition:all var(--transition-fast)!important;font-weight:500!important}.el-button--primary{background:var(--theme-color)!important;border-color:var(--theme-color)!important}.el-button--primary:hover{background:var(--theme-hover)!important;border-color:var(--theme-hover)!important}.el-input__wrapper{border-radius:var(--radius-md)!important;background:var(--bg-input)!important;box-shadow:none!important;border:1px solid var(--border-color)!important;transition:border-color var(--transition-fast)!important}.el-input__wrapper:hover{border-color:var(--theme-color)!important}.el-input__wrapper.is-focus{border-color:var(--theme-color)!important;box-shadow:0 0 0 3px var(--theme-ring)!important}.el-dialog{border-radius:var(--radius-xl)!important;background:var(--bg-card)!important}.el-table{--el-table-border-color:var(--border-color)!important;--el-table-header-bg-color:var(--bg-surface)!important;--el-table-row-hover-bg-color:var(--theme-light)!important;font-family:var(--font-body)!important}.el-tag{border-radius:var(--radius-full)!important;font-weight:500!important}.el-pagination{--el-pagination-button-bg-color:var(--bg-card)!important}@media (width<=768px){.container,.container-narrow,.container-wide{padding:0 var(--space-4)}}#nprogress{pointer-events:none}#nprogress .bar{z-index:1031;background:#29d;width:100%;height:2px;position:fixed;top:0;left:0}#nprogress .peg{opacity:1;width:100px;height:100%;display:block;position:absolute;right:0;transform:rotate(3deg)translateY(-4px);box-shadow:0 0 10px #29d,0 0 5px #29d}#nprogress .spinner{z-index:1031;display:block;position:fixed;top:15px;right:15px}#nprogress .spinner-icon{box-sizing:border-box;border:2px solid #0000;border-color:#29d #0000 #0000 #29d;border-radius:50%;width:18px;height:18px;animation:.4s linear infinite nprogress-spinner}.nprogress-custom-parent{position:relative;overflow:hidden}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--theme-color:#c27030;--theme-hover:#a85d22;--theme-light:#c2703012;--theme-ring:#c2703033;--theme-glow:#c2703026;--bg-primary:#f7f5f0;--bg-card:#fffff8;--bg-nav:#f7f5f0d1;--bg-elevated:#fffff8;--bg-input:#f0ede6;--bg-tag:#eae6dd;--bg-code:#f0ede6;--bg-surface:#eae6dd;--text-primary:#2c2520;--text-secondary:#6b5e52;--text-tertiary:#9b8e82;--text-inverse:#fffff8;--text-accent:#c27030;--border-color:#ddd8ce;--border-light:#eae6dd;--border-accent:#c270304d;--shadow-xs:0 1px 2px #2c25200a;--shadow-sm:0 1px 3px #2c25200f, 0 1px 2px #2c25200a;--shadow-card:0 1px 4px #2c25200d, 0 2px 8px #2c25200a;--shadow-card-hover:0 8px 24px #2c252014, 0 2px 8px #2c25200a;--shadow-lg:0 16px 48px #2c25201a;--shadow-nav:0 1px 0 #2c25200f;--color-success:#3d8b5a;--color-warning:#c27030;--color-danger:#c0392b;--color-info:#3a7ca5;--font-display:"Source Serif 4", "Noto Serif SC", Georgia, serif;--font-body:"Source Sans 3", "Noto Sans SC", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", "Cascadia Code", monospace;--text-xs:.75rem;--text-sm:.8125rem;--text-base:.9375rem;--text-lg:1.0625rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.5rem;--text-5xl:3.25rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-sm:4px;--radius-md:6px;--radius-lg:10px;--radius-xl:14px;--radius-2xl:20px;--radius-full:9999px;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-normal:.25s cubic-bezier(.4, 0, .2, 1);--transition-slow:.4s cubic-bezier(.4, 0, .2, 1);--transition-spring:.5s cubic-bezier(.34, 1.56, .64, 1);--max-width:1140px;--max-width-narrow:780px;--max-width-wide:1320px;--nav-height:56px;--sidebar-width:240px}html.dark{--theme-color:#d4874a;--theme-hover:#e09a62;--theme-light:#d4874a1a;--theme-ring:#d4874a40;--theme-glow:#d4874a1f;--bg-primary:#171412;--bg-card:#1f1b18;--bg-nav:#171412e0;--bg-elevated:#262220;--bg-input:#2a2522;--bg-tag:#2a2522;--bg-code:#1f1b18;--bg-surface:#2a2522;--text-primary:#e8e2da;--text-secondary:#a89b8e;--text-tertiary:#958980;--text-inverse:#171412;--text-accent:#d4874a;--border-color:#332e2a;--border-light:#2a2522;--border-accent:#d4874a40;--shadow-xs:0 1px 2px #0003;--shadow-sm:0 1px 3px #0000004d, 0 1px 2px #0003;--shadow-card:0 1px 4px #0000004d, 0 2px 8px #0003;--shadow-card-hover:0 8px 24px #0006, 0 2px 8px #0000004d;--shadow-lg:0 16px 48px #00000080;--shadow-nav:0 1px 0 #ffffff0a;--color-success:#4ea86a;--color-warning:#d4874a;--color-danger:#e05545;--color-info:#5a9cc5}
