body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background:#ffffff;color:#212121;line-height:1.8;font-size:16px}*{box-sizing:border-box}a{color:#00C75A;text-decoration:none;transition:all .3s ease}a:hover{color:#80E27E;text-decoration:underline}.container{max-width:1200px;margin:0 auto;padding:0 1rem}nav{background:#00C75A;padding:1rem 0;box-shadow:0 2px 8px rgba(0,0,0,.1)}nav .nav-container{max-width:1200px;margin:0 auto;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;padding:0 1rem}nav a{color:#fff;padding:.6rem 1.2rem;font-weight:500;transition:background .3s ease;border-radius:4px;flex:1 1 0;min-width:0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}nav a:hover{background:rgba(255,255,255,.2);text-decoration:none}@media (max-width:768px){nav .nav-container{flex-wrap:nowrap;overflow:hidden}nav a{font-size:.85rem;padding:.5rem .3rem;min-width:0}}.breadcrumb{padding:1rem 0;font-size:.9rem;color:#888;background:rgba(#00C75A,.05)}.breadcrumb a{color:#00C75A}main{min-height:60vh;padding:2rem 0}h1{font-size:2rem;margin:1.5rem 0 1rem 0;font-weight:700;line-height:1.3}h2{font-size:1.5rem;margin:1.5rem 0 1rem 0;font-weight:600;line-height:1.3}h3{font-size:1.2rem;margin:1rem 0 .5rem 0;font-weight:600}p{margin:.8rem 0;line-height:1.8}.video-card{border:1px solid #e0e0e0;padding:1.5rem;margin:1.5rem 0;border-radius:8px;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.1)}.video-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-2px)}.video-card h3{margin-top:0;margin-bottom:.8rem}.video-card h3 a{color:#00C75A;font-weight:600}.video-card .meta{font-size:.85rem;color:#999;margin-top:.8rem}.video-card .tag{display:inline-block;background:#80E27E;color:#fff;padding:.2rem .6rem;border-radius:4px;font-size:.8rem;margin-right:.5rem;margin-bottom:.3rem}section{margin:3rem 0}section h2{border-left:4px solid #00C75A;padding-left:1rem;margin-bottom:1.5rem}ul{list-style:none;padding:0}.intro-section{background:rgba(#00C75A,.05);padding:2rem;border-radius:8px;margin:2rem 0;line-height:1.8}.detail-info{background:rgba(#00C75A,.05);padding:1.5rem;border-radius:8px;margin:1.5rem 0}.detail-info .info-item{margin:.5rem 0;display:flex}.detail-info .info-label{font-weight:600;min-width:100px;color:#00C75A}.related-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}.related-card{border:1px solid #e0e0e0;padding:1rem;border-radius:8px;transition:all .3s ease}.related-card:hover{box-shadow:0 4px 8px rgba(0,0,0,.1);transform:translateY(-2px)}@media (max-width:768px){body{font-size:14px}h1{font-size:1.5rem}h2{font-size:1.3rem}.container{padding:0 .8rem}.video-card{padding:1rem;margin:1rem 0}.related-items{grid-template-columns:1fr}}footer{background:#00C75A;color:#fff;text-align:center;padding:2rem 0;margin-top:4rem}