:root{--bg:#FFFFFF;--bg-surface:#F5F5F5;--text-primary:#1A1A1A;--text-secondary:#555555;--accent:#B91C1C;--accent-hover:#7F1D1D;--accent-muted:#B54D4D;--border:#D4D4D4;--code-bg:#F0F0F0;--code-block-bg:#1E1E1E;--code-block-text:#D4D4D4;--font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--font-code:"JetBrains Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--font-heading:var(--font-body);--sidebar-width:20rem;--content-max-width:48rem;--transition-speed:0.2s;--sidebar-bg:#F5F5F5;--sidebar-text:#1A1A1A;--sidebar-text-secondary:#555555;--sidebar-accent:#B91C1C;--sidebar-border:#D4D4D4}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#171717;--bg-surface:#262626;--text-primary:#E5E5E5;--text-secondary:#A3A3A3;--accent:#F06060;--accent-hover:#FCA5A5;--accent-muted:#F87171;--border:#404040;--code-bg:#2D2D2D;--code-block-bg:#0D0D0D;--code-block-text:#D4D4D4;--sidebar-bg:#0D0D0D;--sidebar-text:#E5E5E5;--sidebar-text-secondary:#A3A3A3;--sidebar-accent:#F06060;--sidebar-border:#333333}}[data-theme=dark]{--bg:#171717;--bg-surface:#262626;--text-primary:#E5E5E5;--text-secondary:#A3A3A3;--accent:#F06060;--accent-hover:#FCA5A5;--accent-muted:#F87171;--border:#404040;--code-bg:#2D2D2D;--code-block-bg:#0D0D0D;--code-block-text:#D4D4D4;--sidebar-bg:#0D0D0D;--sidebar-text:#E5E5E5;--sidebar-text-secondary:#A3A3A3;--sidebar-accent:#F06060;--sidebar-border:#333333}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:100%;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text-primary);font-family:var(--font-body);font-size:1rem;line-height:1.7;transition:background-color var(--transition-speed)ease,color var(--transition-speed)ease}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);line-height:1.3;margin-bottom:.5em;font-weight:700}h1{font-size:2.25rem}h2{font-size:1.375rem}h3{font-size:1.175rem}h4{font-size:1.05rem}a{color:var(--text-primary);text-decoration:none;transition:color var(--transition-speed)ease}a:hover,a:focus{color:var(--accent)}img{max-width:100%;height:auto;display:block}::selection{background-color:var(--accent);color:#fff}ul,ol{padding-left:1.5em}blockquote{border-left:3px solid var(--accent);padding:.5em 1em;margin:1.5em 0;color:var(--text-secondary);background:var(--bg-surface);border-radius:0 4px 4px 0}blockquote p{margin-bottom:0}hr{border:none;border-top:1px solid var(--border);margin:2em 0}table{width:100%;border-collapse:collapse;margin:1.5em 0}th,td{padding:.5em .75em;border:1px solid var(--border);text-align:left}th{background:var(--bg-surface);font-weight:600}.icon{width:1em;height:1em;vertical-align:-.125em}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important;scroll-behavior:auto!important}}.site-wrapper{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-width);position:fixed;top:0;left:0;bottom:0;overflow-y:auto;background:var(--sidebar-bg);padding:1.75rem 1.25rem;border-right:1px solid var(--border);display:flex;flex-direction:column;text-align:left;transition:background-color var(--transition-speed)ease;z-index:10}.sidebar::before{content:"";position:absolute;top:0;left:0;bottom:0;width:3px;background:var(--sidebar-accent)}.sidebar-header{display:flex;align-items:center;margin-bottom:1.25rem}.sidebar-logo{display:flex;align-items:center;gap:.75rem;color:var(--sidebar-text);text-decoration:none}.sidebar-logo:hover,.sidebar-logo:focus{color:var(--sidebar-accent)}.sidebar-avatar{width:3.5rem;height:3.5rem;border-radius:50%;object-fit:cover;flex-shrink:0}.sidebar-title{font-size:1.125rem;font-weight:700;color:inherit}.sidebar-hamburger{display:none;background:0 0;border:none;cursor:pointer;color:var(--sidebar-text);padding:.5rem;margin-left:auto}.sidebar-hamburger:hover,.sidebar-hamburger:focus{color:var(--sidebar-accent)}.sidebar-hamburger svg{width:1.5rem;height:1.5rem;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}.sidebar-hamburger .close-icon{display:none}.is-open .sidebar-hamburger .hamburger-icon{display:none}.is-open .sidebar-hamburger .close-icon{display:block}.sidebar-collapse{display:flex;flex-direction:column;flex:1}.sidebar-nav{margin-bottom:1.25rem;width:100%}.sidebar-nav-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:0}.sidebar-nav-item a{display:block;font-size:.875rem;color:var(--sidebar-text);padding:.5rem 0 .5rem .75rem;border-left:3px solid transparent;transition:color var(--transition-speed)ease,border-color var(--transition-speed)ease}.sidebar-nav-item a:hover,.sidebar-nav-item a:focus{color:var(--sidebar-accent)}.sidebar-nav-item--active a{border-left-color:var(--sidebar-accent);color:var(--sidebar-accent);font-weight:600}.sidebar-description{font-size:.875rem;color:var(--sidebar-text-secondary);margin-bottom:1.25rem;line-height:1.5}.sidebar-social{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.sidebar-social a{color:var(--sidebar-text-secondary);display:inline-flex;align-items:center;transition:color var(--transition-speed)ease}.sidebar-social a:hover,.sidebar-social a:focus{color:var(--sidebar-accent)}.sidebar-social a .icon{width:1.5rem;height:1.5rem}.sidebar-bottom{margin-top:auto;padding-top:1.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.sidebar-copyright{font-size:.6875rem;color:var(--sidebar-text-secondary);opacity:.7;width:100%}.sidebar-footer{display:flex;gap:.75rem;font-size:.75rem}.sidebar-footer a{color:var(--sidebar-text-secondary);transition:color var(--transition-speed)ease}.sidebar-footer a:hover,.sidebar-footer a:focus{color:var(--sidebar-accent)}.site-main{margin-left:var(--sidebar-width);flex:1;min-width:0;padding:2rem 2.5rem;max-width:calc(var(--content-max-width) + 5rem);margin-right:auto}@media(max-width:940px){.site-wrapper{flex-direction:column}.sidebar{position:static;width:100%;padding:.75rem 1rem;overflow:visible;border-right:none}.sidebar::before{display:none}.sidebar-header{margin-bottom:0}.sidebar-avatar{width:2.5rem;height:2.5rem}.sidebar-title{font-size:1rem}.sidebar-hamburger{display:flex;align-items:center;justify-content:center}.sidebar-description{display:none}.sidebar-collapse{max-height:0;overflow:hidden;transition:max-height .3s ease}.sidebar.is-open .sidebar-collapse{max-height:40rem;padding-top:1rem}.sidebar-nav-list{flex-direction:row;flex-wrap:wrap;gap:.25rem .75rem}.sidebar-nav-item a{border-left:none;padding:.25rem 0}.sidebar-nav-item--active a{border-left:none}.site-main{margin-left:0;padding:1.5rem 1rem}}.post-back{margin-bottom:1.5rem}.post-back a{font-size:.875rem;color:var(--text-secondary)}.post-back a:hover,.post-back a:focus{color:var(--accent)}.post-header{margin-bottom:2.5rem;max-width:var(--content-max-width)}.post-featured-image{width:100%;max-width:var(--content-max-width);max-height:24rem;object-fit:cover;border-radius:6px;margin-bottom:2rem}.post-title{font-size:2.25rem;margin-bottom:.75rem;line-height:1.15;letter-spacing:-.02em}.post-meta{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;color:var(--text-secondary);font-size:.875rem;align-items:center}.post-meta .icon{width:1rem;height:1rem;margin-right:.3rem;vertical-align:-.15em}.post-content{line-height:1.7;max-width:var(--content-max-width)}.post-content .gallery-wrapper{max-width:calc(100vw - var(--sidebar-width) - 5.5rem);width:calc(100vw - var(--sidebar-width) - 5.5rem)}@media(max-width:940px){.post-content .gallery-wrapper{max-width:calc(100vw - 2rem);width:calc(100vw - 2rem)}}.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin-top:2em;margin-bottom:.75em}.post-content p{margin-bottom:1.25em}.post-content ul,.post-content ol{margin-bottom:1.25em}.post-content li{margin-bottom:.25em}.post-content img{margin:1.5em 0;border-radius:4px}.post-content a{color:var(--accent);text-decoration:underline;text-decoration-color:var(--accent-muted);text-underline-offset:2px}.post-content a:hover{color:var(--accent-hover);text-decoration-color:var(--accent-hover)}.post-content figure{margin:1.5em 0}.post-content figure figcaption{font-size:.875rem;color:var(--text-secondary);text-align:center;margin-top:.5em}.home-hero{display:grid;grid-template-columns:2fr 3fr;gap:2.5rem;align-items:start;padding-bottom:1.75rem;margin-bottom:1.75rem;border-bottom:1px solid var(--border);max-width:var(--content-max-width)}.home-hero-intro{font-size:1.25rem;color:var(--text-primary);line-height:1.6;align-self:center}.home-hero-intro a{color:var(--accent);font-weight:600}.home-hero-intro a:hover,.home-hero-intro a:focus{color:var(--accent-hover)}.home-hero-post{background:var(--bg-surface);padding:1.5rem;border-radius:6px}.home-hero-post-title{font-size:1.5rem;font-weight:700;display:block;margin-bottom:.375rem;color:var(--text-primary);line-height:1.3}.home-hero-post-title:hover,.home-hero-post-title:focus{color:var(--accent)}.home-hero-post-summary{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;margin-top:.5rem}.home-intro{font-size:1.5rem;color:var(--text-primary);margin-bottom:1.75rem;line-height:1.6;max-width:var(--content-max-width)}.home-intro a{color:var(--accent);font-weight:600}.home-intro a:hover,.home-intro a:focus{color:var(--accent-hover)}@media(max-width:940px){.home-hero{grid-template-columns:1fr;gap:1.25rem}}.home-view-all{margin-top:1.5rem;font-size:.9375rem}.home-view-all a{color:var(--accent);font-weight:600}.home-view-all a:hover,.home-view-all a:focus{color:var(--accent-hover)}.posts-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem;max-width:var(--content-max-width)}.posts-list-item{padding:1.25rem 1.5rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:6px;transition:border-color var(--transition-speed)ease,box-shadow var(--transition-speed)ease}.posts-list-item:hover{border-color:var(--accent-muted);box-shadow:0 2px 8px rgba(0,0,0,8%)}.posts-list-item-title{font-size:1.25rem;font-weight:600;display:block;margin-bottom:.25rem;color:var(--text-primary)}.posts-list-item-title:hover,.posts-list-item-title:focus{color:var(--accent)}.posts-list-item-description{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem .5rem;font-size:.875rem;color:var(--text-secondary);margin-bottom:.5rem}.posts-list-item-description .icon{width:.9375rem;height:.9375rem;vertical-align:-.15em}.posts-list-item-separator{color:var(--border)}.posts-list-item-summary{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.posts-list-item-readmore{display:inline-block;margin-top:.5rem;font-size:.8125rem;font-weight:500;color:var(--accent)}.posts-list-item-readmore:hover,.posts-list-item-readmore:focus{color:var(--accent-hover)}.posts-list-item.has-thumbnail{display:flex;gap:1.25rem}.posts-list-item-thumbnail{flex-shrink:0;width:10rem;height:7rem;border-radius:4px;overflow:hidden}.posts-list-item-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-speed)ease}.posts-list-item-thumbnail:hover img{transform:scale(1.03)}.posts-list-item-content{flex:1;min-width:0}@media(max-width:540px){.posts-list-item.has-thumbnail{flex-direction:column;gap:.75rem}.posts-list-item-thumbnail{width:100%;height:10rem}}.pagination{list-style:none;padding:0;display:flex;justify-content:center;gap:.25rem;margin-top:2rem}.page-item a,.page-item span{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:0 .5rem;border-radius:4px;font-size:.875rem;color:var(--text-primary);border:1px solid var(--border);transition:all var(--transition-speed)ease}.page-item a:hover,.page-item a:focus{background:var(--accent);color:#fff;border-color:var(--accent)}.page-item.active a{background:var(--accent);color:#fff;border-color:var(--accent)}.page-item .icon{width:1rem;height:1rem}.tag{display:inline-block;font-size:.75rem;font-weight:500;letter-spacing:.02em;color:var(--text-secondary);background:0 0;padding:.2em .6em;border-radius:9999px;border:1px solid var(--border);transition:background var(--transition-speed)ease,color var(--transition-speed)ease,border-color var(--transition-speed)ease}.tag:hover,.tag:focus{border-color:var(--accent);color:var(--accent)}.tags-list{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.tags-list-item{display:flex;align-items:center;gap:.35rem}.tags-list-item .icon{width:.875rem;height:.875rem;color:var(--text-secondary)}.tags-list-item-title{font-size:.9375rem;font-weight:500;color:var(--text-primary);padding:.3em .7em;border-radius:9999px;background:var(--bg-surface);transition:background var(--transition-speed)ease,color var(--transition-speed)ease}.tags-list-item-title:hover,.tags-list-item-title:focus{background:var(--accent);color:#fff}code{font-family:var(--font-code);font-size:.875em;background:var(--code-bg);color:var(--text-primary);padding:.15em .35em;border-radius:3px;transition:background-color var(--transition-speed)ease}pre{background:var(--code-block-bg);color:var(--code-block-text);padding:1.25rem;border-radius:6px;overflow-x:auto;margin:1.5em 0;line-height:1.5;-webkit-overflow-scrolling:touch}pre code{background:0 0;color:inherit;padding:0;font-size:.875rem}.highlight{margin:1.5em 0;border-radius:6px;overflow:hidden}.highlight pre{margin:0;border-radius:0}.highlight .lnt{color:#6b7280;padding-right:.75em;user-select:none}.gallery a{border-radius:4px;overflow:hidden;transition:box-shadow var(--transition-speed)ease}.gallery a:hover{box-shadow:0 4px 12px rgba(0,0,0,.15)}.gallery img{border-radius:4px;transition:transform var(--transition-speed)ease}.gallery a:hover img{transform:scale(1.02)}.photos-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1.5rem}.photos-grid-item{display:block;position:relative;border-radius:6px;overflow:hidden;background:var(--bg-surface);transition:box-shadow var(--transition-speed)ease,transform var(--transition-speed)ease}.photos-grid-item:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.photos-grid-item img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.photos-grid-item-title{display:block;padding:.6rem .75rem;font-size:.8125rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:540px){.photos-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.photos-grid-item-title{font-size:.875rem}}.projects-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:1.5rem;max-width:640px}@media(min-width:600px){.projects-grid{grid-template-columns:repeat(2,1fr)}}.projects-more{margin-top:2rem;font-size:.875rem;color:var(--text-secondary);font-style:italic}.project-card{display:flex;flex-direction:column;background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:border-color var(--transition-speed)ease}.project-card-body{padding:1.25rem;flex:1}.project-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.project-card-header .project-card-title{margin:0}.project-card-title{font-size:1.125rem;font-weight:700;margin:0 0 .5rem}.project-card-title a{color:var(--text-primary)}.project-card-title a:hover,.project-card-title a:focus{color:var(--accent)}.project-card-status{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;color:var(--text-secondary);white-space:nowrap;flex-shrink:0}.project-card-status .project-status-dot{width:.5rem;height:.5rem}.project-card-desc{font-size:.875rem;color:var(--text-secondary);line-height:1.5;margin:0 0 .75rem}.project-card-tags{display:flex;flex-wrap:wrap;gap:.375rem}.project-card-tags .tag{display:inline-block;padding:.125rem .5rem;font-size:.75rem;font-weight:500;border-radius:4px;background:var(--bg-surface);border:1px solid var(--border);color:var(--text-secondary)}.project-card-footer{padding:.75rem 1.25rem;border-top:1px solid var(--border);font-size:.8125rem;margin-top:auto}.project-card-footer a{color:var(--accent)}.project-card-footer a:hover,.project-card-footer a:focus{color:var(--accent-hover)}.project-back-link{display:inline-block;font-size:.875rem;color:var(--text-secondary);margin-bottom:.5rem}.project-back-link:hover,.project-back-link:focus{color:var(--accent)}.project-meta{margin-top:1.5rem;padding:1rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:.75rem}@media(min-width:600px){.project-meta{padding:1.5rem 0;gap:1rem}}.project-meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:.625rem;font-size:.8125rem;color:var(--text-secondary)}@media(min-width:600px){.project-meta-row{font-size:.9375rem;gap:.75rem}}.project-meta-row .separator{color:var(--border)}.project-status{display:inline-flex;align-items:center;gap:.375rem;font-size:.9375rem;font-weight:700}@media(min-width:600px){.project-status{font-size:1.0625rem;gap:.5rem}}.project-status-dot{width:.625rem;height:.625rem}@media(min-width:600px){.project-status-dot{width:.75rem;height:.75rem}}.project-status-dot{border-radius:50%;display:inline-block}.project-status--active .project-status-dot{background-color:#16a34a}.project-status--maintained .project-status-dot{background-color:#ca8a04}.project-status--archived .project-status-dot{background-color:#737373}.project-status--experimental .project-status-dot{background-color:#2563eb}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .project-status--active .project-status-dot{background-color:#4ade80}:root:not([data-theme=light]) .project-status--maintained .project-status-dot{background-color:#facc15}:root:not([data-theme=light]) .project-status--archived .project-status-dot{background-color:#a3a3a3}:root:not([data-theme=light]) .project-status--experimental .project-status-dot{background-color:#60a5fa}}[data-theme=dark] .project-status--active .project-status-dot{background-color:#4ade80}[data-theme=dark] .project-status--maintained .project-status-dot{background-color:#facc15}[data-theme=dark] .project-status--archived .project-status-dot{background-color:#a3a3a3}[data-theme=dark] .project-status--experimental .project-status-dot{background-color:#60a5fa}.project-tech-stack{display:flex;flex-wrap:wrap;gap:.375rem}.tech-pill{display:inline-block;padding:.125rem .5rem;font-size:.75rem;font-weight:500;border-radius:4px;background:var(--bg-surface);border:1px solid var(--border);color:var(--text-secondary)}@media(min-width:600px){.tech-pill{padding:.25rem .625rem;font-size:.875rem}}.project-links{display:flex;flex-wrap:wrap;gap:.75rem}.project-links a{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--accent)}.project-links a .icon{width:.875rem;height:.875rem}@media(min-width:600px){.project-links a{font-size:.9375rem}.project-links a .icon{width:1rem;height:1rem}}.project-links a:hover,.project-links a:focus{color:var(--accent-hover)}.post-lightbox{display:none;position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.9);align-items:center;justify-content:center;cursor:zoom-out}.post-lightbox.is-open{display:flex}.post-lightbox img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:4px;cursor:default}.post-lightbox-close{position:absolute;top:1rem;right:1.5rem;background:0 0;border:none;color:#fff;font-size:2rem;cursor:pointer;line-height:1;padding:.25rem .5rem;opacity:.7;transition:opacity var(--transition-speed)ease}.post-lightbox-close:hover,.post-lightbox-close:focus{opacity:1}.post-content figure a{cursor:zoom-in}.theme-toggle{background:0 0;border:1px solid var(--border);border-radius:50%;width:2.5rem;height:2.5rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all var(--transition-speed)ease;padding:0;flex-shrink:0}.theme-toggle:hover,.theme-toggle:focus{color:var(--accent);border-color:var(--accent)}.theme-toggle svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.theme-toggle .icon-sun{display:none}.theme-toggle .icon-moon{display:block}[data-theme=dark] .theme-toggle .icon-sun{display:block}[data-theme=dark] .theme-toggle .icon-moon{display:none}.sidebar .theme-toggle{color:var(--sidebar-text-secondary);border-color:var(--sidebar-border)}.sidebar .theme-toggle:hover,.sidebar .theme-toggle:focus{color:var(--sidebar-accent);border-color:var(--sidebar-accent)}.content-footer{max-width:var(--content-max-width);margin-top:3rem}.content-footer hr{border:none;border-top:1px solid var(--border);margin-bottom:1rem}.back-to-top{font-size:.8125rem;color:var(--text-secondary)}.back-to-top:hover,.back-to-top:focus{color:var(--accent)}.skip-link{position:absolute;top:-100%;left:0;background:var(--accent);color:#fff;padding:.75rem 1.5rem;z-index:100;font-weight:600;border-radius:0 0 4px 0;transition:top .15s ease}.skip-link:focus{top:0}*:focus-visible{outline:2px solid var(--accent);outline-offset:2px}:focus:not(:focus-visible){outline:none}.error-404{text-align:center;padding:4rem 1rem}.error-404-title{font-size:3rem;margin-bottom:1rem}.error-404-title .icon{width:2.5rem;height:2.5rem;vertical-align:-.2em}.error-404 p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.125rem}.error-404 a{font-weight:600}.error-404 a .icon{margin-left:.25rem}.notice{margin-bottom:1.5rem;border:1px solid;padding:1.5rem;border-color:initial}.notice-head{display:flex;align-items:center}.notice-head svg{margin-right:.75rem}.notice-head p{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0;line-height:1}.notice-body{margin-top:.75rem}.notice-body p{margin:0}.notice.note{color:#293df2;background-color:rgba(41,61,242,.15)}.notice.abstract{color:#0ca68c;background-color:rgba(12,166,140,.15)}.notice.info{color:#09c3ed;background-color:rgba(9,195,237,.15)}.notice.todo{color:#8d05a8;background-color:rgba(141,5,168,.15)}.notice.tip{color:#19cfb0;background-color:rgba(25,207,176,.15)}.notice.success{color:#04d904;background-color:rgba(4,217,4,.15)}.notice.question{color:#e38902;background-color:rgba(227,137,2,.15)}.notice.warning{color:#e38902;background-color:rgba(227,137,2,.15)}.notice.failure{color:#e31a00;background-color:rgba(227,26,0,.15)}.notice.danger{color:#e31a00;background-color:rgba(227,26,0,.15)}.notice.bug{color:#e31a00;background-color:rgba(227,26,0,.15)}.notice.example{color:#b83acf;background-color:rgba(184,54,207,.15)}.notice.quote{color:#918e91;background-color:rgba(145,142,145,.15)}.dark .notice-head p{color:#d1d5db}.table-of-content{margin:1rem 0 1.5rem}.table-of-content summary{font-size:18px;color:#fff;background-color:#555;padding:5px 20px;margin-bottom:0!important}.table-of-content ul li:before{display:none}#TableOfContents{padding:10px;background-color:#f7f7f7}#TableOfContents li,#TableOfContents a{color:#333!important}#TableOfContents a{text-decoration:none}#TableOfContents a:hover{text-decoration:underline}.content .table-of-content ul li,.content .table-of-content ol li{margin-bottom:6px!important}.dark #TableOfContents{background-color:#333}.dark #TableOfContents li,.dark #TableOfContents a{color:#fff!important}