.BoardList-module__NVvCHa__boardList{background:0 0;padding:0}.BoardList-module__NVvCHa__header{padding-bottom:var(--spacing-sm);margin-bottom:var(--spacing-md);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;display:flex}.BoardList-module__NVvCHa__title{color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:700}.BoardList-module__NVvCHa__count{color:var(--color-text-muted);font-size:.75rem}.BoardList-module__NVvCHa__scrollArea{gap:var(--spacing-lg);flex-direction:column;display:flex}.BoardList-module__NVvCHa__categorySection{margin-bottom:var(--spacing-md)}.BoardList-module__NVvCHa__categoryTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);align-items:center;gap:8px;margin-bottom:12px;padding-left:0;font-size:12px;display:flex}.BoardList-module__NVvCHa__list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.BoardList-module__NVvCHa__item{margin:0}.BoardList-module__NVvCHa__link{color:var(--sidebar-foreground);opacity:.8;border-radius:6px;align-items:center;gap:12px;padding:8px;font-size:14px;text-decoration:none;transition:all .2s;display:flex}.BoardList-module__NVvCHa__icon{color:var(--muted-foreground);transition:color .2s}.BoardList-module__NVvCHa__link:hover{background-color:var(--sidebar-accent);color:var(--sidebar-foreground);opacity:1}.BoardList-module__NVvCHa__link:hover .BoardList-module__NVvCHa__icon{color:var(--sidebar-foreground);opacity:.6}.BoardList-module__NVvCHa__boardName{text-overflow:ellipsis;white-space:nowrap;line-height:1.2;display:block;overflow:hidden}.BoardList-module__NVvCHa__description{display:none}
.ThemeToggle-module__sGqMhG__placeholder{width:90px;height:40px}.ThemeToggle-module__sGqMhG__toggleContainer{cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--foreground);font-family:var(--font-sans);pointer-events:auto;background:#e9ebef80;border:1px solid #0000000d;border-radius:9999px;align-items:center;gap:10px;padding:6px 16px 6px 6px;transition:all .2s;display:inline-flex;position:relative}.ThemeToggle-module__sGqMhG__toggleContainer:hover{background:#e9ebefcc;border-color:#0000001a}.ThemeToggle-module__sGqMhG__toggleContainer:active{transform:scale(.98)}.ThemeToggle-module__sGqMhG__track{background:#0000000d;border-radius:9999px;justify-content:space-between;align-items:center;width:52px;height:28px;padding:0 6px;transition:all .3s;display:flex;position:relative;box-shadow:inset 0 2px 4px #0000000d}.ThemeToggle-module__sGqMhG__icons{pointer-events:none;z-index:0;justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 8px;display:flex;position:absolute;top:0;left:0}.ThemeToggle-module__sGqMhG__iconBase{color:var(--muted-foreground);opacity:.5;transition:opacity .2s;display:flex}.ThemeToggle-module__sGqMhG__iconHidden{opacity:0}.ThemeToggle-module__sGqMhG__slider{z-index:10;color:#f59e0b;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #0000001a,0 1px 2px #0000000d}.ThemeToggle-module__sGqMhG__sliderDark{color:#fff;background:#020203;transform:translate(24px)}.ThemeToggle-module__sGqMhG__sliderIcon{animation:.4s ease-out ThemeToggle-module__sGqMhG__rotateIn}.ThemeToggle-module__sGqMhG__label{letter-spacing:.02em;text-align:left;min-width:40px;font-size:.85rem;font-weight:600}@keyframes ThemeToggle-module__sGqMhG__rotateIn{0%{opacity:0;transform:rotate(-90deg)scale(.5)}to{opacity:1;transform:rotate(0)scale(1)}}
.MobileHeader-module__a5ebGq__header{display:none}@media (max-width:768px){.MobileHeader-module__a5ebGq__header{z-index:100;background:var(--background);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);justify-content:space-between;align-items:center;height:56px;padding:0 16px;display:flex;position:fixed;top:0;left:0;right:0}}.MobileHeader-module__a5ebGq__logoLink{align-items:center;display:flex}.MobileHeader-module__a5ebGq__logoLight{display:block}.MobileHeader-module__a5ebGq__logoDark{display:none}[data-theme=dark] .MobileHeader-module__a5ebGq__logoLight{display:none}[data-theme=dark] .MobileHeader-module__a5ebGq__logoDark{display:block}.MobileHeader-module__a5ebGq__headerRight{align-items:center;gap:8px;display:flex}.MobileHeader-module__a5ebGq__menuButton{cursor:pointer;width:40px;height:40px;color:var(--foreground);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .2s;display:flex}.MobileHeader-module__a5ebGq__menuButton:hover{background:var(--accent)}.MobileHeader-module__a5ebGq__overlay{z-index:198;opacity:0;pointer-events:none;background:#0006;transition:opacity .3s;position:fixed;inset:0}.MobileHeader-module__a5ebGq__overlayVisible{opacity:1;pointer-events:auto}.MobileHeader-module__a5ebGq__drawer{z-index:199;background:var(--background);border-left:1px solid var(--border);-webkit-overflow-scrolling:touch;width:300px;max-width:85vw;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:56px;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.MobileHeader-module__a5ebGq__drawerOpen{transform:translate(0)}.MobileHeader-module__a5ebGq__searchForm{border-bottom:1px solid var(--border);padding:16px;position:relative}.MobileHeader-module__a5ebGq__searchIcon{color:var(--muted-foreground);pointer-events:none;position:absolute;top:50%;left:28px;transform:translateY(-50%)}.MobileHeader-module__a5ebGq__searchInput{background:var(--accent);border:1px solid var(--border);width:100%;color:var(--foreground);border-radius:8px;outline:none;padding:10px 12px 10px 36px;font-size:14px;transition:border-color .2s}.MobileHeader-module__a5ebGq__searchInput:focus{border-color:var(--ring)}.MobileHeader-module__a5ebGq__boardList{padding:16px}.MobileHeader-module__a5ebGq__boardListHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.MobileHeader-module__a5ebGq__boardListTitle{color:var(--foreground);font-size:.85rem;font-weight:700}.MobileHeader-module__a5ebGq__boardCount{color:var(--muted-foreground);font-size:.75rem}.MobileHeader-module__a5ebGq__categorySection{margin-bottom:20px}.MobileHeader-module__a5ebGq__categoryTitle{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.02em;align-items:center;gap:6px;margin:0 0 8px;font-size:.8rem;font-weight:600;display:flex}.MobileHeader-module__a5ebGq__list{margin:0;padding:0;list-style:none}.MobileHeader-module__a5ebGq__boardLink{color:var(--foreground);border-radius:6px;align-items:center;gap:6px;padding:8px 8px 8px 12px;font-size:.85rem;text-decoration:none;transition:background .15s;display:flex}.MobileHeader-module__a5ebGq__boardLink:hover,.MobileHeader-module__a5ebGq__boardLink:active{background:var(--accent)}.MobileHeader-module__a5ebGq__drawerFooter{flex-direction:column;gap:16px;margin-top:auto;padding:16px 24px 32px;display:flex}.MobileHeader-module__a5ebGq__legalLinks{gap:16px;margin-bottom:4px;display:flex}.MobileHeader-module__a5ebGq__legalLink{color:var(--muted-foreground);font-size:.75rem;text-decoration:none}.MobileHeader-module__a5ebGq__legalLink:active{color:var(--foreground);text-decoration:underline}.MobileHeader-module__a5ebGq__footerDivider{background:var(--border);width:100%;height:1px;margin-bottom:24px}
:root{--font-sans:"Inter","Noto Sans JP",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-mono:"Fira Code","Menlo","Monaco","Consolas",monospace;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:2rem;--spacing-xl:4rem;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-full:9999px;--color-bg-base:#f8f9fa;--color-bg-surface:#fff;--color-bg-sidebar:#fff;--color-text-primary:#1a1a1a;--color-text-secondary:#5e6c84;--color-text-muted:#8993a4;--color-border:#eaecf0;--color-divider:#f2f4f7;--color-accent:#1a1a1a;--color-accent-hover:#333;--color-fire:#1a1a1a;--color-fire-bg:#f2f4f7;--background:#fff;--foreground:#0f172a;--card:#fff;--muted:#f1f5f9;--muted-foreground:#717182;--accent:#f8fafc;--accent-foreground:#0f172a;--border:#e2e8f0;--input:#e2e8f0;--ring:#94a3b8;--sidebar-bg:#ffffffb3;--sidebar-border:#0000000f;--sidebar-accent:#e9ebef80;--sidebar-foreground:#252525;--sidebar-shadow:0 1px 2px #0000000d;--backdrop-blur-md:blur(12px)}[data-theme=dark]{--color-bg-base:#0f1117;--color-bg-surface:#1a1d27;--color-bg-sidebar:#13151d;--color-text-primary:#e4e6eb;--color-text-secondary:#9ca3b4;--color-text-muted:#6b7280;--color-border:#2a2d3a;--color-divider:#1f222e;--color-accent:#e4e6eb;--color-accent-hover:#c8cbd2;--color-fire:#e4e6eb;--color-fire-bg:#1f222e;--background:#0f1117;--foreground:#e4e6eb;--card:#1a1d27;--muted:#1f222e;--muted-foreground:#8b92a5;--accent:#252836;--accent-foreground:#e4e6eb;--border:#2a2d3a;--input:#2a2d3a;--ring:#4a5068;--sidebar-bg:#13151dd9;--sidebar-border:#ffffff0f;--sidebar-accent:#2a2d3a99;--sidebar-foreground:#d1d5db;--sidebar-shadow:0 1px 2px #0000004d}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;min-height:100%;overflow-x:hidden}body{font-family:var(--font-sans);background:var(--color-bg-base);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:var(--color-accent)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
.layout-module__L5FxyW__container{background-color:var(--color-bg-base);flex-direction:column;height:100vh;display:flex;overflow:hidden}.layout-module__L5FxyW__sidebarLogo{flex-shrink:0;justify-content:flex-start;align-items:center;padding:24px;transition:opacity .2s;display:flex}.layout-module__L5FxyW__sidebarLogo:hover{opacity:.8}.layout-module__L5FxyW__logo{width:112px;display:block}.layout-module__L5FxyW__logoLight{display:block}.layout-module__L5FxyW__logoDark{display:none}[data-theme=dark] .layout-module__L5FxyW__logoLight{display:none}[data-theme=dark] .layout-module__L5FxyW__logoDark{display:block}.layout-module__L5FxyW__sidebarNav{scrollbar-width:thin;scrollbar-color:var(--sidebar-border)transparent;flex-direction:column;flex:1;gap:32px;padding:24px;display:flex;overflow-y:auto}.layout-module__L5FxyW__sidebarNav::-webkit-scrollbar{width:4px}.layout-module__L5FxyW__sidebarNav::-webkit-scrollbar-track{background:0 0}.layout-module__L5FxyW__sidebarNav::-webkit-scrollbar-thumb{background-color:var(--sidebar-border);border-radius:4px}.layout-module__L5FxyW__topBar{z-index:50;pointer-events:none;justify-content:flex-end;align-items:center;gap:16px;padding:24px 32px;display:flex;position:sticky;top:0}.layout-module__L5FxyW__searchWrapper{pointer-events:auto;align-items:center;display:flex;position:relative}.layout-module__L5FxyW__searchIcon{color:var(--muted-foreground);z-index:10;pointer-events:none;width:16px;height:16px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.layout-module__L5FxyW__searchInput{background-color:var(--accent);border:1px solid var(--border);width:240px;color:var(--color-text-primary);border-radius:9999px;outline:none;padding:12px 16px 12px 36px;font-size:14px;transition:all .2s}.layout-module__L5FxyW__searchInput:focus{background-color:var(--card);border-color:var(--ring);box-shadow:0 0 0 2px var(--accent)}.layout-module__L5FxyW__main{flex:1;grid-template-columns:280px 1fr;gap:0;width:100%;min-height:0;margin:0;padding:0;display:grid;overflow:hidden}.layout-module__L5FxyW__sidebar{background-color:var(--sidebar-bg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-right:1px solid var(--sidebar-border);width:280px;height:100vh;box-shadow:var(--sidebar-shadow);flex-direction:column;gap:0;display:flex;overflow:hidden}.layout-module__L5FxyW__sidebarFooter{border-top:1px solid var(--sidebar-border);flex-direction:column;justify-content:flex-start;gap:16px;padding:24px;display:flex}.layout-module__L5FxyW__legalLinks{color:var(--color-text-muted);gap:12px;font-size:.7rem;display:flex}.layout-module__L5FxyW__legalLink{color:var(--color-text-muted);text-decoration:none;transition:color .2s}.layout-module__L5FxyW__legalLink:hover{color:var(--color-text-primary);text-decoration:underline}.layout-module__L5FxyW__sidebar::-webkit-scrollbar{width:4px}.layout-module__L5FxyW__sidebar::-webkit-scrollbar-track{background:0 0}.layout-module__L5FxyW__sidebar::-webkit-scrollbar-thumb{background-color:var(--color-border);border-radius:4px}.layout-module__L5FxyW__content{background-color:var(--background);width:100%;height:100%;position:relative;overflow-y:auto}.layout-module__L5FxyW__footer{text-align:center;padding:var(--spacing-md);color:var(--color-text-muted);border-top:1px solid var(--color-border);background:var(--color-bg-surface);flex-shrink:0;font-size:.8rem}@media (max-width:768px){.layout-module__L5FxyW__container{padding-top:56px}.layout-module__L5FxyW__main{grid-template-columns:1fr;gap:0}.layout-module__L5FxyW__sidebar,.layout-module__L5FxyW__topBar{display:none}}
