*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#f5f5f5;min-height:100vh;color:#333}.container{max-width:900px;margin:0 auto;padding:20px}.navbar{background:#fff;border-bottom:1px solid #e0e0e0;padding:16px 0;margin-bottom:24px}.navbar .container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:24px;font-weight:700;color:#2563eb;text-decoration:none}.nav-links{display:flex;gap:16px;align-items:center}.nav-links a{color:#666;text-decoration:none;font-weight:500}.nav-links a:hover{color:#2563eb}.card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.08);margin-bottom:20px}h1,h2,h3{color:#1a1a1a;margin-bottom:16px}h1{font-size:32px}h2{font-size:24px}h3{font-size:20px}.form-group{margin-bottom:16px}label{display:block;margin-bottom:6px;font-weight:500;color:#555}input,textarea{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;transition:border-color .2s;font-family:inherit}input:focus,textarea:focus{outline:none;border-color:#2563eb}textarea{min-height:200px;resize:vertical}button{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .1s,box-shadow .2s}button:active{transform:scale(.98)}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#f0f0f0;color:#333}.btn-danger{background:#dc2626;color:#fff}.btn-small{padding:8px 16px;font-size:14px}.error{color:#dc2626;font-size:14px;margin-top:8px}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#2563eb,#7c3aed)}.auth-card{width:100%;max-width:400px}.auth-toggle{text-align:center;margin-top:16px}.auth-toggle a{color:#2563eb;cursor:pointer;text-decoration:underline}.post-card{border-bottom:1px solid #e0e0e0;padding:20px 0}.post-card:last-child{border-bottom:none}.post-card h3 a{color:#1a1a1a;text-decoration:none}.post-card h3 a:hover{color:#2563eb}.post-meta{font-size:14px;color:#888;margin-bottom:8px}.post-excerpt{color:#666;line-height:1.6}.post-content{line-height:1.8;font-size:18px}.post-content p{margin-bottom:16px}.badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}.badge-draft{background:#fef3c7;color:#92400e}.badge-published{background:#d1fae5;color:#065f46}.flex-gap{display:flex;gap:12px}.hero{text-align:center;padding:60px 20px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;margin:-20px -20px 24px;border-radius:0 0 24px 24px}.hero h1{color:#fff;font-size:48px;margin-bottom:16px}.hero p{font-size:20px;opacity:.9}