.themes_themeGrid__aIUGr{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:var(--space-6);gap:var(--space-6);margin-top:var(--space-8)}.themes_themeCard__UDFXI{position:relative;background:var(--theme-bg);border:2px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-5);text-align:left;cursor:pointer;transition:all var(--duration-normal) var(--ease-premium);display:flex;flex-direction:column;gap:var(--space-4);overflow:hidden;color:var(--color-text)}.themes_themeCard__UDFXI:hover{transform:translateY(-4px);border-color:var(--theme-accent);box-shadow:0 12px 24px -8px rgba(0,0,0,.5)}.themes_themeCard__UDFXI.themes_active__MM6lw{border-color:var(--theme-accent);box-shadow:0 0 0 2px var(--theme-accent)}.themes_preview___feSZ{height:120px;background:rgba(0,0,0,.2);border-radius:var(--radius-md);padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-2);justify-content:center;border:1px solid rgba(255,255,255,.05)}.themes_circle__YMpF3{width:24px;height:24px;border-radius:var(--radius-full);margin-bottom:var(--space-2)}.themes_line__s1yF6{height:8px;width:100%;background:rgba(255,255,255,.1);border-radius:var(--radius-sm)}.themes_info__PyWWS{display:flex;flex-direction:column;gap:var(--space-1)}.themes_name__gF7yA{font-family:var(--font-heading);font-size:var(--text-xl);font-weight:var(--weight-bold)}.themes_desc__oGuxW{font-size:var(--text-sm);color:var(--color-text-muted)}.themes_check__RKSSB{position:absolute;top:var(--space-4);right:var(--space-4);background:var(--theme-accent);color:white;width:24px;height:24px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;font-weight:700}@media (max-width:768px){.themes_themeGrid__aIUGr{grid-template-columns:1fr;gap:var(--space-4)}}