:root{--color-base-background:#fff;--color-base-background-lighter:#f5f5f5;--color-base-text:#111;--color-base-text-lighter:rgba(0,0,0,.6);--color-border:hsla(200,6%,48%,.4);--color-primary-background:#9060ff;--color-primary-text:#b494ff}html{box-sizing:border-box;font-size:16px;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.7}@media screen and (max-width:576px){html{font-size:15px}}*,:after,:before{box-sizing:inherit}body{margin:0;color:var(--color-base-text);background:var(--color-base-background);word-break:break-word;word-wrap:break-word;font-family:Inter,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif}img{max-width:100%}blockquote,dd,dl,dt,p,section{margin:0}a{text-decoration:none;transition:.25s;color:inherit}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;line-height:1.5}ol,ul{margin:0;padding:0;list-style:none}button,hr{border:none}button{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;font-size:inherit;font-weight:inherit;font-family:inherit;transition:.25s;padding:0;margin:0}.content-wrapper{max-width:1200px;margin:0 auto;padding:0 1.3rem}.undo-wrap-for-scroll{margin-right:-1.3rem}.site-header{padding:1rem 0;position:sticky;top:0;background:var(--color-base-background);z-index:99}.site-header__inner{justify-content:space-between}.site-header__inner,.site-header__logo-link{display:flex;align-items:center}.site-header__logo-img{height:35px}.site-header__links{display:flex;align-items:center}.site-header__link{margin-left:1.5rem;font-size:.95rem}.site-footer{margin-top:5rem;padding:1rem 0;border-top:1px solid var(--color-border);text-align:center;font-size:.9rem;color:var(--color-base-text-lighter)}.scrollable-members{display:flex;align-items:flex-start;overflow-x:scroll;padding-bottom:1rem;-webkit-overflow-scrolling:touch;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scroll-behavior:smooth}.scrollable-members:after{content:"";display:block;width:20px;height:20px;flex-shrink:0}.scrollable-members::-webkit-scrollbar{display:none;-webkit-appearance:none}.scrollable-member__link{display:block;flex-shrink:0;width:90px;margin-right:23px;margin-left:-5px;text-align:center;line-height:1.5;scroll-snap-align:center}.scrollable-member__image,.scrollable-member__img,.scrollable-member__name,.scrollable-member__role{display:block}.scrollable-member__img{border-radius:18px;margin:0 auto}.scrollable-member__name{margin-top:8px;font-size:13px}.scrollable-member__role{font-size:12px;color:var(--color-base-text-lighter)}.post-list-empty{padding:5rem 0;text-align:center;font-weight:700;color:var(--color-base-text-lighter);font-size:1.4rem}.post-link{display:flex;flex-flow:column;position:relative;background:var(--color-base-background-lighter)}.post-link__content{display:flex;flex-direction:column;gap:0;align-items:stretch}@media screen and (max-width:992px){.post-link__content{flex-direction:row;gap:1.2rem}}@media screen and (max-width:576px){.post-link__content{gap:.8rem}}.post-link__author{padding:1.6rem 1.6rem 0;display:flex;align-items:center;font-size:13px;line-height:1.4}@media screen and (max-width:576px){.post-link__author{padding:1.4rem 1rem 0}}.post-link__main-link{padding:0 1.6rem 1.5rem;flex:1 1;min-width:0;display:flex;flex-flow:column}@media screen and (max-width:992px){.post-link__main-link{padding:1.1rem 1.6rem 1.5rem}}@media screen and (max-width:576px){.post-link__main-link{padding:1rem 1rem 1.2rem}}.post-link__date{color:var(--color-base-text-lighter);font-size:12px}.post-link__author-img{border-radius:25%;margin-right:.7rem}.post-link__title{font-size:1.1rem;flex:1 1}.post-link__site{margin-top:.9rem;color:var(--color-base-text-lighter);font-size:12px;display:flex;align-items:center}.post-link__site-favicon{border-radius:3px;margin-right:6px}.post-link__thumbnail{flex-shrink:0;width:100%;height:200px;overflow:hidden;border-radius:12px;background:var(--color-base-background);display:flex;align-items:center;justify-content:center;margin:0 0 .8rem}@media screen and (max-width:992px){.post-link__thumbnail{width:300px;height:158px;margin:1.1rem 1.6rem 1.5rem 0}}@media screen and (max-width:576px){.post-link__thumbnail{width:200px;height:105px;margin:1rem 1rem 1.2rem 0;border-radius:8px}}.post-link__thumbnail-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.post-link__new-label{position:absolute;right:-5px;top:-5px;display:block;text-align:center;width:38px;height:38px;line-height:38px;font-size:11px;font-weight:700;color:#fff;background:var(--color-primary-background);border-radius:12px}@media screen and (max-width:576px){.post-link__new-label{right:0;top:0;height:20px;line-height:20px;width:34px;border-radius:0;font-size:10px}}.post-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.3rem;gap:1.3rem}@media screen and (max-width:992px){.post-list{grid-template-columns:1fr}}.post-list .post-link{width:100%}.post-list-load{margin-top:3rem;text-align:center}.post-list-load__button{border:1px solid var(--color-border);padding:.9em 2em;border-radius:2.5em;font-size:.9rem;color:var(--color-base-text-lighter);overflow-anchor:none}.post-list-filters{margin-bottom:2rem;background:var(--color-base-background-lighter);border-radius:8px;padding:1.5rem 1.6rem}@media screen and (max-width:576px){.post-list-filters{padding:1.2rem 1rem;margin-bottom:1.5rem}}.post-list-filters__inner{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}@media screen and (max-width:576px){.post-list-filters__inner{gap:.8rem}}.post-list-filters__group{display:flex;flex-direction:column;gap:.4rem;flex:0 1 150px}@media screen and (max-width:992px){.post-list-filters__group{flex:1 1;min-width:140px}}@media screen and (max-width:576px){.post-list-filters__group{min-width:100%;flex:1 1 100%}}.post-list-filters__label{font-size:.85rem;color:var(--color-base-text-lighter);font-weight:500}.post-list-filters__input{padding:.6rem .8rem;border:1px solid var(--color-border);border-radius:4px;font-size:.95rem;font-family:inherit;color:var(--color-base-text);background:var(--color-base-background);transition:border-color .2s}.post-list-filters__input:focus{outline:none;border-color:var(--color-primary-background)}@media screen and (max-width:576px){.post-list-filters__input{padding:.7rem .8rem;font-size:1rem}}.post-list-filters__reset{padding:.6rem 1.2rem;background:var(--color-base-background);border:1px solid var(--color-border);border-radius:4px;font-size:.9rem;color:var(--color-base-text-lighter);cursor:pointer;transition:all .2s}.post-list-filters__reset:hover{background:var(--color-border);color:var(--color-base-text)}@media screen and (max-width:576px){.post-list-filters__reset{width:100%;padding:.7rem 1.2rem}}.post-list-filters__count{margin-top:.8rem;font-size:.9rem;color:var(--color-base-text-lighter);text-align:right}@media screen and (max-width:576px){.post-list-filters__count{text-align:left}}.post-list-filters__group--quick-select{flex:0 1 auto;margin-left:1.5rem;padding-left:1.5rem;border-left:1px solid var(--color-border)}@media screen and (max-width:992px){.post-list-filters__group--quick-select{flex:1 1 100%;min-width:100%;margin-left:0;padding-left:0;border-left:none}}@media screen and (max-width:576px){.post-list-filters__group--quick-select{flex:1 1 100%}}.post-list-filters__quick-buttons{display:flex;flex-wrap:wrap;gap:.6rem}@media screen and (max-width:576px){.post-list-filters__quick-buttons{gap:.5rem}}.post-list-filters__quick-button{padding:.6rem 1.2rem;background:var(--color-base-background);border:1px solid var(--color-border);border-radius:4px;font-size:.9rem;color:var(--color-base-text-lighter);cursor:pointer;transition:all .2s ease;white-space:nowrap}.post-list-filters__quick-button:hover{background:var(--color-primary-background);border-color:var(--color-primary-background);color:#fff}@media screen and (max-width:576px){.post-list-filters__quick-button{padding:.7rem 1rem;font-size:.85rem;flex:1 1 auto}}.post-list-filters__group--platform{flex:0 1 auto;margin-left:1.5rem;padding-left:1.5rem;border-left:1px solid var(--color-border)}@media screen and (max-width:992px){.post-list-filters__group--platform{flex:1 1 100%;min-width:100%;margin-left:0;padding-left:0;border-left:none}}@media screen and (max-width:576px){.post-list-filters__group--platform{flex:1 1 100%}}.post-list-filters__platform-buttons{display:flex;flex-wrap:wrap;gap:.6rem}@media screen and (max-width:576px){.post-list-filters__platform-buttons{gap:.5rem}}.post-list-filters__platform-button{padding:.6rem 1.2rem;background:var(--color-base-background);border:1px solid var(--color-border);border-radius:20px;font-size:.9rem;color:var(--color-base-text-lighter);cursor:pointer;transition:all .2s ease;white-space:nowrap}.post-list-filters__platform-button:hover{background:var(--color-base-background-lighter);border-color:var(--color-primary-background);color:var(--color-base-text)}.post-list-filters__platform-button.is-active{background:var(--color-primary-background);border-color:var(--color-primary-background);color:#fff;font-weight:600}@media screen and (max-width:576px){.post-list-filters__platform-button{padding:.7rem 1rem;font-size:.85rem;flex:1 1 auto;min-width:calc(50% - .25rem)}}.post-list-filters__count-detail{color:var(--color-primary-text);font-weight:500;margin-left:.4rem}.monthly-stats{width:100%}.monthly-stats__header-section{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:1rem}@media screen and (max-width:576px){.monthly-stats__header-section{margin-bottom:.8rem}}.monthly-stats__title{font-size:1.3rem;font-weight:600;color:var(--color-base-text);margin:0}@media screen and (max-width:576px){.monthly-stats__title{font-size:1.2rem}}.monthly-stats__toggle-button{padding:.5rem 1rem;background:var(--color-base-background);border:1px solid var(--color-border);border-radius:4px;font-size:.85rem;color:var(--color-base-text-lighter);cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.monthly-stats__toggle-button:hover{background:var(--color-base-background-lighter);border-color:var(--color-primary-background);color:var(--color-primary-background)}.monthly-stats__toggle-button:active{transform:scale(.98)}@media screen and (max-width:576px){.monthly-stats__toggle-button{padding:.4rem .8rem;font-size:.8rem}}.monthly-stats__content{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.monthly-stats__content--open{max-height:600px}.monthly-stats__table-wrapper{overflow-x:auto;overflow-y:auto;max-height:500px;-webkit-overflow-scrolling:touch;border-radius:8px;border:1px solid var(--color-border);background:var(--color-base-background)}.monthly-stats__table-wrapper::-webkit-scrollbar{width:8px;height:8px}.monthly-stats__table-wrapper::-webkit-scrollbar-track{background:var(--color-base-background-lighter)}.monthly-stats__table-wrapper::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}.monthly-stats__table{width:100%;border-collapse:collapse;font-size:.9rem}@media screen and (max-width:576px){.monthly-stats__table{font-size:.8rem}}.monthly-stats__header{padding:.8rem .6rem;text-align:center;font-weight:600;border-bottom:2px solid var(--color-border);background:var(--color-base-background-lighter);color:var(--color-base-text);white-space:nowrap;position:sticky;top:0;z-index:1}.monthly-stats__header:first-child{text-align:left;padding-left:1rem}@media screen and (max-width:576px){.monthly-stats__header:first-child{padding-left:.6rem}}.monthly-stats__header--total{font-weight:700;color:var(--color-primary-background)}@media screen and (max-width:576px){.monthly-stats__header{padding:.6rem .4rem;font-size:.75rem}}.monthly-stats__row:nth-child(2n){background:var(--color-base-background-lighter)}.monthly-stats__row:hover{background:rgba(144,96,255,.05)}.monthly-stats__cell{padding:.7rem .6rem;text-align:center;border-bottom:1px solid var(--color-border);color:var(--color-base-text)}.monthly-stats__cell--month{text-align:left;font-weight:500;padding-left:1rem;white-space:nowrap}@media screen and (max-width:576px){.monthly-stats__cell--month{padding-left:.6rem;font-size:.75rem}}.monthly-stats__cell--total{font-weight:700;color:var(--color-primary-background);background:rgba(144,96,255,.08)}@media screen and (max-width:576px){.monthly-stats__cell{padding:.5rem .4rem}}.monthly-stats--empty{padding:2rem;text-align:center;color:var(--color-base-text-lighter);font-size:.9rem}.link-back-home{font-size:.95rem;padding:.7em 1.3em;color:#fff;background:var(--color-primary-background)}.home-hero{padding:2.7rem 0 2rem}.home-hero__title{font-size:3.1rem;line-height:1.4}@media screen and (max-width:400px){.home-hero__title{font-size:2.6rem}}.home-hero__description{margin-top:.4rem;font-size:1.2rem;color:var(--color-base-text-lighter)}.home-section-title-container{display:flex;align-items:center;justify-content:space-between;padding:.3rem 0;border-bottom:1px solid var(--color-border)}.home-section-title{font-size:1.7rem}.home-section-link{font-size:1.1rem;color:var(--color-primary-text)}.home-members{padding:3rem 0}.home-members-container{margin-top:2rem}.home-members-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-top:2rem}@media screen and (max-width:768px){.home-members-grid{grid-template-columns:1fr;gap:2.5rem}}@media screen and (max-width:576px){.home-members-grid{gap:2rem}}.home-members-grid__members,.home-members-grid__stats{min-width:0}@media screen and (max-width:768px){.home-members-grid__stats{order:2}}.about{padding:2.5rem 0}.about__title{font-size:2.3rem}.about__body p{margin-top:1.2rem}.about__body a{color:var(--color-primary-text)}.about__actions{margin-top:3.5rem;text-align:center}.error{padding:3rem 0;text-align:center}.error__status{font-size:110px;font-weight:700;line-height:1.2}.error__message{color:var(--color-base-text-lighter)}.error__actions{margin-top:3rem}.member-header{padding:2rem 0;text-align:center}.member-header__avatar-img{border-radius:18px}.member-header__name{margin-top:.5rem;font-size:1.5rem}.member-header__bio{display:inline-block;margin-top:.8rem;font-size:.9rem;max-width:500px;opacity:.8}.member-posts-container{padding-top:1rem;border-top:1px solid var(--color-border)}.member-header__links{margin-top:.6rem}.member-header__link{margin:.5rem;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:var(--color-base-background-lighter);color:var(--color-base-text)}.member-header__link-icon{font-size:20px}.members{padding:2.5rem 0}.members__title{font-size:2.3rem}.members__title-team{display:block;font-size:1.3rem;color:var(--color-base-text-lighter)}.members__cards{margin-top:2rem;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2.5em 2em}@media screen and (max-width:576px){.members__cards{grid-template-columns:repeat(2,1fr)}}.member-card{display:block;text-align:center;font-size:.95rem;position:relative}.member-card:hover:before{content:"";position:absolute;z-index:-1;top:-1rem;bottom:-1rem;left:-1rem;right:-1rem;background:var(--color-base-background-lighter);opacity:0;opacity:1}.member-card__name{margin-top:.7rem;font-size:1.1rem}.member-card__bio{margin-top:.5rem;display:inline-block;text-align:left;font-size:.85rem;line-height:1.6;opacity:.7}.member-card__avatar-img{border-radius:0;width:100%;height:auto;display:block}