*{box-sizing:border-box;padding:0;margin:0}html{font-size:16px}body,html{overflow-x:hidden;width:100%}body,html{max-width:100%}body{font-family:Georgia,Cambria,Times New Roman,serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fa;color:#1a202c;min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}.container{max-width:1200px;width:100%;margin:0 auto;padding:0 3rem}.header{background:#fff;border-bottom:3px solid #1a365d;padding:2.5rem 3rem;margin-bottom:3rem;box-shadow:0 2px 4px rgba(0,0,0,.05);flex-shrink:0;width:100%}main{flex:1 1;width:100%}.header h1{font-size:2.5rem;font-weight:700;color:#1a365d;letter-spacing:-.02em;margin:0 auto}.header h1,.header p{text-align:left;max-width:1200px}.header p{color:#4a5568;font-size:1rem;font-style:italic;margin:.5rem auto 0}.post-grid{flex-direction:column;gap:2rem;margin-bottom:3rem}.post-card,.post-grid{display:flex;width:100%}.post-card{background:#fff;border-radius:.5rem;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 4px 6px rgba(0,0,0,.07),0 10px 20px rgba(0,0,0,.05);transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;flex-direction:row;align-items:stretch;min-height:280px}.post-card:hover{transform:translateY(-4px);box-shadow:0 8px 12px rgba(0,0,0,.1),0 15px 25px rgba(0,0,0,.07)}.post-card-image{width:300px;min-width:300px;height:100%;min-height:280px;object-fit:cover;background:#e5e7eb;flex-shrink:0}.post-card-content{padding:2rem;flex:1 1;min-width:0}.post-card-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:#1a202c;line-height:1.3}.post-card-excerpt{color:#4a5568;line-height:1.7;margin-bottom:1.25rem;font-size:1.05rem}.post-card-meta{display:flex;align-items:center;gap:1rem;font-size:.9rem;color:#718096;font-style:italic}.post-content{background:#fff;border-radius:.5rem;padding:4.5rem 5.5rem;margin-bottom:3rem;box-shadow:0 4px 6px rgba(0,0,0,.07),0 10px 20px rgba(0,0,0,.05);border:1px solid #e2e8f0;max-width:1050px;width:100%;margin-left:auto;margin-right:auto}.post-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e2e8f0;position:relative}.post-title{font-size:2.75rem;font-weight:700;color:#1a202c;margin-bottom:1.25rem;line-height:1.3;letter-spacing:-.02em;font-family:Georgia,serif}.post-meta{display:flex;align-items:center;gap:1.5rem;color:#718096;font-size:.95rem;flex-wrap:wrap;font-style:italic}.post-meta span{display:inline-flex;align-items:center;gap:.5rem}.post-body{line-height:1.9;color:#2d3748;font-size:1.125rem;max-width:100%;margin:0 auto}.post-body h2{font-size:2rem;font-weight:700;margin-top:3.5rem;margin-bottom:1.5rem;color:#1a202c;padding-bottom:.75rem;border-bottom:3px solid #1a365d;position:relative}.post-body h3{font-size:1.625rem;font-weight:600;margin-top:2.5rem;margin-bottom:1.25rem;color:#2d3748;font-family:Georgia,serif}.post-body p{margin-bottom:1.75rem;font-size:1.125rem;line-height:1.9;color:#2d3748}.post-body ol,.post-body ul{margin-left:2rem;margin-bottom:1.75rem;line-height:1.9}.post-body li{margin-bottom:.875rem;color:#2d3748;font-size:1.125rem}.post-body strong{color:#1a202c;font-weight:700}.post-body code{background:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem;font-family:Courier New,monospace;font-size:.875rem}.post-body pre{background:#1f2937;color:#f9fafb;padding:1.5rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0}.post-body pre code{background:transparent;padding:0;color:inherit}.post-body img{width:100%;max-width:700px;max-height:500px;height:auto;display:block;border-radius:.375rem;margin:2rem auto;border:1px solid #e2e8f0;box-shadow:0 4px 6px rgba(0,0,0,.07);transition:transform .2s ease,box-shadow .2s ease;object-fit:contain}.post-body img:hover{transform:translateY(-2px);box-shadow:0 8px 12px rgba(0,0,0,.1)}.post-body em{display:block;text-align:center;font-style:italic;color:#718096;margin-top:-1.5rem;margin-bottom:2.5rem;font-size:.9rem;font-weight:400}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#1a365d;margin-bottom:2rem;font-weight:600;font-size:.95rem;padding:.75rem 1.5rem;background:#fff;border:2px solid #1a365d;border-radius:.375rem;transition:all .2s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.back-link:before{content:"←";font-size:1.125rem}.back-link:hover{background:#1a365d;color:#fff;transform:translateX(-4px)}.footer{padding:2rem 0;color:#718096;font-size:.875rem;margin-top:auto;border-top:2px solid #e2e8f0;background:#fff;width:100%;flex-shrink:0}.footer,.footer .container,.footer p{text-align:center}.footer p{margin:0}html{scroll-behavior:smooth}::selection{background:#bee3f8;color:#1a202c}.post-body hr{border:none;height:2px;background:#e2e8f0;margin:3.5rem 0}.post-body ol{counter-reset:item;list-style:none;margin-left:0}.post-body ol>li{counter-increment:item;position:relative;padding-left:2.5rem}.post-body ol>li:before{content:counter(item);position:absolute;left:0;top:.1rem;background:#1a365d;color:#fff;width:1.75rem;height:1.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;box-shadow:0 2px 4px rgba(0,0,0,.15)}@media (max-width:768px){.post-title{font-size:2rem}.post-content{padding:2rem 1.5rem}.post-card{flex-direction:column;min-height:auto}.post-card-image{width:100%;min-width:100%;height:200px;min-height:200px}.post-card-content{padding:1.5rem}.post-card-title{font-size:1.5rem}.post-body{font-size:1rem}.post-body h2{font-size:1.5rem}.post-body h3{font-size:1.25rem}.post-body img{margin:1.5rem auto;max-width:100%}.container{padding:0 1rem}.back-link{padding:.5rem 1rem;font-size:.9rem}}