.controller-page{min-height:100vh;background:#0b0b0b;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.controller-page .hero-section{padding:240px 0 80px;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);position:relative;overflow-x:hidden;overflow-y:visible}.controller-page .hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');pointer-events:none}.controller-page .hero-content{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.controller-page .hero-image-container{position:relative}.controller-page .hero-image{width:100%;max-width:500px;height:auto;border-radius:16px;box-shadow:0 20px 40px #0000004d;transition:transform .3s ease}.controller-page .hero-image:hover{transform:translateY(-5px)}.controller-page .hero-text{display:flex;flex-direction:column;gap:24px;max-width:100%}.controller-page .hero-title{font-size:3.5rem;font-weight:700;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;line-height:1.1;word-wrap:break-word}.controller-page .hero-subtitle{font-size:1.25rem;color:#a0a0a0;margin:0;font-weight:500}.controller-page .hero-tags{display:flex;gap:6px;flex-wrap:wrap;max-width:100%;align-items:flex-start;width:100%;overflow-x:hidden;overflow-y:visible}.controller-page .tag{padding:8px 16px;border-radius:16px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;flex-shrink:0;min-width:120px;width:120px;height:36px;max-width:120px;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;justify-content:center;text-align:center}.controller-page .tag-software{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.controller-page .main-content{padding:80px 0}.controller-page .content-wrapper{max-width:1000px;margin:0 auto;padding:0 24px}.controller-page .content-section{margin-bottom:80px}.controller-page .section-title{font-size:2.5rem;font-weight:700;margin:0 0 32px;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.controller-page .section-text{font-size:1.125rem;line-height:1.7;color:#d0d0d0;margin:0 0 24px}.controller-page .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px;margin-top:32px}@media(min-width:769px){.controller-page .features-grid{gap:32px!important}}.controller-page .feature-item{background:#ffffff0d;padding:32px;border-radius:16px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.controller-page .feature-item:hover{background:#ffffff14;transform:translateY(-4px);box-shadow:0 12px 24px #0003}.controller-page .feature-item h3{font-size:1.25rem;font-weight:600;margin:0 0 12px;color:#fff}.controller-page .feature-item p{font-size:1rem;line-height:1.6;color:#b0b0b0;margin:0}.controller-page .media-gallery{display:flex;flex-direction:column;gap:24px;margin-top:32px}.controller-page .gallery-item{border-radius:16px;overflow:hidden;box-shadow:0 12px 24px #0000004d;width:100%;cursor:pointer;transition:transform .2s ease}.controller-page .gallery-item:hover{transform:scale(1.02)}.controller-page .gallery-image{width:90%;height:auto;object-fit:contain;margin:0 auto;display:block;transition:transform .3s ease}.controller-page .gallery-image:hover{transform:scale(1.02)}.controller-page .download-links{display:flex;flex-direction:column;gap:16px;margin-top:32px}.controller-page .download-link{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border:1px solid rgba(255,255,255,.1);border-radius:12px;text-decoration:none;color:#fff;font-weight:600;font-size:1.125rem;transition:all .3s ease}.controller-page .download-link:hover{transform:translate(8px);box-shadow:0 8px 16px #0000004d}.controller-page .download-link.npm-link{background:#cb3837!important;border-left:4px solid #cb3837!important;color:#fff!important}.controller-page .download-link.demo-link{background:#007aff!important;border-left:4px solid #007aff!important;color:#fff!important}.controller-page .download-link.github-link{background:#000!important;border-left:4px solid #000000!important;color:#fff!important}.controller-page .link-text{display:flex;align-items:center;gap:12px}.controller-page .link-arrow{font-size:1.25rem;opacity:.7;transition:transform .3s ease}.controller-page .download-link:hover .link-arrow{transform:translate(4px)}.controller-page .info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-top:32px}.controller-page .info-item{display:flex;flex-direction:column;gap:6px;padding:16px 20px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff05}.controller-page .info-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;color:#a0a0a0}.controller-page .info-value{font-size:1rem;color:#fff}.controller-page .info-link{color:#4facfe;text-decoration:none}.controller-page .info-link:hover{text-decoration:underline}@media(max-width:768px){.controller-page .hero-content{grid-template-columns:1fr;gap:32px}.controller-page .hero-section{padding:180px 0 60px}}
