body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Malgun Gothic,Noto Sans KR,sans-serif;background:#fefefe;color:#2d3748;line-height:1.6;margin:0;padding:0;overflow-x:hidden}*{box-sizing:border-box}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center;width:100%;overflow-x:hidden}.hero-title{font-size:3.5rem;font-weight:800;margin:0 0 1rem;letter-spacing:-.02em}.hero-description{font-size:1.25rem;margin:0 0 2rem;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:2rem}.stat-item{text-align:center}.stat-number{font-size:2rem;font-weight:700;display:block}.stat-label{font-size:.9rem;opacity:.8}main{max-width:1200px;width:100%;margin:0 auto;padding:3rem 2rem;overflow-x:hidden}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin:0 0 3rem;color:#1a202c}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;width:100%;overflow-x:hidden}.category-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e2e8f0;width:100%;max-width:100%;overflow:hidden}.category-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026}.category-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.category-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px}.news-icon{background:linear-gradient(135deg,#ff6b6b,#ee5a24)}.coding-icon{background:linear-gradient(135deg,#4ecdc4,#44a08d)}.essay-icon{background:linear-gradient(135deg,#f093fb,#f5576c)}.category-title{font-size:1.5rem;font-weight:700;margin:0;color:#1a202c}.category-description{color:#718096;margin:0 0 1.5rem;line-height:1.6}.posts-list{display:flex;flex-direction:column;gap:1rem}.post-item{display:flex;gap:1rem;padding:1rem;border-radius:8px;transition:background-color .2s ease}.post-item:hover{background-color:#f7fafc}.post-image{width:80px;height:60px;object-fit:cover;border-radius:6px;flex-shrink:0}.post-content{flex:1;min-width:0}.post-title{font-size:.95rem;font-weight:600;margin:0 0 .25rem;color:#1a202c;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-date{font-size:.8rem;color:#a0aec0;margin:0}.view-all-link{display:inline-flex;align-items:center;gap:.5rem;color:#667eea;text-decoration:none;font-weight:600;margin-top:1rem;transition:color .2s ease}.view-all-link:hover{color:#5a67d8}.cta-section{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;padding:3rem 2rem;border-radius:20px;text-align:center;margin:4rem 0}.cta-title{font-size:2rem;font-weight:700;margin:0 0 1rem}.cta-description{font-size:1.1rem;margin:0 0 2rem;opacity:.95}.cta-button{display:inline-block;background:#fff;color:#f5576c;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:transform .2s ease,box-shadow .2s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}@media (max-width: 768px){.hero-section{padding:2rem 1rem;width:100%;overflow-x:hidden}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-stats{flex-direction:column;gap:1rem}main{padding:2rem 1rem;width:100%;overflow-x:hidden}.categories-grid{grid-template-columns:1fr;gap:1.5rem}.category-card{padding:1.5rem}.section-title{font-size:2rem}.cta-section{padding:2rem 1rem;margin:2rem 0}.cta-title{font-size:1.5rem}.cta-description{font-size:1rem}.post-item{padding:.75rem}.post-image{width:60px;height:45px}.post-title{font-size:.9rem}}@media (max-width: 480px){.hero-section{padding:1.5rem 1rem}.hero-title{font-size:2rem}.hero-description{font-size:1rem}main{padding:1.5rem 1rem;width:100%;overflow-x:hidden}.category-card{padding:1rem}.category-header{gap:.75rem}.category-icon{width:40px;height:40px;font-size:20px}.category-title{font-size:1.25rem}.section-title{font-size:1.75rem}.cta-section{padding:1.5rem 1rem}.cta-title{font-size:1.25rem}.cta-button{padding:.75rem 1.5rem;font-size:1rem}}
