.weather-widget{border-radius:var(--radius-base);color:var(--text-primary);-webkit-backdrop-filter:blur(18px)saturate(140%);background:linear-gradient(135deg,#ffffffdb,#f8fafc94),radial-gradient(circle at 100% 0,#94a3b824,#0000 42%);border:1px solid #e2e8f0c7;padding:16px;position:relative;overflow:hidden;box-shadow:0 12px 24px #0f172a0f,inset 0 1px #ffffffdb}.weather-widget:before{content:"";pointer-events:none;background:linear-gradient(120deg,#ffffff75,#0000 58%);position:absolute;inset:0}.weather-widget>*{z-index:1;position:relative}.weather-top{justify-content:space-between;align-items:start;gap:12px;display:flex}.weather-copy{gap:5px;min-width:0;padding-left:4px;display:grid}.weather-copy .weather-location-name{white-space:nowrap;line-height:1.2}.weather-location-button{color:var(--text-primary);white-space:nowrap;cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;width:fit-content;margin:0;padding:0;font-family:inherit;font-size:18px;font-weight:600;line-height:1.2;display:inline-flex}.weather-location-button img{filter:invert(43%)sepia(15%)saturate(548%)hue-rotate(177deg)brightness(91%)contrast(89%);width:14px;height:14px}.weather-location-button:hover,.weather-location-button:focus-visible{color:var(--color-accent-hover)}.weather-copy .weather-temperature{letter-spacing:0;line-height:.95}.weather-copy .weather-note{white-space:nowrap}.weather-today{justify-items:center;gap:4px;min-width:62px;padding-top:2px;display:grid}.weather-today img{filter:invert(34%)sepia(12%)saturate(739%)hue-rotate(176deg)brightness(91%)contrast(88%);opacity:.82;width:44px;height:44px}.weather-forecast{gap:4px;margin-top:14px;display:grid}.weather-forecast-day{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff94;border-radius:999px;grid-template-columns:18px minmax(0,1fr) max-content;align-items:center;gap:10px;min-height:32px;padding:4px 12px;display:grid;box-shadow:inset 0 1px #ffffffbd,0 5px 12px #0f172a09}.weather-forecast img{filter:invert(34%)sepia(12%)saturate(739%)hue-rotate(176deg)brightness(91%)contrast(88%);opacity:.78;width:18px;height:18px}.weather-forecast-temp{font-variant-numeric:tabular-nums;line-height:1}.weather-widget [data-weather-kind=sun] img{filter:invert(56%)sepia(59%)saturate(468%)hue-rotate(10deg)brightness(97%)contrast(93%)}.weather-widget [data-weather-kind=rain] img{filter:invert(45%)sepia(73%)saturate(616%)hue-rotate(170deg)brightness(91%)contrast(92%)}.weather-widget [data-weather-kind=snow] img{filter:invert(71%)sepia(31%)saturate(579%)hue-rotate(165deg)brightness(96%)contrast(91%)}.weather-widget [data-weather-kind=storm] img{filter:invert(38%)sepia(56%)saturate(833%)hue-rotate(221deg)brightness(89%)contrast(90%)}.weather-widget [data-weather-kind=moon] img{filter:invert(39%)sepia(31%)saturate(842%)hue-rotate(182deg)brightness(89%)contrast(91%)}.weather-widget [data-weather-kind=fog] img{opacity:.62}.weather-widget-unavailable{align-content:center;min-height:178px;display:grid}.weather-location-panel{z-index:10;border:1px solid var(--border-base);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border-radius:12px;grid-template-rows:auto 1fr auto;gap:12px;padding:14px;display:grid;position:absolute;inset:8px;box-shadow:0 12px 30px #0f172a29}.weather-location-panel-title{border-bottom:1px solid var(--border-base);align-items:center;gap:8px;padding-bottom:10px;display:flex}.weather-location-panel-title .button-icon{margin-left:auto;font-size:22px;line-height:1}.weather-location-fields{grid-template-columns:repeat(2,minmax(0,1fr));align-content:center;gap:10px;display:grid}.weather-location-fields label{color:var(--text-gray-2);gap:5px;font-size:12px;display:grid}.weather-location-fields label:last-child{grid-column:1/-1}.weather-location-select select{padding:0 30px 0 11px}.weather-location-actions{display:block}.weather-location-actions .button-action-1{width:100%}.weather-location-actions .button-action-1:disabled{cursor:wait}
.icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}
.poll{gap:12px;display:grid;overflow:hidden}.poll-question{word-break:keep-all;align-items:flex-start;gap:9px;line-height:1.35;display:flex}.poll-description{word-break:keep-all;margin:8px 0 0;line-height:1.45}.poll-title-icon{width:20px;height:20px;color:var(--color-accent);flex:none;justify-content:center;align-items:center;margin-top:1px;display:inline-flex}.poll-title-icon .icon{stroke-width:2.2px;width:20px;height:20px;display:block}.poll-board{counter-reset:poll-option;gap:8px;padding:0;display:grid}.poll-option{border:1px solid var(--border-base);border-radius:var(--radius-base);background:var(--bg-base);width:100%;min-height:0;color:inherit;text-align:left;grid-template-columns:minmax(0,1fr);align-items:center;gap:8px;padding:11px 12px;transition:border-color .18s,background .18s;display:grid}.poll.has-voted .poll-option{min-height:72px}.poll-option:not(:disabled):hover,.poll-option.active{border-color:var(--color-accent);background:var(--bg-hover)}.poll-option:disabled{cursor:default}.poll-option-copy{min-width:0;display:grid}.poll-option{counter-increment:poll-option}.poll-option-label:before{content:counter(poll-option) ") "}.poll-option-label{text-overflow:ellipsis;white-space:normal;word-break:keep-all;line-height:1.35;overflow:hidden}.poll-result{grid-template-columns:max-content minmax(0,1fr);align-items:center;gap:6px;min-width:0;display:none}.poll.has-voted .poll-result{display:grid}.poll-result-percent{text-align:left}.poll-result-bar{background:var(--bg-subtle);border-radius:999px;height:8px;display:block;position:relative;overflow:hidden}.poll-result-bar-fill{width:var(--poll-width);border-radius:inherit;background:linear-gradient(90deg, var(--color-blue-fluor), var(--color-mint-fluor));height:100%;transition:width .26s;display:block}
.home-hero{border-radius:var(--radius-base);min-height:140px;color:var(--bg-base);background:linear-gradient(90deg,#0f172a,#1d4ed8 55%,#0f766e);padding:0;position:relative;overflow:hidden}.home-hero-slide{z-index:0;opacity:0;pointer-events:none;align-content:center;gap:6px;max-width:690px;padding:0;transition:opacity 0s linear .48s;display:grid;position:absolute;inset:16px}.home-hero-slide.active{z-index:1;opacity:1;pointer-events:auto;transition:opacity .36s}.home-hero-managed-slide{max-width:none;inset:0}.home-hero-managed-slide>a,.home-hero-managed-slide>img,.home-hero-managed-slide img{width:100%;height:140px;display:block}.home-hero-managed-slide img{object-fit:cover;object-position:center}.home-hero-controls{z-index:2;gap:7px;display:flex;position:absolute;bottom:16px;left:auto;right:16px}.home-hero-controls .button-dot{background:#ffffff61}.home-hero-controls .button-dot.is-active{background:var(--bg-base)}.home-rail-banner{border:1px solid var(--border-base);border-radius:var(--radius-base);background:var(--bg-base);padding:0;display:block;overflow:hidden}.home-rail-banner img{object-fit:cover;object-position:center;width:100%;height:180px;display:block}.home-owner-cert-banner{gap:var(--layout-card-gap);padding:var(--card-padding-2);border-radius:var(--radius-base);color:var(--text-white);background:linear-gradient(110deg,#0f172a33,#0f172a0f),url(/assets/owner-cert-stars-v2.webp) 50%/cover;display:grid;overflow:hidden;box-shadow:0 8px 20px #0f172a29}.home-owner-cert-banner .label-20-semibold-white{margin:0 0 10px}.home-owner-cert-banner .label-14-semibold-white{word-break:keep-all;line-height:1.5}.home-owner-cert-banner a{height:auto;min-height:38px;color:var(--text-primary);font-weight:var(--font-weight-semibold);border-color:#0000;place-items:center;display:grid}.home-feedback-banner{border:1px solid var(--border-base);border-radius:var(--radius-base);background:var(--bg-base)}.home-feedback-banner>a{gap:var(--layout-card-gap);padding:var(--card-padding-2);color:inherit;text-decoration:none;display:grid}.home-feedback-banner>a:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.home-feedback-banner .label-18-semibold-primary{word-break:keep-all;margin:0;line-height:1.35}.home-feedback-banner .label-14-regular-gray-2{word-break:keep-all;line-height:1.55}
.footer{background:var(--bg-subtle);border-top:1px solid var(--border-subtle);margin-top:26px}.footer-inner{width:var(--container-width);color:var(--text-gray-3);margin:0 auto;padding:28px 0 30px;font-size:12px;line-height:1.65}.footer-company{gap:8px;display:grid}.footer-company-meta{flex-wrap:wrap;gap:0 9px;display:flex}.footer-company-meta span{white-space:nowrap}.footer-policy-links{flex-wrap:wrap;gap:18px;margin-top:10px;display:flex}
.member-grade{flex-direction:column;gap:10px;margin-top:10px;display:flex}.member-grade-gauge{border-radius:var(--radius-base);background:repeating-linear-gradient(45deg, #ffffff0d 0 1px, #fff0 1px 14px), repeating-linear-gradient(-45deg, #ffffff0d 0 1px, #fff0 1px 14px), radial-gradient(90px 80px at 94% 92%, #ffffff1f, transparent 70%), radial-gradient(130% 120% at 88% -25%, #ffffff2e, transparent 58%), linear-gradient(135deg, var(--color-accent) 0%, color-mix(in srgb, var(--color-accent) 86%, #fff) 100%);flex-direction:column;gap:5px;padding:15px 14px 13px;display:flex}.member-grade-gauge-label,.member-grade-gauge-next{font-weight:var(--font-weight-regular);opacity:.8}.member-grade-gauge-name{color:var(--text-white);font-size:20px;font-weight:var(--font-weight-bold);align-items:center;gap:5px;line-height:1.2;display:flex}.member-grade-gauge-mark{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;filter:brightness(0)invert();width:16px;height:16px}.member-grade-gauge-mark+.member-grade-gauge-mark{margin-left:-4px}.member-grade-gauge-next{margin-bottom:7px}.member-grade-gauge-next b{font-weight:var(--font-weight-semibold)}.member-grade-track{background:#ffffff52;border-radius:999px;height:7px;overflow:hidden}.member-grade-track span{background:var(--text-white);border-radius:999px;height:100%;display:block}.member-grade-scale{color:#ffffffd9;justify-content:space-between;font-size:12px;display:flex}.member-grade-guide{border-top:1px solid var(--border-subtle)}.member-grade-guide-toggle{text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;min-height:42px;padding:0;display:flex}.member-grade-guide-chevron{fill:none;width:18px;height:18px;stroke:var(--text-gray-3);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s}.member-grade-guide.is-open .member-grade-guide-chevron{transform:rotate(180deg)}.member-grade-guide-body{grid-template-rows:0fr;transition:grid-template-rows .22s;display:grid}.member-grade-guide.is-open .member-grade-guide-body{grid-template-rows:1fr}.member-grade-guide-body>div{overflow:hidden}.member-grade-guide-body p{word-break:keep-all;margin:0 0 12px;line-height:1.5}.member-grade-steps{grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.member-grade-steps li{text-align:center;justify-items:center;gap:3px;display:grid;position:relative}.member-grade-steps li+li:before{content:"›";color:var(--text-gray-3);font-size:14px;line-height:1;position:absolute;top:10px;left:-4px}.member-grade-step-icon{background:var(--bg-subtle);border-radius:9px;place-items:center;width:32px;height:32px;margin-bottom:2px;display:grid}.member-grade-step-icon svg{fill:none;width:17px;height:17px;stroke:var(--text-gray-1);stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round}.member-grade-steps li span:last-child{word-break:keep-all}.member-grade-benefits-title{border-top:1px solid var(--border-subtle);margin-top:16px;padding-top:14px}.member-grade-benefits{margin:0;padding:0;list-style:none}.member-grade-benefits>li{padding:12px 0}.member-grade-benefits>li+li{border-top:1px solid var(--border-subtle)}.member-grade-benefits>li:last-child{padding-bottom:0}.member-grade-benefit-head{align-items:center;gap:7px;margin-bottom:7px;display:flex}.member-grade-badge{border:1px solid var(--border-subtle);background:var(--bg-subtle);color:var(--text-gray-1);font-size:12px;font-weight:var(--font-weight-semibold);white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:4px 9px;line-height:1;display:inline-flex}.member-grade-badge-mark{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:12px;height:12px}.member-grade-badge-mark+.member-grade-badge-mark{margin-left:-3px}.member-grade-benefits ul{margin:0;padding:0;list-style:none}.member-grade-benefits ul li{padding-left:11px;position:relative}.member-grade-benefits ul li+li{margin-top:4px}.member-grade-benefits ul li:before{content:"";background:var(--text-gray-3);border-radius:50%;width:3px;height:3px;position:absolute;top:8px;left:2px}
.page-shell.is-home{--page-bg:var(--bg-light-blue-gray)}.home-portal{align-items:start;column-gap:var(--layout-card-gap);row-gap:var(--layout-card-gap);width:var(--container-width);grid-template-columns:minmax(0,1fr) 280px;margin:22px auto;display:grid}.home-main{align-content:start;gap:var(--layout-card-gap);min-width:0;display:grid}.home-top-community{gap:var(--layout-card-gap);grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);display:grid}.home-realtime-community-card,.home-community-rank-card{grid-template-rows:auto minmax(0,1fr);display:grid;overflow:hidden}.home-realtime-post-carousel,.home-community-rank-carousel{min-height:0;padding-top:4px;display:grid;overflow:hidden}.home-realtime-post-list,.home-community-rank-card ol{opacity:0;pointer-events:none;grid-area:1/1;min-height:0;transition:opacity .32s,transform .32s;transform:translateY(16px)}.home-realtime-post-list.active,.home-community-rank-card ol.active{opacity:1;pointer-events:auto;transform:translateY(0)}.home-realtime-post-list{grid-template-rows:repeat(3,minmax(0,1fr));display:grid}.home-realtime-post-list a{border-top:0;grid-template-columns:46px minmax(0,1fr);align-items:center;column-gap:16px;min-height:72px;padding:7px 0;display:grid;position:relative;overflow:hidden}.home-realtime-post-list a>div{min-width:0}.home-realtime-post-list img{object-fit:cover;background:var(--bg-hover);border-radius:50%;width:46px;height:46px}.home-realtime-post-list .home-realtime-post-title,.home-realtime-post-list .home-realtime-post-channel{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.home-realtime-post-list .home-realtime-post-title{line-height:1.35}.home-realtime-post-list .home-realtime-post-channel{margin-top:3px}.home-community-rank-card ol{grid-template-rows:repeat(6,minmax(0,1fr));align-content:stretch;margin:0;padding:0;list-style:none;display:grid}.home-community-rank-card li{counter-increment:community-rank;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:8px;min-height:37px;padding:0;display:grid}.home-community-rank-card li:before{content:counter(community-rank);color:var(--text-primary);grid-column:1;font-size:14px;font-weight:600;line-height:1}.home-community-rank-card li:after{display:none}.home-community-rank-card .home-community-rank-name{white-space:nowrap;text-overflow:ellipsis;grid-column:auto;display:block;overflow:hidden}.home-community-rank-card li>a{min-width:0;display:block}.home-realtime-post-list>.home-community-empty{color:var(--text-gray-2);white-space:normal;grid-row:1/-1;place-items:center;margin:0;display:grid}.home-community-rank-card li.home-community-empty{color:var(--text-gray-2);grid-template-columns:1fr;font-size:14px}.home-community-rank-card li.home-community-empty:before{display:none}.home-realtime-community-card .home-section-head .home-now-title,.home-community-rank-card .home-section-head .home-hot-title{margin-right:7px;font-weight:700;line-height:1.35;display:inline-block}.home-realtime-community-card .home-section-head,.home-community-rank-card .home-section-head{border-bottom:0}.home-market{padding:var(--card-padding-1) var(--card-padding-2) var(--card-padding-2)}.home-section-head{justify-content:space-between;align-items:flex-end;gap:var(--layout-card-gap);border-bottom:1px solid var(--border-base);margin-bottom:12px;padding:0;display:flex}.home-section-head .home-hot-title,.home-section-head .home-now-title{color:var(--color-danger);font-size:inherit;margin:0;font-weight:700;display:inline}.home-community-popular-section .home-section-head{text-align:center;border-bottom:0;justify-content:center;margin-bottom:18px;padding-bottom:0}.home-community-popular-section .home-section-head .label-14-regular-gray-1{word-break:keep-all;margin:12px 0 0;line-height:1.45}.home-community-popular-section{padding:var(--card-padding-1) var(--card-padding-2) var(--card-padding-2)}.home-community-popular-section .home-popular-community-board{padding-top:0}.home-section-head a{flex:none}.home-market .home-section-head{border-bottom:0;align-items:center;margin-bottom:20px;padding:0}.home-section-head .home-market-register-link{text-align:right;word-break:keep-all;background:linear-gradient(transparent 46%, var(--color-highlighter) 46%);-webkit-box-decoration-break:clone;box-decoration-break:clone;max-width:390px;line-height:1.4}.home-section-head .home-market-register-link:hover{color:var(--text-primary);background:linear-gradient(transparent 42%, var(--color-highlighter-hover) 42%)}.home-deal-carousel{min-height:176px;position:relative;overflow:hidden}.home-deal-strip{gap:var(--layout-card-gap);opacity:0;pointer-events:none;grid-template-columns:repeat(3,minmax(0,1fr));padding:0;transition:opacity .32s,transform .32s;display:grid;position:absolute;inset:0;transform:translate(18px)}.home-deal-strip.active{opacity:1;pointer-events:auto;transform:translate(0)}.home-deal-strip article{min-height:154px;padding:var(--card-padding-2);border:1px solid var(--border-base);border-radius:var(--radius-base);background:var(--bg-base);flex-direction:column;gap:0;display:flex;position:relative}.home-deal-card-link{color:inherit;text-decoration:none;display:contents}.home-deal-strip article:has(.home-deal-card-link):hover{box-shadow:0 4px 12px #0f172a14}.home-market-empty{color:var(--text-gray-2);text-align:center;margin:0;padding:54px 18px}.home-deal-card-head{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.home-deal-strip .deal-type-badge{border-color:var(--color-accent);color:var(--color-accent)}.home-deal-strip .deal-type-badge.is-simple{border-color:var(--color-danger);color:var(--color-danger)}.home-deal-strip .deal-views{border-top:1px solid var(--border-subtle);white-space:nowrap;margin-top:auto;padding-top:14px;font-style:normal}.home-deal-strip .label-18-bold-primary{white-space:nowrap;text-overflow:ellipsis;margin:14px 0 8px;line-height:1.35;display:block;overflow:hidden}.home-deal-strip .label-14-regular-gray-1{white-space:nowrap;text-overflow:ellipsis;margin:0 0 14px;line-height:1.45;display:block;overflow:hidden}.home-activity-ticker{align-items:center;column-gap:var(--layout-card-gap);row-gap:var(--layout-card-gap);min-height:42px;padding:var(--card-padding-4) var(--card-padding-2);border:1px solid var(--border-base);border-radius:var(--radius-base);background:var(--bg-hover);color:var(--text-primary);grid-template-columns:auto minmax(0,1fr) auto;display:grid;overflow:hidden}.home-activity-ticker>.label-14-semibold-primary{white-space:nowrap}.home-activity-ticker-window{min-width:0;height:22px;overflow:hidden}.home-activity-ticker-track{animation:homeActivityTickerRoll var(--roll-duration,115s) linear infinite;will-change:transform;gap:8px;display:grid}.home-activity-ticker-track.is-empty{animation:none}.home-activity-ticker-track a{text-overflow:ellipsis;white-space:nowrap;height:22px;line-height:22px;display:block;overflow:hidden}.home-activity-ticker-track .label-14-semibold-primary{margin-right:6px}.home-popular-community-board{gap:var(--layout-card-gap);grid-template-columns:minmax(0,2fr) minmax(0,3fr);padding:0;display:grid}.home-popular-community-feature{align-content:start;gap:var(--layout-card-gap);min-height:246px;padding:var(--card-padding-2);border:1px solid var(--border-base);border-radius:var(--radius-base);background:linear-gradient(135deg,#eff6fff0,#fffffff0),radial-gradient(circle at 100% 0,#2563eb29,#0000 38%);display:grid}.home-popular-community-feature .label-20-bold-primary{word-break:keep-all;line-height:1.35}.home-popular-community-feature .label-14-regular-gray-2{word-break:keep-all;line-height:1.65}.home-popular-community-feature>div:last-child{flex-wrap:wrap;gap:7px;display:flex}.home-popular-community-feature .home-popular-like-pill{border:1px solid var(--border-base);background:var(--bg-base);border-radius:999px;align-items:center;gap:4px;min-height:26px;padding:4px 10px;line-height:1;display:inline-flex}.home-popular-community-list{padding:var(--card-padding-2);border:1px solid var(--border-subtle);border-radius:var(--radius-base);display:grid;overflow:hidden}.home-popular-community-list a{align-items:center;gap:var(--layout-card-gap);border-bottom:1px solid var(--border-base);background:var(--bg-base);grid-template-columns:minmax(0,1fr) max-content;min-height:45px;padding:0;display:grid}.home-popular-community-list a:last-child{border-bottom:0}.home-popular-community-list a:hover{background:var(--bg-base)}.home-popular-community-list .label-14-semibold-primary{text-overflow:ellipsis;white-space:nowrap;line-height:1.35;overflow:hidden}.home-popular-community-list a:not(:has(.home-popular-like-pill)){grid-template-columns:1fr}.home-popular-community-list .home-popular-like-pill{border:1px solid var(--border-base);background:var(--bg-base);text-align:center;white-space:nowrap;border-radius:999px;justify-content:center;justify-self:end;align-items:center;gap:4px;min-width:0;min-height:26px;padding:4px 10px;line-height:1;display:inline-flex}.home-popular-like-pill img{opacity:.72;flex:none;width:13px;height:13px}.home-trend-cut-section .home-section-head{text-align:left;border-bottom:0;justify-content:flex-start;margin-bottom:18px;padding-bottom:0}.home-trend-cut-section{overflow-anchor:none;grid-template-rows:auto 384px;height:462px;max-height:462px;display:grid;overflow:hidden}.home-trend-cut-list{contain:layout paint;align-content:start;gap:8px;height:384px;min-height:0;padding:0;display:grid;overflow:hidden}.home-weekly-popular-empty{height:100%;color:var(--text-gray-2);place-items:center;margin:0;font-size:14px;display:grid}.home-trend-focus-item{min-width:0;display:grid}.home-trend-cut-row{border-radius:var(--radius-base);background:var(--bg-hover);grid-template-columns:minmax(0,1fr) max-content;align-items:center;gap:12px;min-height:50px;padding:8px 14px;transition:background .22s;display:grid}.home-trend-focus-item.active .home-trend-cut-row,.home-trend-cut-row.active{background:var(--color-accent-light)}.home-trend-cut-row div{text-overflow:ellipsis;white-space:nowrap;line-height:1.3;overflow:hidden}.home-trend-author{text-overflow:ellipsis;white-space:nowrap;justify-self:end;line-height:1.2;overflow:hidden}.home-trend-focus-detail{border-radius:var(--radius-base);background:var(--bg-base);opacity:0;grid-template-columns:minmax(0,1fr);align-items:center;max-height:0;margin-top:0;padding:0 14px;transition:max-height .36s,margin .36s,padding .36s,opacity .22s,transform .36s;display:grid;overflow:hidden;transform:translateY(-4px)}.home-trend-focus-item.active .home-trend-focus-detail{opacity:1;min-height:94px;max-height:94px;margin-top:8px;padding:14px;transform:translateY(0)}.home-trend-focus-detail .label-14-regular-gray-1{-webkit-line-clamp:3;-webkit-box-orient:vertical;line-height:1.55;display:-webkit-box;overflow:hidden}.home-two-column{gap:var(--layout-card-gap);grid-template-columns:1fr;display:grid}.home-consulting-summary-section{overflow:hidden}.home-consulting-summary-section [hidden]{display:none!important}.home-consulting-summary-section .home-section-head{border-bottom:0;margin-bottom:12px}.home-rank-list{counter-reset:rank;grid-template-rows:repeat(5,52px);grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:column;gap:0;margin:0;padding:0;list-style:none;display:grid}.home-rank-list li{counter-increment:rank;border-bottom:1px solid var(--border-base);grid-template-columns:28px minmax(0,1fr) 72px;align-items:center;gap:12px;min-height:52px;padding:0;display:grid}.home-rank-list li:nth-child(-n+5){padding-right:14px}.home-rank-list li:nth-child(n+6){padding-left:14px}.home-rank-list li:nth-child(5),.home-rank-list li:last-child{border-bottom:0}.home-rank-list li:before{content:counter(rank);color:var(--text-gray-2);text-align:center;font-size:14px;font-weight:400}.home-rank-list div{min-width:0}.home-rank-list li>span{color:var(--text-gray-1);justify-self:start;align-items:center;gap:4px;display:inline-flex}.home-rank-list .home-rank-star{color:var(--color-rating);font-weight:var(--font-weight-bold)}.home-consulting-detail{border-top:1px solid var(--border-base);margin-top:16px;padding:16px 0 0;display:block;position:relative;overflow:hidden}.home-consulting-empty{color:var(--text-gray-2);text-align:center;margin:0;padding:28px 16px;font-size:14px}.home-consulting-report-slide{gap:var(--layout-card-gap);opacity:0;pointer-events:none;z-index:0;grid-template-columns:repeat(2,minmax(0,1fr));transition:opacity .36s,transform .36s;display:grid;transform:translate(34px)}.home-consulting-report-slide:not(.active){position:absolute;inset:16px 0 0}.home-consulting-report-slide.active{opacity:1;pointer-events:auto;z-index:1;transform:translate(0)}.home-consulting-report-slide.is-leaving{opacity:0;z-index:1;position:absolute;inset:16px 0 0;transform:translate(-34px)}.home-consulting-feature{gap:var(--layout-card-gap);padding:var(--card-padding-2);border-radius:var(--radius-base);background:var(--bg-base);box-shadow:inset 0 0 0 1px var(--border-subtle);display:grid}.home-consulting-feature>span{width:fit-content;color:var(--color-accent);align-items:center;gap:5px;padding:4px 0;display:inline-flex}.home-consulting-feature>span:before{content:none}.home-consulting-feature>span .icon{stroke-width:2px;flex:none;width:13px;height:13px}.home-consulting-feature .label-14-regular-gray-2{word-break:keep-all;line-height:1.55}.home-consulting-feature dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:4px 0 0;display:grid}.home-consulting-feature dl div{padding:var(--card-padding-4);border-radius:var(--radius-base);background:var(--bg-base);box-shadow:inset 0 0 0 1px var(--border-subtle)}.home-consulting-feature dd{margin:3px 0 0}.home-consulting-check-list{gap:var(--layout-card-gap);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.home-consulting-check-list a{min-height:98px;padding:var(--card-padding-3);border-radius:var(--radius-base);background:var(--bg-base);box-shadow:inset 0 0 0 1px var(--border-subtle);align-content:start;gap:6px;display:grid}.home-consulting-check-list .label-14-regular-gray-1{word-break:keep-all;line-height:1.45}.home-rail{align-content:start;gap:var(--layout-card-gap);display:grid}.home-rail-widget{padding:var(--card-padding-2);border:1px solid var(--border-base);border-radius:var(--radius-base);background:var(--bg-base);overflow:hidden}.home-login-widget{isolation:isolate;min-height:204px;padding:var(--card-padding-2);border-radius:var(--radius-base);-webkit-backdrop-filter:blur(28px)saturate(175%);color:var(--text-primary);background:linear-gradient(315deg,#fffffff0,#f8fbff80),linear-gradient(340deg,#ffffffc7,#dbeafe12);border:1px solid #cbd5e1b8;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 38px #0f172a13,inset 0 1px #fffffff2,inset 0 -1px #ffffff70,inset 0 0 0 1px #ffffff38}.home-login-widget:before{content:"";z-index:-2;opacity:.72;pointer-events:none;background:radial-gradient(circle at 18% 22%,#60a5fa14 0 18%,#0000 42%),radial-gradient(circle at 78% 72%,#93c5fd12 0 22%,#0000 46%),linear-gradient(120deg,#ffffffe6 0%,#dbeafe12 34%,#0000 62%);animation:6.2s ease-in-out infinite alternate homeProfileGlassFlow;position:absolute;inset:-35%}.home-login-widget:after{content:"";z-index:-1;border-radius:calc(var(--radius-base) - 1px);pointer-events:none;background:linear-gradient(145deg,#ffffff61,#dbeafe06);position:absolute;inset:1px}.home-login-state{z-index:1;position:relative}.home-login-state[hidden]{display:none!important}.home-login-guest{align-content:start;gap:12px;min-height:170px;display:grid}.home-login-guest-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px 12px;display:flex}.home-login-welcome{flex:none;line-height:1.2;display:block}.home-login-form{gap:8px;display:grid;position:relative}.home-login-fields{gap:6px;display:grid}.home-login-form label{display:block}.home-login-form label>span:first-child{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.home-login-form input:-webkit-autofill{-webkit-text-fill-color:var(--text-primary);-webkit-box-shadow:0 0 0 1000px var(--bg-base) inset;caret-color:var(--text-primary)}.home-login-form input:-webkit-autofill:hover{-webkit-text-fill-color:var(--text-primary);-webkit-box-shadow:0 0 0 1000px var(--bg-base) inset;caret-color:var(--text-primary)}.home-login-form input:-webkit-autofill:focus{-webkit-text-fill-color:var(--text-primary);-webkit-box-shadow:0 0 0 1000px var(--bg-base) inset;caret-color:var(--text-primary)}.home-login-action-button{border-radius:var(--radius-base);width:100%;line-height:1}.home-login-message{color:var(--color-danger);margin:0;font-size:12px;line-height:1.5}.home-login-message[hidden]{display:none}.home-login-helper-links{color:var(--text-gray-3);white-space:nowrap;justify-content:flex-end;align-items:center;gap:7px;margin-left:auto;font-size:12px;font-weight:600;line-height:1.2;display:flex}.home-login-member{align-content:center;min-height:170px;display:grid}.home-profile-card-top{justify-content:flex-start;align-items:center;gap:22px;min-height:82px;display:flex}.home-profile-avatar{background:var(--bg-base);object-fit:cover;object-position:center;border-radius:50%;flex:none;width:82px;height:82px;display:block;box-shadow:0 0 0 3px #ffffff9e,0 10px 20px #0f172a1c,inset 0 0 0 1px #0f172a14}.home-profile-avatar:after{display:none}.home-profile-card-copy{flex:auto;min-width:0;margin-top:0;display:block}.home-profile-card-copy .home-profile-card-greeting{margin-bottom:4px;line-height:1.2}.home-profile-card-copy .label-18-semibold-primary{word-break:keep-all;overflow-wrap:anywhere;margin-bottom:4px;line-height:1.3}.home-profile-card-links{color:var(--text-gray-3);justify-content:flex-start;align-items:center;gap:6px;margin-top:7px;font-size:12px;font-weight:600;display:flex}.home-profile-stats{border-radius:var(--radius-base);-webkit-backdrop-filter:blur(16px)saturate(150%);background:#eff6ff42;border:1px solid #dbeafeb8;grid-template-columns:repeat(2,auto);gap:6px;min-height:58px;margin:14px 0 0;padding:13px 0 11px;display:grid;box-shadow:inset 0 1px #fff9,0 7px 18px #0f172a06}.home-profile-stats div{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;justify-items:center;gap:4px;min-width:0;min-height:auto;padding:0 4px;display:grid;position:relative}.home-profile-stats div:not(:last-child):after{content:"";background:#ffffffb8;width:1px;height:40px;position:absolute;top:2px;right:-3px}.home-profile-stats dt{text-align:center;grid-row:2;line-height:1.2}.home-profile-stats dd{white-space:nowrap;grid-row:1;justify-content:center;align-items:center;gap:4px;min-width:0;margin:0;line-height:1.1;display:inline-flex}.home-profile-stats dd img{filter:none;opacity:.95;flex:none;width:13px;height:13px}.home-profile-stats dd img+img{margin-left:-3px}.home-profile-stats dd img[hidden]{display:none}.home-profile-stats dd img.home-profile-owner-badge-icon{width:16px;height:16px}.home-compact-news{gap:var(--layout-card-gap);background:var(--bg-hover);display:grid}.home-alert-carousel{--alert-window-height:170px;height:var(--alert-window-height);position:relative;overflow:hidden}.home-alert-ticker-track{gap:var(--layout-card-gap);animation:homeAlertInfiniteRoll var(--roll-duration,20s) linear infinite;will-change:transform;display:grid}.home-alert-ticker-group{gap:var(--layout-card-gap);min-height:var(--alert-window-height);align-content:start;display:grid}.home-alert-carousel:hover .home-alert-ticker-track{animation-play-state:paused}.home-alert-empty{color:var(--text-gray-2);margin:0;font-size:14px}.home-compact-news a{min-height:22px;line-height:1.45;display:block}.home-compact-news-title a{min-height:0;color:inherit;display:inline}.home-compact-news-title a:hover{text-decoration:underline}.home-hot-widget{background:var(--bg-hover);gap:11px;display:grid}.home-hot-widget header{justify-content:space-between;align-items:center;gap:12px;display:flex}.home-hot-widget-controls{height:26px;color:var(--text-gray-1);justify-content:flex-end;align-items:center;gap:6px;display:inline-flex}.home-hot-widget-controls .label-14-regular-gray-1{letter-spacing:0;justify-content:center;align-items:center;min-width:34px;height:26px;line-height:1;display:inline-flex}.home-hot-widget button{width:22px}.home-hot-widget button img{filter:invert(43%)sepia(15%)saturate(548%)hue-rotate(177deg)brightness(91%)contrast(89%);width:14px;height:14px;display:block}.home-hot-carousel{min-height:112px;position:relative;overflow:hidden}.home-hot-page{opacity:0;pointer-events:none;align-content:start;gap:11px;transition:opacity .3s,transform .3s;display:grid;position:absolute;inset:0;transform:translate(14px)}.home-hot-page.active{opacity:1;pointer-events:auto;transform:translate(0)}.home-hot-page-empty{color:var(--text-gray-2);margin:0;font-size:14px}.home-hot-widget a{text-overflow:ellipsis;white-space:nowrap;line-height:1.45;overflow:hidden}@keyframes homeProfileGlassFlow{0%{transform:translate(-9%,-7%)rotate(0)}50%{transform:translate(8%,4%)rotate(5deg)}to{transform:translate(-4%,9%)rotate(-5deg)}}@keyframes homeAlertInfiniteRoll{0%{transform:translateY(0)}to{transform:translateY(calc(-50% - var(--layout-card-gap) / 2))}}@keyframes homeActivityTickerRoll{0%{transform:translateY(0)}to{transform:translateY(calc(-50% - 4px))}}