*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f5;color:#1a1a1a;line-height:1.6}#app{min-height:100vh;display:flex;flex-direction:column}header{background:#1a1a2e;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}header h1{font-size:1.5rem}header nav a{color:#fff;text-decoration:none;margin-left:1.5rem;font-size:.9rem}header nav a:hover{text-decoration:underline}main{flex:1;max-width:1200px;margin:0 auto;padding:2rem;width:100%}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.post-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s;cursor:pointer}.post-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.post-card img{width:100%;height:200px;object-fit:cover}.post-card .card-body{padding:1.25rem}.post-card h2{font-size:1.2rem;margin-bottom:.5rem}.post-card .meta{font-size:.85rem;color:#666;margin-bottom:.75rem}.post-card .excerpt{font-size:.95rem;color:#444}.post-detail{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a;max-width:800px;margin:0 auto}.post-detail img{width:100%;max-height:400px;object-fit:cover;border-radius:8px;margin-bottom:1.5rem}.post-detail h1{font-size:2rem;margin-bottom:.75rem}.post-detail .meta{color:#666;margin-bottom:1.5rem;font-size:.9rem}.post-content{font-size:1.05rem;line-height:1.8}.post-content p{margin-bottom:1rem}.post-content h2{font-size:1.5rem;margin:1.5rem 0 .75rem}.post-content h3{font-size:1.25rem;margin:1.25rem 0 .5rem}.post-content h4{font-size:1.1rem;margin:1rem 0 .5rem}.post-content ul,.post-content ol{margin:0 0 1rem 1.5rem}.post-content li{margin-bottom:.3rem}.post-content blockquote{border-left:4px solid #1a1a2e;padding:.75rem 1rem;margin:1rem 0;background:#f9f9f9;border-radius:0 6px 6px 0;color:#555;font-style:italic}.post-content pre{background:#1e1e2e;color:#e4e4e4;padding:1rem;border-radius:6px;overflow-x:auto;font-size:.9rem;line-height:1.5;margin:1rem 0}.post-content code{background:#f0f0f0;padding:.15rem .4rem;border-radius:3px;font-size:.9em;font-family:Courier New,monospace}.post-content pre code{background:none;padding:0;font-size:.9rem}.post-content table{border-collapse:collapse;width:100%;margin:1rem 0}.post-content th,.post-content td{border:1px solid #ddd;padding:.6rem .8rem;text-align:left}.post-content th{background:#f5f5f5;font-weight:600}.post-content img{max-width:100%;height:auto;border-radius:6px;margin:1rem 0}.post-content a{color:#2563eb;text-decoration:underline}.post-content hr{border:none;border-top:1px solid #ddd;margin:1.5rem 0}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:600;margin-bottom:.4rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.65rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;font-family:inherit}.form-group textarea{min-height:200px;resize:vertical}.btn{padding:.65rem 1.5rem;border:none;border-radius:6px;font-size:.95rem;cursor:pointer;font-weight:600}.btn-primary{background:#1a1a2e;color:#fff}.btn-primary:hover{background:#2d2d5e}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover{background:#b91c1c}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover{background:#4b5563}.admin-container{max-width:900px;margin:0 auto}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-table{width:100%;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.admin-table th,.admin-table td{padding:.85rem 1rem;text-align:left;border-bottom:1px solid #eee}.admin-table th{background:#f9f9f9;font-weight:600}.admin-table tr:hover{background:#f5f5f5}.admin-table .actions{display:flex;gap:.5rem}.editor-btn{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:26px;padding:0 6px;border:1px solid transparent;border-radius:3px;background:transparent;cursor:pointer;font-size:.8rem;color:#333;transition:all .15s}.editor-btn:hover{background:#e5e5e5;border-color:#ccc}.editor-btn:active{background:#d1d5db}.editor-select{height:26px;border:1px solid #ccc;border-radius:3px;background:#fff;cursor:pointer;font-size:.8rem}.editor-select:hover{border-color:#999}.auth-form{max-width:400px;margin:4rem auto;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.auth-form h2{margin-bottom:1.5rem;text-align:center}.loading{text-align:center;padding:3rem;color:#666}.error{text-align:center;padding:2rem;color:#dc2626;background:#fef2f2;border-radius:8px}footer{text-align:center;padding:1.5rem;background:#1a1a2e;color:#999;font-size:.85rem}@media (max-width: 640px){header{flex-direction:column;gap:.5rem;text-align:center}header nav a{margin:0 .75rem}main{padding:1rem}.post-grid{grid-template-columns:1fr}.admin-table{font-size:.85rem}.admin-table .actions{flex-direction:column}}
