#blog-page{flex:1;padding:1em 0}.draft-badge{color:var(--danger);font-weight:700}.top-actions{margin-bottom:20px}.top-actions{text-align:center!important;margin:0 0 2em 0;display:flex;justify-content:center;gap:.75em}.homepage-nav{display:flex;gap:1.5em;margin-bottom:.75em;padding-bottom:.75em;border-bottom:1px solid var(--border-light)}.homepage-nav .nav-link{color:var(--text-secondary);text-decoration:none;font-size:.95em}.homepage-nav .nav-link:hover{color:var(--link-color)}.homepage-nav .nav-link.active{color:var(--text-primary);font-weight:500}.homepage-nav .nav-spacer{flex:1}.homepage-nav .nav-feed{color:var(--text-secondary);font-size:.85em}.homepage-nav .nav-feed:hover{color:#e67e22}.page-section{display:none;padding:1em 0}.page-section.active{display:block}.page-section h2{font-weight:700;text-align:center;margin-bottom:.5em;border-bottom:none}.page-content{margin-top:1.5em}@media (max-width:768px){.homepage-nav{flex-wrap:wrap;gap:.75em 1em;row-gap:.5em;margin-bottom:1em;padding-bottom:.75em}.homepage-nav .nav-spacer{flex:1;min-width:0}}@media (max-width:480px){.homepage-nav{gap:.5em .75em;margin-bottom:.75em;padding-bottom:.75em}.page-section{padding:.5em 0}}.subscribe-section{margin-top:.75em;padding-top:.75em;border-top:1px solid var(--border-light)}.subscribe-tagline{margin:0 0 .6em 0;font-size:.9em;color:var(--text-secondary)}.subscribe-form{display:flex;align-items:center;gap:.5em}.subscribe-form input[type=email]{flex:1;padding:7px 10px;border:1px solid var(--border-medium);font-family:"EB Garamond",serif;font-size:.9em;background:var(--bg-primary);color:var(--text-primary);min-width:0}.subscribe-form input[type=email]:focus{outline:0;border-color:var(--border-strong)}.subscribe-form button{padding:7px 14px;background:var(--btn-primary-bg);color:var(--text-on-primary);border:none;font-family:"EB Garamond",serif;font-size:.9em;cursor:pointer;white-space:nowrap}html.dark-mode .subscribe-form button{color:var(--text-primary);border:1px solid var(--border-medium)}.subscribe-form button:hover{background:var(--btn-primary-hover)}.subscribe-status{margin-top:.5em;font-size:.85em}.subscribe-status:empty{display:none}.subscribe-status.success{color:var(--success)}.subscribe-status.error{color:var(--danger)}@media (max-width:480px){.subscribe-form{flex-direction:column;gap:.5em}}