@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&family=Noto+Sans+JP:wght@400;700&family=Noto+Sans+SC:wght@400;700&family=Inter:wght@700&display=swap");:root{--bg-primary:#121212;--bg-secondary:#1e1e1e;--bg-accent:#2d2d2d;--text-primary:#ffffff;--text-secondary:#b0b0b0;--text-accent:#34d058;--border-color:#404040;--link-color:#60a5fa;--link-hover:#3b82f6;--text-color:#ffffff;--background-color:#121212;--primary-color:#34d058;--accent-color:#ef4444;--muted-text:#b0b0b0;--input-background:#1e1e1e;--hover-background:#2d2d2d;--hover-color:rgba(255,255,255,0.1);--icon-filter:invert(1);--footer-background:#1a2e1a;--footer-gradient:linear-gradient(rgba(26,46,26,0.1),rgba(26,46,26,0.1));--footer-blend-mode:overlay}[data-theme=light]{--bg-primary:#ffffff;--bg-secondary:#f8f9fa;--bg-accent:#e9ecef;--text-primary:#000000;--text-secondary:#6c757d;--text-accent:#218838;--border-color:#dee2e6;--link-color:#007bff;--link-hover:#0056b3;--text-color:#000000;--background-color:#ffffff;--primary-color:#218838;--accent-color:#dc3545;--muted-text:#6c757d;--input-background:#f8f9fa;--hover-background:#e9ecef;--hover-color:rgba(0,0,0,0.1);--icon-filter:none;--footer-background:#d4edda;--footer-gradient:linear-gradient(rgba(40,167,69,0.4),rgba(40,167,69,0.4));--footer-blend-mode:screen}html{transition:background .6s ease-out,color .6s ease-out}html,html:not([data-theme]){background:#121212!important;color:#ffffff!important}html[data-theme=light]{background:#ffffff!important;color:#000000!important}html[data-theme=dark],html[data-theme=light]{transition:background-color .3s ease,color .3s ease}html[data-theme=dark]{background:#121212!important;color:#ffffff!important}*{margin:0;padding:0;box-sizing:border-box;transition:background-color .8s ease-out,color .8s ease-out,border-color .8s ease-out}html{font-display:swap;scroll-behavior:smooth;line-height:1.6;font-family:Noto Sans,sans-serif}html[lang=ja]{font-family:Noto Sans JP,Noto Sans,sans-serif}html[lang=zh]{font-family:Noto Sans SC,Noto Sans,sans-serif}html[lang=en]{font-family:Noto Sans,sans-serif}body{background-color:#121212!important;color:#ffffff!important;font-family:inherit;line-height:1.6;font-size:16px;overflow-x:hidden;transition:background-color .6s ease-out,color .6s ease-out}html[data-theme=light] body{background-color:#ffffff!important;color:#000000!important}.container,html[data-theme] body{transition:background-color .6s ease-out,color .6s ease-out}.container{max-width:800px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.fade-in{opacity:0;animation:fadeIn .5s ease-in forwards}@keyframes fadeIn{to{opacity:1}}.slide-up{transform:translateY(20px);opacity:0;animation:slideUp .5s ease-out forwards}@keyframes slideUp{to{transform:translateY(0);opacity:1}}a{color:var(--link-color);text-decoration:underline;transition:color .3s ease}a:hover{color:var(--link-hover)}h1,h2,h3,h4,h5,h6{font-weight:700;margin-bottom:.5em}h1,h2,h3,h4,h5,h6,p{color:var(--text-primary,#000000);transition:color .8s ease-out}p{margin-bottom:1em}.text-green{color:var(--text-accent)}.text-center{text-align:center}.text-gray{color:var(--text-secondary)}.chinese-text{font-family:Noto Sans SC,sans-serif}.logo-font{font-family:Arial Black,Arial,Helvetica Neue,Helvetica,Impact,sans-serif!important;font-weight:900!important;letter-spacing:.2em;font-feature-settings:"liga" 0,normal;text-transform:none;font-variant:normal;font-style:normal;text-shadow:.5px 0 0 currentColor,-.5px 0 0 currentColor,0 .5px 0 currentColor,0 -.5px 0 currentColor}@keyframes shrinkToCenter{0%{transform:scale(1.2);opacity:1}30%{transform:scale(.8);opacity:1}70%{transform:scale(.3);opacity:.7}to{transform:scale(0);opacity:0}}@keyframes slideDown{0%{opacity:0;transform:translateX(-50%) translateY(-20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@media (max-width:768px){.container{padding:0 15px}body{font-size:14px}}.nostr-content::-webkit-scrollbar{width:20px}.nostr-content::-webkit-scrollbar-track{background:var(--input-background)}.nostr-content::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:10px}.nostr-content::-webkit-scrollbar-thumb:hover{background:var(--link-color)}