@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap";
:root{--background:48 40% 98%;--foreground:180 30% 23%;--primary:180 30% 23%;--primary-foreground:0 0% 100%;--secondary:180 40% 72%;--secondary-foreground:180 30% 23%;--accent:180 45% 94%;--accent-foreground:180 30% 23%;--muted:180 10% 90%;--muted-foreground:180 10% 40%;--card:0 0% 100%;--card-foreground:180 30% 23%;--border:180 20% 90%;--input:180 20% 90%;--ring:180 40% 72%;--radius:1rem}[data-theme=dark]{--background:180 30% 5%;--foreground:180 10% 98%;--primary:180 40% 72%;--primary-foreground:180 30% 5%}*{box-sizing:border-box;margin:0;padding:0}body{background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;font-family:Outfit,Noto Sans JP,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s ease-out forwards fadeIn}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width:768px){:root{--radius:.75rem}}
.NavigationLayout-module__T7hyNq__loginRoot{background-color:hsl(var(--background));justify-content:center;align-items:center;min-height:100vh;display:flex}.NavigationLayout-module__T7hyNq__loginContent{width:100%;max-width:500px;padding:2rem}@media (max-width:640px){.NavigationLayout-module__T7hyNq__loginContent{max-width:none;padding:0}}.NavigationLayout-module__T7hyNq__layoutRoot{background-color:hsl(var(--background));min-height:100vh;display:flex}.NavigationLayout-module__T7hyNq__mainContainer{flex-direction:column;flex:1;transition:padding-left .3s;display:flex}.NavigationLayout-module__T7hyNq__content{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}@media (max-width:768px){.NavigationLayout-module__T7hyNq__content{padding:1rem}}
.Sidebar-module__XRNO5a__sidebar{background-color:hsl(var(--background));border-right:1px solid hsl(var(--border));flex-direction:column;width:280px;height:100vh;padding:2.5rem 1.5rem;display:flex;position:sticky;top:0;overflow-y:auto}.Sidebar-module__XRNO5a__logo{margin-bottom:3.5rem;padding-left:.5rem}.Sidebar-module__XRNO5a__logoText{color:hsl(var(--primary));font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700}.Sidebar-module__XRNO5a__sectionLabel{color:hsl(var(--muted-foreground));letter-spacing:.1em;margin-bottom:1.25rem;padding-left:1rem;font-size:.7rem;font-weight:600}.Sidebar-module__XRNO5a__nav{flex:1}.Sidebar-module__XRNO5a__navList{list-style:none}.Sidebar-module__XRNO5a__navLink{border-radius:var(--radius);color:hsl(var(--foreground));align-items:center;gap:1rem;margin-bottom:.5rem;padding:.875rem 1rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.Sidebar-module__XRNO5a__navLink:hover{background-color:hsl(var(--secondary) / .15);color:hsl(var(--primary))}.Sidebar-module__XRNO5a__upgradeCard{background:linear-gradient(135deg, hsl(var(--secondary)) 0%, hsl(var(--secondary) / .6) 100%);border-radius:var(--radius);color:hsl(var(--primary));margin-top:2rem;margin-bottom:2rem;padding:1.5rem}.Sidebar-module__XRNO5a__upgradeCard h3{margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.Sidebar-module__XRNO5a__upgradeCard p{opacity:.9;margin-bottom:1.25rem;font-size:.85rem;line-height:1.4}.Sidebar-module__XRNO5a__upgradeBtn{border-radius:calc(var(--radius) / 2);width:100%;color:hsl(var(--primary));background-color:#fff;padding:.75rem;font-size:.9rem;font-weight:600;transition:transform .2s}.Sidebar-module__XRNO5a__upgradeBtn:hover{transform:scale(1.02)}.Sidebar-module__XRNO5a__footer{border-top:1px solid hsl(var(--border) / .5);flex-direction:column;gap:.5rem;padding-top:2rem;display:flex}.Sidebar-module__XRNO5a__footerLink{border-radius:var(--radius);color:hsl(var(--muted-foreground));text-align:left;align-items:center;gap:1rem;width:100%;padding:.75rem 1rem;font-size:.9rem;transition:all .2s;display:flex}.Sidebar-module__XRNO5a__footerLink:hover{background-color:hsl(var(--accent));color:hsl(var(--foreground))}@media (max-width:1024px){.Sidebar-module__XRNO5a__sidebar{width:240px}}@media (max-width:768px){.Sidebar-module__XRNO5a__sidebar{display:none}}
.Header-module__lnUIdW__header{background-color:hsl(var(--background) / .8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid hsl(var(--border));z-index:40;justify-content:space-between;align-items:center;height:70px;padding:0 2rem;display:flex;position:sticky;top:0}.Header-module__lnUIdW__searchWrapper{background-color:hsl(var(--secondary) / .1);border-radius:calc(var(--radius) / 1.5);border:1px solid #0000;align-items:center;width:350px;padding:.6rem 1rem;transition:all .2s;display:flex}.Header-module__lnUIdW__searchWrapper:focus-within{background-color:hsl(var(--background));border-color:hsl(var(--primary) / .3);box-shadow:0 0 0 4px hsl(var(--primary) / .05)}.Header-module__lnUIdW__searchIcon{color:hsl(var(--muted-foreground));margin-right:.75rem}.Header-module__lnUIdW__searchInput{width:100%;color:hsl(var(--foreground));background:0 0;border:none;outline:none;font-size:.9rem}.Header-module__lnUIdW__searchInput::placeholder{color:hsl(var(--muted-foreground))}.Header-module__lnUIdW__actions{align-items:center;gap:1.25rem;display:flex}.Header-module__lnUIdW__iconBtn{color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:relative}.Header-module__lnUIdW__iconBtn:hover{background-color:hsl(var(--secondary) / .15);color:hsl(var(--primary))}.Header-module__lnUIdW__notificationDot{border:2px solid hsl(var(--background));background-color:#ff4d4d;border-radius:50%;width:8px;height:8px;position:absolute;top:6px;right:6px}.Header-module__lnUIdW__avatar{border:2px solid hsl(var(--primary) / .1);cursor:pointer;border-radius:50%;width:38px;height:38px;transition:transform .2s;overflow:hidden}.Header-module__lnUIdW__avatar:hover{transform:scale(1.05)}.Header-module__lnUIdW__avatar img{object-fit:cover;width:100%;height:100%}@media (max-width:768px){.Header-module__lnUIdW__searchWrapper{width:200px}}.Header-module__lnUIdW__dropdownContainer{position:relative}.Header-module__lnUIdW__dropdown{z-index:999;background-color:#fff;border:1px solid #edf2f7;border-radius:12px;width:320px;animation:.2s ease-out Header-module__lnUIdW__slideUp;position:absolute;top:calc(100% + 15px);right:0;overflow:hidden;box-shadow:0 10px 40px -10px #00000026}@keyframes Header-module__lnUIdW__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Header-module__lnUIdW__dropdownHeader{color:#a0aec0;text-transform:uppercase;letter-spacing:.05em;background-color:#fcfcfd;border-bottom:1px solid #edf2f7;padding:1.25rem;font-size:.75rem;font-weight:700}.Header-module__lnUIdW__notificationList{max-height:400px;overflow-y:auto}.Header-module__lnUIdW__notificationItem{border-bottom:1px solid #f7fafc;gap:1rem;padding:1rem;transition:background .2s;display:flex}.Header-module__lnUIdW__notificationItem:hover{background-color:#f7fafc}.Header-module__lnUIdW__postThumb{background:#edf2f7;border-radius:6px;flex-shrink:0;width:60px;height:45px;overflow:hidden}.Header-module__lnUIdW__postThumb img{object-fit:cover;width:100%;height:100%}.Header-module__lnUIdW__postInfo{flex-direction:column;flex:1;gap:.25rem;display:flex}.Header-module__lnUIdW__postTitle{color:#2d3748;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.Header-module__lnUIdW__postMeta{color:#a0aec0;align-items:center;gap:.35rem;font-size:.7rem;display:flex}.Header-module__lnUIdW__dropdownFooter{text-align:center;color:#fd2d78;background:#fff;border-top:1px solid #edf2f7;padding:1rem;font-size:.8rem;font-weight:700;transition:background .2s;display:block}.Header-module__lnUIdW__dropdownFooter:hover{background:#fcfcfd}.Header-module__lnUIdW__menuList{padding:.5rem}.Header-module__lnUIdW__menuItem{color:#4a5568;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:.85rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.Header-module__lnUIdW__menuItem:hover{color:#fd2d78;background-color:#fd2d780d}.Header-module__lnUIdW__menuDivider{background:#edf2f7;height:1px;margin:.5rem .25rem}
