.memorandum-directory{--memo-green: #07866b;--memo-green-dark: #05624f;--memo-green-soft: #e9f7f2;--memo-ink: #142033;--memo-muted: #667085;--memo-border: #dce4e9;display:grid;grid-template-columns:27rem minmax(0, 1fr);min-height:78rem;margin:0;color:var(--memo-ink);background:#fff;font-size:1.5rem}.memorandum-view-count{display:inline-flex;align-items:center;border:1px solid #c9d9e8;border-radius:999rem;color:#36536f;background:#eef4fb;font-size:1.2rem;font-weight:600;line-height:1.3;padding:.2rem .55rem;white-space:nowrap}.memorandum-directory__sidebar{padding:3.2rem 1.8rem;border-right:1px solid var(--memo-border);background:#fbfcfc}.memorandum-directory__intro{padding:0 .6rem}.memorandum-directory__title-row{display:flex;align-items:center;gap:1.2rem}.memorandum-directory__title-row h1{margin:0;font-size:2.4rem;white-space:nowrap}.memorandum-directory__title-icon{display:block;flex:0 0 3.6rem;width:3.6rem;height:3.6rem;border-radius:.6rem;object-fit:cover}.memorandum-directory__intro p{margin:1.2rem 0 2.4rem;line-height:1.75}.memorandum-search{display:flex;align-items:center;gap:.8rem;padding:0 1.2rem;border:1px solid var(--memo-border);border-radius:1.2rem;background:#fff}.memorandum-search__icon{position:relative;flex:0 0 1.7rem;width:1.7rem;height:1.7rem;border:2px solid #78909c;border-radius:50%}.memorandum-search__icon::after{content:"";position:absolute;width:.8rem;height:2px;right:-.6rem;bottom:-.3rem;transform:rotate(45deg);background:#78909c}.memorandum-search input{width:100%;height:4.8rem;border:0;outline:0;background:transparent;font-size:1.5rem}.memorandum-filters{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:2.8rem}.memorandum-filters h2{flex-basis:100%;margin:0 0 .3rem .6rem;font-size:1.5rem}.memorandum-filter{display:flex;align-items:center;justify-content:center;min-height:3.8rem;padding:0 1.4rem;border:1px solid var(--memo-border);border-radius:99rem;color:var(--memo-ink);text-decoration:none;background:#fff}.memorandum-filter:hover,.memorandum-filter.is-active{color:var(--memo-green-dark);background:var(--memo-green-soft)}.memorandum-user-scopes{display:grid;gap:.4rem;margin-top:2rem}.memorandum-user-scopes a{padding:1rem 1.2rem;border-radius:.8rem;color:var(--memo-ink);text-decoration:none}.memorandum-user-scopes a:hover,.memorandum-user-scopes a.is-active{color:var(--memo-green-dark);background:var(--memo-green-soft)}.memorandum-practice-types{display:grid;gap:.3rem;margin-top:2rem;padding:1.2rem;border:1px solid var(--memo-border);border-radius:1rem;background:#fff}.memorandum-practice-types h2{margin:0 0 .5rem;font-size:1.4rem}.memorandum-practice-types__form{display:grid;gap:.8rem}.memorandum-practice-types__choices{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:.35rem}.memorandum-practice-type{display:flex;min-width:0;align-items:center;gap:.5rem;padding:.65rem .55rem;border-radius:.65rem;color:var(--memo-ink);font-size:1.25rem;text-decoration:none;cursor:pointer}.memorandum-practice-type input{flex:0 0 auto;margin:0}.memorandum-practice-type i{width:1rem;height:1rem;flex:0 0 1rem;border-radius:50%;background:var(--practice-type-color)}.memorandum-practice-type span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.memorandum-practice-type:hover,.memorandum-practice-type.is-active{color:var(--memo-green-dark);background:var(--memo-green-soft)}.memorandum-practice-types__actions{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:.6rem}.memorandum-practice-types__submit{width:100%;min-width:0;min-height:3.6rem;border:1px solid var(--memo-green-dark);border-radius:.7rem;color:#fff;background:var(--memo-green-dark);font-size:1.25rem;font-weight:700;cursor:pointer}.memorandum-practice-types__submit:hover{background:var(--memo-green)}.memorandum-practice-types__toggle{display:flex;width:100%;min-width:0;min-height:3.6rem;align-items:center;justify-content:center;margin:0;padding:.7rem .6rem;border:1px solid var(--memo-border);border-radius:.7rem;color:var(--memo-green-dark);background:#fff;font-size:1.2rem;font-weight:700;line-height:1.4;text-align:center;text-decoration:none;white-space:nowrap;writing-mode:horizontal-tb;cursor:pointer}.memorandum-practice-types__toggle:hover{background:var(--memo-green-soft)}.memorandum-practice-types__expanded{display:grid;gap:.3rem;padding-top:.7rem;border-top:1px solid var(--memo-border)}.memorandum-practice-types__expanded[hidden]{display:none}.memorandum-practice-types__expanded h3{margin:.6rem .7rem .25rem;color:var(--memo-muted);font-size:1.15rem}.memorandum-practice-name-panel{margin-bottom:2.4rem;padding:2rem;border:1px solid var(--memo-border);border-radius:1.4rem;background:#fbfdfc}.memorandum-practice-name-panel[hidden]{display:none}.memorandum-practice-name-panel__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;margin-bottom:1.5rem}.memorandum-practice-name-panel__heading h2{margin:0;font-size:2rem}.memorandum-practice-name-panel__heading p{margin:.4rem 0 0;color:var(--memo-muted);font-size:1.25rem}.memorandum-practice-name-panel__heading-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.6rem}.memorandum-practice-name-panel__heading button{padding:.7rem 1.2rem;border:1px solid var(--memo-border);border-radius:.7rem;color:var(--memo-ink);background:#fff;white-space:nowrap;cursor:pointer}.memorandum-detail-conditions{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1rem;margin-bottom:1.5rem;padding:1.2rem;border:1px solid var(--memo-border);border-radius:1rem;background:#fff}.memorandum-detail-condition{display:flex;min-width:0;align-items:center;align-content:flex-start;flex-wrap:wrap;gap:.55rem;margin:0;padding:.8rem;border:0}.memorandum-detail-condition>span,.memorandum-detail-condition legend{width:100%;margin:0 0 .25rem;color:var(--memo-muted);font-size:1.15rem;font-weight:700}.memorandum-detail-condition label{display:inline-flex;align-items:center;gap:.35rem;cursor:pointer}.memorandum-detail-condition input[type="radio"],.memorandum-detail-condition input[type="checkbox"]{margin:0}.memorandum-detail-condition input[type="search"]{width:100%;min-width:0}.memorandum-detail-condition select{min-width:8rem}.memorandum-detail-condition--query{align-items:flex-start}.memorandum-practice-name-groups{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.2rem;align-items:stretch}.memorandum-practice-name-group{display:flex;min-width:0;aspect-ratio:1 / 1;flex-direction:column;padding:1.2rem;border:1px solid var(--memo-border);border-radius:1rem;background:#fff;box-sizing:border-box;overflow:hidden}.memorandum-practice-name-group h3{display:flex;align-items:center;gap:.7rem;margin:0 0 .9rem;font-size:1.4rem}.memorandum-practice-name-group h3 i{width:1rem;height:1rem;border-radius:50%;background:var(--practice-type-color)}.memorandum-practice-name-group__toggle{display:inline-flex;align-items:center;gap:.35rem;margin-left:auto;color:var(--memo-muted);font-size:1.05rem;font-weight:400;cursor:pointer}.memorandum-practice-name-group__toggle input{margin:0}.memorandum-practice-names{display:flex;min-height:0;flex-wrap:wrap;align-content:flex-start;gap:.6rem;padding-right:.35rem;overflow-y:auto;scrollbar-gutter:stable}.memorandum-practice-name{display:inline-flex;max-width:100%;align-items:center;gap:.5rem;padding:.55rem .8rem;border:1px solid var(--memo-border);border-radius:99rem;overflow:hidden;color:var(--memo-ink);background:#fff;font-size:1.15rem;cursor:pointer}.memorandum-practice-name input{flex:0 0 auto;margin:0}.memorandum-practice-name span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.memorandum-practice-name:hover,.memorandum-practice-name:has(input:checked){color:var(--memo-green-dark);border-color:#b8dfd3;background:var(--memo-green-soft)}.memorandum-practice-name-panel__actions{display:flex;justify-content:flex-end;gap:.8rem;margin-top:1.5rem}.memorandum-practice-name-panel__result-count{align-self:center;margin-right:auto;color:var(--memo-muted);font-weight:700}.memorandum-practice-name-panel__result-count small{display:block;margin-top:.2rem;font-size:1.05rem;font-weight:400}.memorandum-practice-name-panel__actions button,.memorandum-practice-name-panel__actions input{min-width:8rem;padding:.8rem 1.4rem;border:1px solid var(--memo-border);border-radius:.7rem;background:#fff;cursor:pointer}.memorandum-practice-name-panel__actions input{color:#fff;border-color:var(--memo-green-dark);background:var(--memo-green-dark)}@media (max-width: 900px){.memorandum-detail-conditions{grid-template-columns:1fr}}.memorandum-active-practice-filters{display:flex;align-items:center;gap:1rem;margin:0 0 2rem;padding:1rem 1.2rem;border:1px solid var(--memo-border);border-radius:1rem;background:#f8fbfa}.memorandum-active-practice-filters>strong{flex:0 0 auto;font-size:1.3rem}.memorandum-active-practice-filters__tags{display:flex;min-width:0;flex-wrap:wrap;gap:.6rem}.memorandum-active-practice-filters__clear{flex:0 0 auto;margin-left:auto;padding:.55rem 1rem;border:1px solid #b8c7c2;border-radius:.7rem;background:#fff;color:#31574d;font-size:1.3rem;font-weight:700;line-height:1.2;text-decoration:none}.memorandum-active-practice-filters__clear:hover,.memorandum-active-practice-filters__clear:focus-visible{border-color:var(--memo-green);background:#edf8f4;color:var(--memo-green-dark);text-decoration:none}.memorandum-active-practice-filter{display:inline-flex;align-items:center;gap:.55rem;padding:.55rem .85rem;border:1px solid #cfe0da;border-radius:99rem;background:#fff;font-size:1.3rem}.memorandum-active-practice-filter i{width:.9rem;height:.9rem;flex:0 0 .9rem;border-radius:50%;background:var(--practice-type-color)}@media (max-width: 900px){.memorandum-practice-name-groups{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media (max-width: 560px){.memorandum-practice-name-panel{padding:1.3rem}.memorandum-practice-name-groups{grid-template-columns:1fr}}.memorandum-back-link{display:flex;align-items:center;gap:.8rem;margin-top:2rem;padding:1.5rem;border-radius:1rem;color:var(--memo-ink);text-decoration:none;background:#f6f8f9}.memorandum-directory__main{min-width:0;padding:3.2rem 3.6rem 5rem;background:#fff}.memorandum-directory.is-loading{opacity:.55;pointer-events:none}.memorandum-section-heading{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:1.8rem}.memorandum-section-heading h2{margin:0;font-size:2rem}.memorandum-section-heading h2 span{margin-right:.8rem;color:var(--memo-green)}.memorandum-section-heading__description{margin:0;color:var(--memo-muted);font-size:1.25rem}.memorandum-section-heading__actions{display:flex;align-items:center;gap:1.2rem}.memorandum-show-all{display:inline-flex;min-height:3.8rem;align-items:center;padding:0 1.4rem;border:1px solid var(--memo-border);border-radius:99rem;color:var(--memo-green-dark);background:#fff;font-size:1.3rem;font-weight:700;text-decoration:none;white-space:nowrap}.memorandum-show-all:hover,.memorandum-show-all:focus{border-color:var(--memo-green);background:var(--memo-green-soft)}.memorandum-sort-link{color:var(--memo-green-dark);text-decoration:none}.memorandum-sort-form{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.8rem}.memorandum-sort-form label{color:var(--memo-muted);font-size:1.2rem}.memorandum-sort-form select{min-width:15rem;height:4rem;padding:0 3.2rem 0 1.2rem;border:1px solid var(--memo-border);border-radius:.8rem;color:var(--memo-ink);background:#fff;font-size:1.35rem}.memorandum-sort-form select[name="sort_direction"]{min-width:9rem}.memorandum-trend-periods{display:flex;justify-content:flex-end;gap:.6rem;margin:-1rem .6rem 1.6rem}.memorandum-trend-periods--inline{flex:none;align-items:center;justify-content:flex-start;margin:0}.memorandum-trend-periods a{padding:.6rem 1.1rem;border:1px solid var(--memo-border);border-radius:99rem;color:var(--memo-muted);background:#fff;font-size:1.2rem;text-decoration:none}.memorandum-trend-periods a:hover,.memorandum-trend-periods a.is-active{color:var(--memo-green-dark);border-color:#b8dfd3;background:var(--memo-green-soft)}.memorandum-featured-grid{display:flex;gap:1.4rem;padding:.2rem .2rem 1.2rem;overflow-x:auto;scroll-behavior:smooth;scroll-padding-left:.2rem;scroll-snap-type:x mandatory;scrollbar-width:thin}.memorandum-featured-card{position:relative;display:flex;flex:0 0 calc((100% - 2.8rem) / 3);min-width:0;flex-direction:column;min-height:62rem;padding:1.8rem;border:1px solid var(--memo-border);border-radius:1.6rem;box-sizing:border-box;scroll-snap-align:start;scroll-snap-stop:always;box-shadow:0 0.6rem 1.8rem rgba(20,32,51,0.07)}.memorandum-featured-rank{position:absolute;z-index:1;top:1.2rem;right:1.2rem;display:inline-flex;min-width:3.8rem;height:2.8rem;align-items:center;justify-content:center;padding:0 .8rem;border:1px solid var(--memo-border);border-radius:99rem;color:var(--memo-muted);background:#fff;box-sizing:border-box;font-size:1.2rem;font-weight:700}.memorandum-featured-rank.is-top-three{color:#fff;border-color:var(--memo-green);background:var(--memo-green)}.memorandum-user-heading{display:flex;flex-direction:column;align-items:stretch;gap:.8rem}.memorandum-user-heading__profile{display:flex;min-width:0;align-items:center;gap:1rem}.memorandum-avatar{display:block;flex:0 0 6rem;width:6rem;max-width:6rem;height:6rem;margin:0;border-radius:50%;object-fit:cover;background:var(--memo-green-soft)}.memorandum-avatar--initial{display:grid;place-items:center;color:#fff;background:linear-gradient(135deg, #07866b, #52b89d);font-size:2rem;font-weight:700}.memorandum-avatar--locked{display:grid;place-items:center;color:var(--memo-muted);font-size:1.8rem}.memorandum-user-heading__text{min-width:0}.memorandum-user-heading__text .memorandum-period-tag,.memorandum-user-row__identity .memorandum-period-tag{align-self:flex-start;margin-bottom:.2rem;font-size:1.3rem}.memorandum-user-heading__text{display:flex;flex-direction:column;align-items:flex-start}.memorandum-user-heading h3{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.9rem}.memorandum-user-heading h3 a{color:var(--memo-ink);text-decoration:none}.memorandum-user-heading time{display:block;margin-top:.3rem;color:var(--memo-muted);font-size:1.35rem}.memorandum-diary-tags{display:flex;width:100%;min-width:0;flex-wrap:nowrap;align-items:center;gap:.55rem;margin-top:1.5rem;overflow:hidden}.memorandum-diary-tag{display:inline-flex;align-items:center;min-height:2.8rem;padding:.35rem 1rem;border-radius:99rem;font-size:1.45rem;font-weight:700;line-height:1.2;white-space:nowrap}.memorandum-diary-tag--more{flex:0 0 auto;color:var(--memo-muted);border:1px solid var(--memo-border);background:#fff}.memorandum-period-icon{display:inline-grid;flex:0 0 2.4rem;width:2.4rem;height:2.4rem;place-items:center;border-radius:50%;color:#fff;background:var(--practice-color, #07866b);font-size:1.2rem;font-weight:700;line-height:1}.memorandum-read-tag{display:inline-flex;min-height:2.6rem;align-items:center;padding:.25rem .8rem;border:1px solid #b8c4cc;border-radius:99rem;color:#52606b;background:#f5f7f8;box-sizing:border-box;font-size:1.15rem;font-weight:700;white-space:nowrap}.memorandum-ogp-content{margin-top:1.3rem}.memorandum-ogp-content__image{display:block;width:100%;aspect-ratio:1.91 / 1;border-radius:1rem;object-fit:cover;background:#f3f5f6}.memorandum-ogp-content h4{margin:1rem 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.75rem}.memorandum-featured-card h4{margin:1.4rem 0 .7rem;font-size:1.8rem}.memorandum-record-stats{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:.8rem;margin-top:1.3rem}.memorandum-record-stats span{min-width:0}.memorandum-record-stats strong{font-size:2.05rem;white-space:nowrap}.memorandum-record-stats small{margin-left:.3rem;color:var(--memo-muted);font-size:1.1rem}.memorandum-record-stats em{display:block;margin-top:.35rem;color:var(--memo-muted);font-size:1.25rem;font-style:normal}.memorandum-card-excerpt{flex:1;min-height:7rem;margin:1.6rem 0;color:#334155;font-size:1.5rem;line-height:1.7;overflow-wrap:anywhere}.memorandum-week>strong{font-size:1.4rem}.memorandum-week__labels,.memorandum-week__dots{display:grid;grid-template-columns:repeat(7, 1fr);gap:.7rem;margin-top:.8rem;text-align:center}.memorandum-week__labels span{color:var(--memo-muted);font-size:1.15rem}.memorandum-week__dots i{display:block;width:1.2rem;height:1.2rem;margin:auto;border-radius:50%;background:#d7dee3}.memorandum-week__dots i.is-active{background:var(--day-color);box-shadow:inset 0 0 0 1px rgba(0,0,0,0.08)}.memorandum-card-totals{display:flex;justify-content:space-between;gap:1rem;margin:1.6rem 0;padding-top:1.4rem;border-top:1px solid var(--memo-border);font-size:1.45rem;font-weight:700}.memorandum-card-meta{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.6rem 0;padding-top:1.4rem;border-top:1px solid var(--memo-border)}.memorandum-card-meta span{display:flex;flex-direction:column;gap:.3rem}.memorandum-card-meta small,.memorandum-user-row small{color:var(--memo-muted);font-size:1.25rem}.memorandum-read-button{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.4rem;border:1px solid var(--memo-border);border-radius:1rem;color:var(--memo-green-dark);font-size:1.4rem;text-decoration:none;font-weight:700}.memorandum-all-users{margin-top:0}.memorandum-all-users{scroll-margin-top:2rem}.memorandum-all-users{scroll-margin-top:2rem}.memorandum-section-heading--list{padding:0 .6rem}.memorandum-user-list{overflow:hidden;border:1px solid var(--memo-border);border-radius:1.4rem}.memorandum-user-list--users>.memorandum-user-row{display:flex;width:100%;min-height:8.4rem;align-items:center;gap:2.2rem;padding:1.2rem 1.8rem;color:var(--memo-ink);box-sizing:border-box}.memorandum-user-row+.memorandum-user-row{border-top:1px solid var(--memo-border)}.memorandum-user-row:hover{background:#f8fbfa}.memorandum-user-row__profile{display:flex;flex:1 1 21%;min-width:14rem;flex-direction:column;align-items:stretch;gap:.7rem}.memorandum-user-row__profile-main{display:flex;min-width:0;align-items:center;gap:1rem}.memorandum-user-row .memorandum-avatar{width:5.4rem;max-width:5.4rem;height:5.4rem;flex-basis:5.4rem;font-size:1.9rem}.memorandum-user-row__identity,.memorandum-user-row__count{display:flex;min-width:0;flex-direction:column;gap:.35rem}.memorandum-user-row__identity a{color:var(--memo-ink);text-decoration:none}.memorandum-user-row__identity strong{font-size:1.55rem}.memorandum-user-row__identity strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.memorandum-user-row__record{flex:1 1 27%;min-width:20rem}.memorandum-user-row__type.memorandum-diary-tags{width:100%;margin-top:0;white-space:nowrap}.memorandum-user-row__type .memorandum-period-icon{display:none}.memorandum-user-row__type .memorandum-diary-tag{min-height:2.5rem;padding:.25rem .85rem;font-size:1.25rem}.memorandum-user-row__metrics{display:flex;min-width:0;align-items:baseline;gap:1.4rem;margin-top:.7rem;white-space:nowrap}.memorandum-user-row__metrics strong{font-size:1.5rem;font-weight:600}.memorandum-user-row__week{display:flex;flex:1 1 25%;min-width:17rem;flex-direction:column;gap:.35rem}.memorandum-user-row__week-labels,.memorandum-user-row__week-dots{display:grid;grid-template-columns:repeat(7, 1fr);gap:.4rem;text-align:center}.memorandum-user-row__week-labels span{color:var(--memo-muted);font-size:1.05rem}.memorandum-user-row__count strong{font-size:1.5rem}.memorandum-user-row__week-dots i{display:block;width:.9rem;height:.9rem;margin:auto;border-radius:50%;background:#d7dee3}.memorandum-user-row__week-dots i.is-active{background:var(--day-color)}.memorandum-user-row__locked{color:var(--memo-muted);font-size:1.25rem}.memorandum-user-row__count{flex:0 0 8rem}.memorandum-user-row__controls{display:flex;flex:0 0 11.6rem;width:11.6rem;min-width:11.6rem;justify-content:flex-end}.memorandum-user-row__arrow{flex:0 0 1.4rem;color:#8da0ad;font-size:2.4rem;text-align:center;text-decoration:none}.memorandum-user-list--diaries>.memorandum-diary-row{display:grid;width:100%;min-height:14rem;grid-template-columns:18rem minmax(30rem, 1.6fr) minmax(24rem, 1fr) 22rem 1.4rem;align-items:stretch;gap:1.5rem;padding:1.4rem 1.8rem;box-sizing:border-box}.memorandum-diary-row+.memorandum-diary-row{border-top:1px solid var(--memo-border)}.memorandum-diary-row{cursor:pointer}.memorandum-diary-row:hover,.memorandum-diary-row:focus{outline:0;background:#f1f8f6;box-shadow:inset 0.3rem 0 0 var(--memo-green)}.memorandum-diary-row__date{display:flex;min-width:0;flex-direction:column;gap:.9rem;padding-right:1.5rem;border-right:1px solid var(--memo-border)}.memorandum-diary-row__rank{display:inline-flex;width:fit-content;min-width:3.8rem;min-height:2.6rem;align-items:center;justify-content:center;padding:.2rem .8rem;border-radius:99rem;color:#fff;background:var(--memo-green);box-sizing:border-box;font-size:1.2rem;font-weight:700}.memorandum-diary-row__date>time strong{font-size:1.45rem}.memorandum-diary-row__user{display:flex;min-width:0;align-items:flex-start;gap:1rem}.memorandum-diary-row__date .memorandum-avatar{flex:0 0 5.4rem;width:5.4rem;max-width:5.4rem;height:5.4rem}.memorandum-diary-row__date-text{display:flex;min-width:0;flex-direction:column;gap:.3rem}.memorandum-diary-row__status-tags{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:.4rem}.memorandum-diary-row__date-text strong{display:block;overflow:hidden;font-size:1.45rem;text-overflow:ellipsis;white-space:nowrap}.memorandum-diary-row__date-text a{overflow:hidden;color:var(--memo-ink);text-overflow:ellipsis;text-decoration:none;white-space:nowrap}.memorandum-diary-row__date-text small{color:var(--memo-muted);font-size:1.2rem}.memorandum-profile-actions{display:flex;min-height:3rem;align-items:center}.memorandum-profile-actions .memorandum-user-actions{width:100%;justify-content:flex-start;gap:.6rem;margin-left:0}.memorandum-profile-actions .memorandum-action-button,.memorandum-profile-actions .memorandum-follow-button{min-width:3rem;height:3rem}.memorandum-profile-actions .memorandum-follow-button{min-width:6rem;padding:0 .8rem;font-size:1.2rem}.memorandum-diary-row__ogp{display:grid;min-width:0;grid-template-columns:18rem minmax(0, 1fr);align-items:center;gap:1.2rem}.memorandum-diary-row__image-link{display:flex;width:18rem;align-items:center}.memorandum-diary-row__image{display:block;width:18rem;height:9.4rem;border-radius:.9rem;object-fit:cover;background:#f3f5f6}.memorandum-diary-row__ogp-copy{min-width:0}.memorandum-diary-row__ogp-copy h3{margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.65rem}.memorandum-diary-row__ogp-copy h3 a{color:var(--memo-ink);text-decoration:none}.memorandum-diary-row__ogp-copy p{display:-webkit-box;margin:0;overflow:hidden;color:#475467;font-size:1.3rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.memorandum-diary-row__tag-panel,.memorandum-diary-row__progress{display:flex;min-width:0;flex-direction:column;justify-content:center;gap:.7rem;padding-left:1.5rem;border-left:1px solid var(--memo-border)}.memorandum-diary-row__tag-panel>small,.memorandum-diary-row__progress>small{color:var(--memo-muted);font-size:1rem}.memorandum-diary-row__tags{display:grid;min-width:0;grid-template-columns:repeat(3, minmax(0, 1fr));gap:.45rem}.memorandum-diary-row__tags .memorandum-diary-tag:not(.memorandum-diary-tag--more){display:flex;width:100%;max-width:none;min-height:2.7rem;align-items:center;justify-content:center;padding:.35rem .45rem;box-sizing:border-box;font-size:1.2rem;line-height:1.35;text-align:center;white-space:normal;overflow-wrap:anywhere}.memorandum-diary-row__tag-more{color:var(--memo-muted);font-size:1.1rem;text-align:right}.memorandum-period-tag{display:inline-flex;flex:0 0 auto;min-height:2.6rem;align-items:center;gap:.35rem;padding:.25rem .8rem;border-radius:99rem;color:#fff;background:var(--memo-green);font-size:1.2rem;font-weight:700}.memorandum-period-tag.is-year{background:#7048a8}.memorandum-period-tag.is-month{background:#1769aa}.memorandum-period-tag.is-week{background:#b26a00}.memorandum-period-tag.is-day{background:#07866b}.memorandum-progress-table{display:flex;min-width:0;flex-wrap:wrap;gap:.45rem}.memorandum-progress-table__item{flex:0 0 calc((100% - .9rem) / 3);min-width:0;overflow:hidden;border:1px solid var(--memo-border);border-radius:.5rem;box-sizing:border-box;text-align:center}.memorandum-progress-table__item strong{display:flex;min-height:3.2rem;align-items:center;justify-content:center;padding:.4rem .45rem;color:var(--progress-ink);background:var(--progress-color);box-sizing:border-box;font-size:1.15rem;line-height:1.35;white-space:normal;overflow-wrap:anywhere}.memorandum-progress-table__item span{display:block;padding:.45rem .35rem;font-size:1.25rem;white-space:nowrap}.memorandum-progress-table>small{flex:0 0 100%;width:100%;margin-top:.2rem;color:var(--memo-muted);font-size:1.1rem;text-align:right;white-space:nowrap}.memorandum-session-list{display:grid;width:100%;gap:.65rem;overflow:hidden}.memorandum-session{display:grid;min-width:0;gap:.55rem}.memorandum-session__menu{min-width:0;overflow:hidden;border:1px solid #a9c8ef;background:#fff;text-align:center}.memorandum-session__title{display:flex;width:100%;min-width:0;min-height:2.7rem;align-items:center;justify-content:center;padding:.35rem .55rem;box-sizing:border-box;overflow:hidden;color:var(--progress-ink);background:var(--progress-color);font-size:1.15rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.memorandum-session__metrics{display:grid;min-width:0;grid-template-columns:repeat(3, minmax(0, 1fr))}.memorandum-session__metrics span{display:flex;min-width:0;min-height:2.8rem;align-items:center;justify-content:center;padding:.3rem .2rem;box-sizing:border-box;overflow:hidden;border-left:1px solid #c7daf2;font-size:1.1rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.memorandum-session__metrics span:first-child{border-left:0}.memorandum-session-list__more{color:var(--memo-muted);font-size:1.05rem;text-align:right}.memorandum-diary-row__summary{display:flex;min-width:0;align-items:center;padding-left:1.5rem;border-left:1px solid var(--memo-border)}.memorandum-diary-row__metrics{display:grid;width:100%;grid-template-columns:repeat(3, minmax(0, 1fr));gap:.8rem}.memorandum-diary-row__metrics span{display:flex;min-width:0;flex-direction:column;gap:.25rem}.memorandum-diary-row__metrics strong{overflow:hidden;text-overflow:ellipsis;color:var(--memo-ink);font-size:1.7rem;white-space:nowrap}.memorandum-diary-row__metrics small{color:var(--memo-muted);font-size:1.1rem}.memorandum-diary-row>.memorandum-user-row__arrow{flex:0 0 1.4rem}.memorandum-page-size-form select[name="per_page"]{min-width:9rem}.memorandum-list-option{display:inline-flex;min-height:3.6rem;align-items:center;gap:.5rem;padding:0 .8rem;border:1px solid var(--memo-border);border-radius:.8rem;color:var(--memo-ink) !important;background:#fff;font-size:1.25rem !important;white-space:nowrap;cursor:pointer}.memorandum-list-option input{width:1.6rem;height:1.6rem;margin:0;accent-color:var(--memo-green)}.memorandum-user-actions{display:flex;align-items:center;justify-content:flex-end;gap:.6rem}.memorandum-user-actions{flex-wrap:wrap}.memorandum-user-actions form{margin:0}.memorandum-user-actions.is-compact{margin-left:auto}.memorandum-action-button,.memorandum-follow-button{display:grid;min-width:3.6rem;height:3.6rem;place-items:center;padding:0 .9rem;border:1px solid var(--memo-border);border-radius:.8rem;color:#708090;background:#fff;text-decoration:none;cursor:pointer}.memorandum-user-actions.is-loading{opacity:.6;pointer-events:none}.memorandum-mute-action{display:flex;flex:0 0 100%;justify-content:flex-end}.memorandum-profile-actions .memorandum-mute-action{padding-left:4.2rem;justify-content:flex-start;box-sizing:border-box}.memorandum-mute-button{min-width:0;border:1px solid #cbd5df;border-radius:.7rem;padding:.65rem .8rem;color:#53606d;background:#fff;line-height:1.3;white-space:nowrap;writing-mode:horizontal-tb;cursor:pointer}.memorandum-mute-button:hover{color:#9b2c2c;border-color:#e7a5a5;background:#fff7f7}.memorandum-mute-button.is-muted{color:#fff;border-color:#66727e;background:#66727e}.memorandum-mute-dialog{position:fixed !important;top:50% !important;right:auto !important;bottom:auto !important;left:50% !important;width:520px;max-width:calc(100vw - 24px);max-height:calc(100vh - 24px);margin:0 !important;padding:0;border:0;border-radius:1.2rem;box-sizing:border-box;overflow-y:auto;transform:translate(-50%, -50%);box-shadow:0 1.5rem 5rem rgba(15,30,45,0.25)}.memorandum-mute-dialog::backdrop{background:rgba(15,30,45,0.48)}.memorandum-mute-dialog form{display:flex !important;width:100%;flex-direction:column !important;gap:1rem;margin:0 !important;padding:2rem;box-sizing:border-box}.memorandum-mute-dialog h2{width:100%;margin:0;font-size:1.8rem}.memorandum-mute-dialog p{width:100%;margin:0 0 .5rem;color:#65717d;font-size:1.35rem;line-height:1.7}.memorandum-mute-dialog .memorandum-mute-choice{position:static !important;display:flex !important;float:none !important;width:100% !important;min-width:0;align-items:flex-start;gap:1rem;margin:0 !important;padding:1.2rem;border:1px solid #d7e0e8;border-radius:.9rem;box-sizing:border-box;cursor:pointer}.memorandum-mute-choice:has(input:checked){border-color:var(--memo-green);background:var(--memo-green-soft)}.memorandum-mute-choice input{flex:0 0 auto;width:1.7rem;height:1.7rem;margin:.15rem 0 0}.memorandum-mute-choice span{display:flex;min-width:0;flex:1 1 auto;flex-direction:column;gap:.35rem;line-height:1.6;white-space:normal;word-break:keep-all;overflow-wrap:anywhere}.memorandum-mute-choice strong{font-size:1.5rem}.memorandum-mute-choice small{color:#65717d;font-size:1.25rem}.memorandum-mute-dialog__actions{display:flex;width:100%;justify-content:flex-end;gap:.8rem;margin-top:.5rem}.memorandum-mute-cancel,.memorandum-mute-confirm{border:0;border-radius:.7rem;padding:.85rem 1.2rem;cursor:pointer}.memorandum-mute-cancel{background:#edf1f4}.memorandum-mute-confirm{color:#fff;background:#9b2c2c}@media (max-width: 480px){.memorandum-mute-dialog form{padding:1.5rem}.memorandum-mute-dialog__actions{flex-direction:column-reverse}.memorandum-mute-cancel,.memorandum-mute-confirm{width:100%;min-height:4.4rem}}.memorandum-action-button{padding:0;font-size:2.2rem}.memorandum-action-button.is-favorite{color:#efb400}.memorandum-follow-button{color:var(--memo-green-dark);font-size:1.3rem;font-weight:700}.memorandum-user-row .memorandum-follow-button{min-width:7.4rem}.memorandum-follow-button.is-following{color:#fff;border-color:var(--memo-green);background:var(--memo-green)}.memorandum-follow-button.is-requested{color:var(--memo-muted);background:#f3f5f6}.memorandum-locked{max-width:58rem;margin:6rem auto;padding:4rem;border:1px solid var(--memo-border, #dce4e9);border-radius:1.6rem;text-align:center;background:#fff;box-shadow:0 0.6rem 1.8rem rgba(20,32,51,0.07)}.memorandum-locked__icon{font-size:4rem}.memorandum-locked h1{margin:1.5rem 0 1rem}.memorandum-locked p{margin-bottom:2rem;color:var(--memo-muted, #667085)}.memorandum-locked form{display:flex;justify-content:center}.memorandum-empty{padding:5rem 2rem;border:1px dashed var(--memo-border);border-radius:1.4rem;text-align:center;background:#fbfcfc}.memorandum-empty h3{margin:0}.memorandum-empty p{margin:1rem 0 0;color:var(--memo-muted)}.memorandum-all-users .pagination{display:flex;justify-content:center;gap:.6rem;margin-top:2.4rem}.memorandum-all-users .pagination span{display:grid;min-width:3.8rem;height:3.8rem;place-items:center;border:1px solid var(--memo-border);border-radius:.8rem}.memorandum-all-users .pagination .current{color:#fff;border-color:var(--memo-green);background:var(--memo-green)}.memorandum-all-users .pagination a{color:var(--memo-ink);text-decoration:none}@media only screen and (max-width: 960px){.memorandum-directory{grid-template-columns:1fr}.memorandum-directory__sidebar{padding:2rem;border-right:0;border-bottom:1px solid var(--memo-border)}.memorandum-directory__intro p{display:none}.memorandum-filters{display:flex;gap:.6rem;margin-top:1.4rem;overflow-x:auto}.memorandum-filters h2{display:none}.memorandum-filter{flex:0 0 auto;min-height:4rem}.memorandum-back-link{margin-top:1.2rem}.memorandum-directory__main{padding:2.4rem 2rem 4rem}.memorandum-featured-card{flex-basis:calc((100% - 1.4rem) / 2)}.memorandum-user-scopes{display:flex;gap:.6rem;overflow-x:auto}.memorandum-user-scopes a{white-space:nowrap}.memorandum-user-list--users>.memorandum-user-row{gap:1.2rem}.memorandum-user-row__profile{flex:1 1 14rem}.memorandum-user-row__record{flex:1.2 1 16rem}.memorandum-user-row__week,.memorandum-user-row__count{display:none}.memorandum-user-list--diaries>.memorandum-diary-row{grid-template-columns:16rem minmax(25rem, 1.4fr) minmax(20rem, 1fr) 18rem 1.4rem;gap:1.2rem}.memorandum-diary-row__ogp{grid-template-columns:12rem minmax(0, 1fr)}.memorandum-diary-row__image-link{width:12rem}.memorandum-diary-row__image{width:12rem;height:6.3rem}}@media only screen and (max-width: 600px){.memorandum-directory{font-size:1.4rem}.memorandum-directory__sidebar,.memorandum-directory__main{padding-right:1.2rem;padding-left:1.2rem}.memorandum-directory__title-row h1{font-size:2.4rem}.memorandum-featured-grid{display:flex;gap:1.2rem;margin:0 -1.2rem;padding:0 1.2rem 1rem;overflow-x:auto;scroll-behavior:smooth;scroll-padding-left:1.2rem;scroll-snap-type:x mandatory;scrollbar-width:none}.memorandum-featured-grid::-webkit-scrollbar{display:none}.memorandum-featured-card,.memorandum-featured-card:nth-child(2),.memorandum-featured-card:nth-child(3){display:grid;flex:0 0 calc(100% - 2.4rem);min-width:0;grid-template-columns:minmax(14rem, 0.9fr) minmax(18rem, 1.1fr);align-content:start;column-gap:1.2rem;scroll-snap-align:start;scroll-snap-stop:always}.memorandum-user-heading{grid-column:1;grid-row:1}.memorandum-featured-card .memorandum-record-stats{grid-column:2;grid-row:1;align-self:center;margin-top:0}.memorandum-featured-card .memorandum-record-stats strong{font-size:1.7rem}.memorandum-featured-card .memorandum-diary-tags{grid-column:1;grid-row:2;align-self:start}.memorandum-featured-card .memorandum-ogp-content,.memorandum-featured-card .memorandum-card-excerpt,.memorandum-featured-card .memorandum-week,.memorandum-featured-card .memorandum-card-totals,.memorandum-featured-card .memorandum-read-button{grid-column:1 / -1}.memorandum-section-heading h2{font-size:1.7rem}.memorandum-section-heading__description{display:none}.memorandum-user-list--users>.memorandum-user-row{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:1rem;padding:1.2rem}.memorandum-user-row__profile,.memorandum-user-row__record{width:100%;min-width:0;flex:none}.memorandum-user-row__record{padding-left:6.4rem}.memorandum-user-row__controls{position:absolute;top:1.2rem;right:1.2rem;width:auto;min-width:0}.memorandum-user-row__arrow{display:none}.memorandum-user-actions{flex-wrap:wrap}.memorandum-follow-button{min-width:7.2rem}.memorandum-user-list--diaries>.memorandum-diary-row{position:relative;display:grid;min-height:0;grid-template-columns:13rem minmax(18rem, 1fr) 18rem;grid-template-areas:"date ogp ogp" "progress progress summary";gap:1.2rem;padding:1.2rem}.memorandum-diary-row__date{grid-area:date;padding-right:1.2rem;border-right:1px solid var(--memo-border);border-bottom:0}.memorandum-diary-row__user{flex-direction:column}.memorandum-diary-row__ogp{display:grid;grid-area:ogp;grid-template-columns:14rem minmax(0, 1fr)}.memorandum-diary-row__image-link{width:14rem}.memorandum-diary-row__image{width:14rem;height:7.3rem;aspect-ratio:auto}.memorandum-diary-row__progress{grid-area:progress;min-width:0;padding:1.2rem 1.2rem 0 0;border-top:1px solid var(--memo-border);border-left:0}.memorandum-diary-row__summary{grid-area:summary;min-width:0;padding:1.2rem 0 0 1.2rem;border-top:1px solid var(--memo-border);border-left:1px solid var(--memo-border)}.memorandum-diary-row>.memorandum-user-row__arrow{display:none}}@media only screen and (max-width: 420px){.memorandum-user-list--diaries>.memorandum-diary-row{display:flex;flex-direction:column}.memorandum-diary-row__date{padding:0 0 1rem;border-right:0;border-bottom:1px solid var(--memo-border)}.memorandum-diary-row__user{flex-direction:row}.memorandum-diary-row__ogp{display:flex;flex-direction:column}.memorandum-diary-row__image-link,.memorandum-diary-row__image{width:100%}.memorandum-diary-row__image{height:auto;aspect-ratio:1.91 / 1}.memorandum-diary-row__progress,.memorandum-diary-row__summary{width:100%;padding:1rem 0 0;border-top:1px solid var(--memo-border);border-left:0}}.memorandum-user-list.memorandum-user-list--diaries{overflow-x:auto}.memorandum-user-list .memorandum-diary-row{display:flex;width:100%;min-width:105rem;min-height:14rem;align-items:stretch;gap:1.5rem;padding:1.4rem 1.8rem;box-sizing:border-box}.memorandum-user-list .memorandum-diary-row__date{flex:0 0 17rem;width:17rem;padding-right:1.5rem;border-right:1px solid var(--memo-border);border-bottom:0}.memorandum-user-list .memorandum-diary-row__user{flex-direction:row}.memorandum-user-list .memorandum-diary-row__date-text .memorandum-period-tag{align-self:flex-start;margin-bottom:.15rem}.memorandum-user-list .memorandum-diary-row__date-text .memorandum-period-tag{font-size:1.3rem}.memorandum-user-list .memorandum-diary-row__ogp{display:flex;flex:1 1 27rem;min-width:24rem;align-items:center;gap:1rem}.memorandum-user-list .memorandum-diary-row__image-link{flex:0 0 14rem;width:14rem}.memorandum-user-list .memorandum-diary-row__image{width:14rem;height:7.3rem;aspect-ratio:auto}.memorandum-user-list .memorandum-diary-row__tag-panel{flex:0 0 23rem;width:23rem;min-width:23rem;padding:0 0 0 1.5rem;border-top:0;border-left:1px solid var(--memo-border)}.memorandum-user-list .memorandum-diary-row__progress{flex:0 0 23rem;width:23rem;min-width:23rem;padding:0 0 0 1.5rem;border-top:0;border-left:1px solid var(--memo-border)}.memorandum-user-list .memorandum-diary-row__summary{flex:0 0 25rem;width:25rem;min-width:25rem;padding:0 0 0 1.5rem;border-top:0;border-left:1px solid var(--memo-border)}.memorandum-user-list .memorandum-diary-row>.memorandum-user-row__arrow{display:block;flex:0 0 1.4rem;align-self:center}@media only screen and (min-width: 901px){.memorandum-user-list .memorandum-diary-row{min-height:16rem;padding-top:1.8rem;padding-bottom:1.8rem}.memorandum-user-list .memorandum-diary-row__ogp{flex:1 1 23rem;width:auto;min-width:23rem;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.8rem}.memorandum-user-list .memorandum-diary-row__image-link{flex:0 0 auto;width:100%;align-items:flex-start}.memorandum-user-list .memorandum-diary-row__image{width:100%;height:auto;aspect-ratio:1.91 / 1}.memorandum-user-list .memorandum-diary-row__ogp-copy{width:100%}.memorandum-diary-row__rank{font-size:1.35rem}.memorandum-diary-row__date>time strong,.memorandum-diary-row__date-text strong{font-size:1.6rem}.memorandum-diary-row__date-text small{font-size:1.3rem}.memorandum-diary-row__ogp-copy h3{font-size:1.8rem}.memorandum-diary-row__ogp-copy p{font-size:1.45rem;line-height:1.6}.memorandum-diary-row__tag-panel>small,.memorandum-diary-row__progress>small{font-size:1.2rem}.memorandum-diary-row__tags .memorandum-diary-tag:not(.memorandum-diary-tag--more){font-size:1.3rem}.memorandum-diary-row__tag-more,.memorandum-progress-table>small{font-size:1.2rem}.memorandum-progress-table__item strong{font-size:1.25rem}.memorandum-progress-table__item span{font-size:1.4rem}.memorandum-diary-row__metrics{gap:1rem}.memorandum-diary-row__metrics strong{overflow:visible;font-size:1.75rem;text-overflow:clip}.memorandum-diary-row__metrics small{font-size:1.25rem}}@media only screen and (max-width: 900px){.memorandum-user-list.memorandum-user-list--diaries{display:flex;flex-direction:column;gap:1.2rem;overflow:visible;border:0;border-radius:0;background:transparent}.memorandum-user-list .memorandum-diary-row{display:grid;width:100%;min-width:0;grid-template-columns:repeat(2, minmax(0, 1fr));grid-template-areas:"date ogp" "summary ogp" "tags progress";align-items:stretch;gap:1.2rem;padding:1.2rem;border:1px solid var(--memo-border);border-radius:1.2rem;background:#fff;box-shadow:0 0.35rem 1rem rgba(20,32,51,0.07)}.memorandum-user-list .memorandum-diary-row+.memorandum-diary-row{border-top:1px solid var(--memo-border)}.memorandum-user-list .memorandum-diary-row__date{grid-area:date;width:auto;min-width:0;padding:0 1.2rem 0 0;border-right:1px solid var(--memo-border);border-bottom:0}.memorandum-user-list .memorandum-diary-row__ogp{display:flex;width:auto;min-width:0;grid-area:ogp;flex-direction:column;align-items:stretch}.memorandum-user-list .memorandum-diary-row__image-link,.memorandum-user-list .memorandum-diary-row__image{width:100%}.memorandum-user-list .memorandum-diary-row__image-link{flex:none}.memorandum-user-list .memorandum-diary-row__image{height:auto;aspect-ratio:1.91 / 1}.memorandum-user-list .memorandum-diary-row__tag-panel{width:auto;min-width:0;grid-area:tags;padding:1.2rem 1.2rem 0 0;border-top:1px solid var(--memo-border);border-left:0}.memorandum-user-list .memorandum-diary-row__progress{width:auto;min-width:0;grid-area:progress;padding:1.2rem 0 0 1.2rem;border-top:1px solid var(--memo-border);border-left:1px solid var(--memo-border)}.memorandum-user-list .memorandum-diary-row__summary{width:auto;min-width:0;grid-area:summary;align-self:end;padding:1.2rem 1.2rem 0 0;border-top:1px solid var(--memo-border);border-left:0}.memorandum-user-list .memorandum-diary-row>.memorandum-user-row__arrow{display:none}}@media only screen and (max-width: 450px){.memorandum-user-list .memorandum-diary-row__metrics{display:flex;flex-direction:column;gap:.6rem}.memorandum-user-list .memorandum-diary-row__metrics span{flex-direction:row;align-items:baseline;justify-content:space-between;gap:.6rem}.memorandum-user-list .memorandum-diary-row__metrics strong{font-size:1.45rem}.memorandum-user-list .memorandum-diary-row__metrics small{order:-1}}
