:root{--navy-dark:#0A1628;--white-warm:#FAFAF8;--coral-accent:#E85D3A;--sage-muted:#7C9082;--text-primary:#1a1a1a;--text-secondary:#666666;--text-light:#999999;--border-light:#e0e0e0;--shadow-subtle:0 2px 8px rgba(10, 22, 40, 0.06);--shadow-card:0 4px 12px rgba(10, 22, 40, 0.1);--font-system:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;--font-size-base:18px;--line-height-base:1.6;--line-height-tight:1.3;--space-xs:0.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:3rem;--space-xxl:4rem;--container-max:1200px;--content-max:65ch;--nav-height:80px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:var(--font-size-base);scroll-behavior:smooth}body{font-family:var(--font-system);line-height:var(--line-height-base);color:var(--text-primary);background-color:var(--white-warm);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-system);font-weight:700;line-height:var(--line-height-tight);letter-spacing:-.02em;margin-bottom:var(--space-sm)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:var(--space-sm)}a{color:var(--coral-accent);text-decoration:none;transition:color .2s ease}a:hover{color:#d14a2a;text-decoration:underline}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--space-md)}.content-width{max-width:var(--content-max)}.text-center{text-align:center}.text-muted{color:var(--text-secondary)}.text-light{color:var(--text-light)}.section{padding:var(--space-xl)0}.visually-hidden{position:absolute!important;clip:rect(1px,1px,1px,1px)!important;overflow:hidden!important;height:1px!important;width:1px!important}.site-header{background-color:var(--navy-dark);color:#fff;position:sticky;top:0;z-index:100;height:var(--nav-height);display:flex;align-items:center;box-shadow:var(--shadow-subtle)}.header-content{display:flex;justify-content:space-between;align-items:center;width:100%}.site-logo{font-size:1.75rem;font-weight:900;letter-spacing:.05em;color:#fff;text-decoration:none}.site-logo:hover{color:var(--coral-accent);text-decoration:none}.main-nav ul{display:flex;list-style:none;gap:var(--space-lg)}.main-nav a{color:#fff;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;transition:color .2s ease}.main-nav a:hover{color:var(--coral-accent);text-decoration:none}.nav-toggle{display:none;flex-direction:column;gap:3px;background:0 0;border:none;cursor:pointer;padding:var(--space-xs)}.nav-toggle span{width:25px;height:3px;background-color:#fff;transition:all .3s ease}.hero{background-color:var(--navy-dark);color:#fff;text-align:center;padding:var(--space-xxl)0}.hero h1{font-size:3rem;margin-bottom:var(--space-md)}.hero-subtitle{font-size:1.25rem;color:#b3c5d8;margin-bottom:var(--space-xl);max-width:600px;margin-left:auto;margin-right:auto}.cta-button{background-color:var(--coral-accent);color:#fff;padding:var(--space-sm)var(--space-lg);border-radius:6px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:background-color .2s ease;display:inline-block}.cta-button:hover{background-color:#d14a2a;text-decoration:none;color:#fff}.article-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--space-lg);margin:var(--space-xl)0}.article-card{background:#fff;border-radius:10px;overflow:hidden;border:1px solid #ebebeb;box-shadow:0 1px 3px rgba(0,0,0,4%);transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.article-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(10,22,40,.12)}.article-card-content{padding:1.25rem 1.25rem 1rem;display:flex;flex-direction:column;flex:1}.article-card-suburb{font-size:.7rem;font-weight:700;letter-spacing:.08em;color:var(--coral-accent);margin-bottom:.5rem}.suburb-tag{background-color:#e63946;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.article-card-title{margin-bottom:.5rem;font-size:1.15rem;line-height:1.35;font-weight:700}.article-card-title a{color:var(--text-primary);text-decoration:none}.article-card-title a:hover{color:var(--coral-accent)}.article-card h3{margin-bottom:var(--space-sm);font-size:1.15rem}.article-card h3 a{color:var(--text-primary);text-decoration:none}.article-card h3 a:hover{color:var(--coral-accent)}.article-card-excerpt{color:var(--text-secondary);font-size:.88rem;line-height:1.55;margin-bottom:1rem;flex:1}.article-excerpt{color:var(--text-secondary);font-size:.95rem;margin-bottom:var(--space-sm)}.article-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;border-top:1px solid #f0f0ee;margin-top:auto}.article-card-author{display:flex;align-items:center;gap:.5rem}.article-card-author-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover}.article-card-author-dot{width:24px;height:24px;border-radius:50%;background:var(--sage-muted);color:#fff;font-size:.7rem;font-weight:600;display:flex;align-items:center;justify-content:center}.article-card-author-name{font-size:.8rem;font-weight:500;color:var(--text-primary)}.article-card-date{font-size:.75rem;color:var(--text-light)}.author-byline{display:flex;align-items:center;gap:var(--space-sm);font-size:.9rem;color:var(--text-secondary)}.author-avatar{width:40px;height:40px;border-radius:50%;background-color:var(--sage-muted);display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff;overflow:hidden;flex-shrink:0}.author-avatar img{width:100%;height:100%;object-fit:cover;display:block}.author-avatar-letter{font-size:1rem;line-height:1}.author-meta{font-size:.8rem}.article-header{max-width:var(--content-max);margin:0 auto var(--space-xl);text-align:center}.article-title{font-size:2.5rem;margin-bottom:var(--space-md);line-height:1.2}.article-meta{display:flex;justify-content:center;gap:var(--space-lg);margin-bottom:var(--space-lg);flex-wrap:wrap}.article-byline{display:flex;align-items:center;gap:var(--space-sm)}.updated-date{color:var(--text-secondary);font-style:italic}.article-content{max-width:var(--content-max);margin:0 auto;font-size:1.1rem;line-height:1.7}.article-content h2{margin-top:var(--space-xl);margin-bottom:var(--space-md);font-size:1.75rem;color:var(--navy-dark)}.article-content h3{margin-top:var(--space-lg);margin-bottom:var(--space-sm);font-size:1.4rem}.article-content ul,.article-content ol{margin-bottom:var(--space-md);padding-left:var(--space-lg)}.article-content li{margin-bottom:var(--space-xs)}.article-content blockquote{border-left:4px solid var(--coral-accent);padding-left:var(--space-md);margin:var(--space-lg)0;font-style:italic;color:var(--text-secondary)}.article-content img{max-width:100%;height:auto;border-radius:6px;margin:var(--space-lg)0}.toc-wrapper{position:sticky;top:calc(var(--nav-height) + var(--space-md));background:#fff;border-radius:8px;padding:var(--space-md);box-shadow:var(--shadow-card);margin-bottom:var(--space-lg);max-height:calc(100vh - var(--nav-height) - var(--space-lg));overflow-y:auto}.toc-title{font-size:1rem;font-weight:600;margin-bottom:var(--space-sm);color:var(--navy-dark)}.toc ul{list-style:none;padding-left:0}.toc li{margin-bottom:var(--space-xs)}.toc a{color:var(--text-secondary);font-size:.9rem;text-decoration:none;display:block;padding:.25rem 0;border-left:2px solid transparent;padding-left:var(--space-sm);transition:all .2s ease}.toc a:hover{color:var(--coral-accent);border-left-color:var(--coral-accent)}.breadcrumbs{margin-bottom:var(--space-lg);font-size:.9rem}.breadcrumbs ul{display:flex;gap:var(--space-xs);list-style:none;align-items:center}.breadcrumbs li:not(:last-child)::after{content:'/';margin-left:var(--space-xs);color:var(--text-light)}.breadcrumbs a{color:var(--text-secondary)}.site-footer{background-color:var(--navy-dark);color:#fff;padding:var(--space-xxl)0 var(--space-lg);margin-top:var(--space-xxl)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--space-xl);margin-bottom:var(--space-lg)}.footer-section h4{margin-bottom:var(--space-md);color:#fff}.footer-section ul{list-style:none}.footer-section li{margin-bottom:var(--space-sm)}.footer-section a{color:#b3c5d8;text-decoration:none}.footer-section a:hover{color:var(--coral-accent)}.footer-bottom{text-align:center;padding-top:var(--space-lg);border-top:1px solid #2a3f5f;color:#b3c5d8;font-size:.9rem}.social-share{margin:var(--space-xl)0;padding:var(--space-md);background-color:#f8f8f8;border-radius:6px;text-align:center}.social-share h4{margin-bottom:var(--space-sm);font-size:1rem}.share-buttons{display:flex;justify-content:center;gap:var(--space-sm)}.share-button{padding:var(--space-xs)var(--space-sm);border-radius:4px;font-size:.9rem;color:#fff;text-decoration:none;transition:opacity .2s ease}.share-button:hover{opacity:.8;text-decoration:none}.share-twitter{background-color:#1da1f2}.share-facebook{background-color:#4267b2}.share-linkedin{background-color:#0077b5}.disclaimer{background-color:#f0f7ff;border-left:4px solid var(--coral-accent);padding:var(--space-md);margin:var(--space-xl)0;border-radius:0 4px 4px 0;font-size:.9rem;color:var(--text-secondary)}@media(max-width:1024px){.article-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.hero h1{font-size:2.5rem}}@media(max-width:768px){:root{--font-size-base:16px;--space-xl:2rem;--space-xxl:3rem}.nav-toggle{display:flex}.main-nav{position:absolute;top:100%;left:0;right:0;background-color:var(--navy-dark);transform:translateX(-100%);transition:transform .3s ease}.nav-open .main-nav{transform:translateX(0)}.main-nav ul{flex-direction:column;padding:var(--space-md);gap:var(--space-md)}.hero h1{font-size:2rem}.article-title{font-size:2rem}.article-grid{grid-template-columns:1fr;gap:var(--space-md)}.article-meta{flex-direction:column;gap:var(--space-sm)}.toc-wrapper{position:static;margin-bottom:var(--space-lg)}.footer-content{grid-template-columns:1fr;text-align:center}.container{padding:0 var(--space-sm)}}@media print{.site-header,.site-footer,.social-share,.toc-wrapper,.nav-toggle{display:none}body{font-size:12pt;line-height:1.4;color:#000;background:#fff}.article-title{font-size:18pt;margin-bottom:12pt}h2{font-size:16pt}h3{font-size:14pt}.article-content{max-width:none}a{color:#000;text-decoration:underline}}:focus{outline:2px solid var(--coral-accent);outline-offset:2px}.skip-link{position:absolute;top:-40px;left:6px;background:var(--coral-accent);color:#fff;padding:8px;text-decoration:none;border-radius:0 0 4px 4px;z-index:1000}.skip-link:focus{top:0}.vibe-scores-section{background:var(--navy-dark);color:#fff}.vibe-scores-section h2{color:#fff}.vibe-scores-section .text-muted{color:rgba(255,255,255,.55)}.vibe-scores-section .cta-button{background:var(--coral-accent);color:#fff}.vibe-leaderboard{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:6px}.vibe-row{display:grid;grid-template-columns:48px 1fr 180px 44px auto;align-items:center;gap:12px;padding:12px 16px;background:rgba(255,255,255,5%);border-radius:8px;text-decoration:none;color:#fff;transition:background .2s ease,transform .15s ease}.vibe-row:hover{background:rgba(255,255,255,.1);transform:translateX(4px)}.vibe-row--top{background:rgba(232,93,58,.15);border:1px solid rgba(232,93,58,.3);padding:16px}.vibe-row--top .vibe-rank{color:var(--coral-accent);font-size:1.3rem}.vibe-row--top .vibe-suburb{font-size:1.15rem}.vibe-row--top .vibe-score-num{font-size:1.2rem;color:var(--coral-accent)}.vibe-rank{font-weight:800;font-size:1rem;color:rgba(255,255,255,.4);text-align:center}.vibe-suburb{font-weight:600;font-size:1rem;white-space:nowrap}.vibe-score-bar{height:6px;background:rgba(255,255,255,.1);border-radius:3px;overflow:hidden}.vibe-score-fill{height:100%;border-radius:3px;transition:width .6s ease}.vibe-score-fill--fire{background:var(--coral-accent)}.vibe-score-fill--buzzing{background:#f59e0b}.vibe-score-fill--thriving{background:var(--sage-muted)}.vibe-score-fill--steady{background:rgba(255,255,255,.3)}.vibe-score-num{font-weight:700;font-size:1rem;text-align:right;font-variant-numeric:tabular-nums}.vibe-badge{font-size:.7rem;font-weight:700;letter-spacing:.5px;white-space:nowrap;padding:3px 8px;border-radius:4px;text-align:center;min-width:90px}.vibe-badge--fire{background:rgba(232,93,58,.2);color:#ff7b5c}.vibe-badge--buzzing{background:rgba(245,158,11,.2);color:#fbbf24}.vibe-badge--thriving{background:rgba(124,144,130,.2);color:#a8c4ae}.vibe-badge--steady{background:rgba(255,255,255,8%);color:rgba(255,255,255,.5)}.vibe-delta{font-size:.8rem;font-weight:600;min-width:36px;text-align:center}.vibe-delta--up{color:#34d399}.vibe-delta--down{color:#f87171}.vibe-delta--flat{color:rgba(255,255,255,.3)}.vibe-leaderboard--full .vibe-row{background:#f8f8f6;color:var(--text-primary);grid-template-columns:48px 1fr 180px 44px auto 36px}.vibe-leaderboard--full .vibe-row:hover{background:#f0f0ee}.vibe-leaderboard--full .vibe-row--top{background:#fff5f3;border-color:rgba(232,93,58,.25)}.vibe-leaderboard--full .vibe-rank{color:#999}.vibe-leaderboard--full .vibe-row--top .vibe-rank{color:var(--coral-accent)}.vibe-leaderboard--full .vibe-score-bar{background:#e5e5e0}.vibe-leaderboard--full .vibe-score-fill--steady{background:#ccc}.vibe-leaderboard--full .vibe-badge--steady{background:#f0f0ee;color:#999}@media(max-width:640px){.vibe-row{grid-template-columns:36px 1fr 44px auto;gap:8px;padding:10px 12px}.vibe-score-bar{display:none}.vibe-delta{display:none}.vibe-row--top{padding:12px}.vibe-badge{font-size:.65rem;min-width:72px;padding:2px 6px}.vibe-leaderboard--full .vibe-row{grid-template-columns:36px 1fr 44px auto}}.suburb-pills-bar{background:#f5f5f3;border-bottom:1px solid #e8e8e5;padding:10px 0}.suburb-pills-scroll{display:flex;gap:8px;overflow-x:auto;padding:0 max(1rem,calc((100vw - var(--container-max))/2 + 1rem));-webkit-overflow-scrolling:touch;scrollbar-width:none}.suburb-pills-scroll::-webkit-scrollbar{display:none}.suburb-pill{display:inline-block;padding:4px 14px;font-size:12px;font-weight:600;border-radius:20px;border:1px solid #ddd;color:#666;background:#fff;text-decoration:none;white-space:nowrap;transition:background .15s ease,color .15s ease,border-color .15s ease;flex-shrink:0}.suburb-pill:hover{background:var(--navy-dark);color:#fff;border-color:var(--navy-dark)}.suburb-pill--active{background:var(--navy-dark);color:#fff;border-color:var(--navy-dark)}.suburb-pill--all{background:var(--navy-dark);color:#fff;border-color:var(--navy-dark)}.suburb-pill--all:hover{background:var(--coral-accent);border-color:var(--coral-accent)}.article-cover{margin:0 0 var(--space-lg);border-radius:8px;overflow:hidden;aspect-ratio:1200/630;background:var(--border-light)}.article-cover img{width:100%;height:100%;object-fit:cover;display:block}.article-card.has-cover{display:flex;flex-direction:column}.article-card-image{display:block;aspect-ratio:16/10;overflow:hidden;background:var(--border-light)}.article-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.article-card.has-cover:hover .article-card-image img{transform:scale(1.05)}.article-card.has-cover .article-card-content{border-radius:0 0 8px 8px}@keyframes pulse{0%{box-shadow:0 0 rgba(233,69,96,.4)}70%{box-shadow:0 0 0 10px rgba(233,69,96,0)}100%{box-shadow:0 0 rgba(233,69,96,0)}}.hot{animation:pulse 2s infinite}@keyframes ticker-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.ticker{background:var(--navy-dark);color:#fff;padding:10px 0;overflow:hidden;font-size:.8rem;font-weight:500;letter-spacing:.01em;border-bottom:2px solid var(--coral-accent)}.ticker-content{display:flex;align-items:center;animation:ticker-scroll 35s linear infinite;white-space:nowrap;gap:0}.ticker-content span{flex-shrink:0;padding:0 .5rem}.ticker-sep{color:rgba(255,255,255,.3)}.hero-live{background:linear-gradient(135deg,#0A1628 0%,#1a2a4a 50%,#0A1628 100%);color:#fff;text-align:center;padding:var(--space-xxl)0 var(--space-xl);position:relative;overflow:hidden}.hero-live::after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--coral-accent),#ff416c,var(--coral-accent))}.hero-live h1{font-size:3.2rem;margin-bottom:var(--space-sm);letter-spacing:-.03em}.hero-sub{font-size:1.15rem;color:rgba(255,255,255,.65);margin-bottom:var(--space-lg);max-width:520px;margin-left:auto;margin-right:auto;line-height:1.5}.hero-pulse{display:inline-block;background:#e94560;color:#fff;padding:4px 14px;border-radius:20px;font-size:.7rem;font-weight:700;letter-spacing:1.5px;animation:pulse 2s infinite;margin-bottom:var(--space-md)}.hero-ctas{display:flex;gap:var(--space-sm);justify-content:center;flex-wrap:wrap}.btn-hot{background:var(--coral-accent);color:#fff;padding:14px 28px;border-radius:8px;font-weight:700;font-size:.95rem;text-decoration:none;transition:all .2s ease;text-transform:uppercase;letter-spacing:.03em}.btn-hot:hover{background:#ff416c;color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 6px 20px rgba(233,69,96,.3)}.btn-secondary{background:0 0;color:#fff;padding:14px 28px;border-radius:8px;font-weight:600;font-size:.95rem;text-decoration:none;border:2px solid rgba(255,255,255,.3);transition:all .2s ease}.btn-secondary:hover{border-color:#fff;color:#fff;text-decoration:none;transform:translateY(-2px)}.suburb-pills{background:#fff;border-bottom:1px solid var(--border-light);padding:var(--space-sm)0;position:sticky;top:var(--nav-height);z-index:90}.pills-scroll{display:flex;gap:.5rem;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;padding:0 var(--space-xs)}.pills-scroll::-webkit-scrollbar{display:none}.pill{flex-shrink:0;padding:6px 16px;border-radius:20px;font-size:.8rem;font-weight:600;color:var(--text-secondary);background:#f5f5f5;text-decoration:none;transition:all .2s ease;white-space:nowrap}.pill:hover{background:var(--navy-dark);color:#fff;text-decoration:none}.pill--all{background:var(--coral-accent);color:#fff}.pill--all:hover{background:#d14a2a;color:#fff}.section-title{text-align:center;font-size:2rem;margin-bottom:.5rem}.section-sub{text-align:center;color:var(--text-secondary);max-width:500px;margin:0 auto var(--space-lg);font-size:1rem}.vibe-delta{font-size:.75rem;font-weight:700;min-width:36px;text-align:center}.delta-up{color:#38ef7d}.delta-down{color:#ff416c}.debrief-section{background:#fafaf8}.debrief-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-md)}.debrief-card{border-radius:14px;padding:1.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s;cursor:pointer;display:flex;flex-direction:column;gap:.75rem;min-height:160px}.debrief-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,.2);text-decoration:none}.debrief-tag{font-size:.65rem;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;opacity:.85}.debrief-text{font-size:1.1rem;font-weight:600;line-height:1.4;flex:1}.debrief-reactions{font-size:.85rem;opacity:.8}.confession{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.aitma{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);color:#fff}.dating{background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%);color:#fff}.newsletter-block{background:var(--navy-dark);color:#fff;padding:3rem 2rem;border-radius:16px;max-width:680px;margin:0 auto;text-align:center}.newsletter-title{font-size:1.4rem;margin-bottom:.5rem;line-height:1.3}.newsletter-sub{color:rgba(255,255,255,.6);margin-bottom:1.5rem;font-size:.95rem}.newsletter-form{display:flex;max-width:420px;margin:0 auto}.newsletter-input{flex:1;padding:14px 18px;border:none;border-radius:8px 0 0 8px;font-size:.95rem}.newsletter-btn{padding:14px 22px;background:var(--coral-accent);color:#fff;border:none;border-radius:0 8px 8px 0;font-weight:700;font-size:.9rem;cursor:pointer;transition:background .2s;white-space:nowrap}.newsletter-btn:hover{background:#ff416c}.newsletter-proof{color:rgba(255,255,255,.4);font-size:.75rem;margin-top:.75rem}.section--grey{background:#f5f5f5}.section--dark{background:var(--navy-dark);color:#fff}.vertical-list{list-style:none;padding:0}.vertical-list li{margin-bottom:.5rem}.vertical-list a{font-size:.9rem}.vertical-link{font-size:.9rem;font-weight:600;margin-top:auto}.ad-slot{padding:1.5rem 0;text-align:center;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.ad-label{font-size:.6rem;text-transform:uppercase;letter-spacing:1px;color:var(--text-light);margin-bottom:.5rem}.ad-placeholder{min-height:90px;background:#f8f8f8;border-radius:8px}.vibe-score-fill--fire{background:linear-gradient(90deg,#ff416c,#ff4b2b)!important}.vibe-score-fill--buzzing{background:linear-gradient(90deg,#f7971e,#ffd200)!important}.vibe-score-fill--thriving{background:linear-gradient(90deg,#11998e,#38ef7d)!important}.vibe-score-fill--chill{background:linear-gradient(90deg,#667eea,#764ba2)!important}.vibe-score-fill--sleepy{background:linear-gradient(90deg,#bdc3c7,#2c3e50)!important}@media(max-width:768px){.hero-live h1{font-size:2rem}.hero-sub{font-size:1rem}.hero-ctas{flex-direction:column;align-items:center}.btn-hot,.btn-secondary{width:100%;max-width:280px;text-align:center}.debrief-grid{grid-template-columns:1fr}.ticker{font-size:.75rem}}.debate-section{background:#0d1117;color:#fff;padding:3rem 0}.debate-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.live-dot{width:12px;height:12px;background:#f44;border-radius:50%;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,100%{opacity:1}50%{opacity:.3}}.debate-header h2{margin:0;color:#fff;font-size:1.5rem}.debate-topic{background:rgba(232,93,58,.2);color:#e85d3a;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.debate-thread{display:flex;flex-direction:column;gap:1.5rem;max-width:700px}.debate-msg{display:flex;gap:.75rem;align-items:flex-start}.debate-avatar{border-radius:50%;flex-shrink:0;border:2px solid rgba(255,255,255,.1)}.debate-bubble{background:rgba(255,255,255,6%);border-radius:0 12px 12px 12px;padding:1rem 1.25rem;flex:1;border:1px solid rgba(255,255,255,8%)}.debate-name{font-weight:700;font-size:.9rem;display:block;margin-bottom:.4rem}.debate-role{font-weight:400;color:rgba(255,255,255,.5);font-size:.8rem}.debate-bubble p{margin:0;font-size:.95rem;line-height:1.5;color:rgba(255,255,255,.85)}.debate-time{font-size:.75rem;color:rgba(255,255,255,.35);margin-top:.5rem;display:block}.debate-cta{margin-top:2rem;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.btn-debate{background:#e85d3a;color:#fff;padding:.75rem 2rem;border-radius:6px;text-decoration:none;font-weight:700;font-size:.95rem;transition:background .2s}.btn-debate:hover{background:#d14e2e}.debate-meta{font-size:.8rem;color:rgba(255,255,255,.4)}.trend-rider{background:#f6f8fa;border:1px solid #e1e4e8;border-radius:12px;margin:2.5rem 0;overflow:hidden}.trend-header{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#0d1117;color:#fff;flex-wrap:wrap}.trend-badge{background:#e85d3a;color:#fff;padding:.3rem .8rem;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.trend-header h3{margin:0;font-size:1.1rem}.trend-body{padding:1.5rem}.trend-intro{font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.fuel-table{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.fuel-row{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#fff;border-radius:6px;border:1px solid #e1e4e8}.fuel-suburb{flex:1;font-weight:600}.fuel-price{font-weight:700;font-size:1.1rem;font-family:monospace}.fuel-tag{padding:.2rem .6rem;border-radius:4px;font-size:.75rem;font-weight:600;background:#eee}.fuel-tag--green{background:#d4edda;color:#155724}.fuel-tag--red{background:#f8d7da;color:#721c24}.fuel-row--cheap{border-left:3px solid #28a745}.fuel-row--expensive{border-left:3px solid #dc3545}.trend-tips{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:1.25rem;margin-bottom:1rem}.trend-tips h4{margin:0 0 .75rem;font-size:1rem}.trend-tips li{margin-bottom:.4rem;font-size:.9rem}.trend-source{font-size:.8rem;color:#666}.rabbit-hole{background:#f8f9fa;border-radius:12px;padding:2rem;margin:2.5rem 0;border:1px solid #e1e4e8}.rabbit-header{margin-bottom:1.5rem}.rabbit-emoji{font-size:2rem;display:block;margin-bottom:.5rem}.rabbit-header h3{margin:0;font-size:1.3rem}.rabbit-header p{color:#666;margin:.25rem 0 0;font-size:.9rem}.rabbit-section{margin-bottom:1.5rem}.rabbit-section h4{font-size:.9rem;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.rabbit-links{display:flex;flex-direction:column;gap:.4rem}.rabbit-link{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;background:#fff;border-radius:6px;text-decoration:none;color:#1a1a2e;border:1px solid #e1e4e8;transition:all .15s}.rabbit-link:hover{border-color:#e85d3a;background:#fff5f2;transform:translateX(4px)}.rabbit-link-title{flex:1;font-weight:500;font-size:.9rem}.rabbit-link-suburb{font-size:.75rem;color:#888;background:#f0f0f0;padding:.15rem .5rem;border-radius:4px}.rabbit-link-arrow{color:#e85d3a;font-weight:700}.rabbit-link--surprise{border-style:dashed}.suburbs-hero{background:linear-gradient(135deg,#0d1117 0%,#1a1a2e 100%);color:#fff;padding:4rem 0 3rem;text-align:center}.suburbs-hero h1{font-size:2.5rem;margin-bottom:1rem;line-height:1.2}.suburbs-hero .hero-sub{color:rgba(255,255,255,.7);font-size:1.1rem;max-width:600px;margin:0 auto}.suburbs-stats{display:flex;justify-content:center;gap:3rem;margin-top:2rem}.stat{text-align:center}.stat-num{display:block;font-size:2.5rem;font-weight:800;color:#e85d3a}.stat-label{font-size:.85rem;color:rgba(255,255,255,.6)}.region-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.region-card{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #e1e4e8;transition:all .2s;cursor:default}.region-card:hover{border-color:#e85d3a;box-shadow:0 4px 12px rgba(0,0,0,8%)}.region-icon{font-size:2rem;margin-bottom:.5rem}.region-card h3{margin:0 0 .5rem;font-size:1.1rem}.region-suburbs{font-size:.85rem;color:#666;line-height:1.5}.region-count{font-size:.8rem;color:#888;font-weight:600}.suburbs-az-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.suburb-az-card{background:#fff;border:1px solid #e1e4e8;border-radius:8px;padding:1rem;text-decoration:none;color:#1a1a2e;transition:all .15s;display:block}.suburb-az-card:hover{border-color:#e85d3a;background:#fff5f2;transform:translateY(-2px)}.suburb-az-name{font-weight:600;font-size:.95rem}.suburb-az-count{font-size:.8rem;color:#888;margin-top:.25rem}.article-suburb-tag{display:inline-block;background:#e85d3a;color:#fff;padding:.3rem .8rem;border-radius:4px;font-size:.75rem;font-weight:700;letter-spacing:1px;text-decoration:none;margin-bottom:1rem}.article-suburb-tag:hover{background:#d14e2e}.vibe-badge-inline{display:inline-flex;align-items:center;gap:.75rem;background:#f0f0f0;padding:.5rem 1rem;border-radius:8px;margin:1rem 0}.vibe-num{font-size:1.5rem;font-weight:800}.vibe-label-inline{font-size:.9rem;font-weight:600}.quick-take{background:#e8f5e9;border-left:4px solid #4caf50;border-radius:0 8px 8px 0;padding:1.25rem 1.5rem;margin:1.5rem 0}.quick-take h3{margin:0 0 .75rem;font-size:1rem}.quick-take ul{margin:0;padding-left:1.25rem}.quick-take li{margin-bottom:.4rem;font-size:.95rem}.article-description{font-size:1.15rem;color:#555;line-height:1.6;margin:.5rem 0 1rem}.article-body h2{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #eee}.article-body h2:first-child{border-top:none;padding-top:0}.article-body table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem}.article-body table th{background:#0d1117;color:#fff;padding:.75rem 1rem;text-align:left;font-weight:600}.article-body table td{padding:.75rem 1rem;border-bottom:1px solid #eee}.article-body table tr:hover td{background:#f8f9fa}.article-body blockquote{border-left:4px solid #e85d3a;padding:1rem 1.5rem;margin:1.5rem 0;background:#fff5f2;border-radius:0 8px 8px 0;font-style:italic}.reading-progress{position:fixed;top:0;left:0;height:3px;background:#e85d3a;z-index:9999;transition:width .1s;width:0%}@media(max-width:768px){.suburbs-hero h1{font-size:1.8rem}.suburbs-stats{gap:1.5rem}.stat-num{font-size:2rem}.region-grid{grid-template-columns:1fr}.suburbs-az-grid{grid-template-columns:repeat(2,1fr)}.debate-thread{max-width:100%}.fuel-row{flex-wrap:wrap}.rabbit-hole{padding:1.25rem}}.melbz-events-widget{background:#1a1a2e;border-radius:16px;padding:2rem;margin:2rem 0;color:#e0e0e0}.events-header h2{color:#ff6b6b;margin:0;font-size:1.6rem}.events-subtitle{color:#888;margin:.3rem 0 1.5rem}.events-grid{display:flex;flex-direction:column;gap:1.5rem}.events-section h3{color:#ffd93d;margin:0 0 .8rem;font-size:1.1rem}.event-card{background:rgba(255,255,255,5%);border-radius:10px;padding:1rem;display:inline-block;width:calc(33% - 1rem);vertical-align:top;margin:.3rem;transition:transform .2s}.event-card:hover{transform:translateY(-2px);background:rgba(255,255,255,8%)}.event-card.event-local{border-left:3px solid #ff6b6b}.event-name{font-weight:700;color:#fff;margin-bottom:.3rem}.event-when{color:#ffd93d;font-size:.85rem}.event-vibe{color:#aaa;font-size:.85rem}.event-area{color:#888;font-size:.8rem;margin-top:.2rem}.event-badge{background:#ff6b6b;color:#fff;padding:2px 8px;border-radius:10px;font-size:.7rem;font-weight:700;display:inline-block;margin-top:.3rem}.events-filter{display:flex;gap:.5rem;margin:1.5rem 0;flex-wrap:wrap}.filter-btn{background:rgba(255,255,255,.1);border:none;color:#ccc;padding:.4rem 1rem;border-radius:20px;cursor:pointer;font-size:.85rem}.filter-btn.active{background:#ff6b6b;color:#fff}.filter-btn:hover{background:rgba(255,255,255,.2)}.events-season-banner{background:linear-gradient(135deg,rgba(255,107,107,.15),rgba(255,217,61,.15));border-radius:12px;padding:1.2rem;margin-bottom:1rem}.events-season-banner h3{color:#ffd93d;margin:0 0 .5rem}.season-tag{background:rgba(255,217,61,.2);color:#ffd93d;padding:4px 12px;border-radius:15px;font-size:.8rem;display:inline-block;margin:3px}.events-cta{text-align:center;margin-top:1.5rem;color:#666;font-size:.85rem}.events-cta a{color:#ff6b6b}.events-loading{text-align:center;padding:2rem;color:#888}.events-spinner{width:30px;height:30px;border:3px solid rgba(255,107,107,.3);border-top-color:#ff6b6b;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.melbz-chatbot{position:fixed;bottom:20px;right:20px;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,segoe ui,sans-serif}.chatbot-toggle{background:linear-gradient(135deg,#ff6b6b,#c44569);border:none;color:#fff;padding:12px 20px;border-radius:50px;cursor:pointer;font-size:.95rem;display:flex;align-items:center;gap:8px;box-shadow:0 4px 20px rgba(196,69,105,.4);transition:transform .2s}.chatbot-toggle:hover{transform:scale(1.05)}.chatbot-icon{font-size:1.3rem}.chatbot-window{display:none;flex-direction:column;width:380px;max-height:520px;background:#1a1a2e;border-radius:16px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.4)}.chatbot-header{background:linear-gradient(135deg,#16213e,#1a1a2e);padding:1rem;display:flex;align-items:center;gap:10px;color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}.chatbot-avatar{font-size:1.8rem}.chatbot-status{color:#888;font-size:.75rem;display:block}.chatbot-close{background:0 0;border:none;color:#888;font-size:1.5rem;cursor:pointer;margin-left:auto}.chatbot-messages{flex:1;overflow-y:auto;padding:1rem;max-height:320px}.chat-msg{margin-bottom:.8rem}.chat-msg.user p{background:#ff6b6b;color:#fff;padding:.6rem 1rem;border-radius:16px 16px 4px 16px;display:inline-block;max-width:85%;float:right;margin:0}.chat-msg.bot p{background:rgba(255,255,255,8%);color:#e0e0e0;padding:.6rem 1rem;border-radius:16px 16px 16px 4px;display:inline-block;max-width:85%;margin:0;font-size:.9rem;line-height:1.5}.chat-msg::after{content:'';display:table;clear:both}.chat-links{margin-top:.5rem}.chat-link{display:block;color:#ffd93d;text-decoration:none;padding:4px 0;font-size:.85rem}.chat-link:hover{color:#ff6b6b}.chatbot-suggestions{padding:.5rem 1rem;display:flex;gap:.4rem;flex-wrap:wrap}.suggestion-btn{background:rgba(255,107,107,.15);border:1px solid rgba(255,107,107,.3);color:#ff6b6b;padding:4px 12px;border-radius:15px;font-size:.75rem;cursor:pointer}.suggestion-btn:hover{background:rgba(255,107,107,.3)}.chatbot-input-wrap{display:flex;padding:.8rem;gap:8px;border-top:1px solid rgba(255,255,255,.1)}.chatbot-input-wrap input{flex:1;background:rgba(255,255,255,8%);border:none;color:#fff;padding:.6rem 1rem;border-radius:20px;font-size:.9rem;outline:none}.chatbot-input-wrap input::placeholder{color:#666}.chatbot-input-wrap button{background:#ff6b6b;border:none;color:#fff;width:38px;height:38px;border-radius:50%;cursor:pointer;font-size:1.2rem}.suburbs-ticker{background:#1a1a2e;padding:.6rem 1rem;display:flex;align-items:center;overflow:hidden;border-radius:8px;margin:1rem 0}.ticker-label{color:#ff6b6b;font-weight:700;font-size:.85rem;white-space:nowrap;margin-right:1rem}.ticker-track{display:flex;gap:1rem;animation:ticker-scroll 30s linear infinite;white-space:nowrap}.ticker-item{display:inline-flex;align-items:center;gap:6px;color:#fff;text-decoration:none;font-size:.85rem;padding:3px 12px;background:rgba(255,255,255,5%);border-radius:15px;white-space:nowrap}.ticker-item:hover{background:rgba(255,107,107,.2)}.ticker-tag{color:#ffd93d;font-size:.7rem;font-weight:400}@keyframes ticker-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.sponsor-slot{background:linear-gradient(135deg,rgba(255,107,107,8%),rgba(255,217,61,8%));border:1px dashed rgba(255,107,107,.3);border-radius:12px;padding:1.5rem;text-align:center;margin:2rem 0;color:#888}.sponsor-slot h4{color:#ff6b6b;margin:0 0 .5rem}.sponsor-slot a{color:#ffd93d}@media(max-width:768px){.event-card{width:calc(50% - .8rem)}.chatbot-window{width:calc(100vw - 40px);max-height:70vh}.chatbot-toggle .chatbot-label{display:none}}@media(max-width:480px){.event-card{width:100%}}.footer-acknowledgment{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1.5rem;margin-bottom:1.5rem}.footer-acknowledgment .acknowledgment-text{font-size:.85rem;line-height:1.6;color:rgba(255,255,255,.6);font-style:italic;max-width:800px}.mz-article-layout{display:grid;grid-template-columns:1fr;gap:0}@media(min-width:1024px){.mz-article-layout{grid-template-columns:1fr 300px;gap:2.5rem;align-items:start}}.mz-article-main{min-width:0}.mz-article-sidebar{display:none}@media(min-width:1024px){.mz-article-sidebar{display:block}}.mz-ad{margin:2rem 0;text-align:center;contain:layout style}.mz-ad-label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:1.5px;color:#b0b0b0;margin-bottom:6px;font-family:var(--font-system);line-height:1}.mz-ad--in-article{min-height:120px;padding:1.25rem 0;border-top:1px solid #eee;border-bottom:1px solid #eee;margin:2rem 0}.mz-ad--display{min-height:120px;padding:1.5rem 0 .5rem;border-top:1px solid #e5e5e0;margin-top:2rem}.mz-ad--sidebar{min-height:250px;margin:0;padding:0}.mz-ad--sidebar .mz-ad-label{text-align:left}.mz-sidebar-sticky{position:sticky;top:80px;margin-top:1.5rem}.mz-ad ins.adsbygoogle[data-ad-status=unfilled]{display:none!important}.mz-ad:has(ins[data-ad-status=unfilled]) .mz-ad-label{display:none}@media(max-width:767px){.mz-ad--in-article{margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}}.ad-slot,.ad-slot--inline,.ad-placeholder{display:none!important}.article-grid--compact{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.875rem}.article-grid--compact .article-card{border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,6%);transition:box-shadow .2s ease,transform .2s ease}.article-grid--compact .article-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1);transform:translateY(-3px)}.article-grid--compact .article-card-content{padding:.75rem .875rem}.article-grid--compact .article-card-title{font-size:.92rem;line-height:1.3;margin-bottom:.3rem}.article-grid--compact .article-card-title a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-grid--compact .article-card-excerpt{font-size:.78rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.4rem;color:var(--text-secondary)}.article-grid--compact .article-card-footer{font-size:.72rem}.article-grid--compact .article-card-suburb{font-size:.6rem;padding:2px 6px;letter-spacing:.8px}.article-grid--compact .article-card-author-avatar,.article-grid--compact .article-card-author-dot{width:18px;height:18px;font-size:.6rem}.article-grid--compact .article-card-image{aspect-ratio:16/9}.site-logo{display:flex;align-items:center;gap:0;text-decoration:none}.site-logo-img{height:34px;width:auto;display:block;filter:brightness(1.05)}.suburb-page-hero{background:linear-gradient(135deg,#0A1628 0%,#152240 60%,#1a2d50 100%);color:#fff;padding:2.5rem 0 2rem}.suburb-page-hero .breadcrumbs{margin-bottom:.75rem}.suburb-page-hero .breadcrumbs a,.suburb-page-hero .breadcrumbs span{color:rgba(255,255,255,.5)}.suburb-page-hero .breadcrumbs a:hover{color:rgba(255,255,255,.8)}.suburb-page-hero h1{font-size:2.2rem;font-weight:800;margin-bottom:.5rem;color:#fff;letter-spacing:-.02em}.suburb-page-desc{color:rgba(255,255,255,.7);font-size:1rem;max-width:600px;line-height:1.5;margin-bottom:1.25rem}.suburb-stat-pills{display:flex;gap:.5rem;flex-wrap:wrap}.suburb-stat-pill{display:inline-flex;align-items:center;gap:.25rem;background:rgba(255,255,255,8%);color:rgba(255,255,255,.85);padding:.35rem .85rem;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid rgba(255,255,255,8%)}.suburb-stat-pill--food{border-color:rgba(232,93,58,.35);background:rgba(232,93,58,.12)}.suburb-stat-pill--night{border-color:rgba(147,112,219,.35);background:rgba(147,112,219,.12)}.suburb-stat-pill--prop{border-color:rgba(124,144,130,.35);background:rgba(124,144,130,.12)}.nearby-heading{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.nearby-suburbs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.75rem}.nearby-suburb-card{background:#fff;border:1px solid #e1e4e8;border-radius:8px;padding:.875rem 1rem;text-decoration:none;color:var(--text-primary);transition:all .15s ease;display:flex;flex-direction:column;gap:.2rem}.nearby-suburb-card:hover{border-color:var(--coral-accent);background:#fff5f2;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,6%);text-decoration:none}.nearby-suburb-name{font-weight:600;font-size:.95rem}.nearby-suburb-count{font-size:.78rem;color:#888}.btn-all-suburbs{display:inline-block;font-size:.9rem;font-weight:600;color:var(--coral-accent);text-decoration:none}.btn-all-suburbs:hover{text-decoration:underline}.footer-logo{display:block;height:40px;width:auto;margin-bottom:.75rem;filter:brightness(.9)invert(1);opacity:.85}@media(max-width:900px){.article-grid--compact{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media(max-width:640px){.article-grid--compact{grid-template-columns:repeat(2,1fr);gap:.625rem}.suburb-page-hero{padding:2rem 0 1.5rem}.suburb-page-hero h1{font-size:1.7rem}.suburb-stat-pills{gap:.375rem}.suburb-stat-pill{font-size:.72rem;padding:.25rem .6rem}.nearby-suburbs-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:400px){.article-grid--compact{grid-template-columns:1fr}.nearby-suburbs-grid{grid-template-columns:1fr}}.suburb-hero-section{padding:2.5rem 0 1.5rem;border-bottom:1px solid rgba(0,0,0,6%)}.suburb-hero-title{font-size:2rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-.02em}.suburb-hero-desc{color:#555;font-size:1rem;line-height:1.6;max-width:720px;margin-bottom:1rem}.suburb-hero-desc p{margin:0 0 .5rem}.suburb-hero-desc h2,.suburb-hero-desc h3{display:none}.suburb-hero-desc ul,.suburb-hero-desc hr{display:none}.suburb-stat-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.suburb-stat-pill{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .75rem;background:#f0f0f0;border-radius:20px;font-size:.82rem;font-weight:500;color:#444}.suburb-stat-pill--food{background:#fef3e2;color:#b45309}.suburb-stat-pill--prop{background:#e8f5e9;color:#2e7d32}.suburb-stat-pill--life{background:#e3f2fd;color:#1565c0}.article-grid--compact{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))!important;gap:.75rem!important}.article-grid--compact .article-card{border-radius:8px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,6%);transition:box-shadow .2s ease,transform .2s ease}.article-grid--compact .article-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.1);transform:translateY(-2px)}.article-grid--compact .article-card-image{aspect-ratio:16/10}.article-grid--compact .article-card-image img{width:100%;height:100%;object-fit:cover}.article-grid--compact .article-card-content{padding:.6rem .75rem .7rem}.article-grid--compact .article-card-suburb{font-size:.65rem;margin-bottom:.15rem}.article-grid--compact .article-card-title{font-size:.85rem;line-height:1.25;margin-bottom:.25rem;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.article-grid--compact .article-card-excerpt{font-size:.75rem;line-height:1.35;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;color:#666;margin-bottom:.3rem}.article-grid--compact .article-card-footer{padding-top:.3rem;font-size:.72rem}.article-grid--compact .article-card-author-dot{width:18px;height:18px;font-size:.6rem}@media(max-width:480px){.article-grid--compact{grid-template-columns:repeat(2,1fr)!important;gap:.5rem!important}.article-grid--compact .article-card-title{font-size:.8rem}.article-grid--compact .article-card-excerpt{display:none}}@media(min-width:481px) and (max-width:768px){.article-grid--compact{grid-template-columns:repeat(3,1fr)!important}}@media(min-width:769px) and (max-width:1024px){.article-grid--compact{grid-template-columns:repeat(4,1fr)!important}}@media(min-width:1025px){.article-grid--compact{grid-template-columns:repeat(5,1fr)!important}}.nearby-heading{font-size:1.2rem;font-weight:700;margin-bottom:.75rem}.nearby-suburbs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.5rem}.nearby-suburb-card{display:flex;flex-direction:column;padding:.75rem 1rem;background:#fff;border-radius:8px;border:1px solid rgba(0,0,0,8%);text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s}.nearby-suburb-card:hover{border-color:var(--sage-muted,#6b8f71);box-shadow:0 2px 8px rgba(0,0,0,8%)}.nearby-suburb-name{font-weight:600;font-size:.95rem}.nearby-suburb-count{font-size:.78rem;color:#888;margin-top:.15rem}.section--grey{background:#f7f7f7;padding:2rem 0}.btn-all-suburbs{display:inline-block;color:var(--sage-muted,#6b8f71);font-weight:600;font-size:.9rem;text-decoration:none}.btn-all-suburbs:hover{text-decoration:underline}