.themes-page{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding) 64px}.themes-header{padding:32px 0;margin-bottom:24px;border-bottom:1px solid var(--border-light)}.themes-header h1{font-size:28px;font-weight:700;margin-bottom:8px;color:var(--text-primary)}.themes-header p{font-size:16px;color:var(--text-secondary);max-width:600px}.themes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:64px}.theme-card{position:relative;display:block;border-radius:12px;overflow:hidden;text-decoration:none;aspect-ratio:1;transition:all .2s ease;background:var(--lego-gray-100)}.theme-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.theme-card-image{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:24px}.theme-card-image img{max-width:75%;max-height:65%;object-fit:contain;transition:transform .2s ease}.theme-card:hover .theme-card-image img{transform:scale(1.05)}.theme-card-overlay{display:none}.theme-card-content{position:absolute;bottom:0;left:0;right:0;padding:16px;background:linear-gradient(transparent,#000000bf)}.theme-card-content h2{font-size:16px;font-weight:700;color:#fff;margin-bottom:2px}.theme-card-content p{font-size:12px;color:#ffffffb3;margin-bottom:0}.theme-card-cta{display:none}.featured-themes{padding-top:48px;border-top:1px solid var(--border-light)}.featured-themes>h2{font-size:22px;font-weight:700;margin-bottom:24px;color:var(--text-primary)}.featured-themes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.featured-theme{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:320px;padding:24px;border-radius:16px;overflow:hidden;text-decoration:none;color:#fff;transition:all .2s ease}.featured-theme:hover{transform:translateY(-4px)}.featured-theme-image{position:absolute;top:20px;right:20px;width:160px;height:160px}.featured-theme-image img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 6px 12px rgba(0,0,0,.25));transition:transform .2s ease}.featured-theme:hover .featured-theme-image img{transform:scale(1.05)}.featured-theme-content{position:relative;z-index:1}.featured-theme-content h3{font-size:22px;font-weight:700;color:#fff;margin-bottom:8px}.featured-theme-content p{font-size:14px;color:#ffffffd9;margin-bottom:16px;max-width:240px;line-height:1.4}.featured-theme .btn{width:fit-content;background:#fff;color:var(--lego-black);padding:10px 18px;font-size:13px;font-weight:700;border-radius:8px;border:none;display:inline-flex;align-items:center;gap:6px}.featured-theme .btn:hover{background:#ffffffe6}@media (max-width: 1200px){.themes-grid{grid-template-columns:repeat(3,1fr)}.featured-themes-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.themes-header h1{font-size:24px}.themes-grid{grid-template-columns:repeat(3,1fr)}.featured-themes-grid{grid-template-columns:1fr}.featured-theme{min-height:280px}.featured-theme-image{width:140px;height:140px}}@media (max-width: 600px){.themes-page{padding-bottom:48px}.themes-header{padding:24px 0;margin-bottom:20px}.themes-header h1{font-size:22px}.themes-grid{grid-template-columns:repeat(2,1fr);gap:12px}.theme-card-content{padding:12px}.theme-card-content h2{font-size:14px}.theme-card-content p{font-size:11px}.featured-themes{padding-top:32px}.featured-themes>h2{font-size:20px;margin-bottom:20px}.featured-theme{min-height:240px;padding:20px}.featured-theme-content h3{font-size:18px}.featured-theme-content p{font-size:13px}.featured-theme-image{width:110px;height:110px;top:16px;right:16px}}
