body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{margin:0 auto;max-width:1200px;min-height:100vh;padding:2rem}.loading{align-items:center;color:#666;display:flex;font-size:1.2rem;height:100vh;justify-content:center}.blog-list{margin:0 auto;max-width:800px}.blog-header{border-bottom:3px solid #3498db;margin-bottom:3rem;text-align:center}.logo-container{margin-bottom:1.5rem}.blog-logo{border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);height:auto;max-width:120px;transition:transform .2s ease}.blog-logo:hover{transform:scale(1.05)}.blog-list-title{color:#2c3e50;font-size:3rem;font-weight:700;margin-bottom:.5rem}.blog-subtitle{color:#6c757d;font-size:1.2rem;font-weight:400;margin-bottom:0}.content-section{margin-bottom:3rem}.content-section-title{border-bottom:2px solid #e9ecef;color:#34495e;font-size:1.35rem;font-weight:600;margin-bottom:1.25rem;padding-bottom:.5rem}.thoughts-section .content-section-title{margin-top:.5rem}.posts-grid{grid-gap:2rem;display:grid;gap:2rem}.thoughts-stream{display:flex;flex-direction:column;gap:1rem}.thought-card{background:#fff;border:1px solid #e9ecef;border-radius:10px;box-shadow:0 2px 4px rgba(0,0,0,.06);cursor:pointer;padding:1.25rem 1.5rem;text-align:left;transition:transform .2s ease,box-shadow .2s ease}.thought-card:hover{box-shadow:0 6px 16px rgba(0,0,0,.1);transform:translateY(-1px)}.thought-meta{align-items:baseline;color:#6c757d;display:flex;flex-wrap:wrap;font-size:.85rem;gap:.5rem 1rem;margin-bottom:.5rem}.thought-title-inline{color:#495057;font-weight:600}.thought-body-preview{color:#333;font-size:.95rem;line-height:1.55;margin:0 0 .75rem;white-space:pre-wrap}.thought-long-form-link{background:none;border:none;color:#1976d2;cursor:pointer;font-size:.9rem;font-weight:600;padding:0;text-decoration:underline;text-underline-offset:2px}.thought-long-form-link:hover{color:#0d47a1}.post-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);cursor:pointer;padding:2rem;transition:transform .2s ease,box-shadow .2s ease}.post-card:hover{box-shadow:0 8px 25px rgba(0,0,0,.15);transform:translateY(-2px)}.post-title{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.post-meta{color:#6c757d;display:flex;font-size:.9rem;gap:1rem;margin-bottom:1rem}.post-author,.post-date{font-weight:500}.post-excerpt{color:#495057;line-height:1.6;margin-bottom:1rem}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem}.post-tag{background:#e3f2fd;border-radius:20px;color:#1976d2;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.blog-container{margin:0 auto;max-width:800px}.back-button{background:#3498db;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;margin-bottom:2rem;padding:.75rem 1.5rem;transition:background-color .2s ease}.back-button:hover{background:#2980b9}.blog-post{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:3rem}.blog-post--short .blog-title{font-size:1.75rem}.blog-long-form-cta{margin-top:1rem}.long-form-link-button{background:#e3f2fd;border:1px solid #90caf9;border-radius:8px;color:#1565c0;cursor:pointer;font-size:.95rem;font-weight:600;padding:.5rem 1rem;transition:background-color .2s ease}.long-form-link-button:hover{background:#bbdefb}.blog-header{border-bottom:2px solid #e9ecef;margin-bottom:2rem;padding-bottom:2rem}.blog-title{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.blog-meta{color:#6c757d;display:flex;font-size:1rem;gap:1rem;margin-bottom:1rem}.blog-author,.blog-date{font-weight:500}.blog-tags{display:flex;flex-wrap:wrap;gap:.5rem}.blog-tag{background:#e3f2fd;border-radius:20px;color:#1976d2;font-size:.9rem;font-weight:500;padding:.5rem 1rem}.blog-content{color:#333;font-size:1.1rem;line-height:1.8}.blog-content h1{color:#2c3e50;font-size:2rem;font-weight:600;margin:2rem 0 1rem}.blog-content h2{color:#2c3e50;font-size:1.5rem;font-weight:600;margin:1.5rem 0 1rem}.blog-content h3{color:#2c3e50;font-size:1.25rem;font-weight:600;margin:1.25rem 0 .75rem}.blog-content p{margin-bottom:1rem}.blog-content ol,.blog-content ul{margin:1rem 0;padding-left:2rem}.blog-content li{margin-bottom:.5rem}.blog-content blockquote{border-left:4px solid #3498db;color:#6c757d;font-style:italic;margin:1.5rem 0;padding-left:1rem}.blog-content code{background:#f8f9fa;border-radius:4px;font-family:Courier New,Courier,monospace;font-size:.9rem;padding:.2rem .4rem}.blog-content pre{background:#f8f9fa;border-radius:8px;margin:1rem 0;overflow-x:auto;padding:1rem}.blog-content pre code{background:none;padding:0}.blog-content hr{border:none;border-top:2px solid #e9ecef;margin:2rem 0}@media (max-width:768px){.App{padding:1rem}.blog-list-title{font-size:2rem}.blog-subtitle{font-size:1rem}.blog-logo{max-width:80px}.blog-post{padding:2rem}.blog-title{font-size:2rem}.post-card{padding:1.5rem}}
/*# sourceMappingURL=main.6870ad66.css.map*/