@charset "UTF-8";:root{scrollbar-gutter:stable;font-family:Inter,Arial,Microsoft YaHei,PingFang SC,sans-serif;color:var(--theme-text, #29332d);background:var(--theme-surface, #fafbf9);font-synthesis:none;--green: #53775b;--green-dark: #34533b;--ink: #29332d;--muted: #6e7971;--line: #dde5dd;--paper: #fafbf9;--soft: #edf2ec;--radius: 14px;line-height:1.65;font-size:16px}*{box-sizing:border-box}body{margin:0}@supports not (scrollbar-gutter: stable){html{overflow-y:scroll}}h1,h2,h3,h4,p,figure{margin:0}h1,h2,h3,h4{line-height:1.4}h1{font-size:clamp(1.9rem,3.2vw,3rem);letter-spacing:-.04em}h2{font-size:1.55rem}h3{font-size:1.1rem}a{color:inherit;text-decoration:none}a:hover{color:var(--green-dark)}button,input,textarea,select{font:inherit}button{cursor:pointer;color:inherit}button:disabled{cursor:not-allowed;opacity:.5}a,button,input,textarea,select{touch-action:manipulation}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--theme-border, #8aa780);outline-offset:4px}input,textarea,select{width:100%;min-height:44px;padding:10px 13px;border:1px solid var(--theme-border, #cdd8cd);border-radius:8px;background:var(--theme-surface, white);color:var(--ink)}input[type=checkbox],input[type=radio]{width:18px;min-height:18px;height:18px;accent-color:var(--green);vertical-align:middle}input[type=file]{font-size:.875rem}textarea{min-height:120px;resize:vertical}label{font-size:.9rem;font-weight:600;display:block}label input,label select,label textarea{margin-top:5px}img{max-width:100%;height:auto;display:block}.content-image{width:100%;height:auto;flex-shrink:0;border-radius:12px}button{border:1px solid var(--line);border-radius:7px;background:var(--theme-surface, white);padding:8px 13px}summary{cursor:pointer}fieldset{border:1px solid var(--line);border-radius:10px;padding:18px;min-width:0}legend{font-weight:600;padding:0 7px}hr{border:0;border-top:1px solid var(--line);margin:22px 0}ul,ol{padding-left:24px}table{width:100%;border-collapse:collapse;font-size:.875rem}td,th{padding:14px 12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}th{background:var(--soft);font-weight:600}table button{font-size:.875rem}pre{white-space:pre-wrap;overflow-wrap:anywhere}#main{min-height:65vh}.skip-link{position:fixed;top:-100px;left:20px;padding:12px;background:var(--green);color:#fff;z-index:100}.skip-link:focus{top:10px}.site-header{min-height:90px;padding:12px 4%;display:flex;align-items:center;gap:28px;justify-content:space-between;background:var(--theme-surface, #fdfefc);border-bottom:1px solid var(--theme-border, #e5eae3);position:relative;z-index:5}.brand{display:flex;gap:10px;align-items:center;flex-shrink:0}.brand img{width:47px;height:60px;object-fit:contain}.brand span{font-size:.875rem;letter-spacing:3px;line-height:1.5;font-weight:700}.site-header nav{display:flex;gap:28px;align-items:center}.site-header nav a{font-size:.9rem;font-weight:600;position:relative;padding:13px 0}.site-header nav a.active{color:var(--green)}.site-header nav a.active:after{content:"";position:absolute;height:2px;bottom:3px;left:0;right:0;background:var(--green)}.account-nav{display:flex;align-items:center;gap:14px;font-size:.875rem;color:var(--green)}.account-nav button{background:transparent;border:0;padding:0;font-size:.875rem}.menu-toggle{display:none}.global-alert{padding:12px 5%;background:var(--theme-warning-soft, #fff1d8);color:var(--theme-warning, #74551a)}.site-footer{border-top:1px solid var(--line);padding:32px 4%;display:flex;align-items:center;gap:28px;color:var(--muted);font-size:.875rem;background:var(--theme-soft, #f4f7f1)}.site-footer>div{margin-right:10px}.site-footer strong{letter-spacing:2px;font-size:.875rem;color:var(--ink)}.site-footer small{display:block;font-size:.7rem;letter-spacing:.5px}.site-footer>p{flex:1}.footer-sign{font-size:.7rem;letter-spacing:1px;border-left:1px solid var(--line);padding-left:20px}.page{width:min(1240px,92%);margin:0 auto;padding:44px 0 72px}.page-heading{margin-bottom:32px}.page-heading>p:last-child{margin-top:12px;color:var(--muted)}.eyebrow{color:var(--theme-muted, #788b77);letter-spacing:4px;font-size:.75rem;font-weight:600;margin-bottom:10px}.panel{padding:24px;background:var(--theme-surface, #fff);border:1px solid var(--line);border-radius:var(--radius)}.panel>h2,.panel>h3{margin-bottom:18px}.panel>p+p{margin-top:12px}.stack{display:flex;flex-direction:column;gap:20px}.grid-2,.grid-3{display:grid;gap:22px;grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.form-field{display:flex;flex-direction:column;gap:5px;margin-bottom:16px}.form-field label{margin:0}.form-field small,small.muted{font-size:.8rem}.form-actions,.actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:20px}.button{display:inline-flex;align-items:center;justify-content:center;gap:15px;min-height:44px;padding:10px 22px;border:1px solid var(--theme-border, #a8b9a4);border-radius:24px;color:var(--green-dark);font-size:.9rem;font-weight:600;background:transparent;line-height:1.4;transition:background .2s,transform .2s}.button:hover{background:var(--theme-soft, #edf3e9)}.button.primary{background:var(--green);border-color:var(--green);color:#fff}.button.primary:hover{background:var(--green-dark)}.button.secondary{background:var(--theme-surface, #fff)}.button.danger,.danger{color:var(--theme-danger, #a33732);border-color:var(--theme-border, #dcb9b5)}.button.danger:hover{background:var(--theme-danger-soft, #fff0ed)}.text-link{color:var(--green);font-size:.875rem;white-space:nowrap}.text-link:hover{text-decoration:underline}.muted{color:var(--muted);font-size:.9rem}.plain-text{white-space:pre-wrap;overflow-wrap:anywhere}.error{color:var(--theme-danger, #a4372f);background:var(--theme-danger-soft, #fff0ed);border-radius:8px;padding:12px 16px;font-size:.9rem}.success{color:var(--theme-accent, #2e633b);background:var(--theme-soft, #eaf4e9);border-radius:8px;padding:12px 16px;font-size:.9rem}.error .button{margin-top:10px}.empty-state,.loading-state{text-align:center;color:var(--muted);padding:44px 20px;font-size:.95rem}.loading-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:10px;background:var(--green)}.toolbar{display:flex;gap:18px;align-items:end;flex-wrap:wrap;margin-bottom:28px}.toolbar label{min-width:140px}.search-field{flex:1;min-width:200px}.tabs{display:flex;gap:8px;overflow:auto;padding-bottom:8px;margin-bottom:20px}.tabs button,.tabs a{padding:9px 18px;white-space:nowrap;border-radius:24px;border:1px solid var(--line);background:var(--theme-surface, white);font-size:.875rem}.tabs .active,.tabs [aria-selected=true]{background:var(--green);color:#fff;border-color:var(--green)}.badge,.tags span{display:inline-flex;align-items:center;border-radius:20px;font-size:.75rem;line-height:1.6;font-weight:500;background:var(--theme-soft, #edf2ea);color:var(--theme-accent, #537552);padding:4px 11px;gap:6px}.tags{display:flex;flex-wrap:wrap;gap:6px}.state{font-size:.8rem;letter-spacing:.2px}.state i{width:6px;height:6px;border-radius:50%;background:currentColor}.state.ongoing{background:var(--theme-soft, #eaf5e8);color:var(--theme-accent, #3b703c)}.state.paused{background:var(--theme-warning-soft, #fff2da);color:var(--theme-warning, #926019)}.state.archived{background:var(--theme-soft, #e9eef2);color:var(--theme-muted, #596e80)}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px}.section-heading .eyebrow{margin-bottom:6px}.section-heading h2{margin-bottom:4px}.load-more{text-align:center;margin-top:30px}.clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.image-fallback{aspect-ratio:16/9;background:var(--theme-soft, #e9eee5);display:grid;place-items:center;color:var(--muted);font-size:.875rem}.hero{position:relative;height:510px;background:var(--theme-surface, #f8faf7);overflow:hidden}.hero-landscape{position:absolute;right:0;top:0;width:73%;height:100%;object-fit:cover;object-position:55% 52%}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--theme-surface, #fafbf9) 0%,var(--theme-surface, #fafbf9) 25%,var(--theme-surface-f5, #fafbf9f5) 32%,var(--theme-surface-a0, #fafbf9a0) 40%,var(--theme-surface-00, #fafbf900) 57%);pointer-events:none}.hero-copy{position:relative;z-index:1;padding:64px 0 0 4.4%;width:65%}.hero-copy h1{font-size:clamp(2rem,3.2vw,3.1rem);letter-spacing:-.03em;line-height:1.33}.hero-copy h1 span{color:var(--theme-accent, #293a2d)}.intro{margin-top:22px;font-size:.96rem;color:var(--theme-muted, #697368);line-height:1.85}.hero-actions{display:flex;gap:14px;margin-top:24px}.hero-actions .button{min-width:158px}.hero-sign{font-size:.64rem;color:var(--theme-muted, #889483);letter-spacing:2px;line-height:1.6;margin:25px 0 0 44px;position:relative}.hero-sign:before{content:"";position:absolute;width:28px;height:1px;top:10px;left:-44px;background:#8e9b89}.hero-corner{position:absolute;right:4%;top:30px;color:#fff;font-size:.7rem;line-height:1.4;letter-spacing:2px}.hero-quote{position:absolute;bottom:45px;right:5%;z-index:1;color:#fff;font-family:KaiTi,serif;font-size:1.8rem;transform:rotate(-7deg);text-shadow:0 2px 7px #0005;line-height:1.55}.values{display:grid;grid-template-columns:repeat(4,1fr);padding:28px 4%;background:var(--theme-soft, #f1f5ef);border-bottom:1px solid var(--theme-border, #e5ebe2)}.values article{display:flex;align-items:center;justify-content:center;gap:16px;padding:0 15px}.values article+article{border-left:1px solid var(--theme-border, #d7e0d3)}.values h2{font-size:1rem;margin-bottom:3px}.values p{font-size:.8rem;color:var(--theme-muted, #788374)}.value-symbol{display:grid;place-items:center;flex-shrink:0;width:47px;height:47px;background:var(--theme-soft, #e5edde);border-radius:50%;font-size:1.8rem;color:var(--theme-accent, #567653);line-height:1}.home-content{width:92%;max-width:1440px;margin:auto;padding:38px 0 55px;display:flex;flex-direction:column;gap:44px}.updates-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:24px}.notice-board details{border-top:1px solid var(--line);padding:16px 0}.notice-board details:last-child{padding-bottom:0}.notice-board summary{display:flex;align-items:center;gap:12px;font-size:.9rem;list-style:none}.notice-board summary strong{flex:1}.notice-board details p{font-size:.9rem;color:var(--muted);padding:15px 0 7px}.event-teaser{display:grid;grid-template-columns:42% 1fr;padding:0;overflow:hidden}.event-teaser>img,.event-teaser>.image-fallback{width:100%;height:100%;object-fit:cover}.event-teaser>div:last-child{padding:24px}.event-teaser h3{font-size:1.2rem;margin-bottom:8px}.event-teaser p{margin-bottom:12px;font-size:.85rem}.journey-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.journey-card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--theme-surface, white);transition:transform .2s,box-shadow .2s}.journey-card:hover{transform:translateY(-3px);box-shadow:0 9px 25px #30462e0d}.journey-cover{position:relative;display:block;aspect-ratio:16/8.3;overflow:hidden}.journey-cover img{width:100%;height:100%;object-fit:cover}.journey-cover>.state{position:absolute;top:14px;right:14px;box-shadow:0 2px 10px #0001}.journey-body{padding:19px 20px}.journey-body h3{font-size:1.1rem;margin-bottom:10px;overflow-wrap:anywhere}.card-dates{display:flex;flex-wrap:wrap;justify-content:space-between;gap:6px;font-size:.75rem;color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:10px;margin-bottom:12px}.card-dates time,.card-dates b{color:var(--theme-muted, #485545);margin-left:5px;font-weight:500}.journey-body>p{min-height:2.9em;font-size:.875rem}.card-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:16px;gap:8px}.round-link{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:var(--soft);color:var(--green);flex-shrink:0}.photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.photo-grid button{padding:0;display:block;border:0;width:100%;aspect-ratio:16/10;overflow:hidden;position:relative;background:var(--soft);border-radius:10px}.photo-grid button img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.photo-grid button:hover img{transform:scale(1.035)}.photo-grid figcaption{padding-top:10px}.photo-grid figcaption strong{font-size:.9rem;font-weight:500;display:block}.photo-grid figcaption time{display:block;font-size:.75rem;color:var(--muted);margin-top:2px}.photo-hover{position:absolute;inset:auto 0 0;color:#fff;background:linear-gradient(transparent,#0008);padding:26px 12px 12px;font-size:.8rem;opacity:0;transition:opacity .2s}.photo-grid button:hover .photo-hover,.photo-grid button:focus-visible .photo-hover{opacity:1}.photo-grid.compact{grid-template-columns:repeat(6,minmax(0,1fr));gap:15px}.photo-grid.compact button{aspect-ratio:1.35}.photo-grid.compact figcaption strong{font-size:.8rem}.photo-grid.compact figcaption time{font-size:.7rem}dialog{border:1px solid var(--line);border-radius:16px;box-shadow:0 24px 100px #10221930;max-width:calc(100% - 30px);color:var(--ink)}dialog::backdrop{background:#102217cc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lightbox{width:min(1080px,calc(100% - 30px));padding:45px 24px 20px;background:var(--theme-surface, #fbfcf9)}.lightbox>img{width:100%;height:auto;max-height:65vh;object-fit:contain}.lightbox-close{position:absolute;right:10px;top:6px;font-size:1.8rem;background:transparent;border:0;padding:0 10px}.lightbox-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:15px}.lightbox-bottom>div{flex:1;text-align:center}.lightbox-bottom p{font-size:.875rem}.detail-hero{display:grid;grid-template-columns:1.05fr 1fr;background:var(--theme-soft, #f0f5ed);border-radius:18px;overflow:hidden;border:1px solid var(--line);margin-bottom:30px}.detail-hero>img,.detail-hero>.image-fallback{width:100%;height:100%;min-height:330px;object-fit:cover}.detail-intro{padding:36px}.detail-intro h1{font-size:2rem;margin:14px 0}.detail-intro>.tags{margin:18px 0}.detail-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(240px,1fr);gap:25px}.meta-list{display:grid;grid-template-columns:auto 1fr;gap:12px 18px;font-size:.9rem;margin:0}.meta-list dt{color:var(--muted)}.meta-list dd{margin:0;overflow-wrap:anywhere}.timeline{padding:0;list-style:none}.timeline li{position:relative;padding:0 0 24px 25px;border-left:1px solid var(--theme-border, #cbd9c5);margin-left:5px}.timeline li:before{content:"";position:absolute;left:-5px;top:7px;width:9px;height:9px;border-radius:50%;background:var(--green)}.timeline li time{font-size:.8rem;color:var(--muted)}.post-list{display:flex;flex-direction:column;gap:15px}.post-row{padding:18px;border:1px solid var(--line);border-radius:10px;display:block;background:var(--theme-surface, white)}.post-row h3{margin:8px 0}.post-row .meta{font-size:.8rem;color:var(--muted)}.post-row:hover{border-color:var(--theme-border, #95ad8c)}.prose{max-width:850px}.prose p{line-height:1.9;margin-bottom:18px}.prose h2{margin:24px 0 15px}.narrow{max-width:800px;margin-left:auto;margin-right:auto}.reply{padding:20px 0;border-bottom:1px solid var(--line)}.reply-header{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:.85rem;margin-bottom:10px}.reply p{font-size:.95rem}.checkbox-row{display:flex;align-items:center;gap:10px}.table-wrap{overflow-x:auto}.admin-layout{min-width:0}.profile-avatar{width:72px;height:72px;object-fit:cover;border-radius:50%}.notice-inline{background:var(--theme-soft, #f1f5ed);border-left:3px solid var(--green);padding:14px 18px;border-radius:4px;font-size:.9rem}.wide{grid-column:1/-1}@media(min-width:1700px){.hero{height:580px}.hero-copy{padding-top:85px}.hero-copy h1{font-size:3.4rem}.intro{font-size:1.05rem}}@media(max-width:1100px){.site-header{gap:18px;padding:12px 3%}.site-header nav{gap:18px}.brand span{font-size:.75rem;letter-spacing:2px}.account-nav{gap:9px}.hero-copy{width:76%;padding-top:55px}.hero-copy h1{font-size:2.4rem}.hero{height:490px}.hero-quote{font-size:1.45rem;right:3%}.values{grid-template-columns:repeat(2,1fr);gap:25px}.values article:nth-child(3){border:0}.values article{justify-content:start}.home-content{gap:36px}.updates-grid{grid-template-columns:1fr 1fr}.event-teaser{grid-template-columns:1fr}.event-teaser>img{height:160px}.event-teaser>div:last-child{padding:20px}.journey-grid{gap:16px}.journey-body{padding:15px}.journey-body h3{font-size:1rem}.photo-grid.compact{grid-template-columns:repeat(3,1fr)}.detail-hero>img{min-height:300px}.detail-intro{padding:25px}.detail-intro h1{font-size:1.65rem}}@media(max-width:760px){.site-header{min-height:78px;flex-wrap:wrap;padding:9px 5%;gap:12px}.brand img{width:38px;height:51px}.brand span{font-size:.68rem;letter-spacing:2px}.menu-toggle{display:block;margin-left:auto;font-size:.875rem}.site-header nav{display:none;order:4;width:100%;flex-wrap:wrap;justify-content:center;gap:10px 28px;border-top:1px solid var(--line);padding-top:8px}.site-header nav.expanded{display:flex}.account-nav,.account-nav button{font-size:.8rem}.site-footer{flex-wrap:wrap;gap:16px;padding:28px 5%}.site-footer>p{flex-basis:100%;order:5}.footer-sign{display:none}.page{width:90%;padding:30px 0 50px}.page-heading{margin-bottom:24px}.page-heading h1{font-size:1.9rem}.panel{padding:20px}.toolbar{gap:14px}.toolbar label{flex:1;min-width:120px}.toolbar .search-field{flex-basis:100%}.toolbar .button{width:100%}.grid-2,.grid-3,.form-grid{grid-template-columns:1fr}.hero{height:700px}.hero-landscape{top:auto;bottom:0;width:100%;height:370px;object-position:65% center}.hero:after{background:linear-gradient(180deg,var(--theme-surface, #fafbf9) 0%,var(--theme-surface, #fafbf9) 42%,var(--theme-surface-e0, #fafbf9e0) 48%,var(--theme-surface-00, #fafbf900) 65%)}.hero-copy{padding:35px 5% 0;width:100%}.hero-copy h1{font-size:clamp(1.7rem,6.5vw,2.4rem)}.intro{font-size:.875rem;margin-top:18px;line-height:1.85}.hero-copy .eyebrow{font-size:.7rem;letter-spacing:4px}.hero-actions{margin-top:22px;gap:10px}.hero-actions .button{min-width:145px}.hero-sign{margin-top:22px}.hero-corner{display:none}.hero-quote{font-size:1.4rem;bottom:28px;right:8%}.values{padding:24px 5%;gap:23px 12px}.values article{padding:0;gap:10px}.values article+article{border:0}.value-symbol{width:36px;height:36px;font-size:1.45rem}.values h2{font-size:.9rem}.values p{font-size:.75rem;line-height:1.5}.home-content{width:90%;padding:28px 0 40px}.section-heading{gap:12px}.section-heading h2{font-size:1.3rem}.section-heading>.muted{display:none}.section-heading .eyebrow{font-size:.68rem;letter-spacing:2.5px}.updates-grid{grid-template-columns:1fr;gap:18px}.event-teaser{grid-template-columns:38% 1fr}.event-teaser>img{height:100%}.event-teaser>div:last-child{padding:20px 16px}.event-teaser h3{font-size:1.05rem}.event-teaser p{font-size:.8rem}.journey-grid{grid-template-columns:1fr;gap:20px}.journey-cover{aspect-ratio:16/8}.journey-body{padding:18px}.journey-body h3{font-size:1.1rem}.photo-grid,.photo-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 12px}.photo-grid figcaption strong{font-size:.8rem}.photo-grid figcaption time{font-size:.7rem}.lightbox{padding:40px 12px 18px}.lightbox-bottom{gap:10px}.lightbox-bottom .button{padding:9px 14px}.lightbox-bottom p{font-size:.75rem}.lightbox-bottom h3{font-size:.95rem}.detail-hero,.detail-layout{grid-template-columns:1fr}.detail-hero>img{height:240px;min-height:0}.detail-intro{padding:24px}.detail-layout{gap:20px}.meta-list{font-size:.875rem}.desktop-only{display:none}.tabs button,.tabs a{font-size:.8rem;padding:8px 14px}.table-wrap{margin:0 -8px}table{min-width:520px}.notice-board summary{font-size:.85rem}.notice-board summary .badge{flex-shrink:0}}@media(prefers-reduced-motion:reduce){html:not([data-motion=on]) *,html:not([data-motion=on]) *:before,html:not([data-motion=on]) *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}html[data-motion=off] *,html[data-motion=off] *:before,html[data-motion=off] *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}:root{--page-width: 1440px;--edge: clamp(20px, 4vw, 64px);--ink: #222628;--muted: #7a847d;--paper: #fcfcfc;--radius: 9px;font-family:Arial,Microsoft YaHei,PingFang SC,sans-serif;color:var(--ink);background:var(--paper)}.site-header{height:84px;min-height:84px;padding:0 var(--edge);display:grid;grid-template-columns:240px 1fr 240px;gap:20px;border:0;background:linear-gradient(115deg,var(--theme-surface, #fafbfb),var(--theme-surface, #fdfdfd))}.site-header nav{justify-content:center;gap:28px}.site-header nav a{font-size:14px;padding:14px 5px}.brand{gap:10px}.brand img{width:65px;height:70px}.brand span{font-size:12px;line-height:21px;letter-spacing:3px}.account-nav{justify-content:flex-end;gap:15px;font-size:13px;white-space:nowrap}.account-nav button{font-size:12px}.page{width:100%;max-width:var(--page-width);padding:42px var(--edge) 65px}.page.narrow{max-width:980px}.page-heading{margin-bottom:42px}.page-heading h1{font-size:40px;line-height:1.3;letter-spacing:1px}.page-heading .eyebrow{font-size:11px;letter-spacing:4px;margin-bottom:18px}.page-heading>p:last-child{font-size:16px;line-height:1.9;margin-top:20px}.panel{border-radius:10px}.button{height:45px;min-height:45px;min-width:145px;padding:0 22px;font-size:14px;border-radius:28px}.lightbox .button{min-width:0}.site-footer{max-width:var(--page-width);margin:auto;padding:23px var(--edge) 14px;min-height:70px;gap:40px;border:0;background:var(--paper);color:var(--theme-muted, #969b98)}.site-footer>div{padding-right:42px;border-right:1px solid var(--theme-border, #e0e4e1);margin:0}.site-footer strong{font-size:12px;line-height:14px;letter-spacing:1.5px}.site-footer small{font-size:7px;letter-spacing:.65px}.site-footer>p{font-size:12px;letter-spacing:.6px}.site-footer>a{font-size:12px}.footer-sign{font-size:8px;line-height:13px;letter-spacing:1.3px;padding-left:22px}.home-page{line-height:normal}.home-page .hero{height:424px;background:var(--theme-surface, #f8f9f8)}.home-page .hero-landscape{inset:0 0 0 26%;width:74%;height:100%;object-fit:cover;object-position:center 51%}.home-page .hero:after{background:linear-gradient(90deg,var(--theme-surface, #fafbfb) 0%,var(--theme-surface, #fafbfb) 25%,var(--theme-surface-fa, #fafbfbfa) 31%,var(--theme-surface-e0, #fafbfbe0) 35%,var(--theme-surface-73, #fafbfb73) 42%,transparent 51%)}.home-page .hero-copy{padding:49px 0 0 4%;width:64%}.home-page .hero .eyebrow{font-size:14px;letter-spacing:8px;color:var(--theme-muted, #7c8b85);font-weight:500;margin-bottom:7px}.home-page .hero h1{font-size:48px;line-height:1.25;letter-spacing:1.2px;font-weight:750}.home-page .hero h1 span{font-size:50px;letter-spacing:0;color:var(--ink)}.home-page .intro{font-size:16px;line-height:23px;letter-spacing:1.35px;color:var(--theme-muted, #626769);margin-top:15px}.home-page .hero-actions{gap:18px;margin-top:23px}.home-page .hero-actions .button{min-width:171px;font-size:14px;letter-spacing:1px;gap:16px}.home-page .hero-sign{display:flex;gap:20px;align-items:center;margin:23px 0 0 -5px;color:var(--theme-muted, #929997)}.home-page .hero-sign:before{content:none}.home-page .hero-sign>span{height:1px;width:40px;background:#888f8b}.home-page .hero-sign p{font-size:8px;letter-spacing:1.1px;line-height:12px}.home-page .hero-corner{right:3.6%;top:27px;color:#fff;font-size:10px;letter-spacing:1.6px;line-height:15px;z-index:1;opacity:.85}.home-page .hero-corner span{display:block;height:1px;width:57px;background:var(--theme-surface-80, #ffffff80);margin-top:13px}.home-page .hero-quote{right:2.4%;bottom:64px;font-family:KaiTi,STKaiti,Kaiti SC,serif;font-size:27px;line-height:1.5;letter-spacing:3px;transform:rotate(-9deg);text-shadow:0 2px 6px #24322f70}.home-page .hero-quote>span{margin-left:28px}.home-page .hero-quote i{display:block;width:40px;height:2px;background:var(--theme-surface, white);margin:8px 35px 0 auto}.home-page .values{max-width:var(--page-width);margin:auto;min-height:112px;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;padding:24px var(--edge);border:0;background:linear-gradient(100deg,var(--theme-surface, #f9fbfa),var(--theme-surface, #fbfcfc))}.home-page .values article{justify-content:flex-start;gap:18px;padding:0;position:relative}.home-page .values article+article{border:0}.home-page .values article+article:before{content:"";position:absolute;height:37px;width:1px;background:var(--theme-soft, #d7ddda);left:-14px;top:7px}.home-page .value-symbol{width:53px;height:53px;background:var(--theme-soft, #edf1ee);color:var(--theme-accent, #53775b)}.home-page .values h2{font-size:18px;line-height:26px;letter-spacing:.4px;margin:0}.home-page .values p{font-size:12px;line-height:22px;color:var(--theme-muted, #909596);letter-spacing:.7px}.home-page .home-content{display:block;width:calc(100% - var(--edge) * 2);max-width:calc(var(--page-width) - var(--edge) * 2);margin:24px auto 0;padding:0}.home-page .updates-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:14px}.home-page .updates-heading .eyebrow{font-size:9px;letter-spacing:3px;margin-bottom:7px}.home-page .updates-heading h2{font-size:19px}.home-page .updates-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;align-items:stretch}.home-page .notice-board,.home-page .minigame-board{border:1px solid var(--theme-border, #e0e7e0);border-radius:9px;padding:22px 24px;background:var(--theme-surface, white)}.home-page .board-title{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:16px;min-height:22px}.home-page .board-title h3{font-size:16px}.home-page .board-title>span{font-size:11px;color:var(--theme-muted, #8c988e)}.home-page .notice-item{border-top:1px solid var(--theme-border, #edf0ec);padding:0}.home-page .notice-item summary{display:flex;gap:10px;align-items:center;list-style:none;padding:13px 0}.home-page summary::-webkit-details-marker{display:none}.home-page .notice-tag{color:var(--theme-muted, #69836d);background:var(--theme-soft, #eff4ee);padding:3px 7px;border-radius:4px;font-size:10px;flex-shrink:0}.home-page .notice-title{font-size:13px;flex:1;line-height:1.7}.home-page .notice-item time{font-size:10px;color:var(--theme-muted, #9aa49b);white-space:nowrap}.home-page .notice-plus{font-size:17px;color:var(--theme-muted, #8c9f90)}.home-page .notice-item[open] .notice-plus{transform:rotate(45deg)}.home-page .notice-body{padding:0 0 16px 43px}.home-page .notice-body p{font-size:13px;line-height:1.9;color:var(--theme-muted, #818d84);margin:0 0 10px;padding:0}.home-page .notice-body a{font-size:12px;color:var(--green)}.home-page .minigame-board{background:linear-gradient(115deg,var(--theme-soft, #f0f5ef),var(--theme-surface, #fafcf9))}.home-page .game-art{height:150px;position:relative;border-radius:7px;overflow:hidden;margin-bottom:20px;background:var(--theme-soft, #dfe9db)}.home-page .game-art img{width:100%;height:100%;object-fit:cover;object-position:center 55%}.home-page .game-art:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,#132e2080)}.home-page .game-art>span{position:absolute;z-index:1;bottom:13px;left:16px;color:#fff;font-size:12px;letter-spacing:1px}.home-page .game-intro{display:flex;gap:22px;align-items:start}.home-page .game-date{font-size:25px;letter-spacing:1px;color:var(--theme-muted, #67806b);white-space:nowrap;font-weight:300;padding-top:12px}.home-page .game-date small{display:block;font-size:10px;letter-spacing:0;margin-top:8px}.home-page .game-state{font-size:10px;color:var(--theme-warning, #8b7954);background:var(--theme-warning-soft, #f3ecd9);padding:4px 8px;border-radius:20px}.home-page .game-intro h4{font-size:19px;margin:13px 0 8px}.home-page .game-intro p{font-size:12px;line-height:1.9;color:var(--theme-muted, #829087)}.home-page .game-details{border-top:1px solid var(--theme-border, #dfe7dc);margin-top:18px;padding-top:12px}.home-page .game-details summary{font-size:12px;color:var(--theme-muted, #67836e);display:flex;justify-content:space-between}.home-page .game-details p{font-size:13px;line-height:1.9;color:var(--theme-muted, #71816e);margin:16px 0}.home-page .community-content{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:28px;margin:28px 0 38px}.home-page .home-journeys{padding-right:28px;border-right:1px solid var(--theme-border, #e4e7e5)}.home-page .section-heading{min-height:48px;align-items:flex-start;margin-bottom:14px;gap:12px}.home-page .section-heading h2{font-size:18px;letter-spacing:.7px;line-height:25px;margin:0}.home-page .section-heading p{font-size:12px;letter-spacing:.7px;color:var(--theme-muted, #949898);line-height:17px}.home-page .text-link{display:inline-flex;gap:6px;align-items:center;font-size:12px}.home-page .text-link svg{width:16px;height:16px}.home-page .journey-grid{gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.home-page .journey-card{border-radius:7px;display:flex;flex-direction:column}.home-page .journey-cover{height:109px;aspect-ratio:auto;flex-shrink:0}.home-page .journey-cover>.state{top:9px;right:9px;font-size:11px;padding:5px 10px;line-height:16px}.home-page .journey-body{padding:12px;display:flex;flex-direction:column;flex:1}.home-page .journey-body h3{font-size:13px;line-height:18px;min-height:36px;margin-bottom:7px}.home-page .journey-body>p{font-size:11px;height:36px;min-height:36px;line-height:18px;margin-bottom:8px;color:var(--theme-muted, #929797)}.home-page .card-dates{flex-direction:column;gap:2px;min-height:32px;margin:5px 0;padding:0;border:0;font-size:10px}.home-page .card-bottom{margin-top:auto;padding-top:4px;gap:7px}.home-page .tags{gap:5px;flex-wrap:nowrap;min-width:0;overflow:hidden}.home-page .tags span{font-size:11px;padding:3px 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:70px}.home-page .round-link{width:27px;height:27px}.home-page .home-album{display:flex;flex-direction:column;min-width:0}.home-page .photo-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:12px;flex:1}.home-page .photo-grid.compact figure{position:relative;min-width:0}.home-page .photo-grid.compact button{height:100%;min-height:112px;aspect-ratio:auto;border-radius:6px}.home-page .photo-grid.compact figcaption{position:absolute;right:8px;bottom:5px;padding:0;pointer-events:none}.home-page .photo-grid.compact figcaption strong{display:none}.home-page .photo-grid.compact figcaption time{color:#fff;font-size:10px;text-shadow:0 1px 5px black}@media(min-width:1800px){.home-page .hero{height:480px}.home-page .hero-copy{padding-top:65px}.home-page .hero h1{font-size:54px}.home-page .hero h1 span{font-size:56px}.home-page .intro{font-size:18px;line-height:27px}.home-page .journey-cover{height:140px}}@media(min-width:1440px){:root{--wide-gutter: calc((100% - var(--page-width)) / 2 + var(--edge))}.site-header{padding-left:var(--wide-gutter);padding-right:var(--wide-gutter)}.home-page .hero-copy{padding-left:var(--wide-gutter);width:calc(var(--wide-gutter) + 650px)}.home-page .hero-copy .intro{max-width:620px}.home-page .hero-corner,.home-page .hero-quote{right:var(--wide-gutter)}.home-page .hero-landscape{left:calc(var(--wide-gutter) + 260px);width:calc(100% - var(--wide-gutter) - 260px)}.home-page .hero:after{background:linear-gradient(90deg,#fafbfb 0px,#fafbfb calc(var(--wide-gutter) + 260px),#fafbfbf7 calc(var(--wide-gutter) + 360px),#fafbfbc7 calc(var(--wide-gutter) + 480px),#fafbfb40 calc(var(--wide-gutter) + 620px),transparent calc(var(--wide-gutter) + 780px))}}@media(min-width:1101px)and (max-width:1450px){.home-page .hero h1{font-size:40px}.home-page .hero h1 span{font-size:42px}.home-page .intro{font-size:14px;letter-spacing:.5px}.home-page .hero-quote{font-size:23px}}@media(max-width:1150px){.site-header{grid-template-columns:190px 1fr 180px;gap:10px}.site-header nav{gap:14px}.home-page .values{gap:18px}.home-page .values article{gap:10px}.home-page .values h2{font-size:16px}}@media(max-width:1100px){.home-page .hero h1{font-size:35px}.home-page .hero h1 span{font-size:37px}.home-page .intro{font-size:13px;letter-spacing:0}.home-page .hero-copy{width:80%}.home-page .hero-quote{font-size:21px;right:3%;bottom:43px}.home-page .hero-landscape{left:20%;width:80%}.home-page .hero:after{background:linear-gradient(90deg,var(--theme-surface, #fafbfb) 0%,var(--theme-surface, #fafbfb) 20%,var(--theme-surface-e8, #fafbfbe8) 34%,var(--theme-surface-70, #fafbfb70) 48%,transparent 65%)}.site-footer{gap:20px}.site-footer>div{padding-right:20px}.footer-sign{display:none}}@media(max-width:900px){.home-page .updates-grid{grid-template-columns:1fr}}@media(max-width:850px){.site-header{height:auto;min-height:105px;grid-template-columns:1fr 1fr;padding-top:10px;padding-bottom:8px}.site-header nav{display:flex;grid-column:1/-1;grid-row:2;justify-content:space-between;gap:12px;width:auto;border:0;padding:0}.site-header .brand img{height:45px;width:46px}.brand span{font-size:11px;line-height:17px}.account-nav{grid-column:2;grid-row:1;font-size:12px}.menu-toggle{display:none}.home-page .values{grid-template-columns:1fr 1fr}.home-page .values article+article:before{display:none}.home-page .community-content{grid-template-columns:1fr}.home-page .home-journeys{border:0;padding:0}.home-page .photo-grid.compact button{height:135px}.page-heading h1{font-size:32px}}@media(max-width:600px){.page{padding-top:30px;padding-bottom:35px}.page-heading{margin-bottom:30px}.page-heading h1{font-size:30px}.page-heading>p:last-child{font-size:14px}.site-header nav a{font-size:12px;padding:12px 3px}.home-page .hero{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto clamp(280px,62vw,350px);height:auto;background:var(--theme-surface, #fafbfb)}.home-page .hero-copy{grid-area:1 / 1;padding:33px 6% 12px;width:100%}.home-page .hero .eyebrow{font-size:11px;letter-spacing:6px;margin-bottom:13px}.home-page .hero h1{font-size:clamp(23px,5.4vw,29px);letter-spacing:0}.home-page .hero h1 span{font-size:clamp(24px,5.6vw,30px);line-height:1.5}.home-page .intro{font-size:12px;line-height:22px;margin-top:11px}.home-page .hero-actions{gap:11px;margin-top:22px}.home-page .hero-actions .button{min-width:0;flex:1 1 0;max-width:160px;height:42px;min-height:42px;font-size:13px;padding:0 16px}.home-page .hero-sign{margin-top:20px}.home-page .hero-sign p{font-size:7px}.home-page .hero-landscape{grid-area:2 / 1;position:relative;inset:auto;width:100%;height:100%;min-height:0;object-position:62% center}.home-page .hero:after{grid-area:2 / 1;position:relative;inset:auto;z-index:1;background:linear-gradient(180deg,var(--theme-surface, #fafbfb) 0%,var(--theme-surface-cc, #fafbfbcc) 12%,transparent 42%)}.home-page .hero-corner{display:none}.home-page .hero-quote{bottom:30px;right:6%;font-size:20px}.home-page .values{padding:26px var(--edge);gap:22px 15px}.home-page .value-symbol{width:38px;height:38px}.home-page .values h2{font-size:15px;line-height:23px}.home-page .values p{font-size:10px;letter-spacing:0;line-height:16px}.home-page .home-content{margin-top:26px}.home-page .notice-board,.home-page .minigame-board{padding:18px}.home-page .notice-title{font-size:12px}.home-page .board-title>span{font-size:10px}.home-page .notice-body{padding-left:0}.home-page .game-art{height:155px}.home-page .game-intro{gap:16px}.home-page .game-date{font-size:22px}.home-page .game-intro h4{font-size:17px}.home-page .journey-grid{grid-template-columns:1fr;gap:16px}.home-page .journey-cover{height:160px}.home-page .journey-body h3{font-size:16px;min-height:0}.home-page .journey-body>p{font-size:12px;height:40px;min-height:40px;line-height:20px}.home-page .card-dates{min-height:0;flex-direction:row;margin:8px 0;gap:18px;font-size:11px}.home-page .photo-grid.compact{grid-template-columns:1fr 1fr;gap:9px}.home-page .photo-grid.compact button{height:90px;min-height:0}.site-footer{flex-wrap:wrap;padding-top:29px;padding-bottom:24px;gap:15px}.site-footer>div{border:0;padding:0}.site-footer>p{flex-basis:100%;order:3;font-size:11px}}.page-switch-enter-active{transition:opacity .22s ease,transform .22s cubic-bezier(.2,.7,.3,1)}.page-switch-leave-active{transition:opacity 80ms ease}.page-switch-enter-from{opacity:0;transform:translateY(5px)}.page-switch-leave-to{opacity:0}.button,.round-link,.post-row,.journey-card,.picker-button,.markdown-tabs button,.tabs button,.site-header nav a{transition:transform .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease}.button:not(:disabled):active,.picker-button:not(:disabled):active,.markdown-tabs button:not(:disabled):active,.tabs button:not(:disabled):active{transform:scale(.98)}@media(hover:hover){.button:not(:disabled):hover,.round-link:hover,.picker-button:not(:disabled):hover{transform:translateY(-2px)}.post-row:hover,.journey-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #3e5d3212}}html[data-motion=off] .button,html[data-motion=off] .post-row,html[data-motion=off] .journey-card,html[data-motion=off] .survey-card,html[data-motion=off] .picker-button,html[data-motion=off] .round-link,html[data-motion=off] .markdown-tabs button,html[data-motion=off] .tabs button{transform:none!important}@media(prefers-reduced-motion:reduce){html:not([data-motion=on]) .button,html:not([data-motion=on]) .post-row,html:not([data-motion=on]) .journey-card,html:not([data-motion=on]) .survey-card,html:not([data-motion=on]) .picker-button,html:not([data-motion=on]) .round-link,html:not([data-motion=on]) .markdown-tabs button,html:not([data-motion=on]) .tabs button{transform:none!important}}.home-page .hero-copy>*{animation:demo-rise .4s backwards}.home-page .hero-copy>:nth-child(2){animation-delay:35ms}.home-page .hero-copy>:nth-child(3){animation-delay:70ms}.home-page .hero-copy>:nth-child(4){animation-delay:105ms}.home-page .hero-copy>:nth-child(5){animation-delay:.14s}.home-page .hero-landscape{animation:demo-landscape .8s cubic-bezier(.2,.7,.3,1) backwards}.home-page .hero-quote{animation:demo-quote .5s .12s backwards}.demo-reveal-enter{animation:demo-reveal .32s var(--reveal-delay, 0ms) ease-out backwards}.demo-reveal-pending{opacity:0}html[data-motion=off] .demo-reveal-pending{opacity:1}@media(prefers-reduced-motion:reduce){html:not([data-motion=on]) .demo-reveal-pending{opacity:1}}.motion-control{display:inline-flex;align-items:center;gap:8px;font-size:12px;white-space:nowrap}.motion-control select{width:auto;min-height:32px;padding:4px 8px;font:inherit;color:var(--green);background:transparent;border:1px solid var(--line);border-radius:6px}.site-header nav a.active:after{transform-origin:left;animation:demo-line .24s ease-out}.button svg,.text-link svg,.value-icon{transition:transform .2s,background .2s}.home-page .game-art img{transition:transform .3s}@media(hover:hover){.button:hover svg,.text-link:hover svg{transform:translate(4px)}.values article:hover .value-icon,.principle:hover .value-icon{transform:translateY(-4px) rotate(-6deg);background:var(--theme-soft, #e0eadf)}.home-page .game-art:hover img{transform:scale(1.035)}.survey-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #3e5d3210}}.survey-card{transition:transform .2s,box-shadow .2s}details[open]>:not(summary){animation:demo-details .22s ease-out}dialog[open]{animation:demo-rise .28s ease-out}dialog[open]::backdrop{animation:demo-fade .25s}.lightbox[open]>img{animation:demo-photo .3s ease-out}@keyframes demo-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes demo-reveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes demo-landscape{0%{opacity:.5;transform:scale(1.035)}to{opacity:1;transform:scale(1)}}@keyframes demo-quote{0%{opacity:0;transform:translateY(15px) rotate(-9deg)}to{opacity:1;transform:rotate(-9deg)}}@keyframes demo-line{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes demo-fade{0%{opacity:0}to{opacity:1}}@keyframes demo-details{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes demo-photo{0%{opacity:.25;transform:scale(.98)}to{opacity:1;transform:scale(1)}}:root{color-scheme:light}html[data-theme=dark]{color-scheme:dark;--paper: #151b1a;--ink: #e3ebe5;--muted: #a5b3aa;--line: #39473f;--soft: #26322b;--green: #97bfa0;--green-dark: #b8dbbf;--theme-text: var(--ink);--theme-muted: var(--muted);--theme-border: var(--line);--theme-accent: #a4cead;--theme-surface: #1d2621;--theme-soft: #26322b;--theme-danger: #f0abab;--theme-danger-soft: #3b2629;--theme-warning: #e0ca91;--theme-warning-soft: #383123;--theme-surface-fa: #1d2621fa;--theme-surface-e0: #1d2621e0;--theme-surface-73: #1d262173;--theme-surface-80: #1d262180;--theme-surface-e8: #1d2621e8;--theme-surface-70: #1d262170;--theme-surface-cc: #1d2621cc;--theme-surface-f5: #1d2621f5;--theme-surface-a0: #1d2621a0;--theme-surface-00: #1d262100;--theme-surface-99: #1d262199;--theme-surface-dd: #1d2621dd;background:var(--paper);color:var(--ink)}html[data-theme=dark] .brand img,html[data-theme=dark] .quote-panel>img{filter:invert(1)}html[data-theme=dark] .primary,html[data-theme=dark] .primary:hover,html[data-theme=dark] .skip-link,html[data-theme=dark] .qq-mark,html[data-theme=dark] .tabs .active,html[data-theme=dark] .tabs [aria-selected=true]{background:#3e694a;color:#fff}html[data-theme=dark] .home-page .hero{background:var(--theme-surface)}html[data-theme=dark] dialog{background:var(--theme-surface);color:var(--ink)}html[data-theme=dark] ::placeholder{color:#91a097;opacity:1}html[data-theme=dark] ::selection{background:#497554;color:#fff}.site-footer{flex-wrap:wrap;column-gap:24px;row-gap:14px}.site-header{grid-template-columns:200px minmax(300px,1fr) 280px}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:18px;min-width:0}.header-actions .account-nav{min-width:0}.header-actions .account-nav>a:first-child{max-width:110px;overflow:hidden;text-overflow:ellipsis}.appearance-settings{position:relative;flex-shrink:0}.appearance-trigger{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:7px 9px;color:var(--green-dark);background:transparent;border:1px solid var(--line);border-radius:8px;font-size:12px}.appearance-trigger:hover{background:var(--soft)}.appearance-panel{position:absolute;top:calc(100% + 12px);right:0;z-index:20;width:250px;padding:18px;border:1px solid var(--line);border-radius:12px;background:var(--theme-surface, #fff);color:var(--ink);box-shadow:0 12px 35px #0002}.appearance-title{font-size:14px;font-weight:600;margin-bottom:16px}.preference-group+.preference-group{margin-top:14px;padding-top:12px;border-top:1px solid var(--line)}.preference-heading{margin:0 8px 6px;color:var(--muted);font-size:11px;font-weight:500}.preference-option{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:36px;margin:2px 0;padding:7px 10px;border:0;border-radius:7px;color:var(--ink);background:transparent;font-size:13px;font-weight:400;cursor:pointer}.preference-option:hover{background:var(--soft)}.preference-option.selected{background:#eaf1e9;color:#345b3f;font-weight:600}html[data-theme=dark] .preference-option.selected{background:#304a39;color:#d5ebd9}.preference-option input{position:absolute;width:1px;height:1px;min-height:0;margin:0;padding:0;opacity:0;clip-path:inset(50%)}.preference-option svg{visibility:hidden}.preference-option svg.checked{visibility:visible}.preference-option:has(input:focus-visible){outline:2px solid var(--green);outline-offset:-2px}@media(max-width:1000px){.site-header{grid-template-columns:150px minmax(270px,1fr) 230px;gap:12px}.site-header nav{gap:16px}.header-actions{gap:10px}.appearance-trigger-label{display:none}}@media(max-width:850px){.site-header{grid-template-columns:minmax(0,1fr) auto}.header-actions{grid-column:2;grid-row:1}.header-actions .account-nav{gap:10px}.header-actions .account-nav>a:first-child{max-width:70px}}@media(max-width:390px){.header-actions{gap:6px}.header-actions .account-nav{gap:7px}.header-actions .account-nav>a:first-child{max-width:55px}.appearance-trigger{padding:7px}}@media(max-width:360px){.site-header .brand span{display:none}}
