.mobile-top-bar,.mobile-tab-bar,.mobile-more-overlay,.mobile-more-sheet,.mobile-toc-sheet{display:none}@media(max-width:768px){:root{--mobile-top-height: 48px;--mobile-tab-height: 56px;--mobile-bottom-height: calc(var(--mobile-tab-height) + env(safe-area-inset-bottom))}.site-header,.site-header-spacer,.mobile-nav-toggle,.mobile-nav-overlay,.mobile-nav-sidebar,.floating-actions{display:none!important}body{padding-top:calc(var(--mobile-top-height) + env(safe-area-inset-top));padding-bottom:var(--mobile-bottom-height)}.container{padding:8px 16px 24px}.mobile-top-bar{display:block;position:fixed;top:0;left:0;right:0;z-index:3000;background-color:var(--color-background);border-bottom:1px solid var(--color-border);padding-top:env(safe-area-inset-top)}.mobile-top-bar__inner{position:relative;display:flex;align-items:center;justify-content:center;height:var(--mobile-top-height);padding:0 8px;box-sizing:border-box}.mobile-top-bar__title{width:100%;padding:0 56px;font-family:var(--font-family-brand);font-size:17px;font-weight:400;color:var(--color-text-strong);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-top-bar__back,.mobile-top-bar__actions{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center}.mobile-top-bar__back{left:4px}.mobile-top-bar__actions{right:4px;gap:2px}.mobile-top-bar__btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:50%;background:transparent;color:var(--color-text-strong);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background-color .2s ease}.mobile-top-bar__btn:hover,.mobile-top-bar__btn:active{background-color:var(--color-code-bg)}.mobile-top-bar__btn svg{display:block}.mobile-tab-bar{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:3000;background-color:var(--color-background);border-top:1px solid var(--color-border);padding-bottom:env(safe-area-inset-bottom);height:var(--mobile-bottom-height);box-sizing:border-box}.mobile-tab-item{flex:1 1 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;height:var(--mobile-tab-height);color:var(--color-text-subtle);text-decoration:none;border-bottom:none;-webkit-tap-highlight-color:transparent;transition:color .2s ease}.mobile-tab-item__icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px}.mobile-tab-item__icon svg{width:100%;height:100%}.mobile-tab-item__label{font-size:10px;line-height:1.2;font-weight:500}.mobile-tab-item.is-active,.mobile-tab-item:hover{color:var(--color-text-strong)}.mobile-more-overlay{display:block;position:fixed;inset:0;z-index:2999;background-color:#0006;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.mobile-more-overlay.is-visible{opacity:1;visibility:visible}.mobile-more-sheet,.mobile-toc-sheet{display:flex;flex-direction:column;position:fixed;left:0;right:0;bottom:0;z-index:3001;max-height:70vh;background-color:var(--color-background);border-radius:16px 16px 0 0;box-shadow:0 -4px 24px #0000001f;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.mobile-more-sheet.is-open,.mobile-toc-sheet.is-open{transform:translateY(0)}.mobile-more-sheet__header,.mobile-toc-sheet__header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--color-border);flex-shrink:0}.mobile-more-sheet__title,.mobile-toc-sheet__title{font-size:16px;font-weight:600;color:var(--color-text-strong)}.mobile-more-sheet__close,.mobile-toc-sheet__close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:50%;background:transparent;color:var(--color-text-subtle);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background-color .2s ease,color .2s ease}.mobile-more-sheet__close:hover,.mobile-toc-sheet__close:hover,.mobile-more-sheet__close:active,.mobile-toc-sheet__close:active{background-color:var(--color-code-bg);color:var(--color-text-strong)}.mobile-more-sheet__body,.mobile-toc-sheet__body{overflow-y:auto;padding:8px 0}.mobile-more-sheet__section{border-bottom:1px solid var(--color-border)}.mobile-more-sheet__section:last-child{border-bottom:none}.mobile-more-sheet__action,.mobile-more-sheet__link{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;border:none;background:transparent;color:var(--color-text);font-size:15px;text-align:left;text-decoration:none;border-bottom:none;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background-color .15s ease;box-sizing:border-box}.mobile-more-sheet__action:hover,.mobile-more-sheet__link:hover,.mobile-more-sheet__action:active,.mobile-more-sheet__link:active{background-color:var(--color-code-bg)}.mobile-more-sheet__action-icon,.mobile-more-sheet__link>svg:last-child{flex-shrink:0;color:var(--color-text-subtle)}.mobile-more-sheet__action-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px}.mobile-more-sheet__action-label,.mobile-more-sheet__link-label{flex:1}.mobile-more-sheet__link>svg:last-child{width:16px;height:16px}.mobile-toc-sheet__body{padding:8px 16px 24px}.mobile-toc-sheet__body ul,.mobile-toc-sheet__body ol{list-style:none;padding:0;margin:0}.mobile-toc-sheet__body li{margin:0}.mobile-toc-sheet__body li ul{padding-left:16px;border-left:1px solid var(--color-border);margin-left:4px}.mobile-toc-sheet__body a{display:block;padding:10px 0;color:var(--color-text);font-size:15px;line-height:1.5;border-bottom:none;text-decoration:none}.mobile-toc-sheet__body a:hover,.mobile-toc-sheet__body a:active{color:var(--color-text-strong)}body.mobile-scroll-locked{overflow:hidden!important}.mobile-more-sheet__action.is-hidden{display:none}body.article-page .post-full-header{padding-top:16px}.archive-page-title{display:none!important}.archive-page .page-header{border-bottom:none;padding-bottom:0}.archive-page .archive-year-group:first-child{border-top:none}}
