.ComposeModal-module__y7gUTG__overlay{z-index:300;background:#14080085;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ComposeModal-module__y7gUTG__modal{writing-mode:horizontal-tb;background:repeating-linear-gradient(108deg,#0000 0 4px,#50642805 4px 5px),linear-gradient(#fae6befa 0%,#e1e6befc 50%,#d2e6c8 100%);border:2px solid #829a5b;border-radius:12px;flex-direction:column;width:98vw;max-width:560px;height:82vh;max-height:82vh;padding:20px 12px;display:flex;overflow:hidden;box-shadow:0 8px 32px #1e0a0061}@media (max-width:700px){.ComposeModal-module__y7gUTG__modal{height:95dvh;max-height:95dvh}}.ComposeModal-module__y7gUTG__content{writing-mode:vertical-rl;flex-direction:column;flex:1;align-items:stretch;gap:8px;min-width:0;min-height:0;display:flex;overflow:hidden}.ComposeModal-module__y7gUTG__screenTitle{writing-mode:vertical-rl;letter-spacing:.18em;font-size:20px;font-weight:700;font-family:var(--font-syuku), serif;color:var(--accent);flex-shrink:0;justify-content:flex-start;align-items:center;padding:0 4px;display:flex}.ComposeModal-module__y7gUTG__screenTitleWithMakimono{justify-content:space-between}.ComposeModal-module__y7gUTG__composeMakinoArea{flex-direction:row;align-items:center;gap:4px;display:flex}.ComposeModal-module__y7gUTG__composeMakinoBtn{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background .15s,border-color .15s;display:flex}.ComposeModal-module__y7gUTG__composeMakinoBtn:hover{background:#829a5b26}.ComposeModal-module__y7gUTG__composeMakinoBtnSelected{border-color:var(--accent);background:#829a5b33}.ComposeModal-module__y7gUTG__composeMakinoLabel{writing-mode:vertical-rl;letter-spacing:.06em;color:var(--accent);font-size:.7rem;font-weight:400;font-family:var(--font-syuku), serif;white-space:nowrap;max-height:7em;overflow:hidden}.ComposeModal-module__y7gUTG__boardSelector{z-index:400;writing-mode:vertical-rl;border:1px solid var(--border);scrollbar-gutter:stable;background:#f5f0e4;border-radius:8px;flex-direction:column;max-width:90dvw;display:flex;position:fixed;overflow:auto hidden;box-shadow:0 4px 16px #1e0a0038}.ComposeModal-module__y7gUTG__boardSelector::-webkit-scrollbar{height:6px}.ComposeModal-module__y7gUTG__boardSelector::-webkit-scrollbar-track{background:#829a5b1a;border-radius:3px}.ComposeModal-module__y7gUTG__boardSelector::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.ComposeModal-module__y7gUTG__boardSelectorItem{writing-mode:vertical-rl;font-size:.9rem;font-family:var(--font-syuku), serif;cursor:pointer;white-space:nowrap;color:var(--text);letter-spacing:.08em;text-align:start;background:0 0;border:none;padding:10px 14px;transition:background .1s;display:block}.ComposeModal-module__y7gUTG__boardSelectorItem:hover{background:#829a5b2e}.ComposeModal-module__y7gUTG__boardSelectorItemActive{color:var(--accent);font-weight:700}.ComposeModal-module__y7gUTG__boardSelectorItemDimmed{opacity:.4;cursor:default}.ComposeModal-module__y7gUTG__boardSelectorItemDimmed:hover{background:0 0}.ComposeModal-module__y7gUTG__boardSelectorCancel{color:var(--text-muted)}.ComposeModal-module__y7gUTG__boardSelectorSep{background:#829a5b59;flex-shrink:0;align-self:stretch;width:1px;margin:6px 0}.ComposeModal-module__y7gUTG__fieldWrap{flex-direction:column;display:flex}.ComposeModal-module__y7gUTG__fieldWrapTitle{flex-shrink:0}.ComposeModal-module__y7gUTG__fieldWrapBody{flex:1;min-width:0}.ComposeModal-module__y7gUTG__titleInput{writing-mode:vertical-rl;border:1px solid var(--border);background:var(--bg);width:48px;color:var(--text);word-break:break-all;cursor:text;border-radius:6px;flex-shrink:0;padding:10px 7px;font-family:inherit;font-size:17px;overflow:auto}.ComposeModal-module__y7gUTG__titleInput:focus{border-color:var(--accent);outline:none}.ComposeModal-module__y7gUTG__titleInput:empty:before{content:attr(data-placeholder);color:var(--text-muted);pointer-events:none}.ComposeModal-module__y7gUTG__bodyInput{writing-mode:vertical-rl;border:1px solid var(--border);background:var(--bg);min-width:0;color:var(--text);word-break:break-all;cursor:text;white-space:pre-wrap;border-radius:6px;flex:1;padding:10px 8px;font-family:inherit;font-size:17px;overflow:auto}.ComposeModal-module__y7gUTG__bodyInput:focus{border-color:var(--accent);outline:none}.ComposeModal-module__y7gUTG__bodyInput:empty:before{content:attr(data-placeholder);color:var(--text-muted);pointer-events:none}.ComposeModal-module__y7gUTG__charCount{writing-mode:vertical-rl;color:var(--text-muted);letter-spacing:.12em;flex-shrink:0;align-self:flex-end;padding:6px 1px;font-size:.7em}.ComposeModal-module__y7gUTG__charCountNear{color:#884898;font-weight:700}.ComposeModal-module__y7gUTG__charCountOver{color:var(--accent);font-weight:700}.ComposeModal-module__y7gUTG__actions{flex-direction:row;flex-shrink:0;gap:8px;display:flex}.ComposeModal-module__y7gUTG__btn{writing-mode:vertical-rl;width:46px;font-size:17px;font-family:var(--font-syuku), serif;cursor:pointer;letter-spacing:.14em;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;transition:opacity .15s;display:flex}.ComposeModal-module__y7gUTG__btn:hover:not(:disabled){opacity:.82}.ComposeModal-module__y7gUTG__btn:disabled{cursor:default;opacity:.5}.ComposeModal-module__y7gUTG__btnSubmit{background:var(--accent);color:#fff}.ComposeModal-module__y7gUTG__btnCancel{border:1px solid var(--border);color:var(--text-muted);background:#e8dfc8}.ComposeModal-module__y7gUTG__errorMessage{writing-mode:vertical-rl;color:var(--accent);flex-shrink:0;align-self:flex-end;padding:4px 2px;font-size:.85rem}
.Sidebar-module__WZVnLW__sidebar{writing-mode:vertical-rl;background:var(--nav-bg);flex-flow:wrap;align-items:center;min-width:56px;height:100dvh;display:flex;overflow:visible}.Sidebar-module__WZVnLW__navUpper{flex-flow:row;align-items:center;display:flex}.Sidebar-module__WZVnLW__navLower{flex-flow:row;align-items:center;margin-top:auto;margin-bottom:20px;display:flex}.Sidebar-module__WZVnLW__navBird{justify-content:center;align-items:center;margin:2px 0;font-size:20px;text-decoration:none;display:flex}.Sidebar-module__WZVnLW__navBrand{font-family:var(--font-syuku), serif;color:#e8e0c8;flex-wrap:nowrap;margin:2px 0 30px;font-size:25px}.Sidebar-module__WZVnLW__navItem{border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin:5px;font-size:18px;text-decoration:none;display:flex;position:relative}.Sidebar-module__WZVnLW__navItem:hover,.Sidebar-module__WZVnLW__navItem.Sidebar-module__WZVnLW__active{background:var(--nav-active);color:#fff}.Sidebar-module__WZVnLW__navTooltip{color:#b5bb7e;font-family:var(--font-syuku), serif;white-space:nowrap;pointer-events:none;z-index:200;writing-mode:vertical-rl;background:#1a2c1a;border:1px solid #829a5b;border-radius:4px;padding:8px 4px;font-size:12px;display:none;position:absolute;right:100%}.Sidebar-module__WZVnLW__navItem:hover .Sidebar-module__WZVnLW__navTooltip{display:block}.Sidebar-module__WZVnLW__navTuduru img{filter:brightness(1.8)drop-shadow(0 0 8px #b5bb7e)}.Sidebar-module__WZVnLW__navAvatar{clip-path:polygon(50% 0%,93.3% 25%,93.3% 75%,50% 100%,6.7% 75%,6.7% 25%);width:38px;height:38px;font-family:var(--font-syuku), serif;writing-mode:horizontal-tb;cursor:pointer;border:none;justify-content:center;align-items:center;margin:10px 0;padding:0;font-size:1.2rem;display:flex}
.Topbar-module__LfIHZq__fixed{top:0;left:0;right:var(--sidebar-width,56px);z-index:10;position:fixed}.Topbar-module__LfIHZq__topbar{background:repeating-linear-gradient(97deg, transparent 0px, transparent 2px, #b5c86412 2px, #b5c86412 3px), repeating-linear-gradient(83deg, transparent 0px, transparent 1px, #5078321a 1px, #5078321a 2px), repeating-linear-gradient(41deg, transparent 0px, transparent 4px, #c8dc8c0f 4px, #c8dc8c0f 5px), repeating-linear-gradient(128deg, transparent 0px, transparent 3px, #1e3c1417 3px, #1e3c1417 4px), repeating-linear-gradient(62deg, transparent 0px, transparent 6px, #a0c8640d 6px, #a0c8640d 7px), linear-gradient(97deg, #0000002e 0%, #ffffff14 18%, #0000001f 35%, #ffffff0f 52%, #00000024 70%, #ffffff0d 85%, #0000001a 100%), var(--header-bg);height:45px;font-family:var(--font-syuku), serif;border-bottom:1px solid #1a2c1a;flex-direction:row-reverse;align-items:flex-end;display:flex}.Topbar-module__LfIHZq__title{color:var(--header-text);align-items:center;gap:6px;margin:0 10px;font-size:20px;font-weight:800;display:flex}.Topbar-module__LfIHZq__search{font-family:var(--font-tegomin), serif;background:#b5bb7e59;border:1px solid #b5bb7e66;border-radius:14px;align-items:center;gap:6px;height:30px;margin:0 5px 5px;padding:0 10px;display:flex}.Topbar-module__LfIHZq__searchInput{font-family:var(--font-tegomin), serif;color:#f0ead8;background:0 0;border:none;outline:none;width:120px;font-size:16px}.Topbar-module__LfIHZq__searchInput::placeholder{color:#b0d4a0;font-size:16px}
.PostCard-module__daOK_G__card{outline-offset:-6px;background:repeating-linear-gradient(108deg,#0000 0 4px,#50642805 4px 5px),repeating-linear-gradient(18deg,#0000 0 6px,#78963c06 6px 7px),linear-gradient(#fae6bef2 0%,#e1e6bef7 50%,#bee6be 100%);border:2px solid #829a5b;border-radius:10px;outline:1px solid #829a5b59;flex-direction:column;flex-shrink:0;height:95%;margin:0 10px;padding:0 3px;display:flex;overflow:hidden;box-shadow:inset 0 1px #dcf0c8b3,inset 0 -1px #3250141a,0 4px 12px #1e320a33,0 1px 4px #1e320a1a}.PostCard-module__daOK_G__cardReply{background:repeating-linear-gradient(108deg,#0000 0 4px,#3c503c05 4px 5px),linear-gradient(#e4eee0d9 0%,#d2e4ceeb 100%);height:85%}.PostCard-module__daOK_G__repostCol{border-left:1px solid var(--border);width:34px;color:inherit;flex-direction:row;align-items:center;margin:0;padding:8px 4px 0;font-size:.8rem;text-decoration:none;display:flex;overflow:hidden}.PostCard-module__daOK_G__repostCol:hover{background:#829a5b1f}.PostCard-module__daOK_G__repostIcon{vertical-align:middle;width:1em;height:1em;margin:5px 0 2px}.PostCard-module__daOK_G__repostName{font-family:var(--font-syuku), serif;margin:5px 0 2px;font-size:.8rem;font-weight:700}.PostCard-module__daOK_G__authorCol{border-left:1px solid var(--border);cursor:pointer;color:inherit;flex-flow:wrap;flex:1;align-items:center;padding:0 4px;text-decoration:none;display:flex;overflow:visible}.PostCard-module__daOK_G__authorCol:hover{background:#829a5b1f}.PostCard-module__daOK_G__typeIconInAuthor{vertical-align:middle;flex-shrink:0;width:1.3em;height:1.3em;margin:10px 0 2px}.PostCard-module__daOK_G__authorAvatar{clip-path:polygon(50% 0%,93.3% 25%,93.3% 75%,50% 100%,6.7% 75%,6.7% 25%);color:#fff;width:38px;height:38px;font-size:1.2rem;font-family:var(--font-syuku), serif;writing-mode:horizontal-tb;cursor:pointer;background-color:#c0302a;justify-content:center;justify-self:start;align-items:center;margin:10px 0 2px;display:flex}.PostCard-module__daOK_G__authorName{font-family:var(--font-syuku), serif;flex-wrap:wrap;justify-self:start;margin:10px 0;font-size:1rem;font-weight:700}.PostCard-module__daOK_G__authorHandle{font-family:var(--font-syuku), serif;color:#7a5a38;flex-wrap:wrap;justify-self:start;margin:10px 0;font-size:.8rem}.PostCard-module__daOK_G__authorBadge{font-size:.6rem;font-family:var(--font-tegomin), serif;white-space:nowrap;border-radius:5px;margin:4px 0;padding:2px 5px}.PostCard-module__daOK_G__bodyCol{cursor:pointer;background:#f4fbed;flex-direction:column;flex:1;display:flex}.PostCard-module__daOK_G__bodyCol:hover{background:#f8fff4}.PostCard-module__daOK_G__title{font-family:var(--font-syuku), serif;padding:10px 0;font-size:1.2rem;font-style:normal;font-weight:700}.PostCard-module__daOK_G__bodyText{white-space:pre-wrap;min-width:50px;font-family:var(--font-tegomin), serif;margin:0;padding:15px 2px;font-size:1rem;font-weight:400}.PostCard-module__daOK_G__time{color:#7a5a38;flex-wrap:wrap;justify-content:flex-end;margin:auto 0 10px 2px;font-size:.8rem;display:flex}.PostCard-module__daOK_G__time span{white-space:nowrap;margin:10px 0 0}.PostCard-module__daOK_G__actionsCol{border-right:1px solid var(--border);touch-action:manipulation;flex-direction:row;flex:1;justify-content:center;align-items:center;margin:0;padding:5px 0 10px;display:flex}.PostCard-module__daOK_G__actionsGroup{flex-flow:wrap;justify-content:flex-end;align-items:center;margin-top:auto;font-size:.8rem;display:flex}.PostCard-module__daOK_G__btnActionGroup{flex-flow:wrap;justify-content:center;align-items:center;padding:5px 2px 5px 3px;display:flex}.PostCard-module__daOK_G__btnAction{cursor:pointer;color:#0e1228;touch-action:manipulation;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;height:40px;margin-top:15px;padding:0 1px;font-size:1rem;display:flex}.PostCard-module__daOK_G__btnAction.PostCard-module__daOK_G__btnDisabled{cursor:default}.PostCard-module__daOK_G__icon{text-align:start;vertical-align:top;padding-top:0}.PostCard-module__daOK_G__icon img{vertical-align:middle;width:1.2em;height:1.2em}.PostCard-module__daOK_G__btnAction.PostCard-module__daOK_G__okashi .PostCard-module__daOK_G__icon img,.PostCard-module__daOK_G__btnAction.PostCard-module__daOK_G__aware .PostCard-module__daOK_G__icon img{filter:drop-shadow(0 2px 3px #000000b3)}.PostCard-module__daOK_G__iconTitle{padding:0;font-size:10px}.PostCard-module__daOK_G__okashi .PostCard-module__daOK_G__iconTitle{color:#dd52a1}.PostCard-module__daOK_G__aware .PostCard-module__daOK_G__iconTitle{color:#ab4f5e}.PostCard-module__daOK_G__count{color:#505060;padding-top:3px}.PostCard-module__daOK_G__btnActionGroup.PostCard-module__daOK_G__active .PostCard-module__daOK_G__btnAction{background:#50280a1f;border-radius:6px;transform:translateY(1px);box-shadow:inset 0 2px 4px #1e0a0040,inset 0 1px 2px #1e0a0026}.PostCard-module__daOK_G__countOkashi{color:#dd52a1}.PostCard-module__daOK_G__countAware{color:#ab4f5e}.PostCard-module__daOK_G__menuBtn{writing-mode:horizontal-tb;cursor:pointer;color:#7a6858;touch-action:manipulation;-webkit-user-select:none;user-select:none;background:0 0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;min-width:36px;min-height:36px;padding:10px 12px;font-size:1.1rem;line-height:1;display:flex}.PostCard-module__daOK_G__menuBtn:hover{background:#829a5b2e}.PostCard-module__daOK_G__dropdown{z-index:300;writing-mode:vertical-rl;border:1px solid var(--border);background:#f5f0e4;border-radius:8px;flex-direction:column;display:flex;position:fixed;overflow:hidden;box-shadow:0 4px 16px #1e0a0033}.PostCard-module__daOK_G__dropdownItem{writing-mode:vertical-rl;font-family:var(--font-tegomin), serif;color:var(--text);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-direction:row;align-items:center;gap:6px;padding:10px 16px;font-size:.9rem;transition:background .1s;display:flex}.PostCard-module__daOK_G__dropdownItem:hover{background:#829a5b2e}.PostCard-module__daOK_G__dropdownItem:disabled{opacity:.5;cursor:default}.PostCard-module__daOK_G__dropdownItemDanger{color:#9b1010}.PostCard-module__daOK_G__dropdownIcon{background-position:50%;background-repeat:no-repeat;background-size:contain;flex-shrink:0;width:1.6em;height:1.6em;display:inline-block}.PostCard-module__daOK_G__pinSelector{z-index:310;writing-mode:vertical-rl;border:1px solid var(--border);scrollbar-gutter:stable;background:#f5f0e4;border-radius:8px;flex-direction:column;max-width:90dvw;display:flex;position:fixed;overflow:auto hidden;box-shadow:0 4px 16px #1e0a0038}.PostCard-module__daOK_G__pinSelector::-webkit-scrollbar{height:6px}.PostCard-module__daOK_G__pinSelector::-webkit-scrollbar-track{background:#829a5b1a;border-radius:3px}.PostCard-module__daOK_G__pinSelector::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.PostCard-module__daOK_G__pinSelectorItem{writing-mode:vertical-rl;font-size:.9rem;font-family:var(--font-syuku), serif;cursor:pointer;white-space:nowrap;color:var(--text);letter-spacing:.08em;text-align:start;background:0 0;border:none;padding:10px 14px;transition:background .1s;display:block}.PostCard-module__daOK_G__pinSelectorItem:hover{background:#829a5b2e}.PostCard-module__daOK_G__pinSelectorItem:disabled{opacity:.5;cursor:default}.PostCard-module__daOK_G__pinSelectorSep{background:#829a5b59;flex-shrink:0;align-self:stretch;width:1px;margin:6px 0}.PostCard-module__daOK_G__pinSelectorCreate{color:#4a6a8a}.PostCard-module__daOK_G__hasamiSelectorItem{color:var(--accent)}.PostCard-module__daOK_G__hasamiSelectorItem:hover{background:#c0302a1f!important}.PostCard-module__daOK_G__pinSelectorEmpty{writing-mode:vertical-rl;font-size:.85rem;font-family:var(--font-tegomin), serif;color:var(--text-muted);white-space:nowrap;padding:10px 14px}.PostCard-module__daOK_G__pinFeedback{z-index:400;writing-mode:vertical-rl;color:#f0ede0;font-family:var(--font-tegomin), serif;pointer-events:none;background:#283c14d9;border-radius:20px;padding:20px 8px;font-size:.9rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.PostCard-module__daOK_G__boardCreateOverlay{z-index:400;writing-mode:vertical-rl;background:#1e0f0073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.PostCard-module__daOK_G__boardCreateDialog{border:1px solid var(--border);background:#f8f3e6;border-radius:10px;flex-direction:column;align-items:flex-start;gap:12px;padding:20px 16px;display:flex;box-shadow:0 6px 24px #1e0a0047}.PostCard-module__daOK_G__boardCreateLabel{font-family:var(--font-syuku), serif;color:var(--text);margin:0;font-size:1rem;font-weight:700}.PostCard-module__daOK_G__boardCreateInput{writing-mode:vertical-rl;font-family:var(--font-tegomin), serif;border:1px solid var(--border);color:var(--text);text-align:start;resize:none;background:#fffdf6;border-radius:5px;outline:none;width:2rem;height:320px;padding:10px 8px;font-size:1rem;overflow:hidden}.PostCard-module__daOK_G__boardCreateInput:focus{border-color:var(--accent)}.PostCard-module__daOK_G__boardCreateActions{flex-direction:row;gap:8px;display:flex}.PostCard-module__daOK_G__boardCreateSubmit{font-family:var(--font-tegomin), serif;color:#14285ae6;cursor:pointer;background:#3250822e;border:1px solid #28416e73;border-radius:5px;padding:14px 6px;font-size:.9rem;transition:background .15s}.PostCard-module__daOK_G__boardCreateSubmit:hover{background:#32508252}.PostCard-module__daOK_G__boardCreateSubmit:disabled{opacity:.5;cursor:default}.PostCard-module__daOK_G__boardCreateCancel{font-family:var(--font-tegomin), serif;color:var(--text);cursor:pointer;background:0 0;border:1px solid #8c641e59;border-radius:5px;padding:14px 6px;font-size:.9rem;transition:background .15s}.PostCard-module__daOK_G__boardCreateCancel:hover{background:#8c641e1a}.PostCard-module__daOK_G__deleteOverlay{z-index:400;writing-mode:vertical-rl;background:#1e0f0073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.PostCard-module__daOK_G__deleteDialog{border:1px solid var(--border);background:#f8f3e6;border-radius:10px;flex-direction:column;gap:16px;min-height:220px;padding:28px 24px;display:flex;box-shadow:0 6px 24px #1e0a0047}.PostCard-module__daOK_G__deleteMessage{font-family:var(--font-syuku), serif;color:var(--text);margin:0;font-size:1rem}.PostCard-module__daOK_G__deleteActions{flex-direction:row;align-items:center;gap:10px;display:flex}.PostCard-module__daOK_G__deleteConfirm{font-family:var(--font-tegomin), serif;color:#a03020;cursor:pointer;background:#a028141f;border:1px solid #8c1e1480;border-radius:5px;padding:18px 6px;font-size:.9rem;transition:background .15s}.PostCard-module__daOK_G__deleteConfirm:hover{background:#a0281438}.PostCard-module__daOK_G__deleteConfirm:disabled{opacity:.5;cursor:default}.PostCard-module__daOK_G__deleteCancel{font-family:var(--font-tegomin), serif;color:var(--text);cursor:pointer;background:0 0;border:1px solid #8c641e59;border-radius:5px;padding:18px 6px;font-size:.9rem;transition:background .15s}.PostCard-module__daOK_G__deleteCancel:hover{background:#8c641e1a}.PostCard-module__daOK_G__idText{color:var(--text-muted,#7a6a50);word-break:break-all;writing-mode:horizontal-tb;letter-spacing:.02em;margin:0;font-size:.78rem}.PostCard-module__daOK_G__quotedBlock{background:#e2ecce99;border:1px solid #c8c0b0;border-radius:6px;flex-direction:column;margin:20px 10px;display:flex}.PostCard-module__daOK_G__quotedBlockDeleted{justify-content:center;align-items:center;padding:12px 8px}.PostCard-module__daOK_G__quotedDeletedMessage{font-family:var(--font-syuku), serif;color:#a09080;letter-spacing:.05em;font-size:.85rem;font-style:italic}.PostCard-module__daOK_G__quotedAuthorCol{color:inherit;cursor:pointer;border-left:1px solid #c8c0b0;flex-direction:row;align-items:center;padding:0 3px;text-decoration:none;display:flex}.PostCard-module__daOK_G__quotedAuthorCol:hover{background:#c8c0b02e}.PostCard-module__daOK_G__quotedAvatar{clip-path:polygon(50% 0%,93.3% 25%,93.3% 75%,50% 100%,6.7% 75%,6.7% 25%);color:#fff;writing-mode:horizontal-tb;background-color:#c0302a;flex-shrink:0;justify-content:center;justify-self:start;align-items:center;width:30px;height:30px;margin:10px 0 2px;font-size:.8rem;display:flex}.PostCard-module__daOK_G__quotedAuthorName{font-family:var(--font-syuku), serif;justify-self:start;margin:10px 0;font-size:1rem}.PostCard-module__daOK_G__quotedAuthorHandle{font-family:var(--font-syuku), serif;color:#7a5a38;justify-self:start;margin:10px 0;font-size:.8rem}.PostCard-module__daOK_G__quotedTitle{font-family:var(--font-syuku), serif;padding:10px 0;font-size:1rem;font-weight:400}.PostCard-module__daOK_G__quotedBodyText{white-space:pre-wrap;font-family:var(--font-tegomin), serif;margin:0;padding:15px 2px;font-size:1rem;font-weight:400}.PostCard-module__daOK_G__quotedTime{color:#7a5a38;flex-wrap:wrap;justify-content:flex-end;margin:auto 0 10px 2px;font-size:.8rem;display:flex}.PostCard-module__daOK_G__quotedTime span{white-space:nowrap;margin:10px 0 0}.PostCard-module__daOK_G__boardsList{border-top:1px dashed #8c641e38;flex-flow:wrap;gap:10px;margin:0 0 8px 2px;padding-top:18px;display:flex}.PostCard-module__daOK_G__boardChip{white-space:nowrap;font-size:.85rem;font-family:var(--font-syuku), serif;color:#7a5a38;letter-spacing:.06em;border-radius:4px;flex-direction:row;align-items:center;gap:4px;padding:4px 3px;text-decoration:none;transition:background .12s;display:flex}.PostCard-module__daOK_G__boardChip:hover{color:#5a3a18;background:#8c641e1f}.PostCard-module__daOK_G__boardChipIcon{opacity:.75;flex-shrink:0}.PostCard-module__daOK_G__highlight{color:inherit;background:#c8a02861;border-radius:2px;padding:0 1px}
.PostDetailModal-module__kgyEWq__overlay{z-index:200;background:#7a7660;flex-direction:column;display:flex;position:fixed;inset:0}.PostDetailModal-module__kgyEWq__headerPad{padding:0 8px}.PostDetailModal-module__kgyEWq__closeBtn{cursor:pointer;color:var(--header-text);writing-mode:horizontal-tb;background:0 0;border:none;flex-shrink:0;align-self:flex-end;margin:0 5px 5px;padding:0 8px;font-family:inherit;font-size:22px;line-height:1}.PostDetailModal-module__kgyEWq__closeBtn:hover{opacity:.7}.PostDetailModal-module__kgyEWq__feed{writing-mode:vertical-rl;text-orientation:upright;background-image:linear-gradient(#140f0580,#140f0580),url(/bk_egasumi.jpg);background-position:100% 0;background-repeat:repeat;background-size:150% 1254px;flex-direction:column;flex:1;align-items:center;gap:14px;width:100%;min-height:0;padding:0 24px 0 16px;display:flex;overflow:auto hidden}.PostDetailModal-module__kgyEWq__feed::-webkit-scrollbar{height:6px}.PostDetailModal-module__kgyEWq__feed::-webkit-scrollbar-track{background:var(--bg)}.PostDetailModal-module__kgyEWq__feed::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.PostDetailModal-module__kgyEWq__placeholder{writing-mode:vertical-rl;font-family:var(--font-tegomin), serif;color:#e8dfc0;text-shadow:0 1px 3px #000000b3;padding:32px 16px}
.ReaderList-module__pMBUFW__layout{flex-direction:row-reverse;width:100%;height:100dvh;display:flex}.ReaderList-module__pMBUFW__pageLayout{writing-mode:vertical-rl;text-orientation:upright;overflow-anchor:none;overscroll-behavior:none;touch-action:pan-x;background-color:var(--bg);background-image:url(/bg_karesansui.png);background-position:100% 0;background-repeat:repeat;flex-direction:column;flex:1;padding-top:45px;display:flex;overflow:auto hidden}.ReaderList-module__pMBUFW__pageLayout::-webkit-scrollbar{height:14px}.ReaderList-module__pMBUFW__pageLayout::-webkit-scrollbar-track{background:var(--bg)}.ReaderList-module__pMBUFW__pageLayout::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.ReaderList-module__pMBUFW__profilePanel{writing-mode:vertical-rl;background:repeating-linear-gradient(112deg,#0000 0 2px,#6e50140b 2px 3px),repeating-linear-gradient(22deg,#0000 0 6px,#a0782806 6px 7px),linear-gradient(270deg,#f6ebc8,#f6f2e6,#eaf5ed);flex-direction:column;flex-shrink:0;display:flex;overflow:hidden;box-shadow:inset -6px 0 18px #1e0f001a}.ReaderList-module__pMBUFW__colIdentity,.ReaderList-module__pMBUFW__colBio,.ReaderList-module__pMBUFW__colListLabel{flex-direction:row;padding:14px 6px;display:flex}.ReaderList-module__pMBUFW__colIdentity{background:repeating-linear-gradient(108deg,#0000 0 4px,#50642805 4px 5px),repeating-linear-gradient(18deg,#0000 0 6px,#78963c06 6px 7px),linear-gradient(#fae6bef2 0%,#e1e6bef7 50%,#bee6be 100%);flex-wrap:wrap;align-items:center;min-width:68px}.ReaderList-module__pMBUFW__identityUpper{flex-flow:row;flex:1;align-items:center;gap:8px;display:flex}.ReaderList-module__pMBUFW__identityBottom{flex-flow:row;align-items:center;gap:8px;display:flex}.ReaderList-module__pMBUFW__identityAvatar{clip-path:polygon(50% 0%,93.3% 25%,93.3% 75%,50% 100%,6.7% 75%,6.7% 25%);width:52px;height:52px;font-size:1.6rem;font-family:var(--font-syuku), serif;writing-mode:horizontal-tb;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;display:flex}.ReaderList-module__pMBUFW__identityName{font-size:1.2rem;font-family:var(--font-syuku), serif;flex-wrap:wrap;font-weight:700}.ReaderList-module__pMBUFW__identityHandle{font-size:1rem;font-family:var(--font-syuku), serif;color:#7a5a38;flex-wrap:wrap}.ReaderList-module__pMBUFW__statLabel{color:#4a5898;font-size:1rem;font-weight:700;font-family:var(--font-syuku), serif}.ReaderList-module__pMBUFW__statCount{color:#4a5898;font-size:1rem;font-family:var(--font-syuku), serif;text-decoration:none}.ReaderList-module__pMBUFW__statCount:hover{text-decoration:underline}.ReaderList-module__pMBUFW__statLinkFollowing{font-size:1rem;font-family:var(--font-syuku), serif;color:#3a7848;white-space:nowrap;text-decoration:none}.ReaderList-module__pMBUFW__statLinkFollowing:hover{text-decoration:underline}.ReaderList-module__pMBUFW__statLinkSoan{font-size:1rem;font-family:var(--font-syuku), serif;color:#7a6858;white-space:nowrap;text-decoration:none}.ReaderList-module__pMBUFW__statLinkSoan:hover{text-decoration:underline}.ReaderList-module__pMBUFW__colBio{font-family:var(--font-tegomin), serif;color:var(--text);white-space:pre-wrap;border-left:1px solid #8c641e59;font-size:1rem;line-height:1.7}.ReaderList-module__pMBUFW__colListLabel{border-left:1px solid #8c641e59;flex-shrink:0;justify-content:flex-start;align-items:center;min-width:52px}.ReaderList-module__pMBUFW__listLabelFollowing{writing-mode:vertical-rl;letter-spacing:.12em;color:#3a7848;white-space:nowrap;font-size:1.1rem;font-weight:700}.ReaderList-module__pMBUFW__listLabelFollowers{writing-mode:vertical-rl;letter-spacing:.12em;color:#4a5898;white-space:nowrap;font-size:1.1rem;font-weight:700}.ReaderList-module__pMBUFW__listArea{flex:1 0 auto;overflow:visible}.ReaderList-module__pMBUFW__list{writing-mode:vertical-rl;background:repeating-linear-gradient(78deg,#0000 0 10px,#50370f05 10px 11px),#c8b48a;flex-direction:column;align-items:center;gap:16px;min-width:100%;height:100%;padding:0 20px 0 18px;display:flex;overflow:visible}.ReaderList-module__pMBUFW__card{cursor:pointer;background:repeating-linear-gradient(108deg,#0000 0 4px,#3c507805 4px 5px),repeating-linear-gradient(18deg,#0000 0 6px,#5064a006 6px 7px),linear-gradient(#f0f4ffeb 0%,#e4eafcf2 50%,#d4dcf4fa 100%);border:1.5px solid #5064a080;border-radius:6px;flex-direction:column;flex-shrink:0;height:85%;transition:box-shadow .15s;display:flex;overflow:hidden;box-shadow:inset 0 1px #c8dcffb3,0 4px 12px #141e3c29,0 1px 4px #141e3c14}.ReaderList-module__pMBUFW__card:hover{box-shadow:inset 0 1px #c8dcffb3,0 8px 22px #141e3c3d,0 2px 6px #141e3c1a}.ReaderList-module__pMBUFW__cardGreen{background:repeating-linear-gradient(108deg,#0000 0 4px,#28503205 4px 5px),repeating-linear-gradient(18deg,#0000 0 6px,#3c6e4606 6px 7px),linear-gradient(#ebf5eceb 0%,#dceedef2 50%,#c8e4cdfa 100%);border:1.5px solid #3c784b80;box-shadow:inset 0 1px #bee6c8b3,0 4px 12px #14321929,0 1px 4px #14321914}.ReaderList-module__pMBUFW__cardGreen:hover{box-shadow:inset 0 1px #bee6c8b3,0 8px 22px #1432193d,0 2px 6px #1432191a}.ReaderList-module__pMBUFW__cardIdentity{writing-mode:horizontal-tb;cursor:pointer;background:#5064a00f;border-left:1px solid #5064a04d;flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:center;width:52px;padding:8px 4px;display:flex}.ReaderList-module__pMBUFW__cardIdentityGreen{background:#3c784b0f;border-left:1px solid #3c784b4d}.ReaderList-module__pMBUFW__cardUpper,.ReaderList-module__pMBUFW__cardLower{flex-direction:column;align-items:center;gap:6px;display:flex}.ReaderList-module__pMBUFW__cardAvatar{clip-path:polygon(50% 0%,93.3% 25%,93.3% 75%,50% 100%,6.7% 75%,6.7% 25%);width:38px;height:38px;font-size:1.2rem;font-family:var(--font-syuku), serif;writing-mode:horizontal-tb;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ReaderList-module__pMBUFW__cardName{writing-mode:vertical-rl;font-family:var(--font-syuku), serif;white-space:nowrap;color:var(--text);margin:10px 0;font-size:1rem;font-weight:700}.ReaderList-module__pMBUFW__cardHandle{writing-mode:vertical-rl;font-family:var(--font-syuku), serif;color:#7a5a38;white-space:nowrap;margin:10px 0;font-size:.8rem}.ReaderList-module__pMBUFW__followBtn{writing-mode:vertical-rl;font-family:var(--font-tegomin), serif;cursor:pointer;color:#6e370ae6;background:0 0;border:1px solid #824b0f8c;border-radius:4px;padding:6px 4px;font-size:.75rem;transition:background .15s}.ReaderList-module__pMBUFW__followBtn:hover{background:#9b5a1952}.ReaderList-module__pMBUFW__followBtn:disabled{cursor:default;opacity:.6}.ReaderList-module__pMBUFW__followBtnFollowing{background:#9b5a1933}.ReaderList-module__pMBUFW__cardBio{min-width:110px;color:var(--text);white-space:pre-wrap;padding:12px 8px;font-size:.9rem;line-height:1.8;overflow:hidden}.ReaderList-module__pMBUFW__placeholder{font-family:var(--font-tegomin), serif;color:var(--text-muted);text-orientation:mixed;background:#faf0d7e6;border:1px solid #829a5b66;border-radius:6px;margin:32px 20px;padding:24px 16px;box-shadow:0 1px 4px #1e320a1f}.ReaderList-module__pMBUFW__loadMore{cursor:pointer;background:#a0823233;border:none;flex-direction:row;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;width:54px;margin:0 20px;font-family:inherit;transition:background .15s;display:flex}.ReaderList-module__pMBUFW__loadMore:hover{background:#c0a05066}.ReaderList-module__pMBUFW__loadMore:disabled{cursor:default;opacity:.6}.ReaderList-module__pMBUFW__loadMoreLabel{writing-mode:vertical-rl;font-family:var(--font-syuku), serif;color:#1a3688;letter-spacing:.15em;white-space:nowrap;-webkit-user-select:none;user-select:none;text-shadow:0 1px 3px #fff0c8cc;font-size:1.1rem;font-weight:700}.ReaderList-module__pMBUFW__loadMoreArrow{color:#1a3688;-webkit-user-select:none;user-select:none;text-shadow:0 1px 3px #fff0c8cc;font-family:Arial,Helvetica,sans-serif;font-size:1.1rem;font-weight:700;line-height:1}
.Soan-module__8q9N0W__layout{flex-direction:row-reverse;width:100%;height:100dvh;display:flex}.Soan-module__8q9N0W__soanLayout{writing-mode:vertical-rl;text-orientation:upright;overflow-anchor:none;overscroll-behavior:none;touch-action:pan-x;background-color:var(--bg);background-image:url(/bg_karesansui.png);background-position:100% 0;background-repeat:repeat;flex-direction:column;flex:1;padding-top:45px;display:flex;overflow:auto hidden}.Soan-module__8q9N0W__soanLayout::-webkit-scrollbar{height:14px}.Soan-module__8q9N0W__soanLayout::-webkit-scrollbar-track{background:var(--bg)}.Soan-module__8q9N0W__soanLayout::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.Soan-module__8q9N0W__profilePanel{writing-mode:vertical-rl;background:repeating-linear-gradient(112deg,#0000 0 2px,#6e50140b 2px 3px),repeating-linear-gradient(22deg,#0000 0 6px,#a0782806 6px 7px),linear-gradient(270deg,#f6ebc8,#f6f2e6,#eaf5ed);flex-direction:column;flex-shrink:0;display:flex;overflow:hidden;box-shadow:inset -6px 0 18px #1e0f001a}.Soan-module__8q9N0W__colIdentity,.Soan-module__8q9N0W__colBio,.Soan-module__8q9N0W__colBoard{flex-direction:row;padding:14px 6px;display:flex}.Soan-module__8q9N0W__colIdentity{background:repeating-linear-gradient(108deg,#0000 0 4px,#50642805 4px 5px),repeating-linear-gradient(18deg,#0000 0 6px,#78963c06 6px 7px),linear-gradient(#fae6bef2 0%,#e1e6bef7 50%,#bee6be 100%);flex-wrap:wrap;align-items:center;min-width:68px}.Soan-module__8q9N0W__identityUpper{flex-flow:row;flex:1 0 auto;align-items:center;gap:8px;display:flex}.Soan-module__8q9N0W__identityBottom{flex-flow:row;align-items:center;gap:8px;display:flex}.Soan-module__8q9N0W__identityAvatar{clip-path:polygon(50% 0%,93.3% 25%,93.3% 75%,50% 100%,6.7% 75%,6.7% 25%);width:52px;height:52px;font-size:1.6rem;font-family:var(--font-syuku), serif;writing-mode:horizontal-tb;flex-shrink:0;justify-content:center;align-items:center;margin:0;display:flex}.Soan-module__8q9N0W__topbarAvatar{clip-path:polygon(50% 0%,93.3% 25%,93.3% 75%,50% 100%,6.7% 75%,6.7% 25%);width:28px;height:28px;font-size:.85rem;font-family:var(--font-syuku), serif;writing-mode:horizontal-tb;pointer-events:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Soan-module__8q9N0W__identityNameHandle{flex-direction:row;gap:6px;display:flex}.Soan-module__8q9N0W__identityNameHandleInner{flex-flow:column wrap;gap:4px;min-height:4rem;display:flex}.Soan-module__8q9N0W__identityName{font-size:1.2rem;font-family:var(--font-syuku), serif;flex-wrap:wrap;margin:0;font-weight:700}.Soan-module__8q9N0W__identityHandle{font-size:1rem;font-family:var(--font-syuku), serif;color:#7a5a38;flex-wrap:wrap;margin:1em 0 0}.Soan-module__8q9N0W__identityBadge{font-size:.7rem;font-family:var(--font-tegomin), serif;white-space:nowrap;border-radius:6px;align-self:center;margin-top:.6em;padding:3px 6px}.Soan-module__8q9N0W__followBtn{writing-mode:vertical-rl;font-family:var(--font-tegomin), serif;cursor:pointer;color:#14285ad9;background:0 0;border:1px solid #28416e73;border-radius:4px;padding:6px 4px;font-size:.85rem;transition:background .15s}.Soan-module__8q9N0W__followBtn:hover{background:#32508247}.Soan-module__8q9N0W__followBtn:disabled{cursor:default;opacity:.6}.Soan-module__8q9N0W__followBtnFollowing{background:#3250822e}.Soan-module__8q9N0W__statLabel{color:#4a5898;font-size:1rem;font-weight:700;font-family:var(--font-syuku), serif}.Soan-module__8q9N0W__statCount{color:#4a5898;font-size:1rem;font-family:var(--font-syuku), serif;cursor:pointer;text-decoration:none}.Soan-module__8q9N0W__statCount:hover{text-decoration:underline}.Soan-module__8q9N0W__statLinkFollowing{font-size:1rem;font-family:var(--font-syuku), serif;color:#3a7848;white-space:nowrap;cursor:pointer;text-decoration:none}.Soan-module__8q9N0W__statLinkFollowing:hover{text-decoration:underline}.Soan-module__8q9N0W__statLinkSoan{font-size:1rem;font-family:var(--font-syuku), serif;color:#7a6858;white-space:nowrap;text-decoration:none}.Soan-module__8q9N0W__statLinkSoan:hover{text-decoration:underline}.Soan-module__8q9N0W__colBio{font-family:var(--font-tegomin), serif;color:var(--text);white-space:pre-wrap;padding-top:30px;font-size:1rem;line-height:1.7}.Soan-module__8q9N0W__colBoard{-webkit-user-select:none;user-select:none;background-color:#eaf5ed;background-image:url(/makimono.jpg);background-repeat:no-repeat;background-size:100% 100%;flex-shrink:0;justify-content:flex-start;align-items:center;width:90px;padding:20% 0;position:relative;overflow:hidden}.Soan-module__8q9N0W__boardName{font-family:var(--font-syuku), serif;letter-spacing:.15em;color:#383028;text-shadow:0 1px 3px #fff0c8e6,0 0 8px #fff0c899;writing-mode:vertical-rl;margin:0 20px;padding:0;font-size:2rem;font-weight:700;transform:translateZ(0)}.Soan-module__8q9N0W__boardSwitchHint{font-family:var(--font-syuku), serif;writing-mode:vertical-rl;color:#5a3e1e;letter-spacing:.15em;cursor:pointer;background:#fff0bebf;border:1.5px solid #8c641e99;border-radius:6px;flex-direction:row;align-items:center;gap:4px;padding:8px 5px;font-size:1rem;display:flex;position:absolute;bottom:10%;box-shadow:0 2px 4px #50320a26}.Soan-module__8q9N0W__boardSwitchIcon{flex-shrink:0;width:1.1em;height:1.1em}.Soan-module__8q9N0W__boardSwitchHint:active{background:#dcc88ce6;transform:translateY(1px);box-shadow:inset 0 1px 3px #50320a40}.Soan-module__8q9N0W__feedArea{flex:1 0 auto;overflow:visible}.Soan-module__8q9N0W__feed{writing-mode:vertical-rl;text-orientation:upright;flex-direction:column;align-items:center;min-width:100%;height:100%;display:flex;overflow:visible}.Soan-module__8q9N0W__loadMore{cursor:pointer;background:#a0823233;border:none;flex-direction:row;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;width:54px;margin:0 20px;font-family:inherit;transition:background .15s;display:flex}.Soan-module__8q9N0W__loadMore:hover{background:#c0a05066}.Soan-module__8q9N0W__loadMore:disabled{cursor:default;opacity:.6}.Soan-module__8q9N0W__loadMoreLabel{writing-mode:vertical-rl;font-family:var(--font-syuku), serif;color:#1a3688;letter-spacing:.15em;white-space:nowrap;-webkit-user-select:none;user-select:none;text-shadow:0 1px 3px #fff0c8cc;font-size:1.1rem;font-weight:700}.Soan-module__8q9N0W__loadMoreArrow{color:#1a3688;-webkit-user-select:none;user-select:none;text-shadow:0 1px 3px #fff0c8cc;font-family:Arial,Helvetica,sans-serif;font-size:1.1rem;font-weight:700;line-height:1}.Soan-module__8q9N0W__boardSelector{z-index:200;writing-mode:vertical-rl;border:1px solid var(--border);scrollbar-gutter:stable;background:#f5f0e4;border-radius:8px;flex-direction:column;max-width:90dvw;display:flex;position:fixed;overflow:auto hidden;box-shadow:0 4px 16px #1e0a0038}.Soan-module__8q9N0W__boardSelector::-webkit-scrollbar{height:6px}.Soan-module__8q9N0W__boardSelector::-webkit-scrollbar-track{background:#829a5b1a;border-radius:3px}.Soan-module__8q9N0W__boardSelector::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.Soan-module__8q9N0W__boardSelectorItem{writing-mode:vertical-rl;font-size:.9rem;font-family:var(--font-syuku), serif;cursor:pointer;white-space:nowrap;color:var(--text);letter-spacing:.08em;text-align:start;background:0 0;border:none;padding:10px 14px;transition:background .1s;display:block}.Soan-module__8q9N0W__boardSelectorItem:hover{background:#829a5b2e}.Soan-module__8q9N0W__boardSelectorItemActive{color:var(--accent);font-weight:700}.Soan-module__8q9N0W__boardSelectorSep{background:#829a5b59;flex-shrink:0;align-self:stretch;width:1px;margin:6px 0}.Soan-module__8q9N0W__boardSelectorCreate{color:#4a6a8a}.Soan-module__8q9N0W__boardSelectorRow{writing-mode:vertical-rl;flex-direction:row;display:flex}.Soan-module__8q9N0W__boardItemName{flex:1;padding-bottom:4px}.Soan-module__8q9N0W__boardItemMenuBtn{writing-mode:vertical-rl;cursor:pointer;color:var(--text-muted);opacity:.75;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px 8px;font-size:1rem;transition:color .1s,background .1s,opacity .1s;display:flex}.Soan-module__8q9N0W__boardSelectorRow:hover .Soan-module__8q9N0W__boardItemMenuBtn{opacity:1}.Soan-module__8q9N0W__boardItemMenuBtn:hover{color:var(--text);background:#829a5b40}.Soan-module__8q9N0W__boardItemDropdown{z-index:300;writing-mode:vertical-rl;border:1px solid var(--border);background:#f5f0e4;border-radius:8px;flex-direction:column;display:flex;position:fixed;overflow:hidden;box-shadow:0 4px 16px #1e0a0038}.Soan-module__8q9N0W__boardItemDropdownItem{writing-mode:vertical-rl;font-size:.85rem;font-family:var(--font-tegomin), serif;cursor:pointer;white-space:nowrap;color:var(--text);text-align:start;background:0 0;border:none;padding:10px 14px;transition:background .1s;display:block}.Soan-module__8q9N0W__boardItemDropdownItem:hover{background:#829a5b2e}.Soan-module__8q9N0W__boardItemDropdownItemDanger{color:#9b1010}.Soan-module__8q9N0W__boardDeleteOverlay{z-index:500;writing-mode:vertical-rl;background:#1e0f0073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Soan-module__8q9N0W__boardDeleteDialog{border:1px solid var(--border);background:#f8f3e6;border-radius:10px;flex-direction:column;gap:12px;padding:20px 16px;display:flex;box-shadow:0 6px 24px #1e0a0047}.Soan-module__8q9N0W__boardDeleteMessage{font-family:var(--font-syuku), serif;color:var(--text);margin:0;font-size:1rem}.Soan-module__8q9N0W__boardDeleteSub{font-family:var(--font-tegomin), serif;color:var(--text-muted);margin:0;font-size:.85rem}.Soan-module__8q9N0W__boardDeleteActions{flex-direction:row;gap:8px;display:flex}.Soan-module__8q9N0W__boardDeleteConfirm{font-family:var(--font-tegomin), serif;color:#9b1010;cursor:pointer;background:#b41e1e1f;border:1px solid #9b101066;border-radius:5px;padding:14px 6px;font-size:.9rem;transition:background .15s}.Soan-module__8q9N0W__boardDeleteConfirm:hover{background:#b41e1e38}.Soan-module__8q9N0W__boardDeleteConfirm:disabled{opacity:.5;cursor:default}.Soan-module__8q9N0W__boardDeleteCancel{font-family:var(--font-tegomin), serif;color:var(--text);cursor:pointer;background:0 0;border:1px solid #8c641e59;border-radius:5px;padding:14px 6px;font-size:.9rem;transition:background .15s}.Soan-module__8q9N0W__boardDeleteCancel:hover{background:#8c641e1a}.Soan-module__8q9N0W__boardCreateOverlay{z-index:300;writing-mode:vertical-rl;background:#1e0f0073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Soan-module__8q9N0W__boardCreateDialog{border:1px solid var(--border);background:#f8f3e6;border-radius:10px;flex-direction:column;align-items:flex-start;gap:12px;padding:20px 16px;display:flex;box-shadow:0 6px 24px #1e0a0047}.Soan-module__8q9N0W__boardCreateLabel{font-family:var(--font-syuku), serif;color:var(--text);margin:0;font-size:1rem;font-weight:700}.Soan-module__8q9N0W__boardCreateInput{writing-mode:vertical-rl;font-family:var(--font-tegomin), serif;border:1px solid var(--border);color:var(--text);text-align:start;resize:none;background:#fffdf6;border-radius:5px;outline:none;width:2rem;height:320px;padding:10px 8px;font-size:1rem;overflow:hidden}.Soan-module__8q9N0W__boardCreateInput:focus{border-color:var(--accent)}.Soan-module__8q9N0W__boardCreateActions{flex-direction:row;gap:8px;display:flex}.Soan-module__8q9N0W__boardCreateSubmit{font-family:var(--font-tegomin), serif;color:#14285ae6;cursor:pointer;background:#3250822e;border:1px solid #28416e73;border-radius:5px;padding:14px 6px;font-size:.9rem;transition:background .15s}.Soan-module__8q9N0W__boardCreateSubmit:hover{background:#32508252}.Soan-module__8q9N0W__boardCreateSubmit:disabled{opacity:.5;cursor:default}.Soan-module__8q9N0W__boardCreateCancel{font-family:var(--font-tegomin), serif;color:var(--text);cursor:pointer;background:0 0;border:1px solid #8c641e59;border-radius:5px;padding:14px 6px;font-size:.9rem;transition:background .15s}.Soan-module__8q9N0W__boardCreateCancel:hover{background:#8c641e1a}.Soan-module__8q9N0W__placeholder{font-family:var(--font-tegomin), serif;color:var(--text-muted);text-orientation:mixed;background:#faf0d7e6;border:1px solid #829a5b66;border-radius:6px;align-self:stretch;margin:32px 20px;padding:24px 16px;box-shadow:0 1px 4px #1e320a1f}
.Nagare-module__D3m7mq__layout{flex-direction:row-reverse;width:100%;height:100dvh;display:flex}.Nagare-module__D3m7mq__content{writing-mode:vertical-rl;text-orientation:upright;overflow-anchor:none;overscroll-behavior:none;touch-action:pan-x;background:repeating-linear-gradient(78deg, transparent 0px, transparent 10px, #50642806 10px, #50642806 11px), var(--bg);background-image:url(/bk_egasumi.jpg);background-position:100% 0;background-repeat:repeat;background-size:150% 1254px;flex-direction:column;flex:1;align-items:center;padding-top:45px;display:flex;overflow:auto hidden}.Nagare-module__D3m7mq__content::-webkit-scrollbar{height:14px}.Nagare-module__D3m7mq__content::-webkit-scrollbar-track{background:var(--bg)}.Nagare-module__D3m7mq__content::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.Nagare-module__D3m7mq__loadMore{cursor:pointer;background:#a0823233;border:none;flex-direction:row;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;width:54px;margin:0 20px;font-family:inherit;transition:background .15s,border-color .15s;display:flex}.Nagare-module__D3m7mq__loadMore:first-child{margin-right:0}.Nagare-module__D3m7mq__loadMore:last-child{margin-left:0}.Nagare-module__D3m7mq__loadMore:hover{background:#c0a05066}.Nagare-module__D3m7mq__loadMore:disabled{cursor:default;opacity:.6}.Nagare-module__D3m7mq__loadMoreLabel{writing-mode:vertical-rl;font-family:var(--font-syuku), serif;color:#1a3688;letter-spacing:.15em;white-space:nowrap;-webkit-user-select:none;user-select:none;text-shadow:0 1px 3px #fff0c8cc;font-size:1.1rem;font-weight:700}.Nagare-module__D3m7mq__loadMoreArrow{color:#1a3688;-webkit-user-select:none;user-select:none;text-shadow:0 1px 3px #fff0c8cc;font-family:Arial,Helvetica,sans-serif;font-size:1.1rem;font-weight:700;line-height:1}.Nagare-module__D3m7mq__placeholder{font-family:var(--font-tegomin), serif;color:var(--text-muted);text-orientation:mixed;background:#faf0d7e6;border:1px solid #829a5b66;border-radius:6px;margin:32px 20px;padding:24px 16px;box-shadow:0 1px 4px #1e320a1f}
.Search-module__3BX5Wq__layout{flex-direction:row-reverse;width:100%;height:100dvh;display:flex}.Search-module__3BX5Wq__content{writing-mode:vertical-rl;text-orientation:upright;overflow-anchor:none;overscroll-behavior:none;touch-action:pan-x;background:repeating-linear-gradient(78deg,#0000 0 10px,#50370f05 10px 11px),#c8b48a;flex-direction:column;flex:1;align-items:center;padding-top:45px;display:flex;overflow:auto hidden}.Search-module__3BX5Wq__content::-webkit-scrollbar{height:14px}.Search-module__3BX5Wq__content::-webkit-scrollbar-track{background:#c8b48a}.Search-module__3BX5Wq__content::-webkit-scrollbar-thumb{background:#8a6a30;border-radius:3px}.Search-module__3BX5Wq__tabBar{background:#4a5a3a;flex-flow:wrap;flex-shrink:0;align-self:stretch;align-items:center;gap:16px;margin:0 14px;padding:12px 14px 0;display:flex}.Search-module__3BX5Wq__tab{cursor:pointer;writing-mode:vertical-rl;font-family:var(--font-syuku), serif;color:#d8c878;letter-spacing:.12em;white-space:nowrap;text-shadow:0 1px 3px #000000b3,0 0 8px #00000080;background:0 0;border:none;padding:0;font-size:1rem;font-weight:700;line-height:1;transition:color .15s}.Search-module__3BX5Wq__tabActive{color:#2a3a20;text-shadow:none;background:#e8dfc0;padding:10px 6px;box-shadow:inset 0 0 0 1px #00000026}.Search-module__3BX5Wq__placeholder{font-family:var(--font-tegomin), serif;color:var(--text-muted);background:#faf0d7e6;border:1px solid #829a5b66;border-radius:6px;align-self:stretch;margin:32px 20px;padding:24px 16px;box-shadow:0 1px 4px #1e320a1f}.Search-module__3BX5Wq__loadMore{cursor:pointer;background:#a0823233;border:none;flex-direction:row;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;width:54px;margin:0 20px;font-family:inherit;transition:background .15s;display:flex}.Search-module__3BX5Wq__loadMore:hover{background:#c0a05066}.Search-module__3BX5Wq__loadMore:disabled{cursor:default;opacity:.6}.Search-module__3BX5Wq__loadMoreLabel{writing-mode:vertical-rl;font-family:var(--font-syuku), serif;color:#1a3688;letter-spacing:.15em;white-space:nowrap;-webkit-user-select:none;user-select:none;text-shadow:0 1px 3px #fff0c8cc;font-size:1.1rem;font-weight:700}.Search-module__3BX5Wq__loadMoreArrow{color:#1a3688;-webkit-user-select:none;user-select:none;text-shadow:0 1px 3px #fff0c8cc;font-family:Arial,Helvetica,sans-serif;font-size:1.1rem;font-weight:700;line-height:1}.Search-module__3BX5Wq__userList{writing-mode:vertical-rl;flex-direction:column;align-items:center;gap:16px;min-height:100%;padding:0 20px 0 18px;display:flex;overflow:visible}.Search-module__3BX5Wq__highlight{color:inherit;background:#c8a02861;border-radius:2px;padding:0 1px}
.Settings-module__h9_rbW__layout{flex-direction:row-reverse;width:100%;height:100dvh;display:flex}.Settings-module__h9_rbW__content{writing-mode:horizontal-tb;background:repeating-linear-gradient(78deg,#0000 0 10px,#50370f05 10px 11px),#c8b48a;flex:1;min-height:0;padding:77px 40px 40px;overflow:hidden auto}.Settings-module__h9_rbW__content::-webkit-scrollbar{width:6px}.Settings-module__h9_rbW__content::-webkit-scrollbar-track{background:#c8b48a}.Settings-module__h9_rbW__content::-webkit-scrollbar-thumb{background:#8a6a30;border-radius:3px}.Settings-module__h9_rbW__section{max-width:520px;margin:0 auto 40px}.Settings-module__h9_rbW__sectionTitle{letter-spacing:.15em;color:var(--text);font-size:1.2em;font-weight:700;font-family:var(--font-syuku), serif;border-bottom:1px solid #8a6a3066;margin-bottom:20px;padding-bottom:10px}.Settings-module__h9_rbW__avatarRow{align-items:center;gap:24px;margin-bottom:16px;display:flex}.Settings-module__h9_rbW__avatarPreview{clip-path:polygon(50% 0%,93.3% 25%,93.3% 75%,50% 100%,6.7% 75%,6.7% 25%);width:72px;height:72px;font-family:var(--font-syuku), serif;flex-shrink:0;justify-content:center;align-items:center;font-size:2em;display:flex}.Settings-module__h9_rbW__colorFields{flex-direction:column;gap:10px;display:flex}.Settings-module__h9_rbW__colorField{align-items:center;gap:10px;display:flex}.Settings-module__h9_rbW__colorLabel{color:var(--text);letter-spacing:.08em;min-width:60px;font-size:1em;font-family:var(--font-tegomin), serif}.Settings-module__h9_rbW__colorInput{cursor:pointer;background:0 0;border:1px solid #8a6a308c;border-radius:4px;width:40px;height:28px;padding:2px}.Settings-module__h9_rbW__avatarCharInput{font-family:var(--font-syuku), serif;color:var(--text);text-align:center;background:#fffcf099;border:none;border-bottom:1px solid #8a6a308c;outline:none;width:48px;padding:2px 6px;font-size:1.3em;transition:border-color .15s,background .15s}.Settings-module__h9_rbW__avatarCharInput:focus{border-bottom-color:var(--accent);background:#fffcf0e6}.Settings-module__h9_rbW__avatarCharInput::placeholder{color:#7a5a3861;font-size:.85em}.Settings-module__h9_rbW__note{color:#4a4a5a;letter-spacing:.06em;font-size:.9em;line-height:1.7;font-family:var(--font-tegomin), serif}.Settings-module__h9_rbW__form{flex-direction:column;gap:20px;display:flex}.Settings-module__h9_rbW__field{flex-direction:column;gap:6px;display:flex}.Settings-module__h9_rbW__label{color:var(--text);letter-spacing:.1em;font-size:1em;font-family:var(--font-tegomin), serif}.Settings-module__h9_rbW__input,.Settings-module__h9_rbW__textarea{font-family:var(--font-tegomin), serif;color:var(--text);box-sizing:border-box;background:#fffcf099;border:none;border-bottom:1px solid #8a6a308c;outline:none;width:100%;padding:7px 4px;font-size:1em;transition:border-color .15s,background .15s}.Settings-module__h9_rbW__input:focus,.Settings-module__h9_rbW__textarea:focus{border-bottom-color:var(--accent);background:#fffcf0e6}.Settings-module__h9_rbW__textarea{resize:vertical;min-height:120px;line-height:1.8}.Settings-module__h9_rbW__hint{color:#4a4a5a;letter-spacing:.06em;font-size:.9em;font-family:var(--font-tegomin), serif}.Settings-module__h9_rbW__charCount{color:var(--text-muted);letter-spacing:.06em;text-align:right;font-size:.8em;font-family:var(--font-tegomin), serif}.Settings-module__h9_rbW__charCountNear{color:#884898}.Settings-module__h9_rbW__charCountOver{color:var(--accent);font-weight:700}.Settings-module__h9_rbW__inputPrefixWrap{align-items:baseline;gap:4px;display:flex}.Settings-module__h9_rbW__inputPrefixWrap .Settings-module__h9_rbW__input{flex:1}.Settings-module__h9_rbW__inputPrefix{font-family:var(--font-syuku), serif;color:var(--text-muted);flex-shrink:0;font-size:1em}.Settings-module__h9_rbW__input::placeholder,.Settings-module__h9_rbW__textarea::placeholder{color:#7a5a3861}.Settings-module__h9_rbW__inputError{border-bottom-color:var(--accent)}.Settings-module__h9_rbW__inputEmail{ime-mode:inactive}.Settings-module__h9_rbW__btn{font-family:var(--font-tegomin), serif;letter-spacing:.18em;color:#fff;background:var(--accent);cursor:pointer;border:none;border-radius:6px;padding:10px 28px;font-size:.9em;transition:opacity .15s}.Settings-module__h9_rbW__btn:hover{opacity:.85}.Settings-module__h9_rbW__btn:disabled{opacity:.5;cursor:default}.Settings-module__h9_rbW__btnRow{align-items:center;gap:12px;margin-top:8px;display:flex}.Settings-module__h9_rbW__successMsg{color:#3a7848;font-size:.9em;font-family:var(--font-tegomin), serif;letter-spacing:.06em}.Settings-module__h9_rbW__errorMsg{color:var(--accent);font-size:.9em;font-family:var(--font-tegomin), serif;letter-spacing:.06em}.Settings-module__h9_rbW__emailDisplay{font-family:var(--font-tegomin), serif;color:var(--text);letter-spacing:.04em;border-bottom:1px solid #8a6a3040;padding:7px 4px;font-size:1em}.Settings-module__h9_rbW__btnSecondary{font-family:var(--font-tegomin), serif;letter-spacing:.15em;color:#6a4a28;cursor:pointer;background:#8a6a301a;border:1px solid #8a6a308c;border-radius:6px;padding:9px 24px;font-size:.9em;transition:background .15s}.Settings-module__h9_rbW__btnSecondary:hover{background:#8a6a3033}.Settings-module__h9_rbW__btnSecondary:disabled{opacity:.5;cursor:default}.Settings-module__h9_rbW__btnCancel{font-family:var(--font-tegomin), serif;letter-spacing:.12em;color:#7a6a58;cursor:pointer;background:#7864460f;border:1px solid #78644666;border-radius:6px;padding:9px 20px;font-size:.9em;transition:background .15s,color .15s}.Settings-module__h9_rbW__btnCancel:hover{color:var(--text);background:#78644621}.Settings-module__h9_rbW__sectionDivider{border-top:1px solid #8a6a3066;max-width:520px;margin:0 auto 40px}.Settings-module__h9_rbW__dangerZone{background:#c0302a0a;border:1px solid #c0302a59;border-radius:8px;max-width:520px;margin:0 auto 40px;padding:20px 24px}.Settings-module__h9_rbW__dangerTitle{letter-spacing:.12em;color:var(--accent);font-size:.9em;font-weight:700;font-family:var(--font-syuku), serif;margin-bottom:10px}.Settings-module__h9_rbW__dangerNote{color:var(--text-muted);letter-spacing:.06em;font-size:.9em;line-height:1.8;font-family:var(--font-tegomin), serif;margin-bottom:16px}.Settings-module__h9_rbW__btnDanger{font-family:var(--font-tegomin), serif;letter-spacing:.15em;color:var(--accent);cursor:pointer;background:0 0;border:1px solid #c0302a8c;border-radius:6px;padding:9px 24px;font-size:.9em;transition:background .15s}.Settings-module__h9_rbW__btnDanger:hover{background:#c0302a14}.Settings-module__h9_rbW__btnDanger:disabled{opacity:.5;cursor:default}.Settings-module__h9_rbW__dialogOverlay{z-index:300;background:#1e0f0073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Settings-module__h9_rbW__dialog{border:1px solid var(--border);background:#f8f3e6;border-radius:10px;width:90vw;max-width:380px;padding:24px 28px;box-shadow:0 6px 24px #1e0a0047}.Settings-module__h9_rbW__dialogTitle{font-size:1.1em;font-weight:700;font-family:var(--font-syuku), serif;color:var(--accent);letter-spacing:.12em;margin-bottom:12px}.Settings-module__h9_rbW__dialogBody{font-size:.95em;font-family:var(--font-tegomin), serif;color:var(--text);margin-bottom:20px;line-height:1.8}.Settings-module__h9_rbW__dialogActions{justify-content:flex-end;gap:10px;display:flex}.Settings-module__h9_rbW__dialogCancel{font-family:var(--font-tegomin), serif;cursor:pointer;color:var(--text);background:0 0;border:1px solid #8a6a3073;border-radius:6px;padding:9px 20px;font-size:.9em;transition:background .15s}.Settings-module__h9_rbW__dialogCancel:hover{background:#8a6a301a}.Settings-module__h9_rbW__versionDisplay{letter-spacing:.12em;color:var(--text);font-size:1.05em;font-family:var(--font-tegomin), serif}@media (max-height:500px){.Settings-module__h9_rbW__content{padding:61px 20px 20px}}
.Tayori-module__mnwigq__layout{flex-direction:row-reverse;width:100%;height:100dvh;display:flex}.Tayori-module__mnwigq__content{writing-mode:vertical-rl;overflow-anchor:none;overscroll-behavior:none;touch-action:pan-x;background:repeating-linear-gradient(78deg,#0000 0 10px,#50370f05 10px 11px),#c8b48a;flex-direction:column;flex:1;align-items:center;gap:16px;padding:45px 20px 0 18px;display:flex;overflow:auto hidden}.Tayori-module__mnwigq__content::-webkit-scrollbar{height:14px}.Tayori-module__mnwigq__content::-webkit-scrollbar-track{background:#c8b48a}.Tayori-module__mnwigq__content::-webkit-scrollbar-thumb{background:#8a6a30;border-radius:3px}.Tayori-module__mnwigq__card{border:1.5px solid var(--border);background:repeating-linear-gradient(108deg,#0000 0 4px,#64461406 4px 5px),repeating-linear-gradient(18deg,#0000 0 6px,#a0782807 6px 7px),linear-gradient(#fffcf0e0 0%,#f8f0dced 50%,#eee4cdf7 100%);border-radius:10px;flex-direction:column;flex-shrink:0;height:90%;display:flex;overflow:hidden;box-shadow:inset 0 1px #fff0c899,0 4px 12px #1e140a2e,0 1px 4px #1e140a1a}.Tayori-module__mnwigq__card.Tayori-module__mnwigq__unread{background:repeating-linear-gradient(108deg,#0000 0 4px,#64461406 4px 5px),repeating-linear-gradient(18deg,#0000 0 6px,#a0782807 6px 7px),linear-gradient(#fffae4f5 0%,#fcf4d7fa 50%,#f5eac8 100%);border-color:#b89840;box-shadow:inset 0 1px #fff0a0cc,0 4px 16px #50320a38,0 1px 4px #1e140a1f}.Tayori-module__mnwigq__card:hover{box-shadow:inset 0 1px #fff0c899,0 8px 22px #1e140a47,0 2px 6px #1e140a1f}.Tayori-module__mnwigq__cardHeader{writing-mode:vertical-rl;cursor:pointer;color:inherit;background:#5064280f;border-left:1px solid #8c641e66;flex-flow:wrap;flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 4px;text-decoration:none;transition:background .15s;display:flex}.Tayori-module__mnwigq__cardHeader:hover{background:#50642824}.Tayori-module__mnwigq__cardHeader.Tayori-module__mnwigq__full{flex:1}.Tayori-module__mnwigq__headerUpper{writing-mode:vertical-rl;flex-flow:wrap;align-items:center;gap:7px;display:flex}.Tayori-module__mnwigq__headerSentence{writing-mode:vertical-rl;color:var(--text);flex-wrap:wrap;align-items:center;font-size:.85rem;display:flex}.Tayori-module__mnwigq__headerName{font-family:var(--font-syuku), serif;font-weight:700}.Tayori-module__mnwigq__date{writing-mode:vertical-rl;color:var(--text-muted);letter-spacing:.05em;white-space:nowrap;font-size:.68rem}.Tayori-module__mnwigq__avatar{clip-path:polygon(50% 0%,93.3% 25%,93.3% 75%,50% 100%,6.7% 75%,6.7% 25%);width:32px;height:32px;font-size:1rem;font-family:var(--font-syuku), serif;writing-mode:horizontal-tb;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;display:flex}.Tayori-module__mnwigq__kindBadge{writing-mode:vertical-rl;font-size:.7rem;font-family:var(--font-syuku), serif;letter-spacing:.12em;white-space:nowrap;border-style:solid;border-width:1px;border-radius:3px;padding:4px 3px;display:inline-block}.Tayori-module__mnwigq__kindReply{color:#3a6a9a;background:#5a82b41a;border-color:#5a8aba}.Tayori-module__mnwigq__kindOkashi{color:#a04070;background:#be50821a;border-color:#c06090}.Tayori-module__mnwigq__kindAware{color:#a06a08;background:#be821e1a;border-color:#c08828}.Tayori-module__mnwigq__kindFollow{color:#3a7050;background:#5096641a;border-color:#5a9070}.Tayori-module__mnwigq__kindRepost{color:#2a2a2a;background:#28282814;border-color:#585858}.Tayori-module__mnwigq__kindQuote{color:#785030;background:#966e3c1a;border-color:#987050}.Tayori-module__mnwigq__post{color:#4a3a28;cursor:pointer;background:#ffffff61;border-left:3px solid #8c641e73;flex-direction:column;flex:1;text-decoration:none;transition:background .15s;display:flex;overflow:hidden}.Tayori-module__mnwigq__post:hover{background:#fff9}.Tayori-module__mnwigq__postLabel{font-size:.68rem;font-family:var(--font-syuku), serif;color:#8a7a60;letter-spacing:.12em;white-space:nowrap;border-left:1px dashed #8c641e40;flex-shrink:0;padding:14px 5px}.Tayori-module__mnwigq__postContent{font-family:var(--font-tegomin), serif;flex:1;padding:14px 10px;font-size:.88rem;line-height:1.88;overflow:hidden}.Tayori-module__mnwigq__postTitle{font-family:var(--font-syuku), serif;font-size:.88rem;font-weight:700}.Tayori-module__mnwigq__placeholder{font-family:var(--font-tegomin), serif;color:var(--text-muted);background:#faf0d7e6;border:1px solid #8c641e4d;border-radius:6px;margin:32px 20px;padding:24px 16px;box-shadow:0 1px 4px #1e140a1f}.Tayori-module__mnwigq__loadMore{cursor:pointer;background:#a0823233;border:none;flex-direction:row;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;width:54px;margin:0 20px;font-family:inherit;transition:background .15s;display:flex}.Tayori-module__mnwigq__loadMore:hover{background:#c0a05066}.Tayori-module__mnwigq__loadMore:disabled{cursor:default;opacity:.6}.Tayori-module__mnwigq__loadMoreLabel{writing-mode:vertical-rl;font-family:var(--font-syuku), serif;color:#1a3688;letter-spacing:.15em;white-space:nowrap;-webkit-user-select:none;user-select:none;text-shadow:0 1px 3px #fff0c8cc;font-size:1.1rem;font-weight:700}.Tayori-module__mnwigq__loadMoreArrow{writing-mode:horizontal-tb;color:#1a3688;-webkit-user-select:none;user-select:none;text-shadow:0 1px 3px #fff0c8cc;font-family:Arial,Helvetica,sans-serif;font-size:1.1rem;font-weight:700;line-height:1}
