@import "https://fonts.googleapis.com/css2?family=Cormorant:wght@400;500;600;700&family=Raleway:wght@300;400;500;600&display=swap";
:root{--bg-color:#000;--text-color:#fff;--text-muted:#999;--border-color:#333;--popup-shadow:#ffffff1a}[data-theme=light]{--bg-color:#f3f3f3;--text-color:#0f0e12;--text-muted:#999;--border-color:#e0e0e0;--popup-shadow:#00000026}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-color);color:var(--text-color);font-family:Cormorant,Georgia,serif;font-size:18px;font-weight:400;line-height:1.5;transition:background-color .2s,color .2s}.main-container{max-width:1200px;margin:0 auto;padding:40px}.header{justify-content:space-between;align-items:flex-start;margin-bottom:40px;display:flex}.header-right{align-items:flex-start;gap:16px;display:flex}.site-title{color:var(--text-color);letter-spacing:-.01em;font-family:Raleway,sans-serif;font-size:24px;font-weight:500;line-height:1}.site-date{color:var(--text-muted);margin-top:6px;font-family:Raleway,sans-serif;font-size:13px;font-weight:300;line-height:.9}.theme-toggle{border:1px solid var(--border-color);width:28px;height:28px;color:var(--text-color);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:14px;line-height:1;transition:border-color .2s,background-color .2s,color .2s;display:inline-flex}.theme-toggle:hover{border-color:var(--text-muted);background:var(--popup-shadow)}.content-page{width:55%;min-width:320px;max-width:650px;margin:0 auto;padding:0}.content-page .about-lines p{color:var(--text-color);margin-bottom:4px;font-size:1em;line-height:1.5}.content-page .about-lines p:first-child{margin-bottom:16px}@media (max-width:768px){.main-container{padding:20px}.content-page{width:100%;max-width:100%;min-width:unset}}
