body{margin:0;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1a1a1a;color:#f0f0f0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;border-bottom:1px solid #333}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:600;color:#f0f0f0;text-decoration:none}.nav a{margin-left:2rem;color:#a0a0a0;text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s ease}.nav a:hover{color:#f0f0f0}.nav a.active{color:#8a6cff;font-weight:600}.page-header{padding:3rem 0;text-align:center}.page-header h2{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.page-header p{font-size:1.1rem;color:#a0a0a0;margin-bottom:2rem}.filter-controls{display:flex;justify-content:center;gap:1rem}.search-bar{display:flex;align-items:center;background-color:#222;border:1px solid #333;border-radius:8px;padding:.5rem 1rem;width:100%;max-width:400px}.search-bar input{background:none;border:none;color:#f0f0f0;font-size:1rem;margin-left:.75rem;width:100%}.search-bar input:focus{outline:none}.filter-button{display:inline-flex;align-items:center;gap:.5rem;background-color:#222;border:1px solid #333;color:#f0f0f0;padding:.75rem 1.25rem;border-radius:8px;cursor:pointer;font-size:1rem;transition:background-color .3s ease}.filter-button:hover{background-color:#333}.container{max-width:1200px;margin:0 auto;padding:2rem}.page-header{margin-bottom:3rem}.header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.page-header h2{font-size:3rem;font-weight:700;color:#f9fafb;text-shadow:0 0 15px rgba(96,165,250,.3);margin:0}.create-post-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(45deg,#3b82f6,#8b5cf6);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #0003}.create-post-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #60a5fa40}.loading-message,.error-message{text-align:center;font-size:1.2rem;color:#9ca3af;margin-top:4rem}.error-message{color:#f87171}.posts-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.post-item{display:flex;flex-direction:column;justify-content:space-between;background:#1f2937cc;border-radius:15px;padding:1.75rem;border:1px solid rgba(147,197,253,.2);box-shadow:0 8px 32px #93c5fd1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .3s ease,box-shadow .3s ease}.post-item:hover{transform:translateY(-5px);box-shadow:0 12px 40px #60a5fa33}.post-details h3{font-size:1.5rem;font-weight:600;color:#f9fafb;margin-bottom:.75rem}.post-details .content{color:#d1d5db;font-size:1rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:1.5rem}.post-meta{border-top:1px solid #4B5563;padding-top:1rem;display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#9ca3af}.meta-item{display:flex;align-items:center;gap:.5rem}.meta-item .icon{color:#60a5fa}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;border-bottom:1px solid #eaeaea}.logo a{font-size:1.5rem;font-weight:700;color:#333;text-decoration:none}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-links a{text-decoration:none;color:#555;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#0070f3}.auth-section{display:flex;align-items:center}.login-button{background-color:#0070f3;color:#fff;border:none;padding:.5rem 1rem;border-radius:5px;cursor:pointer;text-decoration:none}.user-info{display:flex;align-items:center;gap:1rem}.avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.logout-button{background:none;border:none;color:#555;cursor:pointer;font-size:1rem}.logout-button:hover{text-decoration:underline}.hero{text-align:center;padding:6rem 0}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;color:#a0a0a0;max-width:600px;margin:0 auto 2rem}.cta-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:linear-gradient(90deg,#8a6cff,#6c42ff);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 15px #8a6cff4d;transition:all .3s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8a6cff66}.showcase{padding:4rem 0}.section-title{font-size:2.2rem;font-weight:600;margin-bottom:2.5rem;display:flex;align-items:center}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.project-card{background-color:#222;border:1px solid #333;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0003}.project-image{width:100%;height:200px;object-fit:cover}.project-info{padding:1.5rem}.project-info h4{font-size:1.2rem;font-weight:600;margin:0 0 .5rem}.project-info p{color:#a0a0a0;margin-bottom:1rem}.project-likes{display:flex;align-items:center;gap:.5rem;color:#a0a0a0}.auth-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#1a1a1a;position:relative}.back-button{position:absolute;top:2rem;left:2rem;background:none;border:none;color:#a0a0a0;font-size:1rem;cursor:pointer}.auth-card{background-color:#2a2a2a;padding:2rem;border-radius:8px;text-align:center;box-shadow:0 4px 6px #0000001a}.auth-card h2{margin-bottom:.5rem;color:#fff}.auth-card p{margin-bottom:2rem;color:#a0a0a0}.google-login-button{display:flex;align-items:center;justify-content:center;width:100%;padding:.75rem 1rem;background-color:#fff;color:#000;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease}.google-login-button:hover{background-color:#f0f0f0}.google-login-button img{width:20px;height:20px;margin-right:.75rem}body{background:#111827}.create-post-container{max-width:700px;margin:4rem auto;padding:3rem;background:#1f2937cc;border-radius:15px;box-shadow:0 8px 32px #93c5fd26;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(147,197,253,.2);transition:all .3s ease}h2.form-title{text-align:center;margin-bottom:2.5rem;font-size:2.5rem;font-weight:700;color:#f9fafb}.create-post-form .form-group{margin-bottom:2rem;position:relative}.create-post-form label{display:block;margin-bottom:.75rem;font-weight:600;color:#d1d5db;font-size:1rem}.input-wrapper{position:relative}.input-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#9ca3af}.create-post-form input,.create-post-form textarea{box-sizing:border-box;width:100%;padding:1rem 1rem 1rem 3rem;background-color:#1f2937;border:1px solid #4B5563;border-radius:8px;color:#f9fafb;transition:all .3s ease;font-size:1rem}.create-post-form textarea{min-height:150px;resize:vertical}.create-post-form input:focus,.create-post-form textarea:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa4d}.create-post-form button{width:100%;padding:1rem;background:linear-gradient(45deg,#3b82f6,#8b5cf6);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1.2rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #0003}.create-post-form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #60a5fa40}.create-post-form button:disabled{background:#4b5563;cursor:not-allowed;opacity:.7}@media(max-width:768px){.create-post-container{margin:2rem auto;padding:2rem}h2.form-title{font-size:2rem;margin-bottom:2rem}}:root{font-family:Inter,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#1a1a1a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;background-color:#1a1a1a}#root{width:100%}
