:root{--bg:#f5f7fa;--bg-soft:#e9edf2;--bg-surface:#fff;--text:#171717;--text-soft:#5f6368;--border:#e5e7eb;--accent:#0052d9;--brand:#f0db4f;--brand-soft:#fdf6d8;--radius:8px;--shadow-card:0 8px 24px #0f172a14}@media (prefers-color-scheme:dark){:root{--bg:#171719;--bg-soft:#242428;--bg-surface:#1e1e21;--text:#e6e8eb;--text-soft:#9aa1ab;--border:#2f343d;--accent:#6ba6f5;--brand:#f0db4f;--brand-soft:#3a3420;--shadow-card:0 8px 24px #0006}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);margin:0;font-family:system-ui,-apple-system,Segoe UI,Microsoft YaHei,sans-serif;line-height:1.75}.container{width:100%;max-width:1300px;margin:0 auto;padding-left:15px;padding-right:15px}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.site-header{z-index:10;background:var(--bg-surface);border-bottom:1px solid var(--border);position:sticky;top:0}.header-inner{align-items:center;gap:1.5rem;padding-top:.875rem;padding-bottom:.875rem;display:flex}.site-name{color:var(--text);align-items:center;gap:.55rem;font-size:1.05rem;font-weight:600;display:flex}.site-logo{object-fit:cover;border-radius:4px;width:18px;height:18px}.site-name:hover{color:var(--accent);text-decoration:none}.site-nav{flex-wrap:wrap;gap:.35rem 1.1rem;margin-left:auto;display:flex}.site-nav a{color:var(--text-soft);font-size:.95rem}.site-nav a:hover{color:var(--accent);text-decoration:none}main.container{min-height:calc(100vh - 9rem);padding-top:2.25rem;padding-bottom:3.5rem}body.docked{flex-direction:column;height:100vh;display:flex;overflow:hidden}body.docked .site-header{flex:none}body.docked main.docked-main{flex:1;min-height:0;padding-top:.6rem;padding-bottom:1.25rem;overflow:hidden}body.docked .article-layout{height:100%}body.docked .sidebar,body.docked .article-main,body.docked .toc{height:100%;max-height:none;position:static;overflow-y:auto}body.docked .sidebar{padding:0 .75rem 0 0}body.docked .article-main{padding-bottom:30px;padding-right:.75rem}body.docked .toc{padding:0 .75rem}.home-hero-grid{align-items:stretch;gap:1.5rem;margin-bottom:2.5rem;display:flex}.hero{border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(135deg, #f0db4f33 0%, #ffffffeb 48%, #edf5ffe0 100%), var(--bg-surface);min-width:0;box-shadow:var(--shadow-card);flex:1;padding:1.25rem 1.5rem 1.4rem}.hero-title{letter-spacing:.02em;align-items:center;gap:.75rem;margin:0 0 .5rem;font-size:1.9rem;display:flex}.hero-logo{object-fit:cover;border-radius:6px;flex-shrink:0;width:30px;height:30px}.hero-tagline{color:var(--text-soft);margin:0}.hero-motto{color:var(--text-soft);margin:.4rem 0 0;font-size:.95rem}.account-list{border-top:1px solid var(--border);flex-wrap:wrap;gap:1.6rem;margin:1.5rem 0 0;padding:1.3rem 0 0;list-style:none;display:flex}.account-list a{flex-direction:column;align-items:center;gap:.4rem;text-decoration:none;transition:opacity .15s;display:flex}.account-list a:hover{opacity:.8}.account-list img{object-fit:cover;border-radius:8px;width:42px;height:42px}.account-list span{color:var(--text);white-space:nowrap;font-size:.85rem}.guest-panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-surface);box-shadow:var(--shadow-card);flex-direction:column;flex:0 0 320px;padding:1.1rem 1.25rem .6rem;display:flex}.guest-panel h2{align-items:center;gap:.4rem;margin:0 0 .5rem;font-size:1.1rem;display:flex}.guest-title-icon{font-size:1.15rem;line-height:1}.guest-panel-hint{color:var(--text-soft);margin:0 0 .85rem;font-size:.86rem;line-height:1.55}.guest-form{flex-direction:column;flex:1;min-height:0;display:flex}.guest-form textarea{resize:none;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);width:100%;min-height:5.5rem;color:var(--text);font:inherit;flex:1;padding:.55rem .7rem;font-size:.9rem;line-height:1.6}.guest-form textarea:focus{border-color:var(--accent);outline:none}.guest-count{text-align:right;color:var(--text-soft);margin:.25rem 0 .75rem;font-size:.8rem}.guest-submit{border-radius:var(--radius);background:var(--accent);color:#fff;width:100%;font:inherit;cursor:pointer;border:none;padding:.45rem 0;font-size:.9rem;font-weight:600;transition:opacity .18s}.guest-submit:hover{opacity:.9}.guest-submit:disabled{opacity:.6;cursor:not-allowed}.guest-result{min-height:1.2rem;color:var(--text-soft);margin:.6rem 0 0;font-size:.85rem}.home-section{margin-bottom:2.75rem}.home-section-header{margin-bottom:1rem}.home-section-header h2{align-items:center;gap:.55rem;margin:0 0 .25rem;font-size:1.3rem;display:flex}.home-section-header p{color:var(--text-soft);margin:0;font-size:.9rem}.section-icon{background:var(--bg-soft);border:1px solid var(--border);width:28px;height:28px;color:var(--accent);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.section-icon svg{width:15px;height:15px;display:block}.products-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.product-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);color:var(--text);gap:.75rem;padding:.9rem;text-decoration:none;transition:border-color .18s;display:flex}.product-card:hover{border-color:var(--brand)}.product-logo{object-fit:cover;background:var(--bg-soft);border-radius:10px;flex-shrink:0;width:44px;height:44px}.product-name{font-size:.95rem;font-weight:600}.product-desc{color:var(--text-soft);margin-top:.15rem;font-size:.82rem;line-height:1.5}.services-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.service-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);color:var(--text);flex-direction:column;gap:.5rem;padding:1rem;text-decoration:none;transition:border-color .18s;display:flex}.service-card:hover{border-color:var(--border)}.service-top{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.service-name{font-size:.98rem;font-weight:600}.service-type{background:var(--bg-soft);color:var(--text-soft);white-space:nowrap;border-radius:999px;padding:.15rem .55rem;font-size:.72rem}.service-desc{color:var(--text-soft);flex:1;font-size:.84rem;line-height:1.55}.service-price{color:var(--accent);font-size:.95rem;font-weight:600}.wgroups-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.wgroup-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);align-items:center;gap:.75rem;padding:.9rem;display:flex}.wgroup-icon{background:var(--bg-soft);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;display:flex}.wgroup-name{font-size:.92rem;font-weight:600}.wgroup-desc{color:var(--text-soft);margin-top:.1rem;font-size:.8rem;line-height:1.45}.friends-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem;display:grid}.friend-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);color:var(--text);align-items:center;gap:.6rem;padding:.5rem .7rem;text-decoration:none;transition:border-color .18s;display:flex}.friend-card:hover{border-color:var(--brand)}.friend-avatar{object-fit:cover;background:var(--bg-soft);border-radius:50%;flex-shrink:0;width:36px;height:36px}.friend-name{font-size:.88rem;font-weight:600}.friend-desc{color:var(--text-soft);font-size:.76rem}.hosting-flex{flex-flow:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.hosting-item img{border-radius:var(--radius);max-width:100%;height:auto;max-height:110px;box-shadow:var(--shadow-card);transition:transform .18s}.hosting-item:hover img{transform:translateY(-2px)}@media (width<=767px){.hosting-flex{flex-direction:column}}@media (width<=1023px){.products-grid{grid-template-columns:repeat(3,1fr)}.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=767px){.products-grid{grid-template-columns:repeat(2,1fr)}.services-grid,.post-list ul.recent-grid{grid-template-columns:1fr}}.group-grid{grid-template-columns:repeat(auto-fill,minmax(9.5rem,1fr));gap:.75rem;margin-bottom:2.5rem;display:grid}.group-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-surface);box-shadow:var(--shadow-card);color:var(--text);flex-direction:column;gap:.15rem;padding:.75rem .9rem;display:flex}.group-card:hover{border-color:var(--accent);text-decoration:none}.group-name{font-weight:500}.group-count{color:var(--text-soft);font-size:.8rem}.post-list h1,.post-list h2{margin:0 0 .75rem;font-size:1.3rem}.post-count{color:var(--text-soft);margin-left:.6rem;font-size:.85rem;font-weight:400}.post-list ul{margin:0;padding:0;list-style:none}.post-list ul.recent-grid{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);grid-template-columns:1fr 1fr;gap:.75rem 2.5rem;padding:1.25rem 1.5rem;display:grid}.post-list li{border-bottom:1px solid var(--border);align-items:center;gap:.6rem;padding:.35rem 0;display:flex}.post-list li:last-child,.post-list li:nth-last-child(2){border-bottom:none}.post-link{min-width:0;color:var(--text);white-space:nowrap;text-overflow:ellipsis;flex:1;line-height:1.5;overflow:hidden}.post-link:hover{color:var(--accent)}.post-tag{color:var(--text-soft);background:var(--bg-soft);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.05rem .6rem;font-size:.78rem;line-height:1.6}.post-tag:hover{color:var(--accent);background:var(--border);text-decoration:none}.post-list-head{margin-bottom:1rem}.post-list-head h2{align-items:center;gap:.55rem;margin:0 0 .25rem;font-size:1.3rem;display:flex}.post-list-head p{color:var(--text-soft);margin:0;font-size:.9rem}.sub-group{margin-bottom:1.5rem}.sub-group h2{margin:0 0 .5rem;font-size:1.1rem}.article-layout{align-items:flex-start;gap:15px;width:100%;display:flex}.article-main{flex:1;min-width:0}.sidebar{flex:0 0 18rem;max-width:18rem;max-height:calc(100vh - 2rem);font-size:.88rem;position:sticky;top:1rem;overflow-y:auto}.sidebar::-webkit-scrollbar{width:4px}.article-main::-webkit-scrollbar{width:4px}.toc::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.article-main::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.toc::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.sidebar::-webkit-scrollbar-track{background:0 0}.article-main::-webkit-scrollbar-track{background:0 0}.toc::-webkit-scrollbar-track{background:0 0}.tree ul{margin:0;padding:0;list-style:none}.tree li{margin:0}.tree summary{cursor:pointer;color:var(--text);user-select:none;align-items:center;padding:.3rem .5rem .3rem 0;font-weight:500;list-style:none;display:flex}.tree summary::marker{content:"";display:none}.tree summary::-webkit-details-marker{content:"";display:none}.tree summary:before{content:"";border-right:1.5px solid var(--text-soft);border-bottom:1.5px solid var(--text-soft);flex-shrink:0;width:.45rem;height:.45rem;margin-left:0;margin-right:.5rem;transition:transform .18s;transform:rotate(-45deg)}.tree details[open]>summary:before{transform:rotate(45deg)}.tree summary:hover{color:var(--accent)}.tree details ul{border-left:1px solid var(--border);margin-left:.6rem;padding-left:.85rem}.tree a{color:var(--text-soft);text-overflow:ellipsis;white-space:nowrap;align-items:center;padding:.22rem .6rem .22rem 0;line-height:1.5;display:flex;overflow:hidden}.tree-link-text{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.tree a:before{content:"📄";opacity:.7;flex-shrink:0;margin-left:-2px;margin-right:.4rem;font-size:.85em}.tree a:hover{color:var(--accent);text-decoration:none}.tree a.active{border-left:2px solid var(--brand);color:var(--text);background:var(--brand-soft);padding-left:.4rem;font-weight:600}.toc{flex:0 0 16rem;max-width:16rem;max-height:calc(100vh - 2rem);font-size:.85rem;position:sticky;top:1rem;overflow-y:auto}.toc h3{color:var(--text-soft);letter-spacing:.05em;margin:0 0 .5rem;font-size:.8rem;font-weight:600}.toc-empty{color:var(--text-soft);margin:0;font-size:.85rem}.toc ul{border-left:1px solid var(--border);margin:0;padding:0;list-style:none}.toc li.depth-3 a{padding-left:1.4rem;font-size:.8rem}.toc a{color:var(--text-soft);text-overflow:ellipsis;white-space:nowrap;border-left:2px solid #0000;margin-left:-1px;padding:.22rem .6rem;line-height:1.5;display:block;overflow:hidden}.toc a:hover{color:var(--accent);text-decoration:none}.toc a.active{border-left-color:var(--brand);color:var(--text);font-weight:600}.notfound{text-align:center;padding:5rem 1rem}.notfound h1{color:var(--brand);margin:0 0 .75rem;font-size:4rem;line-height:1}.notfound p{color:var(--text-soft);margin:0 0 1.5rem}.notfound-back{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-surface);box-shadow:var(--shadow-card);color:var(--text);padding:.5rem 1.25rem;display:inline-block}.notfound-back:hover{border-color:var(--brand);text-decoration:none}.crumb-bar{z-index:5;border-bottom:1px solid var(--border);background:var(--bg);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.6rem;padding:.45rem 0;font-size:.88rem;display:flex;position:sticky;top:0}.crumb-left{align-items:center;gap:.5rem;min-width:0;display:flex}.crumb-home{color:var(--text-soft);white-space:nowrap;align-items:center;gap:.3rem;display:inline-flex}.crumb-icon{align-items:center;display:inline-flex}.crumb-icon svg{display:block}.crumb-home:hover{color:var(--accent)}.crumb-cat{color:var(--text-soft);white-space:nowrap;font-weight:600}.crumb-cat:hover{color:var(--accent)}.crumb-slash{color:var(--text-soft)}.crumb-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.crumb-nav{flex-shrink:0;gap:1rem;display:flex}.crumb-nav a{color:var(--text-soft);font-weight:500}.crumb-nav a:hover{color:var(--accent)}.post-title{margin:0 0 1.75rem;font-size:1.65rem;line-height:1.4}.post-nav{border-top:1px solid var(--border);justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:1.25rem;font-size:.95rem;display:flex}.prose{overflow-wrap:break-word;font-size:1.02rem}.prose h2{margin:2.2rem 0 .9rem;scroll-margin-top:1rem;font-size:1.35rem;line-height:1.45}.prose h3{margin:1.7rem 0 .7rem;font-size:1.15rem;line-height:1.45}.prose h4{margin:1.4rem 0 .6rem;font-size:1.02rem}.prose p{margin:.9rem 0}.prose ul,.prose ol{margin:.9rem 0;padding-left:1.6rem}.prose li{margin:.3rem 0}.prose blockquote{border-left:3px solid var(--border);color:var(--text-soft);margin:1.1rem 0;padding:.1rem 1rem}.prose table{border-collapse:collapse;width:max-content;max-width:100%;margin:1.2rem 0;font-size:.93rem;display:block;overflow-x:auto}.prose th,.prose td{border:1px solid var(--border);text-align:left;padding:.45rem .8rem}.prose th{background:var(--bg-soft)}.prose img{max-width:100%;height:auto}.prose hr{border:none;border-top:1px solid var(--border);margin:2.1rem 0}.prose :not(pre)>code{background:var(--bg-soft);border-radius:4px;padding:.15em .4em;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.88em}.prose pre{border-radius:8px;padding:1rem 1.1rem;font-size:.87rem;line-height:1.65;overflow-x:auto}@media (prefers-color-scheme:dark){.astro-code,.astro-code span{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important}}.site-footer{border-top:1px solid var(--border);background:var(--bg-surface);color:var(--text-soft);margin-top:3rem;font-size:.85rem}.footer-inner{max-width:1300px;margin:0 auto;padding:2.5rem 15px 1.5rem}.footer-main{grid-template-columns:1fr 1fr 1fr;align-items:start;gap:2.5rem;display:grid}.footer-logo{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.footer-logo img{object-fit:cover;border-radius:8px;width:44px;height:44px}.footer-brand-name{color:var(--text);font-size:1rem;font-weight:700}.footer-brand-tagline{color:var(--text-soft);font-size:.82rem}.footer-brand-desc{color:var(--text-soft);max-width:300px;margin:0;line-height:1.6}.footer-links{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.footer-group h4{color:var(--text);margin:0 0 .75rem;font-size:.95rem}.footer-group ul{margin:0;padding:0;list-style:none}.footer-group li{white-space:nowrap;margin-bottom:.5rem}.footer-group a,.footer-group span{color:var(--text-soft);font-size:.85rem;text-decoration:none}.footer-group a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:2rem;padding-top:1.25rem;display:flex}.footer-copyright a{color:var(--text-soft);text-decoration:none}.footer-copyright a:hover{color:var(--accent)}.footer-stats{align-items:center;gap:.75rem;display:flex}.footer-stat-divider{color:var(--border)}@media (width<=1023px){.footer-main{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:repeat(2,1fr)}}@media (width<=767px){.footer-bottom{text-align:center;flex-direction:column}.footer-stat-divider{display:none}}.footer-hosting{flex-direction:column;align-items:flex-end;gap:.75rem;display:flex}.footer-hosting img{border:1px solid var(--border);border-radius:6px;height:46px;display:block}.footer-friends{border-top:1px solid var(--border);background:var(--bg-surface);padding:1.25rem 15px}.footer-friends-inner{flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;max-width:1300px;margin:0 auto;display:flex}.footer-friends-label{color:var(--text);font-size:.9rem;font-weight:600}.footer-friends-list{flex-wrap:wrap;gap:.75rem 1.25rem;display:flex}.footer-friends-list a{color:var(--text-soft);font-size:.82rem;text-decoration:none}.footer-friends-list a:hover{color:var(--accent)}@media (width<=1023px){body.docked .toc{display:none}}@media (width<=767px){body.docked{height:auto;display:block;overflow:visible}body.docked main.docked-main{padding:1rem 12px;display:block;overflow:visible}body.docked .article-layout{height:auto;display:block}body.docked .sidebar,body.docked .article-main,body.docked .toc{height:auto;max-height:none;padding:0;position:static;overflow:visible}.sidebar,.toc{display:none}.header-inner{flex-wrap:wrap;gap:.4rem 1rem}.site-nav{margin-left:0}.hero h1{font-size:1.6rem}.post-title{font-size:1.45rem}.home-hero-grid{display:block}.guest-panel{margin-top:1.5rem}}
