@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap";
:root{--background:#0f172a;--foreground:#f8fafc;--card-bg:#1e293b;--card-hover:#334155;--primary:#38bdf8;--secondary:#94a3b8;--accent:#fbbf24;--border:#334155;--profit:#4ade80;--loss:#f87171}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--background);max-width:100vw;color:var(--foreground);-webkit-font-smoothing:antialiased;font-family:Inter,Noto Sans JP,sans-serif;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}.container{max-width:600px;margin:0 auto;padding:1rem}h1{letter-spacing:-.025em;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}h2{margin-bottom:1rem;font-size:1.25rem;font-weight:600}.section-title{color:var(--secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;margin-bottom:1rem;padding:1rem;transition:transform .2s,background-color .2s}.card:active{transform:scale(.98)}.card:hover{background:var(--card-hover)}.investor-card{justify-content:space-between;align-items:center;display:flex}.investor-info h3{color:var(--foreground);font-size:1.1rem;font-weight:700}.investor-role{color:var(--secondary);margin-top:.25rem;font-size:.85rem}.news-count{color:var(--primary);background:#38bdf81a;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.news-item{border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:1.5rem}.news-item:last-child{border-bottom:none}.news-meta{color:var(--secondary);gap:.5rem;margin-bottom:.5rem;font-size:.75rem;display:flex}.label-paid{color:var(--accent);font-weight:700}.label-free{color:var(--profit);font-weight:700}.news-title{margin-bottom:.75rem;font-size:1rem;font-weight:700;line-height:1.4;display:block}.news-summary{color:#cbd5e1;white-space:pre-line;font-size:.9rem;line-height:1.6}.read-more{color:var(--primary);margin-top:.75rem;font-size:.85rem;font-weight:500;display:inline-block}header{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#0f172ae6;margin-bottom:1.5rem;padding:1rem 0;position:sticky;top:0}.header-content{justify-content:space-between;align-items:center;display:flex}.brand{background:linear-gradient(90deg,#38bdf8,#818cf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.1rem;font-weight:800}.inquiry-btn{text-align:center;background:var(--card-bg);border:1px dashed var(--border);width:100%;color:var(--secondary);border-radius:12px;margin-top:2rem;padding:1rem;font-size:.9rem;display:block}.app-layout{flex-direction:column;max-width:1280px;min-height:100vh;margin:0 auto;padding:0 1rem;display:flex}@media (min-width:1024px){.app-layout{flex-direction:row;align-items:flex-start;gap:2rem}.app-main{flex:1;width:100%}}@media (max-width:1023px){.app-layout{padding:0}.app-main{padding:1rem}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0f172a;border-radius:4px}::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#475569}*{scrollbar-width:thin;scrollbar-color:#334155 #0f172a}
.Header-module__5nDpLG__header{background-color:var(--background);z-index:9999;border-bottom:1px solid #ffffff1a;height:60px;position:sticky;top:0}.Header-module__5nDpLG__container{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.Header-module__5nDpLG__brand{background:linear-gradient(90deg,#fff,#aaa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-left:1rem;font-size:1.5rem;font-weight:800;text-decoration:none}.Header-module__5nDpLG__burgerBtn{cursor:pointer;z-index:102;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:24px;height:20px;padding:0;display:flex}.Header-module__5nDpLG__bar{background-color:#fff;width:100%;height:2px;transition:all .3s}.Header-module__5nDpLG__bar.Header-module__5nDpLG__open:first-child{transform:rotate(45deg)translate(5px,6px)}.Header-module__5nDpLG__bar.Header-module__5nDpLG__open:nth-child(2){opacity:0}.Header-module__5nDpLG__bar.Header-module__5nDpLG__open:nth-child(3){transform:rotate(-45deg)translate(5px,-6px)}.Header-module__5nDpLG__mobileMenu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100000;background-color:#0f172af2;border-bottom:1px solid #333;width:100%;max-height:0;transition:max-height .4s ease-in-out;position:fixed;top:60px;left:0;overflow:hidden}.Header-module__5nDpLG__menuOpen{border-bottom-color:var(--accent);max-height:500px}.Header-module__5nDpLG__navLinks{flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}.Header-module__5nDpLG__navLinks a{color:#fff;border-bottom:2px solid #0000;padding-bottom:.5rem;font-size:1.2rem;text-decoration:none;transition:all .2s}.Header-module__5nDpLG__navLinks a:hover{color:var(--accent);border-bottom-color:var(--accent);letter-spacing:.05em}.Header-module__5nDpLG__backdrop{z-index:99999;opacity:0;background:#00000080;width:100%;height:calc(100vh - 60px);animation:.3s forwards Header-module__5nDpLG__fadeIn;position:fixed;top:60px;left:0}.Header-module__5nDpLG__transparentBackdrop{z-index:150;cursor:default;background:0 0;width:100%;height:100vh;position:fixed;top:0;left:0}@keyframes Header-module__5nDpLG__fadeIn{to{opacity:1}}.Header-module__5nDpLG__authContainer{align-items:center;display:flex}.Header-module__5nDpLG__guestMenu{align-items:center;gap:1rem;display:flex}.Header-module__5nDpLG__loginLink{color:#ccc;font-size:.9rem;text-decoration:none}.Header-module__5nDpLG__signupBtn{background:var(--accent);color:#000;border-radius:20px;padding:.4rem 1rem;font-size:.9rem;font-weight:700;text-decoration:none}.Header-module__5nDpLG__userMenu{z-index:201;position:relative}.Header-module__5nDpLG__avatarBtn{cursor:pointer;background:0 0;border:none;padding:5px}.Header-module__5nDpLG__avatarDot{background-color:var(--accent);border:2px solid #fff;border-radius:50%;width:32px;height:32px}.Header-module__5nDpLG__dropdown{z-index:200;background:#222;border:1px solid #444;border-radius:8px;width:200px;margin-top:.5rem;padding:1rem;position:absolute;top:100%;right:0;box-shadow:0 4px 12px #00000080}.Header-module__5nDpLG__userInfo{margin-bottom:.5rem}.Header-module__5nDpLG__userName{color:#fff;font-weight:700}.Header-module__5nDpLG__userId{color:#888;font-size:.8rem}.Header-module__5nDpLG__divider{border:0;border-top:1px solid #444;margin:.5rem 0}.Header-module__5nDpLG__menuItem{color:#ccc;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem 0;font-size:.95rem;text-decoration:none;display:block}.Header-module__5nDpLG__menuItem:hover{color:#fff}.Header-module__5nDpLG__logout{color:#ff6b6b}.Header-module__5nDpLG__desktopNav{flex:1;gap:1.5rem;margin-left:2rem;display:none}.Header-module__5nDpLG__desktopNav a{color:#ccc;font-size:.95rem;text-decoration:none;transition:color .2s}.Header-module__5nDpLG__desktopNav a:hover{color:#fff;text-shadow:0 0 5px #ffffff80}.Header-module__5nDpLG__spinner{border:2px solid #333;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s linear infinite Header-module__5nDpLG__spin}@keyframes Header-module__5nDpLG__spin{to{transform:rotate(360deg)}}.Header-module__5nDpLG__burgerBtn{display:flex}.Header-module__5nDpLG__desktopNav{display:none!important}.Header-module__5nDpLG__brand{margin-left:.5rem}.Header-module__5nDpLG__notifWrapper{z-index:201;margin-right:1rem;position:relative}.Header-module__5nDpLG__notifBtn{cursor:pointer;color:#ccc;background:0 0;border:none;align-items:center;gap:6px;padding:5px;font-size:1.2rem;transition:color .2s;display:flex;position:relative}.Header-module__5nDpLG__notifBtn:hover{color:#fff}.Header-module__5nDpLG__notifText{font-size:.85rem;font-weight:700;display:none}@media (min-width:480px){.Header-module__5nDpLG__notifText{display:block}}.Header-module__5nDpLG__badge{color:#fff;background:#ef4444;border:2px solid #222;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.Header-module__5nDpLG__notifWrapper{margin-right:1rem;position:relative}.Header-module__5nDpLG__notifBtn{cursor:pointer;background:0 0;border:none;padding:5px;font-size:1.2rem;position:relative}.Header-module__5nDpLG__badge{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:0;right:0}.Header-module__5nDpLG__notifDropdown{z-index:200;background:#222;border:1px solid #444;border-radius:8px;width:300px;max-height:400px;position:absolute;top:100%;right:-50px;overflow-y:auto;box-shadow:0 4px 12px #00000080}.Header-module__5nDpLG__notifHeader{color:#fff;background:#1a1a1a;border-bottom:1px solid #444;padding:.8rem;font-weight:700}.Header-module__5nDpLG__notifList{flex-direction:column;display:flex}.Header-module__5nDpLG__notifEmpty{text-align:center;color:#888;padding:1.5rem;font-size:.9rem}.Header-module__5nDpLG__notifItem{border-bottom:1px solid #333;padding:.8rem;transition:background .2s}.Header-module__5nDpLG__notifItem:hover{background:#333}.Header-module__5nDpLG__notifItem.Header-module__5nDpLG__unread{background:rgba(var(--primary-rgb),.1);border-left:3px solid var(--accent)}.Header-module__5nDpLG__notifMsg{color:#eee;margin-bottom:.3rem;font-size:.9rem;line-height:1.4}.Header-module__5nDpLG__notifDate{color:#888;font-size:.75rem}
.Sidebar-module__d2a2WG__sidebar{display:none}@media (min-width:1024px){.Sidebar-module__d2a2WG__sidebar{border-right:1px solid #0000000d;flex-shrink:0;width:240px;height:calc(100vh - 80px);padding:1rem 0;display:block;position:sticky;top:80px}.Sidebar-module__d2a2WG__container{flex-direction:column;justify-content:space-between;height:100%;display:flex}.Sidebar-module__d2a2WG__nav{flex-direction:column;gap:.5rem;display:flex}.Sidebar-module__d2a2WG__item{color:var(--secondary);border-radius:12px;align-items:center;gap:.8rem;padding:.8rem 1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Sidebar-module__d2a2WG__item:hover{color:var(--primary);background:#00000008}.Sidebar-module__d2a2WG__active{color:var(--primary);background:#0000000d;font-weight:700}.Sidebar-module__d2a2WG__icon{font-size:1.2rem}.Sidebar-module__d2a2WG__footer{padding-top:1rem}.Sidebar-module__d2a2WG__requestBtn{text-align:center;border:1px dashed var(--secondary);color:var(--secondary);border-radius:12px;padding:.8rem;font-size:.9rem;text-decoration:none;transition:all .2s;display:block}.Sidebar-module__d2a2WG__requestBtn:hover{border-color:var(--primary);color:var(--primary);background:#00000005}}
