:root{--bg-primary:#fff;--bg-secondary:#fff;--bg-tertiary:#f7fafc;--bg-card:#fff;--text-primary:#333;--text-secondary:#4a5568;--text-muted:#718096;--accent-gold:#ed8936;--accent-gold-glow:#ed893626;--accent-neon-pink:#0085a1;--accent-neon-cyan:#00bcd4;--border-color:#00000014;--border-glow:#0085a11a;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-xl:24px;--shadow-sm:0 4px 6px -1px #0000000d;--shadow-md:0 10px 15px -3px #0000000f;--shadow-glow:0 0 15px var(--accent-gold-glow);--font-size-base:16px;--font-size-sm:14px;--container-padding:20px}@media (max-width:768px){:root{--font-size-base:15px;--container-padding:16px;--radius-xl:16px}}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;scroll-behavior:smooth;height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--text-primary);background-color:var(--bg-primary);font-family:var(--font-noto-sans-jp), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:var(--accent-gold)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.floating-counter-btn{z-index:9999;background:linear-gradient(135deg, var(--accent-gold) 0%, #ff8c00 100%);cursor:pointer;border:1.5px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 20px #ffd70066,0 0 10px #ffd70033}.floating-counter-icon{filter:drop-shadow(0 2px 4px #00000026);justify-content:center;align-items:center;font-size:26px;transition:transform .3s;display:flex}.floating-counter-tooltip{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);white-space:nowrap;opacity:0;pointer-events:none;box-shadow:var(--shadow-md);border-radius:8px;padding:6px 14px;font-size:12px;font-weight:700;transition:opacity .3s,transform .3s;position:absolute;right:70px;transform:translate(10px)}.floating-counter-btn:hover{transform:scale(1.1)translateY(-2px);box-shadow:0 8px 30px #ffd70080,0 0 20px #ffd70040}.floating-counter-btn:hover .floating-counter-icon{transform:scale(1.1)rotate(10deg)}.floating-counter-btn:hover .floating-counter-tooltip{opacity:1;transform:translate(0)}.floating-counter-btn:active{transform:scale(.95)translateY(1px)}@media (max-width:768px){.floating-counter-btn{width:52px;height:52px;bottom:20px;right:20px;box-shadow:0 4px 15px #ffd7004d}.floating-counter-icon{font-size:24px}.floating-counter-tooltip{display:none}}header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#fffffff2!important;border-top:4px solid #0085a1!important;border-bottom:1px solid #0000000d!important;box-shadow:0 2px 8px #00000008!important}header a,header button,header div,header svg{fill:#333;color:#333!important}header a:hover{color:#0085a1!important}header span[class*=bar]{background-color:#333!important}header ul,header div[class*=dropdownMenu],header div[class*=mobileDropdownMenu]{background-color:#fff!important;border:1px solid #00000014!important;box-shadow:0 4px 12px #00000014!important}header ul a,header div[class*=dropdownMenu] a,header div[class*=mobileDropdownMenu] a{color:#4a5568!important}header ul a:hover,header div[class*=dropdownMenu] a:hover,header div[class*=mobileDropdownMenu] a:hover{color:#0085a1!important;background-color:#0085a10d!important}footer{color:#4a5568!important;background-color:#fff!important;border-top:1px solid #0000000d!important}footer a{color:#718096!important}footer a:hover{color:#0085a1!important}
.Header-module__lnUIdW__header{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);z-index:100;background-color:#0a0a0ccc;position:sticky;top:0}.Header-module__lnUIdW__container{max-width:1200px;padding:0 var(--container-padding);justify-content:space-between;align-items:center;height:70px;margin:0 auto;display:flex}.Header-module__lnUIdW__logo{align-items:center;gap:8px;text-decoration:none;display:flex}.Header-module__lnUIdW__logoImage{object-fit:cover;border-radius:50%;width:32px;height:32px}.Header-module__lnUIdW__logoText{color:var(--text-primary);letter-spacing:1px;font-size:20px;font-weight:800;font-family:var(--font-kaisei-decol), serif}.Header-module__lnUIdW__logoHighlight{color:var(--accent-neon-pink)}.Header-module__lnUIdW__nav{align-items:center;gap:28px;display:flex}.Header-module__lnUIdW__navLink{color:var(--text-secondary);align-items:center;padding:8px 0;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s,text-shadow .2s;display:flex}.Header-module__lnUIdW__navLink:hover{color:var(--accent-gold);text-shadow:0 0 8px var(--accent-gold-glow)}.Header-module__lnUIdW__search{align-items:center;display:flex}.Header-module__lnUIdW__searchInput{background-color:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:var(--radius-xl);outline:none;width:200px;padding:8px 16px;font-size:14px;transition:all .2s}.Header-module__lnUIdW__searchInput:focus{border-color:var(--accent-neon-cyan);width:240px;box-shadow:0 0 10px #05d9e833}.Header-module__lnUIdW__rightSection{align-items:center;gap:16px;display:flex}.Header-module__lnUIdW__desktopSearch{display:block}.Header-module__lnUIdW__hamburger{cursor:pointer;z-index:110;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;display:none}.Header-module__lnUIdW__bar{background-color:var(--text-primary);border-radius:2px;width:100%;height:2px;transition:all .3s}.Header-module__lnUIdW__bar.Header-module__lnUIdW__open:first-child{transform:translateY(8px)rotate(45deg)}.Header-module__lnUIdW__bar.Header-module__lnUIdW__open:nth-child(2){opacity:0}.Header-module__lnUIdW__bar.Header-module__lnUIdW__open:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.Header-module__lnUIdW__mobileMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border-bottom:1px solid #00000014;width:100%;max-height:0;transition:max-height .3s;position:absolute;top:70px;left:0;overflow:hidden;box-shadow:0 10px 30px #0000000d}.Header-module__lnUIdW__mobileMenu.Header-module__lnUIdW__show{max-height:400px}.Header-module__lnUIdW__mobileNav{flex-direction:column;gap:20px;padding:24px 20px;display:flex}.Header-module__lnUIdW__mobileSearch{width:100%;margin-top:10px}.Header-module__lnUIdW__mobileSearch .Header-module__lnUIdW__searchInput,.Header-module__lnUIdW__mobileSearch .Header-module__lnUIdW__searchInput:focus{width:100%}@media (max-width:768px){.Header-module__lnUIdW__nav,.Header-module__lnUIdW__desktopSearch{display:none}.Header-module__lnUIdW__hamburger{display:flex}.Header-module__lnUIdW__logoText{font-size:16px}.Header-module__lnUIdW__mobileNav .Header-module__lnUIdW__navLink{padding:0;font-size:16px;font-weight:700;display:block}}.Header-module__lnUIdW__dropdown{display:inline-block;position:relative}.Header-module__lnUIdW__navLinkDropdown{color:var(--text-secondary);cursor:pointer;align-items:center;gap:6px;padding:8px 0;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s,text-shadow .2s;display:flex}.Header-module__lnUIdW__dropdown:hover .Header-module__lnUIdW__navLinkDropdown{color:var(--accent-gold);text-shadow:0 0 8px var(--accent-gold-glow)}.Header-module__lnUIdW__arrow{color:var(--text-secondary);font-size:9px;transition:transform .3s;display:inline-block}.Header-module__lnUIdW__dropdown:hover .Header-module__lnUIdW__arrow{color:var(--accent-gold);transform:rotate(180deg)}.Header-module__lnUIdW__dropdownMenu{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-md);opacity:0;visibility:hidden;z-index:150;background:#fff;border:1px solid #00000014;min-width:160px;padding:8px 0;transition:all .3s cubic-bezier(.165,.84,.44,1);position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 30px #00000014}.Header-module__lnUIdW__dropdown:hover .Header-module__lnUIdW__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Header-module__lnUIdW__dropdownItem{color:#4a5568;white-space:nowrap;padding:10px 20px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:block}.Header-module__lnUIdW__dropdownItem:hover{color:#0085a1;background:#0085a10d;padding-left:24px}.Header-module__lnUIdW__mobileDropdown{width:100%}.Header-module__lnUIdW__mobileDropdownToggle{width:100%;color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;padding:0;font-size:16px;font-weight:700;display:flex}.Header-module__lnUIdW__mobileDropdownToggle .Header-module__lnUIdW__arrow{font-size:12px}.Header-module__lnUIdW__arrowOpen{transform:rotate(180deg)}.Header-module__lnUIdW__mobileDropdownMenu{border-left:2px solid #00000014;flex-direction:column;gap:12px;max-height:0;padding-left:16px;transition:max-height .3s cubic-bezier(.165,.84,.44,1),margin-top .3s;display:flex;overflow:hidden}.Header-module__lnUIdW__mobileDropdownShow{max-height:220px;margin-top:16px}.Header-module__lnUIdW__mobileDropdownItem{color:var(--text-secondary);padding:6px 0;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s;display:block}.Header-module__lnUIdW__mobileDropdownItem:hover{color:#0085a1}
.WeatherWidget-module__UCjAjW__widget{-webkit-backdrop-filter:blur(16px);z-index:90;background:#0a0a0e99;border-bottom:1px solid #ffffff0d;width:100%;padding:12px 0;position:relative}.WeatherWidget-module__UCjAjW__container{max-width:1200px;padding:0 var(--container-padding);flex-direction:column;gap:10px;margin:0 auto;display:flex}.WeatherWidget-module__UCjAjW__header{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.WeatherWidget-module__UCjAjW__titleGroup{align-items:center;gap:8px;display:flex}.WeatherWidget-module__UCjAjW__pulseIcon{font-size:8px;animation:2s infinite WeatherWidget-module__UCjAjW__pulse}@keyframes WeatherWidget-module__UCjAjW__pulse{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}.WeatherWidget-module__UCjAjW__title{color:#9ca3af;letter-spacing:.5px;text-transform:uppercase;margin:0;font-size:13px;font-weight:700}.WeatherWidget-module__UCjAjW__selectWrapper{position:relative}.WeatherWidget-module__UCjAjW__select{color:#fff;cursor:pointer;appearance:none;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:6px;outline:none;padding:4px 24px 4px 10px;font-size:12px;font-weight:700;transition:all .2s}.WeatherWidget-module__UCjAjW__select:hover{background:#ffffff14;border-color:#fff3}.WeatherWidget-module__UCjAjW__select option{color:#fff;background-color:#1f1f27}.WeatherWidget-module__UCjAjW__selectWrapper:after{content:"▼";color:#9ca3af;pointer-events:none;font-size:8px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.WeatherWidget-module__UCjAjW__forecastScroll{scrollbar-width:none;width:100%;overflow-x:auto}.WeatherWidget-module__UCjAjW__forecastScroll::-webkit-scrollbar{display:none}.WeatherWidget-module__UCjAjW__forecastGrid{gap:12px;min-width:max-content;padding-bottom:2px;display:flex}.WeatherWidget-module__UCjAjW__dayCard{text-align:center;background:#ffffff05;border:1px solid #ffffff08;border-radius:8px;flex-direction:column;align-items:center;width:110px;padding:10px 14px;transition:all .3s cubic-bezier(.165,.84,.44,1);display:flex}.WeatherWidget-module__UCjAjW__dayCard:hover{background:#ffffff0a;border-color:#00bfff26;transform:translateY(-1px)}.WeatherWidget-module__UCjAjW__dateLabel{color:#9ca3af;margin-bottom:6px;font-size:11px;font-weight:700}.WeatherWidget-module__UCjAjW__sunday{color:#f87171!important}.WeatherWidget-module__UCjAjW__saturday{color:#60a5fa!important}.WeatherWidget-module__UCjAjW__weatherIcon{filter:drop-shadow(0 2px 4px #0003);margin-bottom:4px;font-size:24px}.WeatherWidget-module__UCjAjW__weatherLabel{color:#9ca3af;margin-bottom:8px;font-size:11px;font-weight:600}.WeatherWidget-module__UCjAjW__tempGroup{align-items:center;gap:4px;margin-bottom:6px;font-size:12px;font-weight:700;display:flex}.WeatherWidget-module__UCjAjW__tempMax{color:#f87171}.WeatherWidget-module__UCjAjW__tempMin{color:#60a5fa}.WeatherWidget-module__UCjAjW__tempDivider{color:#fff3}.WeatherWidget-module__UCjAjW__rainProb{color:#6b7280;font-size:10px;font-weight:600}.WeatherWidget-module__UCjAjW__highRain{color:#00bfff;text-shadow:0 0 8px #00bfff4d}.WeatherWidget-module__UCjAjW__loadingContainer{justify-content:center;align-items:center;gap:12px;padding:16px 0;display:flex}.WeatherWidget-module__UCjAjW__spinner{border:2px solid #ffffff1a;border-top-color:#00bfff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite WeatherWidget-module__UCjAjW__spin}@keyframes WeatherWidget-module__UCjAjW__spin{to{transform:rotate(360deg)}}.WeatherWidget-module__UCjAjW__loadingText{color:#9ca3af;font-size:12px}.WeatherWidget-module__UCjAjW__errorContainer{color:#f87171;text-align:center;padding:16px 0;font-size:12px}
.Footer-module__3hUVsW__footer{border-top:1px solid var(--border-color);background-color:#0a0a0c;margin-top:100px;padding:80px 0 40px}.Footer-module__3hUVsW__container{max-width:1200px;padding:0 var(--container-padding);margin:0 auto}.Footer-module__3hUVsW__grid{grid-template-columns:2fr 1fr 1fr;gap:60px;margin-bottom:60px;display:grid}.Footer-module__3hUVsW__brand{flex-direction:column;gap:24px;display:flex}.Footer-module__3hUVsW__logo{align-items:center;gap:12px;text-decoration:none;display:flex}.Footer-module__3hUVsW__logoImage{object-fit:cover;border-radius:50%;width:40px;height:40px}.Footer-module__3hUVsW__logoText{color:var(--text-primary);letter-spacing:1px;font-size:24px;font-weight:800;font-family:var(--font-kaisei-decol), serif}.Footer-module__3hUVsW__logoHighlight{color:var(--accent-neon-pink)}.Footer-module__3hUVsW__section{flex-direction:column;display:flex}.Footer-module__3hUVsW__socialLinks{gap:16px;margin-top:16px;display:flex}.Footer-module__3hUVsW__socialIcon{border:1px solid var(--border-color);width:40px;height:40px;color:var(--text-secondary);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Footer-module__3hUVsW__socialIcon:hover{background:var(--accent-gold);border-color:var(--accent-gold);color:#000;transform:translateY(-3px);box-shadow:0 5px 15px #d4af374d}.Footer-module__3hUVsW__svgIcon{fill:currentColor;width:20px;height:20px}.Footer-module__3hUVsW__description{color:var(--text-secondary);max-width:360px;font-size:14px;line-height:1.8}.Footer-module__3hUVsW__title{color:#fff;margin-bottom:24px;font-size:16px;font-weight:700;position:relative}.Footer-module__3hUVsW__title:after{content:"";background-color:var(--accent-gold);width:30px;height:2px;position:absolute;bottom:-8px;left:0}.Footer-module__3hUVsW__list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__3hUVsW__list a{color:var(--text-secondary);font-size:14px;text-decoration:none;transition:color .2s}.Footer-module__3hUVsW__list a:hover{color:var(--accent-gold)}.Footer-module__3hUVsW__bottom{text-align:center;border-top:1px solid #ffffff0d;padding-top:40px}.Footer-module__3hUVsW__copyright{color:#555;font-size:13px}@media (max-width:968px){.Footer-module__3hUVsW__grid{grid-template-columns:1fr 1fr;gap:40px}.Footer-module__3hUVsW__brand{grid-column:span 2}}@media (max-width:768px){.Footer-module__3hUVsW__footer{margin-top:60px;padding:60px 0 30px}.Footer-module__3hUVsW__grid{grid-template-columns:1fr;gap:40px}.Footer-module__3hUVsW__brand{text-align:center;grid-column:span 1;align-items:center}.Footer-module__3hUVsW__logo{justify-content:center}.Footer-module__3hUVsW__description{max-width:100%}.Footer-module__3hUVsW__section{text-align:center;align-items:center}.Footer-module__3hUVsW__title:after{left:50%;transform:translate(-50%)}.Footer-module__3hUVsW__socialLinks{justify-content:center}}
