*{margin:0;padding:0;box-sizing:border-box}:root{--tfstv-primary:#8B5CF6;--tfstv-secondary:#EC4899;--tfstv-accent:#F59E0B;--tfstv-dark:#1F2937;--tfstv-light:#F3F4F6;--tfstv-white:#FFFFFF;--tfstv-gradient:linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);--tfstv-shadow:0 10px 30px rgba(139, 92, 246, 0.1);--tfstv-shadow-hover:0 15px 40px rgba(139, 92, 246, 0.2)}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','Noto Sans KR',sans-serif;font-size:16px;line-height:1.6;color:var(--tfstv-dark);background-color:var(--tfstv-white)}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:all 0.3s ease}.tfstv-header{background:var(--tfstv-white);box-shadow:0 2px 10px rgb(0 0 0 / .05);position:sticky;top:0;z-index:1000;padding:1rem 0}.tfstv-header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.tfstv-logo{font-size:1.5rem;font-weight:700;background:var(--tfstv-gradient);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.tfstv-nav{display:flex;gap:2rem;align-items:center}.tfstv-nav a{font-weight:500;transition:color 0.3s ease}.tfstv-nav a:hover{color:var(--tfstv-primary)}.tfstv-mobile-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--tfstv-dark)}.tfstv-hero{background:linear-gradient(135deg,#F3E8FF 0%,#FCE7F3 100%);padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.tfstv-hero::before{content:'';position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,rgb(139 92 246 / .1) 0%,transparent 70%);border-radius:50%}.tfstv-hero-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.tfstv-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;background:var(--tfstv-gradient);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;line-height:1.2}.tfstv-hero-subtitle{font-size:1.25rem;color:#6B7280;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.tfstv-hero-image{margin-top:3rem;border-radius:20px;overflow:hidden;box-shadow:var(--tfstv-shadow-hover)}.tfstv-hero-image img{width:100%;height:auto}.tfstv-intro-section{padding:6rem 2rem;background:var(--tfstv-white)}.tfstv-intro-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.tfstv-intro-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--tfstv-dark)}.tfstv-intro-content p{font-size:1.1rem;line-height:1.8;color:#6B7280;margin-bottom:1rem}.tfstv-intro-image{border-radius:20px;overflow:hidden;box-shadow:var(--tfstv-shadow)}.tfstv-intro-image img{width:100%;height:auto}.tfstv-benefits-section{padding:6rem 2rem;background:var(--tfstv-light)}.tfstv-section-container{max-width:1200px;margin:0 auto}.tfstv-section-header{text-align:center;margin-bottom:4rem}.tfstv-section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--tfstv-dark)}.tfstv-section-header p{font-size:1.1rem;color:#6B7280}.tfstv-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.tfstv-benefit-card{background:var(--tfstv-white);padding:2.5rem;border-radius:15px;box-shadow:var(--tfstv-shadow);transition:transform 0.3s ease,box-shadow 0.3s ease;text-align:center}.tfstv-benefit-card:hover{transform:translateY(-5px);box-shadow:var(--tfstv-shadow-hover)}.tfstv-benefit-icon{font-size:3rem;margin-bottom:1.5rem}.tfstv-benefit-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--tfstv-dark)}.tfstv-benefit-card p{color:#6B7280;line-height:1.7}.tfstv-posts-section{padding:6rem 2rem;background:var(--tfstv-white)}.tfstv-posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2.5rem;margin-top:3rem}.tfstv-post-card{background:var(--tfstv-white);border-radius:15px;overflow:hidden;box-shadow:var(--tfstv-shadow);transition:transform 0.3s ease,box-shadow 0.3s ease}.tfstv-post-card:hover{transform:translateY(-5px);box-shadow:var(--tfstv-shadow-hover)}.tfstv-post-image{width:100%;height:200px;overflow:hidden;background:var(--tfstv-light)}.tfstv-post-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.tfstv-post-card:hover .tfstv-post-image img{transform:scale(1.05)}.tfstv-post-content{padding:1.5rem}.tfstv-post-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--tfstv-dark);line-height:1.4}.tfstv-post-excerpt{color:#6B7280;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.tfstv-post-meta{font-size:.85rem;color:#9CA3AF}.tfstv-footer{background:var(--tfstv-dark);color:var(--tfstv-light);padding:3rem 2rem 1.5rem}.tfstv-footer-container{max-width:1200px;margin:0 auto}.tfstv-footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.tfstv-footer-about h3{font-size:1.5rem;margin-bottom:1rem;background:var(--tfstv-gradient);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.tfstv-footer-about p{color:#D1D5DB;line-height:1.7}.tfstv-footer-links h4{font-size:1.1rem;margin-bottom:1rem;color:var(--tfstv-white)}.tfstv-footer-links ul{list-style:none}.tfstv-footer-links li{margin-bottom:.5rem}.tfstv-footer-links a{color:#D1D5DB;transition:color 0.3s ease}.tfstv-footer-links a:hover{color:var(--tfstv-primary)}.tfstv-footer-bottom{border-top:1px solid #374151;padding-top:1.5rem;text-align:center;color:#9CA3AF;font-size:.9rem}.tfstv-single-post{max-width:800px;margin:0 auto;padding:4rem 2rem}.tfstv-single-header{margin-bottom:2rem}.tfstv-single-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--tfstv-dark);line-height:1.3}.tfstv-single-meta{color:#6B7280;font-size:.95rem;margin-bottom:2rem}.tfstv-single-featured-image{margin-bottom:2rem;border-radius:15px;overflow:hidden;box-shadow:var(--tfstv-shadow)}.tfstv-single-featured-image img{width:100%;height:auto}.tfstv-single-content{font-size:1.1rem;line-height:1.8;color:var(--tfstv-dark)}.tfstv-single-content p{margin-bottom:1.5rem}.tfstv-single-content h2{font-size:2rem;font-weight:600;margin-top:2.5rem;margin-bottom:1rem;color:var(--tfstv-dark)}.tfstv-single-content h3{font-size:1.5rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;color:var(--tfstv-dark)}.tfstv-archive{padding:4rem 2rem;max-width:1200px;margin:0 auto}.tfstv-archive-header{margin-bottom:3rem;text-align:center}.tfstv-archive-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--tfstv-dark)}.tfstv-archive-description{font-size:1.1rem;color:#6B7280}@media (max-width:768px){.tfstv-nav{position:fixed;top:70px;left:-100%;width:100%;height:calc(100vh - 70px);background:var(--tfstv-white);flex-direction:column;justify-content:flex-start;padding:2rem;gap:1.5rem;box-shadow:0 5px 15px rgb(0 0 0 / .1);transition:left 0.3s ease}.tfstv-nav.active{left:0}.tfstv-mobile-toggle{display:block}.tfstv-hero h1{font-size:2.5rem}.tfstv-hero-subtitle{font-size:1.1rem}.tfstv-intro-container{grid-template-columns:1fr;gap:2rem}.tfstv-intro-content h2{font-size:2rem}.tfstv-section-header h2{font-size:2rem}.tfstv-benefits-grid{grid-template-columns:1fr}.tfstv-posts-grid{grid-template-columns:1fr}.tfstv-footer-content{grid-template-columns:1fr;gap:2rem}.tfstv-single-title{font-size:2rem}}@media (max-width:480px){.tfstv-hero h1{font-size:2rem}.tfstv-hero{padding:4rem 1.5rem}.tfstv-intro-section,.tfstv-benefits-section,.tfstv-posts-section{padding:4rem 1.5rem}}