*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--color-primary:#222;--color-accent:#e63312;--color-accent-dark:#c42a0e;--color-real-estate:#2e7d32;--color-property-sales:#e65100;--color-economy:#1565c0;--color-text:#1a1a1a;--color-text-light:#555;--color-text-muted:#999;--color-text-white:#fff;--color-border:#e5e5e5;--color-border-dark:#222;--color-bg-gray:#f8f8f8;--color-bg-dark:#222;--font-sans:"Noto Sans KR",-apple-system,BlinkMacSystemFont,sans-serif;--max-width:1100px;--transition-fast:0.2s ease}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.7;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}a:hover{color:var(--color-accent)}img{max-width:100%;height:auto;display:block}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{background:var(--color-bg)}.header-utility,.site-header{border-bottom:1px solid var(--color-border)}.header-utility{color:var(--color-text-muted)}.header-utility-inner{max-width:var(--max-width);margin:0 auto;padding:8px 20px;display:flex;justify-content:space-between;align-items:center}.header-utility a{color:var(--color-text-muted);font-size:12px}.header-utility a:hover{color:var(--color-text)}.header-main{max-width:var(--max-width);margin:0 auto;padding:20px 20px 16px;justify-content:space-between}.header-logo,.header-main{display:flex;align-items:center}.header-logo img{height:32px;width:auto}.header-logo-text{font-size:32px;font-weight:900;letter-spacing:-1px;color:var(--color-text)}.header-logo-text span{color:var(--color-accent)}.header-search{display:flex;align-items:center;gap:8px}.header-search input{border:1px solid var(--color-border);border-radius:2px;padding:8px 14px;font-family:var(--font-sans);width:200px;background:var(--color-bg-gray);transition:border-color var(--transition-fast)}.header-search input:focus{border-color:var(--color-text-muted);background:#fff}.header-search button{background:var(--color-text);color:#fff;border:none;border-radius:2px;padding:8px 16px;cursor:pointer;transition:background var(--transition-fast)}.header-search button:hover{background:var(--color-accent)}.header-nav{border-top:2px solid var(--color-text);border-bottom:1px solid var(--color-border);background:var(--color-bg)}.header-nav-inner{max-width:var(--max-width);margin:0 auto;padding:0 20px;display:flex;gap:0}.header-nav a{padding:12px 20px;font-size:15px;font-weight:500;color:var(--color-text);position:relative;transition:color var(--transition-fast)}.header-nav a.active,.header-nav a:hover{color:var(--color-accent)}.header-nav a.active{font-weight:700}.header-nav a.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;background:var(--color-accent)}.main-content{margin:0 auto;padding:28px 20px}.content-with-sidebar{display:grid;grid-template-columns:1fr 280px;grid-gap:40px;gap:40px}.content-area{min-width:0}.headline-section{margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid var(--color-border)}.headline-article{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;align-items:start}.headline-image{overflow:hidden}.headline-image img{width:100%;height:340px;object-fit:cover}.headline-content{display:flex;flex-direction:column;gap:12px;padding-top:4px}.headline-category{display:inline-block;font-size:13px;font-weight:700;color:var(--color-accent);width:-moz-fit-content;width:fit-content}.headline-category.real-estate{color:var(--color-real-estate)}.headline-category.property-sales{color:var(--color-property-sales)}.headline-category.economy{color:var(--color-economy)}.headline-title{font-family:var(--font-sans);font-size:26px;line-height:1.4;color:var(--color-text);transition:color var(--transition-fast)}.headline-article:hover .headline-title{color:var(--color-accent)}.headline-excerpt{font-size:15px;color:var(--color-text-light);line-height:1.75;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.headline-meta{font-size:13px;color:var(--color-text-muted);margin-top:auto;padding-top:12px;border-top:1px solid var(--color-border)}.section-title{font-family:var(--font-sans);font-size:18px;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid var(--color-text);color:var(--color-text);display:flex;align-items:center;gap:0}.section-title:before{display:none}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-bottom:32px}.article-card{background:var(--color-bg);border-bottom:1px solid var(--color-border);padding-bottom:16px}.article-card a{display:block}.article-card-image{overflow:hidden;position:relative;margin-bottom:12px}.article-card-image img{width:100%;aspect-ratio:3/2;object-fit:cover;transition:opacity var(--transition-fast)}.article-card:hover .article-card-image img{opacity:.9}.article-card-badge{position:absolute;top:0;left:0;font-size:11px;font-weight:700;padding:4px 8px;color:#fff;background:rgba(0,0,0,.65)}.article-card-badge.real-estate{background:var(--color-real-estate)}.article-card-badge.property-sales{background:var(--color-property-sales)}.article-card-badge.economy{background:var(--color-economy)}.article-card-body{padding:0}.article-card-title{font-family:var(--font-sans);font-size:16px;font-weight:700;line-height:1.45;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--color-text)}.article-card:hover .article-card-title{color:var(--color-accent)}.article-card-excerpt{font-size:13px;color:var(--color-text-light);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:8px}.article-card-date{font-size:12px;color:var(--color-text-muted);display:block}.article-detail{max-width:680px;margin:0 auto;padding:32px 20px}.article-detail-category{display:inline-block;font-size:14px;font-weight:700;color:var(--color-accent);margin-bottom:12px}.article-detail-title{font-family:var(--font-sans);font-size:28px;font-weight:700;line-height:1.4;margin-bottom:16px;color:var(--color-text)}.article-detail-meta{padding:14px 0;border-top:2px solid var(--color-text);border-bottom:1px solid var(--color-border);font-size:14px;color:var(--color-text-muted);margin-bottom:32px;display:flex;justify-content:space-between;align-items:center}.article-detail-content{font-size:17px;line-height:1.85;color:#333}.article-detail-content p{margin-bottom:22px;word-break:keep-all}.article-detail-content figure{margin:28px 0;text-align:center}.article-detail-content figure img{max-width:100%}.article-detail-content figcaption{font-size:13px;color:var(--color-text-muted);margin-top:8px;padding-top:8px;border-top:1px solid var(--color-border);text-align:left}.article-detail-content a{color:#06c;text-decoration:underline;text-underline-offset:2px}.article-detail-content a:hover{color:var(--color-accent)}.article-inquiry-box{margin:32px 0;padding:24px;background:var(--color-bg-gray);border:1px solid var(--color-border)}.article-inquiry-box .phone{font-size:22px;font-weight:700;color:var(--color-accent)}.sidebar{display:flex;flex-direction:column;gap:24px}.sidebar-widget{background:var(--color-bg);border:1px solid var(--color-border);overflow:hidden}.sidebar-widget-title{font-size:14px;font-weight:700;padding:12px 16px;background:var(--color-bg-gray);border-bottom:1px solid var(--color-border);color:var(--color-text)}.sidebar-widget-content{padding:0}.popular-list{list-style:none}.popular-item{display:flex;gap:10px;padding:12px 16px;border-bottom:1px solid var(--color-border);align-items:flex-start}.popular-item:last-child{border-bottom:none}.popular-rank{font-size:15px;font-weight:700;color:var(--color-text-muted);min-width:22px}.popular-rank.top3{color:var(--color-accent)}.popular-item-title{font-size:14px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.popular-item:hover .popular-item-title{color:var(--color-accent)}.site-footer{background:var(--color-bg-gray);border-top:1px solid var(--color-border);color:var(--color-text-light);margin-top:48px;padding:32px 20px 20px}.footer-inner{max-width:var(--max-width);margin:0 auto}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:32px;padding-bottom:20px;border-bottom:1px solid var(--color-border);margin-bottom:16px}.footer-brand .footer-logo{font-size:24px;font-weight:900;color:var(--color-text);margin-bottom:8px}.footer-brand .footer-logo span{color:var(--color-accent)}.footer-brand p{font-size:13px;line-height:1.6;color:var(--color-text-muted)}.footer-contact h4,.footer-links h4{font-size:13px;font-weight:700;color:var(--color-text);margin-bottom:10px}.footer-links ul{list-style:none}.footer-links li{margin-bottom:6px}.footer-links a{font-size:13px;color:var(--color-text-muted)}.footer-links a:hover{color:var(--color-text)}.footer-contact p{font-size:13px;margin-bottom:4px;color:var(--color-text-muted)}.footer-contact .phone{font-size:18px;color:var(--color-text)}.footer-bottom{font-size:12px;color:var(--color-text-muted);display:flex;justify-content:space-between;align-items:center}.search-page{padding:24px 0}.search-input-wrap{margin-bottom:24px}.search-input-wrap input{width:100%;padding:12px 16px;font-size:15px;border:1px solid var(--color-border);border-bottom:2px solid var(--color-text);font-family:var(--font-sans);background:var(--color-bg-gray)}.search-input-wrap input:focus{outline:none;border-bottom-color:var(--color-accent);background:#fff}.category-header{margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid var(--color-text)}.category-header h1{font-size:22px;font-weight:700}@media (max-width:1099px){.content-with-sidebar{grid-template-columns:1fr}.sidebar{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.article-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.header-main{padding:12px 16px}.header-logo-text{font-size:24px}.header-search{display:none}.header-nav{border-top:1px solid var(--color-text)}.header-nav-inner{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 12px}.header-nav-inner::-webkit-scrollbar{display:none}.header-nav a{white-space:nowrap;padding:10px 12px;font-size:14px}.main-content{padding:16px}.section-title{font-size:16px;margin-bottom:12px;padding-bottom:10px}.headline-section{margin-bottom:20px;padding-bottom:20px}.headline-article{grid-template-columns:1fr;gap:12px}.headline-image img{height:auto;aspect-ratio:16/9;border-radius:4px}.headline-title{font-size:19px}.headline-excerpt{font-size:14px;-webkit-line-clamp:2}.headline-category{font-size:12px}.article-card,.article-grid{grid-template-columns:1fr;gap:0}.article-card{display:grid;grid-gap:0;padding:16px 0;border-bottom:1px solid var(--color-border)}.article-card:first-child{padding-top:0}.article-card-image{margin-bottom:10px;border-radius:4px;overflow:hidden}.article-card-image img{aspect-ratio:16/9;height:auto;border-radius:4px}.article-card-badge{display:block;font-size:10px;padding:3px 7px;border-radius:2px}.article-card-title{font-size:16px;margin-bottom:6px;-webkit-line-clamp:2}.article-card-excerpt{font-size:13px;-webkit-line-clamp:2;margin-bottom:6px;color:var(--color-text-light)}.article-card-date{font-size:12px}.article-detail{padding:20px 16px}.article-detail-title{font-size:21px}.article-detail-meta{flex-direction:column;gap:6px}.article-detail-content{font-size:16px;line-height:1.8}.article-detail-content p{margin-bottom:18px}.category-header{margin-bottom:12px;padding-bottom:10px}.category-header h1{font-size:18px}.sidebar{grid-template-columns:1fr}.footer-top{flex-direction:column;gap:20px}.footer-bottom{flex-direction:column;gap:6px;text-align:center}.site-footer{margin-top:32px;padding:24px 16px 16px}}@media (max-width:374px){.header-logo-text{font-size:22px}.header-nav a{padding:8px 10px;font-size:13px}.headline-title{font-size:17px}.article-card-title{font-size:15px}}:root{--ink:#0f172a;--ink2:#1e293b;--blue:#1d4ed8;--red:#b91c1c;--muted:#64748b;--line:#e2e8f0;--line2:#cbd5e1;--bg:#f8fafc;--serif:"Noto Serif","Noto Serif KR",Georgia,serif;--sans:"Noto Sans","Noto Sans KR",-apple-system,BlinkMacSystemFont,sans-serif;--color-primary:#0f172a;--color-accent:#b91c1c;--color-accent-dark:#991b1b;--color-real-estate:#15803d;--color-property-sales:#b91c1c;--color-economy:#1d4ed8;--color-text:#0f172a;--color-text-light:#475569;--color-text-muted:#64748b;--color-border:#e2e8f0;--color-border-dark:#0f172a;--color-bg:#fff;--color-bg-gray:#f8fafc;--color-bg-dark:#0f172a;--font-sans:var(--sans);--max-width:1280px}body{font-family:var(--sans);background:var(--bg);color:var(--ink);font-size:15px;line-height:24px;letter-spacing:-.005em}a:hover{color:var(--blue)}.site-header{background:#fff;border-bottom:1px solid var(--line2)}.header-utility{background:#fff;border-bottom:1px solid var(--line);font-size:12px;line-height:16px;letter-spacing:0;color:var(--muted)}.header-main,.header-nav-inner,.header-utility-inner{max-width:var(--max-width)}.header-main{padding-top:22px;padding-bottom:20px}.header-logo-text{font-family:var(--serif);font-weight:700;letter-spacing:-.03em;color:var(--ink)}.header-logo-text span{color:var(--red)}.header-search input{border:1px solid var(--line2);border-radius:4px;font-size:13px;line-height:18px;font-family:var(--sans)}.header-search input:focus{border-color:var(--ink);box-shadow:none;outline:none}.header-search button{background:var(--ink);border-radius:4px;font-size:13px;font-weight:600;letter-spacing:.01em}.header-search button:hover{background:var(--ink2)}.header-nav{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line2)}.header-nav a{font-family:var(--sans);font-size:13px;line-height:18px;font-weight:600;letter-spacing:.01em;color:#475569;padding-top:15px;padding-bottom:15px}.header-nav a.active,.header-nav a:hover{color:var(--ink)}.header-nav a.active:after{background:var(--ink);height:2px}.main-content{max-width:var(--max-width);background:transparent;padding-left:24px;padding-right:24px}.hp-alert{background:#fff;border-bottom:1px solid var(--line)}.hp-alert-inner{max-width:var(--max-width);margin:0 auto;padding:9px 24px;display:flex;align-items:center;gap:8px;font-size:12px;line-height:16px}.hp-alert .tag{background:var(--red);color:#fff;font-size:11px;line-height:14px;font-weight:700;letter-spacing:.02em;padding:3px 6px;border-radius:2px;flex:none}.hp-alert a{color:var(--ink);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hp-chips{background:#fff;border-bottom:1px solid var(--line)}.hp-chips-inner{max-width:var(--max-width);margin:0 auto;padding:10px 24px;display:flex;gap:8px;overflow-x:auto}.hp-chip{border:1px solid var(--line2);border-radius:999px;padding:5px 12px;font-size:12px;line-height:16px;color:#334155;white-space:nowrap}.hp-chip b{color:var(--ink)}.hp-chip.on{background:var(--ink);color:#fff;border-color:var(--ink)}.hp-grid{display:grid;grid-template-columns:8fr 4fr;grid-gap:32px;gap:32px;align-items:start;padding-top:28px}.hp-badge{display:inline-block;background:var(--red);color:#fff;font-family:var(--sans);font-size:11px;line-height:14px;font-weight:700;letter-spacing:.02em;padding:3px 7px;border-radius:2px}.hp-badge.blue{background:var(--blue)}.hp-badge.ghost{background:#f1f5f9;color:#475569}.hp-hero{background:#fff;border:1px solid var(--line);border-radius:4px;padding:28px;box-shadow:0 4px 16px -2px rgba(15,23,42,.06)}.hp-hero .kicker{display:flex;gap:8px;align-items:center;margin-bottom:14px}.hp-hero h1{font-family:var(--serif);font-size:38px;line-height:50px;font-weight:700;letter-spacing:-.025em;margin-bottom:16px}.hp-hero h1 a:hover{color:var(--blue)}.hp-hero .lead{font-size:16px;line-height:26px;letter-spacing:-.01em;color:#334155;margin-bottom:20px}.hp-spec{display:grid;border:1px solid var(--line);border-radius:4px;overflow:hidden;margin-bottom:20px}.hp-spec>div{padding:12px 14px;border-right:1px solid var(--line);background:#f8fafc}.hp-spec>div:last-child{border-right:0}.hp-spec dt{font-size:11px;line-height:14px;font-weight:700;letter-spacing:.02em;color:var(--muted);margin-bottom:4px}.hp-spec dd{font-size:15px;line-height:24px;font-weight:700;color:var(--ink)}.hp-hero figure img{width:100%;height:380px;object-fit:cover;border-radius:4px}.hp-meta{display:flex;gap:10px;align-items:center;font-size:12px;line-height:16px;letter-spacing:0;color:var(--muted);margin-top:12px}.hp-meta .dot{color:var(--line2)}.hp-pair{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-top:24px}.hp-pair article{background:#fff;border:1px solid var(--line);border-radius:4px;overflow:hidden}.hp-pair img{width:100%;height:180px;object-fit:cover}.hp-pair .body{padding:16px}.hp-pair h3{font-family:var(--serif);font-size:20px;line-height:28px;font-weight:700;letter-spacing:-.015em;margin:10px 0 8px}.hp-pair p{font-size:13px;line-height:20px;letter-spacing:0;color:#475569}.hp-box{background:#fff;border:1px solid var(--line);border-radius:4px;margin-bottom:20px}.hp-box h2{font-size:15px;line-height:24px;font-weight:700;letter-spacing:-.01em;padding:14px 16px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.hp-box h2 small{font-size:11px;line-height:14px;color:var(--muted);font-weight:400}.hp-rank{list-style:none;padding:6px 0;margin:0}.hp-rank li{display:flex;gap:12px;padding:11px 16px;border-bottom:1px solid #f1f5f9}.hp-rank li:last-child{border-bottom:0}.hp-rank .n{font-family:var(--serif);font-weight:700;color:var(--red);width:16px;flex:none}.hp-rank a{font-size:17px;line-height:24px;font-weight:600;letter-spacing:-.01em;color:var(--ink2)}.hp-rank .d{display:block;font-size:12px;line-height:16px;letter-spacing:0;color:var(--muted);font-weight:400;margin-top:4px}.hp-band{margin-top:44px}.hp-sec-head{display:flex;align-items:flex-end;justify-content:space-between;border-top:2px solid var(--ink);padding-top:14px;margin-bottom:18px;gap:16px}.hp-sec-head h2{font-family:var(--serif);font-size:28px;line-height:38px;font-weight:700;letter-spacing:-.02em}.hp-sec-head .sub{font-size:12px;line-height:16px;color:var(--muted)}.hp-region{display:grid;grid-template-columns:8fr 4fr;grid-gap:28px;gap:28px;align-items:start}.hp-region-cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.hp-region-cards article{background:#fff;border:1px solid var(--line);border-radius:4px;overflow:hidden}.hp-region-cards img{width:100%;height:150px;object-fit:cover}.hp-region-cards .body{padding:14px}.hp-region-cards h3{font-size:17px;line-height:24px;font-weight:600;letter-spacing:-.01em;margin:8px 0 6px}.hp-region-cards .meta{font-size:12px;line-height:16px;color:var(--muted);display:flex;justify-content:space-between}.hp-dir{background:#fff;border:1px solid var(--line);border-radius:4px;overflow:hidden}.hp-dir h3{font-size:14px;line-height:20px;font-weight:700;padding:13px 16px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.hp-dir h3 span{font-size:11px;line-height:14px;color:var(--muted);font-weight:400}.hp-dir ul{list-style:none;margin:0;padding:0}.hp-dir li{display:flex;justify-content:space-between;gap:10px;padding:10px 16px;border-bottom:1px solid #f1f5f9;font-size:13px;line-height:20px}.hp-dir li:last-child{border-bottom:0}.hp-dir li a{min-width:0;overflow:hidden}.hp-dir li b{display:block;font-weight:600;color:var(--ink2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hp-dir li span{color:var(--muted);font-size:12px;flex:none}.hp-dir-cta{display:block;text-align:center;padding:13px 16px;background:#f8fafc;border-top:1px solid var(--line);font-size:13px;line-height:18px;font-weight:600;letter-spacing:.01em;color:var(--blue)}.hp-dir-cta:hover{background:#f1f5f9}.hp-feed{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0 28px;gap:0 28px}.hp-feed article{padding:16px 0;border-bottom:1px solid var(--line)}.hp-feed .hp-badge{margin-bottom:8px}.hp-feed h3{font-size:17px;line-height:24px;font-weight:600;letter-spacing:-.01em;margin-bottom:6px}.hp-feed .meta{font-size:12px;line-height:16px;letter-spacing:0;color:var(--muted)}.section-title{font-family:var(--serif);font-size:28px;line-height:38px;font-weight:700;letter-spacing:-.02em;color:var(--ink);border-bottom:none;border-top:2px solid var(--ink);padding-top:14px;padding-bottom:14px}.article-card{background:#fff;border:1px solid var(--line);border-radius:4px;overflow:hidden}.article-card:hover{border-color:var(--line2);box-shadow:0 4px 16px -2px rgba(15,23,42,.06)}.article-title{font-size:17px;line-height:24px;font-weight:600;letter-spacing:-.01em;color:var(--ink)}.article-excerpt{font-size:13px;line-height:20px;color:#475569}.article-date,.article-meta{font-size:12px;line-height:16px;color:var(--muted)}.headline-title{font-family:var(--serif);font-size:38px;line-height:50px;font-weight:700;letter-spacing:-.025em}.headline-excerpt{font-size:16px;line-height:26px;letter-spacing:-.01em;color:#334155}.site-footer{background:var(--ink);color:#cbd5e1;border-top:2px solid var(--ink)}.footer-inner,.footer-top{max-width:var(--max-width)}.footer-logo{font-family:var(--serif);font-weight:700;letter-spacing:-.02em;color:#fff}.footer-inner,.footer-top,.site-footer,.site-footer p{color:#cbd5e1}.footer-logo span{color:var(--red)}.footer-contact h4,.footer-links h4{color:#fff}.site-footer a{color:#cbd5e1}.site-footer a:hover{color:#fff}.footer-contact .phone{font-weight:700;color:#fff;letter-spacing:-.01em}@media (max-width:1024px){.hp-grid,.hp-region{grid-template-columns:1fr}.hp-feed{grid-template-columns:1fr 1fr}.hp-hero h1{font-size:28px;line-height:38px}.hp-sec-head h2{font-size:24px;line-height:32px}.hp-alert-inner,.hp-chips-inner,.main-content{padding-left:16px;padding-right:16px}}@media (max-width:767px){.hp-alert-inner,.hp-chips-inner,.main-content{padding-left:12px;padding-right:12px}.hp-hero{padding:18px}.hp-hero h1{font-size:26px;line-height:36px;letter-spacing:-.02em}.hp-hero figure img{height:220px}.hp-spec{grid-template-columns:1fr 1fr!important}.hp-feed,.hp-pair,.hp-region-cards{grid-template-columns:1fr}.hp-sec-head h2,.section-title{font-size:22px;line-height:30px;letter-spacing:-.015em}.headline-title{font-size:26px;line-height:36px;letter-spacing:-.02em}}.site-footer .footer-brand .footer-logo{color:#fff;font-family:var(--serif);font-weight:700;letter-spacing:-.02em}.site-footer .footer-brand .footer-logo span{color:var(--red)}.site-footer .footer-brand p{color:#94a3b8}.site-footer .footer-contact h4,.site-footer .footer-links h4{color:#fff}.site-footer .footer-links a,.site-footer .footer-links li{color:#cbd5e1}.site-footer .footer-contact .phone{color:#fff}.site-footer .footer-bottom,.site-footer .footer-contact p{color:#94a3b8}.site-footer .footer-top{border-bottom-color:#1e293b}.hp-eyebrow{display:block;font-family:var(--sans);color:var(--blue);margin-bottom:6px}.hp-eyebrow,.hp-kicker-label{font-size:11px;line-height:14px;font-weight:700;letter-spacing:.14em}.hp-kicker-label{color:var(--muted)}.hp-more{font-size:13px;line-height:18px;font-weight:600;letter-spacing:.01em;color:var(--blue);white-space:nowrap}.hp-more:hover{color:var(--ink)}.hp-meta .hp-more{margin-left:auto}.hp-pair .hp-more{display:inline-block;margin-top:10px}.hp-thumb{position:relative;display:block}.hp-thumb-badge{position:absolute;left:10px;top:10px;background:rgba(15,23,42,.86);color:#fff;font-size:11px;line-height:14px;font-weight:700;letter-spacing:.02em;padding:4px 8px;border-radius:2px}.hp-hero figure{position:relative}.hp-hero figcaption{font-size:11px;line-height:16px;color:var(--muted);text-align:right;padding-top:6px}.hp-filters{display:flex;gap:6px;flex-wrap:wrap}.hp-filter{border:1px solid var(--line2);background:#fff;border-radius:999px;padding:5px 12px;font-family:var(--sans);font-size:12px;line-height:16px;font-weight:600;color:#334155;cursor:pointer}.hp-filter.on,.hp-filter:hover{border-color:var(--ink)}.hp-filter.on{background:var(--ink);color:#fff}.hp-dir li em{font-style:normal;font-size:11px;line-height:14px;color:var(--muted);display:block;margin-top:2px}.hp-column-body{padding:14px 16px 16px}.hp-column-body img{width:100%;height:132px;object-fit:cover;border-radius:4px;margin-bottom:10px}.hp-column-body h3{font-size:17px;line-height:24px;font-weight:600;letter-spacing:-.01em;margin-bottom:6px}.hp-column-body p{font-size:13px;line-height:20px;color:#475569;margin-bottom:10px}.hp-stat ul{list-style:none;margin:0;padding:10px 16px 14px}.hp-stat li{display:flex;align-items:center;gap:10px;padding:5px 0}.hp-stat .nm{font-size:13px;line-height:20px;color:var(--ink2);width:58px;flex:none}.hp-stat .bar{flex:1 1;height:8px;background:#f1f5f9;border-radius:2px;overflow:hidden}.hp-stat .bar i{display:block;height:100%;background:var(--blue)}.hp-stat .ct{font-size:12px;line-height:16px;font-weight:700;color:var(--muted);width:22px;text-align:right;flex:none}@media (max-width:767px){.hp-sec-head{flex-direction:column;align-items:flex-start;gap:10px}}html{scroll-behavior:smooth}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--ink);color:#fff;padding:10px 16px;font-size:13px;font-weight:600;border-radius:0 0 4px 0}.skip-link:focus{left:0}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:2px}.hp-chip b,.hp-dir h3 span,.hp-dir li em,.hp-feed .meta,.hp-meta,.hp-rank .d,.hp-region-cards .meta,.hp-spec dd,.hp-stat .ct{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hp-feed h3,.hp-hero h1,.hp-pair h3,.hp-rank a,.hp-region-cards h3,.hp-sec-head h2{text-wrap:balance}.hp-column-body p,.hp-hero .lead,.hp-pair p{text-wrap:pretty}.hp-box,.hp-dir,.hp-pair article,.hp-region-cards article{transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.hp-pair article:hover,.hp-region-cards article:hover{border-color:var(--line2);box-shadow:0 4px 16px -2px rgba(15,23,42,.08);transform:translateY(-2px)}.hp-thumb img{transition:transform .3s ease}.hp-pair article:hover .hp-thumb img,.hp-region-cards article:hover .hp-thumb img{transform:scale(1.03)}.hp-thumb{overflow:hidden}.hp-feed article{transition:background .2s ease}.hp-feed article:hover{background:#fff}.hp-rank li{transition:background .15s ease}.hp-rank li:hover{background:#f8fafc}.hp-dir li a:hover b{color:var(--blue)}.hp-filter{transition:background .2s ease,color .2s ease,border-color .2s ease,transform .1s ease}.hp-filter:active{transform:scale(.97)}.hp-more{transition:color .2s ease}.header-search button{transition:background .2s ease}.header-search button:active{transform:translateY(1px)}.hp-pair article,.hp-region-cards article{display:flex;flex-direction:column}.hp-pair .body,.hp-region-cards .body{display:flex;flex-direction:column;flex:1 1}.hp-pair .body .hp-more,.hp-region-cards .body .meta{margin-top:auto}.footer-policy{display:flex;flex-wrap:wrap;gap:18px;padding:16px 0 0;border-top:1px solid #1e293b}.footer-policy a{font-size:12px;line-height:16px;color:#94a3b8}.footer-policy a:hover{color:#fff}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition-duration:.01ms!important;animation-duration:.01ms!important}.hp-pair article:hover,.hp-pair article:hover .hp-thumb img,.hp-region-cards article:hover,.hp-region-cards article:hover .hp-thumb img{transform:none}}.admin-layout{display:flex;min-height:100vh}.admin-sidebar{width:220px;background:#1a1a1a;color:#fff;padding:20px 0;flex-shrink:0}.admin-sidebar h2{padding:0 20px;font-size:18px;margin-bottom:24px}.admin-sidebar a{display:block;padding:10px 20px;color:#ccc;font-size:14px;transition:background .2s}.admin-sidebar a.active,.admin-sidebar a:hover{background:#333;color:#fff}.admin-main{flex:1 1;padding:24px;background:#f5f5f5}.admin-card{background:#fff;border-radius:8px;padding:20px;margin-bottom:16px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.admin-card h3{font-size:16px;margin-bottom:12px}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-bottom:24px}.admin-stat{background:#fff;padding:20px;border-radius:8px;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.1)}.admin-stat .number{font-size:32px;font-weight:700;color:var(--color-primary)}.admin-stat .label{font-size:13px;color:#666;margin-top:4px}.admin-table{width:100%;border-collapse:collapse}.admin-table td,.admin-table th{padding:10px 12px;text-align:left;border-bottom:1px solid #eee;font-size:14px}.admin-table th{background:#f9f9f9;font-weight:600}.admin-btn{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px}.admin-btn-primary{background:var(--color-primary);color:#fff}.admin-btn-primary:hover{opacity:.9}.admin-input{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;width:100%}.admin-form-group{margin-bottom:16px}.admin-form-group label{display:block;font-size:13px;font-weight:600;margin-bottom:4px}.admin-login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f5f5f5}.admin-login-box{background:#fff;padding:40px;border-radius:8px;width:100%;max-width:380px;box-shadow:0 2px 8px rgba(0,0,0,.12)}.admin-login-box h1{text-align:center;margin-bottom:24px;font-size:22px}.admin-logout-btn{display:block;padding:10px 20px;color:#999;font-size:13px;cursor:pointer;background:none;border:none;text-align:left;width:100%;margin-top:16px}.admin-logout-btn:hover{color:#fff}