.app{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;text-align:center}.header h1{font-size:2.5rem;margin-bottom:.5rem}.subtitle{font-size:1.1rem;opacity:.9}.content{flex:1;max-width:1400px;width:100%;margin:0 auto;padding:2rem}.footer{background:#333;color:#fff;text-align:center;padding:1.5rem;margin-top:2rem}.footer p{margin:.25rem 0;opacity:.8}.summary{margin-bottom:3rem}.summary h2{font-size:2rem;margin-bottom:2rem;color:#333}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.stat-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;border-left:4px solid #3b82f6}.stat-title{font-size:.9rem;color:#666;margin-bottom:.5rem}.stat-value{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:.5rem}.stat-description{font-size:.85rem;color:#999}.program-hierarchy h2{font-size:2rem;margin-bottom:2rem;color:#333}.category-tabs{display:flex;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap;background:#fff;padding:1rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.category-tabs button{flex:1;min-width:140px;padding:1rem;border:2px solid #e0e0e0;background:#fff;border-radius:6px;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center;gap:.25rem}.category-tabs button:hover{border-color:#667eea;background:#f9fafb}.category-tabs button.active{background:#667eea;color:#fff;border-color:#667eea}.category-tabs button.mobile-tab{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:2px solid transparent}.category-tabs button.mobile-tab:hover{background:linear-gradient(135deg,#059669,#047857);border-color:transparent}.category-tabs button.mobile-tab.active{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b98180}.tab-title{font-weight:600;font-size:.95rem}.tab-section{font-size:.85rem;opacity:.8}.category-tabs button.active .tab-section{opacity:1}.tab-count{font-size:.9rem;font-weight:600;margin-top:.25rem}.category-content-wrapper{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.category-info{padding:1.5rem 2rem;background:#f8f9fa;border-bottom:2px solid #e0e0e0}.category-info h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.category-stats-bar{display:flex;gap:1rem;align-items:center}.subcategory-accordion{background:#fff}.subcategory-section{border-bottom:1px solid #e8eaed}.subcategory-section:last-child{border-bottom:none}.subcategory-header{padding:1.25rem 2rem;cursor:pointer;display:flex;align-items:center;gap:1rem;background:#fff;transition:all .2s}.subcategory-header:hover{background:#f9fafb}.subcategory-title{flex:1;font-weight:600;font-size:1.05rem;color:#555}.subcategory-stats{display:flex;gap:.5rem;align-items:center}.subcategory-content{background:#fafbfc;padding:.5rem 0}.program-item{padding:1rem 3rem;border-bottom:1px solid #e8eaed}.program-item:last-child{border-bottom:none}.program-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.program-id{font-family:Consolas,monospace;font-size:.95rem;font-weight:600;color:#667eea}.program-name{color:#666;font-size:.95rem;line-height:1.5}.count-badge{font-size:.85rem;padding:.25rem .75rem;border-radius:12px;font-weight:600}.count-badge.total{background:#e0e7ff;color:#4338ca}.count-badge.host{background:#fee2e2;color:#991b1b}.count-badge.web{background:#d1fae5;color:#065f46}.hw-badge{font-size:.7rem;font-weight:700;padding:.2rem .6rem;border-radius:10px;text-transform:uppercase}.hw-badge.w{background:#d1fae5;color:#065f46}.hw-badge.h{background:#fee2e2;color:#991b1b}.dev-badge{font-size:.7rem;font-weight:600;padding:.2rem .6rem;border-radius:10px}.dev-badge.phase1{background:#dbeafe;color:#1e40af}.dev-badge.phase2{background:#fef3c7;color:#92400e}.accordion-icon{color:#667eea;font-size:.75rem;width:20px;transition:transform .2s}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Malgun Gothic,sans-serif;background:#f5f7fa;color:#333}code{font-family:Consolas,Monaco,monospace}
