*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fcf7f2;color:#111827;line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;max-width:1200px;margin:0 auto;padding:2rem 1rem;width:100%;background-color:#fcf7f2}.header{background:#111827;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 16px #00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-container{max-width:1200px;margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center}.logo{cursor:pointer;transition:transform .2s ease}.logo:hover{transform:translateY(-1px)}.logo h2{color:#fff;font-size:1.5rem;font-weight:700;font-family:Space Mono,serif}.nav{display:flex;gap:1rem;align-items:center}.nav-link{background:none;border:none;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;border-radius:.375rem;transition:all .2s ease;text-decoration:none}.nav-link:hover{color:#111827;background-color:#f3f4f6}.nav-link.register{background-color:#111827;color:#fff}.nav-link.register:hover{background-color:#374151}.nav-link.logout{color:#dc2626}.nav-link.logout:hover{background-color:#fef2f2;color:#b91c1c}.loading{text-align:center;padding:3rem 1rem;color:#64748b;font-size:1.1rem}.error-container{text-align:center;padding:3rem 1rem}.error-container h2{color:#dc2626;margin-bottom:1rem}.error-message{background-color:#fef2f2;color:#dc2626;padding:.75rem 1rem;border-radius:.375rem;border:1px solid #fecaca;margin-bottom:1rem;text-align:center}.empty-state{text-align:center;padding:3rem 1rem;color:#64748b}.empty-state h3{margin-bottom:.5rem;color:#374151}.featured-post-section{margin-bottom:3rem;border-bottom:2px solid #e5e7eb;padding-bottom:2rem}.featured-post{background:#fffaf5}.featured-post-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:start}.featured-post-text{display:flex;flex-direction:column;gap:1rem}.featured-post-category{color:#dc2626;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.featured-post-title{font-size:2.25rem;font-weight:100;color:#111827;line-height:1.2;font-family:source-serif-4,serif;margin:0}.featured-post-description{font-size:1.1rem;color:#4b5563;line-height:1.6;margin:0}.featured-post-meta{display:flex;gap:1rem;color:#6b7280;font-size:.9rem}.featured-post-meta .post-author{font-weight:500}.featured-post-image{width:100%;height:300px;overflow:hidden;border-radius:.75rem}.featured-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.featured-post:hover .featured-post-image img{transform:scale(1.02)}.remaining-posts-section{margin-top:2rem}.section-title{font-size:1.5rem;font-weight:100;color:#111827;margin-bottom:1.5rem;font-family:source-serif-4,serif;text-align:center;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.posts-container{max-width:1200px;margin:0 auto;width:100%}.posts-container h1{font-size:2.5rem;font-weight:500;color:#111827;margin-bottom:2rem;text-align:center;font-family:source-serif-4,serif}.posts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:2rem}.post-card{background:#fffaf5;border-radius:1rem;padding:.5rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(0,0,0,.04);cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;height:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.post-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0000001f;border-color:#00000014}.post-header{margin-bottom:1rem}.post-title{font-size:1.5rem;font-weight:100;color:#111827;margin-bottom:.5rem;line-height:1.3;font-family:source-serif-4,serif}.post-meta{display:flex;gap:1rem;color:#6b7280;font-size:.9rem}.post-author{font-weight:500}.post-content p{color:#4b5563;line-height:1.6;margin-bottom:1rem;flex-grow:1}.post-footer{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb;margin-top:auto}.category-filter{margin-bottom:2rem;text-align:center}.category-filter h3{color:#111827;margin-bottom:1rem;font-size:1.2rem;font-weight:100;font-family:source-serif-4,serif}.category-buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.category-btn{background:#f8f3ee;color:#4b5563;border:1px solid rgba(0,0,0,.08);padding:.5rem 1rem;border-radius:1.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.category-btn:hover{background:#f5f0eb;border-color:#0000001f;transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.category-btn.active{background:#111827;color:#fff;border-color:#111827}.category-btn.active:hover{background:#374151;border-color:#374151}.post-image{width:100%;height:200px;overflow:hidden;border-radius:.5rem;margin-bottom:1rem}.post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.post-card:hover .post-image img{transform:scale(1.05)}.post-view-image{width:100%;max-height:400px;overflow:hidden;border-radius:.75rem;margin:1.5rem 0}.post-view-image img{width:100%;height:auto;object-fit:cover}.read-more{color:#111827;font-weight:500;font-size:.9rem}.post-view-container{max-width:1200px;margin:0 auto;width:100%}.post-view{background:#fffaf5;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(0,0,0,.04);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.post-view-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.post-view-title{font-size:2.25rem;font-weight:500;color:#111827;margin-bottom:1rem;line-height:1.2;font-family:source-serif-4,serif}.post-view-meta{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem}.post-author-info{display:flex;flex-direction:column;gap:.25rem;color:#6b7280;font-size:.9rem}.author{font-weight:500;color:#4b5563}.post-actions{display:flex;gap:.5rem}.post-view-content{margin-bottom:2rem}.content-text p{margin-bottom:1.5rem;color:#111827;line-height:1.7;font-size:1.1rem}.post-view-footer{padding-top:1rem;border-top:1px solid #e5e7eb}.auth-container{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:2rem 1rem}.auth-form,.post-form,.profile-form{background:#fffaf5;padding:2rem;border-radius:1rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(0,0,0,.04);width:100%;max-width:400px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.post-form-container{max-width:1200px;margin:0 auto;width:100%}.post-form{max-width:none}.auth-form h2,.post-form h2{text-align:center;margin-bottom:1.5rem;color:#111827;font-size:1.5rem;font-weight:500;font-family:source-serif-4,serif}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#111827;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid rgba(0,0,0,.1);border-radius:.75rem;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease;background-color:#f8f3ee;color:#1f2937;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#0003;box-shadow:0 0 0 3px #0000000d}.form-group select{width:100%;padding:.75rem;border:2px solid rgba(0,0,0,.08);border-radius:.75rem;font-size:1rem;transition:all .3s ease;background-color:#f8f3ee;color:#1f2937;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:500}.form-group select:hover{border-color:#00000026;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.form-group select:focus{outline:none;border-color:#111827;box-shadow:0 0 0 3px #1118271a;transform:translateY(-1px)}.custom-dropdown{position:relative;width:100%}.dropdown-trigger{width:100%;padding:.75rem;border:2px solid rgba(0,0,0,.08);border-radius:.75rem;font-size:1rem;transition:all .3s ease;background-color:#f8f3ee;color:#1f2937;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:500;display:flex;justify-content:space-between;align-items:center;text-align:left}.dropdown-trigger:hover{border-color:#00000026;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.dropdown-trigger:focus{outline:none;border-color:#111827;box-shadow:0 0 0 3px #1118271a;transform:translateY(-1px)}.dropdown-trigger .placeholder{color:#9ca3af}.dropdown-trigger .selected{color:#1f2937}.dropdown-arrow{width:1.25rem;height:1.25rem;transition:transform .3s ease;color:#6b7280}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;right:0;z-index:50;margin-top:.25rem;background-color:#fffaf5;border:1px solid rgba(0,0,0,.08);border-radius:.75rem;box-shadow:0 8px 32px #0000001f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-height:200px;overflow-y:auto}.dropdown-option{width:100%;padding:.75rem;border:none;background:none;text-align:left;cursor:pointer;transition:all .2s ease;color:#1f2937;font-size:1rem;font-weight:500}.dropdown-option:hover{background-color:#0000000a}.dropdown-option.selected{background-color:#111827;color:#fff}.dropdown-option:first-child{border-radius:.75rem .75rem 0 0}.dropdown-option:last-child{border-radius:0 0 .75rem .75rem}.file-upload-container{position:relative;display:inline-block;width:100%}.file-upload-input-hidden{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer;z-index:-1}.file-upload-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem;border:2px dashed rgba(0,0,0,.15);border-radius:.75rem;background-color:#f8f3ee;color:#4b5563;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-height:3rem;text-decoration:none}.file-upload-button:hover{border-color:#00000040;background-color:#f5f0eb;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.file-upload-button.has-file{border-style:solid;border-color:#059669;background-color:#0596690d;color:#059669}.file-upload-icon{width:1.25rem;height:1.25rem;opacity:.7}.current-image{margin-bottom:1rem;padding:1rem;background-color:#fffaf5;border-radius:.75rem;border:1px solid rgba(0,0,0,.08)}.current-image p{margin:0 0 .5rem;font-weight:500;color:#374151;font-size:.9rem}.current-image img{border-radius:.5rem;box-shadow:0 2px 8px #0000001a}.form-group textarea{resize:vertical;min-height:200px;font-family:inherit}.form-group small{display:block;margin-top:.25rem;color:#64748b;font-size:.8rem}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.auth-button,.btn-primary,.btn-secondary,.btn-edit,.btn-delete{padding:.75rem 1.5rem;border-radius:.75rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;display:inline-block;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-button,.btn-primary{background-color:#111827;color:#fff;width:100%}.auth-button:hover,.btn-primary:hover{background-color:#374151;transform:translateY(-1px);box-shadow:0 4px 16px #00000026}.auth-button:disabled,.btn-primary:disabled{background-color:#9ca3af;cursor:not-allowed}.btn-secondary{background-color:#f8f3ee;color:#4b5563;border:1px solid #9ca3af}.btn-secondary:hover{background-color:#f5f0eb;border-color:#6b7280;transform:translateY(-1px)}.btn-edit{background-color:#059669;color:#fff;padding:.5rem 1rem;font-size:.9rem}.btn-edit:hover{background-color:#047857}.btn-delete{background-color:#dc2626;color:#fff;padding:.5rem 1rem;font-size:.9rem}.btn-delete:hover{background-color:#b91c1c}.auth-link{text-align:center;margin-top:1rem;color:#64748b}.auth-link a{color:#3b82f6;text-decoration:none;font-weight:500}.auth-link a:hover{text-decoration:underline}.profile-container{max-width:600px;margin:0 auto}.profile-card{background:#fffaf5;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(0,0,0,.04);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-card h2{text-align:center;margin-bottom:1.5rem;color:#1e293b;font-size:1.5rem;font-weight:600}.profile-info{display:flex;flex-direction:column;gap:1rem}.profile-field{display:flex;flex-direction:column;gap:.25rem}.profile-field label{font-weight:500;color:#374151;font-size:.9rem}.profile-field span{color:#1e293b;font-size:1rem}.profile-actions{margin-top:1.5rem;text-align:center}@media (max-width: 768px){.header-container{padding:.75rem;flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;justify-content:center}.main-content{padding:1rem}.posts-container h1{font-size:2rem}.posts-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.post-card{padding:1rem}.post-title{font-size:1.25rem}.post-view{padding:1rem}.post-view-title{font-size:1.75rem}.post-view-meta{flex-direction:column;align-items:flex-start}.auth-form,.post-form{padding:1.5rem;margin:1rem}.form-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}.category-buttons{gap:.5rem}.category-btn{font-size:.8rem;padding:.4rem .8rem}}@media (max-width: 480px){.nav{gap:.5rem}.nav-link{padding:.5rem;font-size:.9rem}.posts-container h1{font-size:1.75rem}.post-view-title{font-size:1.5rem}.post-image{height:150px}.post-view-image{max-height:250px}.featured-post-content{grid-template-columns:1fr;gap:1rem}.featured-post-title{font-size:1.75rem}.featured-post-image{height:200px}.featured-post-meta{flex-direction:column;gap:.5rem}.posts-grid{grid-template-columns:1fr}}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}
